Page Title
<style>
@font-face {
font-family: 'Thunder';
src: url(https://assets.snapfinance.co.uk/retailerGenerator/Thunder-Bold.woff) format('woff');
}
@font-face {
font-family: 'Aeonik-Regular';
src: url(https://assets.snapfinance.co.uk/retailerGenerator/Aeonik-Regular.woff) format('woff');
}
@font-face {
font-family: 'Aeonik-Bold';
src: url(https://assets.snapfinance.co.uk/retailerGenerator/Aeonik-Bold.woff) format('woff');
}
h1.snap__h1.snap__thunder, h1.snap__h1.snap__thunder > * {
font-family: 'Thunder';
font-size: 4.5rem;
line-height: 0.9;
letter-spacing: 2px;
margin-bottom: 0;
}
h1.snap__h1, h2.snap__h2, h3.snap__h3, h4.snap__h4, h5.snap__h5 {
font-family: 'Aeonik-Bold';
font-weight: bold;
color: #062d4e;
margin-top: 0;
margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
h1.snap__h1, h2.snap__h2, h3.snap__h3, h4.snap__h4, h5.snap__h5 {
text-align: center;
}
img {
align-self: center;
}
p.snap__p {
text-align: center;
}
}
.snap__p, .snap__span {
color: #062d4e;
margin: 0;
font-size: 1rem;
margin-top: 0;
margin-bottom: 1rem;
line-height: 150%;
}
p.snap__p--bold, span.snap__span--bold {
font-family: 'Aeonik-Bold';
}
h1.snap__h1 {
font-size: 2.5rem;
}
h2.snap__h2 {
font-size: 2rem;
}
.snap__list {
list-style: disc;
margin-top: 0;
padding-left: 16px;
}
.snap__list__item {
margin-bottom: 10px;
line-height: 150%;
}
a.snap__link {
color: #4242c9;
text-decoration: none;
}
span.snap__italic-note {
font-style: italic;
font-size: 80%;
}
a.snap__link:hover {
color: #4242c9;
text-decoration: underline;
}
.snap__main {
width: 100%;
overflow: hidden;
}
.snap__main * {
color: #062d4e;
box-sizing: border-box;
font-family: 'Aeonik-Regular';
}
.snap__section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
padding: 4rem 10%;
gap: 3rem;
}
@media screen and (max-width: 768px) {
.snap__section {
padding: 2rem 4%;
}
}
.snap__row {
width: 100%;
display: flex;
gap: 2rem;
max-width: 1000px;
}
.snap__col {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.snap__col--12 {
display: flex;
width: 100%;
}
@media screen and (min-width: 768px) {
.snap__col--7 {
display: flex;
width: 55%;
}
.snap__col--5 {
display: flex;
width: 45%;
}
}
@media screen and (max-width: 768px) {
.snap__row {
flex-wrap: wrap;
}
.snap__col--7, .snap__col--5 {
display: flex;
width: 100%;
}
}
.snap__img {
width: 100%;
max-width: 25rem;
align-self: center;
}
.snap__button--apply {
background-color: #ff0053;
border-radius: 2rem;
padding: 0.5rem 4.5rem 0.5rem 3.5rem;
font-family: 'Aeonik-Regular';
color: white;
border: 0;
width: max-content;
position: relative;
cursor: pointer;
margin-bottom: 2rem;
transition: all 0.4s;
text-decoration: none;
transform: scale(1);
}
.snap__button--apply:hover {
box-shadow: 0 0 20px rgb(0 0 0 / 20%);
transform: scale(0.98);
}
.snap__button--apply:before {
content: '';
background-image: url('data:image/svg+xml;utf8,
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<circle fill="%23062D4E" cx="12" cy="12" r="12"/>
<rect width="24" height="24" transform="rotate(-90 12 12)" opacity="0"/>
<path fill="%23ffffff" d="M10 19a1 1 0 0 1-.64-.23 1 1 0 0 1-.13-1.41L13.71 12 9.39 6.63a1 1 0 0 1 .15-1.41 1 1 0 0 1 1.46.15l4.83 6a1 1 0 0 1 0 1.27l-5 6A1 1 0 0 1 10 19z"/>
</svg>
'); background-repeat: no-repeat; background-position-y: 50%; background-size: 24px 24px; display: block; position: absolute; height: 100%; width: 100%; background-position-x: calc(100% - 5px); top: 0; left: 0; } @media screen and (max-width: 768px) { .snap__button--apply { align-self: center; } }
</style>
<style>
.snap__section--1 {
background-color: #f3f1e9;
row-gap: 0;
}
.snap__section--1 .snap__row.snap__desktop {
margin-top: 2rem;
}
.snap__section--1 .snap__button--apply {
margin-top: 1rem;
margin-bottom: 0;
}
.snap__section--1 .snap__p, .snap__section--1 .snap__span {
font-size: 20px;
}
.snap__section--1 .snap__col--12 {
flex-direction: column;
}
.snap__section--1 .snap__p__apr {
font-size: 25px;
}
.snap__section--1 .snap__p--apr-message {
font-size: 18px;
width: 100%;
text-align: center;
}
.snap__section--1 .snap__pink-underline {
width: 60%;
margin-bottom: 37.5px;
}
@media screen and (min-width: 768px) {
.snap__section--1 .snap__pink-underline {
align-self: flex-start;
}
}
.snap__section--1 .snap__img {
max-width: 28rem;
}
@media screen and (max-width: 768px) {
.snap__section--1 .snap__row {
flex-wrap: wrap-reverse;
}
.snap__section--1 .snap__pink-underline {
width: 70%;
}
}
.snap__section--2 {
background-color: #ffffff;
}
.snap__section--2 .snap__p--font-small {
font-size: 14px;
}
.snap__section--2 .snap__row:nth-of-type(2) .snap__img {
max-width: 20rem;
border-top-left-radius: 150px;
border-bottom-left-radius: 150px;
}
.snap__section--2 .snap__row:nth-of-type(2) .snap__dot {
position: absolute;
top: 5px;
right: 70%;
background-color: #0ba797;
width: 100px;
height: 100px;
border-radius: 50%;
}
@media screen and (max-width: 768px) {
.snap__section--2 .snap__row:nth-of-type(2) .snap__col:last-of-type {
transform: translateX(10%);
}
.snap__section--2 .snap__row:nth-of-type(2) .snap__col:last-of-type img {
max-width: 100%;
max-height: 40vw;
object-fit: cover;
}
.snap__section--2 .snap__row:nth-of-type(2) .snap__dot {
top: -28px;
right: 75%;
}
}
@media screen and (max-width: 768px) {
.snap__section--2 {
gap: 2rem;
}
.snap__section--2 .snap__row:nth-of-type(2) {
flex-wrap: wrap-reverse;
}
.snap__section--2 .snap__img {
margin-bottom: 2rem;
}
}
.snap__section--3 {
background-color: #f3f1e9;
}
.snap__section--3 .snap__col {
align-items: center;
padding: 0 10%;
}
.snap__section--3 .snap__col > * {
text-align: center;
}
.snap__section--3 .snap__col > .snap__p:not(:last-child) {
margin-bottom: 3rem;
}
.snap__section--3 .snap__criteria {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
justify-content: center;
margin-bottom: 2rem;
}
.snap__section--3 .snap__criteria__item {
width: 33%;
display: flex;
flex-direction: column;
align-items: center;
}
.snap__section--3 .snap__criteria__item__content {
width: min-content;
}
.snap__section--3 .snap__criteria__item__content .snap__p {
line-height: 120%;
}
.snap__section--3 .snap__criteria__item__content__image {
box-shadow: 0 0 12px rgb(0 0 0 / 25%);
border-radius: 50%;
overflow: hidden;
margin-bottom: 2rem;
width: min-content;
}
.snap__section--3 .snap__criteria__item__content__image > img {
width: 8rem;
height: 8rem;
}
.snap__p--rep-example {
font-size: 20px;
line-height: 30px;
width: 100%;
text-align: center;
margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.snap__section--3 .snap__col {
padding: 0;
}
.snap__section--3 .snap__criteria {
margin-bottom: 1rem;
}
.snap__section--3 .snap__criteria__item {
flex: 50%;
}
.snap__section--3 .snap__criteria__item__content__image > img {
width: 100px;
height: 100px;
}
}
.snap__section--4 {
background-color: #062d4e;
gap: 0px;
}
.snap__section--4 .snap__p {
width: 100%;
}
.snap__section--4 .snap__p--white {
color: white;
}
@media screen and (min-width: 768px) {
.snap__mobile {
display: none;
}
}
@media screen and (max-width: 768px) {
.snap__desktop {
display: none;
}
}
</style>
<div class="snap__main">
<div class="snap__section snap__section--1">
<div class="snap__row">
<div class="snap__col snap__col--5">
<h1 class="snap__h1 snap__thunder">
<span style="font-size: 4rem">
SPREAD THE
<br/>
COST WITH
<br/>
</span>
<span style="color: #ff0053; font-size: 4rem;">SNAP FINANCE</span>
</h1>
<img src="https://assets.snapfinance.co.uk/retailerGenerator/pink-line.svg" class="snap__img snap__pink-underline" alt="Pink line"/>
<p class="snap__p">Flexible repayment options to suit you</p>
<h1 class="snap__h1">Representative 29.9% APR</h1>
<div class="snap__row snap__mobile">
<div class="snap__col">
<p class="snap__p snap__p__apr-message"> Flexible repayment options available. Choose weekly, fortnightly, every four weeks or monthly </p>
<p class="snap__p snap__p--rep-example snap__p--bold"> Representative Example: Cost of Goods £1200, Deposit £50, Amount of Credit £1,150, Annual Fixed Interest Rate 26.47%, Monthly Payment £46.85, Term 36 months, Total Payable £1736.60, Representative 29.9% APR. </p>
</div>
</div>
<a class="snap__button--apply" href="https://consumer.snapfinance.co.uk/#/?mid=60143537&source=SMS"> Check eligibility </a>
</div>
<div class="snap__col snap__col--7">
<img src="https://assets.snapfinance.co.uk/retailerGenerator/Mobility.webp" class="snap__img" alt="Mobility image"/>
</div>
</div>
<div class="snap__row snap__desktop">
<div class="snap__col--12">
<p class="snap__p snap__p--apr-message"> Flexible repayment options available. Choose weekly, fortnightly, every four weeks or monthly </p>
<p class="snap__p snap__p--rep-example snap__p--bold">Representative Example: Cost of Goods £1200, Deposit £50, Amount of Credit £1,150, Annual Fixed Interest Rate 26.47%, Monthly Payment £46.85, Term 36 months, Total Payable £1736.60, Representative 29.9% APR.</p>
</div>
</div>
</div>
<div class="snap__section snap__section--2">
<div class="snap__row">
<div class="snap__col snap__col--12">
<h2 class="snap__h2">Who are Snap?</h2>
<p class="snap__p snap__p--bold"> Snap Finance allows you to shop now and pay later, by spreading the cost over time. </p>
<p class="snap__p"> Shop today, with the flexibility to spread the cost up to 36 months, in line with your budget. </p>
</div>
</div>
<div class="snap__row">
<div class="snap__col snap__col--7">
<h2 class="snap__h2">Snap Finance helps you spread the cost</h2>
<p class="snap__p"> When you qualify for Snap Finance, you can choose to pay your balance off in 4 months, over the full term, or call up and make early repayments. Whether you spread the cost over 4 or 36 months, you're in control. </p>
<p class="snap__p"> Pay in 4 - Should you pay off your balance in 4 months, Snap will cancel any interest you owe.* </p>
<p class="snap__p snap__p--font-small"> *Interest is charged from the day your loan starts and will only be cancelled if you pay off the amount of credit advanced within the Pay in 4 Period. </p>
</div>
<div class="snap__col snap__col--5">
<img src="https://assets.snapfinance.co.uk/retailerGenerator/woman-on-couch.webp" class="snap__img"/>
<div class="snap__dot"></div>
</div>
</div>
<div class="snap__row">
<div class="snap__col snap__col--5">
<img src="https://assets.snapfinance.co.uk/retailerGenerator/woman-on-phone.webp" class="snap__img"/>
</div>
<div class="snap__col snap__col--7">
<h2 class="snap__h2">Why choose Snap?</h2>
<ul class="snap__list">
<li class="snap__list__item"> Loans available from £250 - £5,000 </li>
<li class="snap__list__item">
Check your eligibility without affecting your credit score.
<br/>
<span class="snap__italic-note"> Please note: A hard credit search will be required at point of completion of your loan. </span>
</li>
<li class="snap__list__item"> Snap will tell you how much you can borrow instantly </li>
<li class="snap__list__item"> Help and support will always be available via phone, email or SMS </li>
<li class="snap__list__item"> Get access to the best products and fair prices </li>
<li class="snap__list__item"> Join the thousands of customers already using Snap Finance </li>
<li class="snap__list__item">
Snap are highly rated on
<a class="snap__link" href="https://uk.trustpilot.com/review/www.snapfinance.co.uk" target="_blank"> Trustpilot </a>
</li>
<li class="snap__list__item"> Your finances are in safe hands. We are authorised & regulated by the Financial Conduct authority with Reference Number 741813 </li>
</ul>
<a class="snap__button--apply" href="https://consumer.snapfinance.co.uk/#/?mid=60143537&source=SMS"> Check eligibility </a>
</div>
</div>
</div>
<div class="snap__section snap__section--3">
<div class="snap__row">
<div class="snap__col snap__col--12">
<h2 class="snap__h2">How do I qualify to apply for Snap Finance</h2>
<p class="snap__p"> Snap have helped thousands of customers get what they need. They want to help you choose a finance option that suits you. To apply, they just ask that you: </p>
<div class="snap__criteria">
<div class="snap__criteria__item">
<div class="snap__criteria__item__content">
<div class="snap__criteria__item__content__image">
<img src="https://assets.snapfinance.co.uk/retailerGenerator/icon-01.svg" class="snap__img" alt="+18 icon"/>
</div>
<p class="snap__p snap__p--bold">Over 18 years of age</p>
</div>
</div>
<div class="snap__criteria__item">
<div class="snap__criteria__item__content">
<div class="snap__criteria__item__content__image">
<img src="https://assets.snapfinance.co.uk/retailerGenerator/icon-04.svg" class="snap__img" alt="Income icon"/>
</div>
<p class="snap__p snap__p--bold">£200+ income per week</p>
</div>
</div>
<div class="snap__criteria__item">
<div class="snap__criteria__item__content">
<div class="snap__criteria__item__content__image">
<img src="https://assets.snapfinance.co.uk/retailerGenerator/icon-03.svg" class="snap__img" alt="Credit card icon"/>
</div>
<p class="snap__p snap__p--bold"> Valid bank account to set up a direct debit </p>
</div>
</div>
<div class="snap__criteria__item">
<div class="snap__criteria__item__content">
<div class="snap__criteria__item__content__image">
<img src="https://assets.snapfinance.co.uk/retailerGenerator/icon-02.svg" class="snap__img" alt="Deposit icon"/>
</div>
<p class="snap__p snap__p--bold"> Deposit paid by credit or debit card </p>
</div>
</div>
<div class="snap__criteria__item">
<div class="snap__criteria__item__content">
<div class="snap__criteria__item__content__image">
<img src="https://assets.snapfinance.co.uk/retailerGenerator/icon-05.svg" class="snap__img" alt="UK flag icon"/>
</div>
<p class="snap__p snap__p--bold">UK resident</p>
</div>
</div>
</div>
<a class="snap__button--apply" href="https://consumer.snapfinance.co.uk/#/?mid=60143537&source=SMS"> Check eligibility </a>
<p class="snap__p snap__p--rep-example snap__p--bold">Representative Example: Cost of Goods £1200, Deposit £50, Amount of Credit £1,150, Annual Fixed Interest Rate 26.47%, Monthly Payment £46.85, Term 36 months, Total Payable £1736.60, Representative 29.9% APR.</p>
</div>
</div>
</div>
<div class="snap__section snap__section--4">
<div class="snap__row">
<div class="snap__col">
<p class="snap__p snap__p--white">Ability Outlet Limited trading as Ability Plus is authorised and regulated by the Financial Conduct Authority (Firm reference number 624533). We are a credit broker, not a lender, and offer credit facilities from Snap Finance. Snap Finance Ltd act as the lender.</p>
<p class="snap__p snap__p--white">Credit subject to status. Terms and conditions apply.</p>
<p class="snap__p snap__p--white">Snap Finance Ltd is a company registered in England and Wales. Company Number 08080202 Registered address: Snap Finance Ltd, 1 Vincent Avenue, Crownhill, Milton Keynes, MK8 0AB.</p>
</div>
</div>
</div>
</div>