body {
    background: #060606 !important;
}
body::before {
    height: auto !important;
    background-image: linear-gradient(330deg, #1B1220 70%, rgba(189, 71, 250, 0.42) 100%) !important;
}
.ca-page {
    position: relative;
    /* padding: 120px 0; */
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #ccc;
  -webkit-box-shadow: 0 0 0px 1000px #252525 inset;
  transition: background-color 5000s ease-in-out 0s;
}
/*.ca-container {
    max-width: 1200px;
    margin: 0 auto !important;
}*/
.mp_wrapper {
    padding: 0px !important;
}
#colophon > div > section {
    padding-left: 15px;
    padding-right: 15px;
}

.goto-home {
	cursor: pointer;
}

textarea:focus, input:focus{
    outline: none !important;
}
#mpcs-navbar .navbar-section .site-branding {
	margin-left: 48px;
}
.mp_wrapper .mp-form-row {
  margin-bottom: 20px;
}

.mp_wrapper .cc-error, .mp_wrapper .mepr-validation-error {
    padding-left: 70%;
    margin-top: 5px;
    transition: all .3s ease-out;
    font-family: 'Mulish';
    position: absolute;
}
.mp_wrapper form {
    text-align: left;
  	width: 100%;
    max-width: 800px !important;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
.iti__arrow,
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #ddd !important;
    margin-top: 20px;
  	font-family: 'Mulish';
}
.have-coupon-link,
.iti__flag {
    display: none !important;
}
.mepr_coupon.mepr-hidden {
  display: block !important;
}
/* ---------- */
/* button CTA */
/* ---------- */
input#memberpay_oneclick_checkout_coupon:focus{
    outline: none !important;
}
button#new-checkout-btn\ eventd,
button[type="submit"] {
	background: #FD0004 !important;
}
.new-join-btn {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: relative;
    border: none;
    color: #fff !important;
	border-radius: 6px !important;
    cursor: pointer;
	padding: 14px !important;
    width: 100%;
    max-width: 320px;
}

.new-join-btn.coupon-enabled {
	width: 100%;
	height: 50px;
}

.new-join-btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -75%);
	width: calc(100% - 30px);
	color: white;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.button-background {
	display: block;
	width: 100%;
	height: 50px !important;
}
.field-outer label {
    display: inline-block;
    margin-bottom: 0.5rem;
  	position: absolute;
    top: 10px;
    color: #FFFFFFED;
    font-size: 12px;
    font-family: 'Mulish';
}
.fields-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-left: auto;
	margin-right: auto;
}
.field-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    height: 63px;
    background: #252525;
    /* border: 1px solid #FD000A; */
    border-radius: 8px;
    width: 100%;
    flex-wrap: wrap;
    max-width: 660px;
    padding-left: 16px;
    padding-right: 16px;
}
.field-outer.hidden {
	display: none;
}
div#memberpay_oneclick_checkout_coupon_container svg {
    width: 24px;
}
#memberpay_oneclick_checkout_coupon {
    background: none !important;
    border: none !important;
    font-family: "Mulish", Sans-serif;
    color: white;
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    margin-bottom: -17px;
    margin-left: -10px;
    flex: 1;
}
#memberpay_oneclick_checkout_coupon:placeholder {
	font-family: "Mulish", Sans-serif;
	color: rgba(255, 255, 255, 0.21);
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
}
#memberpay_oneclick_checkout_coupon:focus {
	outline: none;
}

@media screen and (max-width: 420px) {
	.new-join-btn {
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.new-join-btn span {
		font-family: "Mulish", Sans-serif;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -75%);
		color: white;
		font-weight: 700;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}
	.fields-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

.notebar-setup-password {
	position: fixed;
	top: 61.55px;
	left: 0;
	width: 100%;
	background: #FF6969;
	text-align: center;
	padding: 0 3px 3px 3px;
	z-index: 9;
}
a:visited {
    color: none !important;
}
.notebar-setup-password a {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	text-decoration-line: underline;
	color: #FFFFFF !important;
	padding: 0;
	margin: 0;
	height: 0;
	display: inline-block;
}

@media only screen and (max-width: 376px) {
	.notebar-setup-password a {
		font-size: 14px;
		line-height: 18px;
	}
}

.elementor-shortcode > p,
.mepr_password_reset_requested p {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #555;
}

#page {
	min-height: calc(100vh - 168px) !important;
}

