#product-tabs sup{
    top: 2px;
    font-size: .9rem;
    line-height: 0;
}

/**/

.s1{
	padding: 0px 0px 20px 0px;
}

.s1 .d-flex{
	align-items: flex-start;
	margin: 0px auto;
	max-width: 1090px;
}

.s1 .quote-wrap {
    background: #fb4e46;
    border-radius: 0px 0px 40px 0px;
    font-size: 16px;
    line-height: 2em;
    margin: 0px auto 30px;
    max-width: 400px;
    padding: 45px 20px 20px 20px;
}

.s1 blockquote {
    color: #ffffff;
    font-family: 'GilroyMedium';
    font-size: 18px;
    text-indent: 0px;
    position: relative;
    margin: 0px;
    line-height: 1.4em;
    display: block;
    padding: 10px 0px 5px 0px;
}

.s1 blockquote:before {
    content: "";
    background: url(/wp-content/uploads/2024/12/yellow-quote.png) no-repeat 0 0 / cover;
    height: 76px;
    width: 100px;
    position: absolute;
    top: -80px;
    left: 0px;
}

#product-tabs .s1 blockquote p{
	font-weight: 600;
	margin-bottom: 10px;
}

.s1 cite{
	color: #ffffff;
	font-family: 'GilroyMedium';
	font-style: normal;
	padding: 20px;
}

#product-tabs .s1 .title{
	font-size: 38px;
	text-align: center;
	margin-bottom: 50px;
}

.s1 .image{
	flex-basis: 454px;
	order: 2;
}

.s1 .inner-wrap{
	flex-basis: 636px;
	padding-right: 40px;
	order: 1;
}

.s1 .inner-wrap p{
	font-size: 21px;
	line-height: 1.5em;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s1{
		padding-bottom: 40px;
	}
	
	#product-tabs .s1 .title{
		margin-bottom: 50px;
	}
	
	.s1 .d-flex{
		flex-direction: column;
	}
	
	.s1 .image {
        flex-basis: auto;
        width: 100%;
        text-align: center;
    }

    .s1 .inner-wrap {
        flex-basis: auto;
        padding-right: 0px;
        padding-bottom: 0px;
        width: 100%;
    }
	
}

@media screen and (max-width: 767px){
	
	.s1{
		padding-bottom: 0px;
	}
	
	.s1 .quote-wrap {
        margin-bottom: 20px;
        padding: 30px 20px 20px 20px;
    }
	
	.s1 blockquote:before {
        height: 65px;
        width: 85px;
        position: absolute;
		top: -58px;
		left: 0px;
    }
	
	#product-tabs .s1 .title{
		font-size: 24px;
		line-height: 1.4em;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.s1 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s1 .image{
		flex-basis: auto;
		width: 100%;
	}
	
	.s1 .image img{
		display: block;
		margin: 0px auto;
		max-width: 260px;
	}

	.s1 .inner-wrap{
		flex-basis: auto;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	
	#product-tabs .s1 .inner-wrap p:last-of-type{
		margin-bottom: 0px;
	}
	
	#product-tabs .s1 p{
		font-size: 16px;
        margin-bottom: 15px;
	}
	
	.s1 blockquote{
		font-family: 'GilroyBold';
        font-size: 16px;
        font-style: italic;
        line-height: 1.4em;
        margin: 0px;
	}

}

/****/

.s2 .d-flex{
	background: #0b234f;
	border-radius: 20px;
	margin: 0px auto;
	max-width: 1080px;
	padding: 0px;
	overflow: hidden;
}

#product-tabs .s2 .d-flex p{
	color: #ffffff;
}

.s2 .image{
	background: #cecece;
	order: 1;
	width: 433px;
}

.s2 .inner-wrap{
	order: 2;
	padding: 30px 20px;
	width: calc(100% - 433px);
}

.s2 .inner-wrap p:first-of-type{
	font-family: GilroyBold;
	padding-left: 0px;
}

.s2 .inner-wrap p{
	padding-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s2 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s2 .inner-wrap {
		width: 100%;
	}
	
	.s2 .image {
		width: 100%;
	}
	
}

@media screen and (max-width: 767px){

	.s2 .inner-wrap {
		padding: 15px;
		width: 100%;
	}
	
	.s2 .d-flex {
        flex-direction: column-reverse;
        border-radius: 10px;
    }

	
}

/**/

.s3{
	padding: 30px 0px 30px 0px;
}

.s3 .d-flex{
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	max-width: 900px;
}

.s3 .image{
	width: 336px;
}

.s3 .inner-wrap{
	padding-left: 20px;
	width: calc(100% - 336px);
}

#product-tabs .s3 p{
    font-size: 21px;
    line-height: 1.5em;
}

