#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-bottom: 10px;
}

.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: 33.3%;
    }
	
    .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;
	}
	
	.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: 33.3%;
    }
	
    .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: 24px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }
	
	.section-1 .d-flex .col{
		margin-bottom: 15px;
        padding: 0px 5px;
	}

	#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{
		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;
	}
	
}

@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: 32px;
        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%;
	}
	
	.section-3 .inner-wrap h3{
		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{
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-4:before {
    content: "";
    background: #dfdfdf;
    position: absolute;
    top: 12%;
    left: calc(50% + -50vw);
    height: 88%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-4 .sub-title{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 15px;
	text-align: left;
}

.section-4 h5{
	padding: 30px 0px 0px 0px;
}

#product-tabs .section-4 .title{
	text-align: center;
}

.section-4 .wrap{
	max-width: 810px;
}

.section-4 .d-flex {
    gap: 40px;
    padding-top: 40px;
	padding-bottom: 40px;
    position: relative;
}

.section-4 .left-col{
    width: 65%;
}

.section-4 .right-col{
    width: 35%;
}

.section-4 .sub-title{
	margin-bottom: 15px;
    padding-left: 120px;
    padding-top: 25px;
}

.section-4 .right-col .sub-title{
	margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 25px;
}

.section-4 .right-col li{
    background: none;
    color: #000000;
    font-weight: 800;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.section-4 .right-col li:before{
    content: "";
	display: block;
    background: #098ac9;
    border-radius: 100%;
	height: 10px;
    width: 10px;
    position: absolute;
    left: 0px;
    top: 15px;
}

.section-4 .sub-title{
    position: relative;
    z-index: 2;
}

.section-4 .image {
    flex-basis: 314px;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
}

.section-4 .image img {
    max-width: 100%;
    position: relative;
    right: 170px;
    top: 110px;
}

.section-4 .sub-title{
	width: 100%;
}

#product-tabs .section-4 ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.section-4 li {
    background: #078ac9;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
    padding: 7px 40px 7px 150px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-4{
		padding-bottom: 40px;
	}
	
	.section-4 .d-flex:before{
		content: "";
		background: #e5e5e5;
		position: absolute;
		top: 0;
		left: -5.1%;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
	#product-tabs .section-4 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-4 .inner-wrap {
		display: flex;
		width: 785px;
		padding-top: 40px;
		position: relative;
	}
	
	.section-4 .image {
		flex-basis: 460px;
	}
	
	.section-4 .image img {
        max-width: none;
        position: absolute;
        right: -215px;
        top: 55px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-4 .sub-title{
		font-size: 28px;
		margin-bottom: 15px;
	}
	
	.section-4 .d-flex {
		gap: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
		flex-direction: column;
	}
	
	.section-4 .image {
		flex-basis: 310px;
	}
	
	.section-4 .image img{
		right: auto;
        left: -160px;
        top: 90px;
	}
	
	.section-4 .right-col {
		width: 100%;
	}
	
	.section-4 .left-col {
		width: 100%;
	}
	
	#product-tabs .section-4 ul{
		margin-bottom: 0px;
	}
	
	.section-4 .right-col li{
		margin-bottom: 0px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-4:before {
		content: "";
		background: #dfdfdf;
		position: absolute;
		top: 9%;
		left: calc(50% + -50vw);
		height: 91%;
		width: 100vw;
		z-index: 1;
	}
	
	#product-tabs .section-4 .title {
		text-align: center;
		position: relative;
		z-index: 2;
	}
	
	#product-tabs .section-4 .sub-title {
        font-size: 21px;
        line-height: 1.2em;
        letter-spacing: -1px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: 800;
    }
	
    .section-4 .d-flex {
        gap: 0px;
        padding-top: 35px;
        padding-bottom: 20px;
        flex-direction: column;
    }
	
    .section-4 .image{
        position: absolute;
        top: 35px;
		width: 140px;
    }
	
	.section-4 .image img{
        position: relative;
        right: auto;
        left: -78px;
        top: -30px;
        width: 230px;
        max-width: none;
	}
	
	.section-4 .right-col{
		width: 100%;
	}
	
	.section-4 .right-col li:before{
		left: 0px;
		top: 10px;
	}
	
	.section-4 .left-col{
		width: 100%;
	}
	
	.section-4 .left-col h3{
		display: none;
	}
	
	#product-tabs .section-4 ul{
		margin-bottom: 0px;
	}
	
	.section-4 li {
		font-size: 16px;
		font-weight: 800;
		margin-bottom: 10px;
		padding: 5px 20px 5px 100px;
		line-height: 1.2em;
	}
	
}

