#product-tabs{
	background: #ffffff;
}

#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 Extra Bold", sans-serif;
	font-weight: 800;
}

#product-tabs p{
	line-height: 1.8em;
}

/**/

@media screen and (min-width: 1200px){

	#product-tabs .title{
		font-size: 36px;
	}
	
	#product-tabs h3{
		font-size: 24px;
	}

}

/**/

.section-1{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-1:before {
    content: "";
    background: #457307;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-1 .title{
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-1 .d-flex{
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.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 .inner-wrap p{
	color: #ffffff;
}

.section-1 .inner-wrap li{
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-1 .image{
	order: 2;
    position: relative;
	width: 384px;
}

.section-1 .image img{
	max-width: 100%;
}

#product-tabs .section-1 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-1 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-bottom: 40px;
	}
	
    .section-1 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .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 10px;
    }
	
	.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: 30px;
		padding-bottom: 30px;
	}
	
    .section-1 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-1 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-1 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
		max-width: 260px;
	}
	
    #product-tabs .section-1 .title{
        font-size: 24px;
        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%
	}
	
}

/**/

.section-2{
	background: #0d0d0d;
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-2:before {
    content: "";
    background: #0d0d0d;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-2 .title{
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.section-2 .d-flex {
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
	margin: 0px auto;
    max-width: 900px;
	position: relative;
	z-index: 2;
}

.section-2 .d-flex > div{
	width: calc(50% - 80px);
}

.section-2 img{
	display: block;
	margin: 0px auto 10px;
}

#product-tabs .section-2 h3{
	color: #ffffff;
	margin: 0px auto;
	max-width: 80%;
	text-align: center;
}

@media (min-width: 1200px) {
    .section-2 .container {
        max-width: 860px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){

	.section-2 .d-flex {
		gap: 40px;
	}

}

@media screen and (max-width: 767px){
	
	#product-tabs .section-2 .title{
		font-size: 26px;
		text-align: center;
	}
	
    .section-2 .d-flex {
        flex-direction: row;
        gap: 20px;
        max-width: 100%;
        width: 100%;
    }
	
    .section-2 .d-flex > div {
        width: calc(50% - 20px);
    }
	
	#product-tabs .section-2 h3 {
        margin-bottom: 10px;
        font-size: 14px;
        width: 100%;
	}
	
}

/**/

.section-3{
	border-radius: 10px;
    padding: 40px 30px 40px 30px;
	position: relative;
}

.section-3:before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-3 .d-flex{
	gap: 80px;
	position: relative;
	z-index: 2;
}

.section-3 .left-col{
	width: 50%;
}

.section-3 .right-col{
	width: 50%;
}

.section-3 blockquote {
	background: #457307;
    border-radius: 15px;
    color: #ffffff;
    margin: 0;
    padding: 20px;
}

#product-tabs .section-3 h3{
    font-size: 32px;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .section-3 .container {
        max-width: 830px;
    }
}

@media (max-width: 767px) {
	
	.section-3 {
    	padding: 30px 0px 30px 0px;
	}
	
	.section-3 .d-flex {
		flex-direction: column;
		grid-row-gap: 20px;
	}
	
	.section-3 .left-col {
		width: 100%;
	}
	
	.section-3 .right-col {
		width: 100%;
	}
	
	#product-tabs .section-3 h3{
		font-size: 26px;
		text-align: center;
	}
	
}

/**/

