:root {
  --combine-library--grey-800: #1f2c3d;
  --netfeedback-purple: #635aa4;
  --combine-library--white: white;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-600: #5f6570;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--warning-400: #f8b34b;
  --combine-library--primary-200: #9e97ff;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-100: #d9dce2;
  --ppc-manager-blue: #55abd4;
  --ppc-manager-magenta: #d2357d;
  --ppc-manager-yellow: #f0b534;
  --canvas: #fff;
  --ink: #0b1020;
  --ink-2: #4a5168;
  --line-2: #dfe1ea;
  --ink-3: #8a90a4;
  --line: #ececf2;
  --canvas-2: #f6f7f9;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-small {
  border: 2px solid var(--netfeedback-purple);
  background-color: var(--netfeedback-purple);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  border: 2px solid var(--netfeedback-purple);
  background-color: var(--combine-library--white);
  color: var(--netfeedback-purple);
}

.combine-button-white-small {
  border: 2px solid var(--netfeedback-purple);
  background-color: var(--combine-library--grey-050);
  color: var(--netfeedback-purple);
  text-align: center;
  -webkit-text-stroke-color: var(--netfeedback-purple);
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  background-color: var(--netfeedback-purple);
  color: var(--combine-library--white);
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav1_item {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav1_item:lang(en-gb) {
  font-family: Poppins, sans-serif;
}

.combine-nav1_dropdown-title {
  color: var(--combine-library--grey-800);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav1_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown {
  font-weight: 700;
}

.combine-nav1_link {
  color: var(--combine-library--grey-800);
  margin-right: 0;
  padding: .5rem 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_link.w--current {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.combine-nav1_link.w--current:lang(en-gb) {
  font-weight: 400;
}

.combine-nav1_link.last {
  margin-right: 2rem;
}

.combine-nav1_menu {
  text-align: left;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.combine-nav1_logo {
  height: 50px;
  max-height: 1.9rem;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-global {
  height: auto;
  padding: 20px 1.25rem;
}

.combine-nav1_component {
  background-color: var(--combine-library--white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-header5_image {
  outline-offset: 0px;
  perspective: none;
  mix-blend-mode: normal;
  object-fit: cover;
  border: 2px #000;
  border-radius: 1px;
  outline: 3px #333;
  width: 100%;
  height: 100%;
  transform: none;
}

.combine-header5_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 6px 5px 5px -4px #0006;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.combine-space-large {
  height: 4rem;
}

.combine-button {
  border: 2px solid var(--netfeedback-purple);
  background-color: var(--netfeedback-purple);
  color: #fff;
  text-align: left;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
}

.combine-button:hover {
  border: 2px solid var(--netfeedback-purple);
  background-color: var(--combine-library--white);
  color: var(--netfeedback-purple);
}

.combine-button.center {
  max-width: 25rem;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.combine-button.hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: .75rem;
  padding-bottom: 0;
  padding-left: 1.5rem;
  display: flex;
  position: static;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular {
  width: auto;
  color: var(--combine-library--grey-600);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  overflow: visible;
}

.combine-text-size-regular.smaller {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .9rem;
}

.combine-text-size-regular.callout {
  border-left: 5px solid var(--netfeedback-purple);
  margin-bottom: 0;
  padding-left: 20px;
}

.combine-text-size-regular.hero {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0;
}

.combine-text-size-regular.center {
  text-align: center;
}

.combine-heading-style-h1 {
  color: var(--combine-library--grey-800);
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

.combine-text-align-center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.combine-padding-section-medium.second {
  padding-top: 2rem;
}

.combine-padding-section-medium.pricing {
  padding-bottom: 0;
}

.combine-section_header5 {
  background-color: var(--combine-library--white);
  height: auto;
  min-height: 100%;
}

.combine-section_header5.home {
  height: 100vh;
}

.body {
  font-family: Poppins, sans-serif;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.combine-feature3_image {
  box-shadow: 0 2px 5px 0 var(--combine-library--grey-200);
  object-fit: cover;
  border-radius: 20px;
}

.combine-feature3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.35;
}

.combine-heading-style-h2.centered {
  text-align: center;
}

.combine-feature3_content {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-global-2 {
  padding: 0 1.25rem 2rem;
}

.combine-section_feature3 {
  background-color: var(--combine-library--white);
}

.bold-text {
  font-family: Poppins, sans-serif;
  font-weight: 900;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-2:lang(en-gb) {
  font-size: 1.1rem;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-feature5_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
}

.combine-feature5_item:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 20px #8c94a533;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-feature5_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.combine-section_feature5 {
  background-color: var(--combine-library--grey-050);
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.combine-footer2_link {
  color: var(--combine-library--grey-200);
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer2_link:hover {
  color: var(--combine-library--white);
}

.combine-footer2_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer2_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
}

.combine-padding-section-small:lang(en-gb) {
  border-radius: 10px;
}

.combine-padding-section-small.footer {
  padding-top: 1rem;
  padding-bottom: 0;
}

.combine-padding-section-small.hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-footer2_title {
  color: var(--combine-library--white);
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
}

.combine-footer2_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer2_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer2_top-text {
  color: var(--combine-library--grey-200);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_logo {
  height: 100%;
  max-height: 4rem;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: clip;
}

.combine-footer2_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-footer2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.combine-footer2_component {
  background-color: var(--combine-library--grey-600);
  margin-top: 4rem;
  padding-bottom: 0;
}

.combine-cta2_max-width {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-cta2_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.35;
}

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

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

.combine-section_cta2 {
  background-color: var(--combine-library--white);
}

.combine-pricing5_tooltip {
  background-color: var(--combine-library--grey-800);
  width: 12rem;
  color: var(--combine-library--white);
  border-radius: .5rem;
  padding: .5rem .75rem;
  font-size: .75rem;
}

.combine-pricing5_tooltip-triangle {
  width: 1rem;
  height: 1rem;
  color: var(--combine-library--grey-800);
  margin-left: .5rem;
}

.combine-pricing5_tooltip-wrapper {
  z-index: 3;
  display: none;
  position: absolute;
  left: 0;
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--netfeedback-purple);
  cursor: pointer;
  display: flex;
}

.combine-pricing5_help {
  color: var(--combine-library--grey-400);
  padding: .25rem;
  position: relative;
}

.combine-pricing5_table-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  width: 100%;
  color: var(--combine-library--grey-800);
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.combine-pricing5_table-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: .75rem;
  display: grid;
}

.combine-background-color-grey {
  background-color: var(--combine-library--grey-050);
}

.combine-icon_color5 {
  color: var(--ppc-manager-blue);
}

.combine-text-weight-semibold {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_table-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.combine-pricing5_table-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: .75rem;
  padding: .75rem;
  display: flex;
}

.combine-button-small-2 {
  border: 2px solid var(--netfeedback-purple);
  background-color: var(--netfeedback-purple);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small-2:hover {
  border: 2px solid var(--netfeedback-purple);
  background-color: var(--combine-library--white);
  color: var(--netfeedback-purple);
}

.combine-pricing5_span {
  color: var(--combine-library--grey-800);
  font-size: 1.25rem;
}

.combine-pricing5_cost-tertiary {
  color: var(--ppc-manager-magenta);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

.combine-pricing5_cost-primary {
  color: var(--ppc-manager-yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_cost-secondary {
  color: var(--ppc-manager-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-pricing5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
}

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

.combine-section_pricing5 {
  background-color: var(--combine-library--white);
  display: block;
}

.combine-text-size-regular-3 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_small-2 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color3-2 {
  color: var(--combine-library--warning-400);
}

.combine-pricing3_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-pricing3_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.combine-line_divider {
  background-color: var(--combine-library--grey-100);
  width: 100%;
  height: 1px;
}

.combine-pricing3_span {
  color: var(--combine-library--grey-800);
  font-size: 1.25rem;
}

.combine-pricing3_cost-tertiary {
  color: var(--combine-library--warning-400);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-weight-semibold-2 {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-space-small-2 {
  width: 100%;
  height: 1rem;
}

.combine-pricing3_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-pricing3_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  width: 100%;
  max-width: 25rem;
  height: auto;
  min-height: 100%;
  padding: 2.5rem 2rem;
  font-family: Poppins, sans-serif;
  display: flex;
}

.combine-icon_color1-2 {
  color: var(--combine-library--primary-600);
}

.combine-pricing3_cost-primary {
  color: var(--combine-library--primary-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_color2-2 {
  color: var(--combine-library--secondary-600);
}

.combine-pricing3_cost-secondary {
  color: var(--combine-library--secondary-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

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

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

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

.combine-section_pricing3 {
  background-color: var(--combine-library--grey-050);
  display: block;
}

.combine-section_pricing3:lang(en-gb) {
  display: block;
}

.combine-button-4 {
  background-color: var(--ppc-manager-blue);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-4:hover {
  background-color: var(--ppc-manager-yellow);
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-4 {
  color: var(--combine-library--grey-600);
  text-align: center;
  text-wrap: balance;
  justify-content: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.combine-header4_span {
  background-image: linear-gradient(90deg, var(--combine-library--warning-400), #ec80b4 18%, var(--combine-library--primary-600) 55%, var(--combine-library--secondary-600));
  color: var(--combine-library--primary-600);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

.combine-heading-style-h1-2 {
  color: var(--combine-library--grey-800);
  text-align: center;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}

.combine-text-align-center-3 {
  text-align: left;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.combine-padding-section-large-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.combine-container-small-6:lang(en-gb) {
  max-width: 50rem;
}

.combine-padding-global-4 {
  background-color: var(--combine-library--white);
  padding: 0 1.25rem;
}

.combine-padding-global-4.white {
  background-color: var(--combine-library--white);
}

.featurepage-section_header4 {
  background-color: var(--combine-library--white);
  height: auto;
}

.combine-feature3_image-2 {
  border: 1px none var(--combine-library--grey-600);
  object-fit: cover;
}

.combine-feature3_image-wrapper-2 {
  width: 100%;
  box-shadow: 0 2px 5px 0 var(--combine-library--grey-200);
  border-radius: 1rem;
  overflow: hidden;
}

.combine-heading-style-h2-5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
}

.combine-feature3_content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--combine-library--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.combine-feature3_content-2.white {
  background-color: var(--combine-library--white);
}

.combine-feature3_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium-3 {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.featurepage-section_feature3 {
  background-color: var(--combine-library--grey-050);
}

.featurepage-section_feature3.white {
  background-color: var(--combine-library--white);
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: visible;
}

.combine-icon_small-3 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
  border-radius: 7px;
  margin-bottom: 10px;
}

.combine-faq2_title {
  color: var(--combine-library--grey-800);
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--combine-library--grey-050);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_accordion {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: auto;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-3 {
  height: 4rem;
}

.featurepage-section_faq2 {
  background-color: var(--combine-library--grey-050);
}

.combine-heading-style-h6 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large-2 {
  border-radius: 7px;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
}

.combine-feature4_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-icon_color2-3 {
  color: var(--combine-library--secondary-600);
  border-radius: 7px;
  margin-bottom: 10px;
}

.combine-icon_color3-3 {
  color: var(--combine-library--warning-400);
  border-radius: 7px;
  margin-bottom: 10px;
}

.combine-icon_color1-3 {
  color: var(--combine-library--primary-600);
  border-radius: 7px;
  margin-bottom: 10px;
}

.featurepage-section_feature4 {
  background-color: var(--combine-library--grey-050);
}

.grid {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-areas: "Area";
}

.combine-heading-style-h2-6 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-section_faq2 {
  background-color: var(--combine-library--grey-050);
}

.bold-text-2 {
  font-family: Poppins, sans-serif;
  font-weight: 900;
}

.combine-feature3_image-wrapper-right {
  border-radius: 1.25rem;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.contact-hero-text, .contact-hero-text-2 {
  width: 100%;
  max-width: 1440px;
  color: var(--combine-library--grey-800);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.image {
  max-width: 75px;
}

.link-3 {
  vertical-align: text-top;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.link-3.w--current {
  color: var(--combine-library--grey-800);
  vertical-align: text-top;
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.locale {
  background-color: var(--combine-library--white);
  margin-top: 0;
  padding: 10px;
  font-weight: 700;
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  width: 150px;
  min-width: 0;
}

.image-2 {
  max-width: 35px;
  margin-right: 10px;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.locales-wrapper {
  display: none;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--netfeedback-purple);
}

.text-block-2 {
  color: var(--combine-library--grey-600);
  -webkit-text-stroke-color: var(--combine-library--grey-600);
  font-family: Poppins, sans-serif;
  font-weight: 900;
}

.combine-footer2_link-copy {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer2_link-copy:hover {
  color: var(--combine-library--white);
}

.locales-wrapper-2 {
  margin-top: 0;
}

.icon-2 {
  color: var(--combine-library--white);
  font-weight: 700;
  position: absolute;
}

.locale-2 {
  background-color: #fff;
  margin-top: 0;
  padding: 10px;
  font-weight: 700;
}

.image-3 {
  max-width: 35px;
  margin-right: 10px;
}

.link-4 {
  color: #1d2939;
  vertical-align: text-top;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-4.w--current {
  color: #1f2c3d;
  vertical-align: text-top;
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.section-5 {
  background-color: var(--combine-library--grey-050);
  font-size: 16px;
  line-height: 24px;
}

.container-3 {
  margin-top: 40px;
  margin-bottom: 0;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 54px;
}

.heading-4:lang(en-gb) {
  font-family: Poppins, sans-serif;
}

.image-4 {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: visible;
}

.rich-text-block-2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.rich-text-block-2:lang(en-gb) {
  font-family: Poppins, sans-serif;
}

.paragraph-10 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.paragraph-10:lang(en-gb) {
  font-family: Poppins, sans-serif;
}

.link-6 {
  color: #100e13;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-6:lang(en-gb) {
  font-family: Poppins, sans-serif;
}

.error-message {
  color: red;
  background-color: #fff2f2;
  border-radius: 4px;
  padding: 17px;
  overflow: hidden;
}

.contact-form-item, .contact-form-item.up {
  width: 48%;
}

.success-message-3 {
  color: #1ebd53;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.contact-form-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.contact-form-item-full {
  width: 100%;
}

.button-2 {
  color: #fff;
  background-color: #6941c6;
  border-radius: 12px;
  padding: 15px 25px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #0d0e10;
}

.button-2.dark-blue {
  background-color: var(--netfeedback-purple);
  margin-top: 20px;
  padding-left: 64px;
  padding-right: 64px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-2.dark-blue:hover {
  background-color: #546bb2;
}

.contact-form-field-label {
  align-self: flex-start;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.contact-form-text-area-2 {
  background-color: #f1f3f6;
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 48px;
  padding: 10px 28px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.contact-form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-block {
  background-color: var(--combine-library--white);
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 32px;
  box-shadow: 17px 17px 200px #40454f0f;
}

.contact-form-block:lang(en-gb) {
  border-radius: 5px;
}

.contact-form-text-field-2 {
  background-color: #f1f3f6;
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 30px 28px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.body-3 {
  background-color: var(--combine-library--grey-050);
}

.section-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-6 {
  max-width: 1140px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3 {
  color: #100e13;
  text-align: center;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
}

.collection-list {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-list:lang(en-gb) {
  grid-template-rows: auto auto auto;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  border-radius: 10px;
  max-height: 333px;
}

.link-block-10 {
  color: #6a1dd7;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.text-block-14 {
  color: #5a54fb;
  letter-spacing: .75px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.link-block-9 {
  color: #100e13;
  text-decoration: none;
}

.heading-6 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

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

.heading-7 {
  color: #100e13;
  text-align: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.heading-7:lang(en-gb) {
  font-family: Poppins, sans-serif;
}

.image-6 {
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: block;
}

.link-block-11 {
  color: #100e13;
  text-decoration: none;
}

.heading-8 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

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

.paragraph-12 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.paragraph-12:lang(en-gb) {
  font-family: Poppins, sans-serif;
}

.checkbox-label {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.checkbox-label:lang(en-gb) {
  font-size: 15px;
}

.checkbox-field {
  margin: 10px auto 10px 0;
}

.checkbox {
  font-size: 16px;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.paragraph:lang(en-gb) {
  font-size: 15px;
  font-weight: 400;
}

.text-block-footer {
  color: var(--combine-library--white);
  font-size: 1rem;
}

.text-block-footer:lang(en-gb) {
  text-decoration: none;
}

.link-9 {
  color: var(--combine-library--white);
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-7-copy {
  color: var(--combine-library--white);
  text-decoration: none;
}

.link-7-copy:lang(en-gb) {
  text-decoration: none;
}

.eyebrow {
  color: #344054;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.eyebrow.centered {
  text-align: center;
  font-weight: 600;
}

.eyebrow.inline-div-0 {
  margin-bottom: 16px;
}

.combine-nav1_item-copy {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item-copy:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-button-5 {
  color: #fff;
  text-align: center;
  background-color: #635aa4;
  border: 2px solid #635aa4;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-5:hover {
  color: #635aa4;
  background-color: #fff;
  border: 2px solid #635aa4;
}

.text-block-15, .text-block-16, .text-block-17, .bold-text-6, .bold-text-7 {
  font-family: Poppins, sans-serif;
}

.text-block-18 {
  color: var(--netfeedback-purple);
  font-size: 30px;
  font-weight: 400;
}

.text-block-18.price {
  font-size: 16px;
  font-weight: 700;
}

.how-works_section {
  background-color: var(--netfeedback-purple);
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.content2-jumbonumber {
  opacity: .2;
  color: var(--combine-library--white);
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .8;
  color: var(--combine-library--white);
  font-family: Poppins, sans-serif;
}

.text-14.centered {
  opacity: .8;
  color: var(--combine-library--white);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.decoline {
  background-color: #d2d2d2;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-80 {
  width: 100%;
  max-width: 75rem;
  padding: 0;
}

.headline-6-col {
  width: 100%;
  margin-bottom: 50px;
}

.content2-items {
  align-items: flex-start;
  display: flex;
}

._3-col {
  width: 33%;
  margin-right: 40px;
  display: inline-block;
}

._3-col._3-col-last {
  margin-right: 0;
}

.heading-9 {
  color: var(--combine-library--white);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.how-it-works-title {
  color: var(--combine-library--white);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.nf-redesign-root {
  box-sizing: border-box;
  background-color: var(--canvas);
  color: var(--ink);
  font-family: "var(--sans)";
}

.eyebrow-1 {
  color: var(--ink-2);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: "var(--mono)";
  font-size: 11px;
}

.page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.nav-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 64px;
  display: grid;
}

.brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: -.025em;
  align-items: center;
  font-family: "var(--sans)";
  font-size: 19px;
  font-weight: 700;
  display: flex;
}

.brand.inline-a-0 {
  color: var(--canvas);
}

.brand-mark {
  background-image: linear-gradient(135deg, var(--accent-deep), var(--accent));
  width: 28px;
  height: 28px;
  box-shadow: 0 4px 12px -4px color-mix(in oklab, var(--accent) 50%, transparent);
  color: #fff;
  border-radius: 8px;
  place-items: center;
  font-family: "var(--sans)";
  font-size: 12px;
  font-weight: 700;
  display: grid;
}

.brand-mark.inline-span-0 {
  background-color: var(--canvas);
  color: var(--ink);
}

.nav-links {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--ink-2);
  justify-content: center;
  font-size: 14px;
  display: flex;
}

.nav-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #0000;
  border-radius: 10px;
  align-items: center;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  transition: transform .2s, background .2s, box-shadow .2s;
  display: inline-flex;
}

.btn-primary {
  background-color: var(--ink);
  color: var(--canvas);
  box-shadow: inset 0 1px #ffffff0f, 0 8px 20px -8px #0b102080;
}

.btn-ghost {
  border-color: var(--line-2);
  color: var(--ink);
  background-color: #0000;
}

.locale-1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--ink-3);
  align-items: center;
  font-family: "var(--mono)";
  font-size: 11px;
  display: inline-flex;
}

.hero {
  padding: 56px 0 0;
  position: relative;
}

.hero-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  display: grid;
}

.hero-lede {
  max-width: 42ch;
  color: var(--ink-2);
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
}

.hero-cta-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.hero-stats {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 24px;
  display: grid;
}

.stat {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.stat-num {
  letter-spacing: -.035em;
  font-family: "var(--sans)";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.stat-label {
  color: var(--ink-3);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: "var(--mono)";
  font-size: 10px;
}

.ticker {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  background-color: var(--canvas-2);
  color: var(--ink-2);
  letter-spacing: .04em;
  font-family: "var(--mono)";
  font-size: 11px;
  overflow: hidden;
}

.ticker-track {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  white-space: nowrap;
  width: max-content;
  padding: 9px 0;
  animation: 40s linear infinite nf-tick;
  display: flex;
}

.ticker-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: inline-flex;
}

.dashboard-shell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--line);
  background-color: var(--canvas-2);
  border-radius: 20px;
  grid-template-columns: 220px 1fr;
  min-height: 640px;
  padding: 20px;
  display: grid;
}

.dash-side {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--line);
  background-color: var(--canvas);
  border-radius: 14px;
  flex-direction: column;
  padding: 18px 14px;
  display: flex;
}

.dash-side-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 6px;
  display: flex;
}

.dash-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--ink-2);
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 8px 10px;
  font-size: 13px;
  display: flex;
}

.dash-link.active {
  background-color: var(--ink);
  color: var(--canvas);
}

.dash-divider {
  background-color: var(--line);
  height: 1px;
  margin: 10px 0;
}

.dash-side-foot {
  border: 1px solid var(--line);
  background-color: var(--canvas-2);
  color: var(--ink-2);
  border-radius: 10px;
  margin-top: auto;
  padding: 10px;
  font-size: 12px;
}

.dash-main {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--line);
  background-color: var(--canvas);
  border-radius: 14px;
  flex-direction: column;
  padding: 22px;
  display: flex;
}

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

.dash-title {
  letter-spacing: -.03em;
  font-family: "var(--sans)";
  font-size: 24px;
  font-weight: 600;
}

.tabstrip {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--line);
  background-color: var(--canvas-2);
  border-radius: 999px;
  padding: 3px;
  font-size: 12px;
  display: flex;
}

.kpi-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.kpi {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  flex-direction: column;
  padding: 14px;
  display: flex;
}

.panel-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-columns: 1.3fr 1fr;
  min-height: 0;
  display: grid;
}

.panel {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.feed {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.rev {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--line);
  background-color: var(--canvas-2);
  border-radius: 10px;
  grid-template-columns: 28px 1fr auto;
  align-items: start;
  padding: 10px;
  display: grid;
}

.rev-av {
  background-color: var(--ink);
  width: 28px;
  height: 28px;
  color: var(--canvas);
  border-radius: 50%;
  place-items: center;
  font-family: "var(--mono)";
  font-size: 11px;
  display: grid;
}

.rev-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.rev-stars {
  letter-spacing: 1px;
  color: var(--gold);
  font-size: 11px;
}

.rev-body {
  color: var(--ink-2);
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.45;
}

.inline-p-0 {
  max-width: 48ch;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.6;
}

.signal-chip.up.inline-span-0, .signal-chip.up.inline-span-1, .signal-chip.up.inline-span-2, .signal-chip.up.inline-span-3, .signal-chip.up.inline-span-4 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line-2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line-2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line-2);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line-2);
  color: var(--accent-deep);
  background-color: #0000;
}

.inline-div-0 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.compare {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  border-radius: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  overflow: hidden;
  box-shadow: 0 20px 50px -30px #0b102040;
}

.cmp-col {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-right: 1px solid var(--line);
  background-color: var(--canvas);
  flex-direction: column;
  padding: 28px 24px;
  display: flex;
}

.cmp-col.us {
  background-color: var(--ink);
  color: var(--canvas);
  position: relative;
}

.cmp-head {
  letter-spacing: -.025em;
  font-family: "var(--sans)";
  font-size: 22px;
  font-weight: 600;
}

.cmp-head.inline-div-0 {
  color: var(--canvas);
}

.cmp-price {
  color: var(--ink-3);
  font-family: "var(--mono)";
  font-size: 12px;
}

.cmp-feats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  font-size: 13px;
  display: flex;
}

.cmp-feat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 16px 1fr;
  align-items: start;
  display: grid;
}

.cases {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.case {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  background-color: var(--canvas);
  cursor: pointer;
  border-radius: 16px;
  min-height: 220px;
  padding: 26px;
  transition: background .25s, transform .25s, border-color .25s, box-shadow .25s;
  position: relative;
}

.case-tag {
  color: var(--ink-3);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: "var(--mono)";
  font-size: 10px;
}

.case-plats {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  display: flex;
}

.case-plat {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--line);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--line);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--line);
  color: var(--ink-2);
  border-radius: 4px;
  padding: 3px 7px;
  font-family: "var(--mono)";
  font-size: 10px;
}

.case-arrow {
  font-family: "var(--mono)";
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  right: 22px;
}

.block.inline-section-0 {
  padding-top: 40px;
}

.pricing-strip {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--canvas);
  background-image: linear-gradient(135deg, #0e1430, #0b1020 60%);
  border-radius: 24px;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  padding: 60px 48px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px -40px #0b102099;
}

.pricing-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.price-big {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: baseline;
  font-family: "var(--sans)";
  display: flex;
}

.mono-line.inline-div-0 {
  margin-bottom: 16px;
}

.inline-p-0-1 {
  letter-spacing: .06em;
  color: oklch(.72 .01 85);
  margin-top: 16px;
  font-family: "var(--mono)";
  font-size: 12px;
}

.faq {
  border-top: 1px solid var(--ink);
  flex-direction: column;
  display: flex;
}

.faq-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--line);
  padding: 0;
}

.faq-num {
  color: var(--ink-3);
  letter-spacing: .12em;
  font-family: "var(--mono)";
  font-size: 11px;
}

.faq-q {
  letter-spacing: -.025em;
  font-family: "var(--sans)";
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
}

.faq-toggle {
  border: 1px solid var(--line-2);
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  display: grid;
}

.inline-section-0-parent.inline-section-0 {
  padding-top: 60px;
}

.inline-em-0 {
  color: var(--accent-deep);
  font-style: normal;
  font-weight: 600;
}

.inline-h2-0 {
  letter-spacing: -.025em;
  max-width: 18ch;
  margin: 0 auto 32px;
  font-family: "var(--sans)";
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 600;
  line-height: .95;
}

.inline-div-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.inline-div-2 {
  color: var(--ink-3);
  letter-spacing: .08em;
  font-family: "var(--mono)";
  font-size: 11px;
}

.inline-a-0-parent.inline-a-0, .inline-a-1-parent.inline-a-1 {
  padding: 16px 28px;
  font-size: 16px;
}

.inline-section-0-1-parent.inline-section-0-1 {
  text-align: center;
  padding: 140px 0 120px;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  display: grid;
}

.footer-tag {
  letter-spacing: -.025em;
  max-width: 20ch;
  margin: 16px 0;
  font-family: "var(--sans)";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.footer-mini {
  color: oklch(.7 .01 85);
  font-family: "var(--mono)";
  font-size: 11px;
}

.footer-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: oklch(.7 .01 85);
  border-top-style: solid;
  border-top-width: 1px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 20px;
  font-family: "var(--mono)";
  font-size: 11px;
  display: flex;
}

.inline-em-0-1 {
  color: var(--accent);
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .combine-nav1_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

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

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-feature5_item {
    color: var(--combine-library--grey-800);
    text-decoration: none;
  }

  .combine-feature5_component {
    align-items: stretch;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer2_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-footer2_grid {
    grid-template-columns: auto auto auto;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-pricing3_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .combine-heading-style-h1-2 {
    font-size: 2.75rem;
  }

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

  .combine-heading-style-h2-5, .combine-heading-style-h2-6 {
    font-size: 2.5rem;
  }

  .contact-form-block {
    padding: 40px;
  }

  .combine-nav1_item-copy {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrap {
    width: 645px;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-links {
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature3_component {
    flex-direction: column;
  }

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

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

  .combine-footer2_bottom-text {
    order: 1;
  }

  .combine-footer2_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-pricing5_table-item {
    border-bottom: 1px solid var(--combine-library--grey-100);
    padding-bottom: .5rem;
  }

  .combine-pricing5_table-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .combine-pricing5_table-header {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .combine-padding-global-3, .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature3_component-2 {
    flex-direction: column;
  }

  .contact-form-item {
    width: 100%;
  }

  .contact-form-item.up {
    margin-bottom: 20px;
  }

  .contact-form-row {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .contact-form-item-full {
    width: 100%;
  }

  .contact-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .combine-button-small, .combine-button-white-small {
    display: none;
  }

  .combine-nav1_button-wrapper {
    margin-top: 1.5rem;
  }

  .combine-nav1_logo {
    max-width: 90%;
    height: auto;
    max-height: none;
  }

  .combine-nav1_logo:lang(en-gb) {
    max-width: 75%;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-section-medium {
    padding-bottom: 2rem;
  }

  .combine-padding-section-medium:lang(en-gb) {
    padding-top: 2rem;
  }

  .combine-section_header5.home:lang(en-gb) {
    height: auto;
    min-height: auto;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-padding-section-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-padding-section-small.footer {
    padding-left: 0;
  }

  .combine-footer2_grid {
    grid-template-columns: auto;
  }

  .combine-pricing5_cost-tertiary {
    font-size: 1.25rem;
  }

  .combine-pricing5_details {
    justify-content: space-between;
    padding: 0;
    font-size: .875rem;
  }

  .combine-pricing5_cost-primary, .combine-pricing5_cost-secondary {
    font-size: 1.25rem;
  }

  .combine-pricing5_table-header {
    grid-column-gap: .5rem;
  }

  .combine-section_pricing5 {
    display: none;
  }

  .combine-icon_small-2, .combine-pricing3_cost-tertiary {
    color: var(--netfeedback-purple);
  }

  .combine-pricing3_item {
    padding: 2rem 1.5rem;
  }

  .combine-pricing3_cost-primary, .combine-pricing3_cost-secondary {
    color: var(--netfeedback-purple);
  }

  .combine-pricing3_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .combine-padding-section-medium-2 {
    padding-top: 2rem;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .combine-text-size-regular-4 {
    flex-flow: wrap;
    font-size: 1rem;
  }

  .combine-header4_span {
    font-size: 2.75rem;
  }

  .combine-heading-style-h1-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .section-5 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 36px;
  }

  .contact-form-item.up {
    width: 100%;
  }

  .contact-form-field-label {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .contact-form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-14.centered, .heading-9 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_523cd780-9185-00c7-31d0-f2bb4b25bfe3-423640b5, #w-node-_523cd780-9185-00c7-31d0-f2bb4b25bff0-423640b5, #w-node-_523cd780-9185-00c7-31d0-f2bb4b25c006-423640b5, #w-node-_523cd780-9185-00c7-31d0-f2bb4b25c01d-423640b5, #w-node-_523cd780-9185-00c7-31d0-f2bb4b25c040-423640b5, #w-node-_523cd780-9185-00c7-31d0-f2bb4b25c088-423640b5, #w-node-_523cd780-9185-00c7-31d0-f2bb4b25c0a0-423640b5, #w-node-_523cd780-9185-00c7-31d0-f2bb4b25c0ac-423640b5, #w-node-_722b19ae-c4ce-d4fd-79fa-eb14df708f6e-df708f66, #w-node-_01854e4c-8d4f-8cf4-322c-a70bde2c4466-423640b9, #w-node-_756445f4-a444-bf4c-d7dd-897d29c28d63-423640b9, #w-node-_4f5d179e-c935-0318-6a97-051e882c16a6-423640b9, #w-node-_7462308f-d07c-11aa-03a1-0df7e5dc3af8-423640b9, #w-node-eb1bcbab-d758-bcfa-4190-125db0defc8e-423640b9, #w-node-af049f86-78ba-e1a3-8ad0-dc1aa7e08ea5-423640b9, #w-node-_1a2a5924-1c42-f5f4-76bc-715191886940-423640b9, #w-node-_656e8af8-5e49-6b70-4181-ffd412df166f-423640b9, #w-node-_7ef1e5e7-1044-f889-3637-f14b9e694b63-423640b9, #w-node-_811c76f7-6003-fedc-dcb3-ae5f1417fcf4-423640b9, #w-node-_811c76f7-6003-fedc-dcb3-ae5f1417fcf6-423640b9, #w-node-_811c76f7-6003-fedc-dcb3-ae5f1417fcf8-423640b9, #w-node-ed1c95f8-e969-299f-c6a5-3d965404aff7-423640b9, #w-node-ed1c95f8-e969-299f-c6a5-3d965404aff9-423640b9, #w-node-ed1c95f8-e969-299f-c6a5-3d965404affb-423640b9, #w-node-_8b138b72-9ce1-0823-8ae5-6e62a152ceb1-423640b9, #w-node-b6b35ed0-0c85-6465-aabc-cc1c49a95d30-423640b9, #w-node-ac55ff15-9d57-8859-f310-499a44a442d0-423640b9, #w-node-_6112e657-0955-301d-448c-ab6e968cff3d-423640b9, #w-node-_6112e657-0955-301d-448c-ab6e968cff40-423640b9, #w-node-_6112e657-0955-301d-448c-ab6e968cff42-423640b9, #w-node-fbedd327-30ef-389b-fc2f-c2a3f8dd7983-423640b9, #w-node-fbedd327-30ef-389b-fc2f-c2a3f8dd7985-423640b9, #w-node-fbedd327-30ef-389b-fc2f-c2a3f8dd7987-423640b9, #w-node-a0fc5634-82ab-ba4a-69aa-633f74240805-423640b9, #w-node-f2356b3e-9085-b5bd-b33c-f92d09580e9f-423640b9, #w-node-_67d64ed2-fa11-f477-df75-a6d3eefa1220-423640b9, #w-node-c2e259b5-31c5-bc0c-d39e-b473e68e576d-423640b9, #w-node-c2e259b5-31c5-bc0c-d39e-b473e68e576f-423640b9, #w-node-c2e259b5-31c5-bc0c-d39e-b473e68e5771-423640b9, #w-node-c6c138bc-4c03-4851-deb5-d2a3e9a245b4-423640b9, #w-node-c6c138bc-4c03-4851-deb5-d2a3e9a245b6-423640b9, #w-node-c6c138bc-4c03-4851-deb5-d2a3e9a245b8-423640b9, #w-node-dbf5fcab-6552-6f42-3cd6-bfe1169e3591-423640b9, #w-node-dbf5fcab-6552-6f42-3cd6-bfe1169e3594-423640b9, #w-node-dbf5fcab-6552-6f42-3cd6-bfe1169e3596-423640b9, #w-node-_506d9a2e-c582-eed0-295a-e4155bbc3e65-423640b9, #w-node-_54302b19-f9ad-53fb-fb34-b5f6931dff07-423640b9, #w-node-f61fcf63-3b92-6f7e-22d4-4b29fa760963-423640b9, #w-node-f61fcf63-3b92-6f7e-22d4-4b29fa760965-423640b9, #w-node-f61fcf63-3b92-6f7e-22d4-4b29fa760967-423640b9, #w-node-_15c38764-5fa6-8342-9bb3-98d2c242623a-423640b9, #w-node-_15c38764-5fa6-8342-9bb3-98d2c242623e-423640b9, #w-node-_1ab32c2d-b768-8cac-f193-acf70e30fe2b-423640b9, #w-node-_1ab32c2d-b768-8cac-f193-acf70e30fe2f-423640b9, #w-node-_7dafbf2f-aacc-9772-23d8-77816d16d545-423640b9, #w-node-_7dafbf2f-aacc-9772-23d8-77816d16d549-423640b9, #w-node-_0497f972-8bd8-0d9c-2798-e4db7efdbbc0-423640b9, #w-node-_6b11bb55-3058-2a23-438c-44d442704a98-423640b9, #w-node-_0497f972-8bd8-0d9c-2798-e4db7efdbbcb-423640b9, #w-node-_0497f972-8bd8-0d9c-2798-e4db7efdbbd6-423640b9, #w-node-_0497f972-8bd8-0d9c-2798-e4db7efdbbe1-423640b9, #w-node-_4d3a4d1f-55e9-aa6e-82cc-e759c700195e-423640b9, #w-node-b73913c4-4bfd-1b97-8eaa-1486d3082ab2-423640b9, #w-node-_5f57e3a3-6028-0fb6-0dc8-cea1efe817dc-423640b9, #w-node-_96725397-194b-ca16-94c3-e1370d1d0545-423640b9, #w-node-d744b067-ce22-cebd-0fa2-b73216f50116-423640b9, #w-node-_1459f221-28c3-c29c-30f3-a5e136d70c40-423640b9, #w-node-f0bdd2f9-b98b-f422-a64d-daacea6186a9-423640b9, #w-node-_77872156-93a0-a8f4-44dc-5c596010a839-423640b9, #w-node-_0bef343e-6598-dc15-a6ff-540d32685330-423640b9, #w-node-_3048fd11-9e9b-0efd-81c4-91a33e8761ec-423640b9, #w-node-_72abe393-72be-efb9-6596-07fda677571b-423640b9, #w-node-e1da4bf2-8440-93e3-267d-011480fa7bb9-423640b9, #w-node-_44865194-acf2-72ea-5b04-aab62facbf56-423640b9, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-423640ba, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-423640ba, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-423640ba, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-423640ba, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-423640bd, #w-node-_8edd6e05-33fa-3da8-c39e-9cff44ba8780-423640bd, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-423640bd, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-423640bd, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-423640bd, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-423640c7, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-423640c7, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-423640c7, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-423640c7, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-423640c8, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-423640c8, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-423640c8, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-423640c8, #w-node-efc239ac-5ab9-60f0-31d9-4470fd5c9d5a-423640c8, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-423640c9, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-423640c9, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-423640c9, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-423640c9, #w-node-_2f2b184c-e154-8a99-2879-6f394f234d12-423640c9, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-423640ca, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-423640ca, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-423640ca, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-423640ca, #w-node-_0479520a-9ef2-4c1a-045b-d926a6aa9e1f-423640ca, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-0b0575a4, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-0b0575a4, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-0b0575a4, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-0b0575a4, #w-node-_3f57d85f-d2f2-ee14-0936-d1d1aacc0e08-0b0575a4, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-6587be1a, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-6587be1a, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-6587be1a, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-6587be1a, #w-node-_24cf3619-f1ca-bc09-5dcd-7bdf7c712925-6587be1a, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-f84b5330, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-f84b5330, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-f84b5330, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-f84b5330, #w-node-_8a3ce076-91cc-d730-f6c7-c63ac6870f8d-f84b5330, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-4056e75e, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-4056e75e, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-4056e75e, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-4056e75e, #w-node-_17611958-f336-9362-11c6-8b0646369aa8-4056e75e, #w-node-_5fdb2d0f-3b9b-4ae5-158e-b28711628844-4056e75e, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-c12eea08, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-c12eea08, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-c12eea08, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-c12eea08, #w-node-_3f42bcc2-dc12-4b83-296a-ec0ecd3becb0-c12eea08, #w-node-_4c1bdd0d-5fb2-dad4-c08b-172c6b7ce294-15cab1d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b2ec00d-7efd-b676-6cd2-34ff1192edc9-15cab1d7, #w-node-_7e98a1fb-aeae-01f5-8423-e52a4d8229b6-838db4c4 {
  place-self: end start;
}

#w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-7572dc84, #w-node-_8edd6e05-33fa-3da8-c39e-9cff44ba8780-7572dc84, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-7572dc84, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-7572dc84, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-7572dc84, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-309478c8, #w-node-_8edd6e05-33fa-3da8-c39e-9cff44ba8780-309478c8, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-309478c8, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-309478c8, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-309478c8, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0170a-0d24a64a, #w-node-_8edd6e05-33fa-3da8-c39e-9cff44ba8780-0d24a64a, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01715-0d24a64a, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad01720-0d24a64a, #w-node-_28f3c8d5-26a6-668c-6e9d-8bc2aad0172b-0d24a64a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_722b19ae-c4ce-d4fd-79fa-eb14df708f6b-df708f66 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec48d81d-0a31-ebd2-c0fb-7bd5051fee09-423640b9, #w-node-_01854e4c-8d4f-8cf4-322c-a70bde2c4458-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_01854e4c-8d4f-8cf4-322c-a70bde2c4466-423640b9, #w-node-_756445f4-a444-bf4c-d7dd-897d29c28d63-423640b9, #w-node-_4f5d179e-c935-0318-6a97-051e882c16a6-423640b9 {
    justify-self: auto;
  }

  #w-node-_01854e4c-8d4f-8cf4-322c-a70bde2c446a-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7462308f-d07c-11aa-03a1-0df7e5dc3af8-423640b9, #w-node-eb1bcbab-d758-bcfa-4190-125db0defc8e-423640b9, #w-node-af049f86-78ba-e1a3-8ad0-dc1aa7e08ea5-423640b9 {
    justify-self: auto;
  }

  #w-node-_1a2a5924-1c42-f5f4-76bc-715191886932-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1a2a5924-1c42-f5f4-76bc-715191886940-423640b9, #w-node-_656e8af8-5e49-6b70-4181-ffd412df166f-423640b9, #w-node-_7ef1e5e7-1044-f889-3637-f14b9e694b63-423640b9 {
    justify-self: auto;
  }

  #w-node-_811c76f7-6003-fedc-dcb3-ae5f1417fcea-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_811c76f7-6003-fedc-dcb3-ae5f1417fcf4-423640b9, #w-node-_811c76f7-6003-fedc-dcb3-ae5f1417fcf6-423640b9, #w-node-_811c76f7-6003-fedc-dcb3-ae5f1417fcf8-423640b9 {
    justify-self: auto;
  }

  #w-node-ed1c95f8-e969-299f-c6a5-3d965404afed-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ed1c95f8-e969-299f-c6a5-3d965404aff7-423640b9, #w-node-ed1c95f8-e969-299f-c6a5-3d965404aff9-423640b9, #w-node-ed1c95f8-e969-299f-c6a5-3d965404affb-423640b9 {
    justify-self: auto;
  }

  #w-node-_254f85f6-b6a4-5916-4574-3bd51af9492c-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8b138b72-9ce1-0823-8ae5-6e62a152ceb1-423640b9, #w-node-b6b35ed0-0c85-6465-aabc-cc1c49a95d30-423640b9, #w-node-ac55ff15-9d57-8859-f310-499a44a442d0-423640b9 {
    justify-self: auto;
  }

  #w-node-_6112e657-0955-301d-448c-ab6e968cff33-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6112e657-0955-301d-448c-ab6e968cff3d-423640b9, #w-node-_6112e657-0955-301d-448c-ab6e968cff40-423640b9, #w-node-_6112e657-0955-301d-448c-ab6e968cff42-423640b9 {
    justify-self: auto;
  }

  #w-node-fbedd327-30ef-389b-fc2f-c2a3f8dd7979-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fbedd327-30ef-389b-fc2f-c2a3f8dd7983-423640b9, #w-node-fbedd327-30ef-389b-fc2f-c2a3f8dd7985-423640b9, #w-node-fbedd327-30ef-389b-fc2f-c2a3f8dd7987-423640b9 {
    justify-self: auto;
  }

  #w-node-_67d64ed2-fa11-f477-df75-a6d3eefa1212-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a0fc5634-82ab-ba4a-69aa-633f74240805-423640b9, #w-node-f2356b3e-9085-b5bd-b33c-f92d09580e9f-423640b9, #w-node-_67d64ed2-fa11-f477-df75-a6d3eefa1220-423640b9 {
    justify-self: auto;
  }

  #w-node-_01854e4c-8d4f-8cf4-322c-a70bde2c4447-423640b9, #w-node-c2e259b5-31c5-bc0c-d39e-b473e68e5763-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c2e259b5-31c5-bc0c-d39e-b473e68e576d-423640b9, #w-node-c2e259b5-31c5-bc0c-d39e-b473e68e576f-423640b9, #w-node-c2e259b5-31c5-bc0c-d39e-b473e68e5771-423640b9 {
    justify-self: auto;
  }

  #w-node-af2a16ec-3b6d-ff32-85b0-2946c12b72db-423640b9, #w-node-c6c138bc-4c03-4851-deb5-d2a3e9a245aa-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c6c138bc-4c03-4851-deb5-d2a3e9a245b4-423640b9, #w-node-c6c138bc-4c03-4851-deb5-d2a3e9a245b6-423640b9, #w-node-c6c138bc-4c03-4851-deb5-d2a3e9a245b8-423640b9 {
    justify-self: auto;
  }

  #w-node-be8040ed-3790-357d-697d-082a52230b01-423640b9, #w-node-dbf5fcab-6552-6f42-3cd6-bfe1169e3587-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dbf5fcab-6552-6f42-3cd6-bfe1169e3591-423640b9, #w-node-dbf5fcab-6552-6f42-3cd6-bfe1169e3594-423640b9, #w-node-dbf5fcab-6552-6f42-3cd6-bfe1169e3596-423640b9 {
    justify-self: auto;
  }

  #w-node-_3eb45199-8481-9e90-0edb-ca3fa649179f-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_506d9a2e-c582-eed0-295a-e4155bbc3e65-423640b9, #w-node-_54302b19-f9ad-53fb-fb34-b5f6931dff07-423640b9 {
    justify-self: auto;
  }

  #w-node-f61fcf63-3b92-6f7e-22d4-4b29fa760959-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f61fcf63-3b92-6f7e-22d4-4b29fa760963-423640b9, #w-node-f61fcf63-3b92-6f7e-22d4-4b29fa760965-423640b9, #w-node-f61fcf63-3b92-6f7e-22d4-4b29fa760967-423640b9 {
    justify-self: auto;
  }

  #w-node-_15c38764-5fa6-8342-9bb3-98d2c2426230-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_15c38764-5fa6-8342-9bb3-98d2c242623a-423640b9, #w-node-_15c38764-5fa6-8342-9bb3-98d2c242623e-423640b9 {
    justify-self: auto;
  }

  #w-node-_1ab32c2d-b768-8cac-f193-acf70e30fe21-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1ab32c2d-b768-8cac-f193-acf70e30fe2b-423640b9, #w-node-_1ab32c2d-b768-8cac-f193-acf70e30fe2f-423640b9 {
    justify-self: auto;
  }

  #w-node-_7dafbf2f-aacc-9772-23d8-77816d16d53b-423640b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7dafbf2f-aacc-9772-23d8-77816d16d545-423640b9, #w-node-_7dafbf2f-aacc-9772-23d8-77816d16d549-423640b9 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_722b19ae-c4ce-d4fd-79fa-eb14df708f6b-df708f66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


