<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------*/
#BoosterBox  {
	width: 100%;
	max-width: 1250px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;

	font-size: 14px;
	text-align:center;
}

#BoosterBox #MyCitation {
	margin-top: 60px;
	font-size: 0;

}

#BoosterBox  .MyBlock {
	width: 100%;
	display: block;
	position: relative;
}
@media only screen and (max-width:761px) {
	
#BoosterBox #MyCitation {
		margin-top: 0px
}
}

#BoosterBox #MyCitation h3 {
  color: #fd6b0d;
  font-family: ClarinsRegular;
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
  margin: 0 0 25px;
  text-align: left;
}
@media only screen and (max-width:761px) {
#BoosterBox #MyCitation h3 {
  text-align: center;
}


}
#BoosterBox #MyCitation .InlineBlock {
	display: inline-block;
	max-width: 706px;
	width: 65%;
	margin: 0px;
	vertical-align: middle;
	position:relative;
}
@media only screen and (max-width:1249px) {
#BoosterBox #MyCitation .InlineBlock {
	width:50%;

}	
}
@media only screen and (max-width:761px) {
#BoosterBox #MyCitation {
	padding-bottom:230px;
}
#BoosterBox #MyCitation .InlineBlock:first-child {
	width:100%;
	position:absolute;
	bottom:20px;
	left:0;

}
#BoosterBox #MyCitation .InlineBlock:first-child img{
	max-width:100%;
	width:320px;
}	
}
#BoosterBox #MyCitation .InlineBlock:last-child {
	padding:0px;
	width:35%;
	max-width:410px;
}
@media only screen and (max-width:1249px) {
#BoosterBox #MyCitation .InlineBlock:last-child {
	  width: calc(50% - 40px);
}	
}
@media only screen and (max-width:761px) {
#BoosterBox #MyCitation .InlineBlock:last-child {
  margin-top: 100px;
  max-width: 761px;
  width: calc(100% - 40px);
}
}
#BoosterBox #MyCitation .InlineBlock:last-child::before {
  background-image: url("routine-deco.png");
  content: " ";
  height: 91px;
  position: absolute;
  right: 0;
  top: -91px;
  width: 260px;
}
@media only screen and (max-width:761px) {
	
#BoosterBox #MyCitation .InlineBlock {
	display: block;
	max-width: 625px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}

#BoosterBox #MyCitation .InlineBlock p.citation strong{
	display:block;
		font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
		font-weight:normal;
}

#BoosterBox #MyCitation .InlineBlock p.citation {
  font-family: "Gotham SSm book A","Gotham SSm book B",Gotham,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}

@media only screen and (max-width:761px) {
	#BoosterBox #MyCitation .InlineBlock p.citation {
  text-align: center;
}


}
#BoosterBox #MyCitation .InlineBlock p.citation span {
	position: relative;
}
#BoosterBox #MyCitation .InlineBlock p.citation span::before {
	content: "â€œ";
	font-size: 200px;
	color: #00afab;
	position: absolute;
	height: 200px;
	line-height: 200px;
	text-align: right;
	right: calc(100% + 10px);
	top: -50px;
	
}
@media only screen and (max-width:761px) {
	

#BoosterBox #MyCitation .InlineBlock p.citation span::before {
  color: #00afab;
  content: "â€œ";
  display: inline-block;
  font-size: 150px;
  height: 50px;
  line-height: 100px;
  margin-left: -40px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  right: auto;
  text-align: right;
  top: auto;
  width: 80px;
}
}

#BoosterBox #MyCitation .InlineBlock img {
	max-width: 100%;
}

/*-----------------------------------------*/

#BoosterBox #MyRoutine {
	text-align: center;
	width: 2000px;
	margin-left: -375px;
	background-color: #faf8f8;
	padding-bottom: 50px;
	padding-top: 50px;
	background-image: url(background-routine.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	

}
@media only screen and (max-width:1249px) {
#BoosterBox #MyRoutine {
	width:100%;
	margin-left: 0px;
	
}
}
@media only screen and (max-width:761px) {
#BoosterBox #MyRoutine {
  background-position: center top;
  background-size: 1200px auto;
  margin-left: 0;
  padding-bottom: 20px;
  width: 100%;
}
}
#BoosterBox #MyRoutine h2 {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
}
@media only screen and (max-width:761px) {
	#BoosterBox #MyRoutine h2 {
		padding-bottom:10px;
	}
}
#BoosterBox #MyRoutine p {
	color: #FFF;
	font-size: 16px;
	max-width: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