.section-4{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-4:before {
    content: "";
    background: #457307;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-4 .title{
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-4 .d-flex{
	flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0px;
    max-width: 645px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

.section-4 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 1;
    padding-left: 40px;
    width: calc(100% - 235px);
}

.section-4 .inner-wrap p{
	color: #ffffff;
}

.section-4 .inner-wrap li{
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-4 .image {
    order: 2;
    position: relative;
    width: 235px;
}

.section-4 .image img{
	max-width: 100%;
}

#product-tabs .section-4 .title{
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .section-4 .container {
        max-width: 650px;
    }
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-4 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-4{
		padding-bottom: 40px;
	}
	
    .section-4 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-4 .inner-wrap{
        padding-left: 0px;
		padding-top: 20px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-4 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
    #product-tabs .section-4 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 10px;
    }
	
	.section-4 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-4 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-4{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
    .section-4 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-4 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-4 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
		max-width: 320px;
	}
	
    #product-tabs .section-4 .title{
        font-size: 24px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-4 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-4 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

/**/

.section-5{
	padding: 40px 0px 70px 0px;
	position: relative;
	z-index: 2;
}

.section-5:before{
	background: #161717;
	clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-5 .title{
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.section-5 .d-flex {
	justify-content: center;
    max-width: 760px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.section-5 .d-flex:last-of-type{
	margin-bottom: 0;
}

.section-5 .inner-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 2;
    padding-left: 30px;
    width: calc(100% - 335px);
}

#product-tabs .section-5 .inner-wrap h3{
	color: #ffffff;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 10px;
}

.section-5 .inner-wrap p{
	color: #ffffff;
}

.section-5 .image{
    order: 1;
    position: relative;
    width: 213px;
}

.section-5 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-5 .sub-title{
	border-bottom: solid 4px #4f7121;
	font-size: 26px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.section-5 .d-flex{
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .section-5 .container {
        max-width: 590px;
    }
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-5 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-5{
		padding-bottom: 50px;
	}
	
	.section-5 .d-flex{
        max-width: 540px;
        margin-bottom: 40px;
		padding: 0px;
	}
	
	.section-5 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-5 .inner-wrap{
        padding-left: 20px;
		padding-top: 0px;
		width: calc(100% - 213px);
    }
	
    #product-tabs .section-5 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	#product-tabs .section-5 .sub-title{
		border: none;
		font-size: 32px;
		margin-bottom: 20px;
		padding-bottom: 0;
		text-align: center;
	}

	.section-5 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-5{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-5 .d-flex{
        margin-bottom: 15px;
		padding: 0px;
	}
	
	.section-5 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-5 .inner-wrap{
        padding-left: 15px;
        padding-top: 0px;
        width: calc(100% - 120px);
    }
	
    #product-tabs .section-5 .title{
		font-size: 24px;
        text-align: center;
        margin: 0px auto 20px;
        max-width: 320px;
    }
	
	#product-tabs .section-5 .inner-wrap h3{
		font-size: 18px;
		margin-bottom: 5px;
		text-align: left;
	}
	
	#product-tabs .section-5 p{
		font-size: 14px;
		line-height: 1.4em;
	}
	
	.section-5 .image {
		width: 120px;
	}

	.section-5 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

/**/

.section-6{
	background: #e5e5e5;
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
}

.section-6:before {
	content: "";
    background: #e5e5e5;
    position: absolute;
    top: -40px;
    left: calc(50% + -50vw);
    height: calc(100% + 40px);
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
}

#product-tabs .section-6 .title{
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-6 .d-flex{
    align-items: flex-start;
    padding: 0px;
    max-width: 840px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    width: 100%;
}

.section-6 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 1;
    padding-right: 40px;
    width: calc(100% - 366px);
}

.section-6 .inner-wrap p{
	background: #457307;
	color: #ffffff;
	font-size: 24px;
	font-weight: 800;
	padding: 5px 15px;
}

.section-6 .inner-wrap li{
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
}

.section-6 .inner-wrap li::marker{
	color: #457307;
}

.section-6 .image {
    order: 2;
    position: relative;
    width: 366px;
}

.section-6 .image img{
	max-width: 100%;
}

#product-tabs .section-6 .title{
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .section-6 .container {
        max-width: 780px;
    }
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-6 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-6{
		padding-bottom: 40px;
	}
	
    .section-6 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-6 .inner-wrap{
        padding-left: 0px;
		padding-top: 20px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-6 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
    #product-tabs .section-6 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 10px;
    }
	
	.section-6 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-6 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-6{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
    .section-6 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-6 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-6 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
		max-width: 320px;
	}
	
    #product-tabs .section-6 .title{
        font-size: 24px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-6 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-6 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

/**/

.section-7{
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-7 .container{
	position: relative;
	z-index: 2;
}

#product-tabs .section-7 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
}

.section-7 .d-flex{
    align-items: center;
    margin: 0px auto;
	max-width: 720px;
}

.section-7 .inner-wrap {
	order: 2;
    width: 55%;
    padding-right: 30px;
}

.section-7 .image{
	order: 1;
	position: relative;
	width: 45%;
}

.section-7 .image img{
    max-width: 100%;
    position: relative;
    right: 0px;
}

#product-tabs .section-7 p{
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	
    .section-7 .container {
        max-width: 600px;
    }
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-7{
		padding-bottom: 0px;
	}

	#product-tabs .section-7 .title {
		font-size: 30px;
		font-weight: 800;
		line-height: 1.2em;
		margin-bottom: 20px;
		text-align: center;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-7{
		padding-bottom: 10px;
	}
	
	.section-7 .container{
		padding: 0px;
	}
	
	.section-7 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-7 .image{
		width: 100%;
	}
	
	.section-7 .image img {
		display: block;
		max-width: 320px;
        position: relative;
        right: 0px;
        margin: 0px auto 10px auto;
	}
	
	.section-7 .inner-wrap {
		padding-right: 0px;
		width: 100%;
	}
	
	#product-tabs .section-7 .title {
		font-size: 25px;
		font-weight: 800;
		line-height: 1.2em;
		text-align: center;
		max-width: 275px;
		margin: 0px auto 15px auto;
	}
	
}

