.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 8vh;
  font-weight: 400;
  line-height: 8vh;
}

h2 {
  color: #c700ba;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.section.center {
  height: 100vh;
  min-width: 0;
  object-fit: contain;
  background-color: #c700ba;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  height: auto;
  color: #0d0222;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Suisseintl book webm, sans-serif;
  display: flex;
}

.section.wide.img {
  background-color: #0d0222;
  padding-top: 5vh;
  padding-bottom: 0;
}

.section.wide.purple {
  background-color: #0d0222;
  background-image: url('../images/form-bg.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 6vh;
  padding-bottom: 7vh;
}

.section.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.col {
  max-width: 50%;
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  width: 25vw;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  border-style: none;
  flex: 1;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-inner {
  width: 80vw;
  text-align: left;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  width: 80vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 500px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  width: 33.33%;
  max-width: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2-w {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 400;
}

.button-purple {
  color: #fff;
  text-align: center;
  background-color: #c700ba;
  border: 2px solid #c700ba;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: all .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-purple:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
}

.button-purple.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-purple.contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-left: 10px;
}

.button-purple.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-purple.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-purple.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-purple.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  width: 65%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  width: 900px;
  color: #0d0222;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  width: 100vw;
  align-items: flex-start;
  position: relative;
}

.wrap {
  max-width: 1200px;
  text-align: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  width: auto;
  height: 150px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-wrap {
  width: auto;
  justify-content: flex-start;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  width: 100%;
  height: 300px;
  background-color: #c6ced3;
  border-radius: 20px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 0 3px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -1px #fff;
}

.nav-link.w--current {
  color: #fff;
  box-shadow: 0 1px #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  background-color: #acb1b4;
  border-radius: 20px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  width: 56px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #0d0222;
  border: 0 #0d0222;
}

.hero-content {
  z-index: 90;
  width: 100%;
  margin-top: 140px;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  border-style: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  width: 50vw;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  height: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.black-bar {
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #c700ba;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  width: 50vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
  flex: none;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  flex: 1;
}

.heading-3 {
  font-size: 48px;
  line-height: 60px;
}

.image-5 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex: 0 auto;
  margin-top: 20px;
}

.button-s {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #c700ba;
  background-clip: border-box;
  border: 2px solid #c700ba;
  border-radius: 3px;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
  position: relative;
  top: 25px;
}

.button-s:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button-s.outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-left: 10px;
}

.button-s.outline.margin-right-s {
  border-width: 1px;
  border-color: #fff;
  transition-property: all, color;
}

.button-s.outline.margin-right-s:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.button-s.contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-left: 10px;
}

.button-s.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-s.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-s.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-s.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-s.margin-right-s {
  border: 2px solid #c700ba;
  margin-right: 15px;
}

.button-s.button-purple {
  transition-property: all, color;
}

