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

.entry-content{
    margin: 0;
    padding-top: 40px;
}

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;
	top: 0.2em;
}

.sub-title sup{
    font-size: 0.8em;
	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: 16px;
		margin-bottom: 10px;
    }
	
}

@media (min-width: 1200px) {

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

}

@media (max-width: 767px) {

	p {
		font-size: 14px;
		line-height: 1.4em;
	}
	
}

/**/

.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;
}

/**/

.nav-area{
	padding-top: 20px;
}

/**/

.clickinfo {
	display: none;
	top: 0px;
	z-index: 999;
}

@media screen and (min-width: 1200px){
	
	.clickinfo {
		top: 35px;
		z-index: 999;
	}

}

@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{
	display:block;
    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 auto 2em;
}

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

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

@media screen and (max-width: 1199px){
	
	#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{
		margin-bottom: 20px;
		max-width: 90%;
	}

	.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;
	}
	
	.couponSplash .couponInfo{
		margin-bottom: 20px;
		max-width: 90%;
	}
	
	.couponInfo,
	.couponInfo p,
	.couponSplash .couponInfo p {
		font-size: 10px;
		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;
	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:31.5% 0 0 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: #ffffff;
	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: 100px;
		padding-bottom: 40px;
		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 .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: 110px 0px 20px 0px;
	}
	
	#hero .inner-wrap{
		width: 60%;
	}
	
	#hero .inner-wrap small {
		font-size: 10px;
	}
	
	#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: 680px;
	}
	
    #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: 0;
    }
	
	#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: -135px;
        bottom: 20px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	#hero {
        padding-top: 70px;
    }
	
	#hero .title {
        margin-bottom: 10px;
        font-size: 33px;
    }
	
	#hero .sub-title {
        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: 0px;
        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: 90px;
	}
	
	.logged-in #hero{
		padding-top: 85px;
	}
	
	#hero .container{
		padding: 0px 10px;
	}
	
    #hero .d-flex {
        flex-direction: column-reverse;
    }
	
	#hero .inner-wrap {
		display: flex;
		flex-direction: column;
	}
	
    #hero .title {
        font-size: 24px;
        max-width: 100%;
        margin-bottom: 10px;
        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 .sub-title {
        color: #ffffff;
        font-family: 'Helvetica Neue';
        font-weight: 900;
        font-size: 23px;
        letter-spacing: -0.5px;
		margin-bottom: 10px;
        order: 6;
    }
	
	#hero .inner-wrap ul {
        margin: 0px 10px 0px 0px;
		padding: 10px 0px 0px 0px;
		width: 55%;
		order: 4;
	}
	
    #hero ul li {
        font-family: 'neue_montrealmedium';
        font-size: 11px;
        letter-spacing: 0;
        margin-bottom: 5px;
        padding-left: 14px;
        line-height: 1em;
    }
	
    #hero ul li:before {
        top: 0px;
        width: 11px;
        height: 9px;
    }
	
	#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: row;
		padding-top: 0px;
	}
	
    #hero .video {
        order: 3;
        padding: 35.5% 0 0 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: 15px;
	}
	
	#hero .inner-wrap small {
		display: none;
	}
	
	#hero .shop-btn {
        margin-top: 10px;
        order: 5;
		width: 43%;
    }

}

/**/

@media screen and (max-width: 991px){
	
	.entry-content, .entry-summary, .page-content {
		margin: 0;
		padding-top: 0px;
	}
	
}

@media screen and (max-width: 767px){
	
	.entry-content, .entry-summary, .page-content {
		margin: 0;
		padding-top: 0px;
	}
	
}

.nav-area {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

#header{
	max-width: 1240px;
}

#header .d-flex{
    align-items: flex-start;
	justify-content: center;
}

#header .title{
    font-family: 'Helvetica Neue';
    font-weight: 900;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#header .title .highlight{
    display: inline-block;
}

#header .image {
    margin-right: -100px;
    position: relative;
    z-index: 2;
}

