.pcs005 p {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 24px;
}

.pcs005 .rule {
    margin-bottom: 50px;
}

.pcs005 .ccl-section--card-denefits h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #552773;
}

.pcs005 .special-list--circled-checks .special-list__item:before,
.special-list--circled-checks li:before {
    top: -0.1em;
    left: -2.3em;
    width: 1.6em;
    height: 1.6em;
}

.pcs005 .image-benefits-wrapper {
    display: flex;
    padding-top: 10px;
    padding-bottom: 15px;
}

.pcs005 .image-benefits-wrapper ul {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pcs005 .image-benefits-wrapper ul li {
    padding: 0;
    margin: 0;
    margin-left: 30px;
}

.pcs005 .image-benefits-wrapper img {
    max-width: 220px;
}

.pcs005 .ccl-section {
    margin-top: 20px;
}

.pcs005 .ccl-section h3 {
    font-size: 20px;
    color: #552773;
}

.pcs005 .ccl-section h4 {
    color: #552773;
}

.pcs005 form[name=amount-form] input[type=number] {
    -moz-appearance: textfield;
}

.pcs005 form[name=amount-form] {
    margin-top: 15px;
    margin-bottom: 5px;
}

.pcs005 form[name=amount-form] input[type=number]::-webkit-outer-spin-button,
.pcs005 form[name=amount-form] input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pcs005 .goals-outer-wrapper {
    background: #fdf5f9;
    padding: 20px;
}

.pcs005 .goals-inner-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.pcs005 .goals-monthly {
    display: block;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
}

.pcs005 .goals-weekly {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #552773;
}

#weekly-value-pounds {
    color: #ce2f87;
    font-size: 48px;
}

#weekly-value-pence {
    color: #ce2f87;
}

.pcs005 .login-wrapper {
    display: flex;
    align-items: center;
}

.pcs005 .login-wrapper-primary {
    padding-top: 30px;
}

.pcs005 .ccl-register-btn {
    height: 56px;
    width: 200px;
    cursor: pointer;
}

.pcs005 .ccl-login-link {
    font-weight: 500;
    font-size: 15px;
    color: #BB074B;
    text-decoration: underline;
    margin-left: 30px;
}

.pcs005 form[name=amount-form] {
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 15px;
}

.pcs005 .mob-row {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.pcs005 form[name=amount-form] label,
.pcs005 form[name=amount-form] .amount-other {
    flex: 1 1 auto;
    width: 55px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    height: 47px;
    line-height: 45px;
    border: 2px solid #e9e9e9;
    border-radius: 20px;
    text-align: center;
    margin: 0;
    margin-right: 4px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    min-width: 60px;
    cursor: pointer;
}

.pcs005 form[name=amount-form].amount-other::placeholder {
    color: #000;
    font-family: Montserrat',sans-serif;
 font-weight: 700;
    font-size: 15px;
}

.pcs005 form[name=amount-form] .amount-other.active,
.pcs005 form[name=amount-form] .amount-other:focus {
    border: 3px solid #552773;
    outline: none;
}

.pcs005 form[name=amount-form] input[type=radio]:checked+label {
    background: #552773;
    color: #fff;
}

.pcs005 .goals-weekly {
    margin-top: -20px;
}

.pcs005 .goals-monthly {
    margin-top: 25px;
}

.pcs005 .ccl-section--account-ctas {
    display: none;
}

.pcs005 .trust-pilot-wrapper {
    margin-top: 40px;
}

@media only screen and (max-width: 585px) {
    .pcs005 .image-benefits-wrapper {
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pcs005 .image-benefits-wrapper ul {
        height: 100px;
        margin-left: 0;
        margin-top: 5px;
    }
    .pcs005 form[name=amount-form] {
        flex-direction: column;
    }
    .pcs005 form[name=amount-form] .mob-row label {
        margin-right: 10px;
    }
    .pcs005 form[name=amount-form] .mob-row label:last-child {
        margin-right: 0;
    }
    .pcs005 .mob-row {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .pcs005 .mob-row:first-child {
        padding-bottom: 10px;
    }
    .pcs005 .mob-row input {
        margin-right: 0;
    }
    .pcs005 .goals-outer-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .pcs005 .goals-inner-wrapper {
        text-align: center;
    }
    .pcs005 .mob-row:first-child {
        padding-bottom: 10px;
    }
    .pcs005 .login-wrapper {
        flex-direction: column;
        justify-content: space-around;
        align-item: center;
        height: 130px;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 20px;
    }
    .pcs005 .login-wrapper.login-wrapper-secondary {
        height: 115px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .pcs005 .login-wrapper-primary {
        background: #fdf5f9;
        margin-bottom: 20px;
        padding-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .pcs005 .ccl-section--account-ctas {
        display: block;
    }
    .pcs005 .login-wrapper a {
        margin: 0;
    }
    .pcs005 .login-wrapper.login-wrapper-secondary a {
        margin-top: 15px;
    }
    .pcs005 .login-wrapper button {
        width: 100%;
    }
    .pcs005 .trust-pilot-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 440px) {
    .pcs005 .ccl-section h3,
    .pcs005 .ccl-section h4 {
        font-size: 18px;
    }
}