@media only screen and (max-width:1023px) {
	#BoosterBox #MyRoutine p {
	font-size: 14px;
	}
}
@media only screen and (max-width:761px) {
	#BoosterBox #MyRoutine p {
	margin-top:0;
	}
}
#BoosterBox #MyRoutine .wrapper {
	background-color: #87d5ba;
	padding-top: 60px;
	position: relative;
	display: block;
}
@media only screen and (max-width:1023px) {
	#BoosterBox #MyRoutine .wrapper {
		padding: 20px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
}
@media only screen and (max-width:761px) {
	#BoosterBox #MyRoutine .wrapper {
		padding: 10px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
}
#BoosterBox #MyRoutine .routine {
background-color: #fff;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
max-width: 1110px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
position: relative;
	
}
@media only screen and (max-width:1249px) {
	#BoosterBox #MyRoutine .routine {
	max-width: 900px;

 
}

}
@media only screen and (max-width:761px) {
	#BoosterBox #MyRoutine .routine {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
	padding-left: 0px;
	padding-right: 0px;
 
}

}

@media only screen and (max-width:761px) {
	#BoosterBox #MyRoutine .jcarousel {
	margin-top:0;
}
}

#BoosterBox #MyRoutine .routine h3 {
	margin: 0;
	padding: 40px;
	color: #fd6b0d;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: normal;
	text-transform:uppercase;
}

@media only screen and (max-width:761px) {
	#BoosterBox #MyRoutine .routine h3 {

	padding: 20px;

}
}
/*#BoosterBox #MyRoutine .routine h4 {
	margin: 0;
	padding: 0;
	color: #be0f34;
	font-size: 20px;
	line-height: 1em;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	padding-top: 25px;
	position: absolute;
	bottom: 248px;
	width: 100%;
	left: 0;
}*/
#BoosterBox #MyRoutine .routine h4 {
	margin: 0;
	padding: 0;
	color: #be0f34;
	font-size: 20px;
	line-height: 1em;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	padding-top: 25px;
	position: absolute;
	/*bottom: 248px;*/
	width: 100%;
	left: 0;
}
@media only screen and (max-width:761px) {
#BoosterBox #MyRoutine .routine h4 {
	
	padding-top: 25px;
	position: relative;
	bottom: auto;
	left: auto;
}
}
#BoosterBox #MyRoutine .routine li {
	display: inline-block;
	width: 300px;
	vertical-align: bottom;
	position: relative;
	min-height: 400px;
	margin: 0px;
	border:0px solid;
	
}

@media only screen and (max-width:761px) {
	#BoosterBox #MyRoutine .routine li {
	margin:0;
		padding-top:0;
		min-height: 0;
		
}
}
#BoosterBox #MyRoutine .routine li p.text {
	margin: 0;
	padding: 20px;
	padding-top: 70px;
	padding-bottom: 0px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	min-height: 112px;
}
@media only screen and (max-width:761px) {
#BoosterBox #MyRoutine .routine li p.text {
	min-height: 0px;
	padding-top: 20px;
}
}
#BoosterBox #MyRoutine .routine li p.price {
  color: #000;
  font-family: "Gotham SSm book A","Gotham SSm book B",Gotham,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 auto;
  padding: 0;
}
#BoosterBox #MyRoutine .routine li .btn-link {
	margin-top: 15px;
}
#BoosterBox #MyRoutine .routine li p.packshot {
  margin: 0;
  padding: 0;
  	margin-left: auto;
	margin-right: auto;
}
#BoosterBox #MyRoutine .routine li p.packshot img {
  display:block;
  max-width:100%;
  	margin-left: auto;
	margin-right: auto;
}


#BoosterBox #MyRoutine .jcarousel-pagination {

  display: none;

}

#BoosterBox #MyRoutine .jcarousel-control-prev, #BoosterBox #MyRoutine .jcarousel-control-next{

  display: none;

}

@media only screen and (max-width:761px) {
#BoosterBox #MyRoutine .jcarousel-control-prev, #BoosterBox #MyRoutine .jcarousel-control-next{

  display: block;
  top:50%;

}
}
@media only screen and (max-width:761px) {
#BoosterBox #MyRoutine .jcarousel-pagination {
  bottom: auto;
  display: block;
  padding-bottom: 20px !important;
  position: relative !important;
}
#BoosterBox #MyRoutine .jcarousel-control-prev, #BoosterBox #MyRoutine .jcarousel-control-next{

  display: block;
  top:180px;
  background-color:transparent;
	box-shadow:none!important;
}
#BoosterBox #MyRoutine .jcarousel-control-prev .svg-left-arrow-white{
	background-image:url(prev.png)!important;
	background-position:top left!important;
		height:90px!important;
		left:-10px;
		
}

#BoosterBox #MyRoutine .jcarousel-control-next  .svg-right-arrow-white{
	background-image:url(next.png)!important;
	background-position:top left!important;
	height:90px!important;
	right:-10px;
			
}
}
</pre></body></html>