#header .inner-wrap{
	padding-top: 15px
}

#header .grey-box {
    background: #e5e5e5;
    font-family: 'Helvetica Neue';
    font-size: 31px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 15px;
    padding: 15px 15px 15px 0px;
    width: 460px;
    position: relative;
}

#header .grey-box:before{
    content: "";
	background: #e5e5e5;
    position: absolute;
    left: -50%;
    top: 0px;
    height: 100%;
    width: 50%;
    z-index: 1;
}

#header .red-box {
    background: #c32930;
    color: #ffffff;
    font-family: 'Gilroy';
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3em;
    padding: 15px 15px 15px 70px;
    width: 100%;
    position: relative;
}

#header .red-box:before {
    content: "";
    background: url(../images/white-arrow.png) no-repeat 0 0;
    position: absolute;
    left: 10px;
    top: 13px;
    height: 66px;
    width: 49px;
    z-index: 1;
}

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

	#header .title{
		font-size: 33px;
		margin-bottom: 15px;
	}

	#header .image{
		margin-right: -70px;
	}

}

@media screen and (max-width: 991px){
	
    #header .title {
        font-size: 27px;
        line-height: 1.2em;
        max-width: 500px;
        margin-bottom: 10px;
        padding: 10px 0px 0px 0px;
    }
	
    #header .title .highlight {
		display: block;
        padding: 0px;
    }
	
    #header .image {
        margin-right: -30px;
        position: relative;
        z-index: 2;
        width: 250px;
    }
	
    #header .red-box {
        background: #c32930;
        color: #ffffff;
        font-family: 'Gilroy';
        font-size: 23px;
        font-weight: 800;
        line-height: 1.3em;
        margin: 55px auto 30px auto;
        padding: 15px 15px 15px 70px;
        width: 450px;
        position: relative;
        left: -105px;
    }
	
}

@media screen and (max-width: 767px){
	
	#header .title {
		font-size: 16px;
		letter-spacing: -1px;
		line-height: 1.1em;
		margin-bottom: 3px;
		margin-left: -43px;
		max-width: 200px;
		padding-top: 0;
	}
	
    #header .inner-wrap {
        margin-left: 0px;
        padding-top: 0px;
        width: 175px;
    }
	
    #header .image {
        margin-right: -45px;
        width: 170px;
    }
	
    #header .image img {
		max-width: 116px;
		margin-left: -10px;
		margin-top: 2px;
    }
	
	#header .title .highlight{
		padding: 0px;
	}
	
	#header .grey-box {
		background: #e5e5e5;
		font-family: 'Helvetica Neue';
		font-size: 12px;
		line-height: 1em;
		margin-bottom: 15px;
		margin-left: -35px;
		padding: 5px 25px 5px 0px;
		width: 175px;
		position: relative;
	}
	
	#header .grey-box:before {
		content: "";
		background: #e5e5e5;
		position: absolute;
		left: -42%;
		top: 0px;
		height: 100%;
		width: 45%;
		z-index: -1;
	}

	#header .red-box {
        background: #c32930;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.1em;
        margin: 15px auto 15px auto;
        padding: 5px 40px 5px 40px;
        width: 260px;
        position: relative;
        left: -120px;
        text-align: center;
	}
	
	#header .red-box:before {
        background-size: cover;
        left: 20px;
        top: 3px;
        height: 25px;
        width: 19px;
	}
	
	#header .red-box:after {
        content: "";
        background: url(../images/white-arrow.png) no-repeat 0 0 / cover;
        height: 25px;
        width: 19px;
        position: absolute;
        right: 20px;
        top: 3px;
        z-index: 1;
	}
	
}

#store-options, 
.page-cart #store-options {
    background: transparent;
	color: #000000;
    font-family: 'neue_montrealmedium';
    font-size: 17px;
    font-weight: inherit;
    margin-bottom: 0;
	padding: 0;
    position: relative;
}

#store-options:after {
    content: "";
    background: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0%);
    z-index: 1;
}

