/** Shopify CDN: Minification failed

Line 1299:0 Unexpected "}"
Line 2383:0 Unexpected "}"
Line 2466:0 Expected "}" to go with "{"

**/
/* LeagueSpartan font */

@font-face {
    font-family: 'LeagueSpartan';
    src: url('/cdn/shop/files/LeagueSpartan-VariableFont_wght.ttf?v=1743156182') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  

.review-pricing .sub-title{
    display: inline !important;
}

.bundle-item .discount{
    font-family: 'LeagueSpartan'!important;
}


.selling-plan-container .selling-plan-item .save-details .label .title{
    font-size: 20px !important; 
    font-family: 'LeagueSpartan'!important;
}

.selling-plan-item .header .title{
    font-family: 'LeagueSpartan'!important;
}
  

.review-pricing .title {
    font-family: 'LeagueSpartan'!important;
}

.selling-plan-item .cancel-anytime{
    font-family: 'TeachingPrint';
    font-size: 22.1px;
    color: #f1a49c;
}

.add-to-cart{
    background-color: #b5d6e6;
    color: #b5d6e6;
}


.main-getting-started .step-4-container .review-container .review-item .checkbox{
    border-radius: unset!important;
}

.review-item .header .title{
    font-family: 'LeagueSpartan'!important;
    font-weight: 600;
}

.review-item[data-main-item] .content {
    display: block!important;
}

.review-item[data-main-item] .content .header {
    max-width: fit-content !important;
}

.flex-review-input-free{
    display: flex;
    gap: 10px;
}

.flex-review-input-free input{
    padding:5px;
}

@media (min-width: 768px) {

    .selling-plan-container .selling-plan-item .header{
        margin-top: 10px!important;
    }

    

}

#prepaid-form .bonus-text .bonus-label{
    font-family: 'LeagueSpartan' !important;
}


.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .description span.price {
    font-size: 16.2px; 
    font-family: 'LeagueSpartan'!important;
}

/* Getting Started page only: force Teaching Print for the step-image titles */
.main-getting-started .step-image .title,
.main-getting-started .step-image .text-renderer .title,
.main-getting-started .content-steps .step-1-container > .title,
.main-getting-started .content-steps .step-2-container > .title,
.main-getting-started .content-steps .step-3-container > .title,
.main-getting-started .content-steps .step-4-container > .title {
  font-family: "TeachingPrint", sans-serif !important;
  font-weight: 400 !important;
}


@media (max-width: 599px) {

    .flex-review-input-free{
        flex-direction: column;
        margin-top: 5px;
    }
    
    .selling-plan-item.image-container img{
        scale: 1.1;
    }

    .form-step-bundle .bundle-item{
        align-self: flex-start !important;
    }

    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox label *{
        font-size: 18px;
    }

    .main-getting-started .step-4-container .review-container .review-item{
        padding-top: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 5px !important;
    }


    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox label {
        font-size: 21px;
    }

    .plan-header-custom{
        font-size: 25px !important;
    }

    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content{
        padding-bottom: 2px !important;
    }


    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content {
        padding: 0px !important;
    }

}

.review-item{
    margin-bottom: 18px!important;
}

.main-getting-started .step-4-container .form-step-review .action{
    margin-top: 0px !important;
}

.main-getting-started .step-4-container .review-container{
    display: block!important;
}

.main-getting-started .step-4-container .review-container .review-item .checkbox{
    min-height: 120px !important;
}

@media (max-width: 768px) {


    .main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox label{
        min-height: unset !important;
    }

    #prepaid-form .bonuses{
        margin-top: 0px !important;
    }



    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox{
        padding:8px 12px!important;
    }

    .review-item{
        padding-left: unset!important;
    }
    .main-getting-started .step-4-container .review-container .review-item .content{
        margin:unset!important;
    }
    .container-width{
        padding-left: 22px!important;
    }

    .review-item[data-bundle-item] .content {
        display: block!important;
    }
    
    .review-item[data-bundle-item] .content .header {
        max-width: fit-content !important;
    }

    .review-item .colour-swatch{
        margin-top: 5px!important;
    }

    .bundle-item .image{
        all: unset;
        max-width: 120px;
    }
    
    .selling-plan-item .content{
        padding-left: 0 !important;
    }
/* 
    .main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox label{
        min-height: unset !important; 
    } */
    
    .bundle-item .price{
        margin-top: 10px !important
    }

    .main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox{
        min-height: unset!important; 
    }

}



.review-item .colour-swatch{
    display: flex!important;
    gap: 10px!important;
    flex-direction: row!important;
}

/* hide checkboxes  by arzoon for bulde items*/ 
input[name="bundle_item_boost"] {
    display: none; 
}

.main-getting-started .header-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.main-getting-started .header-steps > .step {
    flex: 0 0 100px;
    cursor: pointer;
}
.main-getting-started .header-steps > .separator {
    flex: 0 0 40px;
    position: relative;
}
.main-getting-started .header-steps > .step > .step-image {
    font-family: "Sailors";
    text-align: center;
    font-size: 60px;
    -webkit-text-stroke: 1px black;
    color: white;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-getting-started .header-steps > .step > .step-image > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    height: auto;
}

.main-getting-started .header-steps > .step > .title {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-family: "TeachingPrint";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
}
.main-getting-started .header-steps > .step > .title.peculiar {
    font-size: 12px;
}
.main-getting-started .header-steps > .separator > .border-line {
    border-top: 1px solid black;
    margin: auto;
    position: absolute;
    top: 28px;
    left: -30px;
    right: -30px;
}
.main-getting-started[data-step="1"] .header-steps > .step[data-step="2"] > .step-image,
.main-getting-started[data-step="1"] .header-steps > .step[data-step="3"] > .step-image,
.main-getting-started[data-step="1"] .header-steps > .step[data-step="4"] > .step-image {
    color: white;
}
.main-getting-started[data-step="1"] .header-steps > .step[data-step="1"].active > .step-image,
.main-getting-started[data-step="2"] .header-steps > .step[data-step="2"].active > .step-image,
.main-getting-started[data-step="3"] .header-steps > .step[data-step="3"].active > .step-image,
.main-getting-started[data-step="4"] .header-steps > .step[data-step="4"].active > .step-image,
.main-getting-started[data-step="2"] .header-steps > .step[data-step="1"] > .step-image,
.main-getting-started[data-step="3"] .header-steps > .step[data-step="1"] > .step-image,
.main-getting-started[data-step="3"] .header-steps > .step[data-step="2"] > .step-image,
.main-getting-started[data-step="4"] .header-steps > .step[data-step="1"] > .step-image,
.main-getting-started[data-step="4"] .header-steps > .step[data-step="2"] > .step-image,
.main-getting-started[data-step="4"] .header-steps > .step[data-step="3"] > .step-image,
.main-getting-started[data-step="5"] .header-steps > .step[data-step="1"] > .step-image,
.main-getting-started[data-step="5"] .header-steps > .step[data-step="2"] > .step-image,
.main-getting-started[data-step="5"] .header-steps > .step[data-step="3"] > .step-image,
.main-getting-started[data-step="5"] .header-steps > .step[data-step="4"] > .step-image {
    color: #b5d6e6;
}
.main-getting-started > .content-steps {
    border: 1px solid #ddd;
    border-radius: 20px;
    max-width: 650px;
    width: 100%;
    height: 100%;
    margin: 120px auto 50px;
    padding: 40px 20px 20px;
}
.main-getting-started .header-steps > .step[data-step="2"], .main-getting-started .header-steps > .step[data-step="4"]{
    top: -25px;
}

