:root {
  --12131e: #121e2b;
  --light-sea-green: #00b8ac63;
  --2bded3: #2bded3;
  --alice-blue: #e0e7f0;
  --turquoise: #2bded32e;
  --crimson: #3f4b5f59;
}

body {
  background-color: var(--12131e);
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2em;
  font-weight: 300;
  line-height: 1;
}

h2 {
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

.services-overview.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

.container.is--max_width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.is--max_width.top-gradient {
  background-color: #2bded300;
  background-image: linear-gradient(to bottom, var(--light-sea-green), transparent 58%);
}

.container.is--members {
  padding-top: 15em;
  padding-bottom: 15em;
}

.hero {
  flex-direction: column;
  justify-content: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.hero-gradient-col {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--2bded3), #2bded342 56%, #fff0);
  opacity: .8;
  border-top-left-radius: 35em;
  border-bottom-left-radius: 35em;
  height: 50%;
}

.hero-gradient-col.is--left {
  width: 80%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.hero-gradient-col.is--left.is--img {
  opacity: 1;
  background-image: none;
}

.hero-gradient-col.is--two {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 99;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #121e2bdb;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  padding: 1.5em 4em;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  padding: .9em .5em;
  font-size: 1.2em;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--2bded3);
}

.nav-links {
  align-items: center;
  display: flex;
}

.nav-button {
  border: 1px solid var(--2bded3);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 2em;
  margin-left: .5em;
  padding: 15px 2em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.5;
}

.nav-button:hover {
  background-color: var(--2bded3);
  color: var(--12131e);
}

.logo {
  object-fit: cover;
  width: 25em;
}

.logo.is--footer {
  width: 7.5em;
}

.gradient-row {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--2bded3), #0000);
  border-top-right-radius: 35em;
  border-bottom-right-radius: 35em;
  width: 80%;
  margin-left: 0%;
}

