#product-tabs{
	background: #ffffff;
}

#product-tabs sup {
    line-height: 0;
}

#product-tabs-tab .nav-link.active, #product-tabs-tab .nav-item:last-child a.active{
    color: #333132;
    background-color: #ffffff;
    border-color: #d2d2d2 #d2d2d2 #ffffff #d2d2d2;
}

#product-tabs h1, #product-tabs h2, #product-tabs h3{
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
}

#product-tabs p{
	line-height: 1.8em;
}

/**/

.section-1{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

#product-tabs .section-1 .title{
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.section-1 .d-flex{
    flex-direction: row-reverse;
    align-items: flex-start;
	justify-content: space-around;
    padding: 0px;
    max-width: 980px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-1 .d-flex:nth-of-type(2){
	max-width: 860px;
}

.section-1 .d-flex:nth-of-type(2) > div{
	text-align: center;
}

#product-tabs .section-1 .d-flex:nth-of-type(2) p{
	font-weight: 800;
	line-height: 1em;
    text-align: center;
    max-width: 80%;
    margin: 0px auto;
	padding-top: 10px;
}

.section-1 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 40px;
	width: calc(100% - 384px);
}

.section-1 .image{
	order: 2;
    position: relative;
	width: 384px;
}

.section-1 .image img{
	max-width: 100%;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-1 .inner-wrap{
		padding-left: 30px;
	}
	
	.section-1 .d-flex:nth-of-type(2){
		margin-top: 40px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-bottom: 0px;
	}
	
    .section-1 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 30px;
        padding: 0px;
    }
	
	.section-1 .d-flex:nth-of-type(2) {
		flex-direction: row;
        flex-wrap: wrap;
        max-width: 500px;
        row-gap: 20px;
	}
    
	.section-1 .d-flex:nth-of-type(2) > div {
		width: 50%;
	}
	
	#product-tabs .section-1 .d-flex:nth-of-type(2) p{
		line-height: 1.3em;
	}

    .section-1 .inner-wrap{
        padding-left: 0px;
		padding-top: 20px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-1 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
    #product-tabs .section-1 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-1 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-1{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
    .section-1 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 30px;
        padding: 0px;
    }
	
    .section-1 .d-flex:nth-of-type(2) {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 500px;
        row-gap: 20px;
        column-gap: 20px;
    }
    
    .section-1 .d-flex:nth-of-type(2) > div {
        width: calc(50% - 10px);
    }
	
	#product-tabs .section-1 .d-flex:nth-of-type(2) p{
		line-height: 1.3em;
	}

    .section-1 .inner-wrap{
        padding: 0px;
		width: 100%;
    }
	
	.section-1 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
	#product-tabs .section-1 .title {
        font-size: 26px;
        text-align: center;
        margin: 0px auto 20px;
        max-width: 220px;
    }
	
	.section-1 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

/**/

.section-2 {
	background: transparent;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-2:before {
	content: "";
    background: #e5e5e5;
    position: absolute;
    top: 25%;
    left: calc(50% + -50vw);
    height: 75%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-2 .title{
	margin-bottom: 0px;
	text-align: center;
}

.section-2 .d-flex.one {
    flex-direction: row-reverse;
    margin: 0px auto;
    max-width: 590px;
}

.section-2 .d-flex.one .inner-wrap {
    order: 1;
    display: flex;
    align-items: center;
}

#product-tabs .section-2 .d-flex.one p{
    background: #098ac9;
    color: #fff;
    padding: 30px 30px 30px 65px;
    border-radius: 0px 30px 30px 0px;
    margin-left: -88px;
    position: relative;
    z-index: 1;
}

#product-tabs .section-2 .d-flex.one strong{
	position: relative;
}

#product-tabs .section-2 strong:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 6px;
    background: #ffffff;
    border-radius: 100%;
    height: 8px;
    width: 8px;
}

.section-2 .d-flex.one .image {
	background: transparent;
    flex-basis: 424px;
    order: 2;
    position: relative;
    z-index: 2;
}

.section-2 .d-flex.two{
	flex-direction: column;
}

.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: 40px;
	order: 2;
	position: relative;
}

.section-2 .d-flex.two .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;
	padding-right: 40px;
}

.section-2 p{
    max-width: 520px;
}