/* Hide Registration */
.mepr-signup-form .mepr_price,
.mepr-signup-form .mepr-transaction-invoice-wrapper,
.mepr-signup-form .mepr-payment-method {
	display: none;
}

/* Home V2 */
.wpac_introduction_v2 .title_v2 {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 63px;
	text-transform: capitalize;
	color: #FFFFFF;
	max-width: 471px;
	margin-right: 67px;
}

.wpac_introduction_v2 .divider_v2 {
	border: 1px solid rgba(255, 255, 255, 0.14);
	height: 198px;
	margin-right: 48px;
}

.wpac_introduction_v2 .list_v2 li {
	font-family: 'Exo' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 125%;
	color: #ffffff;
	margin-bottom: 24px;
	margin-left: 35px;
}

.wpac_introduction_v2 .list_v2 li:last-child {
	margin-bottom: 0;
}

.wpac_introduction_v2 .list_v2 li > span {
	position: absolute;
	margin-left: -35px;
}

@media only screen and (max-width: 882px) {
	.wpac_introduction_v2 {
		display: block !important;
	}
	
	.wpac_introduction_v2 .title_v2 {
		text-align: center;
		width: 100%;
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 28px;
		margin-right: 0;
	}
	
	.wpac_introduction_v2 .divider_v2 {
		display: none;
	}
	
	.wpac_introduction_v2 .list_v2 li {
		font-size: 16px;
		margin-bottom: 23px; 
	}
}

.wpac_benefit_wrap {
	max-width: 980px;
	margin: 0 auto;
}

#quoteSlider .splide__pagination__page {
	transform: scale(0.45);
	background: rgba(255, 255, 255, 0.25);
}

#quoteSlider .splide__pagination__page.is-active {
	background: #04D9FB;
}

#quoteSlider .splide__pagination {
	bottom: -56px;
}

#quoteSlider .splide__pagination li {
	margin: 0 -4px;
}

#quoteSlider .splide__slide {
	opacity: 0.625;
}

#quoteSlider .splide__slide img {
	margin: 0 auto;
}

#quoteSlider .splide__slide.is-active {
	opacity: 1;
}

@media only screen and (max-width: 1201px) {
	#quoteSlider .splide__slide img {
		max-width: 838px;
	}
}

@media only screen and (max-width: 1025px) {
	#quoteSlider .splide__slide img {
		max-width: 738px;
	}
}

@media only screen and (max-width: 881px) {
	#quoteSlider .splide__slide img {
		max-width: 638px;
	}
}

@media only screen and (max-width: 768px) {
	#quoteSlider .splide__slide img {
		max-width: 348px;
	}
  	#mpcs-navbar .navbar-section .navbar-brand img {
		margin-left: 15px !important;
	}
}

.wpac_cta_v2 .title_v2 {
	font-family: 'Michroma';
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 63px;
	text-transform: capitalize;
	color: #FFFFFF;
	max-width: 393px;
	margin-right: 64px;
	margin-bottom: 11px;
}

.wpac_cta_v2 .subtitle_v2 {
	font-family: 'Exo';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 170%;
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 25px;
}

.wpac_cta_v2 .horizontal_divider_v2 {
	border: 1px solid rgba(255, 255, 255, 0.13);
	width: 281px;
	margin-top: 15px;
	display: none;
}

.wpac_cta_v2 .logo_v2 {
	max-width: 111.72px;
}

.wpac_cta_v2 .divider_v2 {
	border: 1px solid rgba(255, 255, 255, 0.14);
	height: 318px;
/* 	margin-right: 42px; */
}