/**/

.section-8{
	padding: 0px 0px 30px 0px;
	position: relative;
}

.section-8 .container{
	position: relative;
	z-index: 2;
}

#product-tabs .section-8 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
}

.section-8 .d-flex {
    align-items: flex-start;
    column-gap: 80px;
    margin: 0px auto;
    max-width: 800px;
}

.section-8 .left-col {
	order: 1;
    width: 50%;
}

.section-8 .right-col{
	order: 2;
	position: relative;
	width: 50%;
}

.section-8 img{
	display: block;
    margin: 0px auto 10px auto;
}

#product-tabs .section-8 h3 {
    text-align: center;
}

#product-tabs .section-8 p{
	margin-bottom: 20px;
}

.section-8 li{
	margin-bottom: 20px;
}

.section-8 li::marker{
	color: #457307;
}

@media (min-width: 1200px) {
	
    .section-8 .container {
        max-width: 830px;
    }
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-8{
		padding-bottom: 10px;
	}

	#product-tabs .section-8 .title {
		font-size: 30px;
		font-weight: 800;
		line-height: 1.2em;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#product-tabs .section-8 h3{
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-8{
		padding-bottom: 10px;
	}
	
	.section-8 .container{
		padding: 0px;
	}
	
	.section-8 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-8 .image{
		width: 100%;
	}
	
	.section-8 img {
		display: block;
		margin: 0px auto 10px auto;
		max-width: 320px;
	}

	.section-8 .inner-wrap{
		padding-right: 0px;
		width: 100%;
	}
	
	#product-tabs .section-8 .title{
		font-size: 25px;
		font-weight: 800;
		line-height: 1.2em;
		text-align: center;
		max-width: 275px;
		margin: 0px auto 15px auto;
	}
	
	.section-8 .left-col{
		width: 100%;
	}
	
	.section-8 .right-col{
		width: 100%;
	}
	
	#product-tabs .section-8 h3 {
		text-align: center;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
}

/**/

.section-9{
	background: #e5e5e5;
	padding: 40px 0px 40px 0px;
	margin-bottom: 0px;
	position: relative;
}

.section-9:after {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    z-index: 1;
    transform: translate(-50%, 0%);
}

.section-9 .d-flex{
	margin: 0px auto 0px auto;
	max-width: 1020px;
    position: relative;
    z-index: 2;
}

#product-tabs .section-9 .title{
	position: relative;
	z-index: 2;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 20px;
	text-align: left;
}

.section-9 ul{
    padding-top: 20px;
    padding-bottom: 0px;
}

.section-9 li{
	color: #000000;
    font-weight: 600;
	line-height: 1.8em;
    margin-bottom: 20px;
}

.section-9 li::marker{
	color: #457307;
}

.section-9 .quote-block {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: right;
}

.section-9 blockquote{
	margin: 0px;
}

.section-9 .quote-block:first-of-type{
	margin-top: 0px;
}

.section-9 blockquote,
#product-tabs .section-9 blockquote p{
    color: #4f7121;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: left;
}

.section-9 .quote-block img{
	display: block;
	margin: 10px 0px 10px auto;
}

.section-9 .quote-block cite{
    display: block;
    color: #000000;
	font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    text-align: right;
}

.section-9 .quote-block a {
	display: block;
    color: #078ac9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    word-wrap: break-word;
}