@media screen and (min-width:1200px){

	.section-2 .d-flex.two{
        align-items: center;
        flex-direction: row;
        max-width: 980px;
        justify-content: center;
        margin: 0px auto;
	}
	
	.section-2 .image{
		flex-basis: 400px;
		margin: 0px;
		order: 2;
	}

	.section-2 .d-flex.one .inner-wrap{
		flex-basis: 400px;
		padding: 0px 0px 0px 0px;
		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.two{
		align-items: center;
		flex-direction: row;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-2:before {
		top: 15%;
		height: 85%;
	}
	
	.section-2 .inner-wrap{
		padding-right: 0;
		padding-bottom: 30px;
	}
	
	.section-2 .d-flex.two p {
		max-width: 100%;
	}
	
	.section-2 .d-flex.one {
		position: relative;
		left: -50px;
		margin-bottom: -20px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-2:before {
		top: 15%;
		height: 85%;
	}
	
	#product-tabs .section-2 .title {
        margin-bottom: 30px;
        font-size: 24px;
	}
	
	#product-tabs .section-2 .inner-wrap h2 {
		font-weight: 800;
		text-align: center;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.section-2 .inner-wrap{
		padding-right: 0;
		padding-bottom: 30px;
	}
	
	.section-2 .d-flex.one .inner-wrap {
		order: 1;
		display: flex;
		align-items: center;
	}
	
	#product-tabs .section-2 .d-flex.one p {
		padding: 12px 15px 12px 50px;
		border-radius: 0px 30px 30px 0px;
		margin-left: -108px;
		position: relative;
		z-index: 1;
		line-height: 1.4em;
	}
	
	.section-2 .d-flex.one .image {
		flex-basis: auto;
		padding: 0;
		left: -70px;
		top: -13px;
	}
	
	.section-2 .d-flex.two p {
		max-width: 100%;
	}
	
	.section-2 .d-flex.one {
        position: relative;
        left: 0;
        margin-bottom: 0px;
        max-width: none;
        width: 100%;
    }
	
}

/**/

.section-3{
	padding: 40px 0px 40px 0px;
	position: relative;
}

#product-tabs .section-3 h2{
	font-weight: 800;
	text-align: center;
	position: relative;
	z-index: 2;
}

#product-tabs .section-3 p{
	margin: 0px auto 20px auto;
	max-width: 540px;
}

.section-3 .d-flex{
	flex-wrap: wrap;
	column-gap: 40px;
	justify-content: center;
	margin: 0px auto;
	max-width: 800px;
	position: relative;
	z-index: 2;
}

.section-3 .card{
	background: none;
	border: none;
	margin-bottom: 20px;
	padding: 0px;
	width: calc(50% - 40px);
}

.section-3 .card .inner-wrap{
	padding: 10px 20px 0px 20px;
	text-align: center;
}

#product-tabs .section-3 .card h3{
	font-size: 24px;
	font-weight: 800;
    margin-bottom: 10px;
}

.section-3 .card img{
	display: block;
	margin: 0px auto;
}

.section-3 .card p{
	text-align: left;
}

@media screen and (min-width:1200px){

	.section-3 .card:nth-child(3),
	.section-3 .card:nth-child(4){
		margin-bottom: 0px;
	}

}

@media screen and (max-width:767px){
	
	.section-3{
		padding: 30px 0px 0px 0px;
	}
	
	#product-tabs .section-3 h2{
		font-size: 24px;
	}
	
	.section-3 .d-flex{
		flex-direction: column;
	}
	
	.section-3 .card {
		width: 100%;
	}
	
	#product-tabs .section-3 .card h3 {
		font-size: 21px;
		font-weight: 800;
		margin-bottom: 10px;
	}
	
	.section-3 .card .image{
		margin: 0px auto;
		max-width: 300px;
	}
	
}

/**/

.section-4{
	background: #078ac9;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-4:before {
    content: "";
    background: #078ac9;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-4 .d-flex{
	flex-direction: column;
}

.section-4 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-4 .inner-wrap h2{
	color: #ffffff;
	font-weight: 800;
}

#product-tabs .section-4 .inner-wrap h3{
	color: #ffffff;
	font-weight: 800;
}

.section-4 .inner-wrap li{
	color: #ffffff;
}

.section-4 .image{
    background: #078ac9;
    flex-basis: auto;
	padding: 0px;
	order: 2;
	position: relative;
}

.section-4 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-4 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

.section-4 p{
	color: #ffffff;
    max-width: 520px;
}