@media screen and (max-width: 767px){
	
	.s3 .d-flex{
		flex-direction: column;
	}
	
	.s3 .inner-wrap {
		padding-left: 0px;
		padding-bottom: 10px;
		width: 100%;
	}
	
	.s3 .image {
		text-align: center;
		width: 100%;
	}
	
	.s3 .image img{
		margin: 0px auto;
		max-width: 260px;
	}
	
	#product-tabs .s3 h2{
		font-size: 21px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	#product-tabs .s3 p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

/****/

.s4{
	background: #0b234f;
	border-radius: 30px;
	margin: 0px auto 40px auto;
	max-width: 1090px;
	padding: 30px;
	overflow: hidden;
}

#product-tabs .s4 .title {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 30px;
    padding-left: 80px;
}

#product-tabs .s4 .sub-title{
	color: #ffffff;
}

.s4 .d-flex{
	align-items: center;
}

.s4 .image{
	flex-basis: 380px;
    margin-left: auto;
    order: 1;
    text-align: center;
}

.s4 .inner-wrap{
	flex-basis: 663px;
	padding-left: 40px;
	order: 2;
}

.s4 .inner-wrap p{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.5em;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#product-tabs .s4 .title {
		font-size: 32px;
		margin-bottom: 20px;
		padding-left: 0px;
		text-align: center;
	}
	
	.s4 .inner-wrap {
		padding-left: 10px;
	}
	
	.s4 .image a{
		display: block;
		margin-bottom: 15px;
	}
	
}

@media screen and (max-width: 767px){
	
    .s4 {
		border-radius: 15px;
		margin-bottom: 20px;
        padding: 15px;
    }
	
	.s4 .d-flex{
		align-items: center;
		flex-direction: column-reverse;
	}
	
    #product-tabs .s4 .title {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 15px;
        padding-left: 0px;
        text-align: left;
    }
	
	.s4 .inner-wrap{
		flex-basis: auto;
		padding-left: 0;
		order: 2;
	}
	
    .s4 .image{
        display: flex;
        justify-content: space-between;
        flex-basis: auto;
    }
	
	.s4 .image a{
		display: block;
		padding: 5px;
	}
	
	#product-tabs .s4 .inner-wrap p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

/****/

.s5{
	background: #f44945;
	border-radius: 30px;
	margin: 0px auto 40px auto;
	max-width: 1090px;
	padding: 30px;
	overflow: hidden;
}

#product-tabs .s5 .title {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 30px;
    padding-left: 80px;
}

#product-tabs .s5 .sub-title{
	color: #ffffff;
}

.s5 .d-flex{
	align-items: center;
}

.s5 .image{
    flex-basis: 380px;
    margin-left: auto;
    order: 1;
    text-align: center;
    position: relative;
}

.s5 .image img{
    max-width: none;
    position: absolute;
    left: -70px;
    bottom: -300px;
}

.s5 .inner-wrap{
	flex-basis: 663px;
	padding-left: 40px;
	order: 2;
}

.s5 .inner-wrap p{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.5em;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#product-tabs .s5 .title {
		font-size: 32px;
		margin-bottom: 20px;
		padding-left: 0px;
		text-align: center;
	}
	
	.s5 .image {
		padding-top: 35px;
	}
	
	.s5 .image img {
		max-width: 100%;
		left: 0;
		bottom: 0;
	}
	
	.s5 .inner-wrap {
		padding-left: 20px;
		order: 2;
	}
	
}

@media screen and (max-width: 767px){
	
	.s5 {
		border-radius: 15px;
		margin-bottom: 20px;
        padding: 15px;
    }
	
	.s5 .d-flex{
		align-items: center;
		flex-direction: column-reverse;
	}
	
    #product-tabs .s5 .title {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 15px;
        padding-left: 0px;
        text-align: left;
    }
	
	.s5 .inner-wrap{
		flex-basis: auto;
		padding-left: 0;
		order: 2;
	}
	
    .s5 .image{
        display: flex;
        justify-content: space-between;
        flex-basis: auto;
    }
	
	.s5 .image a{
		display: block;
		padding: 5px;
	}
	
	.s5 .image img {
		max-width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		margin-bottom: -100px;
	}
	
	#product-tabs .s5 .inner-wrap p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

/****/

.s6{
	background: #0b234f;
	border-radius: 30px;
	margin: 0px auto 40px auto;
	max-width: 1090px;
	padding: 30px;
	overflow: hidden;
}

#product-tabs .s6 .title {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 30px;
    padding-left: 80px;
}

#product-tabs .s6 .sub-title{
	color: #ffffff;
}

.s6 .d-flex{
	align-items: center;
}

.s6 .image{
	flex-basis: 380px;
    margin-left: auto;
    order: 1;
    text-align: center;
	position: relative;
}

