.get-started-button {
    width: 360px;
    height: 60px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    background-color: #2763E7;
    color: white;
    border-radius: 12px;
    border: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 40px;
}

.get-started-button:hover {
    background-color: #1a4cb8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(39, 99, 231, 0.3);
}

/* Specific styling for the CTA button */
#ctaGetStartedButton {
    font-weight: 800;
    width: 350px;
    padding: 12px 25px;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.start-earning-now-block .grey-text-color {
    font-weight: 400;
}

.asterisk {
    color: #505050;
    font-weight: 900;
}

#five-billion-block .re {}

#login {
    margin: 0 auto;
}

#signUpRecaptcha {
    width: max-content;
    margin: 0 auto;
    padding-bottom: 20px;
}

.hands-background {
    background: url("/assets/img/Likes 1.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0.05;
    z-index: -1;
}

.start-earning-now-title {
    letter-spacing: 0.02em;
    font-weight: 900;
    font-size: 2.5rem
}

.join-us-table {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    box-shadow: 0px 8px 16px rgba(39, 99, 231, 0.1);
    border-radius: 20px;
}

.join-us-table .header-row {
    line-height: 16px;
    padding-bottom: 2rem;
    padding-top: 2rem;
    color: #8E8E93;
}

.avatarImage {
    height: 35px;
    width: 35px;
    display: inline-block;
}

.avatarImage img {
    max-width: 100%;
}

.join-us-table .username {
    padding-left: 18px;
}

.feedback .avatar img {
    width: 135px;
    height: 135px;
}

.feedback .avatar {
    padding-left: 70px;
    position: relative;
    z-index: 10;
}

.feedback .container .row {
    align-items: center;
    justify-content: center;
}

.feedback .container .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-align: left;
}

