body {
	overflow-x: hidden;
}

.text-hurricane {
	color: #928080;
}
.text-dell {
	color: #316b1b;
}
.text-froly {
	color: #f26d7d !important;
}
.text-strikemaster {
	color: #9a6299;
}
.text-red {
	color: #ff0000;
}

mark {
	background-color: #ffe138;
	line-height: 1.8;
}

/* index_sta */
body.body-index-sta {
	background-color: #f2f4f9;
}
.body-index-sta .footer-text a {
	color: #232323 !important;
	font-size: 0.8rem;
}
.body-index-sta .footer-text a:hover {
	color: #232323 !important;
	cursor: pointer;
}
.body-index-sta .footer-text {
	color: #232323;
	font-size: 0.8rem;
}
.index-sta p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
}
.index-sta p.downsell-link {
	line-height: 0.8 !important;
	font-size: 30px;
	font-weight: 400;
}
.index-sta h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 37px;
}
.index-sta h2 > span.text-froly {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f26d7d;
	font-size: 37px;
	font-weight: 600;
}
.index-sta h2 > span.text-strikemaster {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9a6299;
	font-size: 37px;
	font-weight: 600;
}
.text-desc {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 27px;
	color: #928080;
}
p.quote-left {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #9a6299;
	font-size: 180px;
}
.testimonial {
	background-color: #fff;
	padding: 30px;
	margin: -100px -15px -15px !important;
}
p span.text-name {
	font-family: "Times New Roman", Times, serif;
	color: #f26d7d;
	font-size: 22px;
	margin-bottom: 0 !important;
}
p span.text-country {
	font-family: "Times New Roman", Times, serif;
	color: #928080;
	font-size: 22px;
}
.text-testimonial p {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #928080;
	font-weight: 300;
	margin-bottom: 0.8rem;
}
/* product list */
.prod-list th {
	font-size: 1.2rem;
}
.prod-list p {
	font-size: 1.15rem;
}
.prod-list p .h5 {
	font-size: 1.4rem;
	font-weight: bolder;
}
@media (max-width: 768px) {
	.index-sta h2,
	.index-sta h2 > span.text-froly,
	.index-sta h2 > span.text-strikemaster {
		font-size: 38px;
	}
}

/* Relationship */
body.body-relationship {
	background-color: #596f84;
}
.body-relationship .footer-text a {
	color: #b7b6bf !important;
	font-size: 0.8rem;
}
.body-relationship .footer-text a:hover {
	color: #fff !important;
	cursor: pointer;
}
.body-relationship .footer-text {
	color: #b7b6bf;
	font-size: 0.8rem;
}
.relationship p {
	color: #1c1e36;
	font-size: 20px;
}
.relationship p.headline {
	color: #1c1e36;
	font-size: 28px;
}
@media (max-width: 768px) {
	.relationship h2 {
		font-size: 38px;
	}
}
.relationship-desc h5 {
	font-size: 30px;
	font-weight: 400;
}
.relationship-desc p {
	font-size: 20px;
	font-weight: 300;
}
.relationship-desc ul {
	list-style: none;
	margin-left: -40px !important;
}
.relationship-desc ul li::before {
	content: "\2713\0020";
	color: #be174d;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.relationship-desc ul > li {
	font-size: 24px;
	font-weight: 600;
}
.relationship-desc ul > li img {
	padding: 0 30px;
}
.description h4 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 27px;
	color: #928080;
}
.description p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

.btn-upgrade-today {
	color: #000;
	font-size: 1.8rem;
	background-color: #ffd633;
	padding: 5px 25px;
	box-shadow: 0px 8px 0px 0px #f1a853;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-animation: buttonEffect 1.5s linear infinite;
	-moz-animation: buttonEffect 1.5s linear infinite;
	-o-animation: buttonEffect 1.5s linear infinite;
	animation: buttonEffect 1.5s linear infinite;
}

.btn-upgrade-today:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	box-shadow: 0px 1px 0px 0px;
}

.btn-upgrade-today small {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	color: #000;
}

