body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

a {
  text-decoration: underline;
}

.faq-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 140px 5% 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 7px 7px 60px 0 rgba(242, 243, 246, 0.12);
  text-decoration: none;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-content {
  overflow: hidden;
  margin-top: 0px;
}

.paragraph {
  width: 60%;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #5b3acc;
}

.flowbase-tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-title {
  margin-bottom: 4px;
  color: #5b3acc;
  font-size: 17px;
  font-weight: 700;
}

.h1 {
  margin-top: 0px;
  margin-bottom: -10px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 60px;
  line-height: 75px;
  font-weight: 500;
  text-align: center;
}

.paragraph-top {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.27px;
}

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.faq-text-details {
  margin-top: 15px;
  color: #637178;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.27px;
}

.highlight {
  color: #784fe0;
}

.link {
  color: #784fe0;
  text-decoration: none;
}

.question-icon {
  margin-bottom: 35px;
}

.silent-link {
  color: #637178;
  text-decoration: none;
}

.highlight-text {
  color: #5b3acc;
}

.button-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  margin-right: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-card:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.flowbase-text-link {
  color: #9b9eb8;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.flowbase-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 140px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flowbase-text {
  margin-bottom: 18px;
  color: #445567;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.2px;
}

.flowbase-logo-link {
  margin-bottom: 25px;
}

.flowbase-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 270px;
  min-height: 56px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: transparent;
  color: #201b3d;
  font-size: 16px;
  text-decoration: none;
}

.flowbase-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(79, 94, 120, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.flowbase-social:hover {
  border-color: #8c54ff;
}

.flowbase-social.flowbase-padremove {
  margin-right: 0px;
}

.flowbase-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-span {
  color: #5b3acc;
}

.flowbase-cta {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #4f5e78;
  text-align: center;
  letter-spacing: -0.2px;
}

.flowbase-logo-image {
  width: 55px;
}

.flowbase-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flowbase-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8faff;
  background-image: url('../images/pipe_l.png');
  background-position: 0px 80px;
  background-size: 450px;
  background-repeat: no-repeat;
}

.flowbase-heading {
  margin-bottom: 15px;
  color: #20355a;
  font-size: 34px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -1.5px;
}

.flowbase-link {
  color: #8c54ff;
  text-decoration: none;
}

.collection-list-wrapper {
  width: 70%;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 87, 217, 0.9);
}

.brand-icon {
  position: absolute;
  left: 3%;
  top: 19px;
  right: auto;
  bottom: auto;
}

.nav-menu {
  position: absolute;
  left: auto;
  top: 10px;
  right: 3%;
  bottom: auto;
  font-family: Faktpro, Arial, sans-serif;
  color: #fff;
}

.nav-link {
  color: hsla(0, 0%, 100%, 0.6);
}

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

.nav-link.w--current {
  color: #fff;
}

.nav-link.button {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}

.lander-hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-top: 24vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.bodycopy {
  margin-top: 10px;
  font-family: Faktpro, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.bodycopy.lander {
  width: 45vw;
  max-width: 500px;
  margin-bottom: 21px;
  color: #fff;
  line-height: 25px;
}

.bodycopy.la {
  width: 100%;
  margin-top: 0px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.bodycopy.la._50 {
  opacity: 0.5;
}

.bodycopy.la.mini {
  color: #fff;
  font-size: 16px;
}

.bodycopy.la.mini._60 {
  opacity: 0.6;
  text-decoration: none;
}

.bodycopy.la.mini._15 {
  opacity: 0.15;
}

.bodycopy.la.mini._15.black {
  color: #333;
}

.bodycopy.la.mini._15.black.foottext {
  font-size: 12px;
}

.bodycopy.la.mini._100 {
  width: 100%;
  font-family: Faktpro, Arial, sans-serif;
}

.bodycopy.la.mini.centre {
  font-size: 14px;
}

.bodycopy.la.mini.centre.name {
  margin-top: 8px;
  line-height: 16px;
}

.bodycopy.la.mini.centre._50 {
  line-height: 14px;
}

.bodycopy.la.mini.centre._50.phone {
  opacity: 0.24;
}

.bodycopy.la.black {
  color: #333;
}

.bodycopy.la.centre {
  text-align: center;
}

.bodycopy.la.centre._300px {
  max-width: 400px;
  opacity: 0.96;
  font-weight: 400;
}

.bodycopy.la._50w {
  width: 60%;
}

.showcase-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  width: auto;
  height: 100vh;
  margin-top: 0px;
}

.body {
  background-image: linear-gradient(180deg, #0065f7, #0065f7), linear-gradient(138deg, #0065f7, #464de5 98%, #474de5);
  font-family: Faktpro, Arial, sans-serif;
  font-weight: 500;
}

.body-2 {
  background-color: #0065f7;
  font-family: Faktpro, Arial, sans-serif;
}

.image-2 {
  width: 160px;
  margin-bottom: 22px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 45px;
  line-height: 55px;
  text-align: left;
}

.h2.la {
  text-align: left;
}

.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  margin-left: 15%;
  background-color: rgba(122, 116, 116, 0);
}

.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: rgba(122, 116, 116, 0);
}

