.w-form-formradioinput--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
}

.w-layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
}

.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.w-checkbox::after {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.main-wrapper {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	height: 100vh;
	min-height: 100vh;
	background-image: none;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
}

.top-bar {
	position: static;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	z-index: 1000;
	display: block;
	margin-bottom: -31px;
	padding-top: 13px;
	padding-bottom: 75px;
	clear: none;
	background-color: #fffb00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbff00), to(#ffb050));
	background-image: linear-gradient(180deg, #fbff00, #ffb050);
	box-shadow: 0 1px 8px 4px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.heading {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -1px;
}

.heading-2 {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #920000;
	font-size: 32px;
	line-height: 34px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 6px #fff;
}


.heading-upgrade-2 {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	color: yellow;
	font-size: 36px;
	line-height: 34px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 6px #000;
}


.content-wrapper {
	position: relative;
	top: -31px;
	z-index: 100;
	display: block;
	max-width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 40px 35px;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(0, 0, 0, 0.82);
	border-radius: 5px;
	background-color: hsla(0, 0%, 100%, 0.82);
	box-shadow: 0 6px 20px 9px rgba(0, 0, 0, 0.46);
}

.headline1 {
	display: block;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.headline1:hover {
	-webkit-filter: saturate(200%);
	filter: saturate(200%);
}

.video-wrapper {
	max-width: 800px;
	margin-top: 23px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	border-style: solid;
	border-width: 5px;
	border-color: #292929;
	border-radius: 5px;
	box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.59);
}

.volume-wrapper {
	max-width: 800px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #027dc1;
	color: #fff;
	text-align: center;
}

.heading-3 {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 9px;
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0px;
}

.image-3b {
	display: inline-block;
	max-width: 20px;
	margin-top: 0px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	color: #fff;
}

.cta-wrapper {
	display: block;
	text-align: center;
}

.cta-price {
	margin: 30px auto 15px;
	font-family: 'Open Sans', sans-serif;
	color: #b60000;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
}

.strikethrough-text {
	text-decoration: line-through;
}

.yellow-highlight {
	/* background-color: #ffea00; */
	/* background-image: linear-gradient(#ce953c, #eeca74, #ecb14b); */
	background-color: #eec972;
	color: #000000;
}

.checkout-wrapper {
	display: block;
	max-width: 900px;
	margin: 36px auto 50px;
	padding: 0px;
	border-style: none;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0.58);
	box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.16);
}

.tab-link-tab-1 {
	width: 49%;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.tab-link-tab-1.w--current {
	display: inline-block;
	width: 49%;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(37, 37, 37, 0.38) rgba(37, 37, 37, 0.38) hsla(0, 0%, 100%, 0.35);
	border-radius: 5px;
	background-color: #000000;
	opacity: 1;
	color: #eec972;
}

.tab-link-tab-2 {
	display: inline-block;
	width: 49%;
	padding: 15px;
	border-style: solid solid none;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: #fff;
	color: #000;
}

/*
.tab-link-tab-2:hover {
  background-color: #027dc1;
  color: #fff;
}
*/

.tab-link-tab-2.w--current {
	background-color: #000000;
	color: #eec972;
}

.tabs-menu {
	display: block;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: hsla(55, 0%, 84%, 0);
	font-family: 'Open Sans', sans-serif;
	color: #1d1d1d;
	text-align: center;
}

.tabs-content {
	margin-top: 3px;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.22);
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
}

.sub-main-wrapper {
	min-height: 100vh;
	background-image: url('../images/bg-main.jpg');
	background-position: 0% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: -1px;
}

.tab-pane-tab-1 {
	padding: 15px;
	border-style: none;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.heading-account-info {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #005e92;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.text-field {
	position: static;
	display: inline-block;
	width: 48%;
	margin: 5px 5px 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	border-radius: 5px;
	background-color: #f7f7f7;
	color: #000;
	font-weight: 400;
}

.text-field:hover {
	background-color: #e5f7ff;
}

.text-field:active {
	background-color: #ffffe5;
}

.text-field:focus {
	background-color: #fdffe6;
}

.text-field::-webkit-input-placeholder {
	color: #272727;
}

.text-field:-ms-input-placeholder {
	color: #272727;
}

.text-field::-ms-input-placeholder {
	color: #272727;
}

.text-field::placeholder {
	color: #272727;
}

.form-account-setup {
	padding: 15px;
	background-color: #fff;
}

.submit-button {
	position: static;
	display: inline-block;
	margin: 21px auto 5px;
	padding: 22px;
	float: none;
	clear: none;
	border-radius: 5px;
	/* background-color: #d31616; */
	color: #eec972;
	background-image: linear-gradient(#4c4c4c, #2e2e2e, #050505);
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -1px;
}

.submit-button:hover {
	/* background-color: #018d49; */
	background-image: linear-gradient(#ce953c, #eeca74, #ecb14b);
	color: #000000;
}

.text-span {
	color: #050505;
	font-weight: 600;
}

.button {
	display: block;
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
	padding-bottom: 17px;
	border-style: solid;
	border-width: 1px;
	border-color: #eec972;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#050505));
	/*background-image: linear-gradient(180deg, #4c4c4c, #2e2e2e);*/
	background-image: linear-gradient(#4c4c4c, #2e2e2e, #050505);
	color: #eec972;
	font-size: 24px;
	text-align: center;
	/*text-shadow: 1px 1px 7px #dab05b;*/
}

.button:hover {
	border-color: #000000;
	background-color: #d31616;
	background-image: linear-gradient(#ce953c, #eeca74, #ecb14b);
	/*background-image: none;*/
	color: #000000;
	/* text-shadow: 2px 2px 7px rgba(75, 75, 75, 0); */
}

.image-4 {
	max-width: 200px;
	margin-top: 9px;
}

.fb-wrapper {
	display: block;
	padding-bottom: 45px;
}

.heading-6 {
	display: inline;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	padding: 3px 10px;
	border: 1px #000000 solid;
	border-radius: 10px;
	background-color: #ffffff;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	white-space: normal;
}

.heading-6.lite {
	color: #000000;
}

.heading-7 {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.heading-8 {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	float: none;
	clear: none;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: 0px;
}

.image-5 {
	max-width: 400px;
	margin-bottom: 34px;
	box-shadow: 0 1px 20px 6px rgba(0, 0, 0, 0.17);
}

.heading-9 {
	padding-top: 27px;
	border-top: 2px dotted rgba(0, 0, 0, 0.36);
	background-color: transparent;
	color: #005e92;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}

.bold-text-7 {
	font-weight: 600;
}

.heading-10 {
	margin-top: -5px;
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
}

.discount-text {
	display: inline-block;
	margin-top: 27px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #ffea00;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
}

.red-bar {
	position: relative;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: block;
	margin-top: -15px;
	margin-bottom: -31px;
	padding-top: 0px;
	padding-bottom: 50px;
	background-color: #000000;
	text-align: center;
}

.bold-text-8 {
	display: inline-block;
	padding-top: 0px;
	padding-right: 10px;
	line-height: 26px;
}

.footer-wrapper {
	position: static;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	min-height: 100px;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 50px;
	border-top: 1px none rgba(253, 255, 230, 0.4);
	background-color: transparent;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.text-block-4 {
	margin-top: 70px;
	margin-bottom: 10px;
	padding-top: 17px;
	border-top: 1px solid rgba(0, 0, 0, 0.18);
	font-family: 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, 0.89);
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.5px;
}

.footer-link {
	color: #378ed1;
	text-decoration: none;
}

.footer-link:hover {
	color: rgba(211, 22, 22, 0.89);
	text-decoration: underline;
}

.image-6 {
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 12px;
}

.body {
	background-color: #d31616;
}

.image-7 {
	display: block;
	max-width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.image-8 {
	display: none;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

.limited-spots-wrapper {
	margin-top: 0px;
}

.heading-13 {
	max-width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -1px;
}

.heading-14 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 24px;
	text-align: center;
}

.blue-text {
	display: inline-block;
	padding: 12px;
	border-style: dotted;
	border-width: 2px;
	border-color: #027dc1;
	background-color: #e9e9e9;
	color: #027dc1;
}

.blue-text-no-highlight {
	color: #027dc1;
}

.paragraph {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.paragraph-guarantee {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	float: none;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0px;
}

.image-seal-1 {
	display: block;
	margin-right: 10px;
	padding-bottom: 35px;
	float: left;
}

.heading-guarantee {
	margin-top: 0px;
	margin-bottom: -10px;
	color: #027dc1;
	font-size: 14px;
	text-align: left;
}

.columns {
	padding-top: 31px;
	border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.image-seal-2 {
	display: block;
	margin-right: 10px;
	padding-bottom: 35px;
	float: left;
}

.heading-safe {
	margin-top: 0px;
	margin-bottom: -10px;
	color: #027dc1;
	font-size: 14px;
	text-align: left;
}

.paragraph-safe {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	float: none;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0px;
}

.form-billing-details {
	padding: 15px;
	background-color: #fff;
}

.heading-billing {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #005e92;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.tab-pane-tab-2 {
	padding: 15px 12px;
}

.country-field {
	display: inline-block;
	width: 48%;
	margin: 5px 5px 8px;
	/*padding: 20px 12px;*/
	float: left;
	font-weight: 400;
}

.state-field {
	display: inline-block;
	width: 48%;
	margin: 5px 5px 8px;
	/*padding: 20px 12px;*/
	font-weight: 400;
}

.submit-button-2 {
	position: static;
	display: inline-block;
	margin: 21px auto 5px;
	padding: 10px 70px;
	float: left;
	clear: none;
	border-radius: 5px;
	/* background-color: #d31616; */
	color: #eec972;
	background-image: linear-gradient(#4c4c4c, #2e2e2e, #050505);
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -1px;
}

.submit-button-2:hover {
	/* background-color: #018d49; */
	background-image: linear-gradient(#ce953c, #eeca74, #ecb14b);
	color: #000000;
}

.heading-cc {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 8px;
	clear: left;
	font-family: 'Open Sans', sans-serif;
	color: #005e92;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.image-9 {
	max-width: 150px;
	min-width: 150px;
	margin-top: 5px;
	margin-left: 0px;
}

.cc-field {
	position: static;
	display: block;
	width: 100%;
	margin: 5px 5px 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	border-radius: 5px;
	background-color: #f7f7f7;
	color: #000;
	font-weight: 400;
}

.cc-field:hover {
	background-color: #e5f7ff;
}

.cc-field:active {
	background-color: #ffffe5;
}

.cc-field:focus {
	background-color: #fdffe6;
}

.cc-field::-webkit-input-placeholder {
	color: #272727;
}

.cc-field:-ms-input-placeholder {
	color: #272727;
}

.cc-field::-ms-input-placeholder {
	color: #272727;
}

.cc-field::placeholder {
	color: #272727;
}

.column {
	padding-right: 20px;
	padding-left: 0px;
	text-align: left;
}

.column-2 {
	min-height: 200px;
	margin-top: 10px;
	padding-left: 15px;
	border: 1px none #000;
}

.cc-month {
	display: block;
	width: 30%;
	margin: 5px 5px 8px;
	/*padding: 20px 12px;*/
	float: left;
	font-weight: 400;
}

.cc-year {
	display: block;
	width: 30%;
	margin: 5px 5px 8px;
	/*padding: 20px 12px;*/
	float: left;
	font-weight: 400;
}

.ccv-field {
	position: static;
	display: block;
	width: 30%;
	margin: 5px 5px 8px;
	padding-top: 17px;
	padding-bottom: 17px;
	float: left;
	border-radius: 5px;
	background-color: #f7f7f7;
	color: #000;
	font-weight: 400;
}

.ccv-field:hover {
	background-color: #e5f7ff;
}

.ccv-field:active {
	background-color: #ffffe5;
}

.ccv-field:focus {
	background-color: #fdffe6;
}

.ccv-field::-webkit-input-placeholder {
	color: #272727;
}

.ccv-field:-ms-input-placeholder {
	color: #272727;
}

.ccv-field::-ms-input-placeholder {
	color: #272727;
}

.ccv-field::placeholder {
	color: #272727;
}

.hr {
	display: inline-block;
	width: 100%;
	height: 1px;
	max-height: 1px;
	margin-top: 30px;
	float: none;
	clear: none;
	background-color: rgba(207, 207, 207, 0.43);
	text-align: left;
}

.heading-pay-options {
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: none;
	font-family: 'Open Sans', sans-serif;
	color: #005e92;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.bold-text-9 {
	display: block;
	font-weight: 600;
	letter-spacing: 0px;
}

.radio-button-label {
	margin-bottom: 0px;
	padding-left: 12px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0px;
}

.heading-total {
	margin-top: 20px;
	margin-bottom: -5px;
	margin-left: 8px;
	clear: left;
	font-family: 'Open Sans', sans-serif;
	color: #005e92;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	text-transform: none;
}

.heading-15 {
	display: block;
	margin-top: -5px;
	margin-left: 15px;
	float: none;
	clear: left;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	letter-spacing: 0px;
}

.sm-bullet-heading {
	margin-top: 0px;
	margin-bottom: -5px;
	padding-left: 0px;
	color: #027dc1;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
}

.sm-bullet-text {
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	text-align: left;
	letter-spacing: 0px;
}

.image-10 {
	margin-right: 5px;
}

.column-3 {
	margin-top: 0px;
	padding-top: 0px;
}

.checkout-block-2 {
	margin-top: 20px;
}

.checkout-block-3 {
	margin-top: 20px;
}

.checkout-block-4 {
	margin-top: 20px;
}

.red {
	color: #d31616;
}

.red.sm {
	font-size: 12px;
	line-height: 16px;
}

.nav-wrapper {
	display: block;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.logo {
	position: static;
	max-width: 250px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav-link {
	padding: 20px 13px;
	border-style: none;
	border-bottom-width: 3px;
	border-bottom-color: #04223c;
	font-family: 'Open Sans', sans-serif;
	color: #eeebeb;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-link:hover {
	margin-top: -5px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #ffe100;
	background-color: #027dc1;
	color: #fff;
}

.nav-link.w--current {
	margin-top: -5px;
	border-bottom: 5px solid #ffe100;
	background-color: #027dc1;
	color: #fff;
}

.nav-link.bonus {
	margin-right: -1px;
	margin-left: 0px;
	border: 1px none #000;
	background-color: #b62f2f;
	color: #fff;
	font-weight: 600;
}

.nav-link.bonus:hover {
	border-bottom: 5px solid #e6cb00;
	background-color: #027dc1;
	color: #fff;
}

.nav-link.bonus:focus {
	border-bottom: 5px solid #ffe100;
	background-color: #027dc1;
	color: #fff;
}

.nav-menu {
	left: 0px;
	padding-top: 0px;
}

.navbar {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #303030;
	font-family: 'Open Sans', sans-serif;
	color: #dfdfdf;
}

.icon-lg {
	display: inline-block;
	margin-bottom: 25px;
	font-family: 'Font awesome 5 free solid 900', sans-serif;
	color: #fff;
	font-size: 60px;
	line-height: 65px;
}

.icon-start {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.elipse {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	margin-top: -3px;
	margin-right: 10px;
	margin-left: 5px;
	padding: 4px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 2px;
	border-color: #015685;
	border-radius: 90px;
	background-color: #005e92;
	font-family: 'Open Sans', sans-serif;
	color: #e6cb00;
}

.elipse.checkout {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.number {
	position: static;
	display: inline;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.headline-start {
	margin-top: 0px;
	padding-top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: -2px;
	text-shadow: 1px 1px 6px #fff;
}

.tabs-menu-2 {
	margin-bottom: 31px;
	background-color: transparent;
}

.main-wrapper-2 {
	display: block;
	height: auto;
	min-height: 100vh;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.03)), to(hsla(0, 0%, 100%, 0.03))), url('../images/bobg4.jpg');
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.03), hsla(0, 0%, 100%, 0.03)), url('../images/bobg4.jpg');
	background-position: 0px 0px, 50% 100%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, fixed;
	text-align: center;
}

.tabs-text {
	padding-top: 0px;
	padding-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}

.tabs {
	display: block;
	max-width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
	background-color: transparent;
}

.tab-pane {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #005e92;
	border-radius: 6px;
	box-shadow: 0 -9px 3px 9px #000;
	text-transform: none;
}

.tab-link {
	width: 23%;
	margin-right: 5px;
	margin-left: 5px;
	padding: 12px 5px;
	border-style: solid solid none;
	border-width: 1px 1px 5px;
	border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.08) #b3b3b3;
	border-radius: 5px;
	background-color: #027dc1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #027dc1), to(#005381));
	background-image: linear-gradient(180deg, #027dc1 49%, #005381);
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 17px;
	text-align: center;
}

.tab-link:hover {
	margin-top: -5px;
	background-color: #363636;
	background-image: none;
	color: #fff;
}

.tab-link.w--current {
	width: 23%;
	border-bottom-width: 5px;
	border-bottom-color: #e69200;
	background-color: #e6cb00;
	background-image: none;
	color: #363636;
}

.tabs-content-2 {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.27);
	border-radius: 5px;
	background-color: hsla(0, 0%, 100%, 0.8);
	box-shadow: 0 17px 11px 9px rgba(0, 0, 0, 0.28);
	opacity: 1;
}

.footer-wrapper-2 {
	height: 350px;
	margin-top: -68px;
	padding-top: 103px;
	background-color: #027dc1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#027dc1), to(rgba(0, 60, 94, 0.9))), url('../images/bg-main.jpg');
	background-image: linear-gradient(180deg, #027dc1, rgba(0, 60, 94, 0.9)), url('../images/bg-main.jpg');
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-attachment: scroll, scroll;
	box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.47);
	color: #4b4b4b;
	text-align: center;
}

.paragraph-2 {
	display: block;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-family: 'Open Sans', sans-serif;
	color: rgba(207, 207, 207, 0.48);
}

.footer-link-2 {
	color: #e6cb00;
}

.footer-link-2:hover {
	color: #fff;
}

.icon-link {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.blue {
	background-color: transparent;
	color: #027dc1;
	font-style: italic;
	text-transform: none;
}

.icon-traffic {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.icon-team {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.icon-leads {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.icon-leadreboard {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.icon-resources {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.tab-pane-tab-2-2 {
	min-height: 450px;
	padding: 10px;
}

.tab-pane-tab-3 {
	min-height: 450px;
	padding: 10px;
}

.tab-pane-tab-4 {
	min-height: 450px;
	padding: 10px;
}

.column-8 {
	min-height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 25px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.13);
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(55, 0%, 84%, 0.6)), to(#fff));
	background-image: linear-gradient(180deg, hsla(55, 0%, 84%, 0.6), #fff);
}

.column-8.step3 {
	min-height: auto;
}

.column-8.step4 {
	min-height: auto;
}

.step-hesding {
	display: inline-block;
	border-bottom-style: none;
	border-bottom-color: #fff;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.content-wrapper-bo {
	position: relative;
	display: block;
	max-width: 1100px;
	min-height: 100px;
	min-width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, 0.95);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.59);
}

.callout-upgrade-wrapper {
	display: block;
	padding: 10px;
	border: 1px none #000;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	color: #d31616;
	font-weight: 400;
	text-align: center;
}

.heading-upgrade {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: -1px;
}

.button-upgrade {
	margin-left: 15px;
	border-radius: 5px;
	background-color: #ffe100;
	color: #027dc1;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}

.button-upgrade:hover {
	border: 1px none #000;
	background-color: #027dc1;
	background-image: none;
	color: #fff;
}

.page-title-wrapper {
	display: block;
	margin: 0px;
	padding: 15px 30px;
	float: none;
	border-bottom: 5px none #005e92;
	background-color: #027dc1;
}

.heading-16 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left: 11px none #fff;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.columns-2 {
	min-height: 100vh;
}

.column-9 {
	position: relative;
	top: 0px;
	display: block;
	min-height: 100vh;
	padding-top: 175px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: hsla(0, 0%, 100%, 0.73);
}

.column-10 {
	display: block;
	min-height: 100vh;
	padding-top: 150px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-color: #009cc3;
	background-color: rgba(0, 94, 146, 0.84);
	box-shadow: -3px 0 9px 2px rgba(0, 0, 0, 0.56);
	-webkit-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
}

.login-form {
	display: block;
	max-width: 400px;
	min-width: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px 0px 65px;
	float: none;
	clear: none;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.19);
}

.login-field {
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
}

.login-field:hover {
	background-color: #fff5ad;
}

.login-button {
	position: static;
	display: inline-block;
	min-width: 200px;
	border-radius: 5px;
	background-color: #e6cb00;
	font-family: 'Open Sans', sans-serif;
	color: #005e92;
	text-transform: uppercase;
}

.login-button:hover {
	background-color: #d31616;
	color: #fff;
}

.form-block {
	display: block;
	clear: none;
}

.heading-17 {
	position: static;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: block;
	clear: none;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.image-12 {
	display: block;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.heading-18 {
	margin-top: -20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.heading-20 {
	font-family: 'Open Sans', sans-serif;
	color: #027dc1;
	letter-spacing: -1px;
}

.heading-21 {
	display: block;
	max-width: 500px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-bottom: 20px;
	border-bottom: 1px none hsla(0, 0%, 100%, 0.27);
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.login-link-text {
	display: inline-block;
	padding: 10px;
	float: none;
	font-family: 'Open Sans', sans-serif;
	color: #009cc3;
}

.login-link-text:hover {
	color: #e6cb00;
}

.checkbox-label {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: left;
}

.checkbox-field {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}

.checkbox {
	background-color: #009cc3;
}

.logo-login {
	display: none;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	max-width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.utility-page-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.tm {
	position: relative;
	top: -20px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
	white-space: normal;
}

.main-wrapper-start {
	display: block;
	height: auto;
	min-height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.03)), to(hsla(0, 0%, 100%, 0.03))), url('../images/bobg4.jpg');
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.03), hsla(0, 0%, 100%, 0.03)), url('../images/bobg4.jpg');
	background-position: 0px 0px, 50% 100%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, scroll;
	text-align: center;
}

.heading-steps {
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 5px;
	border-radius: 5px;
	background-color: #e6cb00;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.text-steps {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: center;
}

.button-fb {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 30px;
	border-radius: 5px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.button-fb:hover {
	background-color: #d31616;
}

.sub-text {
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.icon-video {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
	font-size: 100px;
	line-height: 110px;
}

.heading-22 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -1px;
}

.italic-text {
	display: inline-block;
	text-align: left;
}

.sub-tab-income-stream {
	min-width: 23.5%;
	margin: 1px;
	padding: 7px;
	border-radius: 5px 5px 0px 0px;
	background-color: #363636;
}

.sub-tab-income-stream:hover {
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.sub-tab-income-stream.w--current {
	min-width: 23.5%;
	padding: 7px;
	background-color: #027dc1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#027dc1), to(#015381));
	background-image: linear-gradient(180deg, #027dc1, #015381);
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.5px;
	text-transform: none;
}

.text-tab-income-stream {
	position: static;
	display: inline-block;
	float: none;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -0.5px;
}

.text-tab-income-stream:hover {
	color: #fff;
}

.heading-24 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.heading-24:hover {
	color: #fff;
}

.elipse3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 5px;
	padding: 4px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 2px;
	border-color: #e6cb00;
	border-radius: 90px;
	background-color: #e6cb00;
	font-family: 'Open Sans', sans-serif;
	color: #e6cb00;
}

.number-sub-tab {
	position: static;
	display: inline;
	margin-right: auto;
	margin-left: auto;
	color: #363636;
	font-size: 16px;
	line-height: 20px;
}

.sub-tab-video-wrapper {
	padding-left: 0px;
}

.sub-tab-cta-wrapper {
	display: block;
	min-height: auto;
	padding: 0px 0px 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.36);
	background-color: rgba(207, 207, 207, 0.53);
}

.tabs-menu-3 {
	margin-bottom: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}

.heading-25 {
	display: block;
	margin-top: 0px;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 20px;
	letter-spacing: -1px;
}

.income-stream-side-wrapper {
	padding: 0px 20px;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.icon-check {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
	color: #018d49;
	font-size: 60px;
	line-height: 60px;
}

.heading-27 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #018d49;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}

.text-block-7 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.text-block-8 {
	margin: 0px auto;
	padding: 5px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	background-color: #e6cb00;
	font-family: 'Open Sans', sans-serif;
}

.icon-plugin {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
	color: #b62f2f;
	font-size: 40px;
	line-height: 40px;
}

.heading-27-red {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #b62f2f;
	font-size: 24px;
	line-height: 28px;
}

.username-input-field {
	max-width: 190px;
	min-width: auto;
	margin-right: 0px;
	margin-left: 7px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	border-style: solid;
	border-width: 2px;
	border-color: #005e92;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.38);
}

.username-input-field:hover {
	background-color: #fff7be;
}

.div-block-2 {
	height: 1px;
	margin: 13px 15px 20px;
	background-color: rgba(54, 54, 54, 0.47);
}

.image-14 {
	margin-top: 16px;
}

.signal-wrapper-2-2 {
	position: static;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.button-save-2 {
	border-radius: 0px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.button-save-2:hover {
	background-color: #b62f2f;
}

.form1 {
	text-align: center;
}

.button-next-step-2 {
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.button-next-step-2:hover {
	background-color: #b62f2f;
}

.button-next-step-3 {
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.button-next-step-3:hover {
	background-color: #b62f2f;
}

.button-save-3 {
	border-radius: 0px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.button-save-3:hover {
	background-color: #b62f2f;
}

.button-next-step-4 {
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.button-next-step-4:hover {
	background-color: #b62f2f;
}

.button-save-4 {
	border-radius: 0px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.button-save-4:hover {
	background-color: #b62f2f;
}

.heading-28 {
	display: block;
	float: none;
}

.ta-header {
	padding: 10px;
	background-color: #1f3a6d;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.image-15 {
	margin-right: auto;
	margin-left: auto;
}

.checkout-columns {
	max-width: 980px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 25px;
	border-radius: 5px;
	box-shadow: none;
}

.form {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.radio-button-basic {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	font-size: 15px;
	white-space: normal;
}

.radio-button-basic:hover {
	background-color: hsla(0, 0%, 83.9%, 0.31);
}

.radio-button-basic:active {
	border: 1px solid #000;
}

.radio-button-basic:focus {
	border: 1px solid #000;
}

.heading-29 {
	max-width: none;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.21);
	font-family: 'Open Sans', sans-serif;
	color: #027dc1;
	font-size: 16px;
	line-height: 23px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.column-12 {
	padding: 51px 45px 15px;
}

.column-13 {
	min-height: 400px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
}

.image-16 {
	display: block;
	margin: 0px auto 25px;
}

.div-block-3 {
	min-height: 500px;
	margin: 25px;
	padding: 25px 40px 40px;
	border-style: dashed;
	border-width: 2px;
	border-color: rgba(2, 125, 193, 0.23);
	border-radius: 5px;
	background-color: rgba(207, 207, 207, 0.07);
	font-family: 'Open Sans', sans-serif;
}

.heading-30 {
	display: block;
	max-width: 1000px;
	margin: 40px auto;
	font-weight: 400;
	text-align: center;
	letter-spacing: -1px;
}

.heading-31 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #b62f2f;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: -1px;
}

.number2 {
	position: static;
	display: inline;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-size: 32px;
	line-height: 37px;
	font-weight: 700;
}

.package-heading {
	color: #005e92;
}

.heading-32 {
	color: #027dc1;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}

.text-field-4 {
	width: 49%;
	margin-right: 1px;
	margin-left: 1px;
	float: left;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-4:hover {
	background-color: #fffbd9;
}

.select-field-traffic {
	display: none;
	background-color: #fff;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
	color: #818181;
}

.select-field-traffic:hover {
	background-color: #fffbd9;
}

.body-2 {
	font-family: 'Open Sans', sans-serif;
}

.order-total-basic {
	display: none;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	border-radius: 5px;
	background-color: #fff39b;
}

.heading-cart-total {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #b62f2f;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.image-17 {
	display: block;
	margin-top: -25px;
	float: right;
}

.credit-card-info-wrapper {
	display: none;
	text-align: center;
}

.text-field-url {
	margin-right: 1px;
	margin-left: 1px;
	float: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-url:hover {
	background-color: #fffbd9;
}

.icon-arrow-left {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-field-cvv {
	max-width: 300px;
	margin-right: 1px;
	margin-left: 1px;
	float: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-cvv:hover {
	background-color: #fffbd9;
}

.text-field-cc-number {
	margin-right: 1px;
	margin-left: 1px;
	float: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-cc-number:hover {
	background-color: #fffbd9;
}

.select-month {
	width: 49%;
	margin-right: 1px;
	margin-left: 1px;
	float: left;
	background-color: #fff;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
	color: #818181;
}

.select-month:hover {
	background-color: #fffbd9;
}

.select-year {
	width: 49%;
	margin-right: 1px;
	margin-left: 1px;
	float: left;
	background-color: #fff;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
	color: #818181;
}

.select-year:hover {
	background-color: #fffbd9;
}

.text-field-cvv-2 {
	margin-right: 1px;
	margin-left: 1px;
	float: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-cvv-2:hover {
	background-color: #fffbd9;
}

.select-field-country {
	margin-top: 32px;
	background-color: #fff;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
	color: #818181;
}

.select-field-country:hover {
	background-color: #fffbd9;
}

.text-field-address1 {
	margin-right: 1px;
	margin-left: 1px;
	float: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-address1:hover {
	background-color: #fffbd9;
}

.text-field-address-2 {
	margin-right: 1px;
	margin-left: 1px;
	float: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-address-2:hover {
	background-color: #fffbd9;
}

.text-field-city {
	margin-right: 1px;
	margin-left: 1px;
	float: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-city:hover {
	background-color: #fffbd9;
}

.select-field-state {
	margin-top: 10px;
	background-color: #fff;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.19);
	color: #818181;
}

.select-field-state:hover {
	background-color: #fffbd9;
}

.text-field-zip {
	margin-right: 1px;
	margin-left: 1px;
	float: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.2);
}

.text-field-zip:hover {
	background-color: #fffbd9;
}

.submit-button-checkout {
	position: static;
	display: block;
	min-width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	background-color: #b62f2f;
}

.submit-button-checkout:hover {
	background-color: #027dc1;
}

.seals {
	margin-top: 30px;
}

.legal-text-ta {
	margin-top: 24px;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}

.order-total-bronze {
	display: none;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	border-radius: 5px;
	background-color: #fff39b;
}

.order-total-silver {
	display: none;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	border-radius: 5px;
	background-color: #fff39b;
}

.order-total-gold {
	display: none;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	border-radius: 5px;
	background-color: #fff39b;
}

.order-total-platinum {
	display: none;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	border-radius: 5px;
	background-color: #fff39b;
}

.order-total-titanium {
	display: none;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	border-radius: 5px;
	background-color: #fff39b;
}

.order-total-diamond {
	display: none;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	border-radius: 5px;
	background-color: #fff39b;
}

.radio-button-bronze {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	font-size: 15px;
	white-space: normal;
}

.radio-button-bronze:hover {
	background-color: hsla(0, 0%, 83.9%, 0.31);
}

.radio-button-bronze:active {
	border: 1px solid #000;
}

.radio-button-bronze:focus {
	border: 1px solid #000;
}

.radio-button-silver {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	font-size: 15px;
	white-space: normal;
}

.radio-button-silver:hover {
	background-color: hsla(0, 0%, 83.9%, 0.31);
}

.radio-button-silver:active {
	border: 1px solid #000;
}

.radio-button-silver:focus {
	border: 1px solid #000;
}

.radio-button-gold {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	font-size: 15px;
	white-space: normal;
}

.radio-button-gold:hover {
	background-color: hsla(0, 0%, 83.9%, 0.31);
}

.radio-button-gold:active {
	border: 1px solid #000;
}

.radio-button-gold:focus {
	border: 1px solid #000;
}

.radio-button-platinum {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	font-size: 15px;
	white-space: normal;
}

.radio-button-platinum:hover {
	background-color: hsla(0, 0%, 83.9%, 0.31);
}

.radio-button-platinum:active {
	border: 1px solid #000;
}

.radio-button-platinum:focus {
	border: 1px solid #000;
}

.radio-button-titanium {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	font-size: 15px;
	white-space: normal;
}

.radio-button-titanium:hover {
	background-color: hsla(0, 0%, 83.9%, 0.31);
}

.radio-button-titanium:active {
	border: 1px solid #000;
}

.radio-button-titanium:focus {
	border: 1px solid #000;
}

.radio-button-diamond {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	font-size: 15px;
	white-space: normal;
}

.radio-button-diamond:hover {
	background-color: rgba(207, 207, 207, 0.13);
}

.radio-button-diamond:active {
	border: 1px solid #000;
}

.radio-button-diamond:focus {
	border: 1px solid #000;
}

.radio-button-diamond.bottom {
	border: 1px none #000;
}

.radio-button-diamond.bottom:hover {
	background-color: hsla(0, 0%, 83.9%, 0.31);
}

.select-package {
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	border-style: dashed;
	border-width: 2px;
	border-color: #b62f2f;
	border-radius: 5px;
	background-color: #fff39b;
}

.url-wrapper {
	display: none;
}

.dropdown-funnel {
	position: static;
	display: none;
	width: auto;
	min-width: 355px;
	padding: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.13);
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.dropdown-funnel:hover {
	background-color: #fffbd9;
}

.dropdown-text {
	display: block;
	color: rgba(51, 51, 51, 0.58);
}

.dropdown-link-2 {
	background-color: #f0f0f0;
}

.dropdown-link-3 {
	background-color: #f0f0f0;
}

.dropdown-link-4 {
	background-color: #f0f0f0;
}

.dropdown-list-2 {
	display: none;
}

.dropdown-list-3 {
	display: none;
}

.lcp-thumb {
	margin-top: 10px;
	margin-right: 19px;
	float: left;
	clear: left;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.22);
}

.radio-lcp1:hover {
	background-color: hsla(0, 0%, 94%, 0.95);
}

.radio-button-label-2 {
	margin-bottom: 0px;
	float: left;
}

.radio-lcp-custom:hover {
	background-color: hsla(0, 0%, 94%, 0.95);
}

.radio-lcp2:hover {
	background-color: hsla(0, 0%, 94%, 0.95);
}

.radio-lcp3:hover {
	background-color: hsla(0, 0%, 94%, 0.95);
}

.lcp-col2 {
	margin-top: 15px;
}

.radio-payment-method {
	padding-top: 5px;
	padding-bottom: 5px;
}

.radio-payment-method:hover {
	background-color: hsla(0, 0%, 94%, 0.95);
}

.radio-payment-method-2 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.radio-payment-method-2:hover {
	background-color: hsla(0, 0%, 94%, 0.95);
}

.div-block-4 {
	min-height: 100vh;
	background-image: url('../images/bg-lcp1.jpg');
	background-position: 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.div-block-5 {
	max-width: 1000px;
	min-height: 100vh;
	margin-right: auto;
	margin-left: auto;
	padding: 19px 80px 50px;
	background-color: rgba(0, 0, 0, 0.84);
}

.image-18 {
	display: none;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.headline-lcp {
	margin-top: -30px;
	font-family: Bitter, serif;
	color: #fff;
	font-size: 56px;
	line-height: 60px;
	text-align: center;
}

.headline-lcp:hover {
	-webkit-filter: hue-rotate(48deg);
	filter: hue-rotate(48deg);
}

.yellow2 {
	color: #ffe100;
}

.vid-wrapper2 {
	width: auto;
	max-width: 640px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border-radius: 5px;
	background-color: #000;
	box-shadow: 1px 1px 9px -3px #fff;
	cursor: pointer;
}

.heading-33 {
	margin-top: 0px;
	margin-bottom: -5px;
	font-family: Kalam, sans-serif;
	color: #00e8fd;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

.image-19 {
	display: block;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

.button-2 {
	display: block;
	max-width: 600px;
	min-width: auto;
	margin: 29px auto 18px;
	padding-top: 17px;
	padding-bottom: 17px;
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: Bitter, serif;
	color: #fff;
	font-size: 38px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
}

.button-2:hover {
	background-color: #00e8fd;
	color: #363636;
}

.teal {
	color: #00e8fd;
}

.veil {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	z-index: 100;
	display: none;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.89);
}

.popup {
	position: fixed;
	left: 0%;
	top: 8%;
	right: 0%;
	bottom: auto;
	z-index: 200;
	display: none;
	width: 600px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	border-style: solid;
	border-width: 10px;
	border-color: #ffe100;
	background-color: #fff;
}

.heading-34 {
	font-family: Bitter, serif;
	color: #b62f2f;
	text-align: center;
}

.text-block-9 {
	margin-top: 25px;
	font-family: Bitter, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.pop-form {
	max-width: 400px;
	margin-top: 31px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: hsla(0, 0%, 94%, 0.95);
}

.text-field-popup {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 2px -2px rgba(0, 0, 0, 0.57);
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 22px;
}

.submit-button-4 {
	display: block;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: Bitter, serif;
	font-size: 20px;
	line-height: 26px;
}

.submit-button-4:hover {
	background-color: #00e8fd;
	color: #363636;
}

.link {
	display: block;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Droid Sans', sans-serif;
	color: #027dc1;
	font-weight: 400;
	text-align: center;
}

.link:hover {
	color: #b62f2f;
}

.close-wrapper {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: block;
	width: auto;
	height: auto;
	padding: 5px;
	background-color: hsla(0, 0%, 94%, 0.95);
	cursor: pointer;
}

.heading-35 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #b62f2f;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

.paragraph-3 {
	max-width: 500px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Open Sans', sans-serif;
	color: #727272;
	text-align: center;
}

.wrapper-lcp2 {
	height: 100vh;
	background-image: url('../images/bg-lcp2.jpg');
	background-position: 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.div-block-6 {
	height: 100vh;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px 35px 60px;
	background-color: hsla(0, 0%, 100%, 0.85);
	box-shadow: 1px 1px 20px 15px rgba(0, 0, 0, 0.26);
}

.heading-36 {
	margin-bottom: 50px;
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 33px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -1px;
}

.heading-36:hover {
	-webkit-filter: saturate(200%);
	filter: saturate(200%);
}

.heading-37 {
	padding: 8px;
	background-image: url('../images/yellow-highlight.png');
	background-position: 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	letter-spacing: -2px;
}

.heading-38 {
	margin-top: 0px;
	font-family: Ubuntu, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
}

.column-14 {
	padding-right: 16px;
	padding-left: 16px;
}

.image-20 {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.text-field-lcp2 {
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.form-2 {
	margin-top: 15px;
	padding: 20px;
	border-style: dashed;
	border-width: 3px;
	border-color: #d31616;
	border-radius: 4px;
	background-color: #b62f2f;
}

.submit-button-5 {
	display: block;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	background-color: #ffe100;
	font-family: Ubuntu, Helvetica, sans-serif;
	color: #363636;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: -1px;
}

.image-21 {
	border-radius: 5px;
}

.heading-39 {
	display: inline-block;
	margin-top: -10px;
	margin-bottom: 2px;
	margin-left: 30px;
	font-family: Kalam, sans-serif;
	color: #b62f2f;
	font-size: 22px;
	text-align: left;
	letter-spacing: -1px;
}

.columns-3 {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.23);
}

.text-block-10 {
	max-width: 550px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	font-family: Ubuntu, Helvetica, sans-serif;
	text-align: center;
}

.div-block-7 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.heading-40 {
	font-family: Bitter, serif;
	text-align: center;
}

.div-block-8 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.heading-41 {
	font-family: Bitter, serif;
	text-align: center;
}

.optin-text {
	margin: 11px 12px 0px;
	padding-right: 42px;
	padding-left: 42px;
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

.footer-wrapper-3 {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	height: auto;
	padding: 25px 20px;
	background-color: rgba(0, 94, 146, 0.58);
	text-align: center;
}

.video-wrapper-2 {
	display: block;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px none #000;
	text-align: center;
}

.video-wrapper-2.sqz {
	max-width: 1190px;
	padding-top: 14px;
	padding-bottom: 90px;
}

.red-bold {
	color: #961717;
}

.headline-wrapper {
	padding-top: 13px;
	text-align: center;
}

.top-bar-2 {
	height: 30px;
	background-color: #005e92;
}

.alert {
	position: relative;
	top: 47px;
	bottom: 0px;
	z-index: 1000;
	display: block;
	overflow: visible;
	height: 50px;
	max-width: 70%;
	margin: 0px auto -19px;
	background-color: rgba(155, 8, 8, 0.87);
	opacity: 0;
	cursor: pointer;
}

.legal-text {
	display: block;
	max-width: 600px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	text-align: center;
}

.page-wrapper {
	height: auto;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.38)), to(hsla(0, 0%, 100%, 0.38))), url('../images/bg-sailing.jpg');
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.38), hsla(0, 0%, 100%, 0.38)), url('../images/bg-sailing.jpg');
	background-position: 0px 0px, 0px 0px;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, fixed;
}

.page-wrapper.squeze {
	height: 100vh;
	margin-bottom: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.57)), to(hsla(0, 0%, 100%, 0.57))), url('../images/bg-beach4.png');
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57)), url('../images/bg-beach4.png');
	background-position: 0px 0px, 0px 0px;
	background-size: auto, cover;
	background-repeat: repeat, repeat;
	background-attachment: scroll, scroll;
}

.step1 {
	padding-top: 12px;
	padding-bottom: 0px;
	font-family: 'PT Sans', sans-serif;
	color: #991717;
	font-size: 44px;
	line-height: 42px;
	font-weight: 700;
}

.column-optin {
	margin-top: -20px;
	padding: 85px 14px;
	background-image: url('../images/swoosh-red.png');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.alert-text {
	overflow: visible;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fcf5f5;
}

.form-lcp3 {
	max-width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.text-field-lcp3 {
	padding-top: 17px;
	padding-bottom: 17px;
	border-style: solid;
	border-width: 3px;
	border-color: #005e92;
	font-family: 'Open Sans', sans-serif;
}

.submit-button-6 {
	margin-top: 15px;
	border-radius: 5px;
	background-color: #005e92;
	font-size: 20px;
	line-height: 26px;
}

.submit-button-6:hover {
	background-color: #b62f2f;
}

.html-embed {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #363636;
}

.heading-42 {
	max-width: 1150px;
	margin: 0px auto 45px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0);
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	line-height: 50px;
	font-weight: 800;
	letter-spacing: -3px;
}

.heading-42:hover {
	-webkit-filter: contrast(200%);
	filter: contrast(200%);
}

.heading-43 {
	position: relative;
	z-index: 100;
	margin-top: 0px;
	padding: 7px;
	background-color: #363636;
	font-family: Kalam, sans-serif;
	color: #ffe100;
	font-size: 32px;
	line-height: 37px;
	letter-spacing: -1px;
}

.heading-44 {
	max-width: 500px;
	margin: 15px auto 35px;
	padding: 12px 20px 5px;
	background-color: #b62f2f;
	font-family: Kalam, sans-serif;
	color: #fff;
	font-size: 42px;
	line-height: 46px;
	letter-spacing: -2px;
}

.column-15 {
	margin-top: -25px;
	cursor: pointer;
}

.form-block-2 {
	margin-top: -15px;
}

.squeeze-image {
	display: block;
	overflow: visible;
	width: auto;
	max-width: 440px;
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
}

.squeeze-image:hover {
	border-style: solid;
	border-width: 5px;
	border-color: #027dc1;
	-webkit-filter: saturate(200%);
	filter: saturate(200%);
}

.button-links {
	margin-top: 12px;
	border-radius: 5px;
	background-color: #005e92;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}

.button-links:hover {
	background-color: #b62f2f;
}

.links-column {
	overflow: hidden;
	margin: 0px;
	padding: 30px;
	border-style: dotted;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.13);
	background-color: hsla(0, 0%, 94%, 0.62);
}

.link-box {
	margin-top: -30px;
	padding: 10px 22px;
	border-style: dashed;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.link-box:hover {
	background-color: #fffbd9;
}

.link-block-header {
	margin-bottom: 28px;
	padding: 5px;
	background-color: #363636;
}

.preview-link {
	color: #00a8d0;
	font-weight: 600;
}

.preview-link:hover {
	color: #037590;
}

.link-heading {
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}

.links-column-wrapper {
	margin-top: 1px;
}

.data-columns-links {
	margin-top: 18px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.17);
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.column-heading-1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px none rgba(0, 0, 0, 0.18);
	border-bottom: 1px solid rgba(0, 0, 0, 0.23);
	font-size: 15px;
	line-height: 20px;
}

.column-heading-1.nb {
	border-style: none none solid;
	border-width: 1px;
	border-color: #000 rgba(0, 0, 0, 0.33) rgba(0, 0, 0, 0.19) #000;
}

.data-column-2 {
	border-right: 1px solid rgba(0, 0, 0, 0.11);
}

.data-info-text {
	padding-top: 5px;
	padding-bottom: 5px;
}

.default-links-wrapper {
	display: block;
}

.tabs-menu-my-biz {
	position: relative;
	display: block;
	margin: 1px auto 0px;
	background-color: #fff;
	text-align: center;
}

.tab-link-tab-1-3 {
	width: 32%;
	margin-right: 1px;
	margin-left: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-right: 1px solid #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.tab-link-tab-1-3:hover {
	padding-bottom: 20px;
	border-bottom: 5px solid #d6d6d6;
	background-color: #363636;
}

.tab-link-tab-1-3.w--current {
	width: 32%;
	padding-top: 13px;
	padding-bottom: 20px;
	border-bottom: 5px solid #027dc1;
	background-color: #ffe100;
	color: #363636;
	font-weight: 600;
}

.tab-link-tab-1-3.last {
	width: 32%;
	border-right-style: none;
	font-family: 'Open Sans', sans-serif;
}

.tab-link-tab-1-4 {
	width: 24%;
	margin-right: 1px;
	margin-left: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-right: 1px solid #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.tab-link-tab-1-4:hover {
	padding-bottom: 20px;
	border-bottom: 5px solid #d6d6d6;
	background-color: #363636;
}

.tab-link-tab-1-4.w--current {
	width: 24%;
	padding-top: 13px;
	padding-bottom: 20px;
	border-bottom: 5px solid #027dc1;
	background-color: #ffe100;
	color: #363636;
	font-weight: 600;
}

.tab-link-tab-1-4.last {
	width: 24%;
	border-right-style: none;
	font-family: 'Open Sans', sans-serif;
}

.text-block-14 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.tabs-2 {
	margin-top: 0px;
}

.tabs-content-3 {
	display: block;
	padding: 10px 50px 25px;
}

.link-tracker-header-wrapper {
	margin-bottom: 3px;
	padding: 10px;
	background-color: hsla(0, 0%, 86.7%, 0.25);
}

.heading-link-tracker {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #027dc1;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}

.columns-4 {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.23);
}

.thumb-tracker {
	height: 75px;
	text-align: left;
}

.thumb-tracker:hover {
	border-style: solid;
	border-width: 2px;
	border-color: #b62f2f;
}

.column-17 {
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

.link-box-tracker {
	display: block;
	margin-top: 15px;
	padding: 10px 22px;
	float: left;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: #fff;
	text-align: left;
}

.link-box-tracker:hover {
	background-color: #fffbd9;
}

.link-tracker-table-header {
	color: #363636;
	font-weight: 700;
	text-align: center;
}

.text-tracker-results {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tracker-column {
	height: auto;
	padding-bottom: 15px;
	border-right: 1px solid rgba(0, 0, 0, 0.17);
	text-align: center;
}

.tracker-column.end {
	border-right-style: none;
}

.button-video-pop {
	display: block;
	margin-left: -7px;
	float: none;
	text-align: left;
}

.button-video-pop:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.tab-pane-tab-2b {
	padding-top: 30px;
	text-align: left;
}

.data-wrapper {
	margin-top: 6px;
}

.lightbox-link-2 {
	display: inline-block;
}

.new-tracker-wrapper {
	max-width: 500px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	clear: left;
	border-style: dashed;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0.13);
	background-color: hsla(0, 0%, 94%, 0.23);
}

.heading-45 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #363636;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 0px;
}

.form-3 {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.form-block-3 {
	margin-top: 40px;
}

.button-video-pop-2 {
	display: block;
	margin-left: -7px;
	float: none;
	text-align: left;
}

.button-video-pop-2:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.lightbox-link-3 {
	display: inline-block;
	margin-top: 50px;
	float: none;
}

.tag-selector2 {
	border-radius: 5px;
	background-color: #fff;
	color: #8b8b8b;
}

.tag-selector2:hover {
	background-color: #fffbd9;
}

.tag-desc {
	border-radius: 5px;
}

.tag-desc:hover {
	background-color: #fffbd9;
}

.submit-button-7 {
	margin-top: 16px;
	border-radius: 5px;
	background-color: #b62f2f;
}

.submit-button-7:hover {
	background-color: #027dc1;
}

.content-wrapper-link-tracker2 {
	min-height: 100vh;
}

.content-wrapper-resources {
	position: relative;
	display: block;
	max-width: 1100px;
	min-height: 100px;
	min-width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, 0.95);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.59);
}

.tab-link-tab-1-resources {
	width: 24%;
	margin-right: 1px;
	margin-left: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-right: 1px solid #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.tab-link-tab-1-resources:hover {
	padding-bottom: 20px;
	border-bottom: 5px solid #d6d6d6;
	background-color: #363636;
}

.tab-link-tab-1-resources.w--current {
	width: 24%;
	padding-top: 13px;
	padding-bottom: 20px;
	border-bottom: 5px solid #027dc1;
	background-color: #ffe100;
	color: #363636;
	font-weight: 600;
}

.tab-link-tab-1-resources.last-resource-tab {
	width: 24%;
	border-right-style: none;
	font-family: 'Open Sans', sans-serif;
}

.tabs-content-resources {
	display: block;
	padding: 10px 50px 25px;
}

.tab-content-wrapper {
	display: block;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}

.resource-tab-header {
	padding: 5px;
	background-color: #313131;
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
}

.header-text-tabs {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
}

.email-subject {
	overflow: auto;
	max-height: 250px;
	min-height: 40px;
	margin-top: 19px;
	margin-bottom: 19px;
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.17);
	font-size: 18px;
}

.text-block-15 {
	overflow: visible;
	padding: 10px;
	text-align: left;
}

.text-block-16 {
	max-width: 800px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding: 18px;
	background-color: #fffbd9;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.fb-post-wrapper {
	margin-bottom: 25px;
	padding: 20px 50px 50px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.12);
}

.rich-text-block {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.alert-message {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	background-color: #fffbd9;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.div-block-11 {
	margin-top: 29px;
	margin-bottom: 50px;
}

.banner-wrapper {
	display: block;
	max-width: 900px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	padding: 39px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.18);
	background-color: hsla(0, 0%, 100%, 0);
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.heading-46 {
	font-size: 18px;
	letter-spacing: -1px;
}

.banner-code-box {
	min-height: 50px;
	padding-top: 13px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.11);
}

.columns-5 {
	margin-top: 25px;
}

.tab-3-payment {
	height: 100vh;
	margin-top: 0px;
	padding: 0px 0px 26px;
}

.social-banner-wrapper {
	padding: 15px;
}

.banner {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.21);
}

.content-wrapper-my-biz {
	position: relative;
	display: block;
	max-width: 1100px;
	min-height: 100px;
	min-width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, 0.95);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.59);
}

.tab-my-biz {
	position: relative;
	width: 16%;
	margin-right: 1px;
	margin-left: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-right: 1px solid #fff;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.tab-my-biz:hover {
	padding-bottom: 20px;
	border-bottom: 5px solid #d6d6d6;
	background-color: #363636;
}

.tab-my-biz.w--current {
	width: 16%;
	margin-right: 0px;
	padding-top: 13px;
	padding-bottom: 20px;
	border-bottom: 5px solid #027dc1;
	background-color: #ffe100;
	color: #363636;
	font-weight: 600;
}

.text-block-tab-biz {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: center;
}

.column-19 {
	padding: 20px 40px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.column-20 {
	padding: 20px 40px;
}

.text-field-profile {
	position: static;
	display: block;
	max-width: 320px;
	margin-top: -30px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.31);
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.text-field-profile:hover {
	background-color: #fffbd9;
}

.submit-button-profile {
	position: static;
	display: inline-block;
	min-width: 350px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-radius: 5px;
	background-color: #b62f2f;
}

.submit-button-profile:hover {
	background-color: #027dc1;
}

.avatar {
	margin-bottom: 25px;
	border-radius: 5px;
}

.field-label-profile {
	position: static;
	display: block;
	min-width: 160px;
	margin-top: 24px;
	margin-right: 10px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: right;
}

.field-label-profile.first {
	min-width: 160px;
	margin-top: 6px;
}

.hr-2 {
	display: inline-block;
	width: 100%;
	height: 1px;
	max-height: 1px;
	margin-top: 30px;
	margin-bottom: 21px;
	float: none;
	clear: none;
	background-color: rgba(207, 207, 207, 0.43);
	text-align: left;
}

.heading-form {
	position: static;
	height: auto;
	margin-top: 0px;
	float: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: left;
}

.heading-form.first2 {
	margin-top: 35px;
}

.heading-form-2 {
	margin-top: 0px;
	margin-bottom: 25px;
	background-color: rgba(241, 241, 241, 0.52);
	font-family: 'Open Sans', sans-serif;
	color: #b62f2f;
	font-size: 18px;
	text-align: center;
}

.sponsor-text {
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: left;
}

.dropdown-profile {
	position: static;
	display: block;
	max-width: 320px;
	margin-top: -30px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.31);
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.dropdown-profile:hover {
	background-color: #fffbd9;
}

.dropdown-profile-small {
	position: static;
	display: block;
	max-width: 320px;
	margin-top: -30px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.31);
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.dropdown-profile-small:hover {
	background-color: #fffbd9;
}

.field-label-profile-small-2 {
	position: static;
	display: block;
	min-width: 140px;
	margin-top: 25px;
	margin-right: 10px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: right;
}

.text-block-17 {
	text-align: left;
}

.alert-message-2 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
	background-color: #fffbd9;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.text-block-18 {
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.button-logout {
	margin-top: 65px;
	border-radius: 5px;
	background-color: #b62f2f;
}

.button-logout:hover {
	background-color: #027dc1;
}

.italic-text-2 {
	letter-spacing: 0px;
}

.heading-commissions {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 10px;
	border-bottom: 1px none rgba(0, 0, 0, 0.18);
	background-color: transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.tab-2-commissions {
	height: 100vh;
	padding-top: 0px;
	text-align: left;
}

.column-21 {
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
}

.button-ewallet {
	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 0px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.button-ewallet:hover {
	background-color: #027dc1;
}

.column-22 {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f3f3f3;
	text-align: left;
}

.columns-6 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
	background-color: rgba(247, 243, 243, 0.95);
}

.data-column {
	margin-top: 13px;
	padding: 10px 25px;
	border-right: 1px solid #fff;
	background-color: #363636;
}

.data-header {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.grid-leaderboard {
	margin-top: 10px;
	clear: left;
	grid-column-gap: 0px;
	-ms-grid-columns: 0.75fr 1fr 1fr 1.75fr 1fr 1fr 1fr 0.5fr 1fr 1fr;
	grid-template-columns: 0.75fr 1fr 1fr 1.75fr 1fr 1fr 1fr 0.5fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.team-table {
	margin-top: 10px;
	clear: left;
	background-color: rgba(245, 244, 244, 0.95);
}

.grid-team {
	clear: left;
	grid-column-gap: 0px;
	-ms-grid-columns: 0.75fr 1fr 1fr 1.75fr 1fr 1fr 1fr 0.5fr 1fr 1fr;
	grid-template-columns: 0.75fr 1fr 1fr 1.75fr 1fr 1fr 1fr 0.5fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}


.data-text-gen {
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.data-text-gen-img {
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
}

.data-text {
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.tabs-content-my-business {
	display: block;
	height: auto;
	margin-top: 20px;
	padding: 30px 65px;
}

.tab-4-billing {
	height: 100vh;
}

.tab-5-ewallet {
	height: auto;
	padding-bottom: 50px;
}

.tab-6-help {
	height: auto;
}

.columns-payment {
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
	background-color: rgba(247, 243, 243, 0.95);
}

.grid-payments {
	margin-top: 15px;
	grid-column-gap: 5px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.grid-payments-text {
	grid-column-gap: 5px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.grid-payments-total {
	font-weight: bold;
	grid-column-gap: 5px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.grid-reserves {
	margin-top: 15px;
	grid-column-gap: 5px;
	-ms-grid-columns: 1fr 1fr 1fr 4fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 4fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.grid-reserves-text {
	grid-column-gap: 5px;
	-ms-grid-columns: 1fr 1fr 1fr 4fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 4fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.grid-reserves-total {
	font-weight: bold;
	grid-column-gap: 5px;
	-ms-grid-columns: 1fr 1fr 1fr 4fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 4fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.tabs-menu-4 {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: left;
}

.tab-link-billing {
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 2px 2px 0px 0px;
	background-color: hsla(0, 0%, 94%, 0.95);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.tab-link-billing:hover {
	border-bottom: 5px solid #202020;
	background-color: #4e4e4e;
	color: #fff;
}

.tab-link-billing.w--current {
	margin-right: 3px;
	margin-left: 3px;
	border-bottom: 5px solid #181818;
	background-color: #363636;
	color: #fff;
	font-size: 14px;
}

.grid-2 {
	margin-top: 30px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: left;
}

.grid-121 {
	margin-top: 10px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: left;
}

.grid-121b {
	margin-top: 10px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.tabs-content-4 {
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 0px 30px 60px;
	border-style: none;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.07);
}

.heading-47 {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	text-align: left;
}

.credit-card-info-wrapper-billing {
	display: none;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.credit-card-info-wrapper-billing-update {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.image-17b {
	display: block;
	margin-top: 10px;
	float: right;
}

.button-cc-slider {
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
	float: left;
	border-radius: 5px;
	background-color: #b62f2f;
}

.button-cc-slider:hover {
	background-color: #027dc1;
}

.form-block-4 {
	display: block;
}

.form-4 {
	display: block;
	text-align: center;
}

.submit-button-8 {
	margin-top: 15px;
	float: left;
	border-radius: 5px;
	background-color: #363636;
	text-align: center;
}

.submit-button-8:hover {
	background-color: #027dc1;
}

.div-block-12 {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.button-cc-cancel {
	display: none;
	margin-right: 3px;
	margin-bottom: 32px;
	margin-left: 3px;
	float: left;
	border-radius: 5px;
	background-color: #b62f2f;
}

.button-cc-cancel:hover {
	background-color: #027dc1;
}

.text-block-19 {
	text-align: left;
}

.column-23 {
	padding: 30px;
	border-right: 1px none rgba(0, 0, 0, 0.14);
}

.column-24 {
	padding: 30px 30px 30px 50px;
	border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.columns-7 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px none #000;
}

.rich-text-block-2 {
	margin-bottom: -35px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.image-22 {
	max-width: 150px;
}

.image-23 {
	max-width: 150px;
}

.heading-48 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-align: left;
	letter-spacing: -1px;
}

.paragraph-4 {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.button-ewallet-2 {
	margin-top: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	float: left;
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.button-ewallet-2:hover {
	background-color: #027dc1;
}

.button-ewallet-3 {
	margin-top: 0px;
	margin-bottom: 54px;
	padding-top: 12px;
	padding-bottom: 12px;
	float: none;
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.button-ewallet-3:hover {
	background-color: #027dc1;
}

.text-block-20 {
	margin-bottom: 9px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.heading-49 {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding: 0px 25px 25px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.17);
	font-family: 'Open Sans', sans-serif;
	color: #027dc1;
	text-align: left;
}

.column-25 {
	padding: 25px 50px;
	background-color: hsla(0, 0%, 94%, 0.64);
}

.question {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
}

.answer {
	text-align: left;
}

.columns-8 {
	margin-bottom: 0px;
	padding-bottom: 60px;
}

.column-26 {
	padding-right: 50px;
	padding-left: 25px;
}

.heading-50 {
	margin-bottom: 31px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
}

.button-support {
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.button-support:hover {
	background-color: #027dc1;
}

.heading-50b {
	margin-top: 45px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	text-align: left;
}

.icon {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 21px;
	padding-bottom: 0px;
	float: left;
	font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-block-21 {
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.text-block-21b {
	margin-top: 20px;
	margin-left: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.payments-wrapper-top {
	min-height: 100px;
	margin-top: 15px;
}

.column-27 {
	padding: 0px 30px;
	background-color: #dadada;
	font-family: 'Open Sans', sans-serif;
}

.column-28 {
	padding: 0px 30px;
	background-color: #bebebe;
}

.column-29 {
	padding: 0px 30px;
	background-color: #535353;
}

.column-30 {
	padding: 5px 30px;
	background-color: #2f6e50;
}

.payout-heading {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}

.heading-number {
	display: inline-block;
	margin-top: 0px;
	float: left;
	clear: left;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-align: left;
}

.icon-payments {
	font-family: 'Font awesome 5 free solid 900', sans-serif;
	color: #fff;
}

.heading-51 {
	display: inline-block;
	margin-top: 10px;
	float: right;
}

.content-wrapper-leaderboard {
	position: relative;
	display: block;
	/*height: 100vh;*/
	max-width: 1100px;
	min-height: auto;
	min-width: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 35px 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, 0.95);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.59);
}

.button-csv {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	text-transform: uppercase;
}

.button-csv:hover {
	background-color: #027dc1;
}

.grid-commisions {
	margin-top: 20px;
	clear: left;
	grid-column-gap: 0px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.grid-commisions-text {
	clear: left;
	grid-column-gap: 0px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.grid-commisions-b {
	font-weight: bold;
	clear: left;
	grid-column-gap: 0px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.content-wrapper-leads {
	position: relative;
	display: block;
	/*height: 100vh;*/
	max-width: 1100px;
	min-height: auto;
	min-width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 45px 45px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, 0.95);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.59);
}

.grid-lead {
	clear: left;
	grid-column-gap: 0px;
	-ms-grid-columns: 0.25fr 1fr 1fr 1.75fr 1fr 1fr 1fr;
	grid-template-columns: 0.25fr 1fr 1fr 1.75fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	background-color: rgba(245, 244, 244, 0.95);
}

.content-wrapper-team {
	position: relative;
	display: block;
	/*height: 100vh;*/
	max-width: 1100px;
	min-height: auto;
	min-width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 45px 45px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, 0.95);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.59);
}

.content-wrapper-upgrader {
	position: relative;
	display: block;

	max-width: 800px;
	min-height: auto;
	min-width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 45px 45px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, 0.95);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.59);
}

.tabs-menu-5 {
	text-align: left;
}

.tab-wrapper-leaderboard {
	margin-top: 30px;
	margin-bottom: 60px;
}

.heading-52 {
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
}

.tab-leaderboard {
	margin-right: 1px;
	margin-left: 1px;
	border-bottom: 5px none #000;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.tab-leaderboard:hover {
	border-bottom-style: solid;
	background-color: #494949;
	color: #fff;
}

.tab-leaderboard.w--current {
	border-bottom-style: solid;
	background-color: #363636;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.tab-content-leader-wrapper {
	padding: 0px 30px 30px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.1);
}

.grid-sales {
	padding-bottom: 15px;
	-ms-grid-columns: 0.25fr 2fr 1.75fr 1fr;
	grid-template-columns: 0.25fr 2fr 1.75fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: left;
}

.text-block-grid {
	text-align: left;
}

.text-block-grid-cs {
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}

.dummy-text {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.headline-upsell {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -2px;
}

.headline-wait {
	margin-top: 0px;
	font-family: 'Permanent Marker', sans-serif;
	color: #b62f2f;
	font-size: 32px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
}

.upgrade-image {
	display: block;
	margin: 23px auto 21px;
}

.no-thanks-link {
	display: block;
	max-width: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0px;
	text-decoration: none;
}

.no-thanks-link:hover {
	color: #b62f2f;
}

.image-24 {
	display: block;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
}

.content-wrapper-upgrade {
	position: relative;
	top: -31px;
	z-index: 100;
	display: block;
	max-width: 800px;
	margin-top: -35px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 40px 35px;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(0, 0, 0, 0.82);
	border-radius: 5px;
	background-color: hsla(0, 0%, 100%, 0.82);
	box-shadow: 0 6px 20px 9px rgba(0, 0, 0, 0.46);
}

.links-column-blank {
	overflow: hidden;
	margin: 0px;
	padding: 30px;
	border-style: none;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.13);
	background-color: transparent;
}

.content-wrapper-bonuses {
	position: relative;
	display: block;
	max-width: 1100px;
	min-height: 100vh;
	min-width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 60px 60px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: hsla(0, 0%, 100%, 0.95);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.59);
}

.heading-53 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -2px;
}

.bonus-column-wrapper {
	margin-top: 1px;
}

.bonus-column {
	overflow: hidden;
	margin: 0px;
	padding: 30px;
	border-style: dotted;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.13);
	background-color: hsla(0, 0%, 94%, 0.62);
}

.bonus-block-header {
	margin-bottom: 28px;
	padding: 5px;
	background-color: #363636;
}

.button-bonus {
	margin-top: 12px;
	border-radius: 5px;
	background-color: #005e92;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.button-bonus:hover {
	background-color: #b62f2f;
}

.bonus-is-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.bonus-heading {
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}

.paragraph-5 {
	font-family: 'Open Sans', sans-serif;
	color: #b62f2f;
	font-size: 34px;
	line-height: 40px;
}

.bonus-box {
	margin-top: -30px;
	padding: 25px;
	border-style: dashed;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.bonus-box:hover {
	background-color: #fff;
}

.anchor {
	max-height: 1px;
}

.text-block-22 {
	margin-top: 38px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	text-align: left;
}

.submit-button-9 {
	float: left;
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.submit-button-9:hover {
	background-color: #d31616;
}

.heading-54 {
	font-size: 20px;
}

.div-block-13 {
	max-width: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

.paragraph-6 {
	max-width: 500px;
	margin: 20px auto 40px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.image-25 {
	margin-top: -10px;
	margin-bottom: 17px;
}

.button-save-bonusis {
	margin-top: 10px;
	margin-left: 3px;
	float: left;
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.button-save-bonusis:hover {
	background-color: #027dc1;
}

.username-input-field-bonusis {
	max-width: 190px;
	min-width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 47px;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	border-style: solid;
	border-width: 2px;
	border-color: #005e92;
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.38);
}

.username-input-field-bonusis:hover {
	background-color: #fff7be;
}

.form-usernameis {
	max-width: 270px;
	text-align: center;
}

.div-block-is {
	max-width: 270px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.div-block-14 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.09);
	background-color: hsla(55, 0%, 84%, 0.15);
}

.form-block-5 {
	max-width: 270px;
	margin-top: 17px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.button-join-bonusis {
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #b62f2f;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.button-join-bonusis:hover {
	border-radius: 0px;
	background-color: #027dc1;
}

.heading-55 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.column-31 {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.12);
	background-color: hsla(0, 0%, 100%, 0.52);
}

.column-32 {
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.09);
	background-color: hsla(0, 0%, 100%, 0.56);
}

.heading-56 {
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #027dc1;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;
}

.button-back {
	margin-top: 30px;
	border-radius: 5px;
	background-color: #363636;
	font-family: 'Open Sans', sans-serif;
}

.image-26 {
	margin-bottom: 0px;
	float: right;
}

.italic-text-bottom {
	display: inline-block;
	text-align: left;
}

.tabs-3 {
	background-color: transparent;
	opacity: 1;
}



@media screen and (max-width: 991px) {
	.main-wrapper {
		top: 0%;
		height: auto;
	}
	.top-bar {
		padding-top: 10px;
	}
	.content-wrapper {
		height: auto;
		min-height: 100vh;
		padding-right: 30px;
		padding-left: 31px;
		background-color: hsla(0, 0%, 100%, 0.85);
	}
	.headline1 {
		max-width: 700px;
	}
	.video-wrapper {
		max-width: 700px;
		padding: 2px;
	}
	.volume-wrapper {
		margin-top: 0px;
	}
	.heading-3 {
		line-height: 18px;
	}
	.red-bar {
		display: none;
	}
	.nav-link {
		font-size: 16px;
	}
	.nav-menu {
		background-color: #04223c;
	}
	.menu-button {
		padding-bottom: 8px;
		background-color: transparent;
	}
	.menu-button.w--open {
		background-color: #027dc1;
	}
	.icon-lg {
		margin-bottom: 0px;
		color: #fff;
		font-size: 30px;
		line-height: 34px;
	}
	.icon-lg:hover {
		color: #fff;
	}
	.headline-start {
		padding-top: 30px;
		font-size: 34px;
		line-height: 38px;
	}
	.main-wrapper-2 {
		min-height: auto;
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bobg3.jpg');
		background-image: linear-gradient(180deg, transparent, transparent), url('../images/bobg3.jpg');
		background-position: 0px 0px, 50% 100%;
		background-attachment: scroll, fixed;
	}
	.tab-link {
		width: 70%;
		margin-top: 3px;
		margin-right: 3px;
		margin-left: 3px;
		padding-right: 3px;
		padding-left: 3px;
	}
	.tab-link.w--current {
		width: 70%;
		margin-top: 3px;
	}
	.footer-wrapper-2 {
		height: auto;
		padding-right: 20px;
		padding-bottom: 30px;
		padding-left: 20px;
	}
	.heading-upgrade {
		max-width: 400px;
		min-width: auto;
		margin-top: 5px;
		font-size: 14px;
	}
	.button-upgrade {
		position: static;
		display: inline-block;
		margin-top: 0px;
		margin-bottom: 0px;
		float: none;
	}
	.columns-2 {
		min-height: auto;
	}
	.column-9 {
		display: none;
		min-height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.column-10 {
		min-height: auto;
		padding-top: 15px;
		padding-bottom: 16px;
	}
	.image-12 {
		margin-bottom: 54px;
	}
	.logo-login {
		display: block;
		margin-bottom: 54px;
	}
	.main-wrapper-start {
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bobg3.jpg');
		background-image: linear-gradient(180deg, transparent, transparent), url('../images/bobg3.jpg');
		background-position: 0px 0px, 50% 100%;
		background-attachment: scroll, fixed;
	}
	.column-11 {
		display: block;
	}
	.italic-text {
		display: block;
		clear: none;
	}
	.sub-tab-income-stream {
		min-width: 100%;
	}
	.sub-tab-income-stream.w--current {
		min-width: 100%;
	}
	.username-input-field {
		max-width: 90%;
		float: left;
	}
	.button-save-2 {
		float: left;
	}
	.form1 {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.heading-30 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.lcp-thumb {
		margin-top: 10px;
	}
	.headline-lcp {
		font-size: 42px;
		line-height: 46px;
	}
	.popup {
		top: 8%;
	}
	.optin-text {
		padding-right: 0px;
		padding-left: 0px;
	}
	.footer-wrapper-3 {
		position: relative;!important;
	}
	.video-wrapper-2 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.video-wrapper-2.sqz {
		height: auto;
		padding-bottom: 20px;
	}
	.headline-wrapper {
		padding-top: 0px;
		padding-right: 18px;
	}
	.page-wrapper.squeze {
		height: auto;
	}
	.column-optin {
		padding: 12px 17px 16px;
		background-color: hsla(0, 0%, 100%, 0.49);
		background-image: none;
		background-size: auto;
		background-repeat: repeat;
		background-attachment: scroll;
	}
	.heading-42 {
		margin-bottom: 11px;
	}
	.heading-43 {
		font-size: 28px;
	}
	.heading-44 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.squeeze-image {
		max-width: 350px;
	}
	.button-links {
		padding-right: 8px;
		padding-left: 8px;
	}
	.links-column {
		padding-right: 5px;
		padding-left: 5px;
	}
	.link-box {
		padding-right: 0px;
		padding-left: 0px;
	}
	.text-block-13 {
		display: block;
	}
	.preview-link {
		display: inline;
		font-size: 12px;
	}
	.tab-link-tab-1-3 {
		width: 100%;
	}
	.tab-link-tab-1-3.w--current {
		width: 100%;
	}
	.tab-link-tab-1-3.last {
		width: 100%;
		font-size: 14px;
	}
	.tabs-content-3 {
		padding-right: 10px;
		padding-bottom: 50px;
		padding-left: 10px;
	}
	.link-box-tracker {
		padding-right: 0px;
		padding-left: 0px;
	}
	.content-wrapper-link-tracker2 {
		min-height: auto;
	}
	.tab-link-tab-1-resources {
		width: 100%;
		margin: 1px;
	}
	.tab-link-tab-1-resources.w--current {
		width: 100%;
	}
	.tab-link-tab-1-resources.last-resource-tab {
		width: 100%;
		font-size: 14px;
	}
	.tabs-content-resources {
		padding: 5px 10px 50px;
	}
	.text-block-16 {
		margin-top: 9px;
	}
	.tab-my-biz {
		width: 100%;
		margin: 1px;
	}
	.tab-my-biz.w--current {
		width: 100%;
	}
	.text-field-profile {
		max-width: none;
		margin-top: -4px;
	}
	.field-label-profile {
		min-width: auto;
		margin-top: 0px;
	}
	.field-label-profile.first {
		min-width: auto;
	}
	.hr-2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.dropdown-profile {
		max-width: none;
	}
	.dropdown-profile-small {
		max-width: none;
	}
	.field-label-profile-small-2 {
		min-width: auto;
		margin-top: 0px;
	}
	.data-column {
		margin-top: 3px;
	}
	.tabs-content-my-business {
		padding: 5px 25px 50px;
	}
	.column-25 {
		font-family: 'Open Sans', sans-serif;
		text-align: center;
	}
	.heading-50 {
		text-align: center;
	}
	.heading-50b {
		text-align: center;
	}
	.icon {
		display: inline-block;
		float: none;
	}
	.headline-wait {
		line-height: 35px;
	}
	.content-wrapper-upgrade {
		top: 0px;
		height: auto;
		min-height: 100vh;
		margin-top: 0px;
		padding-right: 30px;
		padding-left: 31px;
		background-color: hsla(0, 0%, 100%, 0.85);
	}
	.links-column-blank {
		padding-right: 5px;
		padding-left: 5px;
	}
	.content-wrapper-bonuses {
		padding: 22px;
	}
	.bonus-column {
		padding-right: 5px;
		padding-left: 5px;
	}
	.button-bonus {
		padding-right: 8px;
		padding-left: 8px;
	}
	.bonus-box {
		padding: 20px;
	}
	.button-save-bonusis {
		float: left;
	}
	.username-input-field-bonusis {
		max-width: 70%;
		float: left;
	}
	.form-usernameis {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.div-block-14 {
		padding: 10px;
	}
	.column-32 {
		padding-right: 11px;
		padding-left: 11px;
	}
	.italic-text-bottom {
		display: inline-block;
		clear: none;
	}
}
@media screen and (max-width: 1920px) {

	.footer-wrapper-3 {
		position: relative; !important;
	}


}
@media screen and (max-width: 767px) {
	.main-wrapper {
		position: static;
		top: 0%;
		min-width: 100vw;
	}
	.top-bar {
		display: block;
		min-width: 100vw;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 120px;
	}
	.content-wrapper {
		position: static;
		max-width: none;
		min-height: auto;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.headline1 {
		max-width: 100%;
	}
	.volume-wrapper {
		margin-top: -6px;
	}
	.heading-3 {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 12px;
		letter-spacing: 0px;
	}
	.image-3b {
		display: inline-block;
		margin-top: 0px;
	}
	.cta-price {
		max-width: 350px;
		margin-right: auto;
		margin-bottom: -10px;
		margin-left: auto;
		font-size: 24px;
		line-height: 28px;
	}
	.yellow-highlight {
		font-size: 25px;
		line-height: 29px;
	}
	.tab-link-tab-1 {
		width: 100%;
	}
	.tab-link-tab-1.w--current {
		width: 100%;
	}
	.tab-link-tab-2 {
		width: 100%;
	}
	.text-field {
		width: 100%;
	}
	.button {
		margin-top: 25px;
	}
	.red-bar {
		display: none;
		min-width: 100vw;
	}
	.image-7 {
		margin-top: 20px;
	}
	.image-seal-2 {
		padding-bottom: 30px;
	}
	.country-field {
		width: 100%;
	}
	.state-field {
		width: 100%;
		float: left;
	}
	.submit-button-2 {
		width: 100%;
	}
	.cc-field {
		width: 100%;
	}
	.cc-month {
		width: 32%;
	}
	.cc-year {
		width: 30%;
	}
	.ccv-field {
		width: 30%;
	}
	.heading-total {
		text-align: center;
	}
	.heading-15 {
		text-align: center;
	}
	.sm-bullet-heading {
		margin-top: 0px;
		float: none;
	}
	.image-10 {
		margin-top: 0px;
	}
	.column-4 {
		display: block;
		text-align: left;
	}
	.column-5 {
		text-align: left;
	}
	.column-6 {
		text-align: left;
	}
	.column-7 {
		text-align: left;
	}
	.icon-lg {
		color: #fff;
	}
	.headline-start {
		font-size: 38px;
	}
	.main-wrapper-2 {
		padding-top: 0px;
	}
	.tab-link {
		width: 70%;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.footer-wrapper-2 {
		height: auto;
		padding-bottom: 30px;
	}
	.logo-login {
		display: block;
	}
	.main-wrapper-start {
		padding-top: 0px;
	}
	.image-13 {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.username-input-field {
		max-width: 83%;
	}
	.column-12 {
		padding-top: 20px;
	}
	.heading-30 {
		margin-bottom: 15px;
		font-size: 28px;
		line-height: 33px;
	}
	.div-block-5 {
		min-height: 100vh;
		padding-right: 25px;
		padding-left: 25px;
	}
	.headline-lcp {
		font-size: 36px;
		line-height: 40px;
	}
	.heading-33 {
		font-size: 27px;
	}
	.button-2 {
		font-size: 24px;
		line-height: 28px;
	}
	.popup {
		top: 5%;
		width: 80%;
		height: auto;
	}
	.div-block-6 {
		height: auto;
	}
	.heading-37 {
		font-size: 36px;
		line-height: 40px;
	}
	.column-14 {
		margin-top: 55px;
	}
	.heading-39 {
		display: block;
		margin-left: 0px;
		text-align: center;
	}
	.footer-wrapper-3 {
		position: relative; !important;
	}
	.page-wrapper.squeze {
		height: auto;
	}
	.column-optin {
		margin-top: -6px;
	}
	.alert-text {
		line-height: 14px;
	}
	.heading-42 {
		margin-bottom: -15px;
		font-size: 38px;
		line-height: 42px;
	}
	.heading-43 {
		z-index: 100;
	}
	.column-15 {
		margin-top: -5px;
	}
	.button-links {
		min-width: 150px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.preview-link {
		font-size: 9px;
	}
	.column-heading-1 {
		width: 100%;
	}
	.data-info-text {
		width: 100%;
	}
	.tab-link-tab-1-3 {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #fff;
		border-right-style: none;
	}
	.tab-link-tab-1-3.w--current {
		width: 100%;
		padding-bottom: 13px;
		border-bottom-style: none;
		font-size: 14px;
	}
	.tab-link-tab-1-3.last {
		width: 100%;
	}
	.thumb-tracker {
		display: block;
	}
	.tab-link-tab-1-resources {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #fff;
		border-right-style: none;
	}
	.tab-link-tab-1-resources.w--current {
		width: 100%;
		padding-bottom: 13px;
		border-bottom-style: none;
		font-size: 14px;
	}
	.text-block-16 {
		margin-top: 5px;
	}
	.tab-my-biz {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #fff;
		border-right-style: none;
	}
	.tab-my-biz.w--current {
		width: 100%;
		padding-bottom: 13px;
		border-bottom-style: none;
		font-size: 14px;
	}
	.text-field-profile {
		max-width: none;
	}
	.submit-button-profile {
		position: static;
		display: block;
		margin-top: 20px;
		clear: both;
	}
	.field-label-profile {
		min-width: auto;
		margin-top: 0px;
	}
	.field-label-profile.first {
		min-width: auto;
	}
	.dropdown-profile {
		max-width: none;
		margin-top: -4px;
	}
	.dropdown-profile-small {
		max-width: none;
		margin-top: 10px;
	}
	.field-label-profile-small-2 {
		margin-top: 0px;
	}
	.heading-commissions {
		display: inline-block;
	}
	.column-22 {
		position: static;
		display: block;
	}
	.data-column {
		margin-top: 1px;
	}
	.tabs-content-my-business {
		padding-right: 10px;
		padding-left: 10px;
	}
	.button-ewallet-2 {
		float: none;
	}
	.headline-wait {
		line-height: 35px;
	}
	.content-wrapper-upgrade {
		position: static;
		max-width: none;
		min-height: auto;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.content-wrapper-bonuses {
		padding: 14px;
	}
	.heading-53 {
		font-size: 30px;
	}
	.button-bonus {
		min-width: 150px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.username-input-field-bonusis {
		max-width: 75%;
	}
	.form-usernameis {
		max-width: none;
	}
	.form-block-5 {
		max-width: 350px;
	}
	.image-26 {
		float: none;
	}
}

@media screen and (max-width: 479px) {
	.top-bar {
		display: block;
		margin-bottom: -40px;
		padding-top: 19px;
		padding-bottom: 57px;
	}
	.heading {
		font-size: 18px;
	}
	.heading-2 {
		font-size: 24px;
		line-height: 27px;
	}
	.content-wrapper {
		top: -12px;
		height: auto;
		padding: 5px 5px 15px;
		background-color: hsla(0, 0%, 100%, 0.85);
	}
	.headline1 {
		display: none;
		max-width: 100%;
	}
	.volume-wrapper {
		margin-top: -5px;
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.heading-3 {
		margin-top: 0px;
		font-size: 10px;
		line-height: 14px;
	}
	.image-3b {
		max-width: 15px;
		margin-top: 2px;
	}
	.cta-price {
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		font-size: 20px;
		line-height: 24px;
	}
	.yellow-highlight {
		line-height: 25px;
	}
	.checkout-wrapper {
		padding: 5px;
	}
	.tabs-content {
		padding-bottom: 5px;
	}
	.heading-account-info {
		font-size: 16px;
		line-height: 20px;
	}
	.form-account-setup {
		padding: 15px 5px 5px 0px;
	}
	.submit-button {
		max-width: 300px;
		padding: 15px;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0px;
	}
	.button {
		margin-top: 8px;
		font-size: 22px;
		line-height: 25px;
	}
	.image-4 {
		margin-top: 3px;
	}
	.image-5 {
		width: auto;
		max-width: 300px;
	}
	.bold-text-7 {
		font-size: 21px;
		line-height: 24px;
	}
	.heading-10 {
		margin-top: 5px;
	}
	.discount-text {
		margin-top: 6px;
		margin-bottom: 0px;
	}
	.red-bar {
		display: none;
		padding-top: 2px;
		padding-bottom: 11px;
	}
	.bold-text-8 {
		font-size: 16px;
		line-height: 18px;
	}
	.text-block-4 {
		margin-top: 10px;
		font-size: 10px;
		line-height: 15px;
		letter-spacing: 0px;
	}
	.image-6 {
		margin-top: -8px;
		padding-bottom: 0px;
	}
	.image-7 {
		max-width: 150px;
		margin-top: 28px;
	}
	.image-8 {
		display: block;
		margin-top: 27px;
	}
	.heading-14 {
		margin-bottom: 15px;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 20px;
		line-height: 23px;
	}
	.blue-text {
		font-size: 24px;
		line-height: 27px;
	}
	.paragraph {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 16px;
		line-height: 19px;
	}
	.image-seal-1 {
		padding-bottom: 115px;
	}
	.heading-guarantee {
		margin-bottom: 7px;
		line-height: 18px;
	}
	.image-seal-2 {
		padding-bottom: 90px;
	}
	.heading-safe {
		margin-top: 0px;
		margin-bottom: 7px;
		line-height: 18px;
	}
	.form-billing-details {
		padding: 15px 5px 5px 0px;
	}
	.heading-billing {
		font-size: 16px;
		line-height: 20px;
	}
	.tab-pane-tab-2 {
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.submit-button-2 {
		display: block;
		max-width: none;
		margin-right: auto;
		margin-left: auto;
		padding: 15px;
		float: none;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0px;
	}
	.heading-cc {
		font-size: 16px;
		line-height: 20px;
	}
	.column {
		padding-right: 0px;
		text-align: left;
	}
	.column-2 {
		margin-top: 30px;
		padding-top: 30px;
		border-top-style: solid;
		border-top-color: rgba(0, 0, 0, 0.24);
	}
	.cc-month {
		width: 100%;
	}
	.cc-year {
		width: 100%;
	}
	.ccv-field {
		width: 100%;
	}
	.heading-pay-options {
		font-size: 16px;
		line-height: 20px;
	}
	.heading-total {
		font-size: 16px;
		line-height: 20px;
	}
	.heading-15 {
		margin-top: 10px;
		line-height: 17px;
	}
	.sm-bullet-heading {
		float: none;
	}
	.image-10 {
		display: inline-block;
		margin-bottom: 7px;
		padding-bottom: 0px;
		float: left;
	}
	.column-3 {
		display: block;
	}
	.column-4 {
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	.nav-link {
		font-size: 16px;
	}
	.nav-link.w--current {
		font-size: 16px;
	}
	.nav-menu {
		background-color: #004e79;
	}
	.menu-button {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.menu-button.w--open {
		background-color: transparent;
	}
	.navbar {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.icon-lg {
		margin-bottom: 0px;
		color: #fff;
		font-size: 40px;
		line-height: 50px;
	}
	.headline-start {
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 15px;
		font-size: 32px;
		line-height: 36px;
	}
	.tabs-menu-2 {
		margin-bottom: 15px;
	}
	.tabs {
		padding-top: 0px;
	}
	.tab-link {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.tab-link.w--current {
		width: 90%;
	}
	.footer-wrapper-2 {
		height: auto;
		margin-top: -67px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 16px;
	}
	.step-hesding {
		font-size: 22px;
	}
	.content-wrapper-bo {
		min-height: auto;
	}
	.callout-upgrade-wrapper {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 13px;
	}
	.heading-upgrade {
		padding-bottom: 10px;
		font-size: 12px;
		line-height: 15px;
	}
	.button-upgrade {
		display: block;
		padding-left: 0px;
	}
	.column-10 {
		padding-right: 21px;
		padding-left: 21px;
	}
	.heading-17 {
		margin-top: -10px;
		margin-bottom: 0px;
	}
	.image-12 {
		display: block;
		max-width: 200px;
		margin-right: auto;
		margin-bottom: 42px;
		margin-left: auto;
	}
	.heading-21 {
		margin-bottom: 0px;
		font-size: 22px;
		line-height: 26px;
	}
	.logo-login {
		display: block;
		max-width: 200px;
		margin-right: auto;
		margin-bottom: 42px;
		margin-left: auto;
	}
	.username-input-field {
		max-width: 80%;
		margin-right: auto;
		margin-left: 5px;
	}
	.button-save-2 {
		margin-right: auto;
		margin-left: auto;
		float: left;
	}
	.heading-29 {
		font-size: 16px;
	}
	.column-12 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.div-block-3 {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.heading-cart-total {
		font-size: 15px;
	}
	.lcp-thumb {
		margin: 12px 0px 0px;
		padding: 7px;
	}
	.div-block-5 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.headline-lcp {
		font-size: 24px;
		line-height: 26px;
	}
	.heading-33 {
		font-size: 20px;
		line-height: 25px;
	}
	.image-19 {
		max-width: 80%;
		margin-bottom: 50px;
	}
	.button-2 {
		font-size: 22px;
		line-height: 26px;
	}
	.popup {
		top: 5%;
		width: 90%;
		padding: 10px;
	}
	.heading-34 {
		font-size: 24px;
		line-height: 28px;
	}
	.div-block-6 {
		padding: 15px;
	}
	.heading-36 {
		margin-bottom: 17px;
		font-size: 30px;
		line-height: 34px;
	}
	.heading-37 {
		font-size: 28px;
	}
	.heading-38 {
		padding-bottom: 0px;
		font-size: 16px;
		line-height: 20px;
	}
	.column-14 {
		margin-top: 30px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.text-block-10 {
		margin-top: 30px;
	}
	.optin-text {
		font-size: 22px;
		line-height: 25px;
	}
	.video-wrapper-2 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.headline-wrapper {
		padding-right: 0px;
	}
	.top-bar-2 {
		display: none;
	}
	.page-wrapper.squeze {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-optin {
		padding-right: 0px;
		padding-left: 0px;
	}
	.alert-text {
		padding-top: 10px;
		line-height: 16px;
	}
	.heading-42 {
		padding-right: 7px;
		padding-bottom: 15px;
		padding-left: 7px;
		font-size: 28px;
		line-height: 32px;
	}
	.heading-43 {
		position: relative;
		z-index: 100;
		font-size: 20px;
		line-height: 25px;
	}
	.heading-44 {
		display: inline-block;
		margin-right: auto;
		margin-left: auto;
		font-size: 26px;
		line-height: 30px;
	}
	.column-15 {
		margin-top: -20px;
		padding-right: 0px;
		padding-left: 0px;
		border: 5px none #000;
	}
	.squeeze-image {
		max-width: 300px;
	}
	.button-links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.links-column {
		padding-top: 10px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.preview-link {
		font-size: 10px;
	}
	.tab-link-tab-1-3 {
		font-size: 14px;
	}
	.tab-link-tab-1-3.last {
		width: 100%;
	}
	.tabs-content-3 {
		padding-top: 12px;
		padding-right: 9px;
		padding-left: 9px;
	}
	.lightbox-link {
		display: block;
	}
	.heading-link-tracker {
		font-size: 16px;
		text-align: center;
	}
	.columns-4 {
		padding: 5px;
	}
	.thumb-tracker {
		margin-right: auto;
		margin-left: auto;
	}
	.column-17 {
		padding: 0px;
		text-align: center;
	}
	.link-box-tracker {
		margin-right: auto;
		margin-left: auto;
		float: none;
		text-align: center;
	}
	.link-tracker-table-header {
		font-size: 14px;
		line-height: 22px;
	}
	.text-tracker-results {
		margin-top: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.tracker-column {
		padding-bottom: 0px;
		border-right-style: none;
	}
	.button-video-pop {
		width: 200px;
		margin-left: 0px;
	}
	.tab-pane-tab-2b {
		text-align: center;
	}
	.column-18 {
		display: none;
	}
	.lightbox-link-2 {
		text-align: center;
	}
	.button-video-pop-2 {
		width: 200px;
		margin-left: 0px;
	}
	.lightbox-link-3 {
		text-align: center;
	}
	.content-wrapper-resources {
		min-height: auto;
	}
	.tab-link-tab-1-resources {
		font-size: 14px;
	}
	.tabs-content-resources {
		padding: 3px;
	}
	.tab-content-wrapper {
		padding: 5px;
	}
	.fb-post-wrapper {
		padding: 10px;
	}
	.banner-wrapper {
		padding: 5px;
	}
	.tab-3-payment {
		padding: 5px;
	}
	.content-wrapper-my-biz {
		min-height: auto;
	}
	.tab-my-biz {
		font-size: 14px;
	}
	.column-19 {
		padding: 15px;
	}
	.column-20 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.text-field-profile {
		max-width: none;
		min-width: auto;
	}
	.submit-button-profile {
		min-width: auto;
	}
	.field-label-profile {
		min-width: auto;
		margin-top: 0px;
	}
	.dropdown-profile {
		max-width: none;
	}
	.dropdown-profile-small {
		max-width: none;
	}
	.field-label-profile-small-2 {
		margin-top: 0px;
	}
	.heading-commissions {
		font-size: 14px;
	}
	.tab-2-commissions {
		text-align: center;
	}
	.grid-leaderboard {
		clear: left;
		grid-auto-flow: row;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.tabs-content-my-business {
		padding: 3px 10px;
	}
	.tab-link-billing.w--current {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.tab-text {
		text-align: center;
	}
	.column-23 {
		padding: 15px;
	}
	.column-24 {
		padding: 15px;
	}
	.column-25 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-26 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.content-wrapper-leaderboard {
		min-height: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
	.grid-commisions {
		clear: left;
		grid-auto-flow: row;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.content-wrapper-leads {
		min-height: auto;
	}
	.grid-lead {
		clear: left;
		grid-auto-flow: row;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.content-wrapper-team {
		min-height: auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.headline-upsell {
		font-size: 26px;
		line-height: 28px;
	}
	.headline-wait {
		line-height: 34px;
	}
	.content-wrapper-upgrade {
		top: -12px;
		height: auto;
		padding: 15px 5px;
		background-color: hsla(0, 0%, 100%, 0.85);
	}
	.links-column-blank {
		padding-top: 10px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.content-wrapper-bonuses {
		min-height: auto;
		padding: 10px;
	}
	.heading-53 {
		font-size: 24px;
		line-height: 28px;
	}
	.bonus-column {
		padding-top: 10px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.button-bonus {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.bonus-heading {
		font-size: 20px;
	}
	.button-save-bonusis {
		margin-right: auto;
		margin-left: auto;
		float: left;
	}
	.username-input-field-bonusis {
		max-width: 70%;
		margin-right: auto;
		margin-left: 5px;
	}
	.image-26 {
		float: none;
	}
}

#w-node-445943e1fb1d-ba29fb42 {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
}

#w-node-c83b59275379-cd9e2e5a {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
}

@font-face {
	font-family: 'Font awesome 5 free 400';
	src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Font awesome 5 brands 400';
	src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Font awesome 5 free solid 900';
	src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

.mb-5 {
	margin-bottom: 25px;
}