@media screen and (min-width:1200px){

	.section-4 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-4 .image{
		flex-basis: 637px;
		margin: 0px;
		order: 2;
	}

	.section-4 .inner-wrap{
		flex-basis: 600px;
		padding: 30px 30px 30px 30px;
		order: 1;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-4 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
    .section-4 .image {
        flex-basis: auto;
        margin: 0px;
        order: 2;
        width: 50%;
    }

    .section-4 .inner-wrap {
        flex-basis: auto;
        padding: 30px 20px 30px 0px;
        order: 1;
        width: 50%;
    }
	
	#product-tabs .section-4 .inner-wrap h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	#product-tabs .section-4 .inner-wrap h3{
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	#product-tabs .section-4 ul{
		margin-bottom: 15px;
	}
	
	.section-4 .inner-wrap li{
		font-size: 15px;
		margin-bottom: 5px;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-4{
		padding: 30px 0px 0px 0px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-4{
		padding: 30px 0px 0px 0px;
	}
	
	.section-4 .image{
		padding: 0px;
	}
	
	.section-4 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -15px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
    .section-4 .image img {
        max-width: none;
        width: calc(100% + 30px);
        left: -15px;
    }
	
	.section-4 .inner-wrap{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-4 .inner-wrap h2 {
        font-weight: 800;
        font-size: 24px;
        text-align: left;
        margin-bottom: 15px;
	}
	
	#product-tabs .section-4 .inner-wrap h3 {
		font-size: 21px;
		text-align: left;
	}
	
	#product-tabs .section-4 ul{
		padding-left: 0px;
	}
	
	.section-4 .inner-wrap li{
		margin-bottom: 5px;
	}
	
	.section-4 p {
    	width: 100%;
	}
	
	#product-tabs .section-4 ul:nth-of-type(2){
		margin-bottom: 0px;
	}
	
}

/**/

.section-5{
	background: #ebebeb;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-5:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-5 .d-flex{
	flex-direction: column;
	margin: 0px auto;
	max-width: 1060px;
}

.section-5 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-5 .inner-wrap h2{
	font-size: 28px;
	font-weight: 800;
}

#product-tabs .section-5 .inner-wrap h3{
	font-size: 24px;
	font-weight: 800;
}

.section-5 .image{
    flex-basis: auto;
	padding: 0px;
	order: 2;
	position: relative;
}

.section-5 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-5 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

.section-5 ul{
	margin-bottom: 0px;
}

.section-5 li{
    font-weight: 600;
	margin-bottom: 7px;
}

.section-5 li::marker{
	color: #098ac9;
}

@media screen and (min-width:1200px){

	.section-5 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-5 .image{
		flex-basis: 519px;
		margin: 0px;
		order: 1;
	}

	.section-5 .inner-wrap{
		flex-basis: 541px;
		padding: 30px 30px 30px 30px;
		order: 2;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-5 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
    .section-5 .image {
        flex-basis: auto;
        margin: 0px;
        order: 1;
        width: 50%;
    }

    .section-5 .inner-wrap {
        flex-basis: auto;
        padding: 30px 0px 30px 20px;
        order: 2;
        width: 50%;
    }
	
	#product-tabs .section-5 .inner-wrap h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	#product-tabs .section-5 .inner-wrap h3{
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	#product-tabs .section-5 ul{
		margin-bottom: 15px;
	}
	
	.section-5 .inner-wrap li{
		font-size: 15px;
		margin-bottom: 5px;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-5{
		padding: 0px 0px 0px 0px;
	}
	
	#product-tabs .section-5 .inner-wrap h2{
		text-align: center;
	}
	
	.section-5 p {
		max-width: 100%;
	}
	
	.section-5 .image{
		padding: 0px;
	}
	
	.section-5 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -40px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
	.section-5 .image img{
		max-width: 420px;
	}
	
	.section-5 .inner-wrap{
		padding-bottom: 40px;
	}
	
	.section-5 p {
    	width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-5{
		padding: 30px 0px 0px 0px;
	}
	
	.section-5 .d-flex{
		padding-bottom: 30px;
	}
	
	.section-5 .image{
		padding: 0px;
	}
	
	.section-5 .image:after {
		display: none;
	}
	
	.section-5 .image img{
		max-width: 320px;
	}
	
	.section-5 .inner-wrap {
        padding: 0px 0px 20px 0px;
    }
	
	#product-tabs .section-5 .inner-wrap h2 {
        font-weight: 800;
        font-size: 24px;
        text-align: center;
        max-width: 230px;
        margin: 0px auto 20px auto;
	}
	
	.section-5 p {
    	width: 100%;
	}
	
	.section-5 li{
		margin-bottom: 0px;
	}
	
}

/**/