.button-s.button-purple:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.heading-4 {
  color: #c700ba;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.paragraph-w {
  width: auto;
  max-width: 900px;
  float: none;
  color: #fff;
  text-align: center;
  border: 1px #fff;
  margin: 20px auto;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading-5 {
  color: #4700e5;
  font-size: 30px;
  line-height: 36px;
}

.section-ii {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-ii.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-ii.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-ii.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-ii.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-ii.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-ii.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-ii.wide {
  height: auto;
  color: #0d0222;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
  font-family: Suisseintl book webm, sans-serif;
  display: flex;
}

.section-ii.wide.img {
  background-color: #dde2ff;
  padding-bottom: 0;
}

.section-ii.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-ii.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.heading-2-b {
  color: #0d0222;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 400;
}

.section-iv {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-iv.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-iv.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-iv.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-iv.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-iv.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-iv.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-iv.wide {
  height: auto;
  color: #0d0222;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
  font-family: Suisseintl book webm, sans-serif;
  display: flex;
}

.section-iv.wide.img {
  background-color: #ffc933;
  padding-bottom: 0;
}

.section-iv.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-iv.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.section-iii {
  width: 100%;
  height: auto;
  background-color: #e50c54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  display: flex;
}

.section-iii.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-iii.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-iii.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-iii.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-iii.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-iii.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-iii.wide {
  height: auto;
  color: #0d0222;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
  font-family: Suisseintl book webm, sans-serif;
  display: flex;
}

.section-iii.wide.img {
  background-color: #dde2ff;
  padding-bottom: 0;
}

.section-iii.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-iii.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.field-label {
  color: #fff;
  text-align: left;
}

.field-label-2 {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
}

.image-6 {
  width: 100%;
  max-width: none;
  align-self: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  top: 5px;
}

.lightbox-link {
  padding-left: 60px;
  padding-right: 60px;
}

.form-3 {
  width: 500px;
  clear: none;
  object-fit: fill;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.heading-7 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  font-family: Suisseintl book webm, sans-serif;
}

.success-message {
  color: #fff;
  background-color: #1b857c;
  border-radius: 4px;
  font-size: 18px;
}

.error-message {
  color: #fff;
  background-color: #cf084a;
  border-radius: 4px;
}

.text-block-3 {
  font-size: 18px;
}

.submit-button {
  width: 100%;
  background-color: #c700ba;
  border-radius: 4px;
  margin-top: 30px;
  padding: 20px 40px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
  transition: all .5s;
  display: block;
}

.submit-button:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #fff;
}

.footer-2 {
  text-align: center;
  background-color: #c700ba;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 100px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.image-7 {
  margin-bottom: 60px;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 17px;
}

.text-block-5 {
  color: #fff;
  text-align: left;
  margin-left: 10px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 18px;
}

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

.image-8 {
  text-align: left;
}

.column-3, .column-4 {
  align-items: center;
  display: flex;
}

.text-field {
  text-align: left;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
}

.text-field-2 {
  height: 70px;
  color: #0d0222;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 20px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-field-3 {
  text-align: left;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
}

.columns {
  margin-left: 5px;
  margin-right: 5px;
}

.form-block-2 {
  width: 900px;
  margin: 40px auto;
}

.form-block-2.hide {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: auto;
  max-width: 500px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.section-v {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-v.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-v.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-v.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-v.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-v.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-v.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-v.wide {
  height: auto;
  color: #0d0222;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
  font-family: Suisseintl book webm, sans-serif;
  display: flex;
}

.section-v.wide.img {
  background-color: #1b857c;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section-v.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-v.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.div-block-13 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
}

.div-block-13.delete {
  display: none;
}

.column-5 {
  padding-right: 20px;
}

.column-6 {
  padding-left: 20px;
}

.button-2 {
  object-fit: fill;
  background-color: #4700e5;
  border-radius: 4px;
  margin-left: 0;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.div-block-outline {
  text-align: left;
  border: 1px solid #dddeee;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 40px 20px 20px;
}

.div-block-14 {
  height: 15vh;
}

.paragraph-auto {
  width: auto;
  max-width: 900px;
  color: #0d0222;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.columns-2 {
  margin-top: 40px;
}

.heading-2-b-mob {
  color: #0d0222;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 400;
  display: none;
}

.paragraph-w-copy {
  width: auto;
  max-width: 900px;
  float: none;
  color: #fff;
  text-align: center;
  border: 1px #fff;
  margin: 40px auto 60px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-15 {
  color: #0d0222;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.paragraph-auto-right {
  width: auto;
  max-width: 900px;
  color: #0d0222;
  text-align: left;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.heading-6-space {
  text-align: left;
  margin: 100px auto 72px;
}

.section-2 {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.heading-7-center {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin: 122px auto 100px;
}

.image-10 {
  max-width: 20%;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-50 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.section-50.center {
  height: 15vh;
  background-color: #cf0063;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-50.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-50.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-50.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-50.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-50.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-50.wide {
  height: auto;
  color: #0d0222;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Suisseintl book webm, sans-serif;
  display: flex;
}

.section-50.wide.img {
  background-color: #0d0222;
  padding-top: 5vh;
  padding-bottom: 0;
}

.section-50.wide.purple {
  background-color: #0d0222;
  background-image: url('../images/form-bg.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-50.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.top-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-table-cell {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.title-2 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  font-size: 12px;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.check {
  width: 38px;
  opacity: .5;
}

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.pricing-top {
  min-height: 165px;
  background-color: #130e2c;
  border-bottom: 1px solid #8c54ff;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  position: relative;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.start-link {
  color: #8c54ff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  opacity: .5;
  letter-spacing: 2px;
}

.pricing-line-break {
  height: 81px;
  border-top: 1px solid #8c54ff;
  margin-top: 20px;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.discount {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.help-icon {
  width: 18px;
}

.pricing-section {
  color: #fff;
  background-color: #130e2c;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
}

.arrow-2 {
  margin-left: 12px;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.top-heading-pricing {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}

.italic-text {
  font-family: Suisseintl book webm, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.italic-text-2 {
  font-style: normal;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
}

.section-pricing {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-pricing.center {
  height: 100vh;
  background-color: #cf0063;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-pricing.column {
  height: auto;
  justify-content: space-between;
  padding: 15vh 10vw;
  display: flex;
}

.section-pricing.column.devices {
  height: auto;
  flex-direction: column;
  align-items: center;
}

.section-pricing.column.faq {
  height: auto;
  background-color: #000;
  flex-direction: column;
  align-items: center;
}

.section-pricing.cta {
  height: 60vh;
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-pricing.full-img {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-pricing.wide {
  height: auto;
  color: #0d0222;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
  font-family: Suisseintl book webm, sans-serif;
  display: flex;
}

.section-pricing.wide.img {
  background-color: #fff;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: none;
}

.section-pricing.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-pricing.grid-imgs {
  height: 50vh;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.columns-3 {
  border: 2px solid #fff;
  border-radius: 4px;
  margin: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.button-pricing {
  color: #1b857c;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: all .5s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-pricing:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #fff;
}

.button-pricing.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-pricing.contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-left: 10px;
}

.button-pricing.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-pricing.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-pricing.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-pricing.form-button:hover {
  color: #fff;
  background-color: #000;
}

.roadmap {
  text-align: center;
  padding-top: 5vh;
  padding-bottom: 10vh;
  display: none;
}

.grid {
  grid-template: "Area" 1fr
                 "."
                 / .25fr 1fr;
}

.roadmap-month {
  color: #c700ba;
  text-align: right;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.roadmap-event {
  color: #0d0222;
  text-align: left;
  padding-right: 40px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.dropdawn-1 {
  width: auto;
}

.text-block-7 {
  object-fit: fill;
  margin: 24px;
  position: absolute;
}

.dropdown-content {
  width: 257px;
  position: absolute;
}

.dropdown-wrapper {
  width: 500px;
  min-width: 0;
  position: relative;
}

.dropdown-triger {
  margin: 24px;
}

.dropdown-content {
  width: 100%;
  overflow: hidden;
}

.dropdown-link {
  margin: 24px;
  text-decoration: none;
  display: block;
}

.text-block-8 {
  position: relative;
}

.accordion-item-triger {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-8 {
  color: #000;
  text-align: left;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.accordian-item-content {
  overflow: hidden;
}

.paragraph-6 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  overflow: visible;
}

.heading-9 {
  color: #000;
  text-align: left;
  cursor: pointer;
  font-size: 40px;
}

.down-arrow {
  text-align: center;
  margin-top: -92px;
  margin-left: 1100px;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.image-11 {
  width: 20px;
  margin-top: -60px;
  margin-left: 1100px;
}

.plus {
  width: 25px;
  cursor: pointer;
  margin-top: -99px;
  margin-left: 1100px;
}

.minus {
  width: 25px;
  cursor: pointer;
  margin-top: -60px;
  margin-left: 1100px;
}

.section-reviews {
  background-color: #dddeee;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.reviews-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.review-wrapper {
  width: 100%;
  max-width: 1500px;
  justify-content: space-around;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.review-block {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 26px 90px;
  position: relative;
  box-shadow: 6px 6px 20px rgba(70, 15, 192, .2);
}

.paragraph-non-centred {
  color: #0d0222;
  margin-bottom: 20px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.author-img {
  border-radius: 1000px;
  margin-top: -50%;
}

.author-info {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.body-text {
  color: #0d0222;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 17px;
}

.body-text.uppercase {
  text-transform: uppercase;
}

.body-text.uppercase.margin-bottom-xs {
  margin-bottom: 5px;
}

.body-text.link {
  color: #4700e5;
  cursor: pointer;
}

.body-text.link.opacity {
  opacity: .4;
}

.text-span {
  color: #c700ba;
}

.partners-logo-wrapper {
  overflow: hidden;
}

.partners-logo-box {
  width: auto;
  display: flex;
}

.logo-box {
  width: 90%;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.logo-box.hide {
  display: none;
}

.logo-img {
  height: 100%;
  margin-right: 80px;
}

.section-press {
  padding-top: 5vh;
}

.articles-wrapper {
  width: 100%;
  max-width: 1500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 200px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.article-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  cursor: pointer;
  background-color: rgba(221, 222, 238, .16);
  border: 1px rgba(70, 15, 192, .2);
  border-radius: 10px;
  flex: 0 25%;
  grid-template-rows: 30px auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 25px;
  text-decoration: none;
  transition: all .2s;
  display: grid;
  position: relative;
}

.article-block:hover {
  z-index: 5;
  border-style: none;
  transform: scale(1.05);
  box-shadow: 6px 6px 20px rgba(70, 15, 192, .2);
}

.press-logo {
  height: 100%;
}

.div-block-16 {
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-small {
  padding: 64px 5%;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-wrapper-centre {
  z-index: 5;
  width: 100%;
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.h6-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.5;
}

.grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-block {
  min-height: 96px;
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.heading-3-b {
  color: #0d0222;
  font-size: 48px;
  line-height: 60px;
}

.div-block-17 {
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.button-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.caption-b {
  max-width: 900px;
  color: #0d0222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 25px;
}

.div-block-18 {
  width: 74%;
  background-color: #fdfae4;
  border: 3px solid #ffc933;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 18px 10px 10px;
  display: flex;
}

.icon-2 {
  width: 30px;
  height: 30px;
  color: #160042;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.caption-w {
  max-width: 900px;
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
}

.line {
  width: 10px;
  background-color: #fdd663;
  border-radius: 50px;
  margin-right: 10px;
}

.caption-y {
  max-width: 900px;
  color: #0d0222;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 22px;
}

.partners-logo {
  display: flex;
}

.div-block-19 {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 64%);
  justify-content: center;
  padding-top: 100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-black-open {
  color: #fff;
  text-align: center;
  background-color: #0d0222;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: all .5s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-black-open:hover {
  color: #0d0222;
  background-color: #fff;
  border-width: 2px;
  border-color: #0d0222;
}

.button-black-open.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-black-open.contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-left: 10px;
}

.button-black-open.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-black-open.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-black-open.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-black-open.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-black-close {
  color: #fff;
  text-align: center;
  background-color: #0d0222;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  transition: all .5s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-black-close:hover {
  color: #0d0222;
  background-color: #fff;
  border-width: 2px;
  border-color: #0d0222;
}

.button-black-close.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-black-close.contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-left: 10px;
}

.button-black-close.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-black-close.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-black-close.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-black-close.form-button:hover {
  color: #fff;
  background-color: #000;
}

.links-wrapper {
  padding-bottom: 17px;
  overflow: visible;
}

.textarea {
  border-radius: 4px;
  font-size: 24px;
  line-height: 30px;
}

.footer-3 {
  text-align: center;
  background-color: #c700ba;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-3 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.div-block-20 {
  display: flex;
}

.hide {
  display: none;
}

.container-2 {
  max-width: 1200px;
  justify-content: center;
  display: flex;
}

.footer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.html-embed {
  object-fit: scale-down;
  align-self: stretch;
  margin: 140px 220px 100px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: scroll;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  text-align: left;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_description {
  color: #0d0222;
  font-family: Suisseintl book webm, sans-serif;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #dddeee;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #0d0222;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: #0d0222;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: #0d0222;
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: #0d0222;
  font-family: Suisseintl book webm, sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
}

.cookie-modal_button_text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: Suisseintl book webm, sans-serif;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #1b857c;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_component {
  z-index: 9525;
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: rgba(215, 231, 213, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-2.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-modal_button-2.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-2.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_radio_button {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  width: 1.125rem;
  height: 1.125rem;
  color: #0d0222;
  flex: none;
  margin-right: .375rem;
}

.cookie-preference-button_text {
  color: #0d0222;
  font-family: Suisseintl book webm, sans-serif;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .section.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .wrap {
    max-width: 660px;
  }

  .nav-link {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    font-size: 17px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 75%;
    height: auto;
    align-self: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    height: auto;
    min-width: 240px;
    background-color: #200163;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    box-shadow: 0 13px 14px 18px rgba(32, 1, 99, .55);
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .button-s.outline.margin-right-s {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 17px;
    position: static;
  }

  .button-s.button-purple {
    font-size: 17px;
    position: static;
  }

  .paragraph-w {
    max-width: 800px;
    margin-right: 20px;
    padding-left: 20px;
  }

  .section-ii.center, .section-iv.center, .section-iii.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .image-6 {
    width: 100%;
  }

  .heading-6 {
    font-size: 72px;
    line-height: 72px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-2 {
    width: auto;
  }

  .section-v.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .button-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-outline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    height: 13vh;
  }

  .heading-6-space {
    font-size: 72px;
    line-height: 72px;
  }

  .section-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-50.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .section-50.wide.purple {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-pricing.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

  .button-pricing {
    margin-bottom: 40px;
  }

  .roadmap-event {
    padding-right: 10px;
  }

  .review-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .review-block {
    width: 90%;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }

  .logo-img {
    height: 70px;
    margin-right: 40px;
  }

  .articles-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .article-block {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .press-logo {
    width: auto;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3-b {
    font-size: 8vw;
  }

  .button-black-open, .button-black-close {
    margin-bottom: 40px;
  }

  .links-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content {
    width: 100%;
  }

  .feature-content.icons {
    width: auto;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    width: 50%;
    flex: none;
    align-items: center;
  }

  .heading-2-w {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .button-purple {
    padding: 15px 20px;
    font-size: 21px;
  }

  .button-purple.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    width: 100%;
    max-width: none;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .image-2 {
    width: 100%;
    max-width: none;
    flex: 0 auto;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-image {
    width: 90%;
    margin-bottom: 0;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .feature-image {
    width: 100%;
    flex: none;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .nav-menu-2 {
    padding-bottom: 20px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-block {
    width: 100%;
  }

  .button-s.outline.margin-right-s {
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
  }

  .button-s.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .button-s.button-purple {
    position: static;
  }

  .paragraph-2 {
    font-size: 30px;
  }

  .paragraph-w {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 21px;
    line-height: 27px;
  }

  .heading-2-b {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .form-3 {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-7 {
    font-size: 6vh;
    line-height: 7vh;
  }

  .submit-button {
    padding: 16px 20px;
    font-size: 21px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-heading, .column-2 {
    margin-bottom: 10px;
  }

  .column-3 {
    padding-bottom: 10px;
  }

  .text-field-2 {
    font-size: 21px;
  }

  .form-block-2 {
    width: auto;
  }

  .image-9 {
    padding-bottom: 40px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-outline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    height: 5vh;
  }

  .paragraph-auto {
    font-size: 21px;
    line-height: 27px;
  }

  .heading-2-b-mob {
    margin-bottom: 20px;
    line-height: 72px;
  }

  .paragraph-w-copy {
    width: auto;
    margin-top: 0;
    font-size: 21px;
    line-height: 27px;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .tab-pane {
    padding: 30px;
  }

  .mobile-pricing {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .help {
    display: none;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .tab-standard {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-standard.w--current {
    background-color: #8c54ff;
    border-color: rgba(0, 0, 0, 0);
  }

  .pricing-wrapper {
    display: none;
  }

  .button-pricing {
    padding: 15px 20px;
    font-size: 21px;
  }

  .button-pricing.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .roadmap-event {
    padding-right: 40px;
  }

  .paragraph-non-centred {
    font-size: 21px;
    line-height: 27px;
  }

  .author-img {
    width: 20%;
  }

  .section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-18 {
    width: 100%;
  }

  .button-black-open {
    padding: 15px 20px;
    font-size: 21px;
  }

  .button-black-open.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .button-black-close {
    padding: 15px 20px;
    font-size: 21px;
  }

  .button-black-close.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .image-12 {
    width: 12%;
  }

  .textarea {
    font-size: 21px;
  }

  .footer-3 {
    padding: 40px 20px;
  }

  .list-2 {
    order: -1;
    margin-bottom: 30px;
  }

  .div-block-21 {
    flex-direction: column;
    display: flex;
  }

  .footer-container {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-2.is-sticky {
    top: -1rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section {
    margin-bottom: 30px;
  }

  .section.center {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .section.wide.img {
    padding-top: 30px;
  }

  .section.wide.purple {
    padding-top: 30px;
    padding-bottom: 0;
  }

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

  .nav-inner {
    width: 100%;
  }

  .feature-content {
    width: auto;
    text-align: center;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2-w {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
  }

  .button-purple {
    font-size: 19px;
    line-height: 25px;
  }

  .button-purple.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    width: 100%;
    flex-wrap: wrap;
    align-self: center;
    margin-bottom: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    flex-direction: column;
  }

  .nav-menu-wrap {
    flex: none;
  }

  .hero-image {
    width: 90%;
    margin-bottom: 0;
    right: auto;
  }

  .feature-wrap {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 15px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    width: 90vw;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .nav-logo-wrap {
    width: 58%;
    flex: 0 auto;
  }

  .brand {
    width: 100%;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-5 {
    margin-top: 10px;
  }

  .button-s.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .paragraph-2 {
    align-self: center;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-w {
    width: auto;
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 19px;
    line-height: 25px;
  }

  .section-ii.center {
    padding-bottom: 10vh;
  }

  .section-ii.wide.img {
    padding-top: 30px;
  }

  .heading-2-b {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
    display: block;
  }

  .section-iv.center {
    padding-bottom: 10vh;
  }

  .section-iv.wide.img, .section-iii {
    padding-top: 30px;
  }

  .section-iii.center {
    padding-bottom: 10vh;
  }

  .image-6 {
    width: 100%;
    height: 39px;
  }

  .heading-6 {
    align-self: center;
    font-size: 36px;
    line-height: 36px;
  }

  .lightbox-link {
    padding-left: 0;
    padding-right: 0;
  }

  .form-3 {
    width: auto;
    margin-bottom: 30px;
  }

  .heading-7 {
    font-size: 45px;
    line-height: 53px;
  }

  .submit-button {
    height: 60px;
    font-size: 19px;
    line-height: 25px;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 16px;
  }

  .footer-link-2 {
    font-size: 16px;
  }

  .image-7 {
    width: 70%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-4, .text-block-5 {
    font-size: 16px;
  }

  .text-field-2 {
    height: 60px;
    font-size: 19px;
    line-height: 25px;
  }

  .text-field-3 {
    border-radius: 4px;
  }

  .columns {
    object-fit: fill;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .form-block-2 {
    align-self: stretch;
    margin: 30px 0 0;
  }

  .image-9 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .section-v.center {
    padding-bottom: 10vh;
  }

  .section-v.wide.img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-outline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-auto {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 25px;
  }

  .heading-2-b-mob {
    line-height: 72px;
    display: none;
  }

  .paragraph-w-copy {
    width: auto;
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
  }

  .paragraph-auto-right {
    width: 100%;
  }

  .heading-6-space {
    width: 100%;
    max-width: 900px;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 36px;
  }

  .heading-7-center {
    line-height: 65px;
  }

  .section-50.center {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-50.wide.purple {
    padding-top: 5vh;
    padding-bottom: 0;
  }

  .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-standard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-pricing.center {
    padding-bottom: 10vh;
  }

  .button-pricing {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 25px;
  }

  .button-pricing.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .accordion-item {
    width: 100%;
    display: block;
  }

  .heading-8 {
    font-size: 30px;
  }

  .heading-9 {
    text-transform: uppercase;
    object-fit: fill;
    font-size: 30px;
    line-height: 35px;
  }

  .section-reviews {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .review-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-block {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }

  .paragraph-non-centred {
    font-size: 19px;
    line-height: 25px;
  }

  .author-img {
    margin-top: 0%;
  }

  .author-info {
    align-items: center;
  }

  .logo-img {
    height: 60px;
  }

  .section-press {
    padding-top: 30px;
  }

  .articles-wrapper {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding: 0 20px 100px;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .heading-3-b {
    font-size: 42px;
    line-height: 56px;
  }

  .div-block-17 {
    display: block;
  }

  .div-block-18 {
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
    padding-top: 5px;
  }

  .icon-2 {
    margin-bottom: 5px;
  }

  .button-black-open {
    font-size: 19px;
    line-height: 25px;
  }

  .button-black-open.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-black-close {
    font-size: 19px;
    line-height: 25px;
  }

  .button-black-close.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .textarea {
    font-size: 19px;
    line-height: 25px;
  }

  .footer-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .list-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
  }

  .italic-text-3 {
    width: 100%;
    max-width: 900px;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-popup_component {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference-button {
    left: 1rem;
  }
}

#w-node-_7df0498e-0818-2d52-5c3f-f0df53743ade-56e872f5 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-aaaf7c1b-53fe-dced-8457-81a6e0f99fbe-56e872f5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_82d17f61-a83d-9df4-799d-bc9820f28599-56e872f5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_233ed0b9-b0fd-46cc-8d84-852aed2bb8ca-56e872f5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_140d4ffc-1477-0550-780d-8879a622d8e5-56e872f5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_91ac5224-ea7a-65f2-7045-906f02950725-56e872f5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4e495b85-54e7-2d73-8ff3-535347784a66-56e872f5, #w-node-ebdf0d91-c27d-9081-9cad-14744902c91f-56e872f5, #w-node-e013a94e-ba0c-a487-707e-262e91525852-56e872f5, #w-node-d2b5507c-fccf-f40b-4985-0fca3a083f39-56e872f5, #w-node-_9234aaf9-a346-efa4-3186-5710e8e42a7d-56e872f5, #w-node-a8ffebb8-897a-9452-3b72-95b3855b4a62-56e872f5, #w-node-_69e4f94a-3616-eaf3-2715-ffef412c1496-56e872f5, #w-node-aa287b0a-aafe-0ac7-c980-88a1639d76ab-56e872f5, #w-node-_73588639-c75e-7755-632a-f74befee3056-56e872f5, #w-node-_9236737b-0921-77bd-eff6-f967c7507453-56e872f5, #w-node-_8b8238fd-b514-33b0-bee3-de1f961418e0-56e872f5, #w-node-_2173d7c8-c1fa-bc42-d589-728f22a4f0b1-56e872f5, #w-node-_28e72e41-317b-9673-2b5f-f1d75047cdae-56e872f5, #w-node-d837248c-41a5-80e3-ddc0-f58ac7909199-56e872f5, #w-node-a462349a-b879-cb8b-225d-92a516c5ca6d-56e872f5, #w-node-e7583494-73b5-3488-5d66-835133a90c7a-56e872f5, #w-node-_7048506d-5c39-eeda-77a2-9ee34a0f03df-56e872f5 {
  align-self: end;
}

#w-node-db3d26a3-0e07-14d9-6d9c-90353e44e53a-56e872f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2945ded-cc1d-e64e-c0f3-801cb116a20a-56e872f5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8064e288-8827-43db-f471-9000b22c0b43-56e872f5 {
  grid-area: Area;
}

#w-node-_8de3a978-6322-5d0f-f5f4-2ca719a8292e-56e872f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b01fe584-0f76-a560-abab-53d2313d064f-56e872f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b418be23-2fb4-f04c-3eb1-c33034c169ad-56e872f5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b418be23-2fb4-f04c-3eb1-c33034c169c0-56e872f5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a7f4788d-d1f7-a4d5-e494-bc9727367ae8-56e872f5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_41594f3c-8702-9ac7-8654-43ed29d4c196-56e872f5 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_0b06ac13-1e0d-87c6-87f5-9967443679cb-56e872f5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_3149fdc7-20df-9917-ddb8-37dedf98c819-78e872f7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3149fdc7-20df-9917-ddb8-37dedf98c81a-78e872f7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3149fdc7-20df-9917-ddb8-37dedf98c829-78e872f7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3149fdc7-20df-9917-ddb8-37dedf98c83c-78e872f7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3149fdc7-20df-9917-ddb8-37dedf98c84c-78e872f7 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_3149fdc7-20df-9917-ddb8-37dedf98c854-78e872f7 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab5e-afa0a466 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab5f-afa0a466 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab6e-afa0a466 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab81-afa0a466 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab91-afa0a466 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab99-afa0a466 {
  grid-area: 2 / 4 / 3 / 5;
}

@media screen and (max-width: 767px) {
  #w-node-b418be23-2fb4-f04c-3eb1-c33034c169c0-56e872f5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a7f4788d-d1f7-a4d5-e494-bc9727367ae8-56e872f5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_41594f3c-8702-9ac7-8654-43ed29d4c196-56e872f5 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_0b06ac13-1e0d-87c6-87f5-9967443679cb-56e872f5 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_3149fdc7-20df-9917-ddb8-37dedf98c829-78e872f7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3149fdc7-20df-9917-ddb8-37dedf98c83c-78e872f7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_3149fdc7-20df-9917-ddb8-37dedf98c84c-78e872f7 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_3149fdc7-20df-9917-ddb8-37dedf98c854-78e872f7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab6e-afa0a466 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab81-afa0a466 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab91-afa0a466 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab99-afa0a466 {
    grid-area: 5 / 1 / 6 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b418be23-2fb4-f04c-3eb1-c33034c169c0-56e872f5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a7f4788d-d1f7-a4d5-e494-bc9727367ae8-56e872f5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_41594f3c-8702-9ac7-8654-43ed29d4c196-56e872f5 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_0b06ac13-1e0d-87c6-87f5-9967443679cb-56e872f5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_3149fdc7-20df-9917-ddb8-37dedf98c829-78e872f7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3149fdc7-20df-9917-ddb8-37dedf98c83c-78e872f7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_3149fdc7-20df-9917-ddb8-37dedf98c84c-78e872f7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_3149fdc7-20df-9917-ddb8-37dedf98c854-78e872f7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab6e-afa0a466 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab81-afa0a466 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab91-afa0a466 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_6dcf327f-565c-3f9c-d3c9-d785b178ab99-afa0a466 {
    grid-area: 4 / 1 / 5 / 3;
  }
}


@font-face {
  font-family: 'Suisseintl book webm';
  src: url('../fonts/SuisseIntl-Book-WebM.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}