/**/

.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-weight: 800;
}

#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 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

@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% - 463px);
        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: 30px 0px 0px 0px;
		position: relative;
	}
	
	.section-5 .image img{
		max-width: 420px;
	}
	
	.section-5 .inner-wrap {
        padding: 0px 0px 30px 0px;
    }
	
	.section-5 ul{
		margin-bottom: 0px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.section-5{
		padding: 30px 0px 0px 0px;
		position: relative;
	}

	.section-5 .image{
		display: none;
	}
	
	.section-5 .image img{
		max-width: 350px;
    	margin-bottom: -140px;
	}
	
	.section-5 .inner-wrap {
		padding: 0;
	}
	
	#product-tabs .section-5 .inner-wrap h2{
		font-size: 21px;
		text-align: center;
	}
	
}

/**/

.section-6{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-6:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-6 .d-flex{
	flex-direction: column;
}

#product-tabs .section-6 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-6 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-6 .title{
	font-weight: 800;
	text-align: center;
}

.section-6 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-6 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-6 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-6 p{
    max-width: 520px;
}

.section-6 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

@media screen and (min-width:1200px){

    .section-6 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-6 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-6 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-6 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-6 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-6 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-6 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-6 .image{
		margin-bottom: 20px;
	}
	
	.section-6 .image img{
		max-width: 420px;
	}
	
	.section-6 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-6{
		padding-top: 30px;
	}
	
	.section-6 .image{
		overflow: hidden;
	}
	
	.section-6 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-6 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-7{
	background: #ffffff;
	padding: 0px 0px 40px 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: 2;
    }

    .section-7 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 30px 30px 30px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-7 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
    .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: 2;
    }

    .section-7 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 30px 30px 30px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.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: 0px;
	}
	
	.section-7 .image{
		overflow: hidden;
	}
	
	.section-7 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-7 .inner-wrap{
		padding: 20px 15px 0px 15px;
	}
	
}

/**/

.section-8{
	background: #e5e5e5;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-8:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    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 blockquote{
    border: solid 3px #098ac9;
    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/2024/02/blue-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-8 blockquote p{
	color: #098ac9;
	text-indent: 50px;
}

.section-8 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-8 blockquote img{
	margin-right: 10px;
}

.section-8 blockquote cite{
	color: #098ac9;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	.section-8 blockquote{
		margin-left: auto;
	}

    .section-8 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 920px;
        margin: 0px auto;
    }
	
    .section-8 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-8 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-8 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-8 blockquote{
		margin-left: auto;
	}

    .section-8 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-8 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-8 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-8{
		padding-bottom: 40px;
	}
	
	.section-8 .image{
		margin-bottom: 20px;
	}
	
	.section-8 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-8 p {
		margin: 0px auto 20px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-8{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-8 .title {
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
	.section-8 .image{
		margin-bottom: 20px;
	}
	
	.section-8 .image{
		overflow: hidden;
	}
	
	.section-8 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-8 .inner-wrap{
		padding-top: 0px;
	}

}

/**/

.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;
}

.section-9 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-9 .title{
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

#product-tabs .section-9 h3{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 20px;
}

.section-9 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-9 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-9 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.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;
}

#product-tabs .section-9 blockquote p {
    color: #ffffff;
    font-size: 20px;
    text-indent: 50px;
	margin-bottom: 10px;
}

.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: 20px;
	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 30px 0px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-9 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.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 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-9 h3{
		margin-bottom: 10px;
		text-align: center;
	}
	
	#product-tabs .section-9 p {
		margin: 0px auto 20px auto;
	}
	
	#product-tabs .section-9 blockquote p{
		text-indent: 25px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-9{
		padding: 30px 0px 30px 0px;
	}
	
	.section-9 blockquote{
		padding: 15px;
	}
	
	.section-9 blockquote:before {
		top: -28px;
    	left: -18px;
		height: 60px;
		width: 65px;
	}
	
	#product-tabs .section-9 .title {
        max-width: 300px;
        margin: 0px auto 20px auto;
        font-size: 24px;
	}
	
	.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: 0px;
	}
	
	#product-tabs .section-9 h3{
		font-size: 21px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#product-tabs .section-9 blockquote p {
		color: #ffffff;
		font-size: 16px;
		text-indent: 40px;
		margin-bottom: 10px;
		line-height: 1.4em;
		font-weight: 500;
	}
	
	.section-9 blockquote cite {
        display: block;
        font-size: 12px;
        line-height: 1.2em;
	}

}

