		<p style="display:none;">
 <style>@charset "utf-8";
/* CSS Document */

  .CarouselSlide__image-gradient:before{background: none!important;}

	/*---------RESPONSIVE-----------*/
	
	#container-pb, #barry, #doubleBot, #progCont {
		/*max-width: 996px;*/
		margin: 0 auto;
		padding-bottom: 15px;
		padding-top: 15px;
		/*background-color: #f9f9f9; */
		color: #000;
		margin-top: -20px !important;
	}
	
	#container-pb *, #barry *, #doubleBot *, #progCont * {
    	box-sizing: border-box;
	}
	
	.row {
		display: block; /* Make the container element behave like a table */
		width: 100%; /* Set full-width to expand the whole page */
	}
	.row::after {
		content: "";
		clear: both;
		display: table;
	}
	
	.section {
		padding-left: 30px;
	}

	.heroShop {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 3px;
    margin: 5px 0px;
    display: inline-block;
    color: #252525;
}
	
	/*---------- UTILS -------------*/
	
	.textCenter {
		text-align: center;
	}
	
	.standardWidth {
		max-width: 996px;
		margin: 0 auto;
	}
	
	.addPad {
		padding-left: 35px;
		padding-right: 35px
	}
	
	.addPadBot {
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	
	/*.white {
		color: #fff!important;
	} */
	
	/*.black {
		color: #000!important;
	} */
	
	/*.flex-pb {
	  display: flex;
	  flex-wrap: wrap;
	} */
	
	/*.centerBut {
	  width: 100%;
	  display: block;
	  text-align: center;
	} */
	
	/*----------SMALL SCREENS MAX WIDTH 767px----------*/
	@media only screen and (max-width: 767px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
	.row {display: block;}
	[class*="col-"] {display: table-cell; float: left; /* Make elements inside the container behave like table cells */}
	}
	/*----------MEDIUM SCREENS MIN WIDTH 768px MAX WIDTH 995px-----------*/
	@media only screen and (min-width: 768px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	.row {display: block;}
	[class*="col-"] {display: table-cell; float: left; /* Make elements inside the container behave like table cells */}
	}
	/*----------LARGE SCREENS MIN WIDTH 996px----------*/
	@media only screen and (min-width: 996px) {
    /* For desktop: */
    .col-l-1 {width: 8.33%;}
    .col-l-2 {width: 16.66%;}
    .col-l-3 {width: 25%;}
    .col-l-4 {width: 33.33%;}
    .col-l-5 {width: 41.66%;}
    .col-l-6 {width: 50%;}
    .col-l-7 {width: 58.33%;}
    .col-l-8 {width: 66.66%;}
    .col-l-9 {width: 75%;}
    .col-l-10 {width: 83.33%;}
    .col-l-11 {width: 91.66%;}
    .col-l-12 {width: 100%;}
	.row {display: block;}
	[class*="col-"] {display: table-cell; /* Make elements inside the container behave like table cells */}
	.heightFix > [class*="col-"]{float: none;}
	}
	
	/*----------GUTTERS-----------*/
	@media only screen and (min-width: 768px) {
	[class*='col-'] {
	}
	}
	
	
	@media only screen and (max-width: 767px) {
	.textPadding {
		padding-bottom: 30px;
	}
	}
	
	/*----------RESONSIVE IMAGE----------*/
	#container-pb img {
		max-width: 100%;
		height: auto;
	}
	
	
	/*----------RESPONSIVE SLIDER----------*/
	.rslides {
		position: relative;
		list-style: none;
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.rslides li {
		-webkit-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%;
		left: 0;
		top: 0;
  	}

	.rslides li:first-child {
  		position: relative;
  		display: block;
  		float: left;
  	}

	.rslides img {
		display: block;
		height: auto;
		float: left;
		width: 100%;
		border: 0;
  	}
	
	.rslides_tabs {
	    background: #000;
    	font-size: 18px;
    	list-style: none;
    	margin: 0 auto 0px;
    	padding: 10px 0;
    	text-align: center;
    	width: 100%;
	}
	
	.rslides_tabs li:first-child {
    	margin-left: 0;
	}
	
	.rslides_tabs .rslides_here a {
    	background: #986f38;
    	color: #fff!important;
    	font-weight: bold;
	}
	
	.rslides_tabs a {
		width: auto;
		line-height: 20px;
		padding: 9px 20px;
		height: auto;
		background: transparent;
		display: inline;
		text-decoration: none;
    	font-family: "Trebuchet MS";
		font-weight: 100;
    	color: #f9f9f9;
	}
	
	.rslides_tabs li {
		display: inline;
		float: none;
		margin-right: 1px;
	}
	

	/*----------FONTS----------*/
	
	/*--EMPHASIS BOLD--*/
	#container-pb em, #barry em, #doubleBot em, #progCont em {
		font-weight: 800;
		font-style: normal;
	}
	
	#container-pb h1, #barry h1, #doubleBot h1, #progCont h1 {
		font-family: "Trebuchet MS";
		font-size: 35px;
		letter-spacing: 12px;
		line-height: 40px;
		text-transform: uppercase;
		font-weight: bold;
	}
	/*---TO VERTICAL ALIGN H1 IN HERO ADD THIS CLASS---*/
	.verticalCenter {
		display: table-cell;
		vertical-align: middle;
	}
	
	#container-pb h2 {
		font-family: "Trebuchet MS";
		font-size: 36px;
		letter-spacing: 8px;
		line-height: 48px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	#container-pb h3 {
		font-family: "Trebuchet MS";
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 24px;
		text-transform: uppercase;
		margin-bottom: 10px;
    	font-weight: bold;
	}
	
	#container-pb p{
		font-family: "Trebuchet MS";
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 32px;
		
	}
	
	#container-pb .p2, #barry .p2, #doubleBot .p2, #progCont .p2 {
		font-family: "Trebuchet MS";
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	#container-pb .p3 {
		font-family: "Trebuchet MS";
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	#container-pb .p4 {
		font-family: "Trebuchet MS";
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	#container-pb a, #barry a, #doubleBot a, #progCont a {
		color: #916a35;
		font-weight: bold;
	}
	
	/*---------MOBILE FONTS-----------*/
	@media only screen and (max-width: 767px) {
	#container-pb h1, #barry h1 {
		font-size: 38px;
		letter-spacing: 9px;
		line-height: 44px;
	}
	
	#container-pb h2, #barry h2 {
		font-size: 26px;
    	letter-spacing: 7px;
    	line-height: 35px;
	}
	
	#container-pb h3, #barry h3 {
		font-size: 14px;
    	letter-spacing: 3px;
    	line-height: 18px;
	}
	
	#container-pb .p3, #barry .p3 {
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 22px;
	}
	
	}
	/*---------END MOBILE FONTS--------*/
	
	
	
	
	/*-----BACKGROUND COLOURS-----*/
	.backPureBlack {
		background-color: #000000;
	}
	
	.backDarkerGrey {
		background-color: #6e6e6e;
	}
	
	.backDarkGrey {
		background-color: #757575;
	}
	
	.backGrey {
		background-color: #858585;
	}
	
	.backLightGrey {
		background-color: #f9f9f9;
	}
	
	.backPureWhite {
		background-color: #ffffff;
	}
	
	.backEspressoDarker {
		background-color: #916a35;
	}
	
	.backEspressoDark {
		background-color: #986f38;
	}
	
	.backEspressoLight {
		background-color: #807d3a;
	}
	
	.backCheckoutGreen {
		background-color: #3d8705;
	}
	
	/*----------BUTTONS----------*/
		/*----------BUTTONS----------*/
	.secondaryCta {
    font-family: "Trebuchet MS";
    font-size: 12px;
    letter-spacing: 1.5px;
    border-radius: 3px;
    height: 40px;
    background-color: transparent;
    color: #000000!important;
    border: 1px solid #000000;
    padding: 10px 50px 8px 50px;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
}

.secondaryCta:hover {
    background-color: #000000;
    color: #ffffff!important;
}


					

		</style>
</p>