#store-options * {
    font-size: 14px;
    font-weight: inherit;
    font-family: 'neue_montrealbold';
    text-transform: uppercase;
}

#store-options .container{
	position: relative;
	z-index: 2;
}

#store-options .currencySelect{
	margin-left: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#store-options, .page-cart #store-options{
		margin-bottom: 15px;
	}

}

@media screen and (max-width: 991px){
	
	#store-options, .page-cart #store-options {
		font-size: 17px;
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width: 767px){
	
	#store-options, .page-cart #store-options {
		font-size: 17px;
		margin-bottom: 10px;
	}
	
}

#product-packages > .container > .d-flex{
	margin: 0px auto 30px;
	width: 800px;
}

#product-packages .col{
	text-align: center;
}

#product-packages > .container > .d-flex p{
	color: #ffffff;
}

#product-packages .col img{
	display: block;
	margin: 0px auto 20px auto;
}

#product-packages .col:first-of-type img{
	margin-top: 10px;
}

#product-packages .col:last-of-type img{
	margin-bottom: 9px;
}

#product-packages .alert-message{
	background: #fbf30c;
    font-family: 'neue_montrealmedium';
    letter-spacing: 0.5px;
    margin: 0px auto 30px;
    padding: 10px 20px;
    max-width: max-content;
    text-align: center;
    text-transform: uppercase;
}

#product-packages .alert-message strong{
	background: #fbf30c;
	font-family: 'neue_montrealbold';
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

/* Packages */

.currency{
	position: relative;
	z-index: 2;
}

/* HDP */

.hdpWrap .pp-title {
    padding-top: 10px;
    padding-bottom: 20px;
	max-width: none;
    width: 100%;
}

@media screen and (min-width: 992px){
	
	.left-col{
		width: 100%;
	}

	.hdpWrap .pp-title{
        background: #000000;
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 20px;
	}
	
	.hdp-toggle-switch-container{
		padding: 7px 0px 7px 0px;
	}

	.hdpWrap .wordplugHdpToggle{
		background: #000000;
		color: #1a1a1a;
	}

	.hdpWrap .pp-title span {
        color: #ffffff;
    }

	.hdpWrap .btn-toggle.active {
		background-color: #de0e16;
	}
	
	.hdp-rightLabel{
		color: #ffffff;
	}
	
	.hdp-rightLabel .highlight{
		color: #ffffff;
	}

	.hdp-leftLabel{
		color: #ffffff;
	}
	
	.pp-entry.qty-1.hdpWrap .pp-body > div{
		padding: 0px;
		width: 100%;
	}

	.hdpWrap .wordplugHdpToggle{
		background: #000000;
		color: #1a1a1a;
	}

	.hdpWrap .btn-toggle.active {
		background-color: #de0e16;
	}

}

@media screen and (max-width: 991px) {
	
	.pp-entry .hdp-toggle-switch-container{
		padding-top: 5px;
		padding-left: 10px;
		width: 100%;
	}
	
	.pp-entry .btn-toggle.btn-sm {
		margin: 0 0.2rem;
		padding: 0;
		height: 1.33rem;
	}
	
	.pp-entry .btn-toggle.btn-sm>.handle,
	.pp-entry .btn-toggle.btn-sm.active>.handle{
		width: 1rem;
		height: 1rem;
	}
	
	.hdpWrap .wordplugHdpToggle{
		background: #ffffff;
		color: #1a1a1a;
	}
	
	.pp-entry .btn-toggle.active{
		background-color: #de0e16;
	}
	
	.btn-toggle.btn-sm:focus, 
	.btn-toggle.btn-sm:focus.active{
		box-shadow: none;
	}
	
	.pp-body .hdp-toggle-label {
    	padding: 3px 5px 3px 5px;
	}
	
	.pp-body .hdp-leftLabel,
	.pp-body .hdp-rightLabel{
        color: #000000;
        font-family: 'neue_montrealmedium';
        font-size: 12px;
        font-weight: normal;
	}
	
	.pp-body .hdp-rightLabel .highlight{
		background: #f1f22c;
		border-radius: 30px;
    	padding: 3px 5px;
	}
	
    .qty-6 .button:after {
        content: "";
        background: url(../images/hand-pointer.png) 0 0 / cover no-repeat;
        position: absolute;
        top: 5px;
        right: -8px;
        height: 30px;
        width: 30px;
    }
	
}

