:root {
  --bg-color: #1d1f1e;
  --primary-color: #df0;
  --card-bg: #0f1213;
  --navbar-padding: 2rem;
  --navbar-height: 5rem;
  --blur-offset: 1.625rem;
}

body {
  background-color: var(--bg-color);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow-x: hidden;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

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

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

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

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.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-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  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-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-category-pill {
  color: #ecf0ef;
  background-color: #3e4545;
  border-radius: 34px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  line-height: 1em;
  display: flex;
}

.fn-blog-info-wrapper-second {
  grid-column-gap: 8px;
  color: #939b9b;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.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-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-navbar-link-second {
  color: #ecf0ef;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
}

.fn-navbar-menu-wrapper-second {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.fn-navbar-link-second-2 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
  transition: color .25s;
  display: flex;
}

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

.fn-dropdown-link-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  margin-left: 8px;
  display: flex;
}

.fn-button-secondery-navbar {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  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: background-color .25s;
  display: flex;
}

.fn-button-secondery-navbar:hover {
  background-color: #3e4545;
}

.fn-navbar-advence {
  background-color: #0f1213;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fn-navbar-container-advence {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
}

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

.fn-navbar-link-list-advence {
  text-align: left;
  background-color: #0f1213;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  inset: 100% auto auto 0%;
}

.fn-navbar-link-list-advence.first-look {
  display: flex;
}

