:root {
	--color-lime: #88c74a;
	--color-lime-hover: #74b039;
	--color-green: #5c9029;
	--color-text: #1e1e1e;
	--color-gray: #edefec;
	--color-gray-text: #909090;
}
*, html, body {
	scroll-behavior: smooth !important;
}
body {
	font-family: Wix Madefor Display, "Wix Madefor Display", Montserrat, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: var(--color-text);
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, b {
	font-weight: 700 !important;
}
.bg-stripe {
	background:
		linear-gradient(135deg,
			rgba(136,199,74,0) 0%,
			rgba(136,199,74,0) 32.9%,
			rgba(136,199,74,.22) 33%,
			rgba(136,199,74,.22) 66%,
			rgba(136,199,74,0) 66.1%,
			rgba(136,199,74,0) 100%
		);
}
ul.styled {
	list-style-type: none !important;
}
ul.styled li {
	position: relative;
	margin-bottom: .75em;
}
ul.styled li::before {
	content: '';
	display: block;
	position: absolute;
	background-color: white;
	border-radius: 50%;
	border: .195em solid var(--color-lime);
	box-sizing: content-box;
	right: calc(100% + 1rem);
	width: .25em;
	height: .25em;
	top: .5em;
}

.btn {
	padding: 20px 50px;
	border-radius: 30px;
	line-height: 1;
	font-weight: bold;
}
.stripe {
	transform: skew(-45deg, 0);
	z-index: 0;
	pointer-events: none;
}
.glow {
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	filter: blur(100px);
	top: 50%;
	left: 50%;
	z-index: 0;
	pointer-events: none;
}
.text-default {
	color: var(--color-text) !important;
}
.bg-green {
	background-color: var(--color-green) !important;
}
.z-index-1 {
	z-index: 1 !important;
}
.z-index-100 { z-index: 100 !important }
.z-index-200 { z-index: 200 !important }
.z-index-300 { z-index: 300 !important }
.z-index-400 { z-index: 400 !important }
.z-index-500 { z-index: 500 !important }
.pointer-events-none {
	pointer-events: none !important;
}
.text-yellow {
	color: #e1f176 !important;
}
.text-decoration-none {
	text-decoration: none !important;
}
img[data-src]:not(.loaded):not(.no-fade),
[data-bg]:not(.no-fade) {
	opacity: 0 !important;
}
img[data-src],
img.loaded,
[data-bg],
[data-ll-status="loaded"] {
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.transition-0-2s { transition: all .2s ease-in-out }
.transition-0-3s { transition: all .3s ease-in-out }
.transition-0-5s { transition: all .5s ease-in-out }
.transition-1s   { transition: all  1s ease-in-out }

.overflow-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.overflow-scroll::-webkit-scrollbar { 
    display: none;
}
.cursor-pointer {
	cursor: pointer;
}






.header .logo span {
	color: var(--color-gray-text);
}

#hero .stripe {
	right: -75px;
	width: 700px;
}
#hero .glow {
	top: 59%;
	left: 52%;
	border: min(320px, 50vw) solid rgba(178,240,70);
}

.contacts .btn {
	width: 48px;
	height: 48px;
}
.contacts .btn-sm {
    width: 40px;
    height: 40px;
}

/* #features .row > * > * {
	background-color: rgba(255,255,255,.05);
} */



.icon {
	margin-top: -4px;
}

#earn .glow, #profit .glow {
	border: min(200px, 40vw) solid white;
}
#earn .stripe, #profit .stripe {
	width: 400px;
	top: -100px;
	bottom: -100px;
}

#benefits img {
    width: min(20vw, 84px);
}

.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2388c74a'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.btn-close:hover {
	opacity: .5;
}

body:not(.loading) #loading {
	opacity: 0;
	pointer-events: none;
}

#scrollspy-nav-desktop:not(.displayed) {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-100%);
}
#scrollspy-nav-desktop a {
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
#scrollspy-nav-desktop .active {
	color: var(--color-lime) !important;
	border-bottom-color: var(--color-lime);
}

#scrollspy-nav-mobile:not(.displayed) {
	opacity: 0;
	pointer-events: none;
}
#scrollspy-nav-mobile {
    max-height: calc(100vh - 100%);
}
#scrollspy-nav-mobile .active {
	color: var(--color-lime) !important;
}

#mobile-menu-toggle {
	width: 50px;
	height: 42px;
}



@media (max-width:992px){
	#hero {
		background: linear-gradient(0deg, var(--color-gray), #fff);
	}
	#hero .stripe {
		right: -80%;
	}
	#hero .glow {
		top: 60%;
		left: 50%;
	}
	#why img {
		max-width: 60vw;
	}
}
@media (max-width:576px){
	#earn .btn, #steps .btn, #profit .btn {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


@media (min-width:1251px){
.btn-width {
	width: unset !important;
	height: 50px !important;
	line-height: 0.4 !important;
}
}

.dispbutton {
	display:block;
	position:fixed;
	z-index:99;
	right:20px;
	top: 12px;
}

@media (max-width:1250px){
.nav .me-3 {
    margin-right: 1rem !important;
}
.btn-width {
	width: 180px !important;
	line-height: 0.3 !important;
	padding:20px 30px;
}
.dispbutton {
	top: 14px;
}
}

@media (max-width:1000px){
.nav .me-3 {
    margin-right: 0.5rem !important;
}
.btn-width {
	padding:20px 10px;
}
}

@media (max-width:992px) {
#scrollspy-nav-mobile a {
    line-height: 2.5;
	text-decoration:none;
}
}

.btn-xs {
	color:#fff;
	border:1px solid #88c74a;
	background:#88c74a;
	padding:5px 15px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border-radius:30px;
}

.btn-xs:hover {
	color:#88c74a;
	background:#fff;
	transition:0.2s;
}

.bg05 {
	background-color: rgba(255,255,255,.05);
}



@media (min-width:992px){
.maxw80 {
	max-width:400px !important;
}
}


@media (max-width:991px){
.maxw80 {
	max-width:250px !important;
}
.mobc {text-align:center;}
}

.iconn {
	width:100%;
	max-width:130px;
	padding-bottom:20px;
}