@media screen and (max-width: 767px) {
	
	.pp-body .hdp-leftLabel,
	.pp-body .hdp-rightLabel{
		font-size: 10px;
	}
	
	.hdpWrap .pp-title{
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	.qty-6 .button:after {
		top: 5px;
		right: -5px;
		height: 20px;
		width: 20px;
	}
	
}

@media (min-width: 992px) {
	
	#product-packages {
		background: url(../images/pattern-bg.png) no-repeat center 0/cover #131313;
		max-width: 100%;
		padding: 50px 0px 40px 0px;
	}

	#product-packages .title{
		color: #ffffff;
		font-size: 46px;
		text-align: center;
	}
	
	.pp-title span, .pp-title span{
		font-family: 'Gilroy';
	}

	#product-packages .header p{
		color: #ffffff;
		font-size: 21px;
		margin-bottom: 30px;
		text-align: center;
	}

	#product-packages .container{
		max-width: 1170px;
		margin: 0px auto 0px auto;
	}

	.pp-entries{
		align-items: center;
		padding-top: 20px;
		padding-bottom: 5px;
	}

	.pp-wrap {
	  max-width: 390px;
	  text-align: center;
	  margin: 0 auto;
	  position: relative;
	}

	.pp-wrap:before {
	  content: "";
	  background: #454545;
	  bottom: 0;
	  width: 30px;
	  left: 15px;
	  position: absolute;
	  height: calc(100% - 68px);
	}

	.pp-wrap:after {
		content: "";
		position: absolute;
		height: calc(100% + 10px);
		width: calc(100% + 10px);
		background: #454545;
		bottom: 0;
		left: 0;
		clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 25px);
	}

	.qty-6 .pp-wrap:after{
		background: #de0b14;
	}

	.pp-body{
		border-top: none;
		border-right: none;
	}

	.pp-header .promo-header {
		background: #88c377;
		margin-left: 0px;
		margin-right: auto;
		clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
		color: #ffffff;
		font-family: 'neue_montrealbold';
		font-size: 21px;
		padding: 10px 0px 10px 0px;
	}

	.qty-3 .pp-header{
		margin-top: -21px
	}

	.qty-6 .pp-header{
		margin-top: -10px
	}

	.pp-header h4 {
		font-family: "Uniform ExtCond";
		font-size: 32px;
		text-transform: uppercase;
		line-height: 42px;
		color: #fff;
		padding: 18px 0 12px;
		margin-bottom: -3px;
	}

	.pp-body {
		border-left: 3px solid #454545;
		border-bottom: 3px solid #454545;
		position: relative;
		z-index: 2;
		clip-path: polygon(32px 0%, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
	}

	.package .linethrough{
		position: relative;
	}

	.package .linethrough:before {
		content: "";
		background: red;
		position: absolute;
		top: 50%;
		left: 2px;
		height: 2px;
		width: 100%;
		transform: rotate(-20deg);
	}

	.pp-body > div {
	  position: relative;
	  background-color: #fff;
	  z-index: 1;
	}

	.pp-entry.qty-1 .pp-img{
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.pp-title {
		color: #1a1a1a;
		font-family: 'Gilroy';
		font-weight: 800;
		font-size: 23px;
		max-width: 160px;
		margin-left: auto;
		margin-right: auto;
		padding: 25px 0;
		text-align: center;
	}

	.pp-title span{
		display: block;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.promo-bonus .promo-message {
		background: #88c377;
		position: relative;
		color: #ffffff;
		font-family: 'neue_montrealbold';
		font-size: 21px;
		line-height: 1em;
		margin: 10px auto 15px;
		padding: 10px 0px 10px 0px;
		overflow: hidden;
	}

	.qty-1 .pp-title span {
	  display: block;
	}

	.pp-title span {
	  color: #de0b14;
	}

	.pp-img {
	  margin-bottom: 0px;
	}

	.pp-retail {
		color: #1a1a1a;
		font-size: 16px;
	}

	.pp-retail span {
		  text-decoration: line-through;
	}

	.pp-savings {
		color: #ff0008;
		font-size: 28px;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.pp-sale {
		font-family: 'Gilroy';
		font-size: 42px;
		font-weight: 800;
		line-height: 110%;
	}

	.pp-sale small {
		font-size: 45%;
		font-weight: 700;
		letter-spacing: 0px;
		text-transform: uppercase;
	}

	.pp-contents {
	  font-size: 18px;
	  text-transform: uppercase;
	}

	.pp-contents span {
	  font-weight: 800;
	}

	.total-wrap{
		font-family: 'Gilroy';
		font-size: 24px;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	.total-wrap .leh_price{
		font-family: 'Gilroy';
	}

	.pp-body .cc{
		display: block;
		margin: 10px auto 20px auto;
		max-width: 80%;
	}

	.pp-btn-wrap {
	  margin: 10px 0px 20px 0px;
	}

	.pp-btn-wrap .btn-primary:not(:disabled):not(.disabled).active, 
	.pp-btn-wrap .btn-primary:not(:disabled):not(.disabled):active, 
	.pp-btn-wrap .show > .btn-primary.dropdown-toggle, 
	.pp-btn-wrap a.btn-primary, 
	.pp-btn-wrap a.btn-primary:visited {
		position: relative;
		color: #fff;
		font-size: 18px;
		line-height: 1em;
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
		text-decoration: none;
		background: #de0e16;
		border-radius: 30px;
		border: none;
		transition: none;
		padding: 20px 60px;
	}

	.qty-6 .button:after {
		content: "";
		background: url(../images/hand-pointer.png) 0 0/cover no-repeat;
		position: absolute;
		top: 10px;
		right: -25px;
		height: 67px;
		width: 67px;
	}

	.extra-1 {
		font-family: 'Gilroy';
		font-size: 19px;
		line-height: 100%;
		max-width: 230px;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.qty-2 .pp-wrap:before,
	.qty-2 .pp-header,
	.qty-2 .pp-wrap:after {
	  background: #de0e16;
	}

	.qty-2 .pp-body {
	  border: 3px solid #de0e16;
	}

	span.cur-symbol {
	  font-size: 70%;
	}

	.pp-entry {
	  margin: 0 10px 20px;
	  padding-bottom: 20px;
	}

	#product-packages .slick-next:before,
	#product-packages .slick-prev:before {
		line-height: 1;
		opacity: 1;
		color: #fffc00;
		text-shadow: none;
		background: #111;
		border-radius: 100px;
		width: 48px;
		display: block;
		position: absolute;
	}

	#product-packages .slick-dots {
	  bottom: -20px;
	}

	#product-packages .slick-next {
	  right: 50px;
	  z-index: 9;
	}

	#product-packages .slick-prev {
	  left: 20px;
	  z-index: 9;
	}

	.sezzle-object > span{
		font-size: 15px;
		font-weight: 400;
        line-height: 1em;
	}
	
	.sezzle-object img{
		display: inline-block;
		margin-left: 5px;
		width: 90px;
	}

	.qty-1{
		order: 1;
	}
	
	.qty-3{
		order: 3;
	}
	
	.qty-6{
		order: 2;
	}
	
	.qty-1 .pp-img img{
		margin-bottom: 0px;
		max-width: 90%;
	}

	.qty-3 .pp-img img{
		max-width: 90%;
	}

	.qty-6 .pp-img img{
		max-width: 90%;
	}
	
	.pp-title {
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width: 1200px) {
	
	.pp-sale{
		font-size: 65px;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px){
	
	#product-packages {
		border-top: none;
		max-width: 100%;
		margin-top: 0;
		padding: 40px 30px 0px 20px;
	}
	
	#product-packages .title {
		font-size: 36px;
		text-align: center;
	}
	
	.pp-entry {
		margin: 10px 0px 20px;
		padding-bottom: 0px;
	}
	
	.qty-3 .value-label{
		background: #0000ff;
		color: #ffffff;
		font-family: 'Gilroy';
		font-size: 27px;
		font-weight: 900;
		padding: 10px;
		text-transform: uppercase;
	}
	
	.qty-6 .value-label{
		background: #1dcc00;
		color: #ffffff;
		font-family: 'Gilroy';
		font-size: 27px;
		font-weight: 900;
		padding: 10px;
		text-transform: uppercase;
	}
	
	.pp-title span {
		font-size: 38px;
		line-height: 1.1em;
	}
	
	.pp-sale {
		font-size: 46px;
		line-height: 1em;
	}
	
	.pp-entries {
		border-top: none;
		padding-top: 10px;
	}
	
	.sezzle-object span{
		font-size: 14px;
	}
	
	.sezzle-object img{
		width: 90px;
	}
	
	.promo-bonus .promo-message{
		font-size: 17px;
	}
	
}

@media (min-width: 1200px) {

	.pp-title {
        font-size: 26px;
        letter-spacing: -0.5px;
        max-width: 100%;
        padding: 20px 0px 10px 0px;
        text-transform: none;
        line-height: 1.2em;
    }
	
	.qty-6 .pp-title{
        padding-bottom: 30px;
        padding-top: 25px;
	}

	.pp-entry {
		margin: 0;
		padding-bottom: 0;
	}
	
	.qty-3 .value-label{
		background: #0000ff;
		color: #ffffff;
		font-family: 'Gilroy';
		font-size: 30px;
		font-weight: 900;
		padding: 15px;
		text-transform: uppercase;
	}
	
	.qty-6 .value-label{
		background: #1dcc00;
		color: #ffffff;
		font-family: 'Gilroy';
		font-size: 30px;
		font-weight: 900;
		padding: 15px;
		text-transform: uppercase;
	}

	.pp-title span {
		font-size: 40px;
		margin-bottom: 5px;
	}
	
	.qty-1 .pp-title span {
		display: inline-block;
	}
	
	.pp-entry.qty-1 .pp-img {
		margin-top: 20px;
		margin-bottom: 40px;
	}

}

@media (max-width: 991px) {
	
	#store-options {
		margin-bottom: 50px;
	}
	
	#store-options *{
		font-size: 9px;
		margin-left: 5px;
	}
	
	#store-options .currencySelect{
		font-size: 9px;
		padding: 3px 8px;
	}
	
	.page-cart .package{
		margin-bottom: 15px;
		position: relative;
	}
	
	.pp-body {
        border-left: 3px solid #454545;
        border-bottom: 3px solid #454545;
        position: relative;
        z-index: 2;
        clip-path: polygon(32px 0%, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
    }
	
	.qty-1 .pp-body > div:not(.hdp-slider):not(.wordplugHdpExtra){
		min-height: 120px;
	}
	
	.pp-body > div:not(.hdp-slider):not(.wordplugHdpExtra) {
		align-items: center;
		justify-content: center;
        background-color: #fff;
		min-height: 150px;
		padding: 7px 15px 7px 15px;
		position: relative;
        z-index: 1;
    }
	
	.pp-wrap {
        max-width: 390px;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }
	
	.pp-wrap:before {
        content: "";
        position: absolute;
        height: calc(100% + 1px);
        width: calc(100% + 1px);
        background: #454545;
        bottom: 0;
        left: 0;
        clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 25px);
    }
	
    .pp-wrap:after {
        content: "";
        position: absolute;
        height: calc(100% + 11px);
        width: calc(100% + -11px);
        background: #454545;
        bottom: -10px;
        left: 12px;
        clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 25px);
    }
	
    .package .left-col {
        width: 50%;
        padding-right: 10px;
    }
	
	.package .right-col{
		width: 40%;
	}

	#product-packages {
		border-top: none;
		max-width: 1300px;
		margin: 0px auto 0px auto;
		padding: 40px 0px 0px 0px;
	}
	
	#product-packages .container {
		padding: 0;
	}
	
	#product-packages > .container > .d-flex{
		width: 100%;
	}
	
	#product-packages .right-col{
		text-align: center;
	}
	
	#product-packages .title{
        font-size: 35px;
        max-width: 640px;
        margin: 0px auto 15px auto;
	}
	
    .qty-3 .value-label {
        background: #0000ff;
		clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
        color: #ffffff;
		font-family: 'Gilroy';
		font-weight: 800;
		font-size: 13px;
        line-height: 1em;
        text-transform: uppercase;
        padding: 7px 14px;
        position: absolute;
        z-index: 10;
        left: 40px;
        top: -15px;
    }
	
	.qty-6 .value-label{
		background: #1dcc00;
		clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
		color: #ffffff;
		font-family: 'Gilroy';
		font-weight: 800;
		font-size: 13px;
		line-height: 1em;
		text-transform: uppercase;
		padding: 7px 14px;
		position: absolute;
        z-index: 10;
        left: 50px;
        top: -15px;
	}
	
	.bonus .d-flex {
		flex-direction: column;
	}
	
	.bonus .left-col{
		margin-bottom: 20px;
	}
	
	.bonus .title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.bonus h3{
		font-size: 28px;
	}
	
	.bonus h4{
		font-size: 21px;
	}
	
	.bonus .price {
		font-size: 28px;
	}
	
    .pp-title {
        font-family: 'neue_montrealbold';
        font-size: 17px;
        font-weight: 900;
        line-height: 1.1em;
		margin-bottom: 5px;
		max-width: none;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
	
	.pp-title span {
		color: #de0b14;
        font-size: 19px;
        font-family: 'neue_montrealbold';
        font-weight: 900;
        line-height: 1em;
        text-transform: uppercase;
	}
	
	.pp-entries {
        border-top: none;
        flex-direction: column;
        margin: 0px auto;
		padding-top: 0;
	}
	
	.pp-entry {
		position: relative;
        left: -5px;
        max-width: 360px;
        margin: 0px auto 20px auto;
		padding-bottom: 20px;
        width: 100%;
	}
	
	.pp-img {
		margin-bottom: 0;
	}
	
    .pp-sale {
		font-family: 'neue_montrealbold';
        font-size: 37px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
    }
	
	.pp-sale .h4{
        font-size: 15px;
		letter-spacing: 0;
        margin-left: 0px;
	}
	
	.pp-body .total-wrap{
        font-family: 'neue_montrealbold';
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 0px;
		text-transform: uppercase;
	}
	
	.pp-body .linethrough{
		display: inline-block;
		position: relative;
	}
	
	.pp-body .linethrough:after{
		content: "";
		display: block;
		background: #de0e16;
		height: 2px;
		position: absolute;
		top: 13px;
		left: 50%;
		margin-left: -13px;
		transform: rotate(-30deg);
		width: 28px;
	}
	
	.pp-btn-wrap {
		margin: 0px auto 0px auto;
	}
	
	.total-wrap .leh_price{
		color: #de0e16;
	}
	
	.sezzle-object{
		padding-bottom: 10px;
		text-align: center;
	}
	
	.sezzle-object span{
		display: block;
        font-family: 'neue_montrealmedium';
        font-size: 13px;
        font-weight: inherit;
	}
	
	.sezzle-object img{
		margin-left: 5px;
		width: 70px;
		margin-top: -2px;
	}

	.extra-1 {
		font-family: 'neue_montrealbold';
        font-size: 10px;
		line-height: 1em;
        margin: -5px auto 0px auto;
        padding-bottom: 0;
	}

	.qty-1{
		margin-bottom: 30px;
		order: 1;
	}

	.qty-3{
		order: 2;
	}

	.qty-6{
		order: 3;
	}
	
	.pp-btn-wrap .btn-primary:not(:disabled):not(.disabled).active, .pp-btn-wrap .btn-primary:not(:disabled):not(.disabled):active, .pp-btn-wrap .show > .btn-primary.dropdown-toggle, .pp-btn-wrap a.btn-primary, .pp-btn-wrap a.btn-primary:visited {
        display: block;
        background: #de0e16;
        border-radius: 5px;
        border: none;
        color: #ffffff;
        font-size: 12px;
        line-height: 1em;
        text-transform: uppercase;
        font-weight: 800;
		letter-spacing: 0px;
        text-align: center;
        text-decoration: none;
        transition: none;
        margin: 10px auto 0px auto;
        padding: 10px;
        position: relative;
    }

}