.section-6{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.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) {
	
	.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 img{
		max-width: 420px;
	}
	
	.section-6 .inner-wrap {
        padding: 30px 0px 0px 0px;
    }
	
	.section-6 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-6{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-6 .title {
		font-size: 24px;
	}
	
	.section-6 .image{
		overflow: hidden;
	}
	
	.section-6 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-6 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
}

/**/

.section-7{
	background: #e5e5e5;
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-7:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-7 h2{
	font-weight: 800;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-7 .d-flex{
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
	margin: 0px auto;
	max-width: 1080px;
	position: relative;
	z-index: 2;
}

.section-7 .card{
    background: none;
    border: none;
    margin-bottom: 0px;
    padding: 0px;
    width: calc(33.3% - 20px);
}

.section-7 .card .inner-wrap{
	padding: 10px 20px 0px 20px;
	text-align: center;
}

.section-7 .image{
	text-align: center;
}

#product-tabs .section-7 .card h3{
	font-size: 21px;
	font-weight: 800;
    margin-bottom: 10px;
}

.section-7 .card p{
	text-align: left;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-7 .image{
        flex-basis: auto;
    }
	
	.section-7 .inner-wrap {
        flex-basis: auto;
	}
	
}

@media screen and (max-width:767px){
	
	.section-7{
		padding: 30px 0px 0px 0px;
	}
	
	#product-tabs .section-7 h2{
		font-size: 24px;
	}
	
	.section-7 .d-flex{
		flex-direction: column;
	}
	
	.section-7 .card {
		width: 100%;
	}
	
	#product-tabs .section-7 .card h3 {
		font-size: 21px;
		font-weight: 800;
		margin-bottom: 10px;
	}
	
	.section-7 .card .image{
		margin: 0px auto;
		max-width: 300px;
	}
	
	.section-7 .card .inner-wrap{
		margin-bottom: 20px;
	}
	
}

/**/

.section-8{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.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;
}

