*,
::before,
::after {
    box-sizing: border-box;
}

:root {
    --fontsFamily: "Mukta", sans-serif;
    --gap16: 16px;
    --gap24: 24px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: var(--gap16);
    font-family: var(--fontsFamily);
    font-weight: 400;
    font-style: normal;
}

a {
    color: #ff6600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-w {
    max-width: 1264px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    padding-left: var(--gap16);
    padding-right: var(--gap16);
}

.menu-mobile {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    column-gap: 30px;
}

.menu-refer li {
    list-style: none;
}

.menu-refer a {
    color: #19124f;
    font-weight: 500;
    cursor: pointer;
}

.menu-refer a:hover {
    color: #ff7300;
    text-decoration: none;
}

.extole-microsite-header {
    background-color: #fff;
    box-shadow: 0 4px var(--gap24) rgba(11 11 11 / 11%);
    padding-top: var(--gap16);
    padding-bottom: var(--gap16);
    position: sticky;
    z-index: 1000;
}

.spend-each {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 72px;
    padding: 48px 0;
}

.spend-each-left {
    width: 560px;
}

.spend-each-title {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 500;
    color: #595959;
}

.sub-title {
    color: #111;
    font-size: 33px;
    font-weight: 600;
    width: fit-content;
    position: relative;
}

.sub-title::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 10%;
    bottom: 4px;
    left: 0;
    background-color: #f4a73466;
}

.spend-each-title b {
    display: block;
    width: fit-content;
    position: relative;
    color: #111;
    margin-bottom: 16px;
    font-size: 39px;
}

.spend-each-title b::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 10%;
    bottom: 2px;
    left: 0;
    background-color: #f4a73466;
}

.how-it-works-ol {
    padding-left: 16px;
}

.spend-each-desc {
    margin-top: var(--gap16);
}

.spend-each-right {
    width: 320px;
    min-width: 320px;
}

.get-invite-link {
    margin: 0 0 36px 0;
    width: 100%;
    padding: 24px 0;
    background: #FAF5F1;
}

.user-link {
    margin-top: 16px;
}

.get-invite-link-form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.get-invite-email {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: var(--gap16);
}

.get-invite-tokenizer {
    width: 100%;
}

.get-invite-input {
    background-color: #fff;
    border-radius: 7px;
    font-family: var(--fontsFamily);
    font-size: var(--gap16);
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 12px 12px;
    outline: 4px solid transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    transition: all 222ms ease-in-out;
    -webkit-transition: all 222ms ease-in-out;
    -moz-transition: all 222ms ease-in-out;
    -ms-transition: all 222ms ease-in-out;
    -o-transition: all 222ms ease-in-out;
}

.get-invite-input:focus {
    border-color: #f58220;
    outline-color: rgba(245, 130, 32, 0.2);
}

.get-invite-title {
    font-size: var(--gap24);
    margin: 0;
}

.extole-submit-button-emb,
.extole-submit-button-emb:focus,
.extole-submit-button-emb:hover,
.extole-submit-button-emb:active {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    display: block;
    min-width: 180px;
}

.extole-submit-button {
    padding: 0 12px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    border: none;
    outline: none;
    border-radius: 7px;
    font-size: var(--gap16);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    letter-spacing: 1px;
}

.extole-submit-button svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.extole-submit-button__default {
    background-color: #f58220;
    color: #fff;
}

.extole-submit-button__default:hover {
    background-color: #ff6600;
}

.extole-submit-button__pending {
    background-color: #c1c1c1;
    color: #111;
}

.extole-submit-button__error {
    background-color: #ef2c32;
    color: #fff;
}

.extole-submit-button__success {
    background-color: #1a7631;
    color: #fff;
}

.extole-submit-button__pending svg {
    animation: extoleLoad 800ms linear infinite;
    -webkit-animation: extoleLoad 800ms linear infinite;
}

@keyframes extoleLoad {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.how-it-title {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    font-weight: 600;
    text-align: center;
    color: #111;
    font-size: 39px;
}

.how-it-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    grid-gap: 16px;
    width: 90%;
    margin: 0 auto;
}