.s6 .image img {
    max-width: none;
    position: absolute;
    left: -40px;
    bottom: -275px;
}

.s6 .inner-wrap{
	flex-basis: 663px;
	padding-left: 40px;
	order: 2;
}

.s6 .inner-wrap p{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.5em;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#product-tabs .s6 .title {
		font-size: 32px;
		margin-bottom: 20px;
		padding-left: 0px;
		text-align: center;
	}
	
	.s6 .d-flex {
		align-items: flex-start;
	}
	
	.s6 .image {
		padding-top: 35px;
	}
	
	.s6 .image img {
		max-width: 100%;
        left: 0;
        top: 0;
	}
	
	.s6 .inner-wrap {
		padding-left: 20px;
		order: 2;
	}
	
}

@media screen and (max-width: 767px){
	
	.s6 {
		border-radius: 15px;
		margin-bottom: 20px;
        padding: 15px;
    }
	
	.s6 .d-flex{
		align-items: center;
		flex-direction: column-reverse;
	}
	
    #product-tabs .s6 .title {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 15px;
        padding-left: 0px;
        text-align: left;
    }
	
	.s6 .inner-wrap{
		flex-basis: auto;
		padding-left: 0;
		order: 2;
	}
	
    .s6 .image{
        display: flex;
        justify-content: space-between;
        flex-basis: auto;
    }
	
	.s6 .image a{
		display: block;
		padding: 5px;
	}
	
	.s6 .image img {
		max-width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		margin-bottom: -100px;
	}
	
	#product-tabs .s6 .inner-wrap p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

/****/

.s7{
	background: #f44945;
	border-radius: 30px;
	margin: 0px auto 40px auto;
	max-width: 1090px;
	padding: 30px;
	overflow: hidden;
}

#product-tabs .s7 .title {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 30px;
    padding-left: 80px;
}

#product-tabs .s7 .sub-title{
	color: #ffffff;
}

.s5 .d-flex{
	align-items: center;
}

.s7 .image{
    flex-basis: 380px;
    margin-left: auto;
    order: 1;
    text-align: center;
    position: relative;
}

.s7 .image img {
    max-width: none;
    position: absolute;
    left: -70px;
    bottom: -130px;
}

.s7 .inner-wrap{
	flex-basis: 663px;
	padding-left: 40px;
	order: 2;
}

.s7 .inner-wrap p{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.5em;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#product-tabs .s7 .title {
		font-size: 32px;
		margin-bottom: 20px;
		padding-left: 0px;
		text-align: center;
	}
	
	.s7 .d-flex {
		align-items: flex-start;
	}
	
	.s7 .image {
		padding-top: 35px;
	}
	
	.s7 .image img {
		max-width: 100%;
        left: 0;
        top: 0;
	}
	
	.s7 .inner-wrap {
		padding-left: 20px;
		order: 2;
	}
	
}

@media screen and (max-width: 767px){
	
	.s7 {
		border-radius: 15px;
		margin-bottom: 20px;
        padding: 15px;
    }
	
	.s7 .d-flex{
		align-items: center;
		flex-direction: column-reverse;
	}
	
    #product-tabs .s7 .title {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 15px;
        padding-left: 0px;
        text-align: left;
    }
	
	.s7 .inner-wrap{
		flex-basis: auto;
		padding-left: 0;
		order: 2;
	}
	
    .s7 .image{
        display: flex;
        justify-content: space-between;
        flex-basis: auto;
    }
	
	.s7 .image a{
		display: block;
		padding: 5px;
	}
	
	.s7 .image img {
		max-width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		margin-bottom: -100px;
	}
	
	.s7 .inner-wrap p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

/****/

.s8{
	background: #0b234f;
	border-radius: 30px;
	margin: 0px auto 40px auto;
	max-width: 1090px;
	padding: 30px;
	overflow: hidden;
}

#product-tabs .s8 .title {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 30px;
    padding-left: 80px;
}

#product-tabs .s8 .sub-title{
	color: #ffffff;
}

.s8 .d-flex{
	align-items: center;
}

.s8 .image{
	flex-basis: 380px;
    margin-left: auto;
    order: 1;
    text-align: center;
	position: relative;
}

.s8 .image img {
    max-width: none;
    position: absolute;
    left: -40px;
    bottom: -275px;
}

.s8 .inner-wrap{
	flex-basis: 663px;
	padding-left: 40px;
	order: 2;
}

.s8 .inner-wrap p{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.5em;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#product-tabs .s8 .title {
		font-size: 32px;
		margin-bottom: 20px;
		padding-left: 0px;
		text-align: center;
	}
	
	.s8 .d-flex {
		align-items: flex-start;
	}
	
	.s8 .image {
		padding-top: 35px;
	}
	
	.s8 .image img {
		max-width: 100%;
        left: 0;
        top: 0;
	}
	
	.s8 .inner-wrap {
		padding-left: 20px;
		order: 2;
	}
	
}

