body{
	font-family: 'neue_montrealregular';
	color: #1a1a1a;
}

.entry-content{
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .title{
	font-family: 'neue_montrealbold';
	font-weight: inherit;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

strong{
	font-family: 'neue_montrealbold';
	font-weight: inherit;
	letter-spacing: 0px;
}

.title sup{
    font-size: 0.8em;
	line-height: 0;
	top: 0.2em;
}

.sub-title sup{
    font-size: 0.8em;
	line-height: 0;
	top: 0.2em;
}

p {
	font-family: 'Gilroy';
	font-size: 21px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0;
}

p b, p strong{
	font-family: 'neue_montrealbold';
	font-weight: inherit;
	letter-spacing: 0;
}

.font-weight-bold {
	font-family: 'neue_montrealmedium';
    font-weight: normal !important;
}

small {
    font-family: 'neue_montrealmedium';
}

.shop-btn sup{
	font-size: 88%;
}

a, a:visited{
	color: #de0e16;
}

a:hover{
	color: #000000;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
}

.entry-content .container {
	max-width: 1070px;
}

@media (min-width: 768px) {
	
    p {
        font-size: 18px;
    }
	
}

@media (min-width: 1200px) {

    p {
        font-size: 21px;
        letter-spacing: -0.5px;
    }

}

/**/

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle, 
a.btn-primary, 
a.btn-primary:visited{
    position: relative;
    background: #de0e16;
	border-radius: 100px;
	color: #ffffff;
	font-family: 'neue_montrealbold';
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 20px 30px 20px 30px;
	text-transform: uppercase;
}

/**/

@media screen and (min-width: 768px){
	
	.promo-banner{
		margin-bottom: 40px;
		padding-top: 40px;
	}
	
}

@media screen and (min-width: 992px){
	
	.logged-in .promo-banner{
		margin-bottom: 40px;
		padding-top: 50px;
	}
	
	.promo-banner{
		margin-bottom: 40px;
		padding-top: 0px;
	}
	
}

@media screen and (min-width: 1200px){
	
	.logged-in .promo-banner{
		margin-bottom: 40px;
		padding-top: 80px;
	}
	
	.promo-banner{
		margin-bottom: 40px;
		padding-top: 30px;
	}
	
}


@media screen and (max-width: 767px){
	
	.promo-banner{
		margin-bottom: 40px;
	}
	
	.alt-promo-banner{
		margin-bottom: 20px;
		padding: 0px 15px;
	}
	
	.alt-promo-banner .couponSplash span{
		display: block;
	}
	
}

/**/

.couponInfo{
    background-color: #ffffb3;
    border: 2px dashed red;
	font-size: 19px;
    font-family: 'neue_montrealmedium';
    line-height: 1.2em;
    text-align: center;
    padding: 10px;
    margin: 0em 0 2em;
}

.couponSplash .couponInfo{
    background-color: #ffffb3;
    border: 2px dashed red;
	font-size: 19px;
    font-family: 'neue_montrealmedium';
    line-height: 1.2em;
    text-align: center;
    padding: 10px;
    margin: 0em 0 2em;
}

.couponSplash .couponInfo p{
	font-size: 19px;
}

.couponSplash .couponInfo .bold{
	font-weight: inherit;
	letter-spacing: 0px;
}

@media screen and (max-width: 991px){
	
	#product-packages .couponInfo {
		margin: 0px auto !important;
		max-width: 960px;
        padding: 10px !important;
        line-height: 1em;
    }
	
	.couponInfo>.inner {
		max-width: 800px;
		margin: 0 auto;
	}

	.couponSplash .couponInfo p {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 1.2em;
	}

}

@media screen and (max-width: 767px){
	
	#product-packages .couponInfo {
		max-width: 320px !important;
		margin: 0px auto !important;
        padding: 10px !important;
        line-height: 1.2em;
    }
	
	.couponInfo>.inner {
		max-width: 800px;
		margin: 0 auto;
	}
	
	.couponInfo,
	.couponInfo p,
	.couponSplash .couponInfo p {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 1.2em;
	}

}

/**/

#hero{
    padding: 20px 0px 20px 0px;
	position: relative;
}

#hero:after {
    content: "";
    background: url(../images/hero-grid.png) no-repeat 0 0 #050406;
    position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#hero .container{
    padding-bottom: 0px;
	position: relative;
	z-index: 2;
}

#hero .d-flex{
	align-items: center;
}

#hero .title{
	color: #ffffff;
	font-weight: 800;
	line-height: 1.2em;
	max-width: 290px;
	margin: 0 auto 20px;
	text-align: center;
}

#hero .title .highlight{
	color: #de0e16;
}

#hero .shop-btn{
  width: 100%;
  text-align: center;
  z-index: 10;
  position: relative;
}

#hero ul{
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 40px;
}

#hero ul li{
	color: #ffffff;
	font-family: 'neue_montrealbold';
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-left: 35px;
	position: relative;
}

#hero ul li:before {
    content: "";
    background: url(../images/li-check-2.png) no-repeat 0 0 / cover;
    height: 25px;
    width: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#hero ul li strong{
	font-family: 'neue_montrealbold';
	font-weight: normal;
	letter-spacing: -0.5px;
}

#hero ul li sup{
	font-size: 50%;
	top: -1em;
}

#hero ul li .underline{
	padding-bottom: 5px;
	position: relative;
	text-decoration: none;
}

#hero ul li .underline:after {
    content: "";
    background: #c32930;
    height: 3px;
	width: 100%;
    position: absolute;
    bottom: 0px;
	left: 0;
}

#hero .video{
	padding:0;
	position: relative;
}

#hero .inner-wrap{
  position: relative;
}

#hero .inner-wrap img{
	margin-left: 20px;
	position: relative;
	z-index: 9;
}

#hero .inner-wrap small{
	display: block;
    color: #fff200;
	font-family: 'Helvetica Neue';
	padding-top: 5px;
}

#hero .btn-primary:not(:disabled):not(.disabled).active, 
#hero .btn-primary:not(:disabled):not(.disabled):active, 
#hero .show > .btn-primary.dropdown-toggle, 
#hero a.btn-primary, 
#hero a.btn-primary:visited {
	background: #fff200;
	border-radius: 10px;
	color: #000000;
	font-size: 18px;
}

@media (min-width: 768px){
	
	#hero{
		padding-top: 120px;
	}
	
	#hero .title{
        font-size: 36px;
        letter-spacing: -1px;
        margin-bottom: 10px;
		max-width: 680px;
	}

	#hero .title span span{
		display: inline;
	}

	.inner-wrap .image img{
		position: relative;
		left: 100px;
		z-index: 9;
	}

}

@media (min-width: 992px){
	
	#hero{
		padding-top: 66px;
		padding-bottom: 20px;
		position: relative;
	}
	
	#hero .title{
		font-size: 29px;
		margin-left: 0;
		max-width: 610px;
		margin-bottom: 10px;
		text-align: left;
		position: relative;
		z-index: 9;
	}

	#hero .title span span{
		background: none;
		padding: 0;
	}

	#hero .inner-wrap{
		order: 2;
		width: 50%;
	}

	#hero .shop-btn{
		position: relative;
		text-align: left;
		width: auto;
	}

	#hero ul{
		padding-top: 0;
		padding-bottom: 0px;
		position: relative;
		z-index: 9;
	}
	
	#hero .image{
		position: relative;
		order: 1;
		width: 50%;
	}

	#hero .image .prod {
        max-width: 610px;
        position: relative;
        right: 110px;
        top: 0px;
    }
	
	#hero .inner-wrap .d-flex {
        align-items: center;
        max-width: 440px;
        margin-bottom: 0px;
    }
	
	#hero .btn-primary:not(:disabled):not(.disabled).active, #hero .btn-primary:not(:disabled):not(.disabled):active, #hero .show > .btn-primary.dropdown-toggle, #hero a.btn-primary, #hero a.btn-primary:visited{
		font-size: 18px;
		line-height: 1em;
		padding: 15px 50px 15px 50px;
	}

}

@media (min-width: 992px) and (max-width: 1199px){
	
	#hero .d-flex{
		padding-top: 20px;
	}
	
	#hero .inner-wrap {
        width: 70%;
        padding-left: 25px;
    }
	
	#hero .image {
        width: 30%;
    }
	
	#hero .image .prod {
        max-width: 100%;
        right: 0;
        top: 0px;
    }

    #hero .title {
		max-width: 535px;
        margin-bottom: 10px;
        font-size: 33px;
        letter-spacing: -0.5px;
    }
	
	#hero ul{
		padding-left: 0px;
	}
	
	#hero ul li {
		font-size: 17px;
		margin-bottom: 10px;
	}
	
	#hero .video {
		content: "";
        height: auto;
        width: 285px;
        position: absolute;
        right: -10px;
        top: auto;
        bottom: 0px;
    }
	
}

