.call-to-action-section.general-footer-form {
    display: none;
}
.full-w-btn  a.vc_general.vc_btn3 {
    display: block;
}
.earn-card .full-w-btn {
    width: 100%;
}
.earn-tag b {
    margin-left: 3px;
    color: #F15FAD;
}
.vc_btn3-container.pink-btn .vc_general.vc_btn3 {
    background: #F15FAD !important;
}
.pick-now-section .print-card.earn-card:nth-child(1) {
    background: #ffe3ee;
}
.pick-now-section .print-card.earn-card:nth-child(2) {
    background: #e4ebff;
}
.pick-now-section .print-card.earn-card:last-child {
    background: #fff1c9;
}
.in-note {
    display: inline-block;
    background: #d7f2ee;
    border: 2.5px solid #17130e;
    border-radius: 14px;
    box-shadow: 4px 4px 0 #17130e;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 26px;
    transform: rotate(1deg);
}
.microtrust {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.earn-card .print-cont {
    min-height: 86px;
}
.earn-tag {
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    border: 2.5px solid #17130e;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 14px;
    display: inline-flex;
    line-height: 1;
}


/*hero right column*/
.prize {
    position: relative;
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
}
.fl-teal {
    color: #1d9e8f;
    top: -10px;
    left: -6px;
    transform: rotate(15deg);
}
.flower {
    position: absolute;
    font-size: 54px;
    line-height: 1;
}
.fl-pink {
    color: #f553a0;
    bottom: 30px;
    right: -4px;
    font-size: 64px;
}
.sp1 {
    top: 30px;
    right: 8px;
}
.sp2 {
    bottom: -6px;
    left: 30px;
}
.arch {
    width: 340px;
    height: 380px;
    margin: 0 auto;
    background: #b1a2f8;
    border: 3px solid #17130e;
    border-radius: 170px 170px 24px 24px;
    box-shadow: 4px 4px 0 #17130e;
    display: flex;
        align-items: end;
    justify-content: center;
    font-size: 100px;
}
.hero-btns > .wpb_wrapper {
    display: flex;
    gap: 20px;
}
.sticker {
    position: absolute;
    background: #f553a0;
    color: #fff;
    border: 3px solid #17130e;
    box-shadow: 4px 4px 0 #17130e;
    padding: 6px 16px;
    transform: rotate(6deg);
    top: -8px;
    right: 30px;
    font-size: 16px;
}
.img-note {
    display: inline-block;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 700;
    border: 2px dashed #17130e;
    border-radius: 10px;
    padding: 6px 12px;
    background: #fff;
}
.spark {
    position: absolute;
    color: #17130e;
    font-size: 28px;
}



/*================Same link. New stakes====================*/
.notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.note {
    background: #fff;
    border: 3px solid #17130e;
    border-radius: 20px;
    box-shadow: 8px 8px 0 #17130e;
    overflow: hidden;
}
.note:first-child {
    transform: rotate(-1deg);
}
.note:last-child {
    transform: rotate(1deg);
}
.note:last-child .bar {
    background:#ffd9ec;
}
.note .bar {
    background: #e9e4ff;
    border-bottom: 3px solid #17130e;
    padding: 12px 18px;
    font-weight: 800;
    letter-spacing: .3px;
}
.notes .note .body p {
    line-height: 2;
}
.notes .note .body p:last-child {
    margin-bottom: 0;
}
.note .body {
    padding: 24px 26px 28px;
    font-size: 16px;
}
.mini-hl {
    background: #d7f2ee;
    border: 2px solid #17130e;
    padding: 0 6px;
    font-weight: 800;
}
.mini-hl.p {
    background: #ffd9ec;
}



/*============How it work section=============*/
.vc_row.step-card-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: left;
    margin-inline: auto;
}
.step-card-row .step-card {
    background: #fff;
    border: 3px solid #17130e;
    border-radius: 20px;
    box-shadow: 8px 8px 0 #17130e;
    padding: 28px 24px;
    position: relative;
    width: 100%;
}
.step-card-row .step-card:nth-child(1) {
    background: #d7f2ee;
    transform: rotate(-1deg);
}
.step-card-row .step-card:nth-child(2) {
    background: #e9e4ff;
}
.step-card-row .step-card:nth-child(3) {
    background: #ffd9ec;
    transform: rotate(1deg);
}
.h-number {
    font-family: 'Bree Serif';
    font-size: 50px;
    line-height: 1;
}
.step-card-row .step-card > .vc_column-inner {
    padding: 0;
}
.fair {
    max-width: 660px;
    margin: 0 auto 0;
    background: #fff;
    border: 2.5px solid #17130e;
    border-radius: 16px;
    box-shadow: 6px 6px 0 #17130e;
    padding: 16px 22px;
    font-weight: 600;
    text-align: center;
}