@media screen and (max-width: 767px){
	
	.s8 {
		border-radius: 15px;
		margin-bottom: 20px;
        padding: 15px;
    }
	
	.s8 .d-flex{
		align-items: center;
		flex-direction: column-reverse;
	}
	
    #product-tabs .s8 .title {
        font-size: 24px;
        line-height: 1.2em;
        margin-bottom: 15px;
        padding-left: 0px;
        text-align: left;
    }
	
	.s8 .inner-wrap{
		flex-basis: auto;
		padding-left: 0;
		order: 2;
	}
	
    .s8 .image{
        display: flex;
        justify-content: space-between;
        flex-basis: auto;
    }
	
	.s8 .image a{
		display: block;
		padding: 5px;
	}
	
	.s8 .image img {
		max-width: 100%;
		position: relative;
		left: 0;
		bottom: 0;
		margin-bottom: -100px;
	}
	
	.s8 .inner-wrap p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

/**/

.s9{
	padding: 0px 0px 30px 0px;
}

.s9 .title{
	font-size: 38px;
	text-align: center;
}

.s9 .d-flex {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    max-width: 815px;
}

.s9 .image{
	width: 263px;
}

.s9 .inner-wrap{
	padding-left: 20px;
	width: calc(100% - 263px);
}

#product-tabs .s9 p{
    font-size: 21px;
    line-height: 1.5em;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s9 .title{
		max-width: 530px;
		margin: 0px auto 30px auto;
	}

}

@media screen and (max-width: 767px){
	
	.s9 .d-flex{
		flex-direction: column;
	}
	
	.s9 .inner-wrap {
		padding-left: 0;
		width: 100%;
	}
	
	#product-tabs .s9 .title {
        font-size: 21px;
        text-align: center;
        margin-bottom: 15px;
    }
	
	#product-tabs .s9 p{
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	
}

/****/

.s10{
    background: #0b234f;
	border-radius: 20px;
    margin: 0px auto;
	max-width: 1120px;
	padding: 40px;
}

#product-tabs .s10 .title {
    color: #ffffff;
    font-size: 32px;
}

#product-tabs .s10 p{
	color: #ffffff;
	font-size: 21px;
    line-height: 1.5em
}

.s10 blockquote {
    display: block;
    background: #fb4e46;
    border-radius: 0px 0px 40px 0px;
    color: #ffffff;
    font-family: 'GilroyMedium';
    font-size: 18px;
    line-height: 1.4em;
    text-indent: 0px;
    position: relative;
    margin: 0px 0px 80px 0px;
    padding: 25px 30px 30px 30px;
}

.s10 blockquote:before {
    content: "";
    background: url(/wp-content/uploads/2024/12/yellow-quote.png) no-repeat 0 0 / cover;
    height: 76px;
    width: 100px;
    position: absolute;
    top: -55px;
    left: 20px;
}

.s10 blockquote:first-of-type{
	margin-top: 60px;
}

.s10 blockquote:last-of-type{
	margin-bottom: 0px;
}

.s10 blockquote cite {
    display: block;
    padding-top: 20px;
}

.s10 .inner-wrap{
	padding-right: 30px;
	width: 57%;
}

.s10 .image{
	width: 43%;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s10 .d-flex{
		flex-direction: column;
	}
	
	.s10 .inner-wrap{
		padding-right: 0px;
		padding-bottom: 30px;
		width: 100%;
	}
	
	.s10 .image{
		padding-right: 0px;
		width: 100%;
		text-align: center;
	}
	
}

@media screen and (max-width: 767px){
	
	.s10 {
		border-radius: 10px;
		padding: 15px;
	}
	
	.s10 .d-flex{
		flex-direction: column;
	}
	
	.s10 .inner-wrap{
		padding-right: 0px;
		padding-bottom: 30px;
		width: 100%;
	}
	
	.s10 .image{
		padding-right: 0px;
		width: 100%;
		text-align: center;
	}
	
	#product-tabs .s10 .title {
        font-size: 21px;
        text-align: center;
        margin-bottom: 15px;
    }
	
	#product-tabs .s10 p{
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	
	.s10 blockquote{
		font-size: 16px;
		margin-bottom: 60px;
		padding: 30px 20px 20px 20px;
	}
	
	.s10 blockquote:before {
        height: 65px;
        width: 85px;
        position: absolute;
        top: -45px;
        left: 20px;
    }
	
	.s10 blockquote cite{
        font-size: 16px;
        line-height: 1.4em;
        margin-top: 15px;
        padding-top: 0px;
	}
	
}

