@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/poppins-regular.woff2?v=1") format("woff2"), url("../fonts/poppins-regular.woff?v=1") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/poppins-bold.woff2?v=1") format("woff2"), url("../fonts/poppins-bold.woff?v=1") format("woff");
}
@font-face {
  font-family: "Site Icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot?v=1.1");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?v=1.1") format("woff"), url("../fonts/icomoon.ttf?v=1.1") format("truetype"), url("../fonts/icomoon.svg?v=1.1") format("svg");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body,
input[type=submit],
input[type=button],
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
input[type=submit],
input[type=button],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1rem;
  background: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
textarea,
select {
  width: 100%;
}

select::-ms-expand {
  display: none;
}

input[type=radio],
input[type=checkbox],
input[type=color],
input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

textarea {
  resize: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.flex-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.flex-container iframe,
.flex-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img,
object,
video,
audio {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.flex-container {
  padding-bottom: 56.25%;
}

.pricing__structure-details-ul li::before, .icon::before,
.icon-end::after {
  font-family: "Site Icons";
  vertical-align: middle;
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon--card-payment::before,
.icon-end--card-payment::after {
  content: "\e900";
}

.icon--cash-credit-card::before,
.icon-end--cash-credit-card::after {
  content: "\e901";
}

.icon--design::before,
.icon-end--design::after {
  content: "\e902";
}

.icon--gift-card::before,
.icon-end--gift-card::after {
  content: "\e903";
}

.icon--intelligence::before,
.icon-end--intelligence::after {
  content: "\e904";
}

.icon--laptop-metrics::before,
.icon-end--laptop-metrics::after {
  content: "\e905";
}

.icon--laptop-cursor::before,
.icon-end--laptop-cursor::after {
  content: "\e906";
}

.icon--photo-editor::before,
.icon-end--photo-editor::after {
  content: "\e907";
}

.icon--screen-sharing::before,
.icon-end--screen-sharing::after {
  content: "\e908";
}

.pricing__structure-details-ul li::before, .icon--tick::before,
.icon-end--tick::after {
  content: "\e909";
}

.icon--wallet::before,
.icon-end--wallet::after {
  content: "\e90a";
}

.icon--watch-tv::before,
.icon-end--watch-tv::after {
  content: "\e90b";
}

.icon--web-analytics::before,
.icon-end--web-analytics::after {
  content: "\e90c";
}

.icon--website::before,
.icon-end--website::after {
  content: "\e90d";
}

.icon--user::before,
.icon-end--user::after {
  content: "\e90e";
}

.icon--recur::before,
.icon-end--recur::after {
  content: "\e90f";
}

[todo] {
  position: relative;
}
[todo]:before {
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "TODO " attr(todo);
  color: #fff;
  background-color: #f35100;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  z-index: 999;
  padding: 2px;
}

.a1-12 {
  width: 8.3333333333%;
}

.a2-12 {
  width: 16.6666666667%;
}

.a3-12 {
  width: 25%;
}

.a4-12 {
  width: 33.3333333333%;
}

.a5-12 {
  width: 41.6666666667%;
}

.a6-12 {
  width: 50%;
}

.a7-12 {
  width: 58.3333333333%;
}

.a8-12 {
  width: 66.6666666667%;
}

.a9-12 {
  width: 75%;
}

.a10-12 {
  width: 83.3333333333%;
}

.a11-12 {
  width: 91.6666666667%;
}

.a12-12 {
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  .c1-12 {
    width: 8.3333333333%;
  }

  .c2-12 {
    width: 16.6666666667%;
  }

  .c3-12 {
    width: 25%;
  }

  .c4-12 {
    width: 33.3333333333%;
  }

  .c5-12 {
    width: 41.6666666667%;
  }

  .c6-12 {
    width: 50%;
  }

  .c7-12 {
    width: 58.3333333333%;
  }

  .c8-12 {
    width: 66.6666666667%;
  }

  .c9-12 {
    width: 75%;
  }

  .c10-12 {
    width: 83.3333333333%;
  }

  .c11-12 {
    width: 91.6666666667%;
  }

  .c12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1099px) {
  .d1-12 {
    width: 8.3333333333%;
  }

  .d2-12 {
    width: 16.6666666667%;
  }

  .d3-12 {
    width: 25%;
  }

  .d4-12 {
    width: 33.3333333333%;
  }

  .d5-12 {
    width: 41.6666666667%;
  }

  .d6-12 {
    width: 50%;
  }

  .d7-12 {
    width: 58.3333333333%;
  }

  .d8-12 {
    width: 66.6666666667%;
  }

  .d9-12 {
    width: 75%;
  }

  .d10-12 {
    width: 83.3333333333%;
  }

  .d11-12 {
    width: 91.6666666667%;
  }

  .d12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .e1-12 {
    width: 8.3333333333%;
  }

  .e2-12 {
    width: 16.6666666667%;
  }

  .e3-12 {
    width: 25%;
  }

  .e4-12 {
    width: 33.3333333333%;
  }

  .e5-12 {
    width: 41.6666666667%;
  }

  .e6-12 {
    width: 50%;
  }

  .e7-12 {
    width: 58.3333333333%;
  }

  .e8-12 {
    width: 66.6666666667%;
  }

  .e9-12 {
    width: 75%;
  }

  .e10-12 {
    width: 83.3333333333%;
  }

  .e11-12 {
    width: 91.6666666667%;
  }

  .e12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 649px) {
  .g1-6 {
    width: 16.6666666667%;
  }

  .g2-6 {
    width: 33.3333333333%;
  }

  .g3-6 {
    width: 50%;
  }

  .g4-6 {
    width: 66.6666666667%;
  }

  .g5-6 {
    width: 83.3333333333%;
  }

  .g6-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 449px) {
  .h1-6 {
    width: 16.6666666667%;
  }

  .h2-6 {
    width: 33.3333333333%;
  }

  .h3-6 {
    width: 50%;
  }

  .h4-6 {
    width: 66.6666666667%;
  }

  .h5-6 {
    width: 83.3333333333%;
  }

  .h6-6 {
    width: 100%;
  }
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 9rem;
}
@media only screen and (max-width: 1279px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1099px) {
  .container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media only screen and (max-width: 979px) {
  .container {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media only screen and (max-width: 649px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 449px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container--top {
  padding-top: 6rem;
}
@media only screen and (max-width: 649px) {
  .container--top {
    padding-top: 2rem;
  }
}
.container--full-bleed {
  padding: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.flex--align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 649px) {
  .flex--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 649px) {
  .flex--column-reverse-g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex--align-start-g {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.flex--gap-x-16 {
  row-gap: 1rem;
}
.flex--gap-x-32 {
  row-gap: 2rem;
}
.flex--gap-x-48 {
  row-gap: 3rem;
}

.grid {
  margin-left: -24px;
}

.grid__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
}

.h {
  font-size: 3rem;
  line-height: 3.75rem;
  color: #3C3C3B;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 649px) {
  .h {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
.h--reverse {
  color: #FFFFFF;
}

.h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #3C3C3B;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 649px) {
  .h2 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
.h2--reverse {
  color: #FFFFFF;
}

.h3,
.benefits__item-inner-heading {
  font-size: 2rem;
  line-height: 2.75rem;
  color: #3C3C3B;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 649px) {
  .h3,
.benefits__item-inner-heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.h3--reverse {
  color: #FFFFFF;
}

.p {
  display: block;
  margin: 0 0 1rem;
}
.p--xl {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media only screen and (max-width: 649px) {
  .p--xl {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.p--l {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 649px) {
  .p--l {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.a {
  color: #E80061;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a:hover, .a:focus {
  color: #CB0055;
}

.a-2 {
  color: #FFFFFF;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.a-2:hover, .a-2:focus {
  color: rgba(255, 255, 255, 0.75);
}

.blip {
  color: #E80061;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.blip::after {
  background: #E80061;
  border-radius: 3px;
  bottom: -10px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: bottom 0.2s, height 0.2s, width 0.2s;
  transition: bottom 0.2s, height 0.2s, width 0.2s;
  width: 0;
}
.blip:hover::after, .blip:focus::after {
  bottom: -13px;
  height: 6px;
  width: 6px;
}
.blip--reverse {
  color: #FFFFFF;
}
.blip--reverse::after {
  background: #FFFFFF;
}

.pill {
  font-size: 1.125rem;
  line-height: 1.625rem;
  background: #E80061;
  border-radius: 999px;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.pill:hover, .pill:focus {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.pill--reverse {
  background: #FFFFFF;
  color: #E80061;
}
.pill--l {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 649px) {
  .pill {
    padding: 0.5rem 1rem;
  }
  .pill--l {
    padding: 1rem 2rem;
  }
}

.ul, .ol {
  padding-left: 1.2rem;
}

.ul li, .ol li {
  margin-bottom: 0.6rem;
}

.ul li {
  list-style: disc outside;
}

.ol li {
  list-style: decimal outside;
}

.invisible {
  left: -999rem;
  position: absolute;
}

.relative {
  position: relative;
}

.centred {
  text-align: center;
}

.separated-0-5 {
  margin-bottom: 0.5rem;
}

.separated-1 {
  margin-bottom: 1rem;
}

.separated-2 {
  margin-bottom: 2rem;
}

.separated-2-5 {
  margin-bottom: 2.5rem;
}

.separated-4 {
  margin-bottom: 4rem;
}

.separated-5 {
  margin-bottom: 5rem;
}

.separated-5-5 {
  margin-bottom: 5.5rem;
}

.separated-6 {
  margin-bottom: 6rem;
}

.separated-8 {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 649px) {
  .g-removed {
    display: none;
  }
}

.g-only {
  display: none;
}
@media only screen and (max-width: 649px) {
  .g-only {
    display: block;
  }
}

@media only screen and (max-width: 649px) {
  .g-separated-1 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 649px) {
  .g-separated-3 {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 649px) {
  .g-separated-4-5 {
    margin-bottom: 4.5rem;
  }
}

.cookie-notice {
  display: none;
}
.show-cookie-notice .cookie-notice {
  display: block;
}

body,
input,
textarea,
button {
  font-family: "Poppins";
}

input,
textarea {
  font-size: 1rem;
}

body {
  background-color: #FFFFFF;
  color: #767676;
  line-height: 1.5;
}

.header {
  color: #FFFFFF;
  padding: 3.5rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 649px) {
  .header {
    padding: 0 0 8rem;
  }
}
@media only screen and (max-width: 449px) {
  .header {
    padding-bottom: 6rem;
  }
}

.header__contents {
  position: relative;
  z-index: 9;
}

.header__logo {
  width: 15rem;
}
@media only screen and (max-width: 649px) {
  .header__logo {
    margin-top: 2rem;
  }
}

.header__nav a {
  margin-left: 2rem;
}
@media only screen and (max-width: 979px) {
  .header__nav a {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 649px) {
  .header__nav a {
    margin-left: 0;
  }
}
.header__nav a.blip {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 649px) {
  .header__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(255, 249, 249, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -1.5rem;
    padding: 1.5rem;
    width: calc(100% + 3rem);
  }
}
@media only screen and (max-width: 449px) {
  .header__nav {
    margin-left: -1rem;
    padding: 1rem;
    width: calc(100% + 2rem);
  }
}

.header__content {
  margin: 6.5rem auto 4rem;
  max-width: 62rem;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .header__content {
    margin: 3.5rem auto;
    text-align: left;
  }
}
.header__content .pill {
  margin-top: 1.5rem;
}

.header__edge {
  max-height: 10rem;
  width: 100%;
}

.header__img {
  bottom: 0;
  height: auto;
  position: absolute;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  width: 100%;
}
.header__img path {
  fill: #E80061;
}

.header__img-step-1,
.header__img-step-2,
.header__img-step-3,
.header__img-step-4,
.header__img-step-5,
.header__img-step-6 {
  display: none;
}

.header--animate .header__img-step-1,
.header--animate .header__img-step-2,
.header--animate .header__img-step-3,
.header--animate .header__img-step-4,
.header--animate .header__img-step-5,
.header--animate .header__img-step-6 {
  bottom: 100%;
  display: block;
}
.header--animate .header__img-step-1.header__img-step--slide-down,
.header--animate .header__img-step-2.header__img-step--slide-down,
.header--animate .header__img-step-3.header__img-step--slide-down,
.header--animate .header__img-step-4.header__img-step--slide-down,
.header--animate .header__img-step-5.header__img-step--slide-down,
.header--animate .header__img-step-6.header__img-step--slide-down {
  bottom: 0;
}
.header--animate .header__img-step-1 path {
  fill: #0083D8;
}
.header--animate .header__img-step-2 path {
  fill: #8945D0;
}
.header--animate .header__img-step-3 path {
  fill: #F95B29;
}
.header--animate .header__img-step-4 path {
  fill: #0083D8;
}
.header--animate .header__img-step-5 path {
  fill: #00A94E;
}
.header--animate .header__img-step-6 path {
  fill: #E80061;
}
.header--animate .pill {
  -webkit-transition: color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, color 0.2s;
  transition: box-shadow 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
}
.header--animate .pill--step-1 {
  color: #0083D8;
}
.header--animate .pill--step-2 {
  color: #8945D0;
}
.header--animate .pill--step-3 {
  color: #F95B29;
}
.header--animate .pill--step-4 {
  color: #0083D8;
}
.header--animate .pill--step-5 {
  color: #00A94E;
}
.header--animate .pill--step-6 {
  color: #E80061;
}

.demo-video {
  margin: -11rem 0 9rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 649px) {
  .demo-video {
    margin: -7rem 0 5rem;
  }
}
@media only screen and (max-width: 449px) {
  .demo-video {
    margin-top: -6rem;
  }
}

.demo-video__wrapper {
  margin: auto;
  max-width: 72rem;
}
.demo-video__wrapper video {
  background: #FFFFFF;
  border: 0.5rem solid #FFFFFF;
  border-radius: 1rem;
  width: 100%;
}

.current-organisations {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 649px) {
  .current-organisations {
    margin: 5rem 0;
  }
}

.current-organisations__intro {
  margin: 0 auto 4rem;
  max-width: 46rem;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .current-organisations__intro {
    margin-bottom: 2.5rem;
    max-width: unset;
    text-align: left;
  }
}

.current-organisations__list {
  padding: 0 10rem;
}
@media only screen and (max-width: 1099px) {
  .current-organisations__list {
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 649px) {
  .current-organisations__list {
    padding: 0 2rem;
  }
}
.current-organisations__list img {
  max-height: 104px;
  max-width: 161px;
}

.current-organisations__logo--ycr {
  background: #007bc2;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}

.benefits {
  background: #F0F1F3;
  margin-top: 9rem;
  padding: 6rem 0;
}
@media only screen and (max-width: 649px) {
  .benefits {
    margin-top: 5rem;
  }
}

.benefits__intro {
  margin: 0 auto 4rem;
  max-width: 46rem;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .benefits__intro {
    margin-bottom: 2.5rem;
    max-width: unset;
    text-align: left;
  }
}
.benefits__intro h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 29rem;
}

.benefits__item {
  margin-bottom: 24px;
  min-height: 460px;
}
@media only screen and (max-width: 979px) {
  .benefits__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 38rem;
  }
}
@media only screen and (max-width: 449px) {
  .benefits__item {
    margin-bottom: 1rem;
  }
}

.benefits__item-inner {
  background: #F0F1F3;
  border-radius: 1rem;
  color: #3C3C3B;
  height: 100%;
  position: relative;
}
.benefits__item-inner--reverse {
  background: #E80061;
  color: #FFFFFF;
}
.benefits__item-inner--reverse .benefits__item-inner-icon .icon {
  background: #CB0055;
}
.benefits__item-inner--reverse .benefits__item-inner-heading {
  color: #FFFFFF;
}
.benefits__item-inner .benefits__item-inner-link {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 600;
  margin-top: 1rem;
}

.benefits__item-inner-icon .icon {
  font-size: 3rem;
  background: #E0E2E7;
  border-radius: 999px;
  display: inline-block;
  line-height: 1;
  padding: 1rem;
}
@media only screen and (max-width: 649px) {
  .benefits__item-inner-icon .icon {
    font-size: 2rem;
    padding: 0.5rem;
  }
}
.benefits__item-inner-icon .icon::before {
  display: block;
}

.benefits__item-inner-heading {
  margin-top: 2rem;
}
@media only screen and (max-width: 979px) {
  .benefits__item-inner-heading {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
}

.benefits__item--1 .benefits__item-inner,
.benefits__item--6 .benefits__item-inner {
  background: #E80061;
  color: #FFFFFF;
}
.benefits__item--1 .benefits__item-inner .benefits__item-inner-heading,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-heading {
  color: #FFFFFF;
}
.benefits__item--1 .benefits__item-inner .benefits__item-inner-icon .icon,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-icon .icon {
  background: #CB0055;
}

.benefits__item--2 .benefits__item-inner,
.benefits__item--5 .benefits__item-inner {
  background: -webkit-gradient(linear, left top, right top, from(rgb(222, 223, 225)), to(rgb(224, 226, 231)));
  background: linear-gradient(90deg, rgb(222, 223, 225) 0%, rgb(224, 226, 231) 100%);
}
.benefits__item--2 .benefits__item-inner .benefits__item-inner-icon .icon,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-icon .icon {
  background: rgba(60, 60, 59, 0.1);
}

.benefits__item--3 .benefits__item-inner {
  background: #3C3C3B;
}
.benefits__item--3 .benefits__item-inner .benefits__item-inner-icon .icon {
  background: #2E2E2E;
}

.benefits__item--4 .benefits__item-inner {
  background: #FFFFFF;
  background-image: url("../img/circles-right-grey.svg");
}

.benefits__item--1 .benefits__item-inner {
  display: grid;
  grid-template-areas: "icon image" "text image";
  grid-template-columns: 38% 62%;
  grid-template-rows: auto;
}
@media only screen and (max-width: 979px) {
  .benefits__item--1 .benefits__item-inner {
    grid-template-areas: "icon image" "text text";
    grid-template-columns: 8.25rem 1fr;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--1 .benefits__item-inner {
    grid-template-columns: 6.25rem 1fr;
  }
}
.benefits__item--1 .benefits__item-inner .benefits__item-inner-icon {
  grid-area: icon;
  margin: 3rem 0 0 3.5rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--1 .benefits__item-inner .benefits__item-inner-icon {
    margin: 2rem 0 0 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--1 .benefits__item-inner .benefits__item-inner-icon {
    margin: 1.5rem 0 0 1.5rem;
  }
}
.benefits__item--1 .benefits__item-inner .benefits__item-inner-text {
  align-self: end;
  grid-area: text;
  margin: 0 1rem 3rem 3.5rem;
  max-width: 17rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--1 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 1rem 2.25rem 2rem;
  }
}
@media only screen and (max-width: 979px) {
  .benefits__item--1 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 2rem 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--1 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 1.5rem 1.5rem;
  }
}
.benefits__item--1 .benefits__item-inner .benefits__item-inner-img {
  align-self: end;
  grid-area: image;
  justify-self: end;
  margin: 3rem 0 1.25rem;
  max-width: 384px;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--1 .benefits__item-inner .benefits__item-inner-img {
    margin: 2rem 0 1rem;
  }
}
@media only screen and (max-width: 979px) {
  .benefits__item--1 .benefits__item-inner .benefits__item-inner-img {
    margin: 1.5rem 0 0;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--1 .benefits__item-inner .benefits__item-inner-img {
    margin-top: 1rem;
  }
}

.benefits__item--2 .benefits__item-inner {
  display: grid;
  grid-template-areas: "icon" "image" "text";
}
.benefits__item--2 .benefits__item-inner .benefits__item-inner-icon {
  grid-area: icon;
  margin: 3rem 0 0 3.5rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--2 .benefits__item-inner .benefits__item-inner-icon {
    margin: 2rem 0 0 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--2 .benefits__item-inner .benefits__item-inner-icon {
    margin: 1.5rem 0 0 1.5rem;
  }
}
.benefits__item--2 .benefits__item-inner .benefits__item-inner-img {
  grid-area: image;
}
@media only screen and (max-width: 979px) {
  .benefits__item--2 .benefits__item-inner .benefits__item-inner-img {
    margin: 2rem 0 0.5rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--2 .benefits__item-inner .benefits__item-inner-img {
    margin: 2.5rem 0 1rem;
  }
}
.benefits__item--2 .benefits__item-inner .benefits__item-inner-img img {
  display: block;
  width: 100%;
}
.benefits__item--2 .benefits__item-inner .benefits__item-inner-text {
  align-self: end;
  grid-area: text;
  margin: 0 3.5rem 3rem;
  max-width: 17rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--2 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 2rem 2.25rem;
  }
}
@media only screen and (max-width: 979px) {
  .benefits__item--2 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 2rem 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--2 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 1.5rem 1.5rem;
  }
}

.benefits__item--3,
.benefits__item--5 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media only screen and (max-width: 979px) {
  .benefits__item--3,
.benefits__item--5 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.benefits__item--3 .benefits__item-inner,
.benefits__item--5 .benefits__item-inner {
  display: grid;
  grid-template-areas: "icon image" "text image";
  grid-template-columns: 46% 54%;
  grid-template-rows: auto;
}
@media only screen and (max-width: 979px) {
  .benefits__item--3 .benefits__item-inner,
.benefits__item--5 .benefits__item-inner {
    grid-template-areas: "icon image" "text text";
    grid-template-columns: 8.25rem 1fr;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--3 .benefits__item-inner,
.benefits__item--5 .benefits__item-inner {
    grid-template-columns: 6.25rem 1fr;
  }
}
.benefits__item--3 .benefits__item-inner .benefits__item-inner-icon,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-icon {
  grid-area: icon;
  margin: 3rem 0 0 3.5rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--3 .benefits__item-inner .benefits__item-inner-icon,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-icon {
    margin: 2rem 0 0 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--3 .benefits__item-inner .benefits__item-inner-icon,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-icon {
    margin: 1.5rem 0 0 1.5rem;
  }
}
.benefits__item--3 .benefits__item-inner .benefits__item-inner-text,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-text {
  align-self: end;
  grid-area: text;
  margin: 0 1rem 3rem 3.5rem;
  max-width: 19rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--3 .benefits__item-inner .benefits__item-inner-text,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 1rem 2.25rem 2rem;
  }
}
@media only screen and (max-width: 979px) {
  .benefits__item--3 .benefits__item-inner .benefits__item-inner-text,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 2rem 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--3 .benefits__item-inner .benefits__item-inner-text,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 1.5rem 1.5rem;
  }
}
.benefits__item--3 .benefits__item-inner .benefits__item-inner-img,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-img {
  align-self: end;
  grid-area: image;
  justify-self: end;
  margin-top: 3rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--3 .benefits__item-inner .benefits__item-inner-img,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-img {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 979px) {
  .benefits__item--3 .benefits__item-inner .benefits__item-inner-img,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-img {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--3 .benefits__item-inner .benefits__item-inner-img,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-img {
    margin-top: 1rem;
  }
}
.benefits__item--3 .benefits__item-inner .benefits__item-inner-img img,
.benefits__item--5 .benefits__item-inner .benefits__item-inner-img img {
  border-bottom-right-radius: 1rem;
  display: block;
}

.benefits__item--4,
.benefits__item--6 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media only screen and (max-width: 979px) {
  .benefits__item--4,
.benefits__item--6 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.benefits__item--4 .benefits__item-inner,
.benefits__item--6 .benefits__item-inner {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: grid;
  grid-template-areas: "icon" "text";
}
.benefits__item--4 .benefits__item-inner .benefits__item-inner-icon,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-icon {
  grid-area: icon;
  margin: 3rem 0 0 3.5rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--4 .benefits__item-inner .benefits__item-inner-icon,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-icon {
    margin: 2rem 0 0 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--4 .benefits__item-inner .benefits__item-inner-icon,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-icon {
    margin: 1.5rem 0 0 1.5rem;
  }
}
.benefits__item--4 .benefits__item-inner .benefits__item-inner-text,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-text {
  align-self: end;
  grid-area: text;
  margin: 0 3.5rem 3rem;
  max-width: 19rem;
}
@media only screen and (max-width: 1099px) {
  .benefits__item--4 .benefits__item-inner .benefits__item-inner-text,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-text {
    margin: 0 2rem 2.25rem;
  }
}
@media only screen and (max-width: 979px) {
  .benefits__item--4 .benefits__item-inner .benefits__item-inner-text,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-text {
    margin: 14rem 2rem 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .benefits__item--4 .benefits__item-inner .benefits__item-inner-text,
.benefits__item--6 .benefits__item-inner .benefits__item-inner-text {
    margin: 10rem 1.5rem 1.5rem;
  }
}

.benefits__item--5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media only screen and (max-width: 979px) {
  .benefits__item--5 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.benefits__item--5 .benefits__item-inner {
  background-image: url("../img/heart-tick.svg"), -webkit-gradient(linear, left top, right top, from(rgb(222, 223, 225)), to(rgb(224, 226, 231)));
  background-image: url("../img/heart-tick.svg"), linear-gradient(90deg, rgb(222, 223, 225) 0%, rgb(224, 226, 231) 100%);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits__item--6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media only screen and (max-width: 979px) {
  .benefits__item--6 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.benefits__item--6 .benefits__item-inner {
  background-image: url("../img/person-silhouette.svg");
}

.features {
  padding: 9rem 0 4rem;
}
@media only screen and (max-width: 649px) {
  .features {
    padding: 5rem 0 2rem;
  }
}

.features__intro {
  margin: 0 auto 4rem;
  max-width: 47rem;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .features__intro {
    margin-bottom: 2.5rem;
    max-width: unset;
  }
}

.features__item {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #3C3C3B;
  font-weight: bold;
  margin: 0 auto 5.5rem;
  max-width: 17rem;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .features__item {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 449px) {
  .features__item {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.features__item .icon {
  font-size: 3rem;
  background: #F0F1F3;
  border-radius: 999px;
  color: #E80061;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 1rem;
}
@media only screen and (max-width: 449px) {
  .features__item .icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }
}
.features__item .icon::before {
  display: block;
}

.about-ten4 {
  background: #E80061 url("../img/circles-centre-dark-pink.svg") center center/cover;
  color: #FFFFFF;
  padding: 9rem 0;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .about-ten4 {
    padding: 5rem 0;
  }
}

.about-ten4__content {
  margin: 0 auto;
  max-width: 47rem;
}
.about-ten4__content .a-2 {
  text-underline-offset: 4px;
}

.about-ten4__logo-link {
  display: inline-block;
  margin: 2.5rem auto 0;
}
@media only screen and (max-width: 649px) {
  .about-ten4__logo-link {
    margin-top: 1rem;
  }
}

.charities {
  margin: 9rem 0;
}
@media only screen and (max-width: 649px) {
  .charities {
    margin: 5rem 0;
  }
}

.charities__intro {
  margin: 0 auto 4rem;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .charities__intro {
    margin-bottom: 2.5rem;
  }
}

.charities__using {
  padding: 0 auto 4rem;
}

.charities__using-logo {
  margin: 2rem auto;
  max-height: 6rem;
}

.charities__quote {
  margin: 4rem auto 0;
  max-width: 47rem;
  text-align: center;
}

.charities__quote-img {
  margin: 2.5rem auto 1rem;
}

.charities__quote-name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #3C3C3B;
  font-weight: bold;
}

.charities__quote-charity {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.pricing {
  background: #F0F1F3;
  padding: 9rem 0;
}
@media only screen and (max-width: 649px) {
  .pricing {
    padding: 5rem 0;
  }
}

.pricing__intro {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 649px) {
  .pricing__intro {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

.pricing__structure {
  background: #FFFFFF;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1099px) {
  .pricing__structure {
    height: auto;
    margin: 0 auto 2.5rem;
    max-width: 38rem;
  }
}
@media only screen and (max-width: 649px) {
  .pricing__structure {
    margin-bottom: 1.5rem;
  }
}

.pricing__structure-header {
  border-bottom: 1px solid #F0F1F3;
  border-radius: 1rem 1rem 0 0;
  padding: 2.5rem;
}
@media only screen and (max-width: 979px) {
  .pricing__structure-header {
    padding: 2rem;
  }
}
@media only screen and (max-width: 449px) {
  .pricing__structure-header {
    padding: 1.5rem;
  }
}
.pricing__structure-header--reverse {
  background: #E80061;
  color: #FFFFFF;
}

.pricing__structure-lozenge {
  font-size: 0.875rem;
  line-height: 1.375rem;
  border: 2px solid #3C3C3B;
  border-radius: 0.5rem;
  color: #3C3C3B;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) {
  .pricing__structure-lozenge {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media only screen and (max-width: 979px) {
  .pricing__structure-lozenge {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.33rem 0.5rem;
  }
}
@media only screen and (max-width: 449px) {
  .pricing__structure-lozenge {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 0.75rem;
  }
  .pricing__structure-lozenge:first-of-type {
    margin-right: 0.5rem;
  }
}
.pricing__structure-lozenge--solid {
  background: #E0E2E7;
  border-color: #E0E2E7;
}
.pricing__structure-header--reverse .pricing__structure-lozenge {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.pricing__structure-header--reverse .pricing__structure-lozenge--solid {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #E80061;
}

.pricing__structure-price {
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #E80061;
  font-weight: bold;
  margin: 2.5rem 0 0.5rem;
}
@media only screen and (max-width: 1279px) {
  .pricing__structure-price {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media only screen and (max-width: 979px) {
  .pricing__structure-price {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 449px) {
  .pricing__structure-price {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-top: 0.5rem;
  }
}
.pricing__structure-header--reverse .pricing__structure-price {
  color: #FFFFFF;
}

.pricing__structure-price-small {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 449px) {
  .pricing__structure-price-small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.pricing__structure-price-info {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #3C3C3B;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1279px) {
  .pricing__structure-price-info {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.pricing__structure-small-print {
  color: #3C3C3B;
}
@media only screen and (min-width: 1100px) {
  .pricing__structure-small-print {
    min-height: 72px;
  }
}
@media only screen and (min-width: 1280px) {
  .pricing__structure-small-print {
    min-height: 48px;
  }
}
.pricing__structure-header--reverse .pricing__structure-small-print {
  color: #FFFFFF;
}

.pricing__structure-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 979px) {
  .pricing__structure-details {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 449px) {
  .pricing__structure-details {
    padding: 1.5rem 0;
  }
}

.pricing__structure-details__inner {
  padding: 0 2.5rem;
}
@media only screen and (max-width: 979px) {
  .pricing__structure-details__inner {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 449px) {
  .pricing__structure-details__inner {
    padding: 0 1.5rem;
  }
}
.pricing__structure-details__inner--with-spacer {
  border-top: 1px solid #F0F1F3;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 979px) {
  .pricing__structure-details__inner--with-spacer {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 449px) {
  .pricing__structure-details__inner--with-spacer {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .pricing__structure-details__inner--min-177 {
    min-height: 177px;
  }
}

.pricing__structure-details-heading {
  color: #3C3C3B;
  margin-bottom: 1rem;
}

.pricing__structure-details-ul li {
  margin-bottom: 0.75rem;
  padding-left: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 449px) {
  .pricing__structure-details-ul li {
    padding-left: 1.75rem;
  }
}
.pricing__structure-details-ul li::before {
  font-size: 1.25rem;
  color: #E80061;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 2px;
}
@media only screen and (max-width: 449px) {
  .pricing__structure-details-ul li::before {
    font-size: 1rem;
    top: 4px;
  }
}
.pricing__structure-details-ul li:last-of-type {
  margin-bottom: 0;
}

.pricing__structure-details-small-print {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.pricing__footer {
  color: #3C3C3B;
  margin-top: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .pricing__footer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 649px) {
  .pricing__footer {
    text-align: left;
  }
}

.pricing__footer-demo {
  margin-top: 5rem;
}
@media only screen and (max-width: 1099px) {
  .pricing__footer-demo {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 649px) {
  .pricing__footer-demo {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 449px) {
  .pricing__footer-demo {
    margin-top: 1.5rem;
  }
}
.pricing__footer-demo .h3 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 449px) {
  .pricing__footer-demo .h3 {
    margin-bottom: 1.5rem;
  }
}

.blog {
  padding: 9rem 0;
}
@media only screen and (max-width: 649px) {
  .blog {
    padding: 5rem 0;
  }
}

.blog__intro {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .blog__intro {
    margin: 0 auto 4rem;
    max-width: 38rem;
  }
}
@media only screen and (max-width: 649px) {
  .blog__intro {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 1099px) {
  .blog__post {
    margin: 0 auto 2.5rem;
    max-width: 38rem;
  }
}

.blog__post-img {
  display: block;
  margin-bottom: 1.5rem;
}

.blog__post-heading {
  color: #E80061;
}
.blog__post-heading a {
  color: #E80061;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.blog__post-heading a:hover, .blog__post-heading a:focus {
  color: #CB0055;
}

.blog__post-author {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #3C3C3B;
  font-weight: bold;
  margin-bottom: 1rem;
}

.blog__more {
  margin-top: 5rem;
  text-align: center;
}
@media only screen and (max-width: 1099px) {
  .blog__more {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 649px) {
  .blog__more {
    margin-top: 1rem;
  }
}

.footer {
  border-top: 1px solid #F0F1F3;
  padding: 6rem 0 3rem;
}
@media only screen and (max-width: 649px) {
  .footer {
    padding-top: 3rem;
  }
}

.footer__demo {
  max-width: 25rem;
}
@media only screen and (max-width: 979px) {
  .footer__demo {
    margin-bottom: 3rem;
  }
}
.footer__demo .h3 {
  margin-bottom: 2rem;
}

.footer__contact,
.footer__menu {
  font-weight: bold;
}
.footer__contact h2,
.footer__menu h2 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #3C3C3B;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 649px) {
  .footer__contact h2,
.footer__menu h2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 449px) {
  .footer__contact h2,
.footer__menu h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer__contact .a,
.footer__menu .a {
  font-size: 2rem;
  line-height: 2.75rem;
}
@media only screen and (max-width: 649px) {
  .footer__contact .a,
.footer__menu .a {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 449px) {
  .footer__contact .a,
.footer__menu .a {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.footer__menu__ul li {
  margin-bottom: 0.5rem;
}
.footer__menu__ul li a {
  color: #E80061;
  text-decoration: none;
}

.footer__nav {
  margin: 6rem 0 0.5rem;
}
@media only screen and (max-width: 979px) {
  .footer__nav {
    margin-top: 3rem;
  }
}

.footer__nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__nav-item {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-right: 1rem;
}
.footer__nav-item a {
  color: #3C3C3B;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__nav-item a:hover, .footer__nav-item a:focus {
  color: #E80061;
}

.footer__copyright {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.quote {
  background: url("../img/circles-centre-light-grey.svg") center center/cover;
  color: #3C3C3B;
  padding: 9rem 0;
}
@media only screen and (max-width: 649px) {
  .quote {
    padding: 5rem 0;
  }
}

.spektrix {
  background: #E80061;
  padding: 2rem 0;
}
.spektrix .h2 {
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}
.spektrix .pill {
  background: #FFFFFF;
  color: #E80061;
}