@media only screen and (max-width: 1025px) {
	.wpac_cta_v2 .title_v2 {
		font-size: 33px;
		margin-right: 44px;
		max-width: 350px;
		line-height: 43px;
	}
}

@media only screen and (max-width: 881px) {
	.wpac_cta_v2 .divider_v2 {
		display: none;
	}
	
	.wpac_cta_v2 .horizontal_divider_v2 {
		display: block;
	}
	
	.wpac_cta_v2 .title_v2 {
		font-size: 26px;
		line-height: 37px;
		max-width: 233px;
		margin-right: 0;
		margin-bottom: 12px;
	}
	
	.wpac_cta_v2 .subtitle_v2 {
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.wpac_cta_v2 .logo_v2 {
		display: none;
	}
}

.wpac_line_through {
	text-decoration-line: line-through;
	text-decoration-color: #FF6969;
}

@media only screen and (max-width: 1024px) {
	#headerv2 .elementor-column {
		width: auto;
	}
	
	#headerv2 .elementor-column:nth-child(3) {
		width: calc(100vw - 131.7px);
	}
}

#toggleSideMenu2 {
	cursor: pointer;
}

.wpac_content_center .memberpay_oneclick_checkout_form .fields-container,
.memberpay_oneclick_upgrade_form .fields-container {
	justify-content: center !important;
}

.wpac_wrap_v3 {
	max-width: 980px;
	margin: 0 auto;
}

.min_h_1112 {
	min-height: 1240px !important;
}

@media only screen and (max-width: 391px) {
	.min_h_1112 {
		min-height: 1164px !important;
	}
}

@media only screen and (max-width: 376px) {
	.min_h_1112 {
		min-height: 1115px !important;
	}
}

.desktop-only {
	display: block;
}

.mobile-tablet-only {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.mobile-tablet-only {
		display: block;
	}
	
	.desktop-only {
		display: none;
	}
}

/* login.css */
.mp_wrapper .mp-form-row label {
    display: block !important;
    position: absolute;
    margin-top: 10px;
    margin-left: 18px;
    font-family: 'Mulish';
    color: #FFFFFFED;
    z-index: 9;
}
.elementor-4554 .elementor-element.elementor-element-c924c12 {
    /*top: -100% !important;*/
}
#mepr_forgot_password_form label,
.mepr-form label {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #ddd;
    margin-bottom: 14px;
}

#mepr_forgot_password_form input[type="text"],
#mepr_forgot_password_form input[type="email"],
#mepr_forgot_password_form input[type="tel"],
#mepr_forgot_password_form input[type="password"],
.mp_wrapper input[type="text"],
.mepr-form input[type="text"],
.mepr-form input[type="email"],
.mepr-form input[type="tel"],
.mepr-form input[type="password"],
input#mepr_user_or_email
{
    background: #252525;
    border-radius: 10px !important;
    padding: 28px 18px 10px 18px !important;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #eee !important;
    border-color: #04061121 !important;
}
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF59;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF59;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF59;
}

.mepr-form input.invalid, .mepr-form select.invalid, .mepr-form textarea.invalid, .mepr-form label.mepr-checkbox-field.invalid, .mepr-form div.mepr-checkboxes-field.invalid, .mepr-form div.mepr-radios-field.invalid, #mepr_forgot_password_form input.invalid {
    border-color: #bdbdbd !important;
    background: #252525 !important;
}

.mepr-form input[type="text"]:focus,
.mepr-form input[type="email"]:focus,
.mepr-form input[type="tel"]:focus,
.mepr-form input[type="password"]:focus {
    outline: none !important;
}

input#wp-submit,
.mepr-form input[type="submit"],
.mepr-form input[type="button"] {
    padding: 19px !important;
    width: 100%;
    max-width: 320px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100%;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background-color: #FD0004 !important;
    border-radius: 6px !important;
    border: none !important;
    letter-spacing: 0px !important;
}