/****/

.s11{
	border-radius: 20px;
    margin: 0px auto;
	max-width: 1120px;
	padding: 40px;
}

#product-tabs .s11 .title{
    font-size: 32px;
}

#product-tabs .s11 p{
	font-size: 21px;
    line-height: 1.5em
}

.s11 blockquote{
    display: block;
    background: #fb4e46;
    border-radius: 0px 0px 40px 0px;
    color: #ffffff;
    font-family: 'GilroyMedium';
    font-size: 18px;
    line-height: 1.4em;
    text-indent: 0px;
    position: relative;
    margin: 0px 0px 80px 0px;
    padding: 25px 30px 30px 30px;
}

.s11 blockquote:last-of-type{
	margin-bottom: 0px;
}

.s11 blockquote:before {
    content: "";
    background: url(/wp-content/uploads/2024/12/yellow-quote.png) no-repeat 0 0 / cover;
    height: 76px;
    width: 100px;
    position: absolute;
    top: -55px;
    left: 20px;
}

.s11 blockquote:first-of-type{
	margin-top: 60px;
}

.s11 blockquote cite{
    display: block;
    padding-top: 20px;
}

.s11 .inner-wrap{
	padding-right: 30px;
	width: 57%;
}

.s11 .image{
	width: 43%;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s11 {
		padding: 40px 0px;
	}
	
	#product-tabs .s11 .title {
		max-width: 440px;
		text-align: center;
		margin: 0px auto 20px auto;
	}
	
}

@media screen and (max-width: 767px){

	.s11 {
		border-radius: 15px;
		padding: 20px 0px;
	}

	#product-tabs .s11 .title {
		font-size: 21px;
		text-align: center;
		margin-bottom: 10px;
	}

	#product-tabs .s11 p {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	
	.s11 .d-flex{
		flex-direction: column;
	}
	
	.s11 .inner-wrap {
		margin-bottom: 20px;
        padding-right: 0px;
        width: 100%;
    }

	.s11 .image {
		width: 100%;
	}
	
	.s11 blockquote:before {
		height: 65px;
		width: 85px;
		position: absolute;
		top: -45px;
		left: 20px;
	}
	
	.s11 blockquote:first-of-type {
		margin-top: 60px;
	}
	
	.s11 blockquote{
		font-size: 16px;
		margin-bottom: 60px;
		padding: 30px 20px 20px 20px;
	}
	
	.s11 blockquote cite{
        font-size: 16px;
        line-height: 1.4em;
        margin-top: 15px;
        padding-top: 0px;
	}

}

/****/

.s12 {
    background: #fb4e46;
    border-radius: 20px;
    margin: 0px auto;
    max-width: 1120px;
    padding: 40px 180px 40px 60px;
    overflow: hidden;
}

#product-tabs .s12 .title {
    color: #ffffff;
    font-size: 32px;
}

#product-tabs .s12 p{
	color: #ffffff;
	font-size: 21px;
    line-height: 1.5em
}

.s12 blockquote {
    display: block;
    background: #0b234f;
    border-radius: 0px 0px 40px 0px;
    color: #ffffff;
    font-family: 'GilroyMedium';
    font-size: 18px;
    line-height: 1.4em;
    text-indent: 0px;
    position: relative;
    margin: 0px 0px 80px 0px;
    padding: 25px 30px 30px 30px;
}

.s12 blockquote:before {
    content: "";
    background: url(/wp-content/uploads/2024/12/yellow-quote.png) no-repeat 0 0 / cover;
    height: 76px;
    width: 100px;
    position: absolute;
    top: -55px;
    left: 20px;
}

.s12 blockquote:first-of-type{
	margin-top: 60px;
}

.s12 blockquote:last-of-type{
	margin-bottom: 0px;
}

.s12 blockquote cite {
    display: block;
    padding-top: 20px;
}

.s12 .inner-wrap{
	padding-right: 30px;
	width: 70%;
}

.s12 .image{
	width: 30%;
}

.s12 .image img{
	max-width: none;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s12 {
		padding: 30px;
	}
	
	.s12 .d-flex{
		flex-direction: column;
	}
	
	.s12 .inner-wrap {
		padding-right: 0;
		padding-bottom: 20px;
		width: 100%;
	}
	
	.s12 .image {
		width: 100%;
		text-align: center;
	}
	
	.s12 .image img {
		max-width: 100%;
	}

}