@media (min-width: 1200px){
	
	#hero{
		padding: 113px 0px 30px 0px;
	}
	
	#hero .inner-wrap{
		padding-top: 20px;
		width: 60%;
	}
	
	#hero .inner-wrap small {
		font-size: 10px;
		padding-left: 13px;
	}
	
	#hero .image{
		width: 40%;
	}
	
	#hero .image img:not(.prod){
		display: block;
        margin: -70px 0px 0px 175px;
    }
	
    #hero .image .prod {
        max-width: 760px;
        position: relative;
        right: 105px;
        top: 0px;
    }
	
	#hero .title{
		font-size: 42px;
		font-weight: normal;
		max-width: 605px;
	}
	
    #hero p {
        font-size: 21px;
    }
	
	#hero ul{
		padding-bottom: 0px;
		padding-left: 0px;
		position: relative;
	}
	
    #hero .video {
		content: "";
        height: 188px;
        width: 348px;
        position: absolute;
        right: -40px;
        top: auto;
        bottom: 47px;
    }
	
	#hero ul li {
		font-size: 20px;
	}
	
	#hero .inner-wrap .d-flex{
		align-items: center;
		max-width: 440px;
		margin-bottom: 0px;
	}
	
	#hero .btn-primary:not(:disabled):not(.disabled).active, #hero .btn-primary:not(:disabled):not(.disabled):active, #hero .show > .btn-primary.dropdown-toggle, #hero a.btn-primary, #hero a.btn-primary:visited{
        font-size: 18px;
		padding: 15px 20px 15px 20px;
        width: 232px;
	}
	
}

@media (min-width: 1600px){
	
	#hero .image {
        width: 50%;
    }
	
	#hero .inner-wrap {
        width: 50%;
    }
	
	#hero .title{
		font-size: 42px;
        letter-spacing: -0.5px;
		margin-bottom: 15px
    }
	
	#hero .image .prod{
		margin-bottom: 0px;
        max-width: none;
        position: relative;
        right: 0px;
        top: 0px;
	}
	
	#hero ul li {
        font-size: 23px;
        margin-bottom: 15px;
	}
	
	#hero .video{
        right: -170px;
        bottom: 47px;
        padding: 0;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px){
	
	#hero .btn-primary:not(:disabled):not(.disabled).active, #hero .btn-primary:not(:disabled):not(.disabled):active, #hero .show > .btn-primary.dropdown-toggle, #hero a.btn-primary, #hero a.btn-primary:visited {
        padding: 13px 50px 13px 50px;
        width: 235px;
    }
	
	#hero .inner-wrap small {
		padding-top: 5px;
		font-size: 11px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
    #hero {
        padding-top: 68px;
    }
	
	#hero > .container {
		padding-top: 20px;
	}
	
	#hero .title {
        margin-bottom: 10px;
        font-size: 33px;
    }
	
	#hero h2 {
        color: #ffffff;
        font-family: 'Helvetica Neue';
        font-weight: 900;
        font-size: 23px;
        letter-spacing: -0.5px;
		margin: 0px auto 20px;
		max-width: 480px;
        order: 6;
    }
	
	#hero .d-flex {
		align-items: flex-start;
	}
	
	#hero .inner-wrap {
		order: 2;
        padding-left: 15px;
		width: 70%;
    }
	
	#hero .image {
		order: 1;
        width: 30%;
    }
	
	#hero .image .prod {
        max-width: 100%;
        right: 0;
        top: 0px;
    }
	
	#hero ul{
		padding-bottom: 10px;
        padding-left: 0px;
        padding-top: 0px;
	}
	
	#hero ul li {
		font-size: 15px;
        margin-bottom: 5px;
	}
	
	#hero ul li:before{
		left: 0;
    	top: 0px;
	}
	
    #hero .video {
		content: "";
        height: auto;
        width: 190px;
        position: absolute;
        right: -15px;
        top: auto;
        bottom: -10px;
    }
	
	#hero .shop-btn {
		width: 50%;
	}
	
	#hero .btn-primary:not(:disabled):not(.disabled).active, #hero .btn-primary:not(:disabled):not(.disabled):active, #hero .show > .btn-primary.dropdown-toggle, #hero a.btn-primary, #hero a.btn-primary:visited{
		font-size: 19px;
        padding: 12px 30px 12px;
        width: 220px;
	}
	
	#hero .inner-wrap small{
        font-size: 10px;
        letter-spacing: 0;
		line-height: 1em;
		padding: 10px 0px 0px 0px;
	}
	
}

@media screen and (max-width: 767px){
	
	#hero{
		padding-top: 69px;
		padding-bottom: 0px;
	}
	
	.logged-in #hero{
		padding-top: 69px;
	}
	
	 .clickinfo {
		padding: 8px 0px 6px 0px;
		top: 68px;
	}
	
	#hero .container{
		padding: 0px 10px;
	}
	
	#hero > .container {
        padding: 15px 10px 0px 10px;
    }
	
    #hero .d-flex {
        flex-direction: column-reverse;
    }
	
	#hero .inner-wrap {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
    #hero .title {
        font-size: 22px;
        max-width: 100%;
        margin-bottom: 5px;
        order: 1;
    }
	
	#hero .title span {
		color: #de0e16;
	}
	
	#hero .inner-wrap p{
		margin-bottom: 25px;
		padding-right: 0px;
		text-align: center;
		order: 2;
	}
	
	#hero .inner-wrap img{
		order: 3;
	}
	
	#hero .inner-wrap .d-flex{
		order: 4;
	}
	
	#hero .inner-wrap small{
		order: 5;
	}
	
	#hero h2 {
		color: #ffffff;
		font-family: 'Helvetica Neue';
		font-weight: 900;
		font-size: 21px;
		letter-spacing: -1px;
		margin-bottom: 0px;
		order: 6;
    }
	
	#hero .inner-wrap ul {
        margin: 0px auto 0px auto;
        padding: 10px 0px 0px 0px;
        width: 265px;
        order: 4;
	}
	
	#hero ul li {
		font-family: 'neue_montrealbold';
		font-size: 14px;
		letter-spacing: -0.5px;
		line-height: 1.4em;
		margin-bottom: 5px;
		padding-left: 17px;
	}
	
	#hero ul li:before {
		top: 3px;
		width: 13px;
		height: 11px;
	}
	
	#hero ul li strong {
		letter-spacing: -0.5px;
		font-size: 18px;
	}
	
	#hero ul li .underline {
		text-decoration: none;
		padding-bottom: 5px;
		position: relative;
	}
	
	#hero ul li .underline:after {
		height: 2px;
		bottom: 3px;
	}
	
	#hero .wrap{
    	display: flex;
    	align-items: center;
		flex-direction: row-reverse;
		padding-top: 10px;
	}
	
	#hero .cta-wrap{
		align-items: flex-start;
		flex-direction: column;
		padding-top: 0px;
	}
	
    #hero .video {
        order: 3;
        padding: 0;
        width: 50%;
    }
	
    #hero .image {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
		padding-left: 10px;
        order: 2;
        width: 50%;
    }
	
	#hero .image img{
		padding-bottom: 20px;
		width: 100%;
	}
	
	#hero .inner-wrap img {
        margin-left: auto;
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        left: 0;
	}
	
	#hero .image img:nth-child(3){
		width: 215px;
	}
	
	#hero .btn-primary:not(:disabled):not(.disabled).active, 
	#hero .btn-primary:not(:disabled):not(.disabled):active, 
	#hero .show > .btn-primary.dropdown-toggle, 
	#hero a.btn-primary, #hero a.btn-primary:visited {
		border-radius: 5px;
        font-size: 12px;
		letter-spacing: 0px;
        padding: 15px 30px 15px;
        width: 100%;
        margin-bottom: 0px;
	}
	
	#hero .inner-wrap small {
		font-size: 11px;
	}
	
	#hero .shop-btn {
		margin-top: 10px;
		order: 5;
		width: 265px;
		margin: 10px auto 0px auto;
	}

}

/**/

.s1 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.s1 .container{
    margin: 0px auto;
	max-width: 1070px;
}

.s1 .d-flex {
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
    max-width: 1030px;
}

.s1 .col-left {
    padding: 0px;
    width: 35%;
}

.s1 .col-right {
    padding-left: 20px;
    width: 65%;
}