@-webkit-keyframes buttonEffect {
	0% {
		background: #ffc107;
		border: 1px solid #ffc107;
	}
	50% {
		background: #ffd633;
		border: 1px solid #ffd633;
	}
	100% {
		background: #ffc107;
		border: 1px solid #ffc107;
	}
}
@-moz-keyframes buttonEffect {
	0% {
		background: #ffc107;
		border: 1px solid #ffc107;
	}
	50% {
		background: #ffd633;
		border: 1px solid #ffd633;
	}
	100% {
		background: #ffc107;
		border: 1px solid #ffc107;
	}
}
@-o-keyframes buttonEffect {
	0% {
		background: #ffc107;
		border: 1px solid #ffc107;
	}
	50% {
		background: #ffd633;
		border: 1px solid #ffd633;
	}
	100% {
		background: #ffc107;
		border: 1px solid #ffc107;
	}
}
@keyframes buttonEffect {
	0% {
		background: #ffc107;
		border: 1px solid #ffc107;
	}
	50% {
		background: #ffd633;
		border: 1px solid #ffd633;
	}
	100% {
		background: #ffc107;
		border: 1px solid #ffc107;
	}
}

/* Health */
body.body-health {
	background-color: #c2e1fd;
}
.body-health .footer-text a {
	color: #333 !important;
	font-size: 0.8rem;
}
.body-health .footer-text a:hover {
	color: #999 !important;
	cursor: pointer;
}
.body-health .footer-text {
	color: #333;
	font-size: 0.8rem;
}
.health p {
	color: #382f2d;
	font-size: 20px;
}
.health p.headline {
	color: #928080;
	font-size: 26px;
}
.health-desc ul {
	list-style: none;
}
.health-desc ul li::before {
	content: "\2022";
	color: #000;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.health-desc ul > li {
	font-size: 20px;
	font-weight: 400;
}
a.order-link {
	font-size: 1.2rem;
	font-weight: 900;
}
a.order-link:hover {
	color: #f26d7d !important;
	cursor: pointer;
}

/* Wealth */
body.body-wealth {
	background-color: #ca9a49;
}
.body-wealth .footer-text a {
	color: #fff !important;
	font-size: 0.8rem;
}
.body-wealth .footer-text a:hover {
	color: #999 !important;
	cursor: pointer;
}
.body-wealth .footer-text {
	color: #fff;
	font-size: 0.8rem;
}
.wealth p {
	color: #382f2d;
	font-size: 24px;
}
.wealth p.headline {
	color: #eaad1f;
	font-size: 28px;
}

.wealth-desc ul {
	list-style: none;
}
.wealth-desc ul li::before {
	content: "\2713\0020";
	color: #be174d;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.wealth-desc ul > li {
	font-size: 24px;
	font-style: italic;
}

a.promo-text {
	text-decoration: none !important;
	color: #000 !important;
	font-size: 0.8rem;
}
a.promo-text:hover {
	text-decoration: underline !important;
}

/* 200pct Better */
body.body-pct200-better {
	background-color: #c2e1fd;
}
.body-pct200-better .footer-text a {
	color: #333 !important;
	font-size: 0.8rem;
}
.body-pct200-better .footer-text a:hover {
	color: #999 !important;
	cursor: pointer;
}
.body-pct200-better .footer-text {
	color: #333;
	font-size: 0.8rem;
}
.pct200-better p {
	color: #382f2d;
	font-size: 1.4rem;
}
.pct200-better p.headline {
	color: #928080;
	font-size: 26px;
}
.pct200-better-desc ul {
	list-style: none;
}
.pct200-better-desc ul li::before {
	content: "\2022";
	color: #000;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.pct200-better-desc ul > li {
	font-size: 20px;
	font-weight: 400;
}
a.order-link {
	font-size: 1.2rem;
	font-weight: 900;
}
a.order-link:hover {
	color: #f26d7d !important;
	cursor: pointer;
}

.my-6 {
	margin: 6rem 0 !important;
}

.money-back {
	width: 300px;
	position: absolute;
	color: #ff0000;
	font-size: 2.3rem;
	font-weight: 600;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-20deg);
	text-shadow: 0 0 3px #ff0000, 0 0 5px #000;
}
.additional-discount {
	width: 400px;
	position: absolute;
	color: #ff0000;
	font-size: 3rem;
	font-weight: 600;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-20deg);
	text-shadow: 0 0 3px #ff0000, 0 0 5px #fff;
}