@media screen and (max-width: 767px){
	
    .s12 {
        border-radius: 15px;
        padding: 25px 15px 30px 15px;
    }
	
	#product-tabs .s12 .title{
		font-size: 26px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#product-tabs .s12 p{
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	
	.s12 .d-flex{
		flex-direction: column;
	}
	
	.s12 .inner-wrap{
		margin-bottom: 0px;
        padding-right: 0px;
        width: 100%;
    }

	.s12 .image{
		display: none;
		width: 100%;
	}
	
	.s12 .image img {
		max-width: 100%;
	}
	
	.s12 blockquote:before{
		height: 65px;
		width: 85px;
		position: absolute;
		top: -45px;
		left: 20px;
	}
	
	.s12 blockquote:first-of-type{
		margin-top: 60px;
	}
	
	.s12 blockquote{
		font-size: 16px;
		margin-bottom: 60px;
		padding: 30px 20px 30px 20px;
	}
	
	.s12 blockquote cite{
        font-size: 16px;
        line-height: 1.4em;
        margin-top: 15px;
        padding-top: 0px;
	}

}

/****/

.s13{
	border-radius: 20px;
    margin: 0px auto;
	max-width: 1120px;
	padding: 40px;
}

#product-tabs .s13 .title{
    font-size: 32px;
}

#product-tabs .s13 p{
	font-size: 21px;
    line-height: 1.5em
}

.s13 blockquote{
    display: block;
    background: #fb4e46;
    border-radius: 0px 0px 40px 0px;
    color: #ffffff;
    font-family: 'GilroyMedium';
    font-size: 18px;
    line-height: 1.4em;
    text-indent: 0px;
    position: relative;
    margin: 0px 0px 80px 0px;
    padding: 25px 30px 30px 30px;
}

.s13 blockquote:last-of-type{
	margin-bottom: 0px;
}

.s13 blockquote:before {
    content: "";
    background: url(/wp-content/uploads/2024/12/yellow-quote.png) no-repeat 0 0 / cover;
    height: 76px;
    width: 100px;
    position: absolute;
    top: -55px;
    left: 20px;
}

.s13 blockquote:first-of-type{
	margin-top: 60px;
}

.s13 blockquote cite{
    display: block;
    padding-top: 20px;
}

.s13 .inner-wrap{
	padding-right: 30px;
	width: 57%;
}

.s13 .image{
	width: 43%;
}

.s13 .image img{
	max-width: none;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s13 {
		padding: 30px 0px;
	}
	
}

@media screen and (max-width: 767px){
	
    .s13 {
        border-radius: 15px;
        max-width: 1120px;
        padding: 20px 0px 10px;
    }
	
	#product-tabs .s13 .title {
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.s13 .d-flex{
		flex-direction: column;
	}
	
	.s13 .inner-wrap{
		padding-right: 0;
		width: 100%;
	}
	
	.s13 blockquote:first-of-type{
        margin-top: 60px;
    }
	
	.s13 blockquote{
		font-size: 16px;
        margin-bottom: 60px;
		padding: 30px 20px 30px 20px;
    }
	
	.s13 blockquote:before{
        height: 60px;
        width: 78px;
        top: -40px;
        left: 20px;
    }
	
	.s13 blockquote cite{
		padding-top: 15px;
	}
	
	.s13 .image{
		width: 100%;
		text-align: center;
	}
	
	.s13 .image img {
		max-width: 100%;
		position: relative;
        left: 15px;
	}
	
	#product-tabs .s13 p{
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	
}

/****/

.s14{
    background: #0b234f;
	border-radius: 20px;
    margin: 0px auto;
	max-width: 1120px;
	padding: 40px;
	position: relative;
}

.s14:after {
    content: "";
    background: #0b234f;
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.s14 *{
	position: relative;
	z-index: 2;
}

#product-tabs .s14 .title {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
}

#product-tabs .s14 p{
	color: #ffffff;
	font-size: 21px;
    line-height: 1.5em
}

.s14 blockquote {
    display: block;
    background: #fb4e46;
    border-radius: 0px 0px 40px 0px;
    color: #ffffff;
    font-family: 'GilroyMedium';
    font-size: 18px;
    line-height: 1.4em;
    text-indent: 0px;
    position: relative;
    margin: 0px 0px 80px 0px;
    padding: 25px 30px 30px 30px;
}

.s14 blockquote:before {
    content: "";
    background: url(/wp-content/uploads/2024/12/yellow-quote.png) no-repeat 0 0 / cover;
    height: 76px;
    width: 100px;
    position: absolute;
    top: -55px;
    left: 20px;
}

.s14 blockquote:first-of-type{
	margin-top: 60px;
}

.s14 blockquote:last-of-type{
	margin-bottom: 0px;
}

.s14 blockquote cite {
    display: block;
    padding-top: 20px;
}

.s14 .inner-wrap{
	padding-right: 30px;
	width: 57%;
}

.s14 .image{
	width: 43%;
}

#product-tabs .s14 ul{
	margin-left: 0px;
	padding-left: 0px;
}