@media screen and (min-width:1200px){

    .section-8 .d-flex {
        align-items: flex-start;
        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 0px;
        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: auto;
        margin: 0px;
        order: 1;
        width: 50%;
    }

    .section-8 .inner-wrap {
        flex-basis: 50%;
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
	#product-tabs .section-8 .title{
		margin-bottom: 0px;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-8 .image img{
		max-width: 420px;
	}
	
	.section-8 .inner-wrap {
        padding: 30px 0px 0px 0px;
    }
	
	.section-8 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-8{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-8 .title{
		font-size: 24px;
		max-width: 320px;
		margin: 0px auto 20px auto;
	}
	
	.section-8 .image{
		overflow: hidden;
	}
	
	.section-8 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-8 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
}

/**/

.section-9{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-9:before {
    content: "";
    background: #252525;
    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;
}

.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;
}

@media screen and (min-width:1200px){

    .section-9 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-9 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-9 .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-9 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-9 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-9 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-9 .image img{
		max-width: 420px;
	}
	
	.section-9 .inner-wrap {
        padding: 30px 0px 0px 0px;
    }
	
	.section-9 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-9{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-9 .title {
		font-size: 24px;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
	.section-9 .image{
		overflow: hidden;
	}
	
	.section-9 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-9 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
}

/**/

.section-10{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-10:before {
    content: "";
    background: #ebebeb;
    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{
	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;
}

@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: 2;
    }

    .section-10 .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-10 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: auto;
        margin: 0px;
        order: 2;
        width: 50%;
    }

    .section-10 .inner-wrap {
        flex-basis: 50%;
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-10 .image img{
		max-width: 420px;
	}
	
	.section-10 .inner-wrap {
        padding: 30px 0px 0px 0px;
    }
	
	.section-10 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-10{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-10 .title {
		font-size: 24px;
		max-width: 280px;
		margin: 0px auto 20px auto;
	}
	
	.section-10 .image{
		overflow: hidden;
	}
	
	.section-10 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-10 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
}

/**/

.section-11{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-11 .d-flex{
	flex-direction: column;
}

.section-11 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-11 .title{
	font-weight: 800;
	text-align: center;
}

.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{
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-11 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-11 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-11 .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-11 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-11 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-11 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-11 .image img{
		max-width: 420px;
	}
	
	.section-11 .inner-wrap {
        padding: 30px 0px 0px 0px;
    }
	
	.section-11 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-11{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-11 .title{
		font-size: 24px;
		max-width: 280px;
		margin: 0px auto 20px auto;
	}
	
	.section-11 .image{
		overflow: hidden;
	}
	
	.section-11 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-11 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
}

/**/

.section-12{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-12:before {
    content: "";
    background: #252525;
    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;
	text-align: center;
}

.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;
}

@media screen and (min-width:1200px){

    .section-12 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-12 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-12 .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-12 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-12 .image {
        flex-basis: auto;
        margin: 0px;
        order: 2;
        width: 50%;
    }

    .section-12 .inner-wrap {
        flex-basis: 50%;
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-12 .image img{
		max-width: 420px;
	}
	
	.section-12 .inner-wrap {
        padding: 30px 0px 0px 0px;
    }
	
	.section-12 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-12{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-12 .title{
		font-size: 24px;
		max-width: 280px;
		margin: 0px auto 20px auto;
	}
	
	.section-12 .image{
		overflow: hidden;
	}
	
	.section-12 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-12 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
}

/**/

.section-13{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-13:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-13 .d-flex{
	flex-direction: column;
}

.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;
}

@media screen and (min-width:1200px){

    .section-13 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-13 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-13 .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-13 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-13 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-13 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-13 .image img{
		max-width: 420px;
	}
	
	.section-13 .inner-wrap {
        padding: 20px 0px 0px 0px;
    }
	
	.section-13 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-13{
		padding-bottom: 30px;
	}
	
	.section-13 .image{
		overflow: hidden;
	}
	
	.section-13 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-13 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	#product-tabs .section-13 .title{
		font-size: 24px;
	}
	
}

/**/

.section-14{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-14 .d-flex{
	flex-direction: column;
}

.section-14 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-14 .title{
	font-weight: 800;
	text-align: center;
}

.section-14 .image{
    flex-basis: auto;
	padding: 0px;
	order: 2;
	position: relative;
}

.section-14 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-14 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

.section-14 p{
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-14 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-14 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-14 .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-14 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-14 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-14 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-14 .image img{
		max-width: 420px;
	}
	
	.section-14 .inner-wrap {
        padding: 0px 0px 30px 30px;
    }
	
	.section-14 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-14{
		padding-bottom: 30px;
	}
	
	.section-14 .image{
		overflow: hidden;
	}
	
	.section-14 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-14 .inner-wrap{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
    #product-tabs .section-14 .title {
        font-size: 24px;
        max-width: 250px;
        margin: 0px auto 20px;
    }
	
}

/**/

.section-15{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-15:before {
    content: "";
    background: #252525;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-15 .d-flex{
	flex-direction: column;
}

.section-15 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-15 .title{
	color: #ffffff;
	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{
	color: #ffffff;
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-15 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-15 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-15 .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-15 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-15 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-15 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-15 .image img{
		max-width: 420px;
	}
	
	.section-15 .inner-wrap {
        padding: 30px 0px 0px 0px;
    }
	
	.section-15 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-15{
		padding-bottom: 30px;
	}
	
	.section-15 .image{
		overflow: hidden;
	}
	
	.section-15 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-15 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	#product-tabs .section-15 .title {
        font-size: 24px;
        max-width: 250px;
        margin: 0px auto 20px;
    }
	
}

/**/

.section-16{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-16:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-16 .d-flex{
	flex-direction: column;
}

.section-16 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-16 .title{
	font-weight: 800;
	text-align: center;
}

.section-16 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-16 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-16 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-16 p{
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-16 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-16 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-16 .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-16 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-16 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-16 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-16 .image img{
		max-width: 420px;
	}
	
	.section-16 .inner-wrap {
        padding: 30px 0px 0px 0px;
    }
	
	.section-16 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-16{
		padding-bottom: 30px;
	}
	
	.section-16 .image{
		overflow: hidden;
	}
	
	.section-16 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-16 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	#product-tabs .section-16 .title {
        font-size: 24px;
        max-width: 250px;
        margin: 0px auto 20px;
    }
	
}

/**/

.section-17{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-17 .d-flex{
	flex-direction: column;
}

.section-17 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-17 .title{
	font-weight: 800;
	text-align: center;
}

.section-17 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-17 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-17 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-17 p{
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-17 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-17 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-17 .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-17 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-17 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-17 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-17 .image img{
		max-width: 420px;
	}
	
	.section-17 .inner-wrap {
        padding: 20px 0px 0px 0px;
    }
	
	.section-17 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-17{
		padding-bottom: 30px;
	}
	
	.section-17 .image{
		overflow: hidden;
	}
	
	.section-17 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-17 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	.section-17 .inner-wrap{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	#product-tabs .section-17 .title {
        font-size: 24px;
        max-width: 250px;
        margin: 0px auto 20px;
    }
	
}

/**/

#faq{
	padding-top: 0px;
}

#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: 21px;
	}
	
	#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;
	}

}