.main-getting-started .header-steps > .step[data-step="3"]{
    top: -5px;
}   

.main-getting-started > .content-steps > .step-1-container > .title,
.main-getting-started > .content-steps > .step-2-container > .title {
    display: block;
    font-family: 'TeachingPrint';
    font-size: 55px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
}
.main-getting-started > .content-steps > .step-1-container > .sub-title,
.main-getting-started > .content-steps > .step-2-container > .sub-title {
    display: block;
    font-family: 'TeachingPrint';
    font-size: 22px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    padding-left: 24px;
}
.main-getting-started > .content-steps > .step-1-container > .form-step > .fields-input,
.main-getting-started > .content-steps > .step-2-container > .form-step > .fields-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
    padding: 0 20px;
    z-index: 2;
    justify-content: center;
}
.main-getting-started > .content-steps > .step-1-container > .form-step > .fields-input > input, 
.main-getting-started > .content-steps > .step-2-container > .form-step > .fields-input > input {
    flex: 0 0 auto;
    border-radius: 10px;
    padding: 15px 10px 15px;
    background-color: #ffffff;
    color: #000;
    border: 0;
    font-family: "TeachingPrint";
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.15;
    border: 1px solid #ddd;
}

.main-getting-started[data-step="1"] > .content-steps > .step-1-container > .form-step > .fields-input > input:focus,
.main-getting-started[data-step="1"] > .content-steps > .step-1-container > .form-step > .fields-input > input:valid {
    background-color: white;
}
.main-getting-started[data-step="2"] > .content-steps > .step-2-container > .form-step > .fields-input > input:valid,
.main-getting-started[data-step="2"] > .content-steps > .step-1-container > .form-step > .fields-input > input:not(:placeholder-shown),
.main-getting-started[data-step="2"] > .content-steps > .step-1-container > .form-step > .fields-input > input:valid {
    background-color: white;
    pointer-events: none;
}
.main-getting-started[data-step="1"] > .content-steps > .step-1-container > .form-step > .fields-input > input:focus-visible {
    outline: none;
    background-color: white;
}
.main-getting-started > .content-steps > .step-1-container > .form-step > .fields-input > input::placeholder {
    color: #464343;
    padding-top: 2px;
}
.main-getting-started > .content-steps > .step-1-container > .form-step > .action {
    padding: 20px;
}
.main-getting-started > .content-steps > .step-1-container > .form-step > .action > .step-1 {
    display: block;
    max-width: 250px;
    width: 100%;
    min-height: 60px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-family: "TeachingPrint";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    cursor: pointer;
    margin: auto;
    color: black;   
    padding-top: 5px; 
}
.main-getting-started[data-step="1"] > .content-steps > .step-1-container > .form-step > .action > .step-1 {
    background-color: #b5d6e6;
    color: white;
    border-radius: 10px;
    font-size: 30px;
    transition: all .4s;
    &:hover {
        background-color: #b5d6e6;
        color: white;
        transform: translateY(-5px);
    }
    &.active {
        background-color: ##b5d6e6;
        color: white;
    }
}
.main-getting-started[data-step="2"] > .content-steps > .step-1-container > .form-step > .action > .step-1 {
    background-color: #b5d6e6;
}
.main-getting-started > .content-steps > .step-1-container,
.main-getting-started > .content-steps > .step-2-container,
.main-getting-started > .content-steps > .step-4-container {
    position: relative;
    z-index: 1;
}
.main-getting-started > .content-steps > .step-1-container > .step-image {
    position: absolute;
    right: -40px;
    top: -140px;
}
.main-getting-started > .content-steps > .step-2-container > .step-image,
.main-getting-started > .content-steps > .step-4-container > .step-image {
    position: absolute;
    right: -60px;
    top: -152px;
}
.main-getting-started > .content-steps > .step-1-container > .step-image {
    width: 300px;
    height: 300px;
}
.main-getting-started > .content-steps > .step-1-container > .step-image > img,
.main-getting-started > .content-steps > .step-2-container > .step-image > img,
.main-getting-started > .content-steps > .step-4-container > .step-image > img {
    object-fit: contain;
    object-position: top;
}
.main-getting-started > .content-steps > .step-1-container > .step-image > .text-render,
.main-getting-started > .content-steps > .step-2-container > .step-image > .text-render,
.main-getting-started > .content-steps > .step-4-container > .step-image > .text-render {
    position: absolute;   
    background-color: white;    
    width: 100%;
    height: 100%;
    transform: rotate(11deg);
    border-radius: 18px;
    text-align: center;
    padding: 10px;
    opacity: 1;
    visibility: visible;
}
.main-getting-started > .content-steps > .step-1-container > .step-image > .text-render {
    right: 50px;
    top: 60px;
    max-width: 200px;
    max-height: 130px;
}
.main-getting-started > .content-steps > .step-1-container > .step-image > .text-render > .title,
.main-getting-started > .content-steps > .step-2-container > .step-image > .text-render > .title,
.main-getting-started > .content-steps > .step-4-container > .step-image > .text-render > .title {
    font-family: "TeachingPrint";
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: auto;
    letter-spacing: normal;
    line-height: 1;
}
.main-getting-started > .content-steps > .step-1-container > .step-image > .text-render > .generated,
.main-getting-started > .content-steps > .step-2-container > .step-image > .text-render > .generated,
.main-getting-started > .content-steps > .step-4-container > .step-image > .text-render > .generated {
    font-family: "TeachingPrint";
    font-size: 30px;
    font-weight: 400;
    display: block;
    margin: 10px auto;
    line-height: 1;
    letter-spacing: normal;
}
.main-getting-started[data-step="1"] > .content-steps > .step-1-container > .step-image > .text-render {
    opacity: 0;
    visibility: hidden;
    &.active {
        opacity: 1;
        visibility: visible;
    }
}
.main-getting-started > .content-steps > .step-2-container,
.main-getting-started > .content-steps > .step-4-container {
    display: none;
}
.main-getting-started[data-step="1"] > .content-steps > .step-1-container, 
.main-getting-started[data-step="2"] > .content-steps > .step-2-container,
.main-getting-started[data-step="3"] > .content-steps > .step-3-container,
.main-getting-started[data-step="4"] > .content-steps > .step-4-container {
    display: block;
}
.main-getting-started[data-step="1"] > .content-steps > .step-2-container,
.main-getting-started[data-step="1"] > .content-steps > .step-3-container,
.main-getting-started[data-step="1"] > .content-steps > .step-4-container,
.main-getting-started[data-step="2"] > .content-steps > .step-1-container,
.main-getting-started[data-step="2"] > .content-steps > .step-3-container,
.main-getting-started[data-step="2"] > .content-steps > .step-4-container,
.main-getting-started[data-step="3"] > .content-steps > .step-1-container,
.main-getting-started[data-step="3"] > .content-steps > .step-2-container,
.main-getting-started[data-step="3"] > .content-steps > .step-4-container,
.main-getting-started[data-step="4"] > .content-steps > .step-1-container,
.main-getting-started[data-step="4"] > .content-steps > .step-2-container,
.main-getting-started[data-step="4"] > .content-steps > .step-3-container,
.main-getting-started[data-step="5"] > .content-steps > .step-2-container,
.main-getting-started[data-step="5"] > .content-steps > .step-1-container,
.main-getting-started[data-step="5"] > .content-steps > .step-3-container {
    display: none;
}
.main-getting-started .step-2-container .selling-plan-container,
.main-getting-started .step-4-container .review-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.main-getting-started .step-4-container .review-container {
    flex-direction: column;
}
.main-getting-started .step-2-container .step-image,
.main-getting-started .step-4-container .step-image {
    width: 260px;
    height: 260px;
}
 .main-getting-started > .content-steps > .step-2-container > .step-image > .text-render,
 .main-getting-started > .content-steps > .step-4-container > .step-image > .text-render {
    right: 54px;
    top: 62px;
    max-width: 162px;
    max-height: 106px;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item,
.main-getting-started .step-4-container .review-container .review-item {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    transition: all 0.4s;
    &:hover {
        border: 1px solid #b5d6e6;
        box-shadow: 0 0 0 3px #b5d6e6;
        transform: translateY(-5px);
    }
    &.active {
        border: 1px solid #b5d6e6;
        box-shadow: 0 0 0 3px #b5d6e6;
        transform: translateY(-5px);
    }
}
.main-getting-started .step-4-container .review-container .review-item {
    max-height: 145px;
    align-items: center;
    padding-left: 6rem;
    gap: 1rem;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item {
    flex: 0 0 100%;
}

.main-getting-started .step-2-container #prepaid-form .selling-plan-container .selling-plan-item .label-container label {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: flex-start;
    text-align: left;
    cursor: pointer;
}

@media(max-width: 768px) {
  .main-getting-started .step-2-container #prepaid-form .selling-plan-container .selling-plan-item .label-container label {
    display: flex;
    flex-direction: column;
  }
}