#product-tabs .s14 ul li{
	color: #ffffff;
    font-size: 21px;
    line-height: 1.5em;
	list-style: none;
	position: relative;
	padding-left: 20px;
}

#product-tabs .s14 ul li:before{
	content: "";
	background: #fb4e46;
	border-radius: 100%; 
	height: 10px;
	width: 10px;
	position: absolute;
	top: 11px;
	left: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s14 {
		padding: 40px 0;
	}
	
}

@media screen and (max-width: 767px) {
	
	.s14 {
		border-radius: 15px;
		max-width: 1120px;
		padding: 20px 0px;
	}
	
	#product-tabs .s14 .title{
        font-size: 21px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 15px auto;
	}
	
	.s14 .d-flex{
		flex-direction: column;
	}
	
	.s14 .inner-wrap{
		padding-right: 0;
		width: 100%;
	}
	
	.s14 blockquote:first-of-type {
        margin-top: 40px;
    }
	
    .s14 blockquote{
		font-size: 16px;
        margin-bottom: 60px;
		padding: 30px 20px 30px 20px;
        text-align: left;
    }
	
    .s14 blockquote:before {
        height: 60px;
        width: 78px;
        top: -40px;
        left: 20px;
    }
	
	.s14 .image{
		width: 100%;
		text-align: center;
	}
	
	.s14 .image img{
		max-width: 100%;
		position: relative;
        left: 15px;
	}
	
	#product-tabs .s14 ul li{
		font-size: 16px;
		line-height: 1.5em;
	}
	
	#product-tabs .s14 ul li:before{
		top: 7px;
	}
	
	#product-tabs .s14 p{
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

}

/**/

.s15{
	padding: 30px 0px 30px 0px;
}

#product-tabs .s15 .title{
	font-size: 38px;
	text-align: center;
}

.s15 .d-flex {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    max-width: 1110px;
}

.s15 .image{
	width: 475px;
}

.s15 .inner-wrap{
	padding-left: 20px;
	width: calc(100% - 475px);
}

#product-tabs .s15 p{
    font-size: 21px;
    line-height: 1.5em;
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	
	.s15 .d-flex{
		align-items: flex-start;
	}
	
	.s15 .image {
		padding-top: 5px;
	}
	
}


@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s15 .d-flex {
    	flex-direction: column;
	}
	
	.s15 .inner-wrap {
		padding-left: 0px;
		width: 100%;
	}
	
    .s15 .image {
        width: 100%;
        text-align: center;
    }
	
	#product-tabs .s15 .title {
		font-size: 36px;
		margin: 0px auto 20px auto;
		max-width: 540px;
		text-align: center;
	}
	
}

@media screen and (max-width: 767px){
	
	.s15 {
		padding: 20px 0px 30px 0px;
	}
	
	.s15 .d-flex {
    	flex-direction: column;
	}
	
	.s15 .inner-wrap {
		padding-left: 0px;
		width: 100%;
	}
	
    .s15 .image {
        width: 100%;
        text-align: center;
    }
	
    #product-tabs .s15 .title {
        font-size: 21px;
        margin: 0px auto 15px auto;
        max-width: 320px;
        text-align: center;
    }
	
	#product-tabs .s15 .inner-wrap p{
		font-size: 16px;
	}
	
}

/****/

.s16{
	padding: 30px 0px 30px 0px;
}

#product-tabs .s16 .title{
	font-size: 30px;
	text-align: left;
}

.s16 .d-flex {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    max-width: 1110px;
}

.s16 .image{
    width: 687px;
}

.s16 .inner-wrap {
    margin-right: -55px;
	padding-right: 0px;
    width: calc(100% - 647px);
}

#product-tabs .s16 p{
    font-size: 21px;
    line-height: 1.5em;
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	
	.s16{
		padding-top: 0px;
	}
	
	.s16 .image{
		width: 500px;
	}

	.s16 .inner-wrap {
		margin-right: -55px;
		padding-right: 0px;
		width: calc(100% - 500px);
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s16 {
		padding: 30px 0px 0px 0px;
	}
	
	.s16 .d-flex{
		flex-direction: column;
	}
	
    .s16 .inner-wrap{
        margin-right: auto;
        padding-right: 0px;
        width: 100%;
    }
	
	.s16 .image{
		width: 100%;
		text-align: center;
	}
	
	.s16 .image img{
		margin-left: -90px;
	}

}