.s1 .title {
    font-size: 39px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.s1 .sub-title {
    color: #252525;
    font-family: 'neue_montrealbold';
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1em;
    margin-bottom: 15px;
}

.s1 .sub-title-2 {
	color: #c32930;
    font-family: 'Helvetica Neue';
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -2px;
	line-height: 1em;
    margin-bottom: 0px;
}

.s1 ul li {
    font-family: 'neue_montrealbold';
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.s1 ul li:last-of-type{
	margin-bottom: 0px;
}

.s1 ul li:before {
    content: "";
    background: url(../images/li-check.png) no-repeat 0 0 / cover;
    height: 30px;
    width: 37px;
    position: absolute;
    left: 0px;
    top: -3px;
}

.s1 li .underline {
    text-decoration: none;
    position: relative;
}

.s1 li .underline:after{
	content: "";
	background: #c32930;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
	width: 100%;
}

.s1 .title{
	background: #e5e5e5;
	border-radius: 35px;
	border: solid 2px #999999;
	padding: 10px 80px;
	box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1);
	font-size: 32px;
	line-height: 1.2em;
	font-family: 'neue_montrealmedium';
}

.s1 .title .highlight{
	font-family: 'neue_montrealbold';
}

.see-more {
    background: #e6e6e6;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 7px;
}

.evidence .container {
    position: relative;
	left: -5px;
    max-width: 1060px;
}

.evidence .container:after {
    content: "";
    background: #cd2726;
    height: calc(100% - 20px);
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    right: 5px;
    z-index: 1;
}

.evidence .d-flex{
    background: #e5e5e5;
    padding: 15px 25px;
	position: relative;
	z-index: 2;
}

.evidence .image{
    width: 339px;
}

.evidence .inner-wrap {
    padding-left: 15px;
    width: 100%;
    padding: 18px 0px 0px 20px;
}

.evidence .sub-title {
    font-family: 'Gilroy';
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-indent: 55px;
    position: relative;
}

.evidence .sub-title:before {
    content: "";
    background: url(../images/red-quote.png) no-repeat 0 0 / cover;
    height: 39px;
    width: 47px;
    position: absolute;
    left: 0px;
    top: -18px;
}

.evidence p {
    font-family: 'Gilroy';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}

.evidence a {
    display: inline-block;
    color: #cd2726;
    font-family: 'Gilroy';
    font-size: 24px;
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
    width: 165px;
    position: relative;
    line-height: 1em;
}

.evidence a:after {
    content: "";
    background: url(../images/red-triangle.png) no-repeat 0 0;
    height: 23px;
    width: 20px;
    position: absolute;
    right: 0px;
    top: 3px;
}

@media (min-width: 1200px){
	
	.s1 .title{
		font-size: 32px;
		line-height: 1.2em;
		font-family: 'neue_montrealmedium';
	}
	
	.s1 .title .highlight{
		font-family: 'neue_montrealbold';
	}
	
}


@media screen and (min-width: 992px) and (max-width:1199px){
	
	.s1 .title {
    	font-size: 31px;
	}
	
    .s1 .sub-title {
        font-size: 29px;
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 1em;
        margin-bottom: 10px;
    }
	
	.s1 ul li {
        font-size: 29px;
        padding-left: 45px;
    }
	
    .s1 ul li:before {
        height: 30px;
        width: 37px;
        top: 0px;
    }
	
	.evidence .sub-title {
		font-size: 20px;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	
    .s1 .title {
        font-size: 21px;
        line-height: 1.4em;
        font-family: 'neue_montrealmedium';
        padding: 10px 20px;
    }
	
	.s1 .title{
		font-size: 28px;
	}
	
}


@media screen and (max-width:991px){
	
	.s1{
        padding-top: 20px;
        padding-bottom: 0px;
	}
	
    .s1 .d-flex {
        margin-bottom: 0;
        max-width: 100%;
    }
	
    .s1 .sub-title {
        font-family: 'Helvetica Neue';
        font-size: 24px;
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 1em;
        margin-bottom: 5px;
        line-height: 1.2em;
    }
	
	.s1 .sub-title-2 {
		font-size: 28px;
		letter-spacing: -1px;
		line-height: 1em;
		margin-bottom: 0px;
		max-width: 480px;
	}
	
    .s1 .col-left {
        width: 45%;
    }
	
    .s1 .col-right {
        padding-left: 0px;
        width: 55%;
    }
	
    .s1 .checkmarks {
        max-width: 100%;
        margin: 0;
    }
	
    .s1 ul li {
        font-size: 21px;
        font-weight: 400;
        letter-spacing: 0px;
        margin-bottom: 10px;
        padding-left: 27px;
        line-height: 1.2em;
        padding-bottom: 0px;
    }
	
	.s1 li .underline:after {
		position: absolute;
		bottom: -4px;
		left: 0px;
		height: 4px;
		width: 100%;
	}
	
    .s1 ul li:before {
        height: 17px;
        width: 21px;
        left: 0px;
        top: 4px;
    }
	
	.s1 .title {
        font-size: 23px;
        line-height: 1.3em;
        border-radius: 30px;
        padding: 10px 80px;
    }
	
	.evidence .sub-title {
		font-size: 18px;
	}
	
	.evidence .sub-title:before {
		height: 39px;
		width: 47px;
		left: 0px;
		top: -22px;
	}

	.evidence a {
		font-size: 20px;
		padding-left: 0px;
		padding-right: 20px;
		width: 122px;
	}
	
	.evidence a:after {
		background-size: cover;
		height: 15px;
		width: 13px;
		top: 3px;
	}

}

@media screen and (max-width:767px){
	
	.s1 .sub-title {
		font-size: 15px;
		letter-spacing: -1px;
	}
	
	.s1 .sub-title-2 {
		font-size: 23px;
		letter-spacing: -1px;
		line-height: 1em;
		margin-bottom: 15px;
		max-width: 350px;
    }
	
	.s1 .title {
		border-radius: 15px;
        font-size: 14px;
		letter-spacing: 0;
        line-height: 1.3em;
        padding: 10px 10px;
    }
	
	.s1 .d-flex {
		padding-bottom: 10px;
		max-width: 440px;
	}
	
	.s1 .col-left {
        width: 27%;
    }
	
	.s1 .col-right {
		padding-left: 10px;
        width: 73%;
	}
	
	.s1 .checkmarks {
		max-width: 100%;
		margin: 0px auto;
	}
	
	.s1 ul li {
        font-size: 13px;
        letter-spacing: -0.25px;
        margin-bottom: 5px;
        padding-left: 18px;
        line-height: 1.4em;
        font-weight: inherit;
	}
	
	.s1 ul li:before {
		height: 12px;
		width: 15px;
		left: 0px;
		top: 2px;
	}
	
	.s1 li .underline:after {
		bottom: -3px;
		left: 0px;
		height: 3px;
	}
	
	.evidence .d-flex {
		padding: 15px;
		flex-direction: column;
	}
	
	.evidence .inner-wrap {
		padding: 18px 0px 0px 0px;
		width: 100%;
	}
	
    .evidence .image {
        margin: 0px auto 0px auto;
        width: 215px;
    }
	
	.evidence .sub-title {
        font-size: 14px;
        text-indent: 45px;
    }
	
	.evidence .sub-title:before {
        height: 30px;
        width: 36px;
        left: 0px;
        top: -17px;
    }
	
	.evidence p {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 8px;
	}
	
	.evidence a {
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0;
        width: 85px;
    }
	
	.evidence a:after {
        background-size: cover;
        height: 10px;
        width: 9px;
        top: 3px;
    }
	
	.see-more {
		font-size: 14px;
		color: #de0e16;
		letter-spacing: -0.5px;
		line-height: 1em;
		padding: 10px;
	}
	
	.see-more a, .see-more a:visited{
		color: #de0e16;
	}
	
}

/**/

.s2{
	padding-top: 20px;
}

.s2 .container{
	max-width: 1060px;
}

.s2 .container > img{
	display: block;
	margin-bottom: 20px;
}

.s2 .d-flex{
	align-items: flex-start;
}

.s2 .col-left{
	width: 50%;
}

.s2 .col-right{
	padding-left: 0px;
    width: 50%;
}

.s2 .tv-commercial{
	display: block;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.s2 .tv-commercial img{
    margin: 0px 20px 15px 0px;
    width: 245px;
}

.s2 .video-wrap {
    margin: 0px auto;
    width: 70%;
}

.s2 .video{
	padding:66.67% 0 0 0;
	position:relative;
}

@media (min-width: 1200px){
	
	.s2{
		padding-top: 0px;
	}
	
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.s2 .tv-commercial img {
		margin: 0px 20px 10px 0px;
		width: 200px;
	}
	
	.s2 .d-flex .video-wrap {
		width: 55%;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	
	.s2{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.s2 .tv-commercial img {
		margin: 0px 20px 10px 0px;
		width: 180px;
	}
	
	.s2 .col-right {
    	padding-left: 20px;
	}
	
	.s2 .d-flex .video-wrap {
		width: 80%;
	}
	
	.s2 .d-flex {
		align-items: flex-start;
	}
	
	.s2 .container > img {
		width: 280px;
	}
	
	.s2 .btn,
	.s2 .btn-primary:hover, 
	.s2 .btn-primary:not(:disabled):not(.disabled).active:hover, 
	.s2 .btn-primary:not(:disabled):not(.disabled):active:hover, 
	.s2 .show>.btn-primary.dropdown-toggle:hover,
	.s2 .btn-primary:not(:disabled):not(.disabled).active, 
	.s2 .btn-primary:not(:disabled):not(.disabled):active, 
	.s2 .show > .btn-primary.dropdown-toggle, 
	.s2 a.btn-primary, 
	.s2 a.btn-primary:visited{
		border-radius: 5px;
		background: none;
		color: #000000;
		font-family: 'neue_montrealbold';
		font-size: 14px;
		border: solid 1px #ff0000;
	}
	
}

@media screen and (min-width: 768px){
	.s2 .graphs{
		display: none;
	}
}

@media screen and (max-width: 767px){
	
	.s2 {
		padding-top: 10px;
	}
	
	.s2 .container > .title-img{
		display: block;
		margin: 0px auto 10px auto;
		max-width: 240px;
	}
	
	.s2 .d-flex {
		align-items: flex-start;
	}
	
	.s2 .col-left {
		display: none;
		flex-basis: 340px;
		width: auto;
	}
	
	.s2 .left-col {
		background: #262626;
		clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
		margin-bottom: 10px;
		padding: 15px 20px 25px 20px;
		width: 100%;
		text-align: center;
	}
	
	.s2 .col-right {
		padding-left: 0px;
		flex-basis: auto;
		width: auto;
	}
	
	.s2 .col-right img{
		float: left;
    	width: 140px;
	}

	.s2 .container > img {
		display: block;
		max-width: 180px;
		margin: 0px auto 20px auto;
	}
	
	.s2 p {
		font-size: 15px;
	}
	
	.s2 .tv-commercial img{
		display: none;
	}

	.s2 .video-wrap {
		margin-bottom: 15px;
		width: 100%;
	}
	
	.s2 .video {
		padding: 66.67% 0 0 0;
		position: relative;
	}
	
	.s2 .btn,
	.s2 .btn-primary:hover, 
	.s2 .btn-primary:not(:disabled):not(.disabled).active:hover, 
	.s2 .btn-primary:not(:disabled):not(.disabled):active:hover, 
	.s2 .show>.btn-primary.dropdown-toggle:hover,
	.s2 .btn-primary:not(:disabled):not(.disabled).active, 
	.s2 .btn-primary:not(:disabled):not(.disabled):active, 
	.s2 .show > .btn-primary.dropdown-toggle, 
	.s2 a.btn-primary, 
	.s2 a.btn-primary:visited{
		border-radius: 5px;
        background: none;
        color: #000000;
        font-family: 'neue_montrealbold';
        font-size: 13px;
        border: solid 1px #ff0000;
        padding: 5px 10px;
        line-height: inherit;
        letter-spacing: 0;
	}
    
    .s2 .graphs{
        flex-direction: column;
		padding-bottom: 10px;
    }
    
    .s2 .graphs img{
        display: block;
        max-width: 270px;
        margin: 0px auto 15px auto;
    }
    
    .s2 .graphs > img{
        display: block;
        margin: 40px auto;
        max-width: none;
        transform: rotate(90deg);
    }
    
    .s2 h3 {
        font-size: 21px;
        font-weight: 800;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
	
	.s2 .graphs > img {
        display: block;
        margin: 40px auto;
        max-width: none;
        transform: rotate(90deg);
    }
	
}

/**/

.s3{
	padding: 20px 0px 30px 0px;
}

.s3 .d-flex{
	justify-content: center;
}

.s3 .col-left{
	width: 440px
}

.s3 .col-right{
	border-radius: 20px 20px 0px 0px;
	margin-left: 15px;
    width: 600px;
	overflow: hidden;
}

.s3 .col-right .wrap {
    background: #efefef;
	border-radius: 0px 0px 20px 20px;
	margin-bottom: 15px;
    padding: 25px 40px;
}

.s3 .col-right p{
	font-family: 'neue_montrealbold';
}

.s3 .video{
	padding: 74.03% 0 0 0; 
	position: relative;
}

.s3 .clinical-study {
    background: #efefef;
    border-radius: 30px;
    margin-top: 15px;
    padding: 120px 25px 25px 25px;
}

.s3 .clinical-study h3{
	margin-bottom: 5px;
}

.s3 .clinical-study h3 .highlight{
	color: #fffc0e;
	font-size: 25px;
}

.s3 .clinical-study h3 a{
    display: table;
    border-bottom: solid 4px #000000;
    color: #ffffff;
    font-family: 'Impact', 'Helvetica Neue', sans-serif;
    font-size: 35px;
	font-weight: inherit;
    letter-spacing: -1px;
    margin: 0px auto;
    padding-bottom: 5px;
}

.s3 .clinical-study .wrap{
    background: #ff0909;
    border-radius: 30px;
    margin-top: 30px;
    padding: 30px 30px;
}

.s3 .clinical-study img {
    display: block;
    margin: -165px auto 0px auto;
}

.s3 .title{
    color: #c32930;
    font-family: 'Helvetica Neue';
	font-size: 46px;
	font-weight: 900;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
}

.s3 .clinical-study p{
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4em;
}

.s3 ul li{
font-family: 'neue_montrealbold';
    font-size: 18px;
	letter-spacing: 0px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.s3 ul li:before {
    content: "";
    background: url(../images/red-checkmark.png) no-repeat center center / contain;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0;
    top: 2px;
}

.s3 .btn{
	background: #edeb0f;
	border-radius: 0px;
	color: #de0e16;
	font-family: 'neue_montrealbold';
	font-size: 24px;
	padding: 15px;
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px){

	.s3 .title {
		font-size: 37px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s3 .title {
		font-size: 32px;
	}
	
}

@media screen and (max-width: 767px){
	
	.s3 {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	
	.s3 .title {
		font-size: 19px;
		letter-spacing: -1px;
		margin-bottom: 15px;
	}
	
	.s3 .d-flex {
		justify-content: center;
		flex-direction: column;
	}
	
	.s3 .col-left {
		margin-bottom: 15px;
		width: 100%;
	}
	
	.s3 .col-right{
		border-radius: 10px 10px 0px 0px;
		margin-left: 0px;
		width: 100%;
	}
	
	.s3 .clinical-study h3 {
		font-size: 18px;
		margin-bottom: 5px;
		padding-left: 80px;
		width: 260px;
		text-align: left;
	}
	
	.s3 .col-right p {
		font-family: 'Gilroy';
		font-size: 15px;
		font-weight: 800;
		letter-spacing: 0px;
		padding-left: 0px;
	}

	.s3 .col-right .wrap {
		border-radius: 12px;
		margin-bottom: 0px;
		padding: 20px 10px 15px 10px;
		position: relative;
	}
	
	.s3 ul li {
		font-size: 15px;
		letter-spacing: -0.5px;
		line-height: 1.2em;
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.s3 ul li:before {
		height: 12px;
		width: 12px;
		top: 0;
	}

	.s3 .clinical-study {
		padding: 0px 0px 0px 0px;
	}
	
	.s3 .clinical-study img {
		display: block;
		margin: 0px auto 0px 0px;
		width: 100px;
		position: absolute;
		top: -15px;
		left: 8px;
	}
	
	.s3 .clinical-study h3 a {
		display: table;
		border-bottom: solid 4px #000000;
		color: #ffffff;
		font-size: 30px;
		margin: 0px 0px 5px 0px;
		padding-bottom: 7px;
	}
	
	.s3 .clinical-study h3 .highlight {
		display: block;
		color: #fffc0e;
		font-size: 19px;
		letter-spacing: -0.75px;
		width: 200px;
		font-family: 'Gilroy';
		font-weight: 800;
	}
	
	.s3 .btn {
        font-size: 14px;
		letter-spacing: 0px;
		margin-top: 15px;
        padding: 10px 0px 10px 0px;
    }
	
}


/**/

.s4{
	padding-bottom: 30px;
}

.s4 .container{
    margin: 0px auto;
	max-width: 1250px;
}

.s4 .d-flex{
    justify-content: center;
}

.s4 blockquote {
    display: block;
    background: #e5e5e5;
    border-radius: 20px;
    font-family: 'neue_montrealmedium';
    font-size: 27px;
    letter-spacing: 0;
    line-height: 1.6em;
    font-style: italic;
	height: 100%;
    margin: 0px;
    padding: 15px 25px;
    position: relative;
    text-indent: 85px;
}

.s4 blockquote:before {
    display: block;
    content: "";
    background: url(../images/red-quote.png) no-repeat 0 0 / cover;
    height: 61px;
    width: 70px;
    position: absolute;
    top: -15px;
}

.s4 blockquote img {
    display: block;
    margin: 10px 0px 0px 0px;
}

.s4 .col-left {
	padding: 0px 15px;
    width: 38%;
}

.s4 .col-right {
    width: 50%;
}

.s4 .title{
	font-size: 35px;
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s4 {
		padding-top: 20px;
	}
	
	.s4 .title {
		font-size: 30px;
		margin-bottom: 0px;
	}
	
	.s4 .d-flex {
		justify-content: center;
		flex-direction: column-reverse;
	}
	
	.s4 .col-left {
		padding: 30px 15px 0px 15px;
		width: 100%;
	}
	
	.s4 .col-right {
		width: 100%;
	}
	
	.s3 .col-right .wrap {
		padding: 25px 20px;
	}
	
}

@media screen and (max-width: 767px){
	
	.s4 {
		padding-bottom: 15px;
	}
	
	.s4 .title {
        font-size: 21px;
        margin-bottom: 10px;
        letter-spacing: -1px;
        font-family: 'neue_montrealregular';
    }
	
	.s4 .title .highlight{
		font-family: 'neue_montrealbold';
	}
	
	.s4 .d-flex {
		justify-content: center;
		flex-direction: column-reverse;
	}
	
	.s4 .col-left {
		padding: 30px 0px 0px 0px;
		width: 100%;
	}
	
	.s4 .col-right {
		width: 100%;
	}
	
	.s3 .col-right .wrap {
		padding: 25px 15px;
	}
	
	.s4 blockquote {
		border-radius: 10px;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 1.7em;
		padding: 15px;
		text-indent: 55px;
    }
	
	.s4 blockquote:before {
        height: 37px;
        width: 45px;
        top: -6px;
    }
	
	.s4 blockquote img {
		width: 160px;
	}

}

/**/

.s5{
	padding: 0px 0px 30px 0px;
}

.s5 .title{
	text-align: left;
}

.s5 .title .highlight{
	color: #e8bf00;
}

.s5 h3{
	font-size: 28px;
    font-family: 'Verdana', sans-serif;
    font-weight: 800;
    letter-spacing: -1.5px;
	text-align: left;
}

.s5 .list-wrap {
    display: flex;
    align-items: center;
    background: #e7e7e7;
    border-radius: 20px;
    justify-content: space-between;
	margin-bottom: 20px;
    padding-right: 60px;
    padding-left: 20px;
}

.s5 .list-wrap ul {
    list-style: disc;
    margin-left: 40px;
}

.s5 .list-wrap li,
.s5 .list-wrap li strong{
    font-family: 'Verdana', sans-serif;
    font-size: 27px;
    letter-spacing: -1.5px;
	margin-bottom: 15px;
}

.s5 .list-wrap li strong{
	font-weight: 800;
}

.s5 .list-wrap li:last-of-type{
	margin-bottom: 0px;
}

.s5 .list-wrap img{
	margin-top: -50px;
}

.s5 .d-flex .image{
    width: 246px;
}

.s5 .d-flex .inner-wrap{
	padding-right: 30px;
    width: calc(76% - 30px);
}

@media (min-width: 1200px){
	
	.s5 .split-col p{
		font-size: 25px;
	}
	
}


@media (min-width: 992px){
	
	.s5 .split-col{
		align-items: flex-end;
		padding-bottom: 1rem;
	}
	
	.s5 .split-col .image{
		width: 409px;
	}

	.s5 .d-flex:not(.split-col) .inner-wrap {
		padding-left: 30px;
		width: calc(76% - 30px);
	}
	
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.s5 h3 {
    	font-size: 24px;
	}
	
	.s5 .list-wrap li, .s5 .list-wrap li strong {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s5 .title {
		font-size: 30px;
		text-align: center;
	}
	
	.s5 h3 {
        font-size: 20px;
        line-height: 1.8em;
    }
	
	.s5 .list-wrap ul {
		margin-left: 30px;
	}
	
	.s5 .list-wrap li, .s5 .list-wrap li strong {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.s5 .d-flex .inner-wrap{
		padding-right: 0;
		padding-left: 15px;
	}
	
}

@media screen and (max-width: 767px){
	
	.s5 {
		padding: 0px 0px 0px 0px;
	}
	
	.s5 h3 {
		font-size: 21px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.s5 .title {
		text-align: center;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.s5 img{
		float: left;
		margin-right: 5px;
		width: 155px;
	}

	.s5 p {
		font-size: 15px;
        line-height: 1.4em;
        letter-spacing: 0;
        margin-bottom: 10px;
	}
	
	.s5 .lg-txt{
		font-size: 15px;
		font-family: 'Gilroy';
	    font-weight: 800;
	}
	
	.s5 .container > .highlight{
		font-size: 15px;
        line-height: 1.4em;
        margin-bottom: 10px;
        text-align: left;
	}
	
	.s5 .container > h4.highlight{
		font-size: 17px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.s5 .d-flex{
		flex-direction: column;
	}
	
	.s5 .d-flex .image {
		margin: 0px auto 15px;
        text-align: center;
        width: 300px;
	}
	
	.s5 img {
        margin: 0px auto;
		width: 100%;
    }
	
	.s5 .gold-standard img {
		margin-right: 10px;
		width: 150px;
	}
	
	.s5 .d-flex .inner-wrap {
		padding-right: 0;
		width: 100%;
	}
	
	.s5 .list-wrap .highlight{
		text-align: center;
	}
	
	.s5 .list-wrap {
		align-items: flex-start;
		border-radius: 10px;
		justify-content: center;
		margin-bottom: 20px;
		padding: 10px;
		flex-direction: row-reverse;
	}
	
	.s5 .yellow-bg{
		padding: 5px;
	}
	
	.s5 .list-wrap ul {
		margin-left: 25px;
	}
	
	.s5 .list-wrap li, 
	.s5 .list-wrap li strong {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.2em;
		margin-bottom: 8px;
	}
	
	.s5 .list-wrap img {
		margin-top: -20px;
		width: 110px;
	}
	
	.s5 .studies{
		justify-content: center;
	}

}

/**/

.s6 .title{
	text-align: left;
}

.s6 .d-flex .image{
    width: 40%;
}

.s6 .d-flex .inner-wrap{
	padding-right: 30px;
    width: calc(50% - 30px);
}

.s6 .d-flex .inner-wrap img{
	display: block;
	margin-bottom: 15px;
}

.s6 .d-flex .video-wrap{
    width: 50%;
}

.s6 .d-flex .video{
	padding:66.67% 0 0 0;
	position:relative;
}

.s6 .outline{
	background: #ffff9a;
	margin-bottom: 20px;
}

.s6 .outline p {
    font-family: 'neue_montrealbold';
    font-size: 21px;
	line-height: 1.4em;
    padding: 10px;
}

@media (min-width: 768px) and (max-width: 991px){
	
    .s6 .title {
        font-size: 30px;
        text-align: center;
        max-width: 540px;
    }
	
	.s6 .d-flex{
    	justify-content: center;
    	flex-direction: column-reverse;
	}
	
	.s6 .d-flex .inner-wrap {
		padding-right: 0;
		padding-top: 20px;
		width: 100%;
	}
	
	.s6 .d-flex .video {
		padding: 56.67% 0 0 0;
	}

	.s6 .d-flex .video-wrap {
		width: 100%;
	}
	
	.s6 img{
		display: none;
	}
	
}

@media screen and (max-width: 767px){
	
	.s6 .title {
		font-size: 23px;
		text-align: center;
		margin-bottom: 0px;
	}
	
	.s6 p {
		font-size: 15px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	
	.s6 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s6 .d-flex .inner-wrap {
		padding-right: 0px;
		padding-top: 0px;
		width: 100%;
	}
	
	.s6 .d-flex .video-wrap {
		width: 100%;
	}
	
	.s6 .d-flex .video {
		max-width: 320px;
		margin: 0px auto;
		padding: 60% 0 0 0;
		position: relative;
	}
	
	.s6 .outline p {
		font-size: 15px;
		letter-spacing: -0.5px;
		line-height: 1.4em;
		padding: 10px 7px;
	}
	
}

/**/

.s7{
	padding: 10px 0px 40px 0px;
}

.s7 .outline {
    background: #e7e7e7;
    margin-bottom: 20px;
    padding: 20px 30px 20px 30px;
}

.s7 .outline .title{
	font-size: 27px;
    text-align: left;
}

.s7 .outline p {
    font-family: 'neue_montrealbold';
    font-size: 21px;
	line-height: 1.4em;
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.s7 .outline .title {
		font-size: 26px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s7{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
}

@media screen and (max-width: 767px){
	
	.s7{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.s7 .outline {
		margin-bottom: 10px;
		padding: 10px 10px 10px 10px;
	}
	
	.s7 .outline .title {
		font-size: 16px;
		font-family: 'Gilroy';
		font-weight: 800;
		letter-spacing: -0.5px;
		margin-bottom: 15px;
	}
	
	.s7 .outline p {
		font-family: 'Gilroy';
		font-weight: 400;
		font-size: 15px;
		letter-spacing: -0.25px;
		line-height: 1.4em;
		margin-bottom: 10px;
    }
	
	.s7 p {
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
	
}

/**/

.s8{
	padding: 40px 0px 20px 0px;
}

.s8 .outline {
    display: flex;
    align-items: center;
	justify-content: space-between;
    background: #e7e7e7;
	border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px 40px;
}

.s8 .outline .title{
	text-align: left;
}

.s8 .outline p {
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 27px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 1.5em;
	margin-bottom: 0px;
}

.s8 .outline img{
    margin-top: -85px;
    margin-bottom: -35px;
}

.s8 .underline {
	border-bottom: solid 4px #000000;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s8 {
		padding: 30px 0px 0px 0px;
	}
	
	.s8 .outline{
		padding: 30px;
	}
	
	.s8 .outline p {
		color: #d1000d;
		font-size: 24px;
		letter-spacing: -1.5px;
		line-height: 1.5em;
		margin-bottom: 0px;
	}
	
	.s8 .outline span{
		color: #000000;
	}
	
}

@media screen and (max-width: 767px){
	
	.s8{
		padding-top: 10px;
		padding-bottom: 0px;
	}
	
	.s8 .outline {
		border-radius: 10px;
        padding: 10px;
    }
	
    .s8 .outline span {
		color: #000000;
        font-size: 12px;
        line-height: 1.5em;
    }
	
    .s8 .outline p {
		font-size: 15px;
		letter-spacing: -0.5px;
		line-height: 1em;
		padding: 0px;
	}
	
	.s8 .outline span.lg-txt {
		color: #d1000d;
		font-family: 'Verdana', sans-serif;
		font-size: 15px;
		letter-spacing: -1px;
		margin-bottom: 0px;
		line-height: 1.3em;
    }
	
	.s8 .outline img {
		margin-top: -85px;
		margin-bottom: -35px;
		margin-left: 10px;
		width: 130px;
	}
	
	.s8 .outline .underline{
		border-bottom: solid 2px #000000;
	}
	
}

/**/

.s9{
	padding: 0px 0px 0px 0px;
}

.s9 .title {
	font-size: 32px;
    text-align: left;
}

.s9 .yellow-bg {
    background: #ffff9a;
    font-family: 'neue_montrealbold';
    padding: 5px 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s9 .btn,
	.s9 .btn-primary:hover, 
	.s9 .btn-primary:not(:disabled):not(.disabled).active:hover, 
	.s9 .btn-primary:not(:disabled):not(.disabled):active:hover, 
	.s9 .show>.btn-primary.dropdown-toggle:hover,
	.s9 .btn-primary:not(:disabled):not(.disabled).active, 
	.s9 .btn-primary:not(:disabled):not(.disabled):active, 
	.s9 .show > .btn-primary.dropdown-toggle, 
	.s9 a.btn-primary, 
	.s9 a.btn-primary:visited{
		border-radius: 5px;
		background: none;
		color: #000000;
		font-family: 'neue_montrealbold';
		font-size: 16px;
		border: solid 1px #ff0000;
	}

}

@media screen and (max-width: 767px){
	
	.s9{
		padding-bottom: 20px;
	}
	
	.s9 .title {
		font-size: 23px;
        margin-bottom: 10px;
        text-align: center;
        max-width: 320px;
    }
	
	.s9 p {
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
	
	.s9 h4.highlight {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.s9 .yellow-bg {
		padding: 0px;
	}
	
	.s9 p sup {
		font-size: 1em;
		position: relative;
		top: 5px;
		line-height: 0;
	}
	
	.s9 .btn,
	.s9 .btn-primary:hover, 
	.s9 .btn-primary:not(:disabled):not(.disabled).active:hover, 
	.s9 .btn-primary:not(:disabled):not(.disabled):active:hover, 
	.s9 .show>.btn-primary.dropdown-toggle:hover,
	.s9 .btn-primary:not(:disabled):not(.disabled).active, 
	.s9 .btn-primary:not(:disabled):not(.disabled):active, 
	.s9 .show > .btn-primary.dropdown-toggle, 
	.s9 a.btn-primary, 
	.s9 a.btn-primary:visited{
		border-radius: 5px;
        background: none;
        color: #000000;
        font-family: 'neue_montrealbold';
        font-size: 13px;
        border: solid 1px #ff0000;
        padding: 5px 10px;
        line-height: inherit;
        letter-spacing: 0;
	}
	
	.s9 .btn i{
		display: inline-block;
		margin-left: 5px;
	}

}

/**/

.s10{
	padding: 0px 0px 0px 0px;
}

.s10 .title {
    font-size: 32px;
    text-align: left;
}

.s10 .title p{
    font-family: 'neue_montrealbold';
	font-size: 32px;
    font-weight: 800;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 5px;
}

.s10 .outline {
    display: flex;
	background: url(../images/male-sexual-enhancement.png) no-repeat left 0 #e7e7e7;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 30px 30px 30px 345px;
}

.s10 .outline p {
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 1.5em;
	margin-bottom: 0px;
}

.s10 .outline img{
    margin-top: -85px;
    margin-bottom: -35px;
}

.s10 .underline {
	border-bottom: solid 4px #000000;
    text-decoration: none;
}


@media (min-width: 768px) and (max-width: 991px){
	
	.s10{
		padding-top: 20px;
	}
	
	.s10 .outline{
		background-size: contain;
		margin-bottom: 0px;
		padding: 15px 30px 15px 330px;
	}
	
	.s10 .outline p {
		font-size: 20px;
		line-height: 1.4em;
	}
	
	.s10 .underline {
		border-color: #d1000d;
	}
	
	.s10 .title p {
        font-size: 21px;
    }
	
}

@media (max-width: 767px) {
	
	.s10{
		padding-top: 0px;
	}
	
    .s10 .title {
        font-size: 23px;
        text-align: center;
        margin: 0px auto 10px auto;
        max-width: 320px;
    }
	
    .s10 p {
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 5px;
    }
	
    .s10 .outline {
        background-size: auto 100%;
		background-position: -55px 0px;
		border-radius: 10px;
        margin-bottom: 0px;
        padding: 10px 10px 10px 125px;
    }
	
	.s10 .outline p {
		font-size: 13px;
		letter-spacing: -0.5px;
		line-height: 1.6em;
		margin-bottom: 0px;
	}
	
	.s10 .underline {
		border-bottom: solid 3px #d1000d;
	}
	
	.s10 .title p {
        font-size: 17px;
        line-height: 1.2em;
    }
	
	.s10 .title .lg-txt{
		font-size: 19px;
	}
	
}

/**/

.s11 {
    padding: 20px 0px 40px 0px;
}

.s11 .inner-wrap{
	background: rgb(245,245,245);
	background: linear-gradient(140deg, rgba(245,245,245,1) 0%, rgba(223,225,223,1) 50%, rgba(205,208,205,1) 100%);
	padding: 30px;
}

.s11 .sub-title{
	color: #8c243b;
    font-family: 'Helvetica Neue';
    font-size: 33px;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.s11 p{
	color: #001563;
	font-family: 'Helvetica Neue';
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.s11 .click-here{
	display: block;
	margin: 0px auto 10px auto;
}

.s11 .highlight{
	color: #d1000d;
    font-size: 21px;
}

.s11 .signature{
	display: block;
	margin-left: auto;
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s11 .title{
        font-size: 32px;
        max-width: 600px;
        margin: 0px auto 20px;
	}
	
	.s11 p {
		font-size: 24px;
		letter-spacing: -0.5px;
		line-height: 1.4em;
	}

}

@media screen and (max-width: 767px){
	
	.s11{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.s11 .inner-wrap{
		padding: 15px;
	}
	
	.s11 .title{
        font-size: 23px;
        max-width: 600px;
        margin: 0px auto 10px;
	}
	
	.s11 p {
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
	
	.s11 .highlight {
		color: #d1000d;
		font-size: 16px;
	}
	
	.s11 .sub-title {
		font-size: 23px;
		letter-spacing: -0.1px;
		margin-bottom: 10px;
		text-align: left;
	}
	
	.s11 .signature {
		width: 100px;
	}

}

/**/

#evidenceModal .modal-content {
    background: #efefef;
    border: 3px solid #cd2726;
    border-radius: 20px;
}

#evidenceModal .modal-body {
    padding: 1.5rem;
}

#evidenceModal blockquote {
    display: block;
    font-family: 'neue_montrealbold';
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.4em;
    font-style: italic;
    height: 100%;
    margin: 0px;
    padding: 35px 0px 15px 0px;
    position: relative;
    text-indent: 60px;
}

#evidenceModal blockquote:before {
    display: block;
    content: "";
    background: url(../images/red-quote.png) no-repeat 0 0 / cover;
    height: 40px;
    width: 49px;
    position: absolute;
    top: 12px;
}

#evidenceModal.modal.show .modal-dialog {
    max-width: 1010px;
}

#evidenceModal .slick-initialized .slick-slide{
	margin: 0px 40px 0px 40px;
	opacity: 0.3;
	transition-delay: 0.1s;
	transition: 0.1s ease-in-out;
}

#evidenceModal .slick-initialized .slick-slide.slick-active{
	opacity: 1;
}

#evidenceModal p {
	font-size: 15px;
	letter-spacing: -0.5px;
}

#evidenceModal .slick-next {
	border-radius: 100%;
    background: #de0e16;
	right: 17%;
	top: 17%;
	height: 50px;
    width: 50px;
}

#evidenceModal .slick-next:before {
	font-size: 2rem;
    text-shadow: none;
    opacity: 1;
}

#evidenceModal .slick-prev {
	border-radius: 100%;
	background: #de0e16;
    left: 17%;
    top: 17%;
    height: 50px;
    width: 50px;    
}

#evidenceModal .slick-prev:before {
	font-size: 2rem;
    text-shadow: none;
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 991px){
	
	#evidenceModal .slick-next {
		right: 13%;
	}
	
	#evidenceModal .slick-prev {
		left: 13%;
	}
	
	#evidenceModal .slick-initialized .slick-slide{
		margin: 0px 20px 0px 20px;
	}
	
	#evidenceModal blockquote {
		font-size: 15px;
		line-height: 1.4em;
		padding: 30px 0px 15px 0px;
		text-indent: 45px;
	}
	
	#evidenceModal blockquote:before {
		height: 30px;
		width: 37px;
		top: 17px;
	}
	
	#evidenceModal p {
		font-size: 15px;
		margin-bottom: 5px;
	}
	
}

@media (max-width: 767px){
	
	#evidenceModal .modal-content{
		width: 96%;
	}
	
	#evidenceModal .modal-body {
		padding: 1rem;
	}
	
	#evidenceModal .slick-prev {
		left: -3%;
		top: 17%;
		height: 35px;
		width: 35px;
	}
	
	#evidenceModal .slick-next {
		right: -3%;
		top: 17%;
		height: 35px;
		width: 35px;
	}
	
	#evidenceModal .slick-initialized .slick-slide{
		margin: 0px;
	}
	
	#evidenceModal blockquote {
        font-size: 15px;
		line-height: 1.2em;
        margin-bottom: 10px;
        padding: 22px 0px 0px 0px;
        text-indent: 37px;
    }
	
	#evidenceModal blockquote:before {
		height: 25px;
		width: 31px;
		top: 10px;
	}
	
    #evidenceModal p {
		font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 5px;
    }

}