.how-it-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.1;
    flex-direction: column;
    grid-gap: var(--gap16);
    text-align: center;
    list-style: none;
    padding: var(--gap16) var(--gap16);
    border-radius: 8px;
    margin: 0 auto;
    width: 240px;
    min-width: 240px;
    /* border: 1px solid rgba(11 11 11 / 5%); */
    background-color: rgba(255 255 255 / 70%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.how-it-content .title {
    font-size: 19px;
}

.extole-microsite-footer .main-w,
.extole-microsite-content {
    max-width: 960px;
    margin: 16px auto;
    font-size: 18px;
}

.extole-microsite-content {
    line-height: 1.3;
}

.extole-microsite-content li+li {
    margin-top: 16px;
}

.extole-footer__links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    grid-gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    color: #999;
    font-size: 15px;
    font-weight: 300;
}

.extole-footer__link {
    color: #f58220;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}

.extole-footer__link:hover {
    text-decoration: underline;
}

.extole-coupon-code {
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    scrollbar-width: none;
    text-align: center;
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    border: 1px dotted #e1e1e1;
    margin: 0;
    resize: none;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    background-color: #f5f5f5;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    height: 54px;
    padding-left: 10px;
    padding-right: 12px;
}

.extole-share-link__copied-text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    color: #5cb85c;
    grid-gap: 8px;
    margin-left: auto;
}


.extole-microsite-footer {
    background-color: #f5e2d2;
    padding: 30px;
    margin-top: 36px;
    text-align: left;
}

.extole-panel {
    position: fixed;
    top: 110px;
    left: 50%;
    width: 90%;
    max-width: 520px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 6px 36px rgba(11 11 11 / 11%);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    padding: var(--gap16) var(--gap24);
    z-index: 1002;
}