@media (max-width: 767px) {
	
	.qty-1 .pp-body > div:not(.hdp-slider):not(.wordplugHdpExtra) {
		justify-content: flex-start;
		min-height: 105px;
		padding-top: 0;
	}
	
	.pp-body > div:not(.hdp-slider):not(.wordplugHdpExtra) {
		justify-content: flex-start;
        min-height: 110px;
    	padding: 10px 15px 7px 15px;
	}
	
	.page-cart .package{
		margin-bottom: 10px;
	}
	
	.package .right-col {
		width: 30%;
	}
	
	.package .left-col {
		padding-right: 10px;
		width: 60%;
	}
	
	.pp-title {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.pp-title span {
		font-size: 16px;
	}
	
	.pp-sale {
		font-size: 21px;
	}
	
	.pp-sale .h4 {
		font-size: 11px;
		padding-left: 3px;
	}
	
	.pp-body .total-wrap {
		font-size: 12px;
	}
	
	.qty-3 .value-label{
		font-size: 12px;
		padding: 5px 12px;
	}
	
	.qty-6 .value-label{
		font-size: 12px;
		padding: 5px 12px;
	}
	
	.pp-btn-wrap .btn-primary:not(:disabled):not(.disabled).active, .pp-btn-wrap .btn-primary:not(:disabled):not(.disabled):active, .pp-btn-wrap .show > .btn-primary.dropdown-toggle, .pp-btn-wrap a.btn-primary, .pp-btn-wrap a.btn-primary:visited {
		font-size: 11px;
		padding: 7px 10px;
		border-radius: 3px;
	}
	
	.extra-1{
		font-size: 10px;
	}
}

/**/

.payment-types{
    padding: 20px 0px 20px 0px;
	text-align: center;
}

.payment-types img {
    margin: 0px 5px;
    max-width: 130px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.payment-types {
		display: flex;
		justify-content: center;
	}
	
	.payment-types img {
		align-self: center;
		margin: 0px 3px;
		width: 80px;
	}
	
}

@media (max-width: 991px) {
	
	.payment-types {
		display: flex;
		justify-content: center;
		padding-bottom: 15px;
        padding-top: 0px;
	}
	
	.payment-types img {
		align-self: center;
		margin: 0px 3px;
		width: 40px;
	}
	
}


/**/

.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 .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: 14px;
        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%;
	}
	
}

/**/

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

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

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

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

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

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

.studies 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){
	
	.studies .d-flex{
		flex-direction: row;
	}
	
	.studies .col-left{
		padding-right: 30px;
		width: calc(50% - 15px);
	}
	
	.studies .col-right{
		width: calc(50% - 15px);
	}
	
	.studies p, .studies a {
        width: 100%;
        word-wrap: break-word;
        word-break: break-all;
    }
	
}

@media screen and (max-width: 767px){
	
	.studies .container {
		padding: 15px;
	}
	
	.studies .title {
		font-size: 21px;
	}
	
}


.m-icons {
	display: block;
	margin: 0px auto 20px auto;
    max-width: 480px;
	width: 90%;
}