/* cta */
.cta a {
	text-decoration: none;
	display: inline-block;
}
.cta a:hover {
	cursor: pointer;
}
.pricing {
	font-size: 1.69rem !important;
	font-weight: 400;
	color: #1690be !important;
	cursor: inherit;
}
.pricing del {
	text-decoration: none;
	position: relative;
}
.pricing del:before {
	content: " ";
	display: block;
	width: 130%;
	border-top: 3px solid rgba(255, 0, 0);
	height: 12px;
	position: absolute;
	bottom: 0;
	left: -10%;
	top: 55%;
	transform: rotate(-20deg);
}
.price-bigger {
	font-size: 3rem;
	font-weight: 600;
}
.actual-price {
	color: #0076a3;
	font-weight: 600;
}

.cta-dig-phy h2 {
	font-size: 2.1rem;
}

.cb-disclaimer {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L",
		"Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #877267;
	background-color: #fdf9f7;
	padding: 15px;
}
.cb-disclaimer p {
	color: #877267;
	font-size: 12px !important;
}
.cb-disclaimer h6 {
	color: #877267;
	font-size: 12px;
	font-weight: 400;
}

p.downsell-link {
	line-height: 0.8 !important;
}
.downsell-link a {
	color: #000 !important;
	font-size: 0.8rem;
}

.list-of-references ol {
	word-wrap: break-word;
}
.list-of-references h5,
.list-of-references li {
	font-size: 12px;
}
.list-of-references li {
	line-height: 20px;
	margin-bottom: 1rem;
}

/* Hide Wistia unmute button */
#wistia_chrome_25 #wistia_grid_31_wrapper .w-css-reset-tree button {
	display: none !important;
}

/* Button unmute */
#unmute_btn.btn {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999;
	font-weight: 700;
	color: #000 !important;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: none;
	padding: 0.775rem 0.85rem;
	font-size: 1.2rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}
#unmute_btn.btn:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#unmute_btn.btn:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
#unmute_btn.btn {
	background: #ffc107;
	color: #fff;
	box-shadow: 0 6px #e0a800;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.btn-unmuted {
	border-radius: 0 0 5px 5px;
}
.btn-unmuted:hover {
	box-shadow: 0 4px #e0a800;
	top: 2px;
	cursor: pointer;
}
.btn-unmuted:active {
	box-shadow: 0 0 #e0a800;
	top: 6px;
}
@keyframes glowing {
	0% {
		background-color: #ffc107;
	}
	50% {
		background-color: #ffd24d;
	}
	100% {
		background-color: #ffc107;
	}
}

/** index_ds **/
.font-large {
	font-size: 1.3rem;
}
.bg-wild-watermelon {
	background-color: #ff627d;
}
.bg-cotton-candy {
	background-color: #ffbee9;
}

.btn-ds {
	font-size: 20px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	padding: 20px;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(
		linear,
		0 0,
		0 100%,
		from(#fbb450),
		to(#f89406)
	);
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ds-page .footer-text a {
	color: #000 !important;
}
.ds-page .footer-text a:hover,
.ds-page .footer-text a:active {
	color: #323232;
	cursor: pointer;
}
.ds-page .footer-text {
	color: #000;
	font-size: 0.8rem;
}

.bg-canary {
	background-color: #ccff66;
}
.bg-yellow {
	background-color: yellow;
}

.zoom {
	transition: transform 0.2s; /* Animation */
}

.zoom:hover {
	transform: scale(
		1.05
	); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* btn-order */
.btn-addtoorder {
	background: #ffc107;
	color: #232323;
	font-size: 2rem;
	font-weight: 900;
	border-radius: 15px;
	border: 5px solid #f1782f;
	padding: 10px 35px;
}
.btn-addtoorder:hover,
.btn-addtoorder:focus {
	background: #ffcc33 !important;
	border: 5px solid #f1782f !important;
	color: #232323;
}
.btn-addtoorder small {
	display: block;
	color: #232323;
	font-size: 1.2rem;
}

.btn-no-thankyou {
	background: #ffc107;
	color: #232323;
	font-size: 1rem;
	font-weight: 900;
	border-radius: 10px;
	border: 2px solid #f1782f;
	padding: 10px 35px;
}
.btn-no-thankyou:hover,
.btn-no-thankyou:focus {
	background: #ffcc33 !important;
	border: 2px solid #f1782f !important;
	color: #232323;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.btn-ds {
		font-size: 40px;
		color: #fff;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