/**/

.s12 .title {
	color: #7c031e;
    font-family: 'Helvetica Neue';
    font-size: 85px;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 15px;
    line-height: 1em;
}

.s12 .sub-title{
	font-size: 21px;
    font-family: 'Verdana', sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
    text-align: left;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.s12 .title {
		font-size: 70px;
	}
	
	.s12 .sub-title{
		max-width: 600px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s12 .title {
		font-size: 42px;
		letter-spacing: -1px;
		margin-bottom: 15px;
	}
	 
}

@media screen and (max-width: 767px){
	
	.s12 .title {
		font-size: 31px;
		letter-spacing: -1px;
		line-height: 1em;
		margin-bottom: 10px;
	}
	
	.s12 .sub-title {
		font-size: 15px;
		letter-spacing: -1px;
		line-height: 1.5em;
		text-align: left;
	}
	
	.s12 p {
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }

	
}

/**/

.s13{
	padding: 30px 0px 30px 0px;
}

.s13 .deck{
	color: #e73a38;
    font-family: 'Helvetica Neue';
    font-size: 42px;
    font-weight: 900;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: center;
}

.s13 .title {
	color: #7c031e;
	font-family: 'Helvetica Neue';
	font-size: 90px;
	font-weight: 900;
	letter-spacing: -2px;
	margin-bottom: 10px;
	line-height: 1em;
}

.s13 .sub-title{
	color: #1a1a1a;
	font-family: 'Gilroy';
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0.5px;
	text-align: center;
}

.s13 .month{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.s13 .month:last-of-type{
	margin-bottom: 0px;
}

.s13 .m-label {
    background: #0d0d0d;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    color: #fc9c06;
    font-family: 'Helvetica Neue';
    font-size: 46px;
    font-weight: 900;
    width: 245px;
    text-align: left;
    padding: 20px 20px 20px 20px;
}

.s13 .m-desc {
    font-family: 'Helvetica Neue';
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0px;
	line-height: 1.4em;
	padding-left: 30px;
    width: 820px;
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.s13 .deck{
		font-size: 36px;
	}
	
	.s13 .title{
		font-size: 70px;
	}
	
	.s13 .sub-title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	
	.s13 .m-label{
		font-size: 40px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s13 .deck {
		font-size: 29px;
		letter-spacing: 0px;
		line-height: 1em;
	}
	
	.s13 .title {
		font-size: 42px;
		letter-spacing: -1px;
		line-height: 1em;
	}
	
	.s13 .m-label{
		font-size: 30px;
	}
	
	.s13 .m-desc{
		font-size: 22px;
		line-height: 1.3em;
		padding-left: 20px;
	}

}

@media screen and (max-width: 767px){
	
	.s13{
		padding-top: 15px;
	}
	
	.s13 .month {
		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	
	.s13 .title {
        font-size: 31px;
        letter-spacing: -1px;
        line-height: 1em;
        margin-bottom: 10px;
    }
	
	.s13 .sub-title {
		font-size: 15px;
		letter-spacing: 0;
		text-align: center;
	}
	
	.s13 .deck {
		font-size: 15px;
		letter-spacing: -0.5px;
		line-height: 1.2em;
		text-align: center;
	}
	
	.s13 .title {
		font-size: 31px;
		letter-spacing: -1px;
		line-height: 1em;
	}
	
	.s13 .m-label {
        font-size: 21px;
        line-height: 1.1em;
        padding: 5px 5px 5px 10px;
        width: 310px;
        letter-spacing: -0.5px;
    }
	
    .s13 .m-desc {
		font-family: 'Gilroy';
        font-size: 15px;
        line-height: 1.3em;
        padding-left: 10px;
    }
	
}

/**/

.s14{
	padding: 0px 0px 0px 0px;
}

.s14 .inner-wrap{
	padding-right: 30px;
	width: 50%;
}

.s14 .image{
	width: 50%;
}

.s14 .video-wrap{
	width: 50%;
}

.s14 .video{
	padding:56.25% 0 0 0;
	position:relative;
}

.s14 .read-more {
	display: block;
    background: #de0e16;
    clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0 100%, 0 0);
    color: #ffffff;
    font-family: 'neue_montrealbold';
    font-size: 21px;
    font-weight: 900;
    max-width: 455px;
    text-align: left;
    padding: 15px 20px 15px 25px;
    width: 100%;
}

.s14 p{
	font-size: 18px;
	margin-bottom: 10px;
}

.s14 .outline {
    display: flex;
    background: url(../images/male-sexual-enhancement.png) no-repeat left 0 #e7e7e7;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 30px 30px 30px 345px;
}

.page-offer1 .s14 .outline {
    background: url(../images/male-sexual-enhancement-2.png) no-repeat left 0 #e7e7e7;
}

.s14 .outline p {
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    margin-bottom: 0px;
}

.s14 .outline img{
    margin-top: -85px;
    margin-bottom: -35px;
}

.s14 .d-flex{
	margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px){
	
	.s14 .title{
		font-size: 28px;
	}
	
	.s14 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s14 .inner-wrap {
		padding-right: 0;
		padding-top: 20px;
		width: 100%;
	}
	
	.s14 .video-wrap {
		width: 100%;
	}
	
	.s14 .read-more {
        font-size: 21px;
        margin: 20px auto 0px auto;
        max-width: 455px;
        padding: 15px 40px 15px 20px;
        text-align: center;
        width: 100%;
	}
	
	.s14 .outline{
		background-size: contain;
		margin-bottom: 0px;
		padding: 15px 30px 15px 330px;
	}
	
	.page-offer1 .s14 .outline{
		background-size: contain;
		margin-bottom: 0px;
		padding: 15px 30px 15px 330px;
	}
	
	.s14 .outline p {
		font-size: 20px;
		line-height: 1.4em;
	}
	
}

@media screen and (max-width: 767px){
	
	.s14{
		padding-bottom: 20px;
	}
	
	.s14 .title{
		font-size: 19px;
	}
	
	.s14 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s14 .inner-wrap {
		padding-right: 0px;
		padding-top: 10px;
		width: 100%;
	}
	
	.s14 .video-wrap {
		width: 100%;
	}
	
    .s14 p {
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
	
	.s14 p strong{
		display: block;
		max-width: 320px;
		margin: 0px auto;
	}
	
	.s14 .read-more {
		font-size: 16px;
		font-weight: 900;
		line-height: 1em;
		letter-spacing: 0px;
		text-align: center;
		margin: 0px auto;
		max-width: 320px;
		padding: 15px 25px 15px 15px;
	}
	
	.s14 .outline {
        background-size: auto 100%;
		background-position: -80px 0px;
		border-radius: 10px;
        margin-bottom: 0px;
        padding: 10px 10px 10px 125px;
    }
	
	.page-offer1 .s14 .outline{
        background-size: auto 100%;
		background-position: -80px 0px;
		border-radius: 10px;
        margin-bottom: 0px;
        padding: 10px 10px 10px 125px;		
	}
	
    .s14 .outline p {
		font-size: 13px;
        letter-spacing: -0.5px;
        line-height: 1.6em;
        margin-bottom: 0px;
    }
	
}

/**/

.guarantee{
	margin-bottom: 30px;
}

.guarantee .container {
    background: #efefef;
	max-width: 1090px;
    padding: 40px;
}

.guarantee .title{
    color: #1a1a1a;
    font-family: 'Helvetica Neue';
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -1px;
	line-height: 1.2em;
    text-align: center;
}

.guarantee .title .highlight{
    color: #c32930;
}

.guarantee .sub-title {
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 30px;
}

.guarantee .h-highlight{
    color: #c32930;
    font-family: 'Helvetica Neue';
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.guarantee ul{
    margin: 0px auto;
	width: 850px;
}

.guarantee li{
    font-family: 'neue_montrealbold';
    font-size: 30px;
	letter-spacing: -0.5px;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

.guarantee li:before{
    content: "";
    background: url(../images/li-check.png) no-repeat 0 0 / cover;
    height: 39px;
    width: 48px;
    position: absolute;
    left: 0px;
    top: -7px;
}

.guarantee .d-flex{
	justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.guarantee .title {
        font-size: 31px;
        max-width: 800px;
	}
	
    .guarantee .sub-title {
        font-size: 22px;
        max-width: 640px;
    }
	
	.guarantee ul {
        margin: 0px auto;
        width: 585px;
	}
	
    .guarantee li {
        font-size: 21px;
        padding-left: 50px;
    }
	
	.guarantee li:before {
		height: 31px;
		width: 38px;
		top: -6px;
	}
	
	.guarantee .h-highlight {
        font-size: 25px;
        letter-spacing: -0.5px;
        text-align: center;
        max-width: 640px;
        margin: 0px auto 20px auto;
	}
	
	.guarantee .d-flex {
		align-items: center;
		justify-content: center;
	}

	.guarantee .d-flex img {
        display: block;
        align-self: center;
        margin: 0px 20px;
        max-width: 290px;
    }
	
	.guarantee .d-flex > img{
		max-width: 200px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.guarantee{
		margin-bottom: 0px;
	}
	
	.guarantee .container{
		padding-top: 30px;
	}
	
	.guarantee .title {
		font-size: 32px;
		letter-spacing: -1px;
		line-height: 1.2em;
		text-align: center;
	}
	
	.guarantee .sub-title {
        font-size: 17px;
        line-height: 1.3em;
        max-width: 760px;
        margin-bottom: 20px;
    }
	
	.guarantee ul {
        margin: 0px auto 20px;
        width: 515px;
	}
	
	.guarantee li {
		font-size: 19px;
        margin-bottom: 10px;
        padding-left: 40px;
	}
	
	.guarantee li:before {
		height: 24px;
		width: 30px;
		top: 0;
	}
	
	.guarantee .h-highlight {
        font-size: 21px;
        letter-spacing: 0;
        text-align: center;
	}
	
    .guarantee .d-flex {
        align-items: center;
		justify-content: center;
        max-width: 400px;
        margin: 0px auto;
	}
	
	.guarantee .d-flex img {
        display: block;
		align-self: center;
        margin: 0px 20px;
        max-width: 200px;
    }
	
	.guarantee .d-flex img:first-of-type{
		max-width: 200px;
	}

}

@media screen and (max-width: 767px){
	
	.guarantee{
		margin-bottom: 0px;
	}
	
	.guarantee .container {
		padding: 20px 15px 15px 15px;
	}
	
	.guarantee .title {
		font-size: 27px;
		margin-bottom: 10px;
	}
	
	.guarantee .title span:not(.highlight){
		display: block;
	}
	
	.guarantee .sub-title {
		font-size: 15px;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	
	.guarantee .h-highlight {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.3em;
    }
	
	.guarantee ul {
		width: 100%;
	}
	
    .guarantee li {
        font-size: 15px;
        padding-left: 25px;
        letter-spacing: -0.5px;
        margin-bottom: 10px;
        line-height: 1.2em;
    }
	
	.guarantee li:before {
		height: 15px;
		width: 18px;
		left: 0px;
		top: 0px;
	}
	
	.guarantee .d-flex {
		justify-content: space-between;
		align-items: center;
	}
	
	.guarantee .d-flex img {
        display: block;
		align-self: center;
        margin: 0px auto;
        max-width: 100%;
        width: 100%;
    }
	
	.guarantee .d-flex img:first-of-type{
		max-width: 100%;
	}
	
}

/**/

/* Custom CSS for Masonry Layout */
.masonry-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px; /* adjust the negative margin to account for the gutter */
}

.masonry-item {
	margin-bottom: 20px;
	padding-left: 15px; /* adjust the padding to create the gutter */
	box-sizing: border-box;
}

.trust-pilot{
	padding: 40px 0px 40px 0px;
}

.trust-pilot .header{
	margin-bottom: 10px;
	text-align: center;
}

.trust-pilot .title{
	display: table;
	font-family: 'neue_montrealregular';
    font-size: 39px;
    letter-spacing: -0.5px;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-left: 65px;
    position: relative;
}

.trust-pilot .title:before {
    content: "";
    background: url(../images/trustpilot-star.png) no-repeat 0 0 / contain;
    height: 55px;
    width: 57px;
    position: absolute;
    top: -10px;
    left: 0px;
}

.trust-pilot .title strong {
    font-family: 'neue_montrealbold';
    font-weight: inherit;
}

.trust-pilot .header img{
	display: block;
	margin: 0px auto 40px auto;
}

.trust-pilot blockquote{
	background: #f8f5db;
	border-radius: 30px;
	margin: 0px 5px 15px 5px;
	padding: 40px 30px 40px 30px;
	position: relative;
}

/*.trust-pilot blockquote:before{
	content: "";
	background: url(/wp-content/uploads/2024/08/tp-quote.png) no-repeat 0 0/cover;
	height: 51px;
	width: 60px;
	position: absolute;
	top: -27px;
	left: 0px;
}*/

.trust-pilot blockquote h3 {
    font-size: 21px;
    margin-bottom: 10px;
    text-align: left;
}

.trust-pilot cite{
	font-family: 'neue_montrealmedium';
	font-size: 18px;
	font-style: normal;
}

.trust-pilot .tp-stars{
	margin-bottom: 20px;
}

.trust-pilot .vb{
	float: right;
	margin-top: 5px;
}

.trust-pilot .shop-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

.trust-pilot .shop-btn > a {
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 285px;
}

.trust-pilot .shop-btn small {
    font-family: 'neue_montrealmedium';
}

.trust-pilot .read-more{
    display: table;
    margin: 0px auto;
    border: solid 1px #777777;
    width: 400px;
    text-align: center;
    border-radius: 40px;
    padding: 10px;
    letter-spacing: 0.5px;
}

.trust-pilot .slick-prev{
	background: #de0e16;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	left: -40px;
}

.trust-pilot .slick-next{
	background: #de0e16;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    right: -40px;
}

.trust-pilot .slick-prev:before,
.trust-pilot .slick-next:before {
    font-size: 2rem;
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.trust-pilot {
		padding: 40px 50px 40px 50px;
	}
	
	.trust-pilot .title {
		font-size: 36px;
		margin-bottom: 10px;
	}
	
	.masonry-item.slick-slide {
    	margin-bottom: 10px;
	}

	.trust-pilot blockquote h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	
	.trust-pilot blockquote:before {
		height: 45px;
		width: 54px;
		top: -24px;
	}
	
}

@media screen and (min-width: 767px) and (max-width: 991px){

	.trust-pilot {
		padding: 40px 50px 40px 50px;
	}
	
	.trust-pilot .title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	.masonry-item.slick-slide {
    	margin-bottom: 10px;
	}

	.trust-pilot blockquote h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	
	.trust-pilot blockquote:before {
		height: 45px;
		width: 54px;
		top: -24px;
	}
	
}

@media screen and (max-width: 767px){
	
	.trust-pilot .masonry-grid.slick-slider {
		max-width: 100%;
		overflow: hidden;
	}

	.trust-pilot .masonry-item{
		margin-bottom: 10px;
		padding: 0px;
	}
	
	.trust-pilot .slick-prev:before, 
	.trust-pilot .slick-next:before {
		font-size: 1.5rem;
	}
	
	.trust-pilot .slick-next {
		right: -30px;
		height: 30px;
		width: 30px;
	}
	
	.trust-pilot .slick-prev {
		height: 30px;
		width: 30px;
		left: -30px;
	}
	
	.trust-pilot{
		padding: 30px;
	}
	
    .trust-pilot .title {
        font-size: 24px;
        margin-bottom: 10px;
        max-width: 255px;
        padding-left: 42px;
    }
	
	.trust-pilot .title:before {
		height: 35px;
		width: 36px;
		top: -6px;
		left: 0px;
	}
	
    .trust-pilot blockquote {
		border-radius: 20px;
        margin-bottom: 10px;
        padding: 30px 20px 30px 20px;
    }
	
	.trust-pilot blockquote:before{
		display: none;
	}
	
	.trust-pilot blockquote h3{
		margin-bottom: 10px;
		font-size: 21px;
		text-align: left;
	}
	
	.trust-pilot p{
		display: -webkit-box;
		font-size: 14px;
		line-height: 1.3em;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
	}
	
	.trust-pilot .vb{
		position: relative;
		top: 5px;
	}
	
	.trust-pilot .masonry-grid.slick-slider{
		margin-left: 0;
		overflow: visible;
	}
	
	.trust-pilot .tp-stars{
		margin-bottom: 15px;
		width: 100px;
	}
	
	.trust-pilot .slick-dots{
		bottom: 0;
	}
	
	.trust-pilot .slick-dots li button{
		border: solid 1px #a1a1a1;
	}
	
	.trust-pilot .slick-dots li button{
		background: transparent;
	}
	
	.trust-pilot .slick-dots li.slick-active button {
		background: #b3b3b3;
	}
	
	.trust-pilot cite {
		font-size: 14px;
		font-style: normal;
		text-transform: uppercase;
	}
	
}

/**/

/* Add style to hide extra text when collapsed */

.trust-pilot blockquote p,
.trust-pilot .truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Verdana', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7em;
}

.trust-pilot .read-more-text {
    color: #bb070e;
    cursor: pointer;
    font-size: 1em;
    text-decoration: underline;
}

/**/

.s16{
	margin-bottom: 30px;
}

.s16 .container{
	background: #efefef;
	padding: 30px;
}

.s16 .title {
    display: table;
	font-family: 'neue_montrealbold';
    font-size: 34px;
    text-align: left;
    margin-left: 0;
    position: relative;
}

.s16 .title:after {
    content: "";
    background: #000000;
    position: absolute;
    bottom: 0px;
    left: 0px;
	height: 4px;
    width: 100%;
    z-index: 1;
}

.s16 .title span {
    display: inline-block;
    border-bottom: solid 4px #d1000d;
    position: relative;
    z-index: 2;
}

.s16 .d-flex{
	flex-direction: column;
}

.s16 p{
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 0px;
}

.s16 a{
	display: block;
	color: #0067bf;
	font-family: 'Gilroy';
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 20px;
	word-wrap: break-word;
}

@media screen and (min-width: 992px){
	
	.s16 .d-flex{
		flex-direction: row;
	}
	
	.s16 .col-left{
		padding-right: 30px;
		width: calc(50% - 15px);
	}
	
	.s16 .col-right{
		width: calc(50% - 15px);
	}
	
	.s16 p, .s16 a {
        width: 100%;
        word-wrap: break-word;
        word-break: break-all;
    }
	
}

@media screen and (max-width: 767px){
	
	.s16 .container {
		padding: 15px;
	}
	
	.s16 .title {
		font-size: 21px;
	}
	
	.trust-pilot .read-more {
		display: table;
		border-radius: 10px;
		border: solid 2px #de0e16;
		color: #de0e16;
		letter-spacing: 0.5px;
		margin: 0px auto;
		text-align: center;
		padding: 10px;
		width: 300px;
	}
}
