@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}


.video {
    max-width: 700px;
    width: 100%;
    height: 55vw;
    max-height: 394px;
}


/* common */
.ribbon {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 300px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -26px;
    top: 42px;
    transform: rotate(-45deg);
}

/* top right*/

/* bottom left*/

/* bottom right*/


.earningimg {
    box-shadow: 0px 0px 50px #cccccc;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/myearnings.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 900px;
    border-radius: 10px;
}

/*
	@keyframes pulse {
	0% {
	background-color: #F6F8FA;
	}
	50% {
	background-color: #0bb308;
	}
	100% {
	background-color: #F6F8FA;
	}
	}

	@keyframes pulsetitle {
	0% {
	color: #ffffff;
	}
	50% {
color: #0bb308;
}
100% {
color: #ffffff;
}
}
*/
header,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

main {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

b {
    font-weight: inherit
}

b {
    font-weight: bolder
}

video {
    display: inline-block
}

img {
    border-style: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700
}

ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 60px;
}

ol {
    list-style: decimal
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

img {
    display: block
}

html {
    font-size: 18px;
    line-height: 27px
}


body {
    color: #5B6F82;
    font-size: 1rem
}

body {
    font-family: "Nunito", sans-serif
}

a {
    color: inherit;
    text-decoration: underline
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none
}

h1,
h2 {
    clear: both;
    color: #202B36;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 52px;
    letter-spacing: -0.1px;
}


h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px
}

.text-light {
    color: rgba(255, 255, 255, 0.8)
}

.text-light a {
    color: rgba(255, 255, 255, 0.8)
}

.text-light h1 {
    color: #fff !important
}

.text-sm {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}

h1,
h2 {
    margin-top: 48px;
    margin-bottom: 16px
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

i {
    font-style: italic
}

b {
    font-weight: 800
}

.container {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px
}

.container {
    max-width: 1128px
}

.text-center {
    text-align: center
}

.has-top-divider {
    position: relative
}

.has-top-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #E3E7EB;
    background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%)
}

.mt-0 {
    margin-top: 0
}

.sr .has-animations .is-revealing {
    visibility: hidden
}

.site-header {
    position: relative;
    padding: 0 0
}

/*.site-header::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 66px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 800px;*/
/*    background: #0bb308;*/
/*    -webkit-transform-origin: bottom right;*/
/*    transform-origin: bottom right;*/
/*    -webkit-transform: skewY(330deg);*/
/*    transform: skewY(330deg);*/
/*    !* animation-name: pulse;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 3;*!*/
/*}*/

/*.site-header::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 66px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 800px;*/
/*    background: #0bb308;*/
/*    -webkit-transform-origin: bottom left;*/
/*    transform-origin: bottom left;*/
/*    -webkit-transform: skewY(30deg);*/
/*    transform: skewY(32deg);*/
/*    !**/
/*    animation-name: pulse;*/
/*    animation-duration: 1s;*/
/*    animation-iteration-count: 3;*!*/
/*}*/


.hero {
    position: relative;
    padding-top: 40px;
    overflow: hidden
}

.hero-paragraph {
    /*margin-bottom: 32px*/
}

.badge {
    background: #0bb308;
    margin: 5px 15px 20px;
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
}


.pricing {
    position: relative;
    overflow: hidden
}

.pricing::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 640px;
    background: #F6F8FA;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: skewY(-40deg);
    transform: skewY(-40deg);
    overflow: hidden
}

.pricing .section-title {
    margin-bottom: 48px
}

.is-boxed {
    background: radial-gradient(#2fa91754, #878feb36);
}


.body-wrap {
    background: #fff;
    overflow: hidden;
    flex-direction: column;
}

.boxed-container {
    max-width: 800px;
    margin: 40px auto 0px auto;
    box-shadow: 0px 0px 50px #cccccc;
    border-radius: 20px;
}

@supports (-ms-ime-align: auto) {
    .boxed-container {
        box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12)
    }
}

main {

}

.section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}


.hero-title span {
    color: #0bb308;
    font-weight: 800;
    width: 100%;
    display: block;
    padding-top: 18px;
}

.hero {
    padding-top: 0 !important;
    padding-bottom: 48px;
}

p.hero-paragraph {
    font-size: 23px;
}

p.video-paragraph {
    background: #0bb308;
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    font-weight: bold;
}

.container-top {
    max-width: 910px !important;
}

.step {
    background: #fff;
    box-shadow: 0 16px 48px #E3E7EB;
    padding: 20px 30px 10px;
    border-radius: 15px;
}

.step p span {
    background: yellow;
    color: #000;
    padding: 1px 6px;
}


.pill{
    background: #252728d1;
    padding: 4px 12px;
    border-radius: 20px;
    color: #ffffff;
    margin-right: 15px;
    font-weight: 800;
}

.arrow{
    text-align: center;
    margin: 10px 10px 5px 10px;
    cursor: default;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;

}