.cal-row {
    display: flex;
    justify-content: center;
    gap: 44px;
    flex-wrap: wrap;
    position: relative;
    padding-top: 10px;
}
.cal:nth-child(1) {
    transform: rotate(-3deg);
}
.cal {
    width: 270px;
    background: #fff;
    border: 3px solid #17130e;
    border-radius: 18px;
    box-shadow: 8px 8px 0 #17130e;
    position: relative;
    padding-bottom: 22px;
}
.cal:nth-child(2) {
    transform: rotate(2deg);
    margin-top: 26px;
}
.cal:nth-child(3) {
    transform: rotate(-1.5deg);
}
.cal .rings {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-evenly;
}
.cal:nth-child(1) .month {
    background: #1d9e8f;
}
.cal .date {
    font-family: 'Bree Serif';
    font-weight: normal;
    font-size: 65px;
    text-align: center;
    padding: 15px 0;
    position: relative;
    line-height: 1;
}
.cal .what {
    text-align: center;
    font-weight:600;
    padding: 0 18px;
}
.cal .det {
    text-align: center;
    padding: 4px 18px 0;
}
.cal .stamp {
    position: absolute;
    bottom: -16px;
    right: -14px;
    background: #1d9e8f;
    color: #fff;
    border: 1px solid #17130e;
    box-shadow: 4px 4px 0 #17130e;
    font-size: 14px;
    padding: 10px 15px;
    transform: rotate(-6deg);
    line-height: 1;
}
.cal:nth-child(2) .stamp {
    background: #f553a0;
}
.cal:nth-child(3) .stamp {
    background: #2c4bff;
}
.cal:nth-child(2) .month {
    background: #2c4bff;
    color: #fff;
}
.cal:nth-child(3) .month {
    background: #f553a0;
    color: #fff;
}
.cal .month {
        color: #fff;
    border-bottom: 3px solid #17130e;
    border-radius: 14px 14px 0 0;
    padding: 10px 0;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.cal .circle {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 86px;
    border: 4px solid #f553a0;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-4deg);
    clip-path: inset(0 0 0 0);
}
.placeholder {
    font-weight: 600;
    color: #0D47E2;
}

.vc_row.creator-cards-row.vc_inner {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.tweet .h {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.tweet .av {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2.5px solid #17130e;
    background: #e9e4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}
.tweet small {
    font-size: 14px;
    font-weight: 600;
    color: #6b6459;
}
.tweet b {
    display: block;
}





/*===========The fine Print===========*/
.vc_row.print-cards-row {
    margin-inline: auto;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: left;
}
.print-cards-row .print-card {
    width: 100%;
}
.print-cards-row .print-card > .vc_column-inner {
    padding: 0;
}
.print-cards-row .print-card {
    background: #fff;
    border: 3px solid #17130e;
    border-radius: 20px;
    box-shadow: 8px 8px 0 #17130e;
    padding: 28px 24px;
    position: relative;
    width: 100%;
}
.vc_row.print-cards-row:not(.vc_row.print-cards-row:last-child) {
    margin-bottom: 30px;
}


/*=========== The Fine Print ===========*/

.print-cards-row .print-card:nth-child(1) {
    background: #e9e4ff;
}

.print-cards-row .print-card:nth-child(2) {
    background: #d7f2ee;
}

.print-cards-row .print-card:nth-child(3) {
    background: #ffd9ec;
}

.print-cards-row .print-card:nth-child(4) {
    background: #d7f2ee;
}

.print-cards-row .print-card:nth-child(5) {
    background: #ffd9ec;
}

.print-cards-row .print-card:nth-child(6) {
    background: #e9e4ff;
}




.qlist li {
    background: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 12px;
    padding: 14px 18px;
    font-weight: 600;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0 !important;
    box-shadow: 2px 2px 0 #1a1a1a;
}
.qlist {
        padding: 0 !important;
    list-style: none;
    display: grid;
    gap: 12px;
}

.qlist li .n {
    color: #fff;
    background: #F15FAD;
    border: 2px solid #1a1a1a;
    border-radius: 7px;
    font-weight: 800;
    font-size: 13px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.promptbox .kicker {
    background: #F15FAD !important; 
    color: #fff;
}
.kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: 2px solid #1a1a1a;
    padding: 8px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
    line-height: 1;
}
  .promptbox{color:#fff;background: #0D47E2;
    border: 2px solid #1a1a1a;border-radius:16px;padding:30px;box-shadow: 8px 8px 0 #1a1a1a;}
  .promptbox .quote{font-size:19px;line-height:1.5;font-weight:600;margin-top:16px;border-left:4px solid #fff;padding-left:16px}
  .promptbox .tip {margin-top: 18px; color: #dbe1ff; font-weight: 500; font-size: 16px; line-height: 1.5; }

span.reward {
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    border: 2.5px solid #17130e;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-flex;
    line-height: 1;
}
span.ramt {
    color: #F15FAD;
    margin-left: 2px;
}
 /* ELIGIBILITY */
  .eligwrap{background:#ece3ff;border: 2px solid #1a1a1a;border-radius:24px;padding:34px;box-shadow: 8px 8px 0 #1a1a1a;}
  .eliggrid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px 30px;margin-top:8px;list-style:none}
  .eliggrid li {
    display: flex;
    gap: 10px;
    font-weight: 500;
    align-items: flex-start;
    margin: 0 !important;
    font-size: 16px;
}
ul.eliggrid {
    margin: 0 !important;
    padding: 0 !important;
}
  .eliggrid li .ck{flex:none;width:22px;height:22px;background:#d8f5e5;border:1px solid #1a1a1a;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-top:1px}
  .disclose{margin-top:24px;background:#fff;border:2.5px dashed var(--pink);border-radius:12px;padding:16px 18px;font-size:14px;font-weight:500}
  .disclose b{color:var(--pink)}


  /* REWARD STRIP */
  .rewardstrip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background: repeating-linear-gradient(135deg,rgba(255,255,255,.07) 0 15px,transparent 15px 30px),#F15FAD;
    color: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 24px;
    padding: 32px 34px;
    box-shadow: 8px 8px 0 #1a1a1a;
}
.rewardstrip .btn:active, .rewardstrip  .btn:hover {
    transform: translate(2px,2px);
    box-shadow: 1px 1px 0 #1A1A1A;
    color: #000;
    border: 2px solid #1a1a1a;
}
.rewardstrip .btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    justify-content: center;
    font-weight: 600;
    border: 2px solid #1a1a1a;
    border-radius: 12px;
    padding: 13px 24px;
    cursor: pointer;
    box-shadow: 4px 4px 0 #1a1a1a;
    transition: .12s;
    background: #fff;
    color: #000;
}
.rewardstrip p {
    color: #ffe6f2;
    margin-top: 8px;
    max-width: 42ch;
    font-weight: 500;
    margin-bottom: 0;
}
.main-head b {
    margin-top: 8px;
}
span.star {
    color: #F15FAD;
}
.microtrust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.arch img {
    width: 100%;
    max-width: 300px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #1a1a1a;
    padding: 10px 14px;
    border-radius: 999px;
    box-shadow: 2px 2px 0 #1a1a1a;
    margin-bottom: 22px;
    line-height: 1;
}
section.vc_section.hero-section {
    padding-top: 50px !important;
}

@media (max-width: 1200px) {
.notes {gap: 40px; }
.vc_btn3-container.vc_do_btn .vc_general.vc_btn3{ padding: 15px 27px !important;}
.microtrust { gap: 5px 10px;}
.vc_btn3-container .vc_general.vc_btn3 {font-size: 18px !important;}
}

@media (max-width: 960px) {
.step-card-row .step-card, .print-cards-row .print-card {padding: 20px 20px;}
.h-number { font-size: 40px;}
.cd-lbl { max-width: 100%;}
.vc_row.print-cards-row {gap: 25px;}
.vc_row.hero-row.vc_inner {gap: 40px; margin-bottom: 30px;}
.eliggrid { gap: 10px 10px;}
}

@media (max-width: 767px) {
.hero-counter .count {justify-content: center;}
.cd-lbl { max-width: 100%;}
.notes {  grid-template-columns: 1fr; gap: 40px; }

/**/
.vc_row.step-card-row { grid-template-columns: repeat(1, 1fr);}
.cal:nth-child(2) { margin-top: 0;}
.vc_row.print-cards-row { grid-template-columns: 1fr 1fr;}
.eligwrap { padding: 30px 20px;}
    .eliggrid {grid-template-columns: 1fr;}
    .eliggrid li .ck {margin-top: 5px;}
    .rewardstrip { padding: 30px 25px;text-align: center;}
    .rewardstrip .btn {margin: 0 auto; }
    section.vc_section.hero-section {padding-top: 30px !important; }

}


@media (max-width: 480px) {
.vc_row.print-cards-row { grid-template-columns: 1fr;}

/**/
.print-cards-row .print-card:nth-child(1) { background:#e9e4ff; }
.print-cards-row .print-card:nth-child(2) { background:#d7f2ee; }
.print-cards-row .print-card:nth-child(3) { background:#ffd9ec; }
.print-cards-row .print-card:nth-child(4) { background:#e9e4ff; }
.print-cards-row .print-card:nth-child(5) { background:#d7f2ee; }
.print-cards-row .print-card:nth-child(6) { background:#ffd9ec; }
.hero-counter .c { padding: 10px 12px; min-width: 65px;}
.sp2 {bottom: -17px; left: 0px; }
.sp1 {top: 40px; right: 0; }
.arch { width: 270px; height: 330px;}

}