.call-to-action-section.general-footer-form {
    display: none;
}


.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);
}

/*hero counter*/
.hero-counter .count {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.hero-counter .c {
    background: #fff;
    border: 2.5px solid #17130e;
    border-radius: 14px;
    box-shadow: 4px 4px 0 #17130e;
    padding: 10px 16px;
    min-width: 70px;
    text-align: center;
    line-height: 1;
}
.hero-counter .c b {
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
}
.hero-counter .c small {
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cd-lbl {
    font-size: 14px;
    max-width: 140px;
    line-height: 1.7;
    font-weight: 600;
}


/*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: center;
    justify-content: center;
    font-size: 100px;
}
.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;
}

@media (max-width: 1200px) {
.notes {gap: 40px; }

}

@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;}

}

@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;}


}


@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; }


}