.main-getting-started .step-2-container #prepaid-form .selling-plan-container .selling-plan-item .checkbox {
    padding: 1rem 2rem;
}

.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox,
.main-getting-started .step-4-container .review-container .review-item .checkbox {
    position: relative;
    border-radius: 4px;    
}
.main-getting-started .step-4-container .review-container .review-item .checkbox {
    flex: 0 0 130px;
    min-height: 120px;
    max-height: 100px;
    max-width: 130px;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox {    
    width: 100%;
    display: grid;
    padding: 2.8rem 2rem;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content,
.main-getting-started .step-4-container .review-container .review-item .content {
    flex: 1;    
    margin: auto 0;
    width: calc(100% - 130px);
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content {
    width: unset;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox label,
.main-getting-started .step-4-container .review-container .review-item .checkbox label  {
    text-align: center;
    margin: auto auto auto 0;
    display: block;
    font-size: 22px;
    font-family: "TeachingPrint";
    color: #fff;
    padding: 10px 10px 10px 40px;
    letter-spacing: normal;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 4px;
    overflow: hidden;
    min-height: 30px;
    font-weight: 400;
}

.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox input[type="radio"],
.main-getting-started .step-4-container .review-container .review-item .checkbox input[type="radio"] {
    display: none;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .title,
.main-getting-started .step-4-container .review-container .review-item[data-bundle-item] .content .header .title,
.main-getting-started .step-4-container .review-container .review-item .content .header .compare-at-price {
    position: relative;
    font-size: 22px;
    font-family: "TeachingPrint";
    line-height: 1;
    letter-spacing: normal;
}
.main-getting-started .step-4-container .review-container .review-item[data-bundle-item] .content .header .title {
    font-size: 28px;
    color: #e6b5b5;
    font-family: "Sailors";
    line-height: 1;
}
.main-getting-started .step-4-container .review-container .review-item[data-main-item] .content .header .title {
    position: relative;
    font-size: 28px;
    font-family: "Sailors";
    line-height: 1;
    letter-spacing: normal;
    color: #e6b5b5;
}

.main-getting-started .step-4-container .review-container .review-item[data-main-item] .content .header .month-label {
    font-size: 22px;
    font-family: "TeachingPrint";
}

.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .sub-title,
.main-getting-started .step-4-container .review-container .review-item .content .header .sub-title {
    font-size: 20px;
    font-family: "TeachingPrint";
    line-height: 1;
    letter-spacing: normal;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .slash,
.main-getting-started .step-4-container .review-container .review-item .content .header .slash {
    font-size: 20px;
    font-family: "TeachingPrint";
    line-height: 1;
    letter-spacing: normal;
}
.main-getting-started .step-4-container .review-container .review-item .content .header .sub-title {
    font-size: 22px
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header,
.main-getting-started .step-4-container .review-container .review-item .content .header {
    display: block;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header span,
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header svg,
.main-getting-started .step-4-container .review-container .review-item .content .header span,
.main-getting-started .step-4-container .review-container .review-item .content .header svg  {
    display: inline-block;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .description span,
.main-getting-started .step-4-container .review-container .review-item .content .description span {
    color: #040404;
    font-family: "TeachingPrint";
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .description span.price {
    margin-right: 1rem;
    color: #e3a6a4;
    font-weight: 600;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .description span.save {
    color: #e3a6a4b;
}
.main-getting-started .step-4-container .review-container .review-item .content .description span {
    font-size: 18px;
}
.main-getting-started .step-4-container .review-container .review-item .content .sub-header {
    font-size: 20px;
    font-family: "TeachingPrint";
    letter-spacing: normal;
    line-height: 1;
    color: #000;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .sub-header {
    font-size: 20px;
    font-family: "Sailors";
    letter-spacing: normal;
    line-height: 1;
}
.main-getting-started .step-4-container .review-container .review-item .content .promo-description {
    display: block;
}
.main-getting-started .step-4-container .review-container .review-item .content .promo-description .title {
    font-family: "TeachingPrint";
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
}
.main-getting-started .step-4-container .review-container .review-item .content .promo-description .code {
    font-family: "Sailors";
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
    color: black;
}
.main-getting-started .step-4-container .save-details {
    position: absolute;
    width: 100%;
    height: 24px;
    text-align: center;
    transform: rotate(19deg);
    font-family: "TeachingPrint";
    font-size: 17px;
    padding: 5px 15px;
    letter-spacing: normal;
    line-height: 1.3;
    max-width: 128px;
    top: 4px;
    right: -8px;
    font-weight: bold;
    display: none !important;
}
.main-getting-started .step-4-container .save-details:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid white;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.main-getting-started .step-4-container .save-details:before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 13px solid white;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.main-getting-started .step-3-container .save-details {
    position: absolute;
    width: 183px;
    height: 28px;
    text-align: center;
    transform: rotate(19deg);
    font-family: "TeachingPrint";
    font-weight: 800;
    font-size: 22px;
    padding: 0 18px;
    top: -25px;
    right: -30px;
    color: #fff;
    line-height: 1.5;
}
.main-getting-started .step-3-container .save-details:after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid white;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.main-getting-started .step-3-container .save-details:before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 13px solid white;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.main-getting-started > .content-steps > .step-3-container,
.main-getting-started > .content-steps > .step-4-container {
    position: relative;
}
.main-getting-started > .content-steps > .step-3-container > .title,
.main-getting-started > .content-steps > .step-4-container > .title {
    display: block;
    font-family: "TeachingPrint";
    font-size: 40px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
}
.main-getting-started > .content-steps > .step-3-container > .form-step-bundle {
    gap: 2rem;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-end;
}
@media screen and (max-width: 990px) {
    .main-getting-started > .content-steps > .step-3-container > .form-step-bundle {
        grid-template-columns: repeat(2, 1fr);
    }
}
.main-getting-started > .content-steps > .step-3-container > .form-step-bundle > .bundle-item {
    flex: 0 0 28%;
}
.main-getting-started > .content-steps > .step-3-container > .form-step-bundle > .bundle-item > .image {
    max-width: 350px;
    overflow: hidden;
    width: 100%;
    height: fit-content;
}
.main-getting-started > .content-steps > .step-3-container > .form-step-bundle > .bundle-item > .image > img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
}
.main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox input[type="radio"],
.main-getting-started .step-4-container .form-step-review .review-container .review-item .checkbox input[type="checkbox"],
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants .colour-swatch input[type="radio"], 
.main-getting-started .step-4-container .review-container .review-item .content .fifth-product-variants .colour-swatch input[type="radio"] {
    display: none;
}
.main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox {
    display: block;
    margin: auto;
}
.main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox label {
    background-position: top;
    padding-top: 50px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 10px;
    text-align: center;
    font-family: "TeachingPrint";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: capitalize;
    min-height: 90px;
    cursor: pointer;
}
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants .colour-swatch label,
.main-getting-started .step-4-container .review-container .review-item .content .fifth-product-variants .colour-swatch label {
    background-position: top;
    padding-top: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 10px;
    text-align: center;
    font-family: "TeachingPrint";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: capitalize;
    min-height: 20px;
    padding-right: 15px
}
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants .colour-swatch input + label,
.main-getting-started .step-4-container .review-container .review-item .content .fifth-product-variants .colour-swatch input + label {
    background-size: 18px;
}
.main-getting-started > .content-steps > .step-3-container > .form-step-bundle > .bundle-item > .price > .regular {
    position: relative;
    text-align: center;
    font-family: "TeachingPrint";
    font-size: 20px;
    font-weight: 400;
    display: none;
    letter-spacing: normal;
    line-height: 1;
    padding-bottom: 8px;
}
.main-getting-started > .content-steps > .step-3-container > .form-step-bundle > .bundle-item > .price > .regular::after {
    content: "";
    display: block;
    background-color: ##b5d6e6;
    width: 32px;
    height: 7px;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.main-getting-started > .content-steps > .step-3-container > .form-step-bundle > .bundle-item > .price > .discount {
    text-align: center;
    font-family: "TeachingPrint";
    font-size: 20px;
    font-weight: 400;
    display: block;
    letter-spacing: normal;
    line-height: 1;
    background-color: transparent;
    color: ##b5d6e6;
}
.main-getting-started  .step-2-container .action,
.main-getting-started  .step-3-container .action,
.main-getting-started  .step-4-container .action{
    display: flex;
    justify-content: space-between;
}
.main-getting-started  .step-2-container .action .back-button,
.main-getting-started  .step-3-container .action .back-button,
.main-getting-started  .step-4-container .action .back-button{
    display: flex;
    align-items: center;
    background-color: #b5d6e6;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: all 0.4s;
    font-family: "TeachingPrint";
    font-weight: 400;
    font-size: 24px;
    transition: all 0.4s;
    padding-top: 5px;
    padding-right: 10px;
    &:hover {
        transform: translateY(-5px);
    }
}
.main-getting-started  .step-2-container .action .back-button svg,
.main-getting-started  .step-3-container .action .back-button svg,
.main-getting-started  .step-4-container .action .back-button svg{
    padding-bottom: 4px;
}
.main-getting-started .step-2-container .action .continue-plan,
.main-getting-started .step-3-container .action .cancel,
.main-getting-started .step-4-container .form-step-review .action .add-to-cart {
    margin-left: auto;
    text-align: center;
    font-family: "TeachingPrint";
    font-size: 24px;
    font-weight: 400;
    display: block;
    letter-spacing: normal;
    line-height: 1;
    background-color: #b5d6e6;
    border: 1px solid #ddd;
    padding: 10px 15px 5px 15px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: all 0.4s;
    &:hover {
        transform: translateY(-5px);
    }
}
.main-getting-started .step-2-container .action .continue-plan:disabled,
.main-getting-started .step-3-container .action .cancel:disabled,
.main-getting-started .step-4-container .form-step-review .action .add-to-cart:disabled {
    pointer-events: none;
    opacity:0.5;
}
.main-getting-started .step-4-container .form-step-review .action {
    margin-top: 20px;
}
.main-getting-started .step-4-container .review-container .review-item .checkbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-getting-started .step-4-container .form-step-review .action .add-to-cart {
    background-color: #b5d6e6;
    border: 1px solid #ddd;
    color: #fff;
}
.main-getting-started .step-4-container .form-step-review .action .add-to-cart.active,
.main-getting-started .step-3-container .action .cancel:active {
    background-color: ##b5d6e6;
    border: 1px solid #ddd;
    color: #fff;
}
.main-getting-started .step-4-container .review-container .review-item .content .header svg {
    vertical-align: middle;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header svg {
    vertical-align: sub;
}
.main-getting-started[data-step="3"] > .content-steps,
.main-getting-started[data-step="4"] > .content-steps,
.main-getting-started[data-step="5"] > .content-steps {
    padding: 40px 20px 20px;
}
.main-getting-started > .content-steps > .step-1-container > .step-image > img.desktop,
.main-getting-started > .content-steps > .step-2-container > .step-image > img.desktop,
.main-getting-started > .content-steps > .step-4-container > .step-image > img.desktop {
    display: block;
}
.main-getting-started > .content-steps > .step-1-container > .step-image > img.mobile,
.main-getting-started >.content-steps > .step-2-container > .step-image > img.mobile,
.main-getting-started > .content-steps > .step-4-container > .step-image > img.mobile {
    display: none;
}
.main-getting-started .step-4-container .review-container .review-item .content .header .compare-at-price:after {
    content: "";
    display: block;
    background-color: #b5d6e6;
    width: 32px;
    height: 7px;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.main-getting-started .step-4-container .review-container .review-item[data-bundle-item] .content .sub-header {
    text-transform: capitalize;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-size: 22px;
    font-family: "TeachingPrint";
}
.main-getting-started .step-4-container .review-container .review-item .content .header .compare-at-price {
    display: none;
}

.main-getting-started .step-4-container .review-container .review-item .content .header {
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
    max-width: 13rem;
}

.main-getting-started .step-4-container .review-container .review-item .content .header .description {
    display: none !important;
}

.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header {
    background-color: transparent;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox label {
    font-size: 30px;
    font-family: "TeachingPrint";
    color: #040404;
    padding: 0;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .title {
    color: #9abddc;
    font-size: 42px;
    font-weight: 600;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .sub-title {
    font-size: 28px;
    font-weight: 400;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description .title {
    font-family: "TeachingPrint";
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
    padding-top: 3px;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description .code {
    font-family: "Sailors";
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
    color: #b5d6e6;
    padding-bottom: 3px;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    position: absolute;
    top: -22px;
    background-color: #fff;
    border: 1px solid #000000;
    padding: 5px 5px 2px 5px;
    border-radius: 15px;
    align-items: center;
}
.main-getting-started .step-2-container .selling-plan-container {
    margin-top: 28px;
    margin-bottom: 28px;
    gap: 15px;
    justify-content: center;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details {
    display: flex;
    justify-content: right;
    margin-left: auto;
    gap: 4px;
    align-content: flex-start;
    margin-top: 6px;
    position: absolute;
    top: 0px;
    right: -4px;
    transform: rotate(15deg);
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details .label {
    color: #fff;
    font-weight: 600;
    font-family: "TeachingPrint";
    font-size: 15px;
    background-color: #f1a49c;
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
    margin: 0px;
    white-space: nowrap;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details .value {
    background-color: #b5d6e6;
    color: white;
    padding: 7px 8px 2px;
    border-radius: 10px;
    font-weight: 400;
    font-family: "TeachingPrint";
    font-size: 15px;
    line-height: normal;
    white-space: nowrap;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.paddle {
    position: absolute;
    top: -85px;
    left: -20px;
    width: 80px;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.paddle {
    position: absolute;
    top: -85px;
    left: -20px;
    width: 80px;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.roller {
    position: absolute;
    top: -57px;
    width: 80px;
    left: 6px;
}
@media (max-width: 768px) {
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.roller {
        left: -54px;
    }
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.board:first-of-type {
    position: absolute;
    top: -100px;
    width: 80px;
    left: 0;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.board:last-of-type {
    position: absolute;
    top: -95px;
    width: 80px;
    left: -14px;
}
@media (max-width: 768px) {
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.board:first-of-type {
        top: -80px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.board:first-of-type img {
        width: 90%
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.board:last-of-type {
        top: -80px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image.board:last-of-type img {
        width: 90%
    }
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item span.description {
    font-family: 'TeachingPrint';
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .bonus-text {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-family: "Sailors";
    color: #fff;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image img {
    object-fit: contain;
    width: 100%;
    height: auto;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item.image-container {
    border: 0;
    pointer-events: none;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .text .title {
    display: flex;
    font-size: 16px;
    font-family: "TeachingPrint";
    color: #040404;
}
.main-getting-started > .content-steps > .step-2-container > .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
}
.main-getting-started > .content-steps > .step-2-container > .title > .image-in-between {
    padding-top: 10px;
}
.main-getting-started > .content-steps > .step-2-container > .title > .image-in-between > img {
    object-fit: contain;
    object-position: center;
}
.main-getting-started > .content-steps > .step-2-container > .step-image > .free-shipping-message {
    position: absolute;
    bottom: 43px;
    right: 91px;
    transform: rotate(9deg);
}
.main-getting-started > .content-steps > .step-2-container > .step-image > .free-shipping-message > .text {
  display: flex;
  flex-wrap: wrap;
  color: #e67c7c;
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 6px;
}

}
.main-getting-started[data-step="3"]>.content-steps {
    padding: 40px 20px 20px;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .more-info {
    position: absolute;
    right: -50px;
    top: -50px;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .more-info:hover .details {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.3s ease;
}
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .more-info .details {
    position: absolute;
    max-width: 288px;
    display: block;
    z-index: -1;
    width: 200px;
    top: 40px;
    right: 26px;
    background-color: #eee8aa;
    padding: 10px;
    font-family: "TeachingPrint";
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(55px);
    transition: transform 0.3s ease;
}
.main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox .colour-swatch {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants,
.main-getting-started .step-4-container .review-container .review-item .content .fifth-product-variants {
    display: none;
}
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants.active,
.main-getting-started .step-4-container .review-container .review-item .content .fifth-product-variants.active {
    display: block;
}
.main-getting-started .step-4-container .form-step-review .review-container .review-item .checkbox input + label {
    position: absolute;
    left: -4rem;
}
.main-getting-started .step-4-container .review-container .review-item .content {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: center;
    padding-right: 2rem;
}
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants, 
.main-getting-started .step-4-container .review-container .review-item .content .fifth-product-variants {
    gap: 1rem;
}
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants .colour-swatch, 
.main-getting-started .step-4-container .review-container .review-item .content .fifth-product-variants .colour-swatch {
    display: flex;
    justify-content: left;
    gap: 1rem;
}
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants .colour-swatch {
    flex-direction: column;
    gap: 0;
}
.main-getting-started .step-4-container .review-container .review-item .content .second-product-variants .colour-swatch label,
.main-getting-started .step-4-container .review-container .review-item .content .fifth-product-variants .colour-swatch label {
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    background-position: left;
    height: 100%;
    margin: 0;
    padding: 6px 0px 0 22px;
} 

.limited-time-offer-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.limited-time-offer-image {
    flex: 0 0 250px;
    text-align: right;
}
.limited-time-offer-text {
    font-family: 'TeachingPrint';
    flex: 0 0 250px;
    padding-top: 1rem;
}
.limited-time-offer-text .title {
    font-size: 24px;
    background: #c8dee855;
    width: fit-content;
    padding: 0 1rem;
    border-radius: 12px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.limited-time-offer-text .description {
    font-size: 22px;
    width: 80%;
    text-align: center;
}

.limited-time-offer-image img {
    width: 70%;
    height: 100%;
    object-fit: contain;
    transform: rotate(-5deg);
}

.flex-review-input {
    /* display: none !important;  */
    gap: 1rem;
    width: 100%;
    flex-direction: column;
    .review-input {
        font-family: 'TeachingPrint';
        font-size: 20px;
        padding-top: 5px;
        width: 100%;
    }
}

.review-input::placeholder {
    padding-top: 4px;
}

#prepaid-form .grid-container {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 gap: 2rem;
}
 #prepaid-form .grid-container label {
	 text-align: left;
}
 #prepaid-form .bonus-text {
	 position: relative;
	 text-align: center;
}
 #prepaid-form .bonus-text .bonus-label {
	 color: #fff;
	 background: #e6b5b5;
	 display: inline-block;
	 padding: 4px 10px;
	 border-radius: 5px;
	 text-transform: capitalize;
	 margin-bottom: 10px;
	 font-family: "TeachingPrint";
	 font-weight: 800;
	 font-size: 14px;
	 line-height: 1;
	 position: relative;
	 top: -15px;
	 left: -15px;
}
 #prepaid-form .bonuses {
	 margin-left: 1rem;
	 font-size: 22px;
	 font-family: "TeachingPrint";
	 font-weight: 400;
	 margin-top: 0.4rem;
}
 #prepaid-form .selling-plan-item.image-container {
	 border: 0;
	 pointer-events: none;
	 display: grid;
	 grid-template-columns: 1fr;
	 margin-top: 2rem;
	 align-items: center;
	 justify-content: center;
}
 #prepaid-form .selling-plan-item.image-container img {
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
}

#prepaid-form .bonus-text .image-container{
    display: flex;
}
 
#prepaid-form .bonus-text .image-container.twelve-months .first-item{
    position: relative;
    right: -45px;
}
#prepaid-form .bonus-text .image-container.twelve-months .second-item{
    position: relative;
    top: 64px;
}

.best-value-icon {
  position: absolute;
  top: -10px;
  right: -14px;
  z-index: 1;
}

.name-display {
  text-align: center;
}

/* Full-width header wrapper */
.header-steps-wrapper {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 40px;
    overflow: visible;
}

/* Grass mountains - separate element for clarity */
.grass-mountains {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='100' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,80 Q100,20 200,50 T400,45 T600,55 T800,40 T1000,60 T1200,80 L1200,100 L0,100 Z' fill='%237CB342'/%3E%3Cpath d='M0,65 Q150,40 300,65 T600,60 T900,70 T1200,65 L1200,100 L0,100 Z' fill='%238BC34A' opacity='0.8'/%3E%3Cpath d='M0,75 Q200,60 400,75 T800,70 T1200,75 L1200,100 L0,100 Z' fill='%239CCC65' opacity='0.6'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center bottom;
    background-repeat: repeat-x;
    z-index: 1;
}

/* Content container - stays within max-width */
.header-steps-content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.header-steps {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.progress-track {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 2px;
    pointer-events: none;
    z-index: 5;
}

.van-container {
    position: absolute;
    top: -30px;
    left: 0;
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1), top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.main-getting-started[data-step="2"] .van-container,
.main-getting-started[data-step="4"] .van-container {
    top: -50px; 
}

.delivery-van {
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
    animation: vanBounce 1.5s ease-in-out infinite;
    display: block;
}

@keyframes vanBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Ensure steps are above the grass */
.step {
    position: relative;
    z-index: 5;
}

.step.clickable:hover {
    opacity: 0.7;
}

.step:not(.completed):not(.active) {
    opacity: 0.5;
}

.border-line {
    position: relative;
    overflow: hidden;
}

.progress-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #8CA7C4, #63B3ED);
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.toggle-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-family: 'teachingprint';
    column-gap: 10px;
}

.toggle-button {
    padding: 10px 43px 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px;
    font-size: 30px;
    color: black;
}

.toggle-button.active {
    background-color: #e6b5b5;
    color: white;
}

.checkbox-with-image {
    position: relative;
}

.checkbox-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .main-getting-started>.content-steps>.step-2-container>.title>.image-in-between>img {
        height: 120px;
        width: 120px;
    }
    .main-getting-started > .content-steps > .step-1-container > .step-image {
        right: -34px;
        top: -185px;
    }
    .main-getting-started > .content-steps > .step-2-container > .step-image {
        right: -54px;
        top: -188px;
    }   
    .main-getting-started > .content-steps > .step-1-container > .form-step > .fields-input > input, 
    .main-getting-started > .content-steps > .step-2-container > .form-step > .fields-input > input {
        width: 100%;
    }
    .main-getting-started > .content-steps > .step-1-container > .form-step > .action > .step-1 {
        max-width: 100%;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .description {
        display: block;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content,
    .main-getting-started .step-4-container .review-container .review-item .content {
        padding: 8px;
        max-width: 180px;
    }
    .main-getting-started .step-4-container .review-container .review-item .content {
        grid-template-columns: 1fr;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox, 
    .main-getting-started .step-4-container .review-container .review-item .checkbox {
        max-height: 100%;
    }
    .main-getting-started > .content-steps > .step-3-container > .form-step-bundle > .bundle-item > .image {
        max-height: 105px;
        min-width: 80px;
    }
    .main-getting-started > .content-steps > .step-3-container > .form-step-bundle {
        gap: 10px;
        margin-top: 0px;
    }
    .main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox {
        min-height: 80px;
    }
    .main-getting-started > .content-steps {
        max-width: 100%;
        padding: 40px 20px 20px;
    }
    .main-getting-started .header-steps {
        justify-content: space-between;
        gap: 0px;
        padding-top: 40px;
    }
    .main-getting-started .header-steps > .step {
        flex: 0 0 50px;
    }
    .main-getting-started .header-steps > .separator {
        flex: 0 0 auto;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .promo-description .code {
        display: block;
    }
    .main-getting-started .step-4-container .save-details {
        top: -8px;
        right: -8px;
        display: none;
    }
    .main-getting-started .step-2-container .selling-plan-container, 
    .main-getting-started .step-4-container .review-container {
        gap: 25px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .promo-description .code,
    .main-getting-started .step-4-container .review-container .review-item .content .promo-description .code {
        display: block;
    }
    .main-getting-started > .content-steps > .step-1-container > .step-image {
        width: 230px;
        height: 230px;
    }
    .main-getting-started > .content-steps > .step-1-container > .step-image > .text-render {
        right: 34px;
        top: 40px;
        max-width: 162px;
        max-height: 106px;
    }
    .main-getting-started > .content-steps > .step-2-container > .step-image > .text-render,
    .main-getting-started > .content-steps > .step-4-container > .step-image > .text-render {
        right: 54px;
        top: 40px;
        max-width: 162px;
        max-height: 106px;
    }
    .main-getting-started .step-2-container .step-image,
    .main-getting-started .step-4-container .step-image {
        width: 250px;
        height: 250px;
    }
    .main-getting-started > .content-steps > .step-1-container > .form-step > .fields-input,
    .main-getting-started > .content-steps > .step-2-container > .form-step > .fields-input {
        margin-top: 32px;
    }
    .main-getting-started > .content-steps > .step-1-container > .title, 
    .main-getting-started > .content-steps > .step-2-container > .title {
        font-size: 45px;
        height: 60px;
    }
    .main-getting-started > .content-steps > .step-1-container > .step-image > img.desktop,
    .main-getting-started >.content-steps > .step-2-container > .step-image > img.desktop {
        display: none;
    }
    .main-getting-started > .content-steps > .step-1-container > .step-image > img.mobile,
    .main-getting-started >.content-steps > .step-2-container > .step-image > img.mobile {
        display: block;
    }
    .main-getting-started > .content-steps > .step-4-container > .step-image > .text-render {
        right: 42px;
        top: 63px;
        max-width: 162px;
        max-height: 106px;
    }
    .main-getting-started > .content-steps > .step-4-container > .step-image {
        right: -48px;
        top: -178px;
    }
    .main-getting-started .step-3-container .form-step-bundle .bundle-item .checkbox label {
        padding-top: 40px;
        margin-top: 10px;        
    }
    .main-getting-started > .content-steps > .step-3-container > .form-step-bundle > .bundle-item > .price > .regular {
        padding-bottom: 0;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item {
        flex: 0 0 100%;
        max-width: unset;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description .title,
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description .code {
        font-size: 14px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .title {
        font-size: 30px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .sub-title {
        font-size: 20px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox label {
        font-size: 24px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content {
        max-width: 100%;
        width: 100%;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image {
        max-width: 100%;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .text {
        max-width: 100%;
        transform: translate(10%,-50%);
        width: 100%;
    }
    .main-getting-started > .content-steps > .step-2-container > .step-image > .free-shipping-message {
        bottom: 60px;
        right: 100px;
    }
    .main-getting-started .step-2-container .selling-plan-container {
        gap: 15px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details .value,
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details .label  {
        font-size: 15px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .text .title {
        font-size: 12px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .text .title {
        font-size: 12px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .more-info .details {
        max-width: 150px;
        font-size: 14px;
    }
    .main-getting-started .header-steps > .step > .step-image {
        min-height: 130px;
    }
    .main-getting-started .header-steps > .separator > .border-line {
        top: 70px;
    }

    .limited-time-offer-image {
        flex: 0 0 140px;
    }
    .limited-time-offer-image img {
        width: 80%;
    }
    .limited-time-offer-text {
        flex: 0 0 230px;
    }
    .limited-time-offer-text .description {
        width: 85%;
    }
    .progress-track{
        top: 55px;
    }
    .van-container{
        max-width: 70px;
    }
    .delivery-van{
        object-fit: contain;
        width: 100%;
    }
    .grass-mountains{
        height: 80px;
        background-size: cover;
    }
    .main-getting-started .header-steps > .step[data-step="2"], .main-getting-started .header-steps > .step[data-step="4"]{
        top: 0px;
    }
    .main-getting-started .header-steps > .step[data-step="3"]{
        top: 0px;  
    }
    .main-getting-started[data-step="2"] .van-container,
    .main-getting-started[data-step="4"] .van-container {
        top: -30px; 
    }
    #prepaid-form .bonus-text .bonus-label{
        top: -31px;
        left: 31px;
    } 

}
@media screen and (max-width: 600px) {
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description .title, 
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description .code {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details {
        margin-bottom: 6px;
    }

    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item {
        flex: 0 0 100%;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description .title, 
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .promo-description .code {
        font-size: 15px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details .label,
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details .value {
        font-size: 16px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox label {
        font-size: 30px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .title {
        font-size: 25px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .header .sub-title {
        font-size: 20px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .save-details .value,
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .content .description span {
        font-size: 16px;
    }
    .main-getting-started .step-2-container .selling-plan-container {
        gap: 20px;
        flex-direction: column;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .image {
        position: relative;
        max-width: 100%;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .text .title {
        font-size: 26px;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .text {
        left: 42%;
    }
    .main-getting-started .step-2-container .selling-plan-container .selling-plan-item .checkbox .more-info .details {
        max-width: 200px;
        font-size: 16px;
    }
    .main-getting-started>.content-steps>.step-3-container>.form-step-bundle>.bundle-item>.image {
        max-height: 16rem;
        min-width: 16rem;
        object-fit: contain;
    }
    .main-getting-started .step-4-container .review-container .review-item .checkbox {
        min-height: 100px !important;
    }
    .main-getting-started .step-4-container .review-container .review-item {
        max-height: unset;
    }
    .main-getting-started .step-4-container .review-container .review-item .content {
        gap: 1rem;
        flex-direction: column;
    }
    .main-getting-started .step-4-container .review-container .review-item .content .second-product-variants.active {
        margin: 0 auto;
    }
    #prepaid-form .bonus-text{
        height: 200px;
    }
    #prepaid-form .bonus-text .image-container.twelve-months{
        position: absolute;
        top: 20%;
        left: -9px;
    }
    #prepaid-form .bonus-text .image-container.twelve-months .first-item{
        right: -30px;
    }
    #prepaid-form .bonus-text .image-container.twelve-months .first-item img{
        width: 120px!important;
    }
    #prepaid-form .bonus-text .image-container.twelve-months .second-item img{
        width: 90px!important;
    }
    #prepaid-form .bonus-text .image-container.twelve-months .third-item img{
        width: 90px!important;
    }
    #prepaid-form .bonus-text .image-container.six-months{
        position: absolute;
        top: 20%;
        left: 20px;
    }
}

#klaviyo-reviews-carousel-wrapper{
    padding-top: 0;
}

/* Force Getting Started primary buttons to T is for Tot blue */
.main-getting-started .step-1-container .action button.step-1,
.main-getting-started .step-2-container .action .continue-plan,
.main-getting-started .step-4-container .action .add-to-cart {
  background:#9abddc) !important;
  border: 2px solid #B5D6E6 !important;
  color: #ffffff !important;
  border-radius: 14px !important;
}

/* Hover and active */
.main-getting-started .step-1-container .action button.step-1:hover,
.main-getting-started .step-2-container .action .continue-plan:hover,
.main-getting-started .step-4-container .action .add-to-cart:hover {
  background: #9FC8DC !important;
  border-color: #9FC8DC !important;
}

/* Disabled state still looks soft, not gray */
.main-getting-started .step-2-container .action .continue-plan:disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}
/* Bonus bar: clean, consistent, non-jumbled */
.tot-bonusbar {
  margin-top: 12px;
  padding: 12px;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: rgba(181, 214, 230, 0.18);
  border-radius: 12px;
}

.tot-bonusbar__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.tot-bonusbar__badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #B5D6E6;
  color: rgba(0,0,0,0.75);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.tot-bonusbar__note {
  font-size: 12px;
  color: rgba(0,0,0,0.60);
}

.tot-bonusgrid {
  display: grid;
  gap: 10px;
}

.tot-bonusgrid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tot-bonusgrid--1 {
  grid-template-columns: 1fr;
}

.tot-bonusitem {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}

.tot-bonusitem__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}

.tot-bonusitem__img img {
  width: 100%;
  max-width: 110px;
  height: auto;
  object-fit: contain;
  display: block;
}

.tot-bonusitem__cap {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(0,0,0,0.70);
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .tot-bonusgrid--3 {
    grid-template-columns: 1fr;
  }
  .tot-bonusitem__img img {
    max-width: 140px;
  }
}
/* Force the plan label to stack content vertically */
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .radio-container label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

/* Make sure the main pricing area stays full width */
.main-getting-started .step-2-container .selling-plan-container .selling-plan-item .radio-container label .content {
  width: 100%;
}

/* Bonus block should also be full width and sit underneath */
.main-getting-started .step-2-container .plan-bonus {
  width: 100%;
  margin-top: 6px;
}

/* Optional: keep bonus images from looking chaotic */
.main-getting-started .step-2-container .plan-bonus-item img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
/* BONUS LAYOUT FIX: prevent clipping and stop floating overlap */
.main-getting-started .step-2-container .selling-plan-item,
.main-getting-started .step-2-container .selling-plan-item .checkbox,
.main-getting-started .step-2-container .selling-plan-item label {
  height: auto !important;
  overflow: visible !important;
}

/* Make the plan label act like a normal vertical layout */
.main-getting-started .step-2-container .selling-plan-item label {
  display: block !important;
}

/* If the plan content container is using flex, make it stack */
.main-getting-started .step-2-container .selling-plan-item label .content {
  display: block !important;
}

/* Bonus wrapper spacing and layout */
.main-getting-started .step-2-container .selling-plan-item .bonus-text {
  margin-top: 12px !important;
  width: 100% !important;
}

/* 1) Remove the blue "Limited Time Bonus" label */
.main-getting-started .bonus-text .bonus-label {
  display: none !important;
}

/* 2) Make the bonus area behave nicely (no weird floating/cutoff) */
.main-getting-started .bonus-text {
  margin-top: 10px;
  width: 100%;
  position: static !important; /* overrides any absolute positioning */
}

/* 3) Put bonus images in a clean row */
.main-getting-started .bonus-text .image-container {
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 8px;
}

/* 4) If you want 12-months to be 3 across, keep it on one line */
.main-getting-started .bonus-text .image-container.twelve-months > div {
  flex: 0 0 auto;
}

/* 5) 6-months is single image, keep it centered */
.main-getting-started .bonus-text .image-container.six-months {
  justify-content: center;
}

/* 6) Clean image rendering and prevent stretching */
.main-getting-started .bonus-text .image-container img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* 7) Optional: standardize sizes so they feel aligned */
.main-getting-started .bonus-text .image-container.twelve-months img {
  width: 110px !important;
}

.main-getting-started .bonus-text .image-container.six-months img {
  width: 180px !important;
}

/* 8) Give the whole bonus row some breathing room from the plan content */
.main-getting-started .form-step-selling-plan .selling-plan-item .bonus-text {
  padding-bottom: 6px;
}
/* Hide the blue "Limited Time Bonus" pill */
.main-getting-started .bonus-text .bonus-label {
  display: none !important;
}

/* Make the entire plan label behave like a stacked layout */
.main-getting-started #prepaid-form .radio-container > label {
  display: block !important;
  width: 100%;
}

/* Ensure the label's content area is a vertical stack */
.main-getting-started #prepaid-form .radio-container > label .content {
  display: block !important;
}

/* Force the bonus area to sit BELOW the plan text, never overlapping */
.main-getting-started #prepaid-form .radio-container > label .bonus-text {
  display: block !important;
  position: relative !important;
  margin-top: 10px !important;
  clear: both !important;
  width: 100% !important;
  z-index: 1;
}

/* Make the bonus images a clean row */
.main-getting-started #prepaid-form .radio-container > label .bonus-text .image-container {
  display: flex !important;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
}

/* Normalize images so they don't blow up or float oddly */
.main-getting-started #prepaid-form .radio-container > label .bonus-text img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Optional: consistent sizing so the row looks tidy */
.main-getting-started #prepaid-form .image-container.twelve-months img {
  width: 110px !important;
}

.main-getting-started #prepaid-form .image-container.six-months img {
  width: 160px !important;
}
/* Hide the "Limited Time Bonus" pill text if it exists */
.main-getting-started #prepaid-form .bonus-text .bonus-label {
  display: none !important;
}

/* Give the bonus area proper spacing */
.main-getting-started #prepaid-form .bonus-text {
  margin-top: 14px !important;
  width: 100%;
}

/* 12-month: 3 bonuses in a straight row */
.main-getting-started #prepaid-form .image-container.twelve-months {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: end;
  justify-items: center;
  margin-top: 8px;
}

/* 6-month: single bonus centered */
.main-getting-started #prepaid-form .image-container.six-months {
  display: flex !important;
  justify-content: center;
  margin-top: 10px;
}

/* Remove any odd positioning that can cause floating */
.main-getting-started #prepaid-form .bonus-text,
.main-getting-started #prepaid-form .image-container,
.main-getting-started #prepaid-form .image-container > div {
  position: static !important;
}

/* Make images consistent and crisp */
.main-getting-started #prepaid-form .image-container img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Set tidy sizes */
.main-getting-started #prepaid-form .image-container.twelve-months img {
  width: 110px !important;
}

.main-getting-started #prepaid-form .image-container.six-months img {
  width: 420px !important;
  max-width: 100% !important;
  height: auto !important;
}



/* Hide the blue Limited Time Bonus label everywhere */
.main-getting-started .bonus-text .bonus-label {
  display: none !important;
}

/* Bonus strip spacing */
.main-getting-started #prepaid-form .bonus-text.bonus-strip {
  margin-top: 6px;
}

/* Bonus strip image sizing */
.main-getting-started #prepaid-form .bonus-strip-image {
  max-width: 420px;
  width: 100%;
  height: auto;
}
/* Force the 12-month bonus strip to be bigger, even if inline styles exist */
.main-getting-started #prepaid-form .bonus-text.bonus-strip .image-container {
  width: 100% !important;
}

.main-getting-started #prepaid-form .bonus-text.bonus-strip .bonus-strip-image {
  width: 100% !important;
  max-width: 520px !important;  /* try 460 first */
  height: auto !important;
  display: block !important;
  margin: 10px auto 0 !important;
}
/* FINAL polish for prepaid 12-month bonus visuals */
.main-getting-started #prepaid-form .bonus-text.bonus-strip .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

/* Normalize image size so none overpower */
.main-getting-started #prepaid-form .bonus-text.bonus-strip img {
  height: 90px;
  width: auto;
  max-width: none;
  display: block;
}

/* Slightly reduce the alphabet visual so it doesn't dominate */
.main-getting-started #prepaid-form
.bonus-text.bonus-strip
img[alt*="Alphabet"] {
  height: 80px;
}

/* Keep 6-month bonus visually smaller */
.main-getting-started #prepaid-form .image-container.six-months img {
  height: 120px;
}
/* Clarify bonuses as included (not add-ons) */
.main-getting-started .bonuses {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280; /* soft neutral gray */
  margin-top: 6px;
}
/* Tighten spacing between copy and included bonus visuals */
.main-getting-started .bonuses {
  margin-bottom: 4px !important;
}

.main-getting-started #prepaid-form .bonus-text.bonus-strip {
  margin-top: 4px !important;
}

/* Reduce extra vertical padding inside prepaid plan cards */
.main-getting-started #prepaid-form .selling-plan-item .content {
  padding-bottom: 8px;
}

}/* Make 6-month bonus feel intentional and aligned */
.main-getting-started #prepaid-form .image-container.six-months {
  display: flex;
  justify-content: center;
  margin-top: 6px !important;
}

/* Slightly reduce size so it feels secondary to 12-month */
.main-getting-started #prepaid-form .image-container.six-months img {
  height: 105px;
  width: auto;
  display: block;
}

/* Tighten spacing above the 6-month bonus image */
.main-getting-started #prepaid-form .selling-plan-item:nth-of-type(2) .bonuses {
  margin-bottom: 2px;
}


/* Replace blue progress dots with checkmarks in Summary */
.main-getting-started .summary-step .step-indicator,
.main-getting-started .summary-step .dot,
.main-getting-started .summary-step .circle {
  background: none !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
}

/* Insert checkmark */
.main-getting-started .summary-step .step-indicator::before,
.main-getting-started .summary-step .dot::before,
.main-getting-started .summary-step .circle::before {
  content: "✓";
  font-size: 18px;
  font-weight: 600;
  color: #7fb7a6; /* soft green, on-brand */
  display: inline-block;
  line-height: 1;
}/* Summary step: replace the dot with a checkmark */
.main-getting-started .step-4-container .review-container .review-item {
  position: relative;
}
/* Clean prepaid bonus spacing */
.main-getting-started #prepaid-form .bonus-text {
  width: 100% !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  overflow: visible !important;
}

.main-getting-started #prepaid-form .bonus-strip-image {
  display: block !important;
  margin: 0 auto !important;
  height: auto !important;
}

/* Desktop */
@media (min-width: 769px) {
  .main-getting-started #prepaid-form .bonus-strip-image {
    max-width: 390px !important;
  }

  .main-getting-started #prepaid-form .selling-plan-item .checkbox {
    padding-bottom: 28px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .main-getting-started #prepaid-form .bonus-strip-image {
    max-width: 88% !important;
  }

  .main-getting-started #prepaid-form .selling-plan-item .checkbox {
    padding: 24px 16px 30px !important;
  }

  .main-getting-started #prepaid-form .bonus-text {
    margin-top: 28px !important;
  }