@media screen and (min-width: 992px){
	
	.section-9 .right-col{
		position: relative;
		order: 2;
		width: 50%;
		z-index: 1;
	}
	
	.section-9 .right-col img {
		height: auto;
		margin-left: auto;
		max-width: 100%;
		position: relative;
		right: 0px;
		width: 100%;
		z-index: 1;
	}
	
	.section-9 .left-col{
		position: relative;
		order: 1;
		padding-right: 30px;
		width: 50%;
		z-index: 2;
	}
	
}

@media screen and (min-width: 1200px){
	
	.section-9 .container {
        max-width: 1040px;
    }
	
	.section-9 .left-col{
		padding-right: 60px;
		width: calc(100% - 431px);
	}
	
    .section-9 .right-col{
        width: 431px;
    }
	
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.section-9{
		padding: 40px 15px 40px 15px;
	}
	
	#product-tabs .section-9 .title {
		font-size: 36px;
		max-width: 700px;
		margin: 0px auto 40px auto;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-9{
		padding: 30px 15px 10px 15px;
	}
	
	.section-9 .right-col {
		order: 2;
		width: 40%;
		text-align: center;
	}

	.section-9 .left-col {
		order: 1;
		padding-right: 30px;
		padding-bottom: 20px;
		width: 60%;
	}
	
	#product-tabs .section-9 .title {
        font-size: 26px;
        margin-bottom: 15px;
        max-width: 620px;
        text-align: left;
	}
	
	.section-9 blockquote{
		font-size: 18px;
	}
	
	.section-9 .quote-block cite{
		font-size: 16px;
	}
	
	.section-9 .cta {
		flex-direction: row;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-9{
		padding: 30px 0px 30px 0px;
	}
	
	.section-9 .d-flex {
		flex-direction: column;
		margin-bottom: 0px;
	}
	
	.section-9 .right-col {
		order: 2;
		width: 100%;
		text-align: center;
	}

	.section-9 .left-col {
		order: 1;
		padding-bottom: 0px;
		padding-right: 0px;
		width: 100%;
	}
	
	#product-tabs .section-9 .title {
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-9 img{
		max-width: 290px;
		margin: 0px auto 15px auto;
	}
	
	.section-6 blockquote, #product-tabs .section-9 blockquote p {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.5px;
		margin-bottom: 5px;
		line-height: 1.5em;
	}
	
	.section-9 ul{
		padding-top: 10px;
	}
	
	.section-9 .quote-block {
		background-position: 0px calc(100% + 20px);
		background-size: 100px auto;
		margin-bottom: 20px;
		padding: 15px 15px 15px 15px;
	}
	
	.section-9 blockquote{
		font-size: 18px;
	}
	
	.section-9 .quote-block cite{
		font-size: 16px;
        text-align: right;
        margin-left: auto;
		width: 180px;
	}
	
}

/**/

.section-10{
	padding: 30px 0px 40px 0px;
	position: relative;
}

.section-10:after {
    content: "";
    background: #457307;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    z-index: 1;
    transform: translate(-50%, 0%);
}

#product-tabs .section-10 .title{
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.section-10 .d-flex {
    column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0px auto;
}

.section-10 .d-flex > div{
    padding: 0;
    width: calc(50% - 40px);
}

.section-10 .image {
    margin-bottom: 10px;
    text-align: center;
}

#product-tabs .section-10 h3{
	color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    max-width: 290px;
    margin: 0px auto 10px auto;
}

.section-10 .inner-wrap p{
	color: #ffffff;
}

@media (min-width: 1200px) {
	
    .section-10 .container {
        max-width: 800px;
    }
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-10 .d-flex > div{
		padding: 0px 10px 20px 10px;
		width: 33.3%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-10 .d-flex {
		flex-direction: column;
	}
	
	.section-10 .image {
		text-align: center;
	}
	
	.section-10 .d-flex > div{
		padding: 0px 0px 20px 0px;
		width: 100%;
	}
	
	.section-10 .d-flex > div:last-of-type{
		padding-bottom: 0px;
	}
	
	#product-tabs .section-10 .title{
		font-size: 26px;
	}
	
	#product-tabs .section-10 h3 {
    	font-size: 21px;
	}
	
}

/**/

.section-11{
    background: #ffffff;
    padding: 40px 0px 40px 0px;
    margin-bottom: 0px;
    position: relative;
}

.section-11:after {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    z-index: 1;
    transform: translate(-50%, 0%);
}

