:root {
  --white: white;
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --lynx--black: #1f2022;
  --purple-text: #513392;
  --light-text-purple: #8055d5;
  --lynx--grey: #797c83;
  --purple-background: #7f55d5;
  --black: black;
  --light-yellow: #ffe183;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --light-purple: #e0d6f5;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--100: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

.margin-large {
  margin: 3rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-medium {
  color: #291452;
  font-weight: 500;
}

.text-weight-medium.white {
  color: var(--white);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.margin-medium {
  margin: 2rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rv-styleguide-logo {
  max-width: 45%;
}

.rv-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.rv-styleguide-message {
  text-align: center;
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rv-styleguide-message-wrapper {
  color: #fff;
  text-align: left;
  background-color: #161616;
  border-radius: 16px;
  padding: 2.5rem;
}

.button-nav {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
}

.link {
  text-decoration: underline;
}

.text-size-medium {
  font-size: 1.25rem;
}

.rv-styleguide_page-header {
  background-color: #0a0a0a;
  border-bottom: .0625rem solid #2b2b2b;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.rv-styleguide-header_content {
  color: #fff;
  text-align: center;
  background-color: #161616;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.rv-styleguide-header_subheader {
  color: #ec4067;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.rv-styleguide-header_heading {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.875rem;
  line-height: 1em;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.rv-styleguide-header_paragraph {
  color: #ffffffe6;
  letter-spacing: -.03125rem;
  max-width: 33ch;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.4em;
}

.rv-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-large {
  border-bottom: 1px solid #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_section-n {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section-n.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_section-header-n {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.rv-styleguide_heading-medium {
  font-size: 4rem;
}

.text-color-red {
  color: #ec4067;
}

.rv-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rv-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rv-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.rv-styleguide_item.is-stretch {
  justify-items: stretch;
}

.rv-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.rv-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.rv-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rv-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rv-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rv-styleguide_heading-tags, .rv-styleguide_other-tags {
  background-color: #fff;
}

.fs-styleguide_2-col-n {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col-n.is-align-start {
  align-items: start;
}

.rv-styleguide_heading-styles {
  background-color: #fff;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.rv-styleguide_text-classes {
  background-color: #fff;
}

.rv-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.rv-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.rv-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

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

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

.text-align-right {
  text-align: right;
}

.rv-styleguide_buttons {
  background-color: #fff;
}

.button {
  text-align: center;
  background-color: #ec4067;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.rv-styleguide_colors {
  background-color: #fff;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-color-white {
  color: #fff;
}

.rv-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rv-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-grey {
  background-color: #0000000d;
}

.background-color-white {
  background-color: #fff;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.rv-styleguide_spacing-all {
  display: none;
}

.rv-styleguide_icons {
  background-color: #fff;
}

.icon-height-small {
  height: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.rv-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hide {
  display: none;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.rv-styleguide_webflow-elements {
  background-color: #fff;
}

.form_component {
  margin-bottom: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_message-success {
  padding: 1.25rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.rv-styleguide_section {
  z-index: 1;
  color: #000;
  background-color: #fcfcfc;
  border-bottom: .0625rem solid #2b2b2b;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rv-styleguide_section.black {
  color: #fff;
  background-color: #0a0a0a;
}

.rv-styleguide_section-header-long {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #161616;
  border: .0625rem solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  display: grid;
  position: relative;
}

.rv-styleguide_header-container {
  padding: 3rem;
}

.rv-styleguide_header-wrap {
  color: #dfbf6c;
  align-items: center;
  width: 100%;
  display: flex;
}

.rv-styleguide-heading-white {
  color: #fff;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rv-styleguide-description {
  color: #c5c5c5;
  margin-top: 1rem;
  line-height: 1.5rem;
}

.rv-styleguide_2-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  width: 80%;
  margin-top: 6rem;
}

.styleguide-container {
  background-color: #161616;
  border: .0625rem solid #333;
  padding: 3rem;
  transition: border-color .2s;
  position: relative;
}

.rv-styleguide-heading {
  color: #fff;
  font-size: 1.5rem;
  line-height: 125%;
}

.rv-styleguide_section-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  background-color: #161616;
  border: .0625rem solid #333;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 80%;
  display: grid;
  position: relative;
}

.rv-styleguide-icon {
  height: 2.5rem;
  margin-right: 1rem;
}

.rv-styleguide-link {
  color: #ec4067;
  transition: color .2s;
}

.rv-styleguide-link:hover {
  color: #ec4067d9;
}

.rv-styleguide-header_dot-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rv-styleguide-header_do {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.25rem;
  transition: all .2s;
}

.rv-styleguide-header_do:hover {
  transform: translate(0, -.3125rem);
}

.rv-styleguide-header_do.is-red {
  background-color: #ec4067;
}

.rv-styleguide-header_do.is-gold {
  background-color: #facb00;
}

.rv-styleguide-header_do.is-blue {
  background-color: #0265d8;
  margin-right: 0;
}

.riseverse-badge {
  z-index: 10000;
  color: #fff;
  background-color: #4353ff;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: fixed;
  inset: auto 1.25rem 1.25% auto;
}

.riseverse-badge:hover {
  color: #fff;
  background-color: #ec4067e6;
  text-decoration: none;
  transform: scale(1.05);
}

.body {
  color: #2c2b2b;
  font-family: Inter, sans-serif;
}

.lynx-nav-button-purple {
  background-color: var(--lynx--medium-purple);
  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-purple:hover {
  background-color: var(--lynx--black);
}

.lynx-nav-button-outline {
  color: var(--purple-text);
  letter-spacing: 1.3px;
  text-transform: none;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

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

.lynx-nav-buttons.hero {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-left: 0;
  position: relative;
}

.lynx-nav-buttons.hero.ll {
  margin-top: 0;
}

.lynx-nav-buttons.hero.gap {
  margin-top: 20px;
}

.lynx-nav-buttons.hero.mobile, .lynx-nav-buttons.nav-hide {
  display: none;
}

.lynx-nav-buttons.below {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
}

.lynx-nav-buttons.below.ll {
  margin-top: 0;
}

.lynx-nav-buttons.below.gap {
  margin-top: 20px;
}

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

.lynx-nav-buttons.pricing {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-left: 0;
  position: relative;
}

.lynx-nav-buttons.pricing.ll {
  margin-top: 0;
}

.lynx-nav-buttons.pricing.gap {
  margin-top: 20px;
}

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

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

.lynx-nav-link {
  color: var(--lynx--black);
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s;
}

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

.lynx-nav-link.w--current {
  color: var(--light-text-purple);
}

.lynx-nav-link.hide {
  text-transform: none;
  display: block;
}

.lynx-nav-link.hide-button {
  text-transform: none;
  display: none;
}

.lynx-logo {
  width: 180px;
}

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

.main-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.lynx-navbar-border {
  background-color: #0000;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-text-nav-info {
  color: var(--lynx--grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.lynx-nav-info {
  background-color: #dfdad266;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.lynx-nav-button {
  background-color: var(--purple-background);
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 10px 45px 10px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button.nav {
  border: 1px solid var(--light-text-purple);
  border-radius: 25px;
  padding: 15px 30px;
}

.lynx-nav-button.nav:hover {
  background-color: var(--white);
  color: var(--purple-text);
  border-width: 1px;
}

.lynx-nav-button.cta {
  background-color: var(--white);
  color: var(--purple-text);
  text-transform: none;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 500;
}

.lynx-nav-button.footer {
  border: 1px solid var(--purple-text);
  background-color: var(--purple-text);
  color: #ffffffe6;
  text-transform: none;
  border-radius: 20px;
  padding: 10px 30px;
  font-weight: 400;
}

.lynx-nav-button.footer:hover {
  background-color: var(--white);
  color: var(--black);
}

.lynx-nav-button.hero {
  border-radius: 20px;
  font-size: 16px;
}

.lynx-nav-button.contact {
  border-radius: 20px;
  padding-right: 50px;
  font-size: 16px;
}

.lynx-nav-button.pricing {
  border-radius: 20px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.nav-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0%;
  display: flex;
}

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

.global-padding {
  width: 100%;
  padding: 5rem 5%;
}

.global-padding.nav {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.global-padding.cta {
  padding-top: 5rem;
}

.global-padding.footer {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

.global-padding.zero-padding {
  padding-top: 0;
}

.global-padding.zero {
  padding-left: 0%;
  padding-right: 0%;
}

.global-padding.exception {
  padding-left: 1%;
  padding-right: 1%;
}

.hero-section {
  position: relative;
}

.hero-div-block-above {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading {
  color: #291452;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
}

.hero-heading.reporting {
  font-family: Lexend, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.hero-heading.reporting.show, .hero-heading.reporting.medium {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.hero-heading._5thpage {
  width: 700px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lexend, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.hero-heading._6th {
  padding-left: 0;
  padding-right: 0;
  font-family: Lexend, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.hero-heading._7th {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Lexend, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.hero-heading.mobile {
  display: none;
}

.hero-sub-heading_1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.hero-sub-heading_1.reporting {
  width: 600px;
  font-weight: 300;
}

.hero-sub-heading_1.reporting.width, .hero-sub-heading_1.reporting.cc {
  width: auto;
}

.hero-sub-heading_1.reporting.cc.white {
  color: var(--white);
}

.hero-sub-heading_1.reporting.mobile {
  display: none;
}

.hero-sub-heading_1.mobile {
  font-weight: 300;
  display: none;
}

.hero-sub-heading_1.white {
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
}

.hero-sub-heading_1.hide.show {
  display: block;
}

.hero-sub-heading_2 {
  background-color: var(--light-yellow);
  color: #684f00;
  text-align: center;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.hero-div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.hero-div-block.gao {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.hero-div-block-below {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-div-block-below.price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.hero-div-block-below.relative {
  position: relative;
}

.image {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0 5px 5px #0003;
}

.image.no {
  box-shadow: none;
  border-radius: 0;
  max-width: none;
}

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

.growth-section.mobile {
  display: none;
}

.growth-div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

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

.heading.ll.light {
  font-weight: 300;
}

.heading.ll.mobile {
  display: none;
}

.card-div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.card-div-block.gap, .card-div-block.reporting, .card-div-block._4thpage {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.card-div-block.mobile {
  display: none;
}

.card-div-block.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.card {
  background-color: #f0ebfa;
  border-radius: 20px;
  width: 33.33%;
  padding: 25px;
}

.card.lengthy {
  background-color: #f9f9f9;
  width: 57%;
  padding: 40px;
  position: relative;
}

.card.lengthy.height {
  width: 55%;
  padding-bottom: 120px;
}

.card.lengthy.padding-below {
  padding-bottom: 140px;
}

.card.lengthy.extra {
  padding-bottom: 80px;
}

.card.lengthy.width-100 {
  width: 60%;
}

.card._40 {
  width: 45%;
  padding: 40px;
  position: relative;
}

.card._40.spil {
  background-color: #f9f9f9;
  overflow: hidden;
}

.card._100 {
  background-image: url('../images/Vector-Background-Rectangle.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 40px 40px 200px;
  position: relative;
}

.card._4th {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card._4th:hover {
  box-shadow: -2px 2px 2px #0003;
}

.card.mobile {
  display: none;
}

.card.width-100 {
  background-color: var(--white);
  width: 33.33%;
}

.card._100 {
  width: 33.33%;
  padding: 20px;
}

.card.full-width {
  background-color: #f9f9f9;
  border-radius: 10px;
  width: 100%;
  padding: 40px;
  position: relative;
}

.card.blue {
  background-color: #7695ff4d;
}

.card.green {
  background-color: #39991833;
}

.card-data {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-data._4th {
  flex-flow: column;
  justify-content: space-between;
  height: 170px;
  display: flex;
}

.card-data._4th.home {
  height: 180px;
}

.card-data.direction {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-2 {
  width: 40px;
  padding-bottom: 5px;
}

.image-2.purple {
  width: 64px;
}

.image-2.purple.circle {
  border-radius: 200px;
}

.image-2.purple.circle.below {
  background-color: var(--white);
  margin-bottom: 5px;
  padding-bottom: 0;
}

.heading-2 {
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph.size {
  color: #333333b3;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.size.padding {
  margin-bottom: 0;
}

.paragraph._20 {
  color: #333333b3;
  font-size: 16px;
  font-weight: 400;
}

.partners-div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.actionboard-section {
  background-color: var(--purple-text);
}

.actionboard-div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-span {
  color: #291452;
  font-weight: 500;
}

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

.heading-actionboard {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-actionboard.mobile {
  display: none;
}

.heading-actionboard.mobile.noramal {
  font-weight: 500;
}

.heading-actionboard._36 {
  font-size: 36px;
  font-weight: 500;
}

.heading-card-2 {
  font-size: 20px;
  font-weight: 500;
}

.heading-card-2._20 {
  color: #393535;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}

.marquee_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 500vw;
  height: 200px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  overflow: hidden;
}

.static-marquee_logos {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 300px;
  display: flex;
}

.static-marquee_logos._2nd {
  padding-left: 100px;
}

.logo {
  width: auto;
  height: 100%;
}

.heading-strategic {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
}

.heading-strategic.normal {
  text-align: center;
  width: 700px;
  font-weight: 400;
}

.heading-strategic.normal.concise {
  width: 500px;
  font-weight: 500;
}

.heading-strategic.normal.concise.mobile {
  display: none;
}

.heading-strategic.normal.left {
  text-align: left;
}

.heading-strategic.normal.left.mobile {
  display: none;
}

.heading-strategic.medium {
  color: #291452;
}

.heading-strategic.medium.size {
  text-align: center;
  width: 750px;
}

.strategic-div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.strategic-div-block.spacing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.strategic-div-block.spacing.left {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}

.list {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 300;
}

.list.size {
  padding-left: 25px;
  font-size: 12px;
}

.heading-3 {
  border-bottom: 1px solid var(--light-text-purple);
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-3.under {
  border-bottom-style: none;
  padding-top: 10px;
}

.heading-3.decor {
  text-transform: capitalize;
  border-bottom-style: none;
  text-decoration: none;
}

.heading-3._4th, .heading-3.no {
  border-bottom-style: none;
}

.heading-3.yello {
  background-color: var(--light-yellow);
  color: #684f00;
  border-bottom-style: none;
  border-radius: 20px;
  margin-top: 20px;
  padding: 8px 15px;
  font-size: 12px;
}

.link-block {
  margin-top: 10px;
  margin-bottom: 15px;
  text-decoration: none;
}

.link-block.klo {
  margin-top: 0;
  margin-bottom: 0;
}

.link-block.klo.left-align.mobile {
  display: none;
}

.link-block._4th {
  margin-bottom: 0;
}

.link-block._7th-page {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  margin-top: 15px;
  display: flex;
}

.tags-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tags-div._2nd {
  padding-top: 75px;
}

.tags-div.space {
  margin-top: 10px;
}

.tags-div.slider {
  justify-content: flex-end;
  align-items: center;
}

.tags-div.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tag-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.tag-button.green {
  background-color: #eaffed;
  padding-left: 15px;
  padding-right: 15px;
}

.tag-button.red {
  background-color: #fff3ef;
  padding-left: 15px;
  padding-right: 15px;
}

.tag-button.yellow {
  background-color: #ffc30780;
  padding: 2px 10px;
}

.paragraph-2 {
  color: #291452;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-2.red {
  color: #ff5b5b;
}

.paragraph-2.green {
  color: #218939;
}

.paragraph-2.yellow {
  color: #967200;
  font-weight: 500;
}

.paragraph-3 {
  font-size: 16px;
  font-weight: 300;
}

.paragraph-3.slider {
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.cta-section.reporting {
  display: none;
}

.cta-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Frame-1000005961.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 65px 0;
  display: flex;
}

.cta-div-block.hide {
  display: none;
}

.heading-4 {
  color: var(--white);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-4.mobile {
  display: none;
}

.brix---footer-link {
  color: #393535;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.brix---footer-link:hover {
  color: var(--light-text-purple);
  text-decoration: underline;
}

.brix---footer-list-item {
  margin-bottom: 10px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.brix---footer-col-title.hide {
  display: block;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---paragraph-default {
  color: #393535;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  width: 200px;
  max-width: none;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-16px {
  flex-flow: row;
  margin-bottom: 16px;
  display: flex;
}

.brix---grid-footer-v13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-section {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: #fefbfb;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding-left: 5px;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.div-box-1 {
  width: 20%;
}

.div-box-1.lengthy {
  width: 30%;
}

.image-icon {
  padding-top: 3px;
}

.image-3 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-absolute {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-absolute.kk {
  object-fit: cover;
}

.image-absolute.main {
  object-fit: contain;
  width: 35%;
  height: auto;
}

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

.medium {
  font-weight: 500;
}

.image-box-card {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.image-box-card.left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.image-box-card.left.spacing {
  padding-top: 30px;
}

.image-box-card.ko {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.image-4 {
  background-color: #f9f9f9;
  border-radius: 20px;
  width: 100%;
}

.image-5 {
  position: absolute;
  inset: auto 8% -12% auto;
}

.image-5._3rd {
  bottom: -6%;
}

.sf-div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.card-report {
  background-color: #f9f9f9;
  border-radius: 20px;
  width: 25%;
  padding: 25px;
}

.card-report.lengthy {
  width: 57%;
  padding: 40px;
  position: relative;
}

.card-report.lengthy.height {
  width: 55%;
  padding-bottom: 160px;
}

.card-report._40 {
  width: 45%;
  padding: 40px;
  position: relative;
}

.card-report._40.spil {
  overflow: hidden;
}

.card-report._100 {
  background-image: url('../images/Vector-Background-Rectangle.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 40px 40px 160px;
  position: relative;
}

.card-report.small, .card-report.small.kk {
  padding-left: 20px;
  padding-right: 20px;
}

.card-report.small.slider {
  background-color: #f9f9f9;
}

.heading-actionboard-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
}

.actionboard-reporting-div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.balance-div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.balance-div-block.spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.slider {
  background-color: var(--white);
  width: 100%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -6%;
}

.right-arrow {
  z-index: 599;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -6%;
}

.arrow-right {
  z-index: 99955;
  transform: rotate(180deg);
}

.slide-nav {
  display: none;
}

.mask {
  width: 100%;
}

.slide, .slide-2 {
  overflow: hidden;
}

.slider-div {
  display: flex;
}

.slider-div._2nd {
  background-color: var(--elements-webflow-library--neutral--600);
}

.image-div {
  justify-content: center;
  align-items: center;
  width: 27.3%;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 72.7%;
  padding: 10px 100px 10px 60px;
  display: flex;
}

.heading-5 {
  font-size: 20px;
  line-height: 1.2;
}

.heading-6 {
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  padding-top: 80px;
  display: flex;
}

.absolute-div {
  margin-top: 20px;
  position: relative;
}

.image-7 {
  z-index: 1;
  position: absolute;
}

.image-7._2nd {
  z-index: 0;
  top: 17px;
  left: 10%;
}

.image-7._3rd {
  inset: 0% 0% 0% auto;
}

.data-div {
  padding-top: 40px;
  position: relative;
}

.data-div._2nd {
  padding-top: 70px;
}

.data-div.less {
  padding-top: 20px;
}

.image-8 {
  border-radius: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 2px 2px 5px #0003;
}

.image-9 {
  margin-top: 20px;
  padding-top: 40px;
}

.image-10 {
  position: absolute;
  top: 10%;
  right: 10%;
}

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

.div-block-9 {
  background-color: #a384e1;
  border-radius: 40px;
  padding: 10px;
}

.text-span-2 {
  color: var(--purple-text);
  font-weight: 600;
}

.hiw-div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding: 5rem 40px;
  display: flex;
}

.hiw-div-block._2nd {
  padding-bottom: 0;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-4.size {
  width: 230px;
}

.paragraph-5 {
  color: #fff;
  width: 700px;
  font-size: 16px;
}

.story-div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  padding: 5rem 40px;
  display: flex;
}

.image-div-block {
  background-color: #848484;
  border-radius: 20px;
  width: 40%;
}

.story-details-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 60%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 60px;
  display: flex;
}

.team-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.team-members {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.paragraph-6 {
  color: #9d9595;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 10px;
}

.image-11 {
  border-radius: 20px;
}

.div-block-11 {
  background-color: #848484;
  border-radius: 20px;
  margin: 20px;
  padding: 0;
}

.iso-box-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.iso-cards {
  background-color: #f9f9f9;
  border-radius: 30px;
  width: 50%;
  padding: 20px 40px;
  box-shadow: 0 0 3px #0003;
}

.heading-8 {
  font-size: 20px;
  font-weight: 400;
}

.slider-2 {
  background-color: #ddd0;
  flex-flow: row;
  width: 100%;
  height: 230px;
}

.slide-3 {
  width: 33%;
}

.slide-4 {
  width: 33%;
  padding-left: 15px;
}

.left-arrow-2 {
  left: -50px;
}

.slide-nav-2, .slider-section.mobile {
  display: none;
}

.card-length {
  background-color: #f9f9f9;
  border-radius: 20px;
  width: 40%;
  padding: 40px;
  position: relative;
}

.card-length.lengthy {
  width: 57%;
  padding: 40px;
  position: relative;
}

.card-length.lengthy.height {
  width: 55%;
  padding-bottom: 120px;
}

.card-length.lengthy.padding-below {
  padding-bottom: 140px;
}

.card-length.lengthy.extra {
  padding-bottom: 80px;
}

.card-length.lengthy.width-100 {
  width: 60%;
}

.card-length._40 {
  width: 45%;
  padding: 40px;
  position: relative;
}

.card-length._40.spil {
  overflow: hidden;
}

.card-length._100 {
  background-image: url('../images/Vector-Background-Rectangle.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 40px 40px 200px;
  position: relative;
}

.card-length._4th {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.card-length._4th:hover {
  box-shadow: -2px 2px 2px #0003;
}

.card-length.mobile {
  display: none;
}

.card-length.width-100 {
  width: 33.33%;
}

.card-length._100 {
  width: 33.33%;
  padding-bottom: 40px;
}

.card-length._45 {
  width: 45%;
}

.card-length._57 {
  width: 57%;
}

.card-length._57.height {
  padding-bottom: 40px;
}

.nsdl {
  color: var(--white);
  font-family: Lexend, sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
}

.getting-paid-mobile-section.mobile {
  display: none;
}

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

.paragraph-9 {
  color: gray;
  font-size: 20px;
}

.image-12 {
  padding-bottom: 10px;
}

.tailor-made-section {
  display: none;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-14 {
  position: absolute;
  right: 18%;
}

.image-14.below {
  right: 15%;
}

.tabs-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu-2 {
  border-radius: 5px;
  overflow: hidden;
}

.home-tab-links {
  color: #333c;
  background-color: #ddd;
}

.home-tab-links.w--current {
  background-color: var(--purple-background);
  color: var(--white);
}

.tab-link-tab-3 {
  color: #333;
  background-color: #ddd;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: var(--purple-background);
  color: var(--white);
}

.tab-hero {
  background-color: var(--white);
  padding-top: 20px;
}

.tab-hero.spacing {
  padding-top: 0;
}

.shadow {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
}

.div-block-18 {
  padding-top: 80px;
  display: flex;
  position: relative;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19.kl {
  justify-content: flex-start;
  align-items: flex-start;
}

.points-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.points-div.price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.div-block-21 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-22 {
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.paragraph---lexend {
  color: #333333b3;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
}

.paragraph---lexend.spac {
  color: #333333b3;
  margin-bottom: 10px;
}

.paragraph---lexend.price {
  color: #393535;
}

.paragraph---lexend.price._13 {
  color: #333;
  font-size: 13px;
}

.div-block-23 {
  background-color: #faf7ff;
}

.div-block-24 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.integration-div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layer-3 {
  width: 100%;
  padding-top: 0;
  position: absolute;
}

.security-div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-cards-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 39px;
  padding-right: 39px;
  display: grid;
}

.footer-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #eefff5;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  transition: all .3s;
  display: flex;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  padding-top: 60px;
}

.standard-features-section {
  background-color: var(--purple-text);
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 46px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-span-5 {
  color: var(--light-text-purple);
  font-weight: 500;
}

.paragraph-card {
  color: #4f4a4a;
  margin-bottom: 0;
}

.paragraph-card-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-card-div {
  border-radius: 8px;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 3px #0003;
}

.heading-11 {
  background-color: var(--purple-background);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing-below {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.yellow-button-pricing {
  background-color: var(--light-yellow);
  color: #684f00;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 5px 10px;
}

.small {
  color: #33333380;
  margin-bottom: 0;
  padding-left: 27px;
  font-size: 13px;
}

.div-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-31._2nd {
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
}

.div-block-31.center {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.div-block-31.first {
  padding-top: 5px;
}

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

.paragraph-10 {
  color: #393535;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-11 {
  background-color: var(--light-yellow);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}

.text-span-6 {
  font-size: 28px;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-12 {
  color: var(--light-text-purple);
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-34 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-7 {
  color: #3339;
  font-size: 12px;
}

.text-span-7._16 {
  color: #393535;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.padding {
  padding-top: 3px;
}

.price-div-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.price-div-block.price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.tabs-content-2 {
  overflow: visible;
}

.div-block-36 {
  margin-top: 50px;
  position: relative;
}

.div-block-37 {
  background-color: #ff080829;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tally {
  position: absolute;
  top: 26%;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  width: 710px;
  height: 710px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.layer-2 {
  width: 85%;
  padding: 0 17px 46px 0;
  position: absolute;
}

.layer-1 {
  width: 70%;
  position: absolute;
}

.absolute-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.absolute-image {
  position: absolute;
  inset: -14% auto auto 6%;
}

.absolute-image._2nd {
  top: -9%;
  left: 45%;
  right: auto;
}

.absolute-image._3rd {
  top: -14%;
  left: auto;
  right: -1%;
}

.absolute-image._4th {
  width: 300px;
  inset: auto auto 23% 52%;
}

.absolute-image._5th {
  inset: auto 14% 5% auto;
}

.absolute-image._6th {
  inset: auto auto 4% -3%;
}

.slider-4 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-nav-3 {
  display: none;
}

.div-block-39 {
  z-index: 4;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.image-17 {
  z-index: 2;
  width: 20%;
  position: absolute;
  top: 24%;
  left: 25%;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide-5 {
  position: relative;
}

.image-18 {
  width: 180px;
}

.right-arrow-3, .left-arrow-4, .left-arrow-5, .right-arrow-4, .left-arrow-6, .right-arrow-5 {
  display: none;
}

.image-19 {
  height: 140px;
}

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

.text-span-8 {
  background-color: var(--light-purple);
  border-radius: 80px;
}

@media screen and (min-width: 1440px) {
  .logo {
    width: auto;
  }

  .brix---grid-footer-v13 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(220px, .8fr) auto auto auto auto;
  }
}

@media screen and (max-width: 991px) {
  a.w--current {
    width: 33.33%;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .rv-styleguide-wrapper {
    margin-left: 0;
  }

  .rv-styleguide-header_subheader {
    justify-content: center;
    display: flex;
  }

  .rv-styleguide-header_heading {
    line-height: 1em;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_section-n {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rv-styleguide_heading-medium {
    font-size: 3rem;
  }

  .rv-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fs-styleguide_2-col-n {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rv-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .rv-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .rv-styleguide_section-header-long {
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
  }

  .rv-styleguide_header-container {
    padding: 2rem;
  }

  .rv-styleguide_2-col {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    align-items: start;
    width: 90%;
  }

  .rv-styleguide_section-header {
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
  }

  .lynx-menu-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--white);
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    padding: 3px 0;
    display: flex;
  }

  .lynx-menu-button.w--open {
    background-color: var(--white);
    color: var(--lynx--white);
    border-radius: 0%;
  }

  .lynx-nav-button-outline {
    display: none;
  }

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

  .lynx-nav-buttons.hero.gap.show {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .lynx-nav-buttons.hero.mobile, .lynx-nav-buttons.hero.show {
    display: block;
  }

  .lynx-nav-buttons.nav-hide {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 200px;
    padding-right: 200px;
    display: block;
  }

  .lynx-nav-buttons.below {
    display: flex;
  }

  .lynx-nav-buttons.below.gap.show {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .lynx-nav-buttons.below.mobile, .lynx-nav-buttons.below.show {
    display: block;
  }

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

  .lynx-nav-buttons.pricing.gap.show {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .lynx-nav-buttons.pricing.mobile, .lynx-nav-buttons.pricing.show {
    display: block;
  }

  .lynx-nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .lynx-nav-link.hide-button {
    display: block;
  }

  .lynx-nav-link.hide-button.center {
    text-align: center;
  }

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

  .lynx-brand.w--current {
    width: auto;
  }

  .lynx-nav-button.nav {
    text-transform: none;
    width: 100%;
    font-size: 16px;
  }

  .lynx-nav-button.nav.w--current, .lynx-nav-button.footer {
    width: 100%;
  }

  .global-padding {
    padding: 3rem 3%;
  }

  .hero-heading {
    font-size: 44px;
    display: block;
  }

  .hero-heading.reporting.show {
    width: 650px;
    font-size: 36px;
    display: block;
  }

  .hero-heading.reporting.mobile {
    font-size: 32px;
    display: block;
  }

  .hero-heading._5thpage {
    width: 450px;
    font-size: 32px;
    display: block;
  }

  .hero-heading._6th.show {
    font-size: 32px;
    display: block;
  }

  .hero-heading._7th.show {
    display: block;
  }

  .hero-heading.mobile {
    padding-left: 40px;
    padding-right: 40px;
    font-family: Lexend, sans-serif;
    font-size: 42px;
    font-weight: 500;
    display: block;
  }

  .hero-sub-heading_1, .hero-sub-heading_1.reporting {
    display: block;
  }

  .hero-sub-heading_1.reporting.width {
    display: none;
  }

  .hero-sub-heading_1.reporting.width.mobile {
    text-align: center;
    width: 600px;
    display: block;
  }

  .hero-sub-heading_1.reporting.width.show {
    font-weight: 400;
    display: block;
  }

  .hero-sub-heading_1.reporting.cc.mobile {
    text-align: left;
  }

  .hero-sub-heading_1.reporting.cc.hide-mobiel {
    display: none;
  }

  .hero-sub-heading_1.reporting.mobile {
    display: block;
  }

  .hero-sub-heading_1.reporting.mobile.left {
    text-align: left;
    width: auto;
  }

  .hero-sub-heading_1.mobile {
    text-align: center;
    font-weight: 400;
    display: block;
  }

  .hero-sub-heading_1.mobile.size {
    width: 450px;
  }

  .hero-sub-heading_1.white {
    font-size: 22px;
  }

  .hero-sub-heading_1.hide, .hero-sub-heading_1.hide.show, .hero-sub-heading_1.desktop {
    display: none;
  }

  .hero-div-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero-div-block.padding {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-div-block-below.price {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image {
    box-shadow: 0 5px 5px #0003;
  }

  .growth-section, .growth-section.mobile {
    display: block;
  }

  .growth-div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading.ll, .heading.ll.light.show, .heading.ll.mobile {
    display: block;
  }

  .card-div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .card-div-block.gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .card-div-block.fkex {
    display: flex;
  }

  .card-div-block.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-div-block.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .card.lengthy.height {
    padding-bottom: 80px;
  }

  .card.lengthy.padding-below, .card.lengthy.extra {
    padding: 30px 20px;
  }

  .card.lengthy.slider {
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
  }

  .card._40.spil.space, .card._40.spil.kol {
    padding: 30px 20px;
  }

  .card._40.alone {
    width: 100%;
    height: 100%;
    padding: 40px;
  }

  .card._40.slider {
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
  }

  .card.mobile {
    display: block;
  }

  .card.width-100, .card._100 {
    width: 100%;
    padding: 25px;
  }

  .actionboard-div-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .heading-actionboard {
    display: none;
  }

  .heading-actionboard.mobile {
    display: block;
  }

  .heading-actionboard.mobile.noramal {
    font-size: 28px;
  }

  .heading-actionboard._36 {
    display: block;
  }

  .heading-card-2._20 {
    font-size: 16px;
  }

  .heading-card-2._20.size.width {
    width: auto;
  }

  .marquee_wrap {
    width: 400vw;
  }

  .static-marquee_logos {
    width: 200vw;
    padding-left: 100px;
  }

  .heading-strategic {
    display: block;
  }

  .heading-strategic.normal.concise.mobile {
    text-align: left;
    width: auto;
    display: block;
  }

  .heading-strategic.normal.concise.hide, .heading-strategic.normal.concise.hide-mobile {
    display: none;
  }

  .heading-strategic.normal.left.mobile {
    display: block;
  }

  .heading-strategic.normal.left.show {
    width: auto;
    display: block;
  }

  .heading-strategic.normal.show {
    text-align: left;
    display: block;
  }

  .heading-strategic.normal.show.auto {
    font-weight: 500;
  }

  .heading-strategic.medium.size {
    width: auto;
  }

  .strategic-div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .strategic-div-block.spacing.left.alone {
    width: 100%;
  }

  .strategic-div-block.spacing.less {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-3 {
    border-bottom-style: none;
  }

  .link-block.klo {
    display: none;
  }

  .link-block.klo.left-align {
    align-self: flex-start;
    display: block;
  }

  .link-block.klo.left-align.mobile {
    display: block;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .cta-section.reporting {
    display: block;
  }

  .cta-section.pricing {
    display: none;
  }

  .heading-4, .heading-4.mobile {
    display: block;
  }

  .heading-4.mobile.hide {
    display: none;
  }

  .heading-4.show {
    display: block;
  }

  .heading-4.hide, .heading-4.hideinmobile {
    display: none;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v13 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-absolute.main {
    width: 40%;
  }

  .image-box-card.left.spacing.down {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .image-5._3rd {
    width: 80%;
    bottom: -6%;
    right: 0%;
  }

  .standard-features-sectionklk {
    display: none;
  }

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

  .div-block-5 {
    padding-bottom: 20px;
  }

  .balance-section {
    display: none;
  }

  .balance-section.show {
    display: block;
  }

  .balance-div-block.spacing.left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-arrow {
    left: -7%;
  }

  .right-arrow {
    right: -7%;
  }

  .arrow-left, .arrow-right {
    width: 20px;
  }

  .div-block-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-8 {
    width: 70%;
    bottom: -13%;
    right: -11%;
  }

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

  .paragraph-5 {
    width: auto;
  }

  .story-details-block {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

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

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

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .tab-1 {
    background-color: #e0d6f5;
    border-radius: 20px;
    width: 33.33%;
  }

  .tab-1.w--current {
    background-color: #e0d6f5;
  }

  .tab-1._3rd {
    background-color: #edffcf;
  }

  .tab-1._2nd {
    background-color: #cfcfff;
  }

  .text-block {
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
  }

  .tabs-content {
    margin-top: -5px;
  }

  .tab-pane-tab-1 {
    background-color: #e0d6f5;
    border-radius: 20px;
    padding: 40px;
  }

  .tab-pane-tab-1._2nd {
    background-color: #cfcfff;
  }

  .tab-pane-tab-1._3rd {
    background-color: #edffcf;
  }

  .heading-9 {
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph-8 {
    color: #6a6262;
  }

  .text-span-3 {
    font-weight: 400;
  }

  .slider-2._3rd {
    height: auto;
  }

  .slide-3, .slide-4 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-section.mobile {
    display: block;
  }

  .icon {
    filter: invert();
  }

  .right-arrow-2 {
    right: -50px;
  }

  .card-length.lengthy.height {
    padding-bottom: 80px;
  }

  .card-length.mobile {
    display: block;
  }

  .card-length.width-100 {
    width: 100%;
  }

  .card-length._100 {
    width: 100%;
    padding-bottom: 40px;
  }

  .link-block-4.w--current {
    width: 100%;
  }

  .getting-paid-mobile-section.mobile {
    display: block;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-14.invoice {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-4 {
    font-weight: 400;
  }

  .tailor-made-section.mobile {
    display: block;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-15.right {
    justify-content: flex-end;
    align-items: center;
  }

  .slider-3 {
    width: 100%;
  }

  .left-arrow-3 {
    left: -41px;
  }

  .image-13 {
    width: 90%;
    margin-left: -23px;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .image-14 {
    position: absolute;
  }

  .tabs-2 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .home-tab-links.w--current {
    width: auto;
  }

  .tab-hero {
    padding-top: 60px;
  }

  .footer-cards-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-26 {
    padding-bottom: 40px;
  }

  .div-block-28 {
    width: 100%;
    padding-left: 0;
  }

  .pricing-below {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-div-block.price {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._1st-bar, ._2nd-bar, ._3rd-bar {
    background-color: var(--black);
    width: 80%;
    height: 2px;
    margin-top: 5px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 0 0%;
  }

  .tabs-content-2 {
    overflow: visible;
  }

  .div-block-38 {
    width: 650px;
    height: 650px;
    margin-top: 30px;
  }

  .absolute-image {
    width: 22%;
    top: -18%;
  }

  .absolute-image._2nd {
    top: -18%;
  }

  .absolute-image._3rd {
    top: -9%;
    right: 1%;
  }

  .absolute-image._4th {
    width: 150px;
    bottom: 30%;
  }

  .absolute-image._5th {
    bottom: 13%;
    right: 20%;
  }

  .absolute-image._6th {
    bottom: 9%;
    left: -1%;
  }
}

@media screen and (max-width: 767px) {
  .margin-large {
    margin: 1.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rv-styleguide-header_heading {
    letter-spacing: -.0625rem;
    font-size: 2.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rv-styleguide-header_paragraph {
    font-size: 1.375rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-styleguide_section-header-n {
    font-size: .875rem;
  }

  .rv-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .rv-styleguide_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .rv-styleguide-heading-white {
    font-size: 2rem;
  }

  .rv-styleguide_2-col {
    margin-top: 5rem;
  }

  .styleguide-container {
    padding: 1rem;
  }

  .rv-styleguide-icon {
    height: 1.5rem;
  }

  .rv-styleguide-header_do {
    width: .9375rem;
    height: .9375rem;
  }

  .riseverse-badge {
    font-size: .75rem;
  }

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

  .lynx-nav-buttons.nav-hide {
    padding-left: 100px;
    padding-right: 100px;
    display: block;
  }

  .lynx-nav-button.nav {
    width: 100%;
  }

  .hero-heading {
    font-size: 36px;
  }

  .hero-heading.reporting.show {
    width: auto;
    font-size: 32px;
  }

  .hero-heading.reporting.medium {
    font-size: 36px;
    font-weight: 400;
  }

  .hero-heading.mobile {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .hero-sub-heading_1.reporting.width.mobile {
    width: auto;
  }

  .card-div-block {
    flex-flow: column;
  }

  .card-div-block.grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card, .card.lengthy, .card._40.spil {
    width: auto;
  }

  .card.full-width {
    padding: 40px;
  }

  .card-data.direction {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading-actionboard.mobile.noramal {
    font-size: 26px;
  }

  .heading-card-2._20.size {
    width: auto;
  }

  .marquee_wrap {
    height: 160px;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .heading-strategic.normal.left.mobile {
    width: auto;
  }

  .tags-div.space {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tag-button.green, .tag-button.red {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4.mobile {
    font-size: 32px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-footer-v13 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-absolute.main {
    width: 50%;
  }

  .iso-cards {
    padding: 20px;
  }

  .card-length, .card-length.lengthy.width-100 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-length._45, .card-length._57.height {
    width: auto;
  }

  .layer-3 {
    width: 100%;
  }

  .div-block-27 {
    padding-top: 30px;
  }

  .div-block-38 {
    width: 500px;
    height: 500px;
  }

  .layer-2 {
    width: 85%;
  }

  .layer-1 {
    width: 70%;
  }

  .absolute-image._5th {
    bottom: 16%;
    right: 13%;
  }

  .absolute-image._6th {
    bottom: 15%;
  }

  .image-18 {
    width: 150px;
  }

  .image-19 {
    height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rv-styleguide-header_content {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .rv-styleguide_header-container {
    padding-left: 1rem;
  }

  .rv-styleguide_header-wrap {
    flex-wrap: wrap;
  }

  .rv-styleguide-icon {
    margin-bottom: 1rem;
  }

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

  .lynx-nav-buttons.nav-hide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lynx-nav-button.footer {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .global-padding {
    padding-left: 2%;
    padding-right: 2%;
  }

  .global-padding.nav {
    padding-left: 3%;
    padding-right: 3%;
  }

  .global-padding.cta.gg {
    padding-top: 3rem;
  }

  .global-padding.footer, .global-padding.slider0padding {
    padding-bottom: 0;
  }

  .global-padding.pricing {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-heading.reporting.show {
    width: auto;
    font-size: 20px;
  }

  .hero-heading.reporting.mobile {
    font-size: 22px;
  }

  .hero-heading._5thpage {
    width: auto;
    font-size: 22px;
    font-weight: 500;
  }

  .hero-heading._6th.show {
    font-size: 22px;
    font-weight: 500;
  }

  .hero-heading._7th.show {
    font-size: 22px;
  }

  .hero-heading.mobile {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .hero-sub-heading_1.reporting.width.mobile {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-sub-heading_1.reporting.width.mobile.kk {
    text-align: left;
    align-self: flex-start;
  }

  .hero-sub-heading_1.reporting.width.show, .hero-sub-heading_1.reporting.cc {
    font-size: 15px;
  }

  .hero-sub-heading_1.reporting.cc.white.mobile {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .hero-sub-heading_1.mobile {
    font-size: 15px;
  }

  .hero-sub-heading_1.mobile.size {
    width: auto;
  }

  .hero-sub-heading_1.white {
    font-size: 14px;
  }

  .hero-sub-heading_1.center {
    color: #2c2b2bb3;
    text-align: center;
  }

  .hero-sub-heading_2 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    display: flex;
  }

  .hero-div-block-below.price {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .growth-section {
    background-color: #fff;
    position: relative;
  }

  .heading.ll.light.show, .heading.ll.mobile, .heading.medium {
    font-size: 22px;
  }

  .card-div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-div-block.gap {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .card-div-block.gap.above {
    padding-top: 10px;
  }

  .card-div-block.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .card-div-block.grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .card.lengthy {
    padding: 20px 10px;
  }

  .card.lengthy.height.slider {
    height: 400px;
  }

  .card.lengthy.padding-below, .card.lengthy.extra {
    width: 100%;
    padding: 20px 10px;
  }

  .card.lengthy.slider {
    height: 400%;
  }

  .card._40.spil {
    width: 100%;
    padding: 20px 10px;
  }

  .card._40.spil.space {
    padding: 20px 10px 80px;
  }

  .card._40.spil.kol {
    padding: 20px 10px;
  }

  .card._40.alone, .card._40.slider {
    height: 400px;
    padding: 10px;
  }

  .card.full-width {
    padding: 20px;
  }

  .card.full-width.glow {
    padding: 20px 10px;
  }

  .heading-actionboard.mobile.noramal {
    font-size: 20px;
  }

  .heading-actionboard._36 {
    font-size: 24px;
  }

  .heading-card-2._20 {
    font-size: 18px;
  }

  .marquee_wrap {
    width: 800vw;
  }

  .static-marquee_logos {
    width: 400vw;
  }

  .heading-strategic {
    font-size: 26px;
  }

  .heading-strategic.normal.left.mobile, .heading-strategic.normal.left.show {
    font-size: 22px;
    font-weight: 500;
  }

  .heading-strategic.normal.show.auto {
    width: auto;
    font-size: 22px;
  }

  .heading-strategic.medium.size {
    text-align: left;
    font-size: 22px;
  }

  .strategic-div-block.spacing.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .strategic-div-block.spacing.left.alone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tags-div {
    flex-flow: column;
  }

  .tags-div.slider {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tag-button {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-3, .paragraph-3.slider {
    font-size: 12px;
  }

  .cta-div-block {
    padding: 40px 20px;
  }

  .cta-div-block.spacing {
    padding: 20px 10px;
  }

  .heading-4.mobile {
    margin-top: 0;
    font-size: 22px;
  }

  .heading-4.show {
    font-size: 22px;
  }

  .heading-4._24 {
    font-size: 24px;
  }

  .heading-4.kk {
    font-size: 22px;
  }

  .brix---footer-link {
    font-size: 14px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-list-wrapper {
    overflow: hidden;
  }

  .brix---footer-col-title {
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-col-title.hide {
    display: block;
  }

  .brix---footer-col-title.pointer-no {
    cursor: auto;
  }

  .brix---paragraph-default {
    font-size: 12px;
    line-height: 28px;
  }

  .brix---footer-logo {
    width: 150px;
    max-width: none;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---grid-footer-v13 {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 3%;
    padding-right: 3%;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    align-items: stretch;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .div-box-1, .div-box-1.lengthy {
    width: 100%;
  }

  .div-box-1.lengthy.kk {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .image-absolute.jkj {
    display: none;
  }

  .image-absolute.main {
    width: 80%;
  }

  .slider {
    height: 100%;
  }

  .left-arrow {
    left: -11%;
  }

  .right-arrow {
    right: -11%;
  }

  .slider-div {
    flex-flow: column;
  }

  .image-div, .div-block-6 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
  }

  .image-7 {
    width: auto;
    left: -1%;
  }

  .image-7._2nd {
    width: 60%;
    top: 50px;
    left: -1%;
  }

  .image-7._3rd {
    width: auto;
    right: -2%;
  }

  .text-span-2 {
    color: #2c2b2b;
  }

  .hiw-div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    font-size: 22px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .story-div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap-reverse;
    padding: 3rem 10px;
  }

  .image-div-block {
    width: 100%;
    height: 300px;
  }

  .story-details-block {
    width: 100%;
    padding-right: 0;
  }

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

  .iso-box-div-block {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .iso-cards {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tab-1 {
    border-radius: 10px;
  }

  .tab-1.w--current {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 3px 0 0;
    display: flex;
  }

  .tab-1._3rd, .tab-1._2nd {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .tabs-content {
    margin-top: -3px;
  }

  .tab-pane-tab-1 {
    padding: 20px;
  }

  .paragraph-8 {
    font-size: 15px;
    font-weight: 300;
  }

  .slide-3, .slide-4 {
    width: 100%;
  }

  .left-arrow-2 {
    left: -35px;
  }

  .right-arrow-2 {
    right: -35px;
  }

  .card-length, .card-length.lengthy.width-100, .card-length._45, .card-length._57.height, .link-block-3, .link-block-4 {
    width: 100%;
  }

  .div-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .paragraph-9 {
    font-size: 15px;
  }

  .div-block-14 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-14.invoice {
    height: 440px;
    padding-top: 20px;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .tabs-2, .tabs-menu-2 {
    width: 100%;
  }

  .home-tab-links, .home-tab-links.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .integration-div-block, .security-div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-cards-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-card {
    padding: 20px 30px;
  }

  .image-16 {
    width: 25px;
  }

  .pricing-card-div {
    width: 100%;
  }

  .price-div-block.price {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .div-block-38 {
    width: 300px;
    height: 300px;
  }

  .layer-2 {
    width: 80%;
    padding-bottom: 26px;
    padding-right: 0;
  }

  .absolute-image._4th {
    width: 80px;
    bottom: 45%;
  }

  .absolute-image._5th {
    bottom: 36%;
  }

  .absolute-image._6th {
    bottom: 30%;
  }

  .image-18 {
    width: 100px;
  }

  .left-arrow-4 {
    display: none;
  }

  .image-19 {
    height: 120px;
  }
}

#w-node-_035f4c75-26a8-3960-12ca-36433e6e172b-3e6e1726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e810b-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8110-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8115-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e811a-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8120-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8126-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e812c-9a5f616d {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8241-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e825a-9a5f616d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e825d-9a5f616d {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e825f-9a5f616d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8262-9a5f616d {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e82b8-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e82c2-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e82c3-9a5f616d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8335-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e833a-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e833f-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8344-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8349-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e834e-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8358-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e835d-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8362-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8367-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e836c-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8371-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8376-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e837b-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8380-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8385-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e838a-9a5f616d {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e838e-9a5f616d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e838f-9a5f616d {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8391-9a5f616d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8394-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8399-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e839e-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83b5-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ba-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83bf-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83c4-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83c9-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ce-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83d8-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83dd-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83e2-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83e7-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83ec-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83f1-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83f6-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e83fb-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8400-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8405-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e840a-9a5f616d {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e840e-9a5f616d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e840f-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8414-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8419-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e841e-9a5f616d {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e84a8-9a5f616d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8506-9a5f616d {
  justify-self: start;
}

#w-node-f0c55638-651e-7b8e-26e7-edf3770e8562-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e856c-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8576-9a5f616d, #w-node-f0c55638-651e-7b8e-26e7-edf3770e8580-9a5f616d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_035f4c75-26a8-3960-12ca-36433e6e172a-3e6e1726 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c3f5841a-77b0-20a0-7067-50abdcc08865-9a5f6158 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_035f4c75-26a8-3960-12ca-36433e6e172a-3e6e1726 {
    grid-column: span 2 / span 2;
  }

  #w-node-c3f5841a-77b0-20a0-7067-50abdcc08865-9a5f6158 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