/**/

.section-10{
	background: #1a1a1a;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-10:before {
    content: "";
    background: #1a1a1a;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}
.section-10 .d-flex{
	flex-direction: column;
}

.section-10 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-10 .title{
	color: #ffffff;
	font-weight: 800;
}

.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{
	color: #ffffff;
    max-width: 520px;
}

.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;
}

#product-tabs .section-10 blockquote p {
    color: #ffffff;
    font-size: 20px;
    text-indent: 50px;
}

.section-10 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-10 blockquote img{
	margin-right: 10px;
}

.section-10 blockquote cite{
	color: #ffffff;
    font-size: 20px;
	font-weight: 800;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	.section-10 blockquote{
		margin-left: auto;
	}

    .section-10 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-10 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-10 blockquote{
		margin-left: auto;
	}

    .section-10 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-10 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-10{
		padding-bottom: 40px;
	}
	
	#product-tabs .section-10 .title{
		margin-bottom: 15px;
		text-align: center;
	}
	
	.section-10 .image{
		margin-bottom: 20px;
	}
	
	.section-10 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-10 p {
		margin: 0px auto 20px auto;
	}
	
	#product-tabs .section-10 blockquote p{
		text-indent: 25px;
	}
	
	#product-tabs .section-10 h3{
		margin-bottom: 10px;
		text-align: center;
	}
	
	#product-tabs .section-10 blockquote p{
		text-indent: 25px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-10{
		padding: 30px 0px 30px 0px;
	}
	
	.section-10 blockquote{
		padding: 15px;
	}
	
	.section-10 blockquote:before {
		top: -28px;
    	left: -18px;
		height: 60px;
		width: 65px;
	}
	
	#product-tabs .section-10 .title {
        max-width: 300px;
        margin: 0px auto 10px auto;
        font-size: 24px;
	}
	
	.section-10 .image{
		margin-bottom: 20px;
	}
	
	.section-10 .image{
		overflow: hidden;
	}
	
	.section-10 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-10 .inner-wrap{
		padding-top: 0px;
	}
	
	#product-tabs .section-10 blockquote p {
		color: #ffffff;
		font-size: 16px;
		text-indent: 40px;
		margin-bottom: 10px;
		line-height: 1.4em;
		font-weight: 500;
	}
	
	.section-10 blockquote cite {
        display: block;
        font-size: 12px;
        line-height: 1.2em;
	}

}

/**/

.section-11{
	background: #e5e5e5;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-11:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}
.section-11 .d-flex{
	flex-direction: column;
}

.section-11 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-11 .title{
	color: #000000;
	font-weight: 800;
	text-align: left;
}

.section-11 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-11 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-11 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-11 p{
	color: #000000;
    max-width: 520px;
}

.section-11 blockquote{
    border: solid 3px #098ac9;
    border-radius: 10px;
    color: #000000;
    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/2024/02/blue-quote.png) no-repeat 0 0 / cover;
    height: 67px;
    width: 72px;
    position: absolute;
    top: -20px;
    left: -18px;
}

#product-tabs .section-11 blockquote p{
	color: #000000;
	font-size: 20px;
	text-indent: 50px;
}

#product-tabs .section-11 cite{
	font-size: 20px;
	font-weight: 600;
}

.section-11 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-11 blockquote img{
	margin-right: 10px;
}

.section-11 blockquote cite{
	color: #000000;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	.section-11 blockquote{
		margin-left: auto;
	}

    .section-11 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-11 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-11 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 30px 0px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-11 blockquote{
		margin-left: auto;
	}

    .section-11 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-11 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-11 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-11{
		padding-bottom: 40px;
	}
	
	.section-11 .image{
		margin-bottom: 20px;
	}
	
	.section-11 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-11 p {
		margin: 0px auto 20px auto;
	}
	
	#product-tabs .section-11 .title{
		margin-bottom: 10px;
		text-align: center;
	}
	
	#product-tabs .section-11 blockquote p{
		text-indent: 25px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-11{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-11 .title {
		max-width: 300px;
		margin: 0px auto 10px auto;
		text-align: center;
	}
	
	.section-11 .image{
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.section-11 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-11 .inner-wrap{
		padding-top: 0px;
	}
	
	.section-11 blockquote {
        padding: 15px;
    }
	
	.section-11 blockquote:before {
        top: -28px;
        left: -18px;
        height: 60px;
        width: 65px;
    }
	
	#product-tabs .section-11 blockquote p {
		font-size: 16px;
		text-indent: 40px;
		margin-bottom: 10px;
		line-height: 1.4em;
		font-weight: 500;
	}
	
	#product-tabs .section-11 cite{
        display: block;
        font-size: 12px;
        line-height: 1.2em;
	}

}