._33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  min-width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.centre-coloumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  min-width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text1 {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: Faktpro, Arial, sans-serif;
}

.h2-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 35px;
  line-height: 55px;
  text-align: center;
}

.h2-copy.la {
  margin-bottom: 20px;
  font-family: Faktpro, Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
}

.h2-copy.la.mini {
  font-size: 20px;
}

.h2-copy.la.centre {
  text-align: center;
}

.h2-copy.la.mc {
  font-family: Faktpro, Arial, sans-serif;
  font-weight: 500;
}

.text2 {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: Faktpro, Arial, sans-serif;
}

.text3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-family: Faktpro, Arial, sans-serif;
}

.customisation-section {
  min-height: 200px;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 235px;
  padding-left: 210px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0065f7;
}

.faq {
  width: 90%;
  margin-top: 4%;
  padding-left: 3%;
  color: hsla(0, 0%, 100%, 0.96);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.faq a {
  color: hsla(0, 0%, 100%, 0.96);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding: 80px 15% 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  color: #333;
}

.features-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  width: 70%;
  min-height: 200px;
}

.feature-list-container {
  width: 60%;
  min-height: 200px;
}

.collection-list-wrapper-2 {
  border-top: 1px none hsla(0, 0%, 100%, 0.4);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.4);
}

