:root {
  --black: black;
  --lynx--white: white;
  --lynx--black: #1f2022;
  --lynx--medium-purple: #2866ef;
  --white: white;
  --lynx--grey: #797c83;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
}

/* Ubuntu Regular */
@font-face {
  font-family: 'Ubuntu';
  src: url('/font/ubuntu/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Ubuntu Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url('/font/ubuntu/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Ubuntu Bold */
@font-face {
  font-family: 'Ubuntu';
  src: url('/font/ubuntu/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Ubuntu Bold Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url('/font/ubuntu/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Ubuntu Light */
@font-face {
  font-family: 'Ubuntu';
  src: url('/font/ubuntu/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Ubuntu Light Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url('/font/ubuntu/Ubuntu-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Ubuntu Medium */
@font-face {
  font-family: 'Ubuntu';
  src: url('/font/ubuntu/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Ubuntu Medium Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url('/font/ubuntu/Ubuntu-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Varela';
  src: url('/font/varela/Varela-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

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

.brix---mg-bottom423423-0-copy {
  color: #212529;
  text-align: center;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: static;
}

.brix---text-200-bold-2 {
  color: #3fba64;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;

  font-size: 18px;
  line-height: 30px;
}

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

.brix---text-300-medium {
  padding-bottom: 37px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---color-neutral-802 {
  color: #211f54;
  text-align: center;
}

.brix---flex-horizontal-start-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---flex-vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---heading-h1-size-2 {
  color: #3fba64;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---pricing-content-v2 {
  background-color: #a8a4a461;
  padding: 40px 28px;
  box-shadow: 0 2px 5px #0003;
}

.brix---mg-bottom-24px {
  margin-bottom: 28px;
}

.brix---text-200-list-medium {
  color: #212529;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  width: 25%;
  box-shadow: 0 2px 14px 3px #0003;
}

.brix---display-4333-copy-copy {
  color: #3fba64;
  padding-top: 23px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---mg-bottom-32px-copy {
  margin-bottom: -4px;
}

.brix---btn-primary-full-width {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3fba64;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px 26px 67px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: relative;
}

.brix---btn-primary-full-width:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---square-icon {
  border-radius: 16px;
  width: 180px;
  height: 180px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---divider-40px {
  background-color: #dcddeb;
  height: 1px;
  margin-top: -4px;
  margin-bottom: 40px;
}

.brix---icon-list {
  max-width: 10%;
  margin-right: 16px;
}

.brix---text-300-medium-copy {
  color: #212529;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
}

.brix---icon-list-item-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

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

.brix---mg-top-40px {
  margin-top: 40px;
}

.div-block {
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.image {
  z-index: 100;
  margin: .8rem 2rem 0;
  position: absolute;
}

.button {
  background-color: #3fba64;
  border: 3px solid #3fba64;
  border-radius: 20px;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 62px;
  font-size: 25px;
  display: flex;
}

.brix---input-label {
  color: #212529;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---heading-h1-size-copy {
  color: #3fba64;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---grid-contact-v6 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---card-pd-64px---56px {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 64px 56px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---heading-h1-size {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 66px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3fba64;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #14142b14;
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px #14142b1a;
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---section-position-relative {
  margin-bottom: 1px;
     padding-top: 21px;
    padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-left: 7px;
  padding-right: 5px;
  display: flex;
}

._34534566765324 {
  color: #212529;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
}

.r5t43246534255342 {
  color: #212529;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 80%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.slider {
  width: 80%;
  max-width: 80%;
  height: 400px;
  max-height: 400px;
  box-shadow: 0 1px 11px 9px #0003;
}

.div-block-3 {
  background-color: #a8a4a461;
  border-radius: 20px;
  max-width: 50%;
  margin-top: 64px;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0 2px 7px 6px #0003;
}

._3425523453 {
  color: #212529;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

._3425634523452 {
  background-color: #0000;
  border-radius: 20px;
  padding: 40px 28px;
  box-shadow: 0 3px 9px 7px #0003;
}

._34567345zt3er6 {
  background-color: #a8a4a461;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  width: 25%;
  margin-top: -126px;
  padding-right: 3px;
  box-shadow: 0 2px 7px #14142b0f;
}

._345663456534453654 {
  z-index: 100;
  max-width: 20px;
  margin: 1.7rem 2rem 0;
  position: absolute;
}

._3456634564563456354 {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #3fba64;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px 26px 67px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: relative;
  box-shadow: 0 1px 10px 7px #0003;
}

._3456634564563456354:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

._345634562634 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  transform-style: preserve-3d;
  background-color: #3fba64;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: relative;
}

._345634562634:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.div-block-copy {
  padding-bottom: 0;
  display: flex;
}

.slide {
  padding-top: 0;
  box-shadow: 0 2px 5px #0003;
}

.lightbox-link {
  width: 100%;
  max-width: 100%;
  height: 400px;
  max-height: 400px;
}

.image-11 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  height: 150px;
}

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

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

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

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

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

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

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

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

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

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

.lynx-navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-button-white {
  background-color: var(--lynx--medium-purple);
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

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

.lynx-paragraph-white {
  color: var(--lynx--black);
  max-width: 460px;
  margin-top: 5px;
  margin-bottom: -4px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 165%;
  word-break:break-word;
}

.lynx-heading-white {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

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

.lynx-block-hero-large {
  background-color: var(--lynx--white);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-hero-large {
  background-image: url('../images/bg-pricing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

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

.body {
  background-color: #fff;
}

.div-block-4 {
  margin-bottom: 29px;
}

.lynx-paragraph-features {
  color: var(--lynx--black);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

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

.lynx-icon-features {
  width: 32px;
  height: 32px;
  display: block;
}

.lynx-block-features {
  background-color: var(--lynx--black);
  border-radius: 30px;
  margin-bottom: 26px;
  padding: 28px;
  box-shadow: 0 40px 40px -10px #1f202214;
}

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

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

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

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

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

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 8.3rem auto auto;
  padding-bottom: 232px;
  display: flex;
}

.lynx-text-check {
  color: var(--lynx--black);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading-2 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

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

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-paragraph-features-2 {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

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

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

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

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

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

.lynx-text-field {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-form-block {
  margin-bottom: 0;
}

.lynx-heading-white-margin {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

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

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  background-color: var(--lynx--black);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter-image {
  background-image: url('../images/Untitled-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

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

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx--white);
}

.lynx-text-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--lynx--medium-purple);
}

.lynx-heading-footer-white {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

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

.lynx-logo-footer {
  width: 50%;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-footer-dark {
  background-color: var(--lynx--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1392px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;

  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---paragraph-default {
  color: var(--lynx--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

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

.brix---heading-h2-size {
  color: var(--lynx--black);
  margin-top: -19px;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---mg-bottom-16px-2 {
  margin-bottom: 5px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---section {
  color: var(--elements-webflow-library--neutral--100);

}

._435534235 {
  color: var(--lynx--medium-purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
}

._5435343345 {
  color: var(--lynx--black);
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 15rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (min-width: 1440px) {
  .brix---text-200-bold-2 {
    color: #3fba64;
  }

  .brix---text-300-medium {
    color: #3fba64;
    margin-top: -29px;
  }

  .brix---heading-h1-size-2 {
    color: #3fba64;
  }

  .brix---display-4333-copy-copy {
    color: #3fba64;
    font-size: 26px;
  }

  .brix---btn-primary-full-width {
    background-color: #3fba64;
  }

  .brix---icon-list {
    max-width: 10%;
  }

  .brix---text-300-medium-copy {
    color: #3fba64;
  }

  .button {
    text-align: center;
    align-self: center;
    margin-top: 49px;
    font-size: 25px;
  }

  .image-10 {
    margin-left: -28px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---heading-h1-size-copy {
    margin-top: -62px;
  }

  .brix---grid-contact-v6 {
    grid-column-gap: 100px;
    grid-template-columns: 1fr;
  }

  .brix---card-pd-64px---56px {
    border-style: none;
    margin-top: 0;
  }

  .brix---btn-primary {
    background-color: #3fba64;
  }

  .brix---input {
    border-style: none;
  }

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

  ._34534566765324 {
    color: #3fba64;
  }

  .slider {
    width: 50%;
  }

  ._3425523453 {
    color: #212529;
    font-size: 26px;
  }

  ._3456634564563456354, ._345634562634 {
    background-color: #3fba64;
  }
}

@media screen and (min-width: 1920px) {
  .brix---mg-bottom423423-0-copy {
    margin-bottom: -23px;
  }

  .brix---text-300-medium {
    color: #3fba64;
    margin-left: -8px;
    padding-top: 3px;
  }

  .brix---heading-h1-size-2 {
    color: #3fba64;
    padding-top: 32px;
  }

  .peter {
    margin-top: 0;
  }

  .brix---display-4333-copy-copy {
    color: #3fba64;
    margin-top: -6px;
    font-size: 26px;
  }

  .brix---mg-bottom-32px-copy {
    margin-bottom: -12px;
  }

  .brix---btn-primary-full-width {
    background-color: #3fba64;
  }

  .brix---divider-40px {
    margin-bottom: 37px;
  }

  .brix---icon-list {
    max-width: 10%;
  }

  .brix---text-300-medium-copy {
    color: #212529;
    padding-top: 5px;
  }

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

  ._34534566765324 {
    color: #212529;
    padding-top: 5px;
  }

  .slider {
    width: 30%;
    max-width: 30%;
  }

  ._3425523453 {
    color: #212529;
    margin-top: -6px;
    font-size: 26px;
  }

  ._3456634564563456354, ._345634562634 {
    background-color: #3fba64;
  }

  .link-block {
    display: block;
  }

  .lynx-logo {
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .brix---text-300-medium {
    color: #3fba64;
    margin-top: -27px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---display-4333-copy-copy {
    max-width: 100%;
    font-size: 22px;
    line-height: 38px;
  }

  .brix---mg-bottom-32px-copy {
    margin-bottom: 24px;
  }

  .brix---btn-primary-full-width {
    background-color: #3fba64;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 44px;
    font-size: 20px;
  }

  .brix---divider-40px {
    margin-top: -14px;
    margin-bottom: 9px;
  }

  .image {
    width: 35px;
    max-width: 35px;
    margin-left: .6rem;
  }

  .image-10 {
    max-width: 50%;
  }

  .brix---heading-h1-size-copy {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v6 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---card-pd-64px---56px {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .brix---heading-h1-size {
    font-size: 20px;
    line-height: 60px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-position-relative {
       padding-top: 21px;
    padding-bottom: 100px;
  }

  ._3425523453 {
    font-size: 22px;
    line-height: 38px;
  }

  ._3456634564563456354, ._345634562634 {
    background-color: #3fba64;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

  .lynx-nav-menu {
    background-color: #e1e1e1;
    padding: 10px;
    box-shadow: 25px 10px 15px -10px #1f20221a;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

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

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-text-field {
    min-width: 110px;
  }

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

  .lynx-newsletter-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
   
  }

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

@media screen and (max-width: 767px) {
  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-300-medium {
    color: #3fba64;
    font-size: 25px;
    line-height: 20px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---text-200-list-medium {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---display-4333-copy-copy {
    color: #3fba64;
    font-size: 20px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px-copy {
    margin-bottom: -85px;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---square-icon {
    border-radius: 12px;
    width: 180px;
    max-width: 100%;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---icon-list {
    max-width: 10%;
  }

  .brix---text-300-medium-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---mg-top-40px {
    margin-top: 32px;
  }

  .button {
    font-size: 25px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-copy {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-contact-v6 {
    grid-template-columns: 1fr;
  }

  .brix---card-pd-64px---56px {
    padding: 0 32px;
  }

  .brix---heading-h1-size {
    margin-bottom: 64px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---section-position-relative {
    padding-top: 21px;
    padding-bottom: 100px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: start;
    display: grid;
  }

  ._34534566765324 {
    font-size: 18px;
    line-height: 20px;
  }

  .r5t43246534255342 {
    font-size: 16px;
    line-height: 18px;
  }

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

  ._3425523453 {
    color: #3fba64;
    font-size: 25px;
    line-height: 32px;
  }

  ._3425634523452 {
    margin-bottom: 60px;
    padding-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._34567345zt3er6 {
    width: 100%;
    margin-top: 1px;
  }

  ._345663456534453654 {
    margin-top: 1.2rem;
  }

  ._3456634564563456354 {
    padding: 20px 32px 20px 64px;
  }

  ._345634562634 {
    padding: 20px 32px;
  }

  .lynx-nav-button {
    margin-right: 10px;
    margin-top: 10px;
  }

  .lynx-nav-menu {
    background-color: #e1e1e1;
  }

  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

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

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    padding: 45px 25px;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---section {

  }

  ._435534235 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 50%;
  }

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .button {
    order: 1;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .image-10 {
    max-width: 70%;
  }

  .brix---heading-h1-size-copy {
    text-align: center;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 37px;
  }

  .brix---grid-contact-v6 {
    grid-row-gap: 48px;
  }

  .brix---card-pd-64px---56px {
    padding: 40px 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---section-position-relative {
    padding-top: 21px;
    padding-bottom: 100px;
  }

  ._345663456534453654 {
    margin-top: 1.1rem;
  }

  ._3456634564563456354, ._345634562634 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .lynx-nav-buttons {
    background-color: #e1e1e1;
    order: 0;
    display: block;
    margin-top: 10px;
  }

  .lynx-nav-menu {
    background-color: #e1e1e1;
  }

  .lynx-heading-white {
    font-size: 34px;
  }

  .lynx-block-hero-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-top: auto;
    margin-bottom: -37.7rem;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-hero-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 250px;
    margin-bottom: 379px;
    padding-top: 0;
    padding-bottom: 0;
background-image: url(../images/bg-pricing-p-500.jpg);
  }

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

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

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

  .lynx-content {
    margin-top: 17.1rem;
  }

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

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-form-block {
    width: 100%;
  }

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

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-newsletter-image {
    padding: 190px 8px 8px;
    background-position: center 0%;
      background-repeat: repeat-y;
    background-size: 120%; /* <- hier bestimmst du, wie "klein" das Bild sein soll */
    border-radius: 30px;
    width: 100%;
    box-shadow: 0 60px 60px -15px #1f20221a;
  background-image: url(../images/Untitled-design-p-500.jpg);
    
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._435534235 {
    font-size: 24px;
    line-height: 34px;
  }

  ._5435343345 {
    font-size: 17px;
    line-height: 28px;
  }
}

#w-node-_079756fc-2a2c-c0e5-e8fa-583420dbe227-08e2861a, #w-node-_079756fc-2a2c-c0e5-e8fa-583420dbe220-08e2861a, #w-node-_079756fc-2a2c-c0e5-e8fa-583420dbe22e-08e2861a, #w-node-fde20abc-5566-4927-ec50-f386cf16f55a-08e2861a, #w-node-fde20abc-5566-4927-ec50-f386cf16f561-08e2861a, #w-node-fde20abc-5566-4927-ec50-f386cf16f56c-08e2861a, #w-node-_7f8dff1f-1103-0a0c-2728-88ead9b89042-08e2861a, #w-node-_7f8dff1f-1103-0a0c-2728-88ead9b8904b-08e2861a, #w-node-_05b23b90-40ae-3f8b-65ed-a457d7946373-08e2861a, #w-node-_05b23b90-40ae-3f8b-65ed-a457d7946375-08e2861a, #w-node-_05b23b90-40ae-3f8b-65ed-a457d794637e-08e2861a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