/**/

.section-12{
	background: #098ac9;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-12:before {
    content: "";
    background: #098ac9;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}
.section-12 .d-flex{
	flex-direction: column;
}

.section-12 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-12 .title{
	color: #ffffff;
	font-weight: 800;
}

.section-12 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-12 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-12 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-12 p{
	color: #ffffff;
    max-width: 520px;
}

.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;
}

#product-tabs .section-12 blockquote p {
    color: #ffffff;
    font-size: 20px;
    text-indent: 50px;
}

.section-12 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-12 blockquote img{
	margin-right: 10px;
}

.section-12 blockquote cite{
	color: #ffffff;
    font-size: 20px;
	font-weight: 800;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	.section-12 blockquote{
		margin-left: auto;
	}

    .section-12 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-12 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-12 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-12 blockquote{
		margin-left: auto;
	}

    .section-12 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-12 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-12 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-12{
		padding-bottom: 40px;
	}
	
	.section-12 .image{
		margin-bottom: 20px;
	}
	
	.section-12 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-12 p {
		margin: 0px auto 20px auto;
	}
	
	#product-tabs .section-12 .title{
		margin-bottom: 10px;
		text-align: center;
	}
	
	#product-tabs .section-12 blockquote p{
		text-indent: 25px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-12{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-12 .title{
		max-width: 300px;
		margin: 0px auto 10px auto;
		text-align: center;
	}
	
	.section-12 .image{
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.section-12 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-12 .inner-wrap{
		padding-top: 0px;
	}
	
	.section-12 blockquote {
        padding: 15px;
    }
	
	.section-12 blockquote:before {
        top: -28px;
        left: -18px;
        height: 60px;
        width: 65px;
    }
	
	#product-tabs .section-12 blockquote p {
		font-size: 16px;
		text-indent: 40px;
		margin-bottom: 10px;
		line-height: 1.4em;
		font-weight: 500;
	}
	
	#product-tabs .section-12 cite{
        display: block;
        font-size: 12px;
        line-height: 1.2em;
	}

}

/**/

.section-13{
	background: #ffffff;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-13:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-13 .d-flex{
	flex-direction: column;
}

#product-tabs .section-13 h3{
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 15px;
	text-align: left;
}

.section-13 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-13 .title{
	font-weight: 800;
	text-align: center;
}

.section-13 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-13 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-13 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-13 p{
    max-width: 520px;
}