.extole-controls--back {
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(11 11 11 / 55%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

.howItWorksTitle {
    font-size: 29px;
    font-weight: 600;
    line-height: 1.2;
}

.howItWorksTitle b {
    position: relative;
    font-size: 110%;
}

.howItWorksTitle b::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 10%;
    bottom: 9px;
    left: 0;
    background-color: #f4a73466;
}

.closePopup {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #595959;
}

.extole-js-without-user.extole-user-email {
    position: relative;
}

.get-invite-wraning {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.extole-highlight {
    font-weight: 500;
    color: #111;
}

.extole-confirm-identity {
    font-size: 16px;
    padding: 6px 0;
    color: #717171;
}

.extole-panel .extole-submit-button-emb {
    margin-top: var(--gap16);
}

.refer-note {
    color: #ea4335;
    font-style: italic;
    font-size: 16px;
    margin: 10px 0;
}

.refer-note:nth-of-type(3) {
    color: #000;
}

.refer-note:hover:nth-of-type(3) {
    color: #19124f
}

.content-looking {
    padding: 0;
    text-align: left;
}

.content-looking li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.content-looking li strong {
    min-width: 90px;
}

.content-looking li .currently {
    color: #ea4335;
    font-style: italic;
    margin-top: 8px;
    font-size: 92%;
}

.content-looking li+li {
    list-style: disc;
}

.refer-partner-note {
    background-color: rgba(234 67 53 / 4%);
    font-size: 15px;
    padding: 16px 12px;
    margin: 24px 0;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

.partner-note {
    color: #d43223;
}

.partner-note + .partner-note {
    margin-top: 4px;
}

.content-looking li {
    list-style: none;
}

.content-looking ul li {
    list-style: disc;
}

.refer-partner-note:nth-of-type(4) {
    color: #000;
}

.refer-partner-note:hover:nth-of-type(4) {
    color: #19124f
}

.spend-each-sub-title {
    font-size: 19px;
}

.creator-supplier {
    margin-top: 10px;
    padding-left: 24px;
}

.creator-supplier li {
    list-style: none;
    margin-bottom: -8px;
}

.menu-item.active {
    color: #ff7300;
    font-weight: 600;
}

.get-invite-link {
    display: none;
}

.creator-supplier {
    list-style: disc;
}

.creator-supplier li {
    list-style: disc;
    font-weight: 400;
}

.creator-supplier li+li {
    margin-top: 24px;
}

.creator-supplier li p {
    margin: 6px 0;
}

.creator-supplier li>P:first-child {
    margin-top: 0;
}

.creator-supplier li>P:last-child {
    margin-bottom: 0;
}


@media (min-width: 880px) {
    .long-arrow-right {
        display: block;
        margin: auto 0;
        position: relative;
        width: 10px;
        min-width: 10px;
        height: 10px;
        transform: rotate(135deg) translate(0px, -6px);
        border-top: 1px solid #595959;
        border-left: 1px solid #595959;
        padding: 0;
        -webkit-transform: rotate(135deg) translate(0px, -6px);
        -moz-transform: rotate(135deg) translate(0px, -6px);
        -ms-transform: rotate(135deg) translate(0px, -6px);
        -o-transform: rotate(135deg) translate(0px, -6px);
    }

    .long-arrow-right::after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background-color: #595959;
        transform: rotate(-45deg) translate(15px, 4px);
        position: absolute;
        left: -7px;
        top: 5px;
    }
}

@media (max-width: 880px) {
    .spend-each-title b {
        font-size: 31px;
    }

    .spend-each-title {
        font-size: 25px;
    }

    .get-invite-title {
        font-size: 21px;
    }

    .spend-wrapper {
        padding: 0;
    }

    .spend-wrapper .spend-each-left {
        padding: 0 16px;
    }

    .spend-each {
        flex-direction: column-reverse;
        grid-gap: 16px;
        padding-top: 0px;
    }

    .spend-each-right,
    .spend-each-left {
        width: 100%;
        display: block;
    }

    .spend-each-right img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .extole-submit-button-emb,
    .extole-submit-button-emb:focus,
    .extole-submit-button-emb:hover,
    .extole-submit-button-emb:active {
        min-width: 100px;
    }

    .extole-submit-button {
        grid-gap: 8px;
    }

    .extole-submit-button svg {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

    .extole-footer__links {
        grid-gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .how-it-content {
        display: grid;
        width: 94%;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
        padding: 0;
        grid-gap: 20px;
    }

    .long-arrow-right {
        display: none;
    }

    .how-it-item {
        width: 100%;
        margin: 0;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        grid-gap: 22px;
        text-align: left;
        padding-left: 30px;
        position: relative;
    }

    .how-it-content .title {
        font-size: 18px;
    }

    .extole-share-link__link {
        max-width: calc(100% - 40px);
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .how-it-item::before {
        content: "";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        min-width: 36px;
        height: 36px;
        position: absolute;
        top: -12px;
        left: -12px;
        border-radius: 36px;
        background-color: rgba(254 138 19 / 10%);
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        -ms-border-radius: 36px;
        -o-border-radius: 36px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
    }

    .how-it-item:first-child::before {
        content: "1";
    }

    .how-it-item:nth-of-type(3)::before {
        content: "2";
    }

    .how-it-item:nth-of-type(5)::before {
        content: "3";
    }

    .how-it-item:nth-of-type(7)::before {
        content: "4";
    }
}

@media(min-width: 768px) {
    .menu-refer picture {
        display: none;
    }
}

@media (max-width: 767px) {
    .menumega-refer {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

    .menumega-refer .menu-mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 10px 20px 50px 12px;
        top: 100%;
        left: 0%;
        background: #fff;
        box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
    }

    body {
        overflow-x: hidden;
    }

    .main-content {
        overflow-x: hidden;
        padding: 0 16px;
    }

    .title,
    li {
        font-size: 16px;
    }

    .spend-each-left,
    ol {
        padding: 0 !important;
    }

    .creator-supplier {
        margin-top: 0;
    }

    .creator-supplier:nth-child(2),
    .spend-each-right-partner {
        margin-top: 15px;
    }

    .menu-item.active {
        color: #ff7300;
        font-weight: 600;
    }

    .extole-footer__link {
        font-size: 15px;
    }
}