.feature-horizontal-wrap {
  min-height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.4);
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  opacity: 0.96;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-2 {
  width: 60%;
  margin-bottom: 12px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-wrapper {
  width: 60%;
  min-height: 100px;
}

.testimonial-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  padding-right: 18px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-item {
  width: 50%;
  padding-right: 15px;
  -o-object-fit: fill;
  object-fit: fill;
}

.two-hours-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatwouldyoudo-wrapper {
  width: 60%;
  min-height: 100px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-by-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured {
  margin-top: 0px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 35px;
  line-height: 55px;
  text-align: center;
}

.featured.la {
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  text-align: left;
}

.featured.la.mini {
  font-size: 15px;
  font-weight: 500;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-4 {
  max-width: 80%;
}

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

.div-block-3 {
  width: 100%;
  min-height: 200px;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.enter-email {
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d6d6d6;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0.76;
  font-size: 12px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Faktpro, Arial, sans-serif;
}

.submit-button {
  padding-bottom: 8px;
  border-bottom: 1px solid #d6d6d6;
  background-color: rgba(56, 152, 236, 0);
  color: #d6d6d6;
}

.div-block-4 {
  height: 10px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.success-message {
  background-color: hsla(0, 0%, 86.7%, 0.19);
}

.text-block {
  font-family: Faktpro, Arial, sans-serif;
}

.footertitle {
  margin-top: 10px;
  font-family: Faktpro, Arial, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.footertitle.lander {
  margin-bottom: 21px;
  color: #fff;
  line-height: 25px;
}

.footertitle.la {
  margin-top: 0px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.footertitle.la._50 {
  opacity: 0.5;
}

.footertitle.la.mini {
  color: #fff;
  font-size: 16px;
}

.footertitle.la.mini._60 {
  opacity: 0.6;
  text-decoration: none;
}

.footertitle.la.mini._15 {
  opacity: 0.15;
}

.footertitle.la.mini._15.black {
  color: #333;
}

.footertitle.la.black {
  color: #0165f7;
  font-weight: 400;
}

.div-block-5 {
  height: 40px;
}

.wrapper-buffer {
  min-height: 200px;
}

.customisability {
  min-height: 200px;
}

.hero-image-copy {
  position: absolute;
  z-index: 7;
  display: block;
  width: auto;
  height: 100%;
  min-height: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-closed-copy {
  position: absolute;
  z-index: 5;
  display: block;
  width: auto;
  height: 100%;
  min-height: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.whatwedobestwrap {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 220px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-23 {
  color: #fff;
}

.heading-8 {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.underline-button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
  text-decoration: underline;
}

.underline-button.related {
  margin-bottom: 20px;
}

.pageheader {
  position: relative;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.96;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-style: normal;
  font-weight: 900;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.a-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  min-width: 60vw;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: rgba(26, 24, 24, 0);
  box-shadow: none;
}

.a-block.hide {
  display: none;
}

.div-block-111-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 100px;
  margin-top: 11vh;
  margin-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.div-block-112 {
  position: static;
  overflow: hidden;
  width: 60vw;
  height: auto;
  margin-right: 20px;
  margin-bottom: 26px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.text-span-42 {
  color: #ff2100;
}

.the-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 24vh;
  padding-bottom: 32vh;
  padding-left: 11%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.the-width-400vh-scrollable-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-block-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 60vh;
  min-width: 70vw;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: rgba(26, 24, 24, 0);
  box-shadow: none;
}

.rocket {
  position: absolute;
  z-index: 99;
  display: block;
  width: auto;
  height: 100%;
  min-height: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.the-height-400vh-section {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: hsla(0, 0%, 100%, 0);
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(26, 24, 24, 0);
}

.text-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 260px;
  height: 60vh;
  min-width: auto;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 83px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: rgba(26, 24, 24, 0);
  box-shadow: none;
}

.text-wrap.hide {
  display: none;
}

.div-block-117 {
  width: 5px;
  height: 5px;
}

.collection-list-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-list {
  position: relative;
  left: 266px;
  min-width: 60vw;
}

.yourphone-your-style-wrap {
  position: -webkit-sticky;
  position: sticky;
  left: 20%;
  top: 27.4vh;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 260px;
  height: 60vh;
  min-width: 260px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 83px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: rgba(26, 24, 24, 0);
  background-image: none;
  box-shadow: none;
}

.yourphone-your-style-wrap.hide {
  display: none;
}

.div-block-118 {
  width: 260px;
  min-height: 10px;
}

.div-block-119 {
  height: 16px;
}

.blue-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 60%;
  bottom: 0%;
  z-index: 5;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(72%, rgba(0, 87, 217, 0.99)), color-stop(93%, rgba(0, 87, 216, 0.5)), to(rgba(0, 87, 217, 0)));
  background-image: linear-gradient(90deg, rgba(0, 87, 217, 0.99) 72%, rgba(0, 87, 216, 0.5) 93%, rgba(0, 87, 217, 0));
}

.custom-section {
  position: -webkit-sticky;
  position: sticky;
  top: 15.8vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centre-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  min-height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-copy {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 60vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-section-copy {
  position: static;
  top: 15.8vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-120 {
  width: 32px;
  height: 48px;
}

.homescreen-top {
  position: absolute;
  z-index: 5;
  width: auto;
  height: 100vh;
  margin-top: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.notifications-middle {
  position: absolute;
  z-index: 3;
  width: auto;
  height: 100vh;
  margin-top: 0px;
}

.apps-bottom {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 100vh;
  margin-top: 0px;
}

.navfuzz2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0065f7;
}

.link-block {
  cursor: pointer;
}

.frame {
  position: static;
  z-index: 6;
  width: auto;
  height: 100vh;
  margin-top: 0px;
}

.contact-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 140px 5% 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-4 {
  width: 80%;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.image-5 {
  margin-bottom: 13px;
}

.link-block-2 {
  text-decoration: none;
}

.link-contact {
  text-decoration: none;
}

.email-contact {
  text-decoration: none;
}

.background-image-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-121 {
  position: relative;
  z-index: 5;
}

.image-6 {
  display: block;
  padding-top: 0%;
  opacity: 0.04;
}

.about-us-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 140px 5% 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-showcase-wrapper {
  display: none;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.collection-list-wrapper-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-122 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 50px;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(48, 36, 36, 0);
}

.screenanimationwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 5px none #000;
  border-radius: 5px;
}

.lottie-animation {
  width: 100%;
  height: 100vh;
}

.lottie-animation-2 {
  height: 100vh;
}

.animated-homescreen {
  width: auto;
  height: auto;
  max-width: 380px;
  border: 7px solid #000;
  border-radius: 10px;
  background-color: #fff;
}

.slider-bar-track {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  width: 100%;
  height: 3px;
  background-color: #4892ff;
}

.loader-white {
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.privacy-policy-text {
  width: 70%;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.screen-dot {
  width: 15px;
  height: 15px;
  border-radius: 200px;
  background-color: #fff;
}

._10 {
  width: 10px;
  height: 10px;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-124 {
  width: 5px;
  height: 5px;
}

.collection-item-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0065f7;
  background-image: linear-gradient(180deg, #0065f7, #0065f7), linear-gradient(138deg, #0065f7, #474de5);
  color: #fff;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-4 {
  background-color: #0065f7;
  background-image: linear-gradient(180deg, #0065f7, #0065f7), linear-gradient(138deg, #0065f7, #464de5);
  font-family: Faktpro, Arial, sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-10 {
  background-color: transparent;
}

@media screen and (min-width: 1440px) {
  .navbar-container {
    position: relative;
    z-index: 1;
  }

  .lander-hero-wrapper {
    position: relative;
    z-index: 1;
  }

  .bodycopy.la.mini.centre.name {
    font-size: 14px;
  }

  .bodycopy.la.mini.centre._50 {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .bodycopy.la._50w {
    width: 60%;
  }

  .bodycopy._60 {
    width: 60%;
  }

  .bodycopy._50 {
    width: 50%;
  }

  .showcase-wrapper {
    z-index: 1;
  }

  .body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0065f7), to(#0065f7));
    background-image: linear-gradient(180deg, #0065f7, #0065f7);
  }

  .features-section {
    position: relative;
  }

  .testimonial-section {
    position: relative;
  }

  .two-hours-section {
    position: relative;
    z-index: 1;
  }

  .featured-by-section {
    position: relative;
    z-index: 1;
  }

  .a-block.hide {
    display: none;
  }

  .the-height-400vh-section {
    height: 720vh;
  }

  .text-wrap.hide {
    display: none;
  }

  .yourphone-your-style-wrap.hide {
    display: none;
  }

  .navfuzz2 {
    background-color: rgba(0, 101, 247, 0.58);
  }

  .background-image-wrapper {
    position: fixed;
    left: -14px;
    top: 79%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.73;
  }

  .div-block-121 {
    position: relative;
    z-index: 1;
  }

  .image-6 {
    position: relative;
    opacity: 0.84;
  }

  .collection-item-3-copy {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .flowbase-tag {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }

  .h1 {
    font-size: 45px;
    line-height: 65px;
  }

  .paragraph-top {
    max-width: 550px;
    text-align: center;
  }

  .collection-list-wrapper {
    width: 80%;
  }

  .lander-hero-wrapper {
    padding-top: 25%;
    padding-right: 20%;
    padding-left: 20%;
  }

  .bodycopy.lander {
    font-size: 16px;
    line-height: 24px;
  }

  .bodycopy.la {
    font-size: 16px;
    line-height: 25px;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 5px;
    right: 2%;
    bottom: auto;
    background-color: transparent;
    font-size: 40px;
  }

  .h2 {
    font-size: 40px;
  }

  .h2-copy.la {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-item-wrapper {
    min-height: auto;
    margin-bottom: 42px;
  }

  .collection-item {
    width: 100%;
  }

  .columns-3 {
    width: 80%;
  }

  .featured.la.mini {
    font-size: 13px;
  }

  .background-image-wrapper {
    display: none;
  }

  .mobile-showcase-wrapper {
    display: block;
    min-height: 300px;
    margin-top: 121px;
    margin-bottom: 149px;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10%;
    margin-bottom: 108px;
    margin-left: 10%;
  }

  .columns-5.flip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns-5.flip-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mobile-screenshot {
    max-height: 50vh;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9.flip {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50vh;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-7 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }

  .flowbase-product-wrap {
    display: none;
  }

  .flowbase-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flowbase-text {
    max-width: 330px;
  }

  .flowbase-heading {
    max-width: 460px;
  }

  .lander-hero-wrapper {
    padding-top: 25%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .bodycopy.la {
    font-size: 14px;
    line-height: 20px;
  }

  .bodycopy.la._50.mini {
    font-size: 14px;
  }

  .bodycopy.la.mini._100 {
    font-size: 14px;
  }

  .h2.ca {
    text-align: center;
  }

  .feature-list-container {
    width: 80%;
  }

  .image-3 {
    width: 20px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .whatwedobestwrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .background-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-screenshot {
    max-height: 35vh;
  }

  .column-10 {
    min-height: 35vh;
  }

  .image-8 {
    width: 20px;
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .flowbase-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .flowbase-product-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .page-title {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .nav-menu {
    top: 72px;
    right: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0165f7;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.w--current {
    text-align: center;
  }

  .lander-hero-wrapper {
    position: relative;
    z-index: 1;
    min-height: 60vh;
    padding-top: 35%;
    padding-right: 7%;
    padding-left: 7%;
  }

  .bodycopy.lander {
    width: 75vw;
    font-size: 14px;
    line-height: 24px;
  }

  .bodycopy.la._50.mini {
    font-size: 14px;
  }

  .bodycopy.la.mini._100 {
    font-size: 14px;
  }

  .bodycopy.la._50w {
    width: 90%;
  }

  .bodycopy.la.mc {
    max-width: 70vw;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .h2.jl {
    text-align: left;
  }

  .h2.ca {
    font-size: 25px;
    line-height: 30px;
  }

  .h2-copy.la.mc {
    text-align: center;
  }

  .footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .testimonial-wrapper {
    width: 80%;
  }

  .testimonial-item-wrapper {
    padding-right: 0px;
  }

  .collection-item {
    padding-right: 0px;
  }

  .two-hours-section {
    position: relative;
    z-index: 1;
  }

  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .featured-by-section {
    position: relative;
    z-index: 1;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured.la.mini {
    text-align: center;
  }

  .column-7 {
    margin-bottom: 70px;
  }

  .footertitle.la.black {
    margin-top: 24px;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .a-block-copy {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .the-height-400vh-section {
    margin-left: 0px;
  }

  .text-wrap {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .yourphone-your-style-wrap {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .collection-list-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-item {
    margin-bottom: 19px;
  }

  .background-image-wrapper {
    display: none;
  }

  .about-us-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-showcase-wrapper {
    margin-top: -6vh;
    margin-bottom: 0px;
  }

  .columns-5 {
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-5.flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns-5.flip-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mobile-screenshot {
    max-height: 60vh;
  }

  .column-9 {
    margin-bottom: 20px;
  }

  .column-10 {
    min-height: auto;
    margin-bottom: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-9 {
    max-height: 40vh;
  }

  .collection-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .privacy-policy-text {
    width: 95%;
  }

  .collection-item-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Faktpro';
  src: url('../fonts/Fakt-Normal.woff2') format('woff2'), url('../fonts/Fakt-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Faktpro';
  src: url('../fonts/Fakt-Medium.woff2') format('woff2'), url('../fonts/Fakt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}