.fn-dorpdown-link-advence {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.fn-navbar-menu-advence {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.fn-navbar-link-list-conetainer {
  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;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-navbar-card-solution {
  color: #ecf0ef;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.fn-navbar-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-navbar-label-line {
  background-color: #3e4545;
  flex: 1;
  height: 1px;
}

.navbar-product-card {
  background-color: #1d1f1e;
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: background-color .25s;
}

.navbar-product-card:hover {
  background-color: #3e4545;
}

.navbar-product-card-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ecf0ef;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-product-icon {
  object-fit: contain;
  width: 19px;
  height: 19px;
  margin-bottom: 0;
}

.navbar-product-card-featured-card {
  color: #ecf0ef;
  border: 1px solid #df0;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px 100px 24px 24px;
  text-decoration: none;
  display: flex;
}

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

.fn-navbar-about-us-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #cdd3d2;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.fn-navbar-label-line-about {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
}

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

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

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

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

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

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

.fn-product-icon-2 {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fn-heading-1 {
  z-index: 1;
  letter-spacing: -.015rem;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.05;
  position: relative;
}

.fn-paragraph-2 {
  z-index: 1;
  color: #cdd3d2;
  letter-spacing: .011rem;
  width: 55ch;
  max-width: 960px;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
}

.fn-button-2 {
  z-index: 1;
  border: 1px solid var(--primary-color);
  background-color: var(--bg-color);
  color: var(--primary-color);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  transition: opacity .25s, border-color .25s;
  display: flex;
  position: relative;
}

.fn-button-2:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-2.abs {
  font-weight: 700;
  transition: all .25s;
  position: absolute;
  top: 40%;
}

.fn-button-2.abs:hover {
  background-color: var(--primary-color);
  color: var(--bg-color);
}

.fn-section {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--card-bg) 36%, #0000 60%);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 700px;
  max-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(min-content, max-content);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  min-height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.fn-container-grid.relative {
  position: relative;
}

.fn-column-center {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.fh-hero-image-wrapper-first {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  top: calc(2rem + var(--navbar-height)  + var(--navbar-padding));
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
}

.fn-cover-image {
  object-fit: contain;
  width: 100%;
}

.fn-cover-image.hue-rotate {
  filter: hue-rotate(15deg);
}

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

.fn-button-3 {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #0f1213;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-3:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

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

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

.fn-tabs-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #939b9b;
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  transition: opacity .25s;
  display: flex;
}

.fn-tabs-link:hover {
  opacity: .8;
  color: #939b9b;
}

.fn-tabs-link.w--current {
  background-color: #0f1213;
}

.fn-featured-tabs {
  width: 100%;
  margin-bottom: 32px;
  position: static;
}

.fn-featured-tabs-menu {
  flex-direction: column;
  display: flex;
}

.fn-featured-tabs-content {
  width: 60%;
  display: flex;
  position: absolute;
  inset: 0% 15px 0% auto;
}

.fn-featured-tabs-content-wrapper {
  align-self: center;
  width: 100%;
}

.fh-features-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.fn-tabs-link-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #cdd3d2;
  align-items: center;
  display: flex;
}

.fn-tabs-link-title-icon {
  width: 19px;
  height: 19px;
  color: var(--primary-color);
  object-fit: contain;
}

.fn-tabs-paragraph {
  flex: none;
  overflow: hidden;
}

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

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

.fn-button-dark:hover {
  background-color: var(--primary-color);
  color: #0f1213;
  border-color: #0f1213;
}

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

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

.fn-navbar-box {
  width: 100%;
  padding: var(--navbar-padding) 2rem;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: -2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.fn-navbar-container-box {
  z-index: 11;
  width: 100%;
  height: var(--navbar-height);
  background-color: var(--primary-color);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  max-width: 1310px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.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-brand-box-2.side-margin {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.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-contain-logo-2.dark-logo {
  color: #1d1f1e;
}

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

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

.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-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-navbar-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  letter-spacing: .011px;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.7;
}

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

.fn-container-grid-2 {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  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;
  margin-top: 7rem;
  display: grid;
  position: relative;
}

.fn-column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-features-card {
  background-color: var(--card-bg);
  color: #ecf0ef;
  cursor: pointer;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

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

.fn-features-card.hor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
}

.fn-link-with-arrow-2 {
  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-link-arrow-2 {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.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-button-4 {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button-4:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-button-secondery-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery-2:hover {
  background-color: #3e4545;
}

.fn-cover-image-2 {
  object-position: 50% 100%;
  position: static;
}

.fn-cover-image-2.hue-rotate {
  filter: hue-rotate(15deg);
}

.fn-label-small {
  color: var(--primary-color);
  margin-bottom: 24px;
  line-height: 1em;
}

.fh-section-image-wrapper-first {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.container-top {
  z-index: 10;
  background-color: var(--bg-color);
  width: 100%;
  height: 100%;
  filter: blur(var(--blur-offset));
  top: calc(-2 * var(--blur-offset));
  position: absolute;
}

.lottie-holder {
  min-width: 50%;
  min-height: 100%;
  display: flex;
}

.main-wrapper {
  width: 100vw;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.div-gradient {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #df0, var(--primary-color) 0%, #fff0 60%);
  opacity: .32;
  cursor: pointer;
  border-radius: 50%;
  width: 500px;
  max-width: 50vw;
  height: 500px;
  max-height: 50vw;
  position: absolute;
  top: 0%;
  transform: none;
}

.div-gradient.v2 {
  filter: blur(100px);
  bottom: 100px;
  left: 25%;
}

.div-gradient.v3 {
  filter: blur(110px);
  bottom: 100px;
  right: 25%;
}

.hero-lottie {
  z-index: 6;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: 960px;
  position: absolute;
  bottom: -60%;
}

.hero-lottie.hue-shift {
  filter: brightness(110%) contrast(125%) hue-rotate(15deg);
  min-height: 50svh;
}

.div-block-2 {
  aspect-ratio: 3 / 2;
  color: #ecf0ef4d;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 0%;
  display: flex;
  position: absolute;
  top: 30%;
}

.div-block-3 {
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.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-container-grid-3.relative {
  position: relative;
}

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

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

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

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

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

.fn-404-image-first {
  object-fit: contain;
  width: 411px;
  height: 405px;
  position: absolute;
  inset: -80% -10% auto auto;
}

.fn-404-image-second {
  object-fit: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -56% auto auto -5%;
}

.fn-404-image-third {
  object-fit: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto auto -55% 20%;
}

.div-gradient-404 {
  z-index: 0;
  background-color: var(--primary-color);
  opacity: .42;
  filter: blur(9vw);
  border-radius: 50%;
  width: 400px;
  max-width: 50vw;
  height: 400px;
  max-height: 50vw;
  position: absolute;
  top: 5%;
}

.div-gradient-404.v2 {
  filter: blur(100px);
  bottom: 100px;
  left: 25%;
}

.div-gradient-404.v3 {
  filter: blur(110px);
  bottom: 100px;
  right: 25%;
}

.fn-heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

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

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

.fn-column-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-link-with-arrow-3 {
  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-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  background-color: var(--card-bg);
  width: 100%;
}

.fn-features-card-image {
  object-fit: cover;
  width: 100%;
  height: 75%;
}

.fn-features-card-column {
  background-color: var(--card-bg);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
}

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

.fn-solutions-card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.logo-head {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.logo-head.neon {
  color: var(--primary-color);
}

.fn-heading-9 {
  width: 18ch;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-section-406 {
  background-image: radial-gradient(circle closest-corner at 50% 50%, var(--card-bg) 39%, #fff0 80%);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.fn-container-grid-4 {
  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: 2rem 1rem;
  display: grid;
}

.fn-column-center-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-label-small-2 {
  color: #df0;
  margin-bottom: 24px;
  line-height: 1em;
}

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

.fn-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover {
  border-color: #cdd3d2;
}

.fn-field:active, .fn-field:focus {
  border-color: #df0;
}

.fn-field::placeholder {
  color: #ecf0ef;
}

.fn-field-message {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover {
  border-color: #cdd3d2;
}

.fn-field-message:active, .fn-field-message:focus {
  border-color: #df0;
}

.fn-field-message::placeholder {
  color: #ecf0ef;
}

.fn-form-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.fn-button-form {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 42px;
  padding-top: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6em;
  transition: all .2s;
  display: flex;
}

.fn-button-form:hover {
  background-color: var(--primary-color);
  color: var(--bg-color);
  border-color: #000;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fn-form-standard {
  flex-direction: column;
  display: flex;
}

.fn-success-message {
  color: #0f1213;
  background-color: #df0;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fn-error-message {
  text-align: center;
  background-color: #c33939;
  border-radius: 8px;
  margin-top: 24px;
}

.contact-lottie {
  width: 50%;
  max-width: 540px;
  position: relative;
}

.contact-lottie.hue-rotate {
  filter: contrast(130%) brightness(110%) hue-rotate(15deg);
  left: 31%;
}

.contact-lottie-holder {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  margin-top: -7rem;
  display: flex;
  position: relative;
}

.div-gradient-round {
  z-index: 0;
  background-color: var(--primary-color);
  opacity: .31;
  filter: blur(4rem);
  pointer-events: none;
  border-radius: 50%;
  width: 300px;
  max-width: 70vw;
  height: 300px;
  max-height: 70vh;
  margin-left: -150px;
  position: absolute;
  top: 10%;
  left: 81%;
}

.fn-container-grid-5 {
  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-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-links-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  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-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;
  position: relative;
}

.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-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-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

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

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

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

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

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

.fn-brand-footer:hover {
  transform: scale(1.1);
}

.card-head {
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25rem;
  font-weight: 800;
  line-height: 0;
  position: relative;
  top: -20%;
}

.card-head-holder {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 225px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed {
  background-color: var(--primary-color);
  width: 28rem;
  height: 28rem;
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cover-image-card {
  width: 35rem;
  max-width: none;
}

.div-border {
  background-image: linear-gradient(90deg, var(--card-bg) 10%, var(--primary-color) 50%, var(--card-bg) 90%);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.div-border.transparent {
  background-image: linear-gradient(90deg, #0f121300 10%, var(--primary-color) 50%, #0f121300 90%);
  height: 2px;
}

.grad {
  background-image: linear-gradient(90deg, var(--primary-color), #11caa8);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.blur {
  filter: blur(10px);
}

@media screen and (max-width: 991px) {
  .fn-heading-4 {
    font-size: 28px;
  }

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

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

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

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

  .fn-nav-line-1.green-line {
    background-color: #df0;
  }

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

  .fn-nav-line-2.green-line {
    background-color: #df0;
  }

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

  .fn-nav-line-3.green-line {
    background-color: #df0;
  }

  .fn-navbar-link-second {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 0;
  }

  .fn-navbar-menu-wrapper-second {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #0f1213;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 24px;
    display: flex;
  }

  .fn-navbar-link-second-2 {
    color: #ecf0ef;
    border-top: 1px solid #3e4545;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fn-navbar-link-second-2:hover, .fn-navbar-link-second-2.w--current, .fn-navbar-link-second-2.w--current:hover {
    color: #ecf0ef;
  }

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

  .fn-menu-button-second.w--open {
    background-color: #0000;
  }

  .fn-button-secondery-navbar {
    color: #ecf0ef;
    border-color: #ecf0ef;
  }

  .fn-button-secondery-navbar:hover {
    background-color: #0000;
  }

  .fn-navbar-container-advence {
    justify-content: space-between;
  }

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

  .fn-navbar-link-list-advence.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .fn-dorpdown-link-advence {
    width: 100%;
  }

  .fn-dorpdown-link-advence.last-dropdown-link {
    border-bottom: 1px solid #3e4545;
  }

  .fn-navbar-menu-advence {
    background-color: #0f1213;
    height: 482px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    overflow: auto;
  }

  .fn-navbar-link-list-conetainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-product-card {
    transition: none;
  }

  .navbar-product-card:hover {
    background-color: #1d1f1e;
  }

  .navbar-product-card-intro {
    margin-bottom: 0;
  }

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

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

  .fn-paragraph-navbar-2, .fn-paragraph-no-margin-navbar {
    display: none;
  }

  .fn-heading-1 {
    font-size: 48px;
  }

  .fn-button-2.abs {
    position: static;
    top: 25%;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 4rem;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-height: 50svh;
  }

  .fh-hero-image-wrapper-first {
    height: 464px;
    margin-top: 12px;
  }

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

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

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

  .fn-tabs-link {
    transition: none;
  }

  .fn-tabs-link:hover {
    opacity: 1;
  }

  .fn-featured-tabs-content {
    width: 58%;
  }

  .fh-features-image-wrapper {
    height: 450px;
  }

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

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

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

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

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

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

  .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-button-secondery-dark {
    transition: none;
  }

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

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

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

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

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

  .fn-navbar-menu-wrapper {
    background-color: var(--primary-color);
    border-radius: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 24px 24px;
    display: flex;
    position: relative;
  }

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

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

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .fn-link-with-arrow-2 {
    z-index: 3;
    position: relative;
  }

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

  .fn-button-secondery-2:hover {
    background-color: #0000;
  }

  .fh-section-image-wrapper-first {
    height: 334px;
  }

  .div-gradient {
    opacity: .26;
    transform: none;
  }

  .hero-lottie {
    bottom: -75%;
  }

  .hero-lottie.hue-shift {
    margin-top: -15%;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -30%;
    display: flex;
    position: relative;
  }

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

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-section-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-404-image-first {
    width: 350px;
    height: 350px;
  }

  .div-gradient-404 {
    opacity: .26;
    filter: blur(8vw);
    top: -36%;
    transform: none;
  }

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

  .fn-heading-8 {
    font-size: 32px;
  }

  .fn-section-405 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

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

  .fn-section-406 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .contact-lottie-holder {
    margin-top: -7rem;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .fn-heading-4 {
    font-size: 24px;
  }

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

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

  .fn-button {
    width: 100%;
  }

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

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

  .fn-navbar-menu-wrapper-second {
    padding: 0 0 18px;
  }

  .fn-navbar-link-second-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-navbar-about-us-link-wrap {
    margin-bottom: 0;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

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

  .fn-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: visible;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-height: 0;
  }

  .fh-hero-image-wrapper-first {
    height: 220px;
  }

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

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

  .fn-featured-tabs-content {
    width: 100%;
    margin-top: 12px;
    position: static;
  }

  .fh-features-image-wrapper {
    height: 350px;
  }

  .fn-button-wrapper-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .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-heading-6 {
    font-size: 34px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

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

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

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

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

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

  .fn-label-small {
    margin-bottom: 12px;
  }

  .main-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-lottie.hue-shift {
    bottom: 0%;
  }

  .div-block-2 {
    margin-top: -30%;
    top: 0%;
  }

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

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

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-section-404 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-404-image-first {
    width: 150px;
    height: 150px;
    top: -101%;
    right: 6%;
  }

  .fn-404-image-second {
    width: 150px;
    height: 150px;
    top: -82%;
    left: 9%;
  }

  .fn-404-image-third {
    width: 80px;
    height: 80px;
  }

  .div-gradient-404 {
    top: 0%;
  }

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

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-section-405 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

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

  .fn-section-406 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

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

  .fn-label-small-2 {
    margin-bottom: 12px;
  }

  .contact-lottie-holder {
    margin-top: -2rem;
  }

  .fn-container-grid-5 {
    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;
  }

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

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

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

@media screen and (max-width: 479px) {
  .fn-button, .fn-button-wrapper {
    width: 100%;
  }

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

  .fn-heading-1 {
    max-width: 90vw;
    font-size: 2rem;
  }

  .fn-paragraph-2 {
    max-width: 90vw;
    font-size: .85rem;
  }

  .fn-button-2.abs {
    position: absolute;
    top: 0%;
  }

  .fn-container-grid {
    min-height: 50svh;
  }

  .fn-button-3, .fn-button-secondery, .fn-button-wrapper-2 {
    width: 100%;
  }

  .fh-features-image-wrapper {
    height: 220px;
  }

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

  .fn-navbar-box {
    margin-bottom: 0;
  }

  .fn-heading-6 {
    font-size: 2rem;
  }

  .fn-heading-3 {
    font-size: 1.5rem;
  }

  .fn-paragraph-3 {
    font-size: .85rem;
  }

  .fn-container-grid-2 {
    margin-top: 0;
  }

  .fn-features-card.hor {
    flex-flow: column;
  }

  .fn-button-4, .fn-button-secondery-2 {
    width: 100%;
  }

  .fh-section-image-wrapper-first {
    height: auto;
  }

  .lottie-holder {
    min-width: 100%;
    min-height: auto;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .div-gradient {
    transform: none;
  }

  .hero-lottie {
    bottom: -40%;
  }

  .hero-lottie.hue-shift {
    max-width: 90vw;
    bottom: -55%;
  }

  .div-block-2 {
    margin-top: 0%;
    position: relative;
    top: 0%;
  }

  .fn-paragraph-4 {
    font-size: .85rem;
  }

  .fn-404-image-first {
    width: 120px;
    height: 120px;
  }

  .fn-404-image-second {
    width: 120px;
    height: 120px;
    top: -76%;
  }

  .div-gradient-404 {
    top: -32%;
    transform: none;
  }

  .fn-heading-7 {
    font-size: 2rem;
  }

  .fn-heading-8 {
    font-size: 1.25rem;
  }

  .fn-paragraph-no-margin-2 {
    font-size: .85rem;
  }

  .fn-heading-9 {
    font-size: 2rem;
  }

  .fn-form-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact-lottie.hue-rotate {
    width: 100%;
    left: 0%;
  }

  .contact-lottie-holder {
    margin-top: -15vw;
  }

  .div-gradient-round {
    left: 50%;
  }

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

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

  .card-head {
    font-size: 24rem;
  }

  .cover-image-card {
    width: 24rem;
  }
}

#w-node-_60dfa372-b344-2de5-6c53-a9032c33e60b-e7611ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_60dfa372-b344-2de5-6c53-a9032c33e60d-e7611ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7376a65-9613-0d65-4e12-5f5d08300351-e7611ba6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: center;
}

#w-node-_12817059-2911-8ab9-3ade-b1737276a65b-e7611ba6 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_12817059-2911-8ab9-3ade-b1737276a664-e7611ba6 {
  grid-area: 2 / 9 / 4 / 13;
}

#w-node-_12817059-2911-8ab9-3ade-b1737276a66d-e7611ba6 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_12817059-2911-8ab9-3ade-b1737276a676-e7611ba6 {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-cbe68f36-83a6-ce47-9882-b32442b71cb4-e7611ba6 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-cbe68f36-83a6-ce47-9882-b32442b71cb9-e7611ba6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: stretch stretch;
}

#w-node-cbe68f36-83a6-ce47-9882-b32442b71cba-e7611ba6 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-cbe68f36-83a6-ce47-9882-b32442b71cc5-e7611ba6 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-cbe68f36-83a6-ce47-9882-b32442b71cd0-e7611ba6 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-a87326e8-8d10-80cb-1c4e-95a0858f19ff-e7611ba6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-a87326e8-8d10-80cb-1c4e-95a0858f1a09-e7611ba6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a87326e8-8d10-80cb-1c4e-95a0858f1a0b-e7611ba6 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: stretch end;
}

#w-node-_25a0c3a2-ee23-449c-44d7-43d36d797fd6-e7611ba6 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_25a0c3a2-ee23-449c-44d7-43d36d797fdf-e7611ba6 {
  grid-area: 2 / 4 / 3 / 10;
  place-self: stretch stretch;
}

#w-node-_104d662a-2f8f-d329-b848-6107366122de-e7611ba6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_104d662a-2f8f-d329-b848-6107366122e0-e7611ba6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_104d662a-2f8f-d329-b848-6107366122fb-e7611ba6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_104d662a-2f8f-d329-b848-610736612304-e7611ba6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_104d662a-2f8f-d329-b848-610736612305-e7611ba6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_104d662a-2f8f-d329-b848-61073661230c-e7611ba6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-f26d893a-cac0-50ef-d360-63741745e935-bbf950e0 {
  grid-area: 1 / 4 / 2 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-_60dfa372-b344-2de5-6c53-a9032c33e60b-e7611ba6 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_60dfa372-b344-2de5-6c53-a9032c33e60d-e7611ba6 {
    grid-column: span 2 / span 2;
  }

  #w-node-c7376a65-9613-0d65-4e12-5f5d08300351-e7611ba6 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_12817059-2911-8ab9-3ade-b1737276a65b-e7611ba6 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_12817059-2911-8ab9-3ade-b1737276a664-e7611ba6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_12817059-2911-8ab9-3ade-b1737276a66d-e7611ba6, #w-node-_12817059-2911-8ab9-3ade-b1737276a676-e7611ba6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cbe68f36-83a6-ce47-9882-b32442b71cb4-e7611ba6, #w-node-cbe68f36-83a6-ce47-9882-b32442b71cb9-e7611ba6 {
    grid-column: span 8 / span 8;
  }

  #w-node-a87326e8-8d10-80cb-1c4e-95a0858f19ff-e7611ba6 {
    grid-column: span 4 / span 4;
  }

  #w-node-a87326e8-8d10-80cb-1c4e-95a0858f1a0b-e7611ba6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_25a0c3a2-ee23-449c-44d7-43d36d797fd6-e7611ba6 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_25a0c3a2-ee23-449c-44d7-43d36d797fdf-e7611ba6 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_104d662a-2f8f-d329-b848-6107366122de-e7611ba6 {
    grid-column: span 8 / span 8;
  }

  #w-node-_104d662a-2f8f-d329-b848-6107366122fb-e7611ba6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_104d662a-2f8f-d329-b848-610736612304-e7611ba6 {
    grid-column: span 8 / span 8;
  }

  #w-node-_104d662a-2f8f-d329-b848-610736612305-e7611ba6, #w-node-_104d662a-2f8f-d329-b848-61073661230c-e7611ba6 {
    grid-column: span 4 / span 4;
  }

  #w-node-f26d893a-cac0-50ef-d360-63741745e935-bbf950e0 {
    grid-area: 1 / 2 / 2 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60dfa372-b344-2de5-6c53-a9032c33e60b-e7611ba6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-c7376a65-9613-0d65-4e12-5f5d08300351-e7611ba6, #w-node-_12817059-2911-8ab9-3ade-b1737276a65b-e7611ba6, #w-node-_12817059-2911-8ab9-3ade-b1737276a664-e7611ba6, #w-node-cbe68f36-83a6-ce47-9882-b32442b71cb4-e7611ba6, #w-node-cbe68f36-83a6-ce47-9882-b32442b71cb9-e7611ba6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_25a0c3a2-ee23-449c-44d7-43d36d797fd6-e7611ba6, #w-node-_25a0c3a2-ee23-449c-44d7-43d36d797fdf-e7611ba6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_104d662a-2f8f-d329-b848-6107366122de-e7611ba6 {
    grid-column: span 4 / span 4;
    justify-self: center;
  }

  #w-node-_104d662a-2f8f-d329-b848-6107366122e0-e7611ba6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_104d662a-2f8f-d329-b848-6107366122fb-e7611ba6 {
    grid-column: span 4 / span 4;
    justify-self: center;
  }

  #w-node-_104d662a-2f8f-d329-b848-610736612304-e7611ba6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_104d662a-2f8f-d329-b848-610736612305-e7611ba6, #w-node-_104d662a-2f8f-d329-b848-61073661230c-e7611ba6 {
    justify-self: center;
  }

  #w-node-f26d893a-cac0-50ef-d360-63741745e935-bbf950e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a87326e8-8d10-80cb-1c4e-95a0858f1a07-e7611ba6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-a87326e8-8d10-80cb-1c4e-95a0858f1a09-e7611ba6 {
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }
}


