:root {
  --lynx--white: #fff;
  --lynx--black: #1f2022;
  --lynx--medium-green: #64d637;
  --lynx--grey: #797c83;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.body {
  background-color: var(--lynx--white);
  color: #616161;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-span {
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

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

.lynx-section_hero.margin_bottom-l {
  position: relative;
}

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

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

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

.lynx-nav-link {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 10px 15px 20px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
  transition: color .2s;
}

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

.lynx-nav-link:lang(pl) {
  flex: 0 auto;
  text-decoration: none;
}

.lynx-nav-link.w--current {
  color: var(--lynx--black);
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link.w--current:hover, .lynx-nav-link.w--current:lang(pl) {
  color: var(--lynx--medium-green);
}

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

.lynx-logo {
  width: auto;
  max-width: 100%;
  height: auto;
  transform: translate(-34px);
}

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

.lynx-nav-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.lynx-navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  display: flex;
}

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

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

.lynx-paragraph-white {
  color: var(--lynx--white);
  max-width: 550px;
  margin-bottom: 36px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 165%;
}

.lynx-heading-white {
  color: var(--lynx--white);
  text-transform: uppercase;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 114%;
}

.lynx-block-hero-large {
  background-color: var(--lynx--medium-green);
  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: -111px;
  padding: 100px 60px;
  display: flex;
}

.lynx-hero-large {
  background-image: url('../images/мужчина-и-женщина.jpg');
  background-position: 100% 0;
  background-size: 1463px;
  background-attachment: scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

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

.h2 {
  opacity: 1;
  color: var(--lynx--black);
  flex: 0 auto;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.h2.margin_bottom-m {
  margin-bottom: 60px;
}

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

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

.lynx-paragraph-features {
  color: var(--lynx--black);
  text-transform: none;
  max-width: 3000px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-paragraph-features.is-white-text {
  color: var(--lynx--white);
  text-align: left;
  max-width: 80%;
}

.lynx-icon-heading {
  opacity: 0;
  color: var(--lynx--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
}

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

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

.lynx-block-absolute {
  z-index: 100;
  background-color: var(--lynx--medium-green);
  opacity: 1;
  border-radius: 30px;
  padding: 60px 60px 40px;
  position: static;
  inset: auto auto -4% 32%;
  box-shadow: 0 2px 5px #0003;
}

.lynx-block-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: block;
  position: relative;
}

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

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

.paragraph-2 {
  font-family: Raleway, sans-serif;
}

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

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

.lynx-paragraph-form {
  color: #ffffffbf;
  text-align: left;
  margin-bottom: 4px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-text-plans {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

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

.lynx-plans {
  background-color: var(--lynx--white);
  mix-blend-mode: normal;
  border: .1px solid #f0f0f0;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -8px #2021211a;
}

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

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

.lynx-paragraph-plans-white {
  color: #ffffffbf;
  text-align: left;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-text-plans-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.lynx-plans-purple {
  background-color: var(--lynx--medium-green);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-text-plans-pink {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.lynx-grid-plans {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 0;
}

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

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

.lynx-client-info {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.h-3-heading-client {
  color: var(--lynx--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

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

.paragraph_contact {
  color: var(--lynx--grey);
  text-align: left;
  max-width: 294px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-reviews-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-grid-reviews {
  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: 0;
}

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

.lynx-image-customer {
  max-height: none;
}

.lynx-customer {
  background-color: var(--lynx--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 20px 45px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-grid-5-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

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

.lynx-text-message {
  color: var(--lynx--white);
  text-align: center;
  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: Varela, 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: Raleway, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

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

.lynx-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff1a;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.lynx-newsletter-horizontal {
  background-color: var(--lynx--medium-green);
  text-align: left;
  border-radius: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 40px 60px;
  display: flex;
  transform: translate(0, 150px);
}

.lynx-newsletter-image {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/мужик-и-лампа.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  width: auto;
  height: auto;
  padding: 100px 24px 24px;
  box-shadow: 0 60px 60px -15px #37394033;
}

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

.paragraph {
  opacity: 1;
  color: var(--lynx--grey);
  text-align: left;
  max-width: 820px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}

.paragraph.text-center {
  text-align: center;
  margin-bottom: 20px;
}

.lynx-text-productivity {
  color: var(--lynx--grey);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.lynx-number-support {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-block-productivity-border {
  text-align: center;
  border-right: 1px #dfdad2;
  padding: 10px 40px;
}

.lynx-number-customers {
  color: var(--lynx--medium-green);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-block-productivity {
  text-align: center;
  border-right: 1px solid #dfdad2;
  padding: 10px 40px;
}

.lynx-number-satisfaction {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-grid-productivity {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 20px;
}

.h6-features-small {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 128%;
}

.lynx-block-features-yellow {
  border-bottom: 0px solid var(--lynx--grey);
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px 30px;
}

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

.lynx-block-features-green {
  border-bottom: 0px solid var(--lynx--grey);
  background-color: #fcfcfc00;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px 30px;
}

.lynx-block-features-purple {
  border-bottom: 0px solid var(--lynx--grey);
  background-color: #fff0;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 10px 30px;
}

.lynx-grid-features-4-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  margin-top: 0;
}

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

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

.lynx-secrion_features.margin_bottom-l {
  max-width: none;
}

.heading-2, .heading-3, .heading-4 {
  color: var(--lynx--medium-green);
  font-family: Varela, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-5 {
  color: var(--lynx--white);
  -webkit-text-stroke-color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.lynx-link-footer-dark-2 {
  color: #1e1e1e80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Varela, sans-serif;
  font-size: 10px;
  line-height: 140%;
  text-decoration: underline;
  transition: color .2s;
  display: flex;
}

.lynx-link-footer-dark-2:hover {
  color: var(--lynx--medium-green);
}

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

.lynx-block-footer-down-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #70707033;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 10px;
  display: flex;
}

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

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

.lynx-block-footer-2 {
  grid-column-gap: 168px;
  grid-row-gap: 168px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.lynx-grid-footer-dark-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #505050;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: start center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: grid;
}

.lynx-footer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--lynx--white);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lynx-footer-2.margin_bottom-m {
  justify-content: center;
  align-items: flex-start;
}

.text-span-2, .text-span-3 {
  text-decoration: underline;
}

.lottie-animation {
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 20px;
}

.lottie-animation-2 {
  max-width: 120px;
  max-height: 120px;
}

.div-block-2 {
  text-align: left;
  width: auto;
  max-width: 100%;
  height: auto;
  padding-top: 0;
}

.image-2 {
  vertical-align: baseline;
  object-fit: fill;
  max-width: 60%;
}

.main {
  object-fit: fill;
  display: block;
}

.image-3 {
  border-radius: 30px;
  max-width: 100%;
  box-shadow: 0 60px 60px -15px #00000042;
}

.container-4 {
  max-width: 1080px;
  position: relative;
}

.margin_bottom-l {
  margin-bottom: 100px;
}

.section_contact {
  margin-bottom: 220px;
}

.container-5 {
  max-width: 1080px;
}

.h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}

.h4.is-white-text {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff0;
  overflow-wrap: normal;
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  width: auto;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cf-form-paragraph {
  color: #fffc;
  text-align: left;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  flex-flow: column;
  width: 40%;
  max-width: none;
  display: flex;
}

.cf-error-message-dark-2 {
  color: #813137;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message-2 {
  background-color: var(--lynx--medium-green);
  color: #fff;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit-2 {
  background-color: var(--lynx--medium-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  width: 50%;
  padding: 16px 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  display: inline-block;
}

.cf-borders-text-field-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 20px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 150%;
}

.cf-borders-text-field-2:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-2::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field-2.message {
  margin-bottom: 10px;
}

.cf-form-dropdown-2 {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px-2 {
  text-align: center;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 0 solid #ddd7d7;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 60px 40px;
  display: none;
  position: absolute;
  inset: 20% auto auto 30%;
  box-shadow: 0 2px 5px #0003;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding-right: 0;
  display: flex;
}

.text-span-4 {
  text-decoration: underline;
}

.checkbox-field {
  margin-bottom: 20px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-6 {
  max-width: 1080px;
}

.background-video {
  border-radius: 30px;
}

.lynx-image-2 {
  box-shadow: none;
  object-fit: fill;
  border-radius: 30px;
  max-width: 100%;
}

.lynx-image-absolute-2 {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 60%;
  display: block;
  position: absolute;
  inset: auto auto -40% -16%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

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

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

.lynx-button-2:hover {
  background-color: var(--lynx--medium-green);
}

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

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

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

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

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

.lynx-grid-image-right-2.margin_bottom-m {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
}

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

.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-heading-features-small-2 {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-icon-features-small-2 {
  width: 40px;
  height: 40px;
  display: block;
}

.lynx-block-features-green-2 {
  background-color: var(--lynx--medium-green);
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 20px;
}

.lynx-features-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-features-purple-2, .lynx-block-features-pink-2 {
  background-color: var(--lynx--medium-green);
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 20px;
}

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

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

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

.margin_bottom-xl {
  margin-bottom: 160px;
}

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

.text-span-5 {
  color: var(--lynx--black);
  text-decoration: none;
}

.section_content-energy, .section_content-gaz, .section_content-panel {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-5988eed4-a09c-c593-c83c-78d41051adc2 {
  width: 250px;
  height: 250px;
}

.preloader-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_left-door, .preloader_write-door {
  background-color: #171916;
  width: 50%;
  height: 100%;
}

.lottie-animation-3 {
  position: fixed;
}

.scroll_bar {
  z-index: 8888;
  background-color: var(--lynx--medium-green);
  transform-origin: 0%;
  width: 100%;
  height: 10px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button_close {
  border: 2px solid var(--lynx--medium-green);
  background-color: var(--lynx--medium-green);
  text-align: left;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: -1% -1% auto auto;
}

.div-block-3 {
  background-color: var(--lynx--medium-green);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  transform: translate(40px);
}

.form_contact {
  z-index: 55555;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--lynx--black);
  overflow-wrap: normal;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0 20px 40px;
  display: none;
  position: absolute;
  inset: 80% 25% auto 53%;
  overflow: visible;
}

.form_contact-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-5 {
  overflow: hidden;
}

.paragraph_secondary {
  color: var(--lynx--grey);
  text-align: left;
  margin-bottom: 36px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  margin-bottom: 0;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start;
  display: grid;
  transform: translate(40px, 237px);
}

.flex-block, .flex-block-2, .flex-block-3, .flex-block-4, .flex-block-5, .flex-block-6, .flex-block-7, .flex-block-8, .flex-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.video_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.flex-block-10, .flex-block-11, .flex-block-12, .flex-block-13 {
  justify-content: center;
  align-items: center;
}

.paragraph-6 {
  text-transform: none;
}

.text-span-6 {
  text-transform: lowercase;
}

.paragraph-7, .paragraph-7-copy {
  text-align: center;
}

.text_video {
  opacity: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  overflow: visible;
}

.background-video-2 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 30px;
}

.background-video-3 {
  background-image: linear-gradient(#fff0, #00000080);
  border-radius: 30px;
  width: 1080px;
  max-width: none;
}

.video {
  position: relative;
}

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

.features_content {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 53px 80px 38px;
  overflow: visible;
}

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

.tex {
  text-align: center;
}

.text-span-7 {
  text-transform: lowercase;
}

.content_wrapper-1 {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_wrapper-2, .content_wrapper-3, .content_wrapper-4 {
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-8 {
  color: var(--lynx--medium-green);
}

.text-span-9 {
  color: var(--lynx--black);
}

.text-span-10 {
  color: var(--lynx--medium-green);
}

.padding-global {
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
}

.paragraph-1, .paragraph-copy, .paragraph-copy-copy, .paragraph-c {
  opacity: 1;
  color: var(--lynx--grey);
  text-align: left;
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.paragraph-copy {
  opacity: 1;
  color: var(--lynx--grey);
  text-align: left;
  opacity: 1;
  text-align: left;
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-list {
  background-color: #fff0;
}

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

.icon {
  color: var(--lynx--black);
}

.text-block {
  color: var(--lynx--black);
  font-weight: 600;
}

.h2-center {
  opacity: 1;
  color: var(--lynx--black);
  flex: 0 auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.h2-center.margin_bottom-m {
  max-width: none;
  margin-bottom: 60px;
}

.image-4 {
  display: none;
}

.container-7, .container-8 {
  max-width: 1080px;
}

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

.section_regulamin {
  margin-bottom: 60px;
}

.container-9 {
  max-width: 1080px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tab-link-tab-2 {
  border-left: 1px solid var(--lynx--black);
  background-color: #ddd0;
  padding: 0 20px 0 10px;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  padding: 0 10px 0 20px;
}

.tab-link-tab-1:lang(pl) {
  text-decoration: underline;
}

.link {
  color: var(--lynx--medium-green);
  padding-right: 10px;
  text-decoration: none;
}

.link1 {
  color: var(--lynx--medium-green);
  padding-right: 10px;
  text-decoration: none;
}

.link:active {
  color: var(--lynx--medium-green);
}

.link.w--current {
  color: var(--lynx--black);
}

.link-2 {
  border-left: 1px solid var(--lynx--black);
  color: var(--lynx--black);
  padding-left: 10px;
  padding-right: 0;
  text-decoration: none;
}

.link-20 {
  color: var(--lynx--black);
  padding-right: 10px;
  text-decoration: none;
}

.link-2:active, .link-2.w--current {
  color: var(--lynx--medium-green);
}

.text_features-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  padding-left: 40px;
  display: grid;
  position: absolute;
  top: 20px;
  left: auto;
}

.paragraph_video {
  color: var(--lynx--white);
  font-weight: 400;
}

.h3-white {
  color: var(--lynx--white);
}

.text_features-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  padding-left: 40px;
  display: grid;
  position: absolute;
  top: 122px;
  left: 210px;
  right: auto;
}

.text_features-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  padding-left: 40px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 170px;
  left: 460px;
}

.text_features-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  padding-left: 40px;
  display: grid;
  position: absolute;
  top: 340px;
  left: 730px;
}

.text-span-11 {
  text-transform: lowercase;
}

.text-span-12 {
  text-decoration: underline;
}

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

.link-3, .link-4 {
  color: var(--lynx--black);
  font-size: 14px;
}

.heading_seo {
  color: var(--lynx--white);
  font-size: 2px;
  font-weight: 400;
  line-height: 4px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-7 {
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
}

.button {
  background-color: var(--lynx--grey);
}

.button.w--current {
  background-color: var(--lynx--medium-green);
  border-radius: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: Raleway, sans-serif;
}

.heading-6 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 20px;
    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-button {
    font-size: 10px;
  }

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

  .lynx-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .lynx-nav-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .lynx-button-white-2.open-form-button {
    font-size: 12px;
  }

  .lynx-paragraph-white {
    font-size: 16px;
  }

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

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

  .lynx-hero-large {
    background-position: 0%;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    min-height: 500px;
  }

  .h2 {
    text-align: left;
    font-size: 38px;
    display: block;
  }

  .h2.margin_bottom-l {
    max-width: none;
  }

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

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

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

  .lynx-block-absolute {
    padding-top: 40px;
    bottom: -30%;
    left: -1%;
  }

  .lynx-grid-image-left {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .lynx-grid-image-left.margin_bottom-l {
    grid-column-gap: 10px;
    place-items: center;
    margin-bottom: 80px;
  }

  .lynx-section_about.margin_bottom-l {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 80px;
    display: block;
  }

  .lynx-button {
    font-size: 12px;
  }

  .lynx-plans {
    padding: 25px;
  }

  .lynx-button-white-3 {
    font-size: 12px;
  }

  .lynx-paragraph-plans-white {
    margin-bottom: 30px;
  }

  .lynx-text-plans-white {
    text-align: left;
  }

  .lynx-plans-purple {
    padding: 25px;
  }

  .lynx-text-plans-pink {
    text-align: left;
  }

  .lynx-grid-plans {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    overflow: visible;
  }

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

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

  .lynx-grid-reviews {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .lynx-customer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lynx-grid-5-customers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lynx-submit-button {
    font-size: 12px;
  }

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

  .lynx-form {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lynx-newsletter-horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    padding-left: 60px;
    padding-right: 0;
    transform: translate(65px, 160px);
  }

  .lynx-newsletter-image {
    background-position: 50%;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .paragraph {
    text-align: left;
    max-width: 820px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .paragraph.text-center {
    margin-bottom: 20px;
  }

  .lynx-number-support, .lynx-number-customers {
    font-size: 55px;
  }

  .lynx-block-productivity {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lynx-number-satisfaction {
    font-size: 55px;
  }

  .h6-features-small {
    font-size: 16px;
  }

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

  .lynx-secrion_features.margin_bottom-l {
    display: none;
    overflow: visible;
  }

  .lynx-link-footer-dark-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 8px;
  }

  .lynx-text-footer-dark-2 {
    font-size: 10px;
  }

  .lynx-block-footer-down-2 {
    grid-column-gap: 200px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .lynx-link-footer-large-white-2 {
    font-size: 12px;
  }

  .lynx-block-footer-2 {
    grid-column-gap: 83px;
    grid-row-gap: 83px;
  }

  .lynx-grid-footer-dark-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: start center;
    padding-bottom: 20px;
  }

  .div-block-2 {
    display: none;
  }

  .image-2 {
    width: auto;
    max-width: 100%;
  }

  .image-3 {
    vertical-align: baseline;
    max-width: 90%;
    min-height: auto;
  }

  .container-4 {
    width: 100%;
    max-width: none;
  }

  .margin_bottom-l {
    margin-bottom: 80px;
  }

  .h4 {
    font-size: 14px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    font-size: 12px;
  }

  .cf-footer-divider {
    width: 83%;
    height: 1px;
  }

  .cf-form-paragraph {
    text-align: left;
  }

  .cf-form-heading {
    text-align: left;
    font-size: 26px;
  }

  .cf-form-left-wrapper {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .cf-form-gradient-submit-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-borders-text-field-2 {
    height: 50px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 14px;
  }

  .cf-form-heading-28px-2 {
    font-size: 26px;
  }

  .cf-send-message-form-2 {
    padding: 20px 40px;
    display: none;
    top: 20%;
    left: 35%;
    right: 50px;
    box-shadow: 0 2px 5px #0003;
  }

  .form {
    width: auto;
  }

  .lynx-image-2 {
    object-fit: contain;
  }

  .lynx-image-absolute-2 {
    max-width: 70%;
    bottom: -60%;
  }

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

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

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

  .lynx-grid-image-right-2.margin_bottom-l {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items: start stretch;
    margin-bottom: 60px;
  }

  .lynx-grid-image-right-2.margin_bottom-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

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

  .lynx-block-features-green-2, .lynx-block-features-purple-2, .lynx-block-features-pink-2 {
    padding: 10px;
  }

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

  .margin_bottom-xl {
    margin-bottom: 100px;
  }

  .button_close {
    border-radius: 20px;
    width: 40px;
    height: 40px;
  }

  .form_contact {
    display: none;
    top: 70%;
    left: 30%;
    right: 20%;
  }

  .paragraph_secondary {
    font-size: 12px;
  }

  .flex-block, .flex-block-2, .flex-block-3, .flex-block-4, .flex-block-5, .flex-block-6, .flex-block-7, .flex-block-8, .flex-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .background-video-3 {
    width: 730px;
  }

  .features_content {
    bottom: 70px;
    left: -2px;
    right: 0;
  }

  .h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
  }

  .padding-global {
    flex: 0 auto;
  }

  .padding-global.margin_bottom-l {
    margin-bottom: 80px;
  }

  .paragraph-1, .paragraph-copy, .paragraph-copy-copy, .paragraph-c, .paragraph-copy, .paragraph-copy {
    font-size: 14px;
  }

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

  .div-block-8 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .tablet {
    color: var(--lynx--black);
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    line-height: 120%;
  }

  .h2-center {
    text-align: center;
    max-width: none;
    font-size: 38px;
    display: block;
  }

  .h2-center.margin_bottom-l {
    max-width: none;
  }

  .margin_bottom-m {
    margin-bottom: 40px;
  }

  .margin_bottom-20 {
    margin-bottom: 20px;
  }

  .margin_bottom-40 {
    margin-bottom: 40px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .link, .link-2, .text-block-3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .lynx-nav-button {
    flex: 1;
    align-self: center;
    padding: 16px 20px;
    font-size: 10px;
    display: none;
  }

  .lynx-nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lynx-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
  }

  .lynx-nav-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lynx-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lynx-navbar.margin_bottom-l {
    margin-bottom: 40px;
  }

  .lynx-navbar.margin_bottom-xl {
    margin-bottom: 60px;
  }

  .lynx-paragraph-white {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    top: 158px;
  }

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

  .h2 {
    text-align: center;
    max-width: none;
    font-size: 32px;
  }

  .h2.margin_bottom-l.text-center, .h2.margin_bottom-m.text-center, .h2.text-center {
    text-align: center;
  }

  .lynx-subtitle {
    text-align: center;
    margin-bottom: 40px;
  }

  .lynx-block-right {
    flex-flow: column;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .lynx-block-absolute {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 92%;
    max-width: none;
    padding: 20px;
    display: flex;
    position: static;
    bottom: 0%;
    left: 4%;
    right: auto;
  }

  .lynx-block-image {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-around;
    display: none;
  }

  .lynx-grid-image-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  .lynx-grid-image-left.margin_bottom-l {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center stretch;
    width: auto;
    display: flex;
    transform: translate(0);
  }

  .lynx-plans, .lynx-plans-purple {
    padding: 40px;
  }

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

  .paragraph_contact {
    max-width: none;
  }

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

  .lynx-grid-5-customers {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lynx-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .lynx-newsletter-horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding: 45px 40px;
    display: block;
    transform: translate(0, 160px);
  }

  .lynx-newsletter-image {
    background-position: 50% 0;
    background-size: cover;
  }

  .paragraph {
    text-align: justify;
    max-width: none;
    font-size: 16px;
  }

  .lynx-block-productivity {
    border-right-style: none;
  }

  .lynx-grid-productivity {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .lynx-grid-features-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .lynx-text-footer-dark-2 {
    font-size: 10px;
  }

  .lynx-block-footer-down-2 {
    grid-column-gap: 100px;
  }

  .lynx-link-footer-large-white-2 {
    font-size: 10px;
  }

  .lynx-block-footer-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .lynx-footer-2.margin_bottom-m {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 40px;
  }

  .image-3 {
    z-index: 555;
    align-self: auto;
    max-width: 45%;
    margin-bottom: 0;
    position: absolute;
    inset: 55vh 5% auto auto;
  }

  .section_contact {
    margin-bottom: 140px;
    display: block;
  }

  .container-5 {
    display: block;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    margin-bottom: 0;
    font-size: 28px;
  }

  .cf-borders-text-field-2 {
    width: 100%;
    height: 50px;
    padding-left: 10px;
  }

  .cf-form-heading-28px-2 {
    font-size: 30px;
  }

  .cf-send-message-form-2 {
    z-index: 10;
    padding: 20px 40px;
    display: none;
    top: 15%;
    left: 10%;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .lynx-image-absolute-2 {
    left: -2%;
  }

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

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

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

  .lynx-grid-image-right-2.margin_bottom-l {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .margin_bottom-xl {
    margin-bottom: 120px;
  }

  .paragraph_secondary {
    font-size: 14px;
  }

  .background-video-3 {
    width: 540px;
    display: block;
  }

  .video {
    display: block;
  }

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

  .paragraph-copy {
    text-align: justify;
  }

  .h2-center {
    text-align: center;
    max-width: 540px;
    font-size: 32px;
  }

  .h2-center.margin_bottom-l.text-center {
    text-align: center;
  }

  .h2-center.margin_bottom-m {
    font-size: 32px;
  }

  .h2-center.margin_bottom-m.text-center {
    text-align: center;
  }

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

  .div-block-9 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  .lynx-section_hero.margin_bottom-l {
    width: 100%;
    max-width: none;
    max-height: none;
    top: auto;
    bottom: auto;
  }

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

  .lynx-navbar.margin_bottom-xl {
    margin-bottom: 20px;
  }

  .lynx-button-white-2.open-form-button {
    padding: 16px 20px;
  }

  .lynx-paragraph-white {
    font-size: 14px;
  }

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

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 50px 30px 50px 20px;
    position: absolute;
    top: 380px;
  }

  .lynx-hero-large {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .h2 {
    font-size: 20px;
  }

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

  .lynx-section_about.margin_bottom-l {
    margin-bottom: 20px;
  }

  .lynx-button, .lynx-button-white-3 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lynx-paragraph-plans-white {
    font-size: 14px;
  }

  .h-3-heading-client {
    font-size: 16px;
  }

  .lynx-image-client {
    width: 40px;
    height: 40px;
  }

  .paragraph_contact {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .lynx-grid-reviews {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lynx-section_reviews.margin_bottom-l {
    margin-bottom: 20px;
  }

  .lynx-image-customer {
    max-height: 50%;
  }

  .lynx-grid-5-customers {
    grid-template-columns: 1fr;
  }

  .lynx-section_customers.margin_bottom-l {
    margin-bottom: 20px;
  }

  .lynx-submit-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

  .lynx-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

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

  .lynx-newsletter-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    padding: 30px 20px;
    display: flex;
    transform: translate(-1px, -187px);
  }

  .lynx-newsletter-image {
    box-shadow: none;
    opacity: 1;
    background-image: none;
    background-size: auto;
    max-width: none;
    height: 650px;
    min-height: 0;
    padding: 187px 0 0;
    overflow: visible;
  }

  .lynx-section_product.margin_bottom-l {
    margin-bottom: 20px;
  }

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

  .lynx-number-support, .lynx-number-customers, .lynx-number-satisfaction {
    font-size: 45px;
  }

  .lynx-grid-productivity {
    grid-row-gap: 10px;
  }

  .h6-features-small {
    font-size: 18px;
  }

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

  .lynx-secrion_features.margin_bottom-l {
    display: none;
  }

  .lynx-text-footer-dark-2 {
    align-self: auto;
    padding-top: 10px;
    font-size: 8px;
  }

  .lynx-block-footer-down-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: 0 70px 20px 20px;
    display: flex;
  }

  .lynx-block-footer-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 10px;
    display: flex;
  }

  .lynx-grid-footer-dark-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .lynx-footer-2 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .lynx-footer-2.margin_bottom-m {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    padding-top: 20px;
    padding-left: 0;
    font-size: 10px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .lynx-section_services.margin_bottom-l {
    margin-bottom: 20px;
  }

  .margin_bottom-l {
    margin-bottom: 40px;
  }

  .section_contact {
    margin-bottom: 0;
    display: block;
  }

  .container-5 {
    display: block;
  }

  .h4 {
    font-size: 12px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-footer-divider {
    width: 100%;
  }

  .cf-form-paragraph {
    text-align: center;
    font-size: 12px;
  }

  .cf-form-heading {
    text-align: center;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-left-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cf-success-message-2 {
    font-size: 14px;
  }

  .cf-form-gradient-submit-2 {
    vertical-align: baseline;
    font-size: 14px;
  }

  .cf-borders-text-field-2 {
    height: 50px;
    padding-top: 14px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }

  .cf-borders-text-field-2.message {
    padding-left: 14px;
  }

  .cf-form-heading-28px-2 {
    font-size: 24px;
  }

  .cf-send-message-form-2 {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    top: 43%;
    left: auto;
    right: auto;
  }

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

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

  .lynx-heading-features-small-2 {
    font-size: 18px;
  }

  .section_content-panel.margin_bottom-xl {
    margin-bottom: 60px;
  }

  .button_close {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 90%;
  }

  .paragraph_secondary {
    font-size: 14px;
  }

  .div-block-8 {
    align-self: auto;
    font-size: 8px;
  }

  .h2-center {
    font-size: 20px;
  }

  .h2-center.margin_bottom-m {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .checkbox-label {
    text-align: left;
    font-size: 10px;
    line-height: 150%;
  }

  .text-span-12 {
    font-weight: 700;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .image-5 {
    position: static;
    inset: 0% 0% auto auto;
  }

  .text-block-5, .text-block-6 {
    font-size: 14px;
  }

  .link-4 {
    font-size: 10px;
  }

  .heading_seo {
    display: none;
  }
}

#w-node-_210c9e22-887c-c045-a65b-1218a3893e64-8cb2340c, #w-node-_081e114f-970f-7795-6c7b-c707c2aff12e-8cb2340c, #w-node-_081e114f-970f-7795-6c7b-c707c2aff143-8cb2340c, #w-node-_081e114f-970f-7795-6c7b-c707c2aff160-8cb2340c, #w-node-_7a17c093-c90e-648b-09f3-0309d10da910-8cb2340c, #w-node-_7a17c093-c90e-648b-09f3-0309d10da915-8cb2340c, #w-node-_7a17c093-c90e-648b-09f3-0309d10da91a-8cb2340c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90e2ad94-e7e6-fdd6-7c7b-7d68579de086-8cb2340c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_20eb9c41-1f74-4ab9-9df1-87e12d6f5c4a-e5f435b7, #w-node-_20eb9c41-1f74-4ab9-9df1-87e12d6f5c53-e5f435b7, #w-node-_969aba42-dd65-20f2-d792-52f7ac2f4d2a-e5f435b7, #w-node-_969aba42-dd65-20f2-d792-52f7ac2f4d31-e5f435b7, #w-node-_969aba42-dd65-20f2-d792-52f7ac2f4d3a-e5f435b7, #w-node-d5c68ee9-3673-64c3-cc46-aa7b7b722f3f-e5f435b7, #w-node-d5c68ee9-3673-64c3-cc46-aa7b7b722f3a-e5f435b7, #w-node-f6c7a248-f08a-f779-11f8-f29ea7cdd774-e5f435b7, #w-node-f6c7a248-f08a-f779-11f8-f29ea7cdd77b-e5f435b7, #w-node-f6c7a248-f08a-f779-11f8-f29ea7cdd782-e5f435b7, #w-node-ad025a69-a96a-ea67-895d-0e2567fe5fdf-e5f435b7, #w-node-ad025a69-a96a-ea67-895d-0e2567fe5fe4-e5f435b7, #w-node-b12feb9a-e991-c6e3-acba-a0eadf788228-e5f435b7, #w-node-b12feb9a-e991-c6e3-acba-a0eadf78822f-e5f435b7, #w-node-b12feb9a-e991-c6e3-acba-a0eadf788236-e5f435b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_041a18cf-3352-c4bf-9543-babcfcceee0e-e5f435b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_210c9e22-887c-c045-a65b-1218a3893e64-22dadbd0, #w-node-_081e114f-970f-7795-6c7b-c707c2aff12e-22dadbd0, #w-node-_081e114f-970f-7795-6c7b-c707c2aff143-22dadbd0, #w-node-_081e114f-970f-7795-6c7b-c707c2aff160-22dadbd0, #w-node-_7a17c093-c90e-648b-09f3-0309d10da910-22dadbd0, #w-node-_7a17c093-c90e-648b-09f3-0309d10da915-22dadbd0, #w-node-_7a17c093-c90e-648b-09f3-0309d10da91a-22dadbd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ded1426f-a887-a82b-98bb-918b0ce3a4de-22dadbd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_20eb9c41-1f74-4ab9-9df1-87e12d6f5c4a-779aadc7, #w-node-_20eb9c41-1f74-4ab9-9df1-87e12d6f5c53-779aadc7, #w-node-_969aba42-dd65-20f2-d792-52f7ac2f4d2a-779aadc7, #w-node-_969aba42-dd65-20f2-d792-52f7ac2f4d31-779aadc7, #w-node-_969aba42-dd65-20f2-d792-52f7ac2f4d3a-779aadc7, #w-node-d5c68ee9-3673-64c3-cc46-aa7b7b722f3f-779aadc7, #w-node-d5c68ee9-3673-64c3-cc46-aa7b7b722f3a-779aadc7, #w-node-f6c7a248-f08a-f779-11f8-f29ea7cdd774-779aadc7, #w-node-f6c7a248-f08a-f779-11f8-f29ea7cdd77b-779aadc7, #w-node-f6c7a248-f08a-f779-11f8-f29ea7cdd782-779aadc7, #w-node-ad025a69-a96a-ea67-895d-0e2567fe5fdf-779aadc7, #w-node-ad025a69-a96a-ea67-895d-0e2567fe5fe4-779aadc7, #w-node-b12feb9a-e991-c6e3-acba-a0eadf788228-779aadc7, #w-node-b12feb9a-e991-c6e3-acba-a0eadf78822f-779aadc7, #w-node-b12feb9a-e991-c6e3-acba-a0eadf788236-779aadc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_041a18cf-3352-c4bf-9543-babcfcceee0e-779aadc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d5c68ee9-3673-64c3-cc46-aa7b7b722f3a-e5f435b7, #w-node-d5c68ee9-3673-64c3-cc46-aa7b7b722f3a-779aadc7 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b12feb9a-e991-c6e3-acba-a0eadf788236-e5f435b7, #w-node-b12feb9a-e991-c6e3-acba-a0eadf788236-779aadc7 {
    justify-self: stretch;
  }
}