.feedback .container .name {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.feedback .container .position {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-align: left;
}

.money-background {
    position: absolute;
    display: block;
    background: url('/assets/img/money.png') no-repeat;
    width: 146px;
    height: 66px;
    left: 132px;
    bottom: -26px;
}

.five-billion-block {
    background: url("/assets/img/5000000.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 700px;
    margin-top: -67px;
    background-color: #F9F9F9;
}

.five-billion-block .container .row {
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 700px;
    justify-content: center;
}

.how-it-works-content .container .row {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.five-billion-block .red-text {
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 122px;
    letter-spacing: 0.06em;
    color: rgba(251, 16, 16, 1);
}

.five-billion-block .mini-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
}

.how-it-works-content {
    background-color: #F9F9F9;
}

.how-it-works-content .arrow-right {
    height: 28px;
    width: 15px;
    background: url("/assets/img/arrow-right.svg");
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.how-it-works-content {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.how-it-works-content .explanation img {
    width: 85px;
    height: 85px;
}

.sign-up-block {
    background: url("/assets/img/money-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 700px;*/
}

.sign-up-block .block-title {
    padding-top: 90px;
    font-weight: 900;
    font-size: 55px;
    line-height: 64px;
    letter-spacing: 0.03em;
    color: #FFF;
    text-align: left;
}

.sign-up-block .reward {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 23px;
    letter-spacing: 0.03em;
    background: white;
    border-radius: 20px;
    min-height: 100px
}

.sign-up-block .reward img {
    margin: 0 auto;
    display: block;
}

.sign-up-block .main-block-line .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 23px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #FFF;
}

.sign-up-block .main-block-line .reward {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.04em;
    text-align: center;
    max-width: 160px;
}

.sign-up-block .main-block-line .watch-video {
    color: rgba(39, 99, 231, 1);
}

.sign-up-block .main-block-line .answer-survey {
    color: #41C6BF;
}

.sign-up-block .main-block-line .take-quizzes {
    color: #5856D6;
}

.sign-up-block .main-block-line .shop-online {
    color: #4BB227;
}

.sign-up-block .main-block-line .weakly-contests {
    color: #13B4E8;
}

.sign-up-block .main-block-line .monthly-contests {
    color: #ECB016;
}

.sign-up-block .main-block-line .giveaway {
    color: #BC1DF3;
}

.sign-up-block .main-block-line .spin-the-will {
    color: #E72727;
}

.sign-up-block .sign-up {
    background: white;
    margin-top: 60px !important;
    height: calc(min-content + 25px);
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and ( max-width: 508px) and (min-width: 375px) {
    .sign-up-block .sign-up {
        margin-top: 0 !important;
    }
}

.how-it-works-content .col {
    align-self: flex-start;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    color: black;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #4BB227;
}

.sign-up-block .sign-up {
    padding-left: 25px;
    padding-right: 25px;
}

.sign-up-block .sign-up .title {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}

.sign-up-block .sign-up {
    border: 1.5px solid rgba(211, 211, 211, 1);
}

.sign-up-block .sign-up .label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
}

body .sign-up-block a {
    color: #4BB227;
    text-decoration: underline;
}

body .sign-up-block a:hover {
    color: #4BB227;
}

body .sign-up-block .password-wrapper {
    position: relative;
}

body .sign-up-block .password-wrapper .lock-ico {
    display: block;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 10px;
    background: url("/assets/img/lock-signuo-ico.svg");
    background-position: center;
}

body .sign-up-block .password-wrapper .email-ico {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 10px;
    background: url("/assets/img/email-signup-ico.svg");
    background-position: center;
}

body .sign-up-block .password-wrapper .username-ico {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 10px;
    background: url("/assets/img/username-signup-ico.svg");
    background-position: center;
}

input#password,
input#email,
input#forgottenEmail,
input#newPassword,
input#resetPassword,
input#username,
input#verifyPhoneCode,
input#phoneNumber {
    padding-left: 20px !important;
}

body .sign-up-block .policy,
body .sign-up-block .marketing {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

body .sign-up-block .green-button {
    cursor: pointer;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.soc-login-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
}

section.how-it-works-header {
    margin-top: -50px;
    background: #FFF;
}

.form#signup {
    max-width: 100%;
    width: 100%;
}

.gift-cards-block img {
    max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sign-up-block .main-block-line .reward {
        font-size: 12px;
    }
    .sign-up-block .sign-up .title {
        font-weight: 900;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    .sign-up-block .sign-up {
        padding-left: 1px;
        padding-right: 1px;
        /*height: 670px;*/
    }
    .sign-up-block .block-title {
        font-weight: 900;
        font-size: 43px;
        line-height: 50px;
        letter-spacing: 0.03em;
    }
    .sign-up-block {
        /*min-height: 600px;*/
    }
    .five-billion-block,
    .five-billion-block .container .row {
        min-height: 400px;
    }
    .five-billion-block {
        margin-top: -48px;
    }
    .container {
        width: calc(100% - 25px);
        max-width: calc(100% - 25px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sign-up-block .block-title {
        font-size: 35px;
        line-height: 41px;
        letter-spacing: 0.03em;
    }
    .sign-up-block .sign-up,
    .sign-up-block {
        /*min-height: 670px;*/
    }
    .sign-up-block .sign-up {
        /*height: 570px;*/
        padding-left: 1px;
        padding-right: 1px;
    }
    .five-billion-block {
        background-size: cover;
    }
    .five-billion-block,
    .five-billion-block .container .row {
        min-height: 450px;
    }
    .feedback .avatar {
        padding-left: 0;
    }
    .money-background {
        left: 62px;
    }
    .container {
        width: calc(100% - 15px);
        max-width: calc(100% - 15px);
    }
    .gift-cards-block .container-images {
        width: 530px;
    }
}

@media (max-width: 767px) {
    .sign-up-block .block-title {
        font-size: 30px;
        font-style: normal;
        font-weight: 900;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: left;
    }
    .sign-up-block .sign-up {
        /*min-height: 750px;*/
    }
    .sign-up-block .sign-up .title {
        font-style: normal;
        font-size: 25px;
        line-height: 31px;
        text-align: center;
    }
    .how-it-works-content .arrow-right {
        width: 28px;
        height: 15px;
        background: url("/assets/img/arrow-down.svg");
    }
    .sign-up-block .sign-up {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .five-billion-block,
    .five-billion-block .container .row {
        min-height: 400px;
    }
    .five-billion-block .red-text {
        font-size: 57px;
        font-weight: 700;
        line-height: 77px;
        letter-spacing: 0.06em;
    }
    .five-billion-block .mini-title {
        font-size: 21px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center;
    }
    .five-billion-block {
        background-size: cover;
    }
    .start-earning-now-title {
        font-size: 25px;
        line-height: 30px;
        ;
        text-align: center;
    }
    .sign-up-block .main-block-line .reward {
        max-width: unset;
    }
}

.green-container {
    color: white;
    background-color: #50AB31;
    font-weight: 600;
    line-height: 40px;
    font-size: 16px;
    border-radius: 15px;
    margin: 5px 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 0 10px;
}

.image-simple-white {
    width: 100px;
    display: none;
}

.text-card-earning {
    text-align: left;
}

.sign-up-block {
    background: url('/assets/img/b3.png') no-repeat top center;
    background-size: auto;
    /*height: 1040px !important;*/
}

h1 {
    font-size: 50px;
    font-weight: 600;
}

@media only screen and ( max-width: 509px) {
    .tp-widget-businessinfo__total {
        font-size: 11px;
        line-height: 1.2;
    }
    .googlestars img {
        min-height: 35px !important;
    }
}

@media only screen and (min-width: 802px) {
    .tp-widget-businessinfo__total {
        margin-top: 0px !important;
        font-size: 14px;
        line-height: 1.2;
    }
}

.tp-widget-businessinfo__total {
    line-height: 1.2;
    color: #212529;
}

.thank-you-block-brand-mini {
    max-height: 35px;
}

@media only screen and ( max-width: 375px) {
    .tp-widget-businessinfo__total {
        margin-top: -5px !important;
        font-size: 11px;
        line-height: 1.2;
    }
    .googlestars img {
        min-height: 33px !important;
    }
    .tp-widget-logo {
        margin: 0 0 3px !important;
    }
    .googlestars {
        padding-bottom: 8px;
        margin: 0;
    }
}

@media only screen and ( max-width: 425px) {
    .tp-widget-businessinfo__total {
        margin-top: -5px !important;
        font-size: 11px;
        line-height: 1.2;
    }
    .googlestars img {
        min-height: 33px !important;
    }
    .tp-widget-logo {
        margin: 0 0 3px !important;
    }
    .googlestars {
        padding-bottom: 8px;
        margin: 0;
    }
    .sign-up row {}
}

@media only screen and ( max-width: 458px) {
    .tp-widget-businessinfo__total {
        font-size: 11px !important;
    }
}

@media only screen and ( min-width: 991px) {
    .tp-widget-businessinfo__total {
        font-size: 14px;
        line-height: 1.2;
    }
    .googlestars img {
        min-height: 47px !important;
    }
    .tp-widget-logo {
        margin: 0 0 5px !important;
    }
    .tp-widget-stars {
        margin: 7px 0 7px !important;
    }
    .block-title-left {
        text-align: left;
    }
}

@media only screen and ( max-width: 767px) and (min-width: 376px) {
    .tp-widget-businessinfo__total {
        font-size: 14px;
        line-height: 1.2;
    }
    .tp-widget-logo {
        margin: 0 0 5px !important;
    }
    .tp-widget-stars {
        margin: 7px 0 7px !important;
    }
}

@media only screen and ( min-width: 1600px) {
    .sign-up-block {
        /*height: 930px !important;*/
    }
}

.googlestars img {
    max-height: 48px;
}

@media only screen and ( max-width: 1200px) {
    .sign-up-block {
        height: min-content !important;
        background: url('/assets/img/background1024.svg') no-repeat top right;
        background-size: auto;
    }
    h1 {
        font-size: 40px !important;
        font-weight: 600;
    }
    .image-background {
        display: none;
    }
    .googlestars img {
        min-height: 45px;
    }
}

@media only screen and ( max-width: 991px) {
    .sign-up-block {
        background: url('/assets/img/background991.svg') no-repeat top right;
        background-size: auto;
        height: min-content !important;
    }
    .text-card-earning {
        text-align: center;
    }
    .text-card-earning .start-wheel-button {
        margin: 0 auto !important;
    }
    .sparks {
        transform: rotate(90deg);
    }
}

@media only screen and ( max-width: 767px) {
    .sign-up-block {
        height: min-content !important;
    }
    .thank-you-block-mini {
        border-radius: 0 !important;
    }
}

@media only screen and ( min-width: 1200px) {
    .thank-you-block-mini {
        margin-left: -25px !important;
        margin-right: -25px !important;
    }
}

@media only screen and ( max-width: 508px) and (min-width: 488px) {
    .sign-up-block {
        height: min-content !important;
        background: url('/assets/img/background500.svg') no-repeat top;
        background-position-y: -85px;
    }
}

@media only screen and ( max-width: 487px) and (min-width: 426px) {
    .sign-up-block {
        height: min-content !important;
        background: url('/assets/img/background500.svg') no-repeat top;
        background-position-y: -30px;
    }
}

@media only screen and ( max-width: 425px) and (min-width: 409px) {
    .sign-up-block {
        height: min-content !important;
        background: url('/assets/img/background500.svg') no-repeat top;
        background-position-y: 5px;
    }
}

@media only screen and ( max-width: 408px) {
    .sign-up-block {
        height: min-content !important;
        background: url('/assets/img/background500.svg') no-repeat top;
        background-position-y: 60px;
    }
}

@media only screen and ( max-width: 508px) {
    .homepage_head_text {
        margin-top: 45px !important;
    }
    .green-container {
        color: white;
        background-color: #50AB31;
        font-weight: 600;
        line-height: 40px;
        font-size: 16px;
        border-radius: 15px;
        margin: 5px 10px;
        border: 2px solid rgba(255, 255, 255, 1);
        padding: 0 10px;
    }
    h1 {
        font-size: 30px !important;
        font-weight: 600;
        color: white;
    }
    .green-container {
        font-size: 11px;
        margin: 0;
    }
    .image-simple {
        width: 120px;
        display: none;
    }
    .image-simple-white {
        width: 100px !important;
        display: inline !important;
    }
    .text-scalable {
        font-size: 40px !important;
        font-weight: 700 !important;
    }
}

.thank-you-block-mini {
    background: #EDF7E9;
    border-radius: 25px 25px 0 0;
}

.img-wrapper img {
    width: 150px;
}

.text-scalable {
    font-size: 50px;
    font-weight: 700;
}

.tp-widget-wrapper {
    max-width: 255px;
}

.tp-widget-wrapper--placeholder {
    display: none;
}

.tp-widget-logo {
    margin: 0 0 3px !important;
    width: 55%;
}

.tp-widget-stars {
    width: 94%;
}

.tp-widget-businessinfo {
    font-size: 11px;
    line-height: 1.2;
}

.tp-widget-businessinfo__trustscore,
.tp-widget-businessinfo__total {
    text-transform: none;
}

@media screen and (min-width: 200px) {
    .tp-widget-logo {
        max-width: 140.25px;
    }
    .tp-widget-businessinfo {
        font-size: 14px;
        max-width: 255px;
    }
}

@media screen and (min-width: 235px) {
    .tp-widget-businessinfo__trustscore,
    .tp-widget-businessinfo__total {
        display: inline-block;
        vertical-align: middle;
    }
    .tp-widget-businessinfo__trustscore::after {
        content: "|";
        margin: 0 2px;
    }
}

tp-widget-wrapper {
    margin-left: 10px !important;
}

.image-background {
    position: absolute;
    left: -400px;
    bottom: -50px;
    max-width: none;
    z-index: -1;
}

@media screen and (min-width: 1201px) and (max-width: 1599px) {
    .image-background {
        position: absolute;
        left: -330px;
        bottom: 120px;
        max-width: none;
        max-height: none;
        height: 80%;
    }
}

body {
    overflow-x: hidden;
}

.text-popular-options {
    color: black;
}

.text-popular-options-more {
    color: black;
}

.homepage_head_text {
    margin-top: 60px;
}

.thank-you-block-text {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
}

.thank-you-block {
    background-color: #EF8F00;
    color: white;
    min-height: 100px;
}

.thank-you-block-brand {
    max-width: 270px;
    max-height: 100px;
}

.how-it-works-content {
    font-size: 14px;
}

body {
    background-color: #f9f9f9 !important;
}

.hashtag {
    font-size: 25px;
}

.non-filled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.pe-none {
    pointer-events: none !important;
}