.section-11 .d-flex {
    margin: 0px auto 40px auto;
    max-width: 760px;
    position: relative;
    z-index: 2;
}

#product-tabs .section-11 .title{
	position: relative;
	z-index: 2;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: left;
}

@media screen and (min-width: 992px){
	
	.section-11 .right-col{
		position: relative;
		order: 1;
		width: 50%;
		z-index: 1;
	}
	
	.section-11 .right-col img {
		height: auto;
		margin-left: auto;
		max-width: 100%;
		position: relative;
		right: 0px;
		width: 100%;
		z-index: 1;
	}
	
	.section-11 .left-col{
		position: relative;
		order: 2;
		padding-left: 30px;
		width: 50%;
		z-index: 2;
	}
	
}

@media screen and (min-width: 1200px){
	
	@media (min-width: 1200px) {
	
		.section-11 .container {
			max-width: 890px;
		}

	}
	
	.section-11 .left-col{
		padding-right: 60px;
		width: calc(100% - 366px);
	}
	
    .section-11 .right-col{
        width: 366px;
    }
	
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#product-tabs .section-11 .title {
		font-size: 36px;
		max-width: 700px;
		margin: 0px auto 40px auto;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-11 .d-flex {
		flex-direction: column-reverse;
		margin-bottom: 20px;
		max-width: 480px;
	}
	
	.section-11 .right-col {
		margin-bottom: 20px;
		order: 2;
		width: 100%;
		text-align: center;
	}

	.section-11 .left-col {
		order: 1;
		padding-right: 0px;
		width: 100%;
		padding-bottom: 20px;
	}
	
	#product-tabs .section-11 .title {
		font-size: 32px;
		margin-bottom: 30px;
		max-width: 620px;
		text-align: left;
	}
	
	.section-11 .cta {
		flex-direction: row;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-11{
		padding: 30px 0px 30px 0px;
	}
	
	.section-11 .d-flex {
		flex-direction: column;
		margin-bottom: 0px;
	}
	
	.section-11 .right-col {
		order: 2;
		width: 100%;
		text-align: center;
	}

	.section-11 .left-col {
		order: 1;
		padding-right: 0px;
		width: 100%;
		padding-bottom: 20px;
	}
	
	#product-tabs .section-11 .title {
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-11 img{
		max-width: 290px;
		margin: 0px auto 15px auto;
	}
	
}

/**/

.section-11 .cta {
    background: #e5e6e6;
    padding: 0;
    overflow: hidden;
    max-width: 855px;
    margin: 0px auto;
}

.section-11 .cta .image {
    position: relative;
    width: 444px;
}

.section-11 .cta .image img {
    position: relative;
    top: 0;
}

.section-11 .cta .inner-wrap {
    width: calc(100% - 444px);
    padding: 20px 30px 20px 30px;
}

#product-tabs .section-11 .cta h3 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
}

#product-tabs .section-11 .cta p {
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    max-width: 330px;
    margin: 0px auto 15px;
}

.section-11 .cta .btn-primary:not(:disabled):not(.disabled).active, 
.section-11 .cta .btn-primary:not(:disabled):not(.disabled):active, 
.section-11 .cta .show>.btn-primary.dropdown-toggle, 
.section-11 .cta a.btn-primary, 
.section-11 .cta a.btn-primary:visited{
	display: block;
	font-size: 18px;
	margin: 0px auto 0px auto;
    padding: 8px 15px 8px 15px;
    width: 200px;
}

@media (max-width:767px){
	
	.section-11 .cta .d-flex {
		flex-direction: column-reverse;
	}
	
	#product-tabs .section-11 .cta h3{
    	font-size: 32px;
	}
	
    .section-11 .cta .inner-wrap {
        background: #e5e6e6;
        padding: 30px 30px 30px 30px;
		width: 100%;
        position: relative;
        z-index: 2;
    }
	
	.section-11 .cta {
		flex-direction: column-reverse;
	}
	
	.section-11 .cta .image {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        z-index: 1;
    }
	
    .section-11 .cta .image img {
        position: relative;
        top: 0;
        clip-path: none;
		max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }
	
}


/**/

#faq{
	padding-top: 20px;
}

#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: 0px;
	}
	
	#product-tabs #faq .title {
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	
}

@media (max-width:767px){
	
	#faq {
		padding-top: 0px;
	}
	
    #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;
	}

}

/**/