.mepr-form input[type="submit"]:hover,
.mepr-form input[type="button"]:hover,
.mepr-form input[type="submit"]:active,
.mepr-form input[type="button"]:active, 
.mepr-form input[type="submit"]:focus,
.mepr-form input[type="button"]:focus,
.mepr-form input[type="submit"]:visited,
.mepr-form input[type="button"]:visited{
    background-color: #FD0004 !important;
	color: #FFFFFF !important;
}

.mepr-form input[type="submit"]:focus,
.mepr-form input[type="button"]:focus {
    outline: none !important;
}

.mepr-form .submit,
.mepr-login-actions,
.mp-form-submit {
	text-align: center;
}

.mepr-login-actions a {
    font-family: "Mulish", Sans Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.mepr-login-actions a:visited {
    color: #FFFFFF !important;
}

.mepr-login-actions p {
    font-family: "Mulish", Sans Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFF;
}

.mepr_price .mepr_price_cell_label,
.mepr_price .mepr_price_cell {
    font-family: "Lato", Sans Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 14px;
}

.mp-table thead tr th,
.mp-table tbody tr td,
.mp-table tfoot tr th {
    font-family: "Lato", Sans Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.88);
}

.mepr-payment-method-desc-text {
    font-family: "Lato", Sans Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.32);
}

/*#mepr_forgot_password_form label {
    font-family: "Lato", Sans Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #555;
    margin-bottom: 14px;
}*/

/*#mepr_forgot_password_form input[type="text"],
#mepr_forgot_password_form input[type="email"],
#mepr_forgot_password_form input[type="tel"],
#mepr_forgot_password_form input[type="password"] {
    background: #FFF;
    border-radius: 0;
    padding: 18px !important;
    font-family: "Lato", Sans Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #040611ED;
    border-color: #04061121 !important;
}*/

#mepr_forgot_password_form input.invalid, #mepr_forgot_password_form select.invalid, #mepr_forgot_password_form textarea.invalid, #mepr_forgot_password_form label.mepr-checkbox-field.invalid, #mepr_forgot_password_form div.mepr-checkboxes-field.invalid, #mepr_forgot_password_form div.mepr-radios-field.invalid {
    border-color: #BE48FB !important;
    background: #333333 !important;
}

#mepr_forgot_password_form input[type="text"]:focus,
#mepr_forgot_password_form input[type="email"]:focus,
#mepr_forgot_password_form input[type="tel"]:focus,
#mepr_forgot_password_form input[type="password"]:focus {
    outline: none !important;
}

/*#mepr_forgot_password_form input[type="submit"],
#mepr_forgot_password_form input[type="button"] {
    padding: 19px 77.5px !important;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 100%;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    background-color: #FD0004 !important;
    border-radius: 0px !important;
    border: none !important;
    letter-spacing: 0px !important;
}*/

#mepr_forgot_password_form input[type="submit"]:hover,
#mepr_forgot_password_form input[type="button"]:hover,
#mepr_forgot_password_form input[type="submit"]:active,
#mepr_forgot_password_form input[type="button"]:active, 
#mepr_forgot_password_form input[type="submit"]:focus,
#mepr_forgot_password_form input[type="button"]:focus,
#mepr_forgot_password_form input[type="submit"]:visited,
#mepr_forgot_password_form input[type="button"]:visited{
    background: #FD0004 !important;
	color: white !important;
}

#mepr_forgot_password_form input[type="submit"]:focus,
#mepr_forgot_password_form input[type="button"]:focus {
    outline: none !important;
}

#mepr_forgot_password_form .submit {
	text-align: center;
}

.mepr-loading-gif,
.mepr-form-has-errors {
	display: none;
}

#mepr_phone1 {
	padding-left: 87px !important;
}

.iti__selected-dial-code {
	color: #161822 !important;
}

.elementor-5071 .elementor-element.elementor-element-6137a9a .elementor-heading-title {
    color: #040611ED !important;
    font-family: "Lato", Sans-serif !important;
}
.iti {
    display: block !important;
}