@media screen and (max-width: 767px){
	
	.s16 {
		padding: 0px 0px 0px 0px;
	}
	
	#product-tabs .s16 .title {
        font-size: 21px;
        text-align: center;
        max-width: 280px;
        margin: 0px auto 15px auto;
    }
	
	#product-tabs .s16 .inner-wrap p{
		font-size: 16px;
	}
	
	.s16 .d-flex{
		flex-direction: column;
	}
	
    .s16 .inner-wrap{
        margin-right: auto;
        padding-right: 0px;
        width: 100%;
    }
	
	.s16 .image{
		width: 100%;
		text-align: center;
	}
	
    .s16 .image img {
        margin-left: auto;
        position: relative;
        left: -25px;
    }
	
}

/****/


.s17{
	background: #0b234f;
	border-radius: 30px;
	align-items: center;
	margin: 0px auto;
	max-width: 1030px;
	padding: 40px;
}

.s17 .d-flex{
	align-items: flex-end;
}

.s17 .quote-wrap{
    background: #fb4e46;
    border-radius: 0px 0px 50px 0px;
	font-size: 16px;
    line-height: 2em;
    margin: 0px auto 30px;
    max-width: 100%;
    padding: 20px;
}

#product-tabs .s17 .title{
	color: #ffffff;
	font-size: 38px;
	text-align: center;
	margin-bottom: 20px;
}

.s17 .image{
	flex-basis: 335px;
	order: 1;
}

.s17 .image img{
	display: block;
	margin: 0px auto 0px auto;
	
}

.s17 .inner-wrap{
	flex-basis: 636px;
	padding-left: 40px;
	order: 2;
}

.s17 .inner-wrap p{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.5em;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
    .s17 .image img {
        margin: 0;
    }
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s17{
		padding: 30px;
	}
	
	#product-tabs .s17 .title{
		font-size: 32px;
	}
	
	.s17 .inner-wrap p{
		font-size: 16px;
	}
	
	.s17 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s17 .image{
		flex-basis: auto;
		width: 100%;
	}
	
	.s17 .image img {
        display: block;
        margin: 0px auto 0px auto;
        position: relative;
        left: 0;
    }

	.s17 .inner-wrap{
		flex-basis: auto;
		padding-left: 0px;
		padding-bottom: 30px;
	}
	
}

@media screen and (max-width: 767px){
	
    .s17 {
        border-radius: 15px;
        padding: 20px 15px;
    }
	
	#product-tabs .s17 .title{
		font-size: 21px;
		margin-bottom: 15px;
	}
	
	.s17 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s17 .image{
		flex-basis: auto;
		width: 100%;
	}
	
	.s17 .image img {
        display: block;
        margin: 0px auto 0px auto;
        position: relative;
        left: 0;
    }

	.s17 .inner-wrap{
		flex-basis: auto;
		padding-left: 0px;
		padding-bottom: 0px;
	}
	
	.s17 .inner-wrap p{
		font-size: 16px;
	}
	
}

/**/

#product-tabs .s18 .title {
    font-size: 38px;
    line-height: 1.5em;
    text-align: center;
    padding: 40px 0px 0px 0px;
}

#faq-accordion .card{
	background: transparent;
}

#faq-accordion .card-header h4 {
    background: #d9d9d9;
    border-radius: 10px;
    font-size: 21px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#product-tabs .s18 .title {
		font-size: 36px;
		line-height: 1.2em;
		text-align: center;
		padding: 40px 0px 0px 0px;
		max-width: 420px;
		margin: 0px auto 20px auto;
	}

}

@media screen and (max-width: 767px){
	
	#faq-accordion .card-header h4 {
		font-size: 16px;
		font-weight: 600;
	}
	
	#product-tabs .s18 .title {
		font-size: 24px;
		line-height: 1.4em;
		text-align: center;
		padding: 20px 0px 0px 0px;
	}
	
	#faq-accordion .card-body p {
		font-size: 16px;
		line-height: 160%;
	}

}

/**/

#endnotes .card p {
	margin: 0;
    text-align: left;
}

#endnotes li{
	margin-bottom: 5px;
}

#endnotes li a{
	color: #2092cb;
	word-wrap: break-word;
}

#endnotes li .no-break {
	padding-right: 5px;
    white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
    #endnotes .title {
        font-size: 32px;
        line-height: 1.5em;
        max-width: 430px;
        margin: 0px 0px 20px 0px;
        text-align: left;
    }
	
	#product-tabs #endnotes ol, #product-tabs #endnotes ul {
		margin-left: 0;
		padding-left: 0;
	}
	
}

@media screen and (max-width: 767px){
	
	#endnotes .title {
        font-size: 28px;
        margin-bottom: 10px;
        padding-top: 10px;
	}
	
	#product-tabs #endnotes ol, #product-tabs #endnotes ul {
		margin-left: 0;
		padding-left: 0;
	}
	
	#endnotes li a {
		display: block;
		color: #2092cb;
		font-size: 14px;
		line-height: 1.4em;
		word-wrap: break-word;
	}
	
}