.gradient-row.is--overlap {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-row.is--overlap.is--straight {
  z-index: 1;
  opacity: .57;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
}

.gradient-row.is--max-width {
  background-image: linear-gradient(270deg, #2bded3, #0000);
  width: 100%;
}

.gradient-row.is--max-width.is--straight {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gradient-row.is--max-width.is--mirror {
  background-image: linear-gradient(270deg, var(--2bded3), #0000);
  border-radius: 0;
}

.hero-intro {
  align-items: center;
  height: 50%;
  padding-left: 10em;
  display: flex;
}

.hero-gradient_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.style-guide {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.divider {
  background-color: #ffffff21;
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.style-guide-section {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4em;
  display: grid;
}

.button {
  border: 1px solid var(--2bded3);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 2em;
  padding: 15px 2em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.button:hover {
  background-color: var(--2bded3);
  color: var(--12131e);
}

.button.is--ghost {
  border-style: none;
  border-radius: 0;
}

.button.is--ghost:hover {
  color: var(--2bded3);
  background-color: #0000;
}

.button.is--ghost.left-align {
  padding-left: 0;
}

.button.is--solid {
  background-color: var(--2bded3);
  color: var(--12131e);
}

.button.is--solid:hover {
  color: #fff;
  background-color: #0000;
}

.section-heading {
  width: 45em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.small-text {
  text-transform: uppercase;
  font-size: .9em;
}

.small-text.is--gray {
  opacity: .5;
}

.small-text.is--gray.is--list {
  margin-right: .5em;
}

.header-section {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.paragrah-medium {
  font-size: 1.2em;
  line-height: 1.3;
}

.section-title {
  padding-bottom: 1em;
}

.img-shape {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-gradient {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--12131e), #fff0 41%);
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.img-section {
  opacity: .8;
  height: 45em;
  display: none;
  position: relative;
  overflow: hidden;
}

.statistics-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stat-item {
  background-image: linear-gradient(to bottom, var(--light-sea-green), transparent 66%);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 4em;
  transition: all .2s;
  display: flex;
}

.stat-item:hover {
  background-color: #2bded333;
}

.stat-item.is--filp {
  background-image: linear-gradient(to top, var(--light-sea-green), transparent 66%);
}

.stat-heading {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

.item-title {
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer {
  background-image: linear-gradient(#2bded31c, #0000);
  padding-bottom: 5em;
  padding-left: 10em;
  padding-right: 10em;
}

.two-col-footer {
  justify-content: space-between;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.footer-row {
  align-items: center;
  display: flex;
}

.footer-links {
  align-items: center;
  margin-left: 3em;
  display: flex;
}

.form {
  align-items: center;
}

.text-field {
  border: 1px solid var(--2bded3);
  background-color: #0000;
  border-radius: 5em;
  height: 100%;
  margin-bottom: 0;
  margin-right: 1em;
  padding: 15px 2em;
  font-size: 1em;
}

.text-field:focus {
  color: #fff;
  border-color: #fff;
}

.form-input {
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.field-label {
  font-size: 1.2em;
  font-weight: 500;
}

.partners {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.partner-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-gradient {
  flex-direction: row;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-wrapper {
  position: relative;
}

.cta-message {
  z-index: 11;
  align-items: center;
  height: 50%;
  padding-top: 10em;
  padding-bottom: 10em;
  padding-left: 10em;
  display: none;
  position: relative;
}

.stat-title {
  height: 5em;
  margin-bottom: 3.5em;
  overflow: hidden;
}

.logo-partner {
  height: 2.5em;
}

.graphic {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.g-row {
  display: flex;
}

.g-shape {
  background-color: #0000;
  background-image: linear-gradient(90deg, #fff, #3f4b5f00 80%);
  border: 1px #000;
  border-radius: 25em 0 0 25em;
  width: 10em;
  height: 10em;
}

.g-shape.is--filp {
  background-image: linear-gradient(to right, #3f4b5f00 20%, var(--alice-blue));
  border-radius: 0 25em 25em 0;
}

.nav-toggle__mobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: none;
}

.nav-line {
  background-color: #fff;
  border-radius: 5em;
  width: 2em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.nav-click {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-line-x-1 {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
  position: absolute;
}

.nav-click-out {
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
}

.nav-line-x-2, .nav-line-large {
  background-color: #fff;
  border-radius: 3.5em;
  width: 3em;
  height: .35em;
  margin-top: .2em;
  margin-bottom: .2em;
}

.statistics-hover-tabs {
  width: 100%;
  height: 45em;
  display: flex;
  overflow: hidden;
}

.img-stat-scroll {
  object-fit: cover;
  background-color: #000;
  flex: none;
  width: 100%;
  height: 100%;
  display: block;
}

.tabs-images-slider {
  width: 100%;
  display: flex;
}

.stats-progress {
  position: relative;
}

.tab {
  background-color: var(--12131e);
  height: .5em;
  position: absolute;
}

.progress-line {
  background-color: var(--2bded3);
  width: 33.3333%;
  height: .6em;
  margin-top: -.5em;
  position: absolute;
}

.hero-slideshow {
  height: 100%;
  position: relative;
}

.img-slide-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sticky-wrapper {
  align-items: flex-start;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.sticky-title {
  background-image: linear-gradient(to bottom, var(--light-sea-green), #0000);
  width: 50%;
  padding: 5em 3em 15em;
  position: sticky;
  top: 10em;
}

.sticky-items {
  width: 50%;
}

.text-span {
  color: var(--2bded3);
}

.item-wrapper {
  background-image: linear-gradient(to top, var(--light-sea-green), #0000 45%);
  padding: 5em;
}

.sticky-heading {
  padding-top: 1em;
  padding-bottom: 1em;
}

.collection-item {
  display: flex;
}

.member-stripe {
  background-image: linear-gradient(to top, var(--turquoise), #0000 52%);
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  text-decoration: none;
}

.name-parent {
  height: 2.8em;
  overflow: hidden;
}

.title-member {
  opacity: .5;
  color: #fff;
  font-size: 1em;
}

.member-wrapper {
  color: #fff;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.member-wrapper:hover {
  color: var(--2bded3);
}

.member-image {
  z-index: 2;
  width: 25em;
  height: 30em;
  position: absolute;
  right: 10%;
}

.member-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mortgage-scroll-through {
  height: 350vh;
}

.container-sticky {
  height: 100%;
  padding-top: 5em;
}

.sticky-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.sticky-item {
  background-image: linear-gradient(to right, var(--12131e) 32%, #121e2b00), linear-gradient(270deg, #07ada3, #0000);
  border-top-right-radius: 25em;
  border-bottom-right-radius: 25em;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 80%;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 10em;
  display: flex;
}

.item-content {
  width: 45%;
  padding-top: 4em;
  padding-bottom: 4em;
}

.wrapper-tech {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.footer-nav {
  overflow: hidden;
}

.footer-nav-items {
  display: flex;
}

.f-nav-item {
  color: #fff;
  background-image: linear-gradient(#2bded33b, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 30em;
  padding: 4em;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.f-nav-item:hover {
  color: var(--12131e);
  background-image: linear-gradient(#fff, #ffffffa8);
}

.f-nav-item.is--filp {
  background-image: linear-gradient(to top, #2bded33b, #0000);
}

.f-nav-item.is--filp:hover {
  background-image: linear-gradient(to top, #ffffffb0, #fff);
}

.f-nav-item.is--empty {
  background-image: linear-gradient(#2bded33b, #0000);
}

.link-footer-text {
  white-space: nowrap;
  font-size: 3.5em;
}

.heading {
  margin-top: 0;
}

.tab-img {
  flex: none;
  width: 100%;
  height: 100%;
}

.tab-img-mobile {
  display: none;
}

.color-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 5em 2em;
  display: flex;
}

.color-block._1 {
  background-color: var(--2bded3);
}

.color-block._2 {
  background-color: var(--12131e);
}

.color-block._3 {
  background-color: var(--crimson);
}

.color-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.paragraph-large {
  font-size: 1.2em;
}

.icon-articles {
  opacity: .75;
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-block {
  padding-top: 12px;
}

.g-shape-copy {
  background-color: #0000;
  background-image: url('../images/accounting-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #000;
  border-radius: 0;
  width: 10em;
  height: 10em;
}

.g-shape-copy.is--filp {
  background-image: linear-gradient(to right, #3f4b5f00 20%, var(--alice-blue));
  border-radius: 0 25em 25em 0;
}

.g-shape-copy-copy {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px #000;
  border-radius: 0;
  width: 10em;
  height: 10em;
}

.g-shape-copy-copy.is--filp {
  background-image: linear-gradient(to right, #3f4b5f00 20%, var(--alice-blue));
  border-radius: 0 25em 25em 0;
}

.g-shape-copy-copy.xero {
  background-image: none;
}

.icon {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 10em;
  height: 10em;
}

.icon.is--filp {
  background-image: linear-gradient(to right, #3f4b5f00 20%, var(--alice-blue));
  border-radius: 0 25em 25em 0;
}

.image {
  opacity: .71;
  border-radius: 20px;
}

.image-2 {
  opacity: 1;
}

.hero-banner.no-scroll, .bookkeeping-services.no-scroll, .car-finance-pagebreak.no-scroll, .finance-services.no-scroll, .call-to-action.no-scroll, .association-banner.no-scroll {
  overflow: hidden;
}

.car-finance-scroll-through-copy {
  height: 350vh;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 19.2px;
  }

  h2 {
    font-size: 2.2em;
  }

  .hero-gradient-col.is--left {
    background-image: linear-gradient(to right, var(--2bded3), #2bded342 56%, #fff0);
  }

  .nav-button {
    border-color: var(--2bded3);
  }

  .cta-message {
    display: block;
  }

  .cta-message.hodden {
    display: none;
  }

  .hero-slideshow {
    background-color: #000;
  }

  .img-slide-hero {
    object-position: 50% 55%;
    background-color: #08080800;
  }

  .mortgage-scroll-through {
    height: 500vh;
  }

  .div-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .text-block-2 {
    height: auto;
    padding-bottom: 0;
  }

  .call-to-action {
    display: none;
  }

  .car-finance-scroll-through-copy {
    height: 500vh;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.3em;
  }

  p {
    font-size: .9em;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    height: 100vh;
  }

  .hero-gradient-col.is--left.is--img {
    width: auto;
  }

  .navbar {
    height: auto;
  }

  .nav-links {
    z-index: 1;
    background-color: var(--12131e);
    background-image: linear-gradient(to bottom, var(--12131e) 39%, #0000), linear-gradient(to top, #2bded380, #0000);
    border-bottom-right-radius: 5em;
    border-bottom-left-radius: 5em;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 6.5em;
    padding-bottom: 6.5em;
    padding-left: 3em;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    transform: translate(0);
  }

  .nav-logo {
    z-index: 99;
    position: relative;
  }

  .gradient-row {
    width: 100%;
  }

  .gradient-row.is--overlap.is--straight {
    display: none;
  }

  .hero-intro {
    padding-left: 5em;
  }

  .style-guide {
    padding-left: 4em;
    padding-right: 4em;
  }

  .style-guide-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    width: auto;
  }

  .header-section {
    width: 90%;
  }

  .hero-intro_wrapper {
    width: 80%;
  }

  .stat-item {
    height: auto;
    padding: 2em;
  }

  .stat-heading {
    font-size: 2.5em;
  }

  .footer {
    padding-left: 3em;
    padding-right: 3em;
  }

  .two-col-footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-row {
    flex-direction: column;
  }

  .footer-links {
    margin-top: 3em;
    margin-left: 0;
  }

  .footer-logo {
    width: 5em;
  }

  .field-label {
    text-align: center;
  }

  .partners {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5em;
    padding-right: 5em;
    display: grid;
  }

  .cta-message {
    padding-left: 5em;
  }

  .stat-title {
    height: 2.3em;
  }

  .logo-partner {
    flex: none;
    height: 2.3em;
  }

  .graphic {
    font-size: 1vw;
  }

  .nav-toggle__mobile {
    z-index: 99;
    font-size: 1em;
    display: flex;
    position: relative;
  }

  .nav-click {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-click-out {
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .sticky-title {
    padding-left: 5em;
    padding-right: 5em;
  }

  .item-wrapper {
    padding: 3em 5em;
  }

  .member-stripe {
    padding-left: 5em;
  }

  .sticky-item {
    width: 100%;
    padding-left: 5em;
  }

  .item-content {
    width: 50%;
  }

  .footer-nav-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-nav-item {
    min-width: auto;
  }

  .f-nav-item.is--empty {
    display: none;
  }

  .link-footer-text {
    font-size: 2.3em;
  }

  .guide-col.is--title {
    padding-bottom: 2em;
  }

  .icon-articles {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    font-size: 13px;
  }

  .text-block {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }

  h2 {
    line-height: 1.1;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--members {
    padding: 5em 0;
  }

  .hero {
    height: 92vh;
  }

  .hero-gradient-col.is--left.is--img {
    background-image: none;
  }

  .navbar {
    padding-left: 2em;
    padding-right: 2em;
  }

  .logo {
    width: 3.5em;
  }

  .gradient-row {
    background-image: linear-gradient(to top, #2bded3, #0000 75%);
    border-top-right-radius: 0;
    border-bottom-left-radius: 35em;
  }

  .gradient-row.is--max-width {
    background-image: linear-gradient(to top, #2bded3, #0000);
    border-radius: 0 0 25em 25em;
  }

  .gradient-row.is--max-width.is--straight {
    background-image: linear-gradient(to top, #2bded3, #0000);
    border-bottom-right-radius: 25em;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .style-guide {
    padding-left: 0;
    padding-right: 0;
  }

  .section_cta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img-gradient {
    display: none;
  }

  .img-gradient.is--divider {
    background-image: linear-gradient(to bottom, var(--12131e), #fff0 41%);
    display: block;
  }

  .img-section {
    height: 24em;
  }

  .statistics {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .statistics-wrapper {
    grid-template-columns: 1fr;
  }

  .stat-item {
    padding-left: 3em;
    padding-right: 3em;
  }

  .stat-item.is--filp {
    background-image: linear-gradient(#2bded34f, #0000 66%);
  }

  .cta-message {
    text-align: center;
    justify-content: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .stat-title {
    margin-bottom: 1em;
  }

  .graphic {
    font-size: 2vw;
  }

  .statistics-hover-tabs, .progress-line {
    display: none;
  }

  .sticky-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .sticky-title {
    width: auto;
    padding-left: 3em;
    padding-right: 3em;
    position: static;
  }

  .sticky-items {
    width: auto;
  }

  .item-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .member-stripe {
    padding-left: 3em;
  }

  .member-wrapper {
    flex-direction: column;
  }

  .member-image {
    width: 100%;
    height: 25em;
    position: static;
  }

  .mortgage-scroll-through {
    height: auto;
  }

  .sticky-content {
    flex-direction: column;
  }

  .sticky-item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sticky-item.is--mirror {
    background-image: linear-gradient(270deg, #2bded3, #0000);
  }

  .wrapper-tech {
    height: auto;
    position: static;
  }

  .tab-img-mobile {
    display: block;
  }

  .car-finance-scroll-through-copy {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-links {
    align-items: center;
    padding-left: 0;
  }

  .hero-intro {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button.is--solid {
    margin-top: 1em;
  }

  .section_cta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .stat-heading {
    padding-bottom: 0;
    font-size: 2.2em;
  }

  .footer-links {
    flex-flow: column;
  }

  .text-field {
    margin-top: 13px;
  }

  .form-input {
    flex-direction: column;
    align-items: stretch;
  }

  .partners {
    grid-template-columns: 1fr 1fr;
  }

  .stat-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stat-wrapper {
    padding-bottom: 0;
  }

  .sticky-item {
    padding-left: 2em;
    padding-right: 2em;
  }

  .item-content {
    width: auto;
  }

  .footer-nav-items {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .f-nav-item.is--filp.gradient {
    background-image: linear-gradient(#2bded33b, #0000);
  }
}