.section-13 blockquote{
    border: solid 3px #098ac9;
    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-13 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2024/02/blue-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-13 blockquote p{
	color: #098ac9;
	text-indent: 50px;
}

.section-13 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-13 blockquote img{
	margin-right: 10px;
}

.section-13 blockquote cite{
	color: #098ac9;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	#product-tabs .section-13 .title {
		font-size: 35px;
		margin-bottom: 30px;
	}
	
	.section-13 blockquote{
		margin-left: auto;
	}

    .section-13 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 990px;
        margin: 0px auto;
    }
	
    .section-13 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-13 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
	.section-13 .inner-wrap p{
		padding-right: 40px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-13 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-13 blockquote{
		margin-left: auto;
	}

    .section-13 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-13 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-13 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-13{
		padding-bottom: 40px;
	}
	
	.section-13 .image{
		margin-bottom: 20px;
	}
	
	.section-13 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-13 p {
		margin: 0px auto 20px auto;
	}
	
	#product-tabs .section-13 h3{
		margin-bottom: 10px;
		text-align: center;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-13{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-13 .title {
		font-size: 24px;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
	.section-13 .image{
		margin-bottom: 20px;
	}
	
	.section-13 .image{
		overflow: hidden;
	}
	
	.section-13 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
    .section-13 .inner-wrap {
        padding-top: 0;
    }
	
	#product-tabs .section-13 h3 {
		font-size: 21px;
		font-weight: 800;
		margin-bottom: 15px;
		text-align: center;
	}

}

/**/

.section-14{
	background: #e5e5e5;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-14:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-14 .title{
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.section-14 .d-flex{
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.section-14 .d-flex > div{
	padding: 0px 40px 20px 40px;
	width: calc(33.3% - 40px);
}

.section-14 .image{
	margin-bottom: 10px;
}

#product-tabs .section-14 h3{
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    max-width: 290px;
    margin: 0px auto 10px auto;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-14 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	#product-tabs .section-14 h3 {
		font-size: 21px;
	}
	
	.section-14 .d-flex > div {
		padding: 0px 20px 20px 20px;
		width: calc(33.3% - 40px);
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-14{
		padding-bottom: 20px;
	}
	
	.section-14 .d-flex > div{
		padding: 0px 10px 20px 10px;
		width: 33.3%;
	}
	
	#product-tabs .section-14 h3 {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		margin: 0px auto 10px auto;
		letter-spacing: -0.5px;
	}
	
}

@media screen and (max-width:767px){
	
	.section-14{
		padding-bottom: 20px;
	}
	
	.section-14 .d-flex > div{
		padding: 0px 10px 20px 10px;
		width: 50%;
	}
	
	.section-14 .d-flex > div:last-of-type{
		padding-bottom: 0px;
	}
	
	#product-tabs .section-14 h3 {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		margin: 0px auto 10px auto;
		letter-spacing: -0.5px;
	}
	
}

/**/

.section-15{
	background: #ffffff;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-15:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}
.section-15 .d-flex{
	flex-direction: column;
}

#product-tabs .section-15 h3{
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 15px;
	text-align: left;
}

.section-15 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-15 .title{
	font-weight: 800;
	text-align: center;
}

.section-15 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-15 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-15 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-15 p{
    max-width: 520px;
}

.section-15 blockquote{
    border: solid 3px #098ac9;
    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-15 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2024/02/blue-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-15 blockquote p{
	color: #098ac9;
	text-indent: 50px;
}

.section-15 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-15 blockquote img{
	margin-right: 10px;
}

.section-15 blockquote cite{
	color: #098ac9;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	#product-tabs .section-15 .title {
		font-size: 35px;
		margin-bottom: 30px;
	}
	
	.section-15 blockquote{
		margin-left: auto;
	}

    .section-15 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 990px;
        margin: 0px auto;
    }
	
    .section-15 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-15 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
	.section-15 .inner-wrap p{
		padding-right: 40px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-15 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-15 blockquote{
		margin-left: auto;
	}

    .section-15 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-15 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-15 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-15{
		padding-bottom: 0px;
	}
	
	.section-15 .image{
		margin-bottom: 20px;
	}
	
	.section-15 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-15 p {
		margin: 0px auto 20px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-15{
		padding: 30px 0px 0px 0px;
	}
	
	#product-tabs .section-15 .title {
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
	.section-15 .image{
		margin-bottom: 20px;
	}
	
	.section-15 .image{
		overflow: hidden;
	}
	
	.section-15 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-15 .inner-wrap{
		padding-top: 0px;
	}

}

/**/

#faq{
	padding-top: 40px;
}

#faq .sub-title{
	text-align: center;
	font-weight: 800;
}

#product-tabs #faq .title{
	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;
}

#faq .card {
    border: none;
    border-radius: 10px;
}

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:992px) and (max-width:1199px){
	
	#faq {
		padding-top: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#faq {
		padding-top: 30px;
	}
	
	#product-tabs #faq .title {
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	
}

@media (max-width:767px){
	
	#faq {
		padding-top: 30px;
	}
	
    #product-tabs #faq .title {
		font-size: 24px;
        margin-bottom: 20px;
    }
	
	#product-tabs #faqs-tab .sub-title {
    	font-size: 24px;
	}
	
	#faq-tab .title {
		text-align: center;
		font-size: 28px;
	}
	
    #faq-accordion .card-header h4 {
        padding: 0px 60px 0px 20px;
        font-size: 16px;
    }
	
	#faq-accordion .card-header i {
		right: 10px;
		font-size: 21px;
	}
	
	#faq-accordion .card-body p {
    	font-size: 16px;
	}
	
	#faq-accordion .card-body p:empty{
		display: none;
	}

}

/**/