:root {
  --blue-violet: #8f00ff;
  --main-colour: #ff5203;
  --black: #161616;
  --snow: #fbf9fc;
  --snow-50: #fbf9fc80;
  --background-grey: #222;
  --b-background-100: #282729;
  --black-black: #080808;
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --transparent: #fff0;
  --lynx--medium-sea-green: #32b77a;
  --lynx--deep-pink: #fd4b8b;
  --snow-40: #fbf9fc66;
  --black-bg-50: #28272912;
  --lynx--grey: #797c83;
}

.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;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #fbf9fc;
  background-color: #070707;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: var(--blue-violet);
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .7;
}

.section {
  color: var(--main-colour);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.warning {
  height: 88%;
  display: block;
  position: absolute;
  inset: 0%;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container.footer {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: static;
}

.footer {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black);
  background-color: #080809;
  padding: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.col {
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.col._3-col {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.col._3-col.branding {
  flex-direction: row;
  padding-right: 0;
}

.col._3-col.middle {
  justify-content: center;
}

.col._3-col.branding {
  flex-direction: row;
  flex: 1;
  padding-right: 0;
}

.col._3-col.middle {
  flex: 1;
  justify-content: center;
}

.col._3-col.last {
  justify-content: flex-end;
}

.logo {
  height: 26px;
  margin-bottom: 2px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo.mobile {
  display: none;
}

.logo.main {
  margin-right: 0;
}

.logo.mobile {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.logo.main {
  margin-bottom: 0;
  margin-right: 0;
}

.paragraph {
  color: var(--snow);
  text-align: center;
  margin-bottom: 0;
  padding-right: 2px;
  font-size: 18px;
  line-height: 144%;
}

.branding {
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-bottom: 0;
  padding-right: 8px;
  display: block;
}

.tip-name {
  margin-right: 0;
  display: flex;
}

.button {
  background-color: var(--black);
  color: var(--snow);
  text-align: center;
  border-radius: 90px;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.progres-bar {
  background-color: var(--black);
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.progress-bar__content {
  background-color: var(--blue-violet);
  object-fit: fill;
  border-radius: 1000px;
  width: 12%;
  height: 100%;
  margin-left: 0;
  margin-right: 4px;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.tip-control__name {
  flex: 1;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.progress {
  align-items: center;
  display: flex;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #fbf9fc80;
  flex: none;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 144%;
}

._wf-tips-link {
  color: var(--snow-50);
}

.tip-control__name-2 {
  flex: 1;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.tip-control-2 {
  display: flex;
}

.progress-bar__content-4 {
  object-fit: fill;
  background-color: #8f00ff;
  border-radius: 1000px;
  width: 28%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.round-button-2 {
  color: #161616;
  background-color: #161616;
  border-radius: 90px;
  width: 32px;
  height: 32px;
}

.round-button-2.right {
  background-image: url('../images/chevron-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 8px;
}

.round-button-2.right.inactive {
  opacity: 0;
  cursor: default;
}

.round-button-2.left {
  background-image: url('../images/chevron-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 8px;
}

.progress-4 {
  flex: 0 auto;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.logo-2 {
  height: 26px;
  margin-bottom: 2px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo-2.mobile {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.logo-2.main {
  margin-bottom: 0;
  margin-right: 0;
}

.footer-2 {
  background-color: #080809;
  border: 1px #161616;
  border-top-style: solid;
  padding: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.footer-2.random {
  height: 12%;
  display: block;
}

.homepage-hero {
  background-color: var(--background-grey);
  background-image: url('../images/Untitled-design_1.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 100vh;
}

.link-3 {
  color: var(--snow);
  text-align: center;
  font-weight: 500;
}

.button-5 {
  color: #fbf9fc;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 90px;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.button-5.secondary {
  background-color: #161616;
  margin-right: 8px;
}

.bg-circle {
  z-index: -10;
  opacity: .06;
  filter: blur(200px);
  background-color: #fff;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.image {
  width: 24px;
}

.small-txt {
  color: var(--snow);
  text-align: center;
  position: static;
  inset: auto 0% 0%;
}

.nav-wrap {
  z-index: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.nav {
  height: 100%;
}

.example {
  z-index: 10;
  cursor: pointer;
  border: 3px #000;
  border-bottom: 2px solid #0000;
  padding: 16px;
  position: relative;
}

.example:hover {
  border-bottom-color: var(--b-background-100);
  opacity: 1;
}

.example.w--current {
  border-bottom-color: var(--blue-violet);
}

.border-line-btm {
  background-color: var(--blue-violet);
  height: 3px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-wrapper-2 {
  z-index: -1;
  line-height: 1;
  display: none;
  position: relative;
  inset: auto 0%;
}

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

.bg-circle-2 {
  z-index: -10;
  opacity: .06;
  filter: blur(200px);
  background-color: #fff;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  margin: auto;
  display: block;
  position: absolute;
  inset: auto;
}

.icon-wrapper-2 {
  background-image: linear-gradient(#28272980, #28272980);
  border: 1px #080808;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 30px;
  transition-duration: .5s;
  display: flex;
}

.icon-wrapper-2:hover {
  opacity: .9;
  background-image: linear-gradient(#8f00ff, #8f00ff);
}

.icon-wrapper-2.active {
  background-image: linear-gradient(#8f00ff, #8f00ff);
}

.icon-wrapper-2.contact {
  margin-right: 0;
}

.menu-main-2 {
  z-index: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  place-content: space-around;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  position: absolute;
  inset: auto 0%;
}

.link-4 {
  color: #fbf9fc;
  text-align: center;
  font-weight: 500;
}

._wf-tips-link-2 {
  color: #fbf9fc80;
}

.menu-item-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding: 0;
  display: block;
  position: relative;
}

.menu-wrapper-2 {
  z-index: 4;
  background-color: #161516;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 0;
  max-width: none;
  height: 250px;
  max-height: none;
  margin: auto;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
  box-shadow: 0 0 20px 1px #05050599;
}

.animation4 {
  color: var(--main-colour);
  text-align: center;
  letter-spacing: -3px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Anurati, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}

.letter {
  letter-spacing: -4px;
  text-transform: none;
  font-weight: 700;
  display: inline-block;
}

.paragraph-4 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 0;
  padding-right: 2px;
  font-size: 18px;
  line-height: 144%;
}

.bg-circle-purple {
  z-index: -10;
  opacity: .21;
  filter: blur(150px);
  color: var(--blue-violet);
  background-color: #af0eff;
  border-radius: 100%;
  flex: 0 auto;
  width: 500px;
  height: 500px;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.animation2 {
  letter-spacing: -3px;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
}

.animation3 {
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
}

.animation1 {
  color: var(--main-colour);
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 0;
  font-family: Anurati, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
}

.text-span {
  filter: none;
  outline-offset: 0px;
  color: var(--black-black);
  text-shadow: -1px 0 #fff, 0 1px #fff, 0 -1px #fff;
  border: 1px #000;
  outline: 3px #fbf9fc;
}

.oval {
  border: 1px solid #fff3;
  border-radius: 50%;
  padding: 50px;
}

.sub-title {
  text-align: center;
  font-size: 20px;
  display: none;
}

.text-wrapper {
  width: auto;
  position: absolute;
}

.warning-message {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-7 {
  color: #161616;
}

.text-span-2 {
  margin-right: 2px;
}

.letter-color {
  color: var(--blue-violet);
  display: inline-block;
}

.oval1 {
  border: 2px solid var(--blue-violet);
  border-radius: 50%;
  width: 90px;
  height: 50px;
  position: absolute;
  inset: -11% -2% 0% auto;
}

.oval2 {
  border: 2px solid var(--blue-violet);
  border-radius: 50%;
  width: 90px;
  height: 50px;
  position: absolute;
  inset: -11% -2% 0% auto;
  transform: rotate(34deg);
}

.ovals {
  z-index: -1;
  border: 1px none var(--blue-violet);
  border-radius: 50%;
  width: auto;
  height: auto;
  position: absolute;
  inset: -52% -4% auto auto;
}

.warning-message-wrapper {
  z-index: 9999;
  background-color: #eedf14f5;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 16px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.warning-message-2 {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.close {
  flex: 0 auto;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.image-2 {
  cursor: pointer;
  height: auto;
}

.top-wrapper {
  position: fixed;
  inset: 0% 0% auto;
}

.warning-message-wrapper-2 {
  z-index: 9999;
  background-color: #eedf14f5;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 16px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.div-block-10 {
  flex: 0 auto;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-12 {
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  color: #353333;
}

.image-3 {
  margin-top: -260px;
}

.image-3:hover {
  color: var(--blue-violet);
  background-color: #fff0;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-button-secondery-dark {
  color: #1d1f1e;
  background-color: #0000;
  border: 1px solid #1d1f1e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
  display: flex;
}

.fn-button-secondery-dark:hover {
  color: #df0;
  background-color: #1d1f1e;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-navbar-link-box {
  color: #1d1f1e;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
  transition: opacity .25s;
}

.fn-navbar-link-box:hover {
  opacity: .7;
}

.fn-navbar-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper, .fn-navbar-menu-box {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-contain-logo.dark-logo {
  color: #1d1f1e;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-brand-box.side-margin.w--current {
  margin-right: 20px;
}

.fn-navbar-container-box {
  background-color: var(--main-colour);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.fn-navbar-box {
  background-color: var(--background-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.lynx-nav-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-link {
  color: var(--main-colour);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Anurati, sans-serif;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx--medium-purple);
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-logo {
  width: 70%;
  height: 100%;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.lynx-navbar {
  background-color: var(--background-grey);
  color: var(--main-colour);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.body-2 {
  background-color: var(--background-grey);
}

.div-block-13 {
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-top: -226px;
  display: flex;
}

.heading {
  color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.bold-text {
  color: var(--snow);
  justify-content: flex-start;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.section-2 {
  color: var(--main-colour);
  text-align: left;
  background-color: #4b4b4b;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 89px;
  font-weight: 700;
  display: flex;
}

.section-2.about-us {
  background-color: var(--background-grey);
}

.div-block-15 {
  background-color: var(--transparent);
  color: var(--transparent);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  border-radius: 20px;
  margin-right: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  grid-template-columns: 1fr 1fr;
}

.heading-2 {
  color: var(--main-colour);
}

.bold-text-2 {
  color: var(--main-colour);
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Anurati, sans-serif;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  text-align: center;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-5 {
  margin-top: 39px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-features-icon {
  color: var(--main-colour);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-features-card {
  color: #ecf0ef;
  text-align: center;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Anurati, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  width: 1000px;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.paragraph-5 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.body-3 {
  background-color: var(--background-grey);
  -webkit-text-stroke-color: var(--background-grey);
}

.div-block-17 {
  background-image: url('../images/roof-1.jpg');
  background-position: 50% 20%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  padding-bottom: 165px;
  padding-left: 99px;
  display: flex;
}

.heading-3 {
  color: var(--main-colour);
  background-color: #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 221px;
  padding: 25px 10px 23px 20px;
  font-family: Anurati, sans-serif;
  font-size: 80px;
  display: flex;
}

.heading-3.main-titles {
  margin-top: 200px;
}

.paragraph-6 {
  color: var(--main-colour);
  background-color: #000;
  border-radius: 7px;
  max-width: 1000px;
  margin-top: 76px;
  padding: 20px 10px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.paragraph-6.hero-text {
  color: var(--snow);
  margin-top: 47px;
  line-height: 27px;
}

.lynx-paragraph-process {
  color: #b9b9b9;
  max-width: 400px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-process {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-process-number {
  color: var(--lynx--white);
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.lynx-block-process-green {
  background-color: var(--lynx--medium-sea-green);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #32b77a1a;
}

.lynx-process {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-block-process-purple {
  background-color: var(--lynx--medium-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-block-process-pink {
  background-color: var(--lynx--deep-pink);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.lynx-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 168px;
}

.lynx-heading {
  color: var(--main-colour);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 90px;
  font-family: Anurati, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 100px;
}

.heading-4 {
  color: #c9c9c9;
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 38px;
}

.image-5 {
  box-shadow: none;
  outline-color: var(--main-colour);
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline-width: 3px;
  outline-style: solid;
  width: 400px;
  height: 450px;
  margin-bottom: 28px;
  position: static;
  transform: skew(0deg);
}

.image-6 {
  clear: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fn-footer-copyright {
  color: #687373;
  font-size: 16px;
}

.fn-footer-legal-link {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: #df0;
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-standard-white-link {
  color: #ecf0ef;
  margin-top: 15px;
  margin-right: 58px;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover {
  color: var(--main-colour);
}

.fn-standard-white-link.w--current {
  color: #df0;
}

.fn-contain-logo-2 {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-box-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box-2:hover {
  opacity: .7;
}

.fn-footer-line {
  background-color: #3e4545;
  width: 1200px;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 10px;
  margin-left: 0;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-footer-second {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  width: 1200px;
  display: flex;
}

.image-7 {
  flex: 0 auto;
  min-width: 40px;
  max-width: 50%;
  min-height: 50px;
  max-height: 60px;
  display: block;
}

.div-block-19 {
  background-image: url('../images/gardens.jpg');
  background-position: 50% 40%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 800px;
  padding-left: 60px;
  display: flex;
}

.body-4 {
  background-color: var(--background-grey);
}

.div-block-20 {
  background-image: url('../images/roof-3.jpg');
  background-position: 50% 60%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 800px;
  padding-left: 20px;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  width: 1000px;
  display: flex;
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  display: flex;
}

.text-field {
  background-color: var(--background-grey);
  color: var(--main-colour);
  width: 1000px;
}

.heading-5 {
  color: var(--main-colour);
  text-align: center;
  flex-flow: column;
  margin-bottom: 25px;
  font-family: Anurati, sans-serif;
  display: flex;
}

.text-field-2, .text-field-3 {
  background-color: var(--background-grey);
  color: var(--main-colour);
}

.text-field-4 {
  background-color: var(--background-grey);
  color: var(--main-colour);
  height: 150px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.fn-footer-copyright-2 {
  color: #687373;
  font-size: 16px;
}

.fn-legal-links-wrapper-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-footer-legal-link-2 {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link-2:hover {
  color: #df0;
}

.fn-footer-line-2 {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.fn-social-link {
  color: #687373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .25s;
  display: flex;
}

.fn-social-link:hover {
  color: #df0;
}

.fn-social-share-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fn-standard-white-link-2 {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link-2:hover, .fn-standard-white-link-2.w--current {
  color: #df0;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-contain-logo-3 {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-footer {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 20px;
}

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-footer-first {
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.submit-button {
  background-color: var(--main-colour);
}

.image-8 {
  width: 50px;
  height: 50px;
  margin-top: 3px;
}

.image-9 {
  width: 50px;
  height: 50px;
  margin-top: 3px;
  margin-left: 30px;
}

.code-embed-2 {
  flex-flow: column;
  justify-content: center;
  width: 1250px;
  margin-top: 89px;
  display: flex;
}

.section-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: -45px;
  display: flex;
}

.body-6 {
  background-color: var(--background-grey);
}

.div-block-22 {
  justify-content: center;
  width: 1300px;
  display: flex;
}

.section-7 {
  justify-content: center;
  margin-top: 52px;
  display: flex;
}

.image-10 {
  border: 3px solid var(--main-colour);
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #fbf9fc;
}

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

.section-8 {
  justify-content: center;
  margin-top: 54px;
  display: flex;
}

.background-video {
  width: 360px;
  height: 640px;
}

.section-9 {
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
  }

  .container.footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .col._3-col {
    width: auto;
  }

  .col._3-col.middle {
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .col._3-col.last {
    flex: 0 auto;
    display: block;
  }

  .col._3-col.branding {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
  }

  .col._3-col.middle {
    order: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .col._3-col.last {
    display: block;
  }

  .logo {
    order: 0;
  }

  .button {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .tip-control__name-2 {
    margin-right: 0;
  }

  .logo-2 {
    order: 0;
  }

  .homepage-hero {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .button-5 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .button-5.secondary {
    margin-right: 8px;
  }

  .menu-main-2 {
    width: 100%;
  }

  .menu-wrapper-2 {
    height: 250px;
  }

  .animation4 {
    font-size: 50px;
  }

  .warning-message {
    background-color: #0000;
    padding: 0;
  }

  .text-block-7 {
    color: #141412f5;
  }

  .warning-message-wrapper {
    background-color: #eedf14f5;
    padding: 8px;
  }

  .warning-message-2 {
    background-color: #0000;
    padding: 0;
  }

  .close {
    flex: 0 auto;
    align-items: center;
    height: 100%;
    padding: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .warning-message-wrapper-2 {
    background-color: #eedf14f5;
    padding: 8px;
  }

  .div-block-10 {
    flex: 0 auto;
    align-items: center;
    height: 100%;
    padding: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .image-3 {
    width: 80%;
    max-width: none;
    margin-top: -238px;
  }

  .fn-nav-line-3, .fn-nav-line-2, .fn-nav-line-1 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-menu-button {
    margin-right: -18px;
    padding-right: 18px;
  }

  .fn-menu-button.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-button-secondery-dark {
    transition: none;
  }

  .fn-button-secondery-dark:hover {
    color: #1d1f1e;
    background-color: #0000;
  }

  .fn-navbar-link-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    transition: none;
  }

  .fn-navbar-link-box:hover {
    opacity: 1;
  }

  .fn-navbar-link-box.navbar-link-box-last {
    margin-bottom: 12px;
  }

  .fn-navbar-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper {
    background-color: #df0;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 24px 24px;
    display: flex;
    position: relative;
  }

  .fn-navbar-menu-box {
    background-color: #0000;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-navbar-container-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-menu-button {
    background-color: var(--main-colour);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-logo {
    width: 50%;
    height: 50%;
  }

  .lynx-brand {
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text {
    font-size: 15px;
  }

  .image-4 {
    margin-right: 20px;
  }

  .grid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-column {
    justify-content: flex-start;
    align-items: center;
  }

  .fn-container-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    display: flex;
  }

  .fn-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    background-position: 50% 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 40px;
  }

  .heading-3.main-titles {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    font-size: 60px;
  }

  .paragraph-6.hero-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 20px;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .image-5 {
    height: 400px;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-standard-white-link {
    width: 500px;
    margin-top: 17px;
    margin-right: 0;
    font-size: 15px;
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-brand-box-2 {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box-2:hover {
    opacity: 1;
  }

  .fn-footer-line {
    width: 600px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-footer-second {
    padding-bottom: 60px;
  }

  .div-block-18 {
    width: auto;
  }

  .image-7 {
    min-height: 40px;
    max-height: 50px;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }

  .form-block, .text-field {
    width: 600px;
  }

  .fn-footer-legal-link-2 {
    transition: none;
  }

  .fn-footer-legal-link-2:hover {
    color: #939b9b;
  }

  .fn-standard-white-link-2 {
    transition: none;
  }

  .fn-standard-white-link-2:hover {
    color: #ecf0ef;
  }

  .fn-brand-footer {
    z-index: 2;
    margin-bottom: 11px;
  }

  .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-8 {
    max-width: none;
    margin-left: -159px;
    margin-right: 36px;
    padding-left: 0;
  }

  .image-9 {
    max-width: none;
    margin-left: -21px;
    margin-right: 65px;
  }

  .code-embed-2, .section-6 {
    width: auto;
  }

  .div-block-22 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .container {
    flex: 1;
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container.footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .col._3-col.last {
    width: 50%;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }

  .col._3-col.middle {
    margin-bottom: 16px;
  }

  .col._3-col.last {
    width: 50%;
    margin-bottom: 16px;
  }

  .logo.main {
    margin-bottom: 16px;
    display: none;
  }

  .logo.mobile {
    display: block;
  }

  .logo.main {
    margin-bottom: 16px;
    display: none;
  }

  .button {
    order: 1;
    width: 100%;
    margin-bottom: 16px;
  }

  .progress {
    flex: 0 auto;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .tip-control__name-2 {
    justify-content: space-between;
  }

  .tip-control-2 {
    flex: 1;
    justify-content: space-between;
  }

  .progress-4 {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .logo-2 {
    margin-right: 0;
  }

  .logo-2.mobile {
    display: block;
  }

  .logo-2.main {
    margin-bottom: 16px;
    display: none;
  }

  .footer-2.random {
    height: 32%;
  }

  .button-wrapper {
    flex: 1;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .button-5 {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .button-5.secondary {
    margin-bottom: 0;
  }

  .menu-main-2 {
    flex: 0 auto;
    place-content: space-around center;
    place-items: center;
    width: 100%;
    padding: 24px;
  }

  .menu-wrapper-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-width: 0;
    max-width: none;
    height: 300px;
    padding: 0;
  }

  .animation4 {
    font-size: 40px;
  }

  .animation2 {
    text-align: center;
    font-size: 70px;
  }

  .animation3, .animation1 {
    font-size: 70px;
  }

  .sub-title {
    font-size: 17px;
  }

  .warning-message {
    display: block;
  }

  .text-block-7 {
    text-align: center;
    font-size: 12px;
  }

  .warning-message-wrapper {
    display: none;
  }

  .warning-message-2 {
    display: block;
  }

  .warning-message-wrapper-2 {
    display: none;
  }

  .image-3 {
    margin-top: -160px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-navbar-link-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .lynx-menu-button {
    background-color: var(--main-colour);
  }

  .lynx-logo {
    width: 50%;
    height: 50%;
  }

  .lynx-brand {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-14 {
    margin-top: -37px;
  }

  .div-block-15 {
    margin-bottom: 34px;
  }

  .image-4 {
    margin-right: 0;
  }

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

  .div-block-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .fn-section {
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .div-block-17 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 500px;
  }

  .heading-3.main-titles {
    margin-top: 182px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .paragraph-6.hero-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 18px;
    padding-left: 10px;
    font-size: 15px;
    display: flex;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .fn-standard-white-link {
    width: 300px;
    margin-left: -45px;
    font-size: 12px;
  }

  .fn-brand-box-2 {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-footer-line {
    width: 400px;
    margin-top: 12px;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-footer-second {
    text-align: center;
    padding-bottom: 40px;
  }

  .image-7 {
    margin-left: 26px;
  }

  .fn-footer-line-2 {
    margin-top: 12px;
  }

  .fn-social-share-wrapper {
    flex-direction: row;
    margin-top: 12px;
  }

  .fn-brand-footer {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-8 {
    width: 30px;
    height: 30px;
    margin-top: 11px;
    margin-left: 0;
  }

  .image-9 {
    width: 30px;
    height: 30px;
    margin-top: 11px;
  }

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

  .code-embed-2 {
    width: auto;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

@media screen and (max-width: 479px) {
  .section {
    height: 72%;
    margin-top: 86px;
    display: flex;
    overflow: auto;
  }

  .section.warning {
    height: 72%;
  }

  .container.footer {
    border-top-style: solid;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    position: fixed;
  }

  .col {
    text-align: center;
    width: 100%;
  }

  .col._3-col {
    flex-direction: column-reverse;
  }

  .col._3-col.last {
    width: 100%;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: flex-start;
    width: 70%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .col._3-col.middle {
    flex-direction: column;
    width: 70%;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .col._3-col.middle {
    flex-direction: row-reverse;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .col._3-col.last {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: 100%;
    margin-bottom: 8px;
  }

  .logo.mobile {
    display: block;
  }

  .logo.main {
    display: none;
  }

  .paragraph {
    text-align: left;
  }

  .button {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 230px;
    display: block;
  }

  .progres-bar {
    width: 70%;
    margin-right: 4px;
  }

  .tip-control__name {
    justify-content: center;
    margin-bottom: 0;
  }

  .progress {
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .tips-link {
    display: none;
  }

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .paragraph-3 {
    text-align: left;
    padding-right: 0;
  }

  ._wf-tips-link {
    display: none;
  }

  .tip-control__name-2 {
    justify-content: center;
    margin-bottom: 0;
  }

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

  .round-button-2.right {
    display: block;
  }

  .progress-4 {
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-2 {
    text-align: left;
    align-self: auto;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo-2.mobile {
    float: none;
    clear: none;
    display: block;
  }

  .logo-2.main {
    display: none;
  }

  .footer-2.random {
    border-top-style: none;
    height: 22%;
    position: static;
    overflow: visible;
  }

  .homepage-hero {
    background-position: 60% 100%;
    align-items: center;
    margin-top: -2px;
    margin-bottom: -126px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-wrapper {
    flex: 0 auto;
    justify-content: space-around;
    display: flex;
  }

  .button-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    display: block;
  }

  .button-5.secondary {
    flex: 0 auto;
  }

  .bg-circle {
    width: 100%;
    height: 430px;
    display: block;
    inset: 0%;
  }

  .nav-wrap {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .example {
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }

  .example.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper-2 {
    display: none;
  }

  .bg-circle-2 {
    width: 100%;
    height: 430px;
    display: block;
    inset: 0%;
  }

  .menu-main-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: space-around stretch;
    padding: 24px;
  }

  ._wf-tips-link-2 {
    display: none;
  }

  .menu-item-2 {
    padding: 0;
    display: block;
  }

  .menu-wrapper-2 {
    justify-content: center;
    width: 250px;
    min-width: 0;
    max-width: none;
    height: 250px;
    padding: 0;
  }

  .animation4 {
    letter-spacing: -1px;
    overflow-wrap: break-word;
    min-width: 200px;
    max-width: 300px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .letter {
    font-size: 41px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .bg-circle-purple {
    width: 100%;
    height: 430px;
    display: block;
    inset: 0%;
  }

  .animation2, .animation3 {
    letter-spacing: -1px;
    font-size: 46px;
  }

  .animation1 {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .sub-title {
    font-size: 14px;
  }

  .hide-mobile {
    display: none;
    overflow: visible;
  }

  .text-wrapper {
    overflow-wrap: break-word;
    width: auto;
    min-width: 200px;
    max-width: 450px;
    font-size: 10px;
    position: static;
  }

  .text-block-7 {
    line-height: 1.5;
  }

  .warning-message-wrapper, .warning-message-wrapper-2 {
    display: none;
  }

  .image-3 {
    width: 100%;
    margin-top: -106px;
  }

  .fn-button-wrapper {
    width: 100%;
  }

  .lynx-menu-button {
    background-color: var(--main-colour);
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-nav-menu {
    background-color: var(--background-grey);
    opacity: .96;
    border-radius: 0;
  }

  .lynx-logo {
    width: 50%;
    height: 100%;
  }

  .lynx-brand {
    justify-content: center;
    align-items: flex-start;
  }

  .lynx-nav-block {
    flex-flow: row;
  }

  .div-block-13 {
    margin-top: -349px;
  }

  .heading {
    font-size: 24px;
  }

  .bold-text {
    margin: 20px -16px 0 -13px;
    padding-left: 0;
    font-size: 14px;
  }

  .section-2 {
    margin-top: 25px;
    margin-bottom: 0;
    padding-top: 27px;
    padding-bottom: 40px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }

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

  .heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .bold-text-2 {
    margin-left: -3px;
    font-size: 25px;
  }

  .code-embed {
    margin-top: 0;
  }

  .fn-paragraph-no-margin {
    font-size: 14px;
  }

  .fn-heading-2 {
    font-size: 24px;
  }

  .fn-column {
    width: auto;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .heading-3.main-titles {
    background-color: var(--background-grey);
    justify-content: center;
    align-items: center;
    margin-top: -2px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 30px;
  }

  .paragraph-6.hero-text {
    background-color: var(--background-grey);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

  .lynx-process {
    margin-bottom: -42px;
  }

  .lynx-grid-process {
    margin-top: -23px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-content {
    padding-bottom: 0;
  }

  .heading-4 {
    color: #e0e0e0;
    font-size: 35px;
  }

  .image-5 {
    width: auto;
    height: auto;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-standard-white-link {
    margin-top: 8px;
    margin-left: 0;
  }

  .fn-footer-line {
    width: 350px;
  }

  .fn-footer-second {
    display: flex;
    overflow: hidden;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .image-7 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-19, .div-block-20 {
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-5 {
    background-color: var(--background-grey);
  }

  .form-block {
    align-items: center;
    width: 400px;
  }

  .text-field {
    width: 300px;
  }

  .fn-legal-links-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .image-8 {
    margin-right: 21px;
  }

  .image-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .background-video {
    border: 3px solid var(--main-colour);
    width: 350px;
  }

  .div-block-23 {
    justify-content: center;
    display: flex;
  }
}

#w-node-_00c87f8e-994a-8c36-200b-ab57714c8ae1-37c4d494 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_00c87f8e-994a-8c36-200b-ab57714c8ae6-37c4d494 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9aa6a71f-c0d5-e0d2-1987-8e939d691af9-37c4d494 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-cd681a36-86b3-ee92-7531-2c1a453f3e6d-37c4d494 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-bf02ebb2-0372-54e6-d145-b7ee8c1a1aae-8c1a1aad {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bf02ebb2-0372-54e6-d145-b7ee8c1a1ab0-8c1a1aad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf02ebb2-0372-54e6-d145-b7ee8c1a1ab1-8c1a1aad {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d194c5b2-4e8c-c5ce-24ea-7d5dc8c1ed33-ee4544b2, #w-node-_4c668fc2-e8c9-b15d-2a92-c1e18a67936e-ee4544b2, #w-node-edf1ffe6-3581-3d5d-505d-2a67d6e28d2d-ee4544b2, #w-node-_1d3a350f-a65f-fab5-d13f-1e9caf4a2ab1-ee4544b2, #w-node-_470fa68d-c66d-778d-43f3-4694f97e35ed-ee4544b2, #w-node-_3f28a91f-fde6-f76e-6eb3-acd18dd39c83-ee4544b2, #w-node-_033638dd-6e6c-4f46-4df2-f9b4021f12e6-ee4544b2, #w-node-_4e97eb1d-610b-0add-ac18-680133f0f47d-ee4544b2, #w-node-_348c1614-edd0-fbba-ad9c-2af5ed46c72c-ee4544b2, #w-node-_6e6f6fcf-f139-a818-f8a9-e8a3911b2b80-ee4544b2, #w-node-_02a7dbfb-b16b-9cb6-6ab6-039e8fd9855c-ee4544b2, #w-node-_960440a2-a3e6-1e50-cabb-11c4b24ea02a-ee4544b2, #w-node-c8e115e1-0065-d828-b5e2-9447093b1e90-a3a49a0f, #w-node-e127ea5e-585f-191e-cb95-4aaa607b9723-a3a49a0f, #w-node-c7bfb9b4-9d43-ca11-414e-eb501029e4b0-a3a49a0f, #w-node-_9749188b-ffb4-13ce-e5c9-96b7637e41b0-a3a49a0f, #w-node-_782718e8-f609-d441-8928-184084d2988d-a3a49a0f, #w-node-_1a3c01de-b820-b4f9-2fd2-bb5d0c4c0fe1-a3a49a0f, #w-node-e6025723-d5e0-bdc5-4624-42d4cd5ac922-a3a49a0f, #w-node-b5fec3dd-e0c7-845b-3d7a-2fa4c474a116-a3a49a0f, #w-node-c7af3948-325c-0a02-796d-1ebbbf0f17d3-a3a49a0f, #w-node-b47d44c3-7f60-098a-467e-f6bfae5b5da5-a3a49a0f, #w-node-_5a273133-e742-f219-6516-781123b1ac7c-a3a49a0f, #w-node-_4188a75c-07a5-2c98-a2d4-a05d4c835205-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa67f-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa681-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa683-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa685-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa687-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa689-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa68b-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa68d-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa68f-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa691-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa693-a3a49a0f, #w-node-e8d519eb-1dbb-4546-1221-d48d017fa695-a3a49a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_00c87f8e-994a-8c36-200b-ab57714c8ae1-37c4d494 {
    grid-column: span 8 / span 8;
  }

  #w-node-_00c87f8e-994a-8c36-200b-ab57714c8ae6-37c4d494, #w-node-_9aa6a71f-c0d5-e0d2-1987-8e939d691af9-37c4d494, #w-node-cd681a36-86b3-ee92-7531-2c1a453f3e6d-37c4d494 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf02ebb2-0372-54e6-d145-b7ee8c1a1aae-8c1a1aad {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_00c87f8e-994a-8c36-200b-ab57714c8ae1-37c4d494 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anurati';
  src: url('../fonts/Anurati-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}