:root {
  --black: black;
  --white: white;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #fff;
  letter-spacing: .5px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.25em;
}

h2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #fff;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.5rem;
}

a {
  color: #639727;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.brand {
  max-width: 220px;
  padding: 15px 20px 10px;
}

.navbar {
  z-index: 800;
  background-color: rgba(0, 0, 0, .39);
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navlink-main {
  float: none;
  color: #9d763f;
  background-color: #f1efed;
  border-top: 3px #fff;
  border-bottom: 3px solid #fff;
  margin-left: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 60px;
  font-size: 18px;
}

.navlink-main:hover {
  color: #fff;
  background-color: #c2995e;
  text-decoration: none;
}

.navlink-main.w--current {
  color: #9d763f;
}

.navlink-main.w--current:hover {
  color: #fff;
}

.navlink-main.hide {
  display: none;
}

.navlink-main.red {
  color: #fff;
  background-color: #e37759;
}

.navlink-main.red:hover {
  background-color: #d35938;
}

.navlink-main.red.hide {
  display: none;
}

.navmenu {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0);
  max-width: 1640px;
  display: block;
}

.icon {
  color: #555;
  font-size: 55px;
}

.menu-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 13px 14px;
}

.menu-button:hover {
  color: #6a6868;
  background-color: #f1efed;
}

.menu-button.w--open {
  color: #c2995e;
  background-color: #f1efed;
  padding-top: 15px;
  padding-bottom: 14px;
}

.button-top {
  float: right;
  color: #fff;
  background-color: #c2995e;
  border-radius: 16px;
  margin-top: 27px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 20px;
  font-size: 13px;
  text-decoration: none;
}

.button-top:hover {
  text-decoration: none;
}

.metanav {
  float: right;
  clear: none;
  text-align: right;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-mainnav {
  float: right;
  color: #fff;
  background-color: #c2995e;
  border-radius: 16px;
  margin-top: 27px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 20px;
  font-size: 13px;
  text-decoration: none;
  display: none;
}

.div-toggle {
  max-width: 1640px;
}

.container-footer {
  max-width: 1050px;
  min-height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0;
  font-family: Tstar;
  font-weight: 700;
  display: flex;
}

.footer {
  background-color: #333;
  border-bottom: 60px solid #f1efed;
  max-width: 1920px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.wrapper-footer {
  letter-spacing: 0;
  background-color: #fff;
  border-bottom: 10px solid #caab7c;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  align-items: end;
  width: 100%;
}

.footer-left {
  text-align: left;
  padding: 20px 20px 20px 0;
}

.footer-text {
  color: #888;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 19px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.footer-text.right {
  color: #333;
  margin-top: 40px;
  margin-bottom: 0;
}

.linkblock-phone-footer {
  padding-top: 0;
  font-family: Tstar;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.fa-text {
  float: left;
  clear: right;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.fa-text:hover {
  color: #9d763f;
  text-decoration: none;
}

.footer-light {
  margin-bottom: 0;
  font-family: Tstar;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.footer-bold {
  color: #c2995e;
  margin-bottom: 20px;
  font-family: Tstar;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.container-large-navi {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Tstar;
  font-weight: 700;
}

.wrapper-navi {
  border-bottom: 1px solid #f1efed;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link {
  color: #333;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #c2995e;
  text-decoration: none;
}

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

.logo {
  max-width: 250px;
  padding: 10px;
}

.logo.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.guess {
  background-image: url('../images/guess-insight.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.navi-bar {
  z-index: 10;
  background-color: rgba(0, 0, 0, .59);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-logo {
  padding-top: 0;
  padding-bottom: 0;
}

.image-logo:hover {
  opacity: .8;
}

.wrapper-slogan {
  border-left: 12px #87f806;
  max-width: 400px;
  margin-bottom: 45px;
  margin-right: 10px;
}

.green {
  color: #7fca2a;
}

.swing {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 149px;
  padding-bottom: 149px;
  display: flex;
}

.swing.hide {
  display: none;
}

.nav-link {
  color: #fff;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #7fca2a;
  text-decoration: none;
}

.nav-link:focus, .nav-link:visited, .nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #87f806;
}

.nav-link.hide {
  display: none;
}

.register {
  background-image: url('../images/green.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.grid-div-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 65px;
  padding-left: 90px;
  padding-right: 50px;
  display: flex;
}

.div-formular {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.navbar_wrapper {
  justify-content: flex-end;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
}

.container-large {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-img-text {
  border-left: 12px #639727;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-left: 30px;
  margin-right: 30px;
}

.div-grid-img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.div-grid-txt {
  padding: 30px 40px;
}

.image {
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 15px;
  outline: 3px #fff;
  width: 100%;
  height: 100%;
}

.metanavigation {
  display: block;
}

.container-meta {
  z-index: 200;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 5px 35px 5px 0%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-block-top {
  color: #aaa;
  border-radius: 3px;
  margin-top: -10px;
  margin-left: 10px;
  padding: 3px 12px;
  font-size: 15px;
  font-weight: 500;
}

.link-block-top:hover {
  color: #fff;
}

.link-block-top.hide {
  display: none;
}

.phone {
  float: left;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.phone-number {
  float: left;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 500;
}

.nav-menu {
  margin-top: 40px;
}

.heading {
  text-shadow: 1px 1px 2px #000;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.button {
  background-color: #639727;
  border-radius: 18px;
  margin-right: 30px;
  padding: 8px 30px 10px;
  display: inline-block;
}

.button:hover {
  background-color: #7fca2a;
  text-decoration: none;
}

.slogan-h2 {
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 40px;
}

.text-span {
  color: #7fca2a;
}

.detect {
  background-image: url('../images/bunker-man.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 70vh;
  line-height: 1.2px;
  display: flex;
}

.div-txt-50 {
  max-width: 50%;
  padding: 30px 80px;
}

.button-ng {
  background-color: #639727;
  border-radius: 18px;
  padding: 18px 30px 20px;
  display: inline-block;
}

.button-ng:hover {
  background-color: #7fca2a;
  text-decoration: none;
}

.div-grid-app {
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: visible;
}

.gring-img-app {
  border-left: 12px #639727;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-left: 30px;
  margin-right: 30px;
}

.app {
  background-color: #333;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 149px;
  padding-bottom: 149px;
  display: flex;
}

.compare {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/happy-golfer.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 70vh;
  line-height: 1.2px;
  display: flex;
}

.image-app {
  outline-offset: 0px;
  object-fit: cover;
  outline: 3px #fff;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 15px 3px rgba(255, 255, 255, .81);
}

.link-block-lang {
  color: #aaa;
  border-radius: 3px;
  margin-top: -10px;
  margin-left: 0;
  padding: 4px 5px 3px;
  font-size: 15px;
  font-weight: 500;
}

.link-block-lang:hover {
  color: #7fca2a;
}

.link-block-lang:focus {
  color: #a01;
}

.lang {
  float: left;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 500;
}

.link-block-reg {
  color: #aaa;
  border-radius: 3px;
  margin-top: -10px;
  margin-left: 10px;
  padding: 3px 12px;
  font-size: 15px;
  font-weight: 500;
  display: none;
}

.link-block-reg:hover {
  color: #fff;
}

.apple {
  width: 170px;
  margin-left: 30px;
}

.apple-home {
  width: 170px;
  margin-left: 0;
  padding-top: 23px;
}

.apple-home:hover {
  opacity: .7;
}

.login {
  background-image: url('../images/driver-women.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.solution-hero {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--black)), url('../images/solution.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 60vh;
  line-height: 1.2px;
  display: flex;
}

.slogan-h3 {
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 40px;
}

.div-dd {
  background-color: #fff;
  border-bottom: 4px #f1f1f1;
  border-left: 6px solid #96c11f;
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
}

.tooltip-anchor {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.tooltip-anchor.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.tooltip-anchor.top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  top: auto;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.tooltip-anchor.top.w--open {
  display: flex;
}

.tooltip-circle {
  color: #fff;
  background-color: #2962ff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-height: 100px;
  padding: 19px;
  display: flex;
}

.tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tooltip-content {
  padding: 0;
  display: block;
}

.breaking---no-wrap {
  white-space: pre;
}

.tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.tooltip-wrapper.dark {
  color: #fff;
  background-color: #112953;
  border-color: #000;
  width: auto;
  max-width: 500px;
  max-height: 500px;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-container.dark {
  background-color: #112953;
  position: static;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -7px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px rgba(45, 62, 80, .06);
}

.tooltip-diamond.bottom {
  top: auto;
  bottom: -7px;
}

.tooltip-content---brix {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-200 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold, .text-200.faq {
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 10px;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.text-50 {
  color: #170f49;
  font-size: 14px;
  line-height: 16px;
}

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

.text-50.bold.mg-bottom-8px {
  margin-bottom: 8px;
}

.button-primary {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-primary.extra-small {
  padding: 10px 16px;
  font-size: 12px;
  line-height: 14px;
}

.grid-two-columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 32px;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .03), 0 -2px 4px rgba(20, 20, 43, .02), 0 12px 24px rgba(20, 20, 43, .01);
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-small.mg-bottom-12px {
  margin-bottom: 12px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 144px;
  padding-bottom: 144px;
}

.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.cloneables-listing {
  padding-top: 72px;
  padding-bottom: 140px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default._100 {
  padding-left: 0;
  padding-right: 0;
}

.container-default._100.hide {
  display: none;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: -8px;
  right: auto;
}

.tooltip-arrow.v3 {
  top: 0%;
  bottom: 0%;
  left: -8px;
  right: auto;
}

.tooltip-arrow.v3.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -8px;
}

.tooltip-arrow.v3.top {
  top: -8px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tooltip-arrow.v3.bottom {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tooltip-float-v3 {
  z-index: 1;
  min-width: 432px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float-v3.top {
  min-width: 510px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  bottom: 44px;
}

.tooltip-float-v3.right {
  top: 0%;
  bottom: 0%;
  left: 118%;
  right: auto;
}

.tooltip-float-v3.bottom {
  margin-left: auto;
  margin-right: auto;
  top: 170%;
  bottom: auto;
  left: -161%;
  right: 0%;
}

.tooltip-float-v3.left {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 113%;
}

.tooltip-v3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #639727;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 100%;
  max-width: 432px;
  margin-bottom: 0;
  padding: 24px 32px;
  display: flex;
  box-shadow: 4px 4px 14px rgba(8, 15, 52, .04), 1px 1px 1px rgba(23, 15, 73, .04), 0 0 1px rgba(23, 15, 73, .03);
}

.tooltip-v3.hide {
  display: none;
}

.tooltip-header {
  margin-bottom: 14px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.3rem;
}

.solution-odd {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.solution-odd.hide {
  display: none;
}

.solution-even {
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.solution-even.hide {
  display: none;
}

.heading-solution {
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.lb-more {
  text-align: center;
  background-color: #639727;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.lb-more:hover {
  background-color: #7fca2a;
  text-decoration: none;
}

.foting-solution {
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 0;
  padding-top: 60px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

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

.disclaimer {
  margin-top: 30px;
}

.link {
  color: #888;
}

.disclaimer-text {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 70vh;
  line-height: 1.2px;
  display: flex;
}

._3-grid-team {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.grid-div-team {
  color: #fff;
  text-transform: uppercase;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #639727;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  position: static;
}

.grid-img-team {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-labels {
  text-align: center;
  margin-top: 144px;
  position: absolute;
}

.team-name {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 24px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.team-function {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.team-mail {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 32px;
  text-decoration: none;
}

.team-mail:hover {
  color: #ccc;
}

.team {
  margin-top: 136px;
}

.container-medium {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-mail {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.link-block-mail:hover {
  text-decoration: none;
}

.phonenumber {
  float: none;
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
  padding-top: 24px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.phonenumber:hover {
  color: #ccc;
}

.paragraph-3 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.mail-icon {
  float: none;
  clear: right;
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.link-block-phone {
  display: block;
}

.link-block-phone:hover {
  text-decoration: none;
}

.mail-text {
  float: none;
  color: #fff;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.mail-text:hover {
  color: #ccc;
}

.team-address {
  text-transform: none;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.phonenumber-address {
  float: none;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
  padding-top: 22px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.phonenumber-address:hover {
  color: #ccc;
}

.mail-address {
  float: none;
  color: #fff;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.mail-address:hover {
  color: #ccc;
}

.mail-icon-address {
  float: none;
  clear: right;
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.address-labels {
  text-align: center;
  margin-top: 83px;
  position: absolute;
}

.team-address-light {
  text-transform: none;
  padding-top: 6px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

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

.blind {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-legal {
  max-width: 1050px;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.slogan-h2-legal, .slogan-h2-address {
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 40px;
}

.container-large-2 {
  max-width: 1280px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 700;
  position: static;
}

.publ-close {
  color: #fff;
  padding-right: 27px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  line-height: 1.3;
}

.publ-close:hover {
  color: #b5fa67;
}

.div-dd-2 {
  background-color: #3ea23e;
  border-left: 6px rgba(1, 60, 128, .44);
  border-right: 6px #013c80;
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
}

.div-publ-content {
  padding-top: 10px;
}

.publ-para {
  color: #333;
  margin-bottom: 15px;
}

.mainheader-grid {
  color: #013c80;
  text-align: center;
  margin-bottom: 30px;
}

.grid-img-txt {
  grid-column-gap: 40px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 30px;
}

.link-block {
  background-color: #639727;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  text-decoration: none;
}

.publ-open {
  color: #fff;
  padding-right: 27px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.publ-open:hover {
  color: #b5fa67;
}

.publ-title {
  color: #fff;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 24px;
}

.publ-title:hover {
  text-decoration: none;
}

.grid-dd {
  grid-column-gap: 40px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 20px 30px 20px 40px;
}

.faq {
  color: #fff;
  margin-right: 25px;
  padding: 5px 6px;
  font-size: 40px;
  font-weight: 700;
}

.video {
  margin-top: 136px;
}

.container-video {
  max-width: 1050px;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.video-2 {
  margin-bottom: 30px;
}

.button-teaser {
  background-color: #639727;
  border-radius: 18px;
  margin-top: 30px;
  margin-right: 0;
  padding: 8px 30px 10px;
  display: inline-block;
}

.button-teaser:hover {
  background-color: #7fca2a;
  text-decoration: none;
}

.button-teaser.w--current {
  margin-top: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.wrapper-solution {
  border-left: 12px #87f806;
  max-width: 300px;
  margin-bottom: 45px;
  margin-right: 0;
}

.video-teaser {
  background-color: #639727;
  border-radius: 18px;
  margin-top: 30px;
  margin-right: 30px;
  padding: 18px 30px;
  display: inline-block;
}

.video-teaser:hover {
  background-color: #7fca2a;
  text-decoration: none;
}

.video-teaser.w--current {
  margin-top: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.wrapper-ready {
  text-align: center;
  border-left: 12px #87f806;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.grid-testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.div-testi {
  background-color: #639727;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px 40px;
}

.div-testi.light {
  background-color: #7fca2a;
}

.quote {
  margin-bottom: 12px;
  padding-top: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
}

.quote--text {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4em;
}

.quote-person {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3em;
}

.button-tut {
  background-color: #639727;
  border-radius: 18px;
  margin-top: 15px;
  margin-right: 0;
  padding: 8px 30px 10px;
  display: inline-block;
}

.button-tut:hover {
  background-color: #7fca2a;
  text-decoration: none;
}

.button-tut.w--current {
  margin-top: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.video-tut {
  background-color: #639727;
  border-radius: 18px;
  margin-top: 15px;
  margin-right: 30px;
  padding: 18px 30px;
  display: inline-block;
}

.video-tut:hover {
  background-color: #7fca2a;
  text-decoration: none;
}

.video-tut.w--current {
  margin-top: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.shop-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, #000), url('../images/green.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 40vh;
  line-height: 1.2px;
  display: flex;
}

.wrapper-shop {
  border-left: 12px #87f806;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.shop-element {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.shop-element.hide {
  display: none;
}

.container-shop {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.container-shop.light {
  background-color: #333;
  padding-top: 60px;
}

.grid-img-text-shop {
  border-left: 12px #639727;
  grid-template-rows: auto;
  align-items: start;
  justify-items: start;
  margin-left: 30px;
  margin-right: 30px;
}

.div-shop-txt {
  padding: 20px 30px 30px;
}

.h3-shop {
  font-weight: 400;
}

.list {
  margin-top: -10px;
  margin-bottom: 24px;
}

.list-item {
  margin-bottom: 8px;
  font-size: 21px;
}

.pricing-comparison {
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.pricing-card {
  background-color: #72b328;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.starter-pricing {
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-card.pro-price {
  background-color: #416816;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.pricing-title.black {
  color: #333;
}

.pricing-subtitle {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.pricing-price {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
  font-size: 16px;
}

.button-price {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 15px;
  padding: 12px 25px 9px;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
}

.button-price:hover {
  color: #fff;
  background-color: #7fca2a;
  text-decoration: none;
}

.button-price:active {
  background-color: #43464d;
}

.button-price.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-price.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.button-price.green {
  color: #fff;
  background-color: #72b328;
}

.button-price.green:hover {
  background-color: #416816;
}

.pricing-divider {
  align-self: stretch;
  height: 1px;
  margin: 10px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.pricing-feature {
  align-self: stretch;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #fff;
  background-color: #970575;
  border-radius: 24px;
  padding: 9px 25px;
  font-size: 18px;
  position: absolute;
  top: -21px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.ok-list-price {
  padding-left: 20px;
}

.ok-list {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  list-style-type: none;
}

.ok-list-abo {
  color: #fff;
  margin-bottom: 6px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.header-shop {
  text-align: center;
  padding-bottom: 30px;
}

.h2-home {
  color: #fff;
  font-size: 30px;
}

.div-200 {
  max-width: 200px;
  margin-top: 40px;
}

.header-solution {
  text-align: center;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-new {
  background-color: rgba(151, 5, 117, .85);
  border-radius: 12px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 11px;
}

.grid-newsletter {
  border-left: 12px #639727;
  grid-template-rows: auto;
  align-items: start;
  justify-items: center;
  margin-left: 30px;
  margin-right: 30px;
}

.newsletter-h3.hide {
  display: none;
}

.grid-in {
  border-left: 12px #639727;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  margin-left: 30px;
  margin-right: 30px;
}

.div-grid-newsletter {
  max-width: 100%;
  padding: 0 0 30px;
}

.grid-newsletter-sub {
  border-left: 12px #639727;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.grid-newsletter-sub.hide {
  display: none;
}

.div-grid-newsletter--sub {
  max-width: 100%;
  padding: 0 20px 0 0;
}

.div-grid-register {
  background-color: #cfcfcf;
  max-width: 100%;
  padding: 20px 20px 30px;
}

.cell-1, .cell-2, .cell-3 {
  display: block;
}

.newsletter {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.newsletter.hide {
  display: none;
}

.pricing-iphone-subtitle {
  text-align: left;
  margin-bottom: -10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.pro-features {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.plus-fa {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.plus-fa-cup {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.black {
  color: #333;
}

.shadow {
  background-image: linear-gradient(#565555, rgba(255, 255, 255, 0) 75%);
  width: 100%;
  height: 15px;
  margin-bottom: 20px;
}

.news-link {
  color: #fff;
  text-decoration: none;
}

.news-link:hover {
  color: #72b328;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .team-labels {
    margin-top: 96px;
  }

  .team-name {
    font-size: 20px;
  }

  .team-function {
    font-size: 18px;
  }

  .team-address {
    font-size: 20px;
  }

  .address-labels {
    margin-top: 96px;
  }

  .team-address-light {
    font-size: 20px;
  }

  .quote {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 400;
  }

  .paragraph-regular.margin-bottom-20 {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper-footer {
    max-width: 1920px;
  }

  .fa-text:hover {
    color: #c2995e;
  }

  .container-large-navi {
    max-width: 1640px;
  }

  .footer-link:hover {
    color: #c2995e;
  }

  .navi-bar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .wrapper-slogan {
    max-width: 400px;
  }

  .div-formular {
    width: 100%;
  }

  .container-meta {
    padding-left: 17%;
  }

  .solution-hero {
    min-height: 65vh;
  }

  .tooltip-content---brix {
    width: 60px;
    height: 60px;
  }

  .text-50.bold.mg-bottom-8px {
    color: #fff;
  }

  .grid-two-columns {
    line-height: 20px;
  }

  .tooltip-float-v3.top {
    min-width: 600px;
  }

  .wrapper-solution {
    margin-right: 60px;
  }

  .wrapper-ready {
    margin-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: #fff;
  }

  .navlink-main {
    margin-left: 65%;
  }

  .navmenu, .footer {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-footer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .linkblock-phone-footer {
    display: block;
  }

  .wrapper-navi {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navi-bar {
    background-color: rgba(0, 0, 0, .8);
  }

  .wrapper-slogan {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    margin-right: 220px;
  }

  .container-meta {
    justify-content: flex-end;
  }

  .nav-menu {
    margin-top: 39px;
  }

  .heading {
    font-size: 62px;
  }

  .apple-home {
    width: 200px;
  }

  .solution-hero {
    min-height: 80vh;
  }

  .mainheader-grid {
    font-size: 36px;
  }

  .button-teaser {
    margin-right: 30px;
  }

  .wrapper-solution {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    margin-right: 140px;
  }

  .wrapper-ready {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-right: 0;
  }

  .wrapper-shop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 15px;
  }

  h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 28px;
  }

  .brand {
    padding-top: 14px;
    padding-bottom: 8px;
  }

  .navlink-main {
    margin-left: 0%;
  }

  .icon {
    font-size: 50px;
  }

  .metanav {
    background-color: rgba(0, 0, 0, 0);
    border-left: 20px solid #813838;
    width: 300px;
    min-height: 60px;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .75fr 1fr 1fr;
  }

  .footer-left {
    padding-left: 20px;
  }

  .footer-text.right {
    text-align: left;
    margin-top: 20px;
  }

  .logo, .logo.w--current {
    max-width: 230px;
  }

  .guess {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
  }

  .wrapper-slogan {
    margin-bottom: 100px;
    margin-right: 0;
    padding-top: 70px;
    padding-left: 40px;
  }

  .swing {
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding-left: 191px;
  }

  .nav-link:hover {
    background-color: rgba(0, 0, 0, .3);
  }

  .grid-div-form {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 11px;
  }

  .navbar_wrapper {
    padding-right: 0;
    display: block;
  }

  .grid-img-text {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-grid-img {
    display: block;
  }

  .div-grid-txt {
    padding: 130px 56px 20px;
  }

  .image {
    border-radius: 0;
  }

  .container-meta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 300px;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 90px;
  }

  .link-block-top {
    margin-top: 9px;
  }

  .phone, .phone-number {
    font-size: 14px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .6);
    margin-top: 0;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, .2);
    padding: 13px;
    font-size: 50px;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    background-color: #639727;
  }

  .button {
    margin-top: 20px;
  }

  .slogan-h2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 1.2em;
  }

  .detect {
    min-height: 40vh;
  }

  .div-txt-50 {
    max-width: 70%;
    margin-left: 0;
    margin-right: auto;
    padding: 50px 56px;
  }

  .button-ng {
    margin-top: 20px;
  }

  .gring-img-app {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

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

  .compare {
    min-height: 40vh;
  }

  .link-block-lang {
    margin-top: 9px;
  }

  .link-block-lang:focus {
    color: #fff;
  }

  .lang {
    font-size: 14px;
  }

  .link-block-reg {
    margin-top: 9px;
  }

  .apple-home {
    padding-top: 15px;
  }

  .solution-hero {
    min-height: 40vh;
  }

  .slogan-h3 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .tooltip-arrow.v3 {
    top: -8px;
    bottom: auto;
    left: 20px;
    right: auto;
    transform: rotate(90deg);
  }

  .tooltip-arrow.v3.right {
    top: -8px;
    bottom: auto;
    left: auto;
    right: 20px;
    transform: rotate(90deg);
  }

  .tooltip-arrow.v3.top {
    top: -8px;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .tooltip-arrow.v3.bottom {
    top: auto;
    bottom: -8px;
    left: 20px;
    right: auto;
    transform: rotate(-90deg);
  }

  .tooltip-float-v3.top {
    min-width: 760px;
  }

  .tooltip-float-v3.right {
    top: 158%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .tooltip-float-v3.bottom {
    top: 187%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .tooltip-float-v3.left {
    top: 158%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .solution-odd, .solution-even {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-solution {
    margin-top: 70px;
    margin-bottom: -80px;
  }

  .foting-solution {
    margin-bottom: 80px;
    padding-top: 50px;
  }

  .disclaimer-text {
    min-height: 40vh;
  }

  ._3-grid-team {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .container-legal {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slogan-h2-legal, .slogan-h2-address {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2em;
  }

  .container-large-2 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-img-txt {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .publ-title {
    padding-left: 20px;
  }

  .grid-dd {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-video {
    padding-left: 50px;
    padding-right: 50px;
  }

  .wrapper-solution {
    max-width: 200px;
    margin-top: 40%;
    margin-left: auto;
    margin-right: 0;
  }

  .wrapper-ready {
    margin-top: 0%;
    margin-bottom: 60px;
  }

  .shop-hero {
    justify-content: center;
    align-items: center;
    min-height: 40vh;
  }

  .wrapper-shop {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .shop-element {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-shop.light {
    padding-top: 40px;
  }

  .grid-img-text-shop {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-shop-txt {
    padding: 20px 56px;
  }

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .h2-home {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2em;
  }

  .header-solution {
    margin-top: 39px;
    font-size: 36px;
    line-height: 1.3em;
  }

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

  .grid-newsletter, .grid-in {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-newsletter-sub {
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack {
    grid-row-gap: 20px;
    margin-top: 116px;
  }

  .newsletter {
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .brand {
    max-width: 210px;
    padding-top: 7px;
    padding-bottom: 4px;
  }

  .navlink-main {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 33px;
    font-size: 16px;
  }

  .navmenu {
    background-color: #f1efed;
  }

  .icon {
    font-size: 40px;
  }

  .metanav {
    display: block;
  }

  .button-mainnav {
    float: left;
    margin: 15px -10px 15px 33px;
    padding: 3px 12px;
    font-size: 13px;
    display: block;
  }

  .button-mainnav:hover {
    text-decoration: none;
  }

  .button-mainnav.minus-marg {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer {
    border-bottom-width: 30px;
  }

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

  .footer-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-text.right {
    margin-top: 0;
  }

  .logo, .logo.w--current {
    max-width: 210px;
    padding-top: 14px;
  }

  .wrapper-slogan {
    max-width: 340px;
    margin-bottom: 36px;
    margin-right: 0;
    padding-top: 59px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 196px;
  }

  .div-grid-txt {
    padding: 90px 30px 30px;
  }

  .container-meta {
    max-width: 150px;
    margin-top: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .link-block-top {
    margin-left: 0;
    padding-left: 20px;
    display: none;
  }

  .phone {
    font-size: 20px;
    display: block;
  }

  .phone-number {
    padding-left: 10px;
    display: block;
  }

  .heading {
    font-size: 36px;
  }

  .div-txt-50 {
    padding: 30px;
  }

  .link-block-lang {
    padding-left: 5px;
  }

  .lang {
    font-size: 16px;
    display: block;
  }

  .link-block-reg {
    color: #fff;
    text-align: left;
    border: 1px #000;
    border-top: 1px solid rgba(255, 255, 255, .14);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 193px;
    display: block;
  }

  .link-block-reg:hover {
    color: #7fca2a;
  }

  .link-block-reg.hide {
    display: none;
  }

  .apple-home {
    padding-top: 7px;
  }

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

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .tooltip-arrow.v3 {
    top: -8px;
    bottom: auto;
    left: 15px;
    right: auto;
    transform: rotate(90deg);
  }

  .tooltip-float-v3.top {
    min-width: 480px;
  }

  .tooltip-float-v3.right {
    top: 208%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .tooltip-v3 {
    min-width: 480px;
    max-width: 480px;
  }

  .heading-solution {
    margin-top: 50px;
    margin-bottom: -60px;
  }

  ._3-grid-team {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-labels {
    margin-top: 250px;
  }

  .team, .address-labels {
    margin-top: 110px;
  }

  .container-large-2 {
    margin-bottom: 30px;
  }

  .mainheader-grid {
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .grid-img-txt {
    grid-template-columns: minmax(200px, 1fr);
    padding-top: 0;
  }

  .link-block {
    margin-top: 5px;
  }

  .publ-title {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .grid-dd {
    grid-template-columns: minmax(200px, 1fr);
    padding-top: 0;
  }

  .video {
    margin-top: 110px;
  }

  .wrapper-solution {
    max-width: 200px;
    margin-bottom: 36px;
    margin-right: 0;
    padding-top: 31px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-ready {
    margin-bottom: 36px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 30px;
  }

  .grid-testimonials, .grid-tutorials {
    grid-template-columns: 1fr;
  }

  .shop-hero {
    min-height: 25vh;
  }

  .wrapper-shop {
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .div-shop-txt {
    padding: 30px;
  }

  .pricing-comparison {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .h2-home {
    font-size: 24px;
    line-height: 30px;
  }

  .header-solution {
    font-size: 32px;
  }

  .div-grid-register {
    padding: 90px 30px 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 5px;
    font-size: 21px;
  }

  h2 {
    margin-top: 20px;
    font-size: 21px;
    line-height: 23px;
  }

  .brand {
    max-width: 200px;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .button-mainnav {
    min-width: 130px;
    display: block;
  }

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

  .footer-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-text.right {
    margin-top: 0;
  }

  .logo {
    max-width: 170px;
    padding-top: 8px;
  }

  .logo.w--current {
    max-width: 170px;
    padding-top: 9px;
  }

  .wrapper-slogan {
    margin-bottom: 60px;
    padding: 50px 30px 0;
  }

  .nav-link {
    padding-left: 50px;
  }

  .grid-div-form {
    padding-right: 0;
  }

  .navbar_wrapper {
    padding-left: 0;
  }

  .div-grid-txt {
    padding: 60px 20px 21px;
  }

  .container-meta {
    justify-content: flex-end;
    display: block;
    right: 65px;
  }

  .link-block-top {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-2 {
    padding: 8px;
    font-size: 40px;
  }

  .menu-button-2.w--open {
    padding: 8px;
  }

  .button {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .slogan-h2 {
    margin-top: 0;
    padding-left: 10px;
    font-size: 24px;
  }

  .div-txt-50 {
    max-width: 100%;
    padding: 21px 30px;
  }

  .button-ng {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 19px;
    line-height: 1.2em;
  }

  .link-block-lang {
    margin-top: 1px;
    margin-left: 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .link-block-reg {
    margin-left: 0;
    padding-left: 48px;
    padding-right: 10px;
  }

  .apple {
    margin-left: 0;
    padding-top: 30px;
  }

  .apple-home {
    width: 150px;
    padding-top: 20px;
  }

  .slogan-h3 {
    margin-top: 0;
    font-size: 24px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

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

  .tooltip-arrow.v3.right, .tooltip-arrow.v3.top {
    top: -8px;
    bottom: auto;
    left: 20px;
    right: auto;
  }

  .tooltip-float-v3 {
    min-width: 300px;
  }

  .tooltip-float-v3.top {
    min-width: 100%;
  }

  .tooltip-float-v3.bottom {
    top: 186%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .tooltip-float-v3.left {
    top: 158%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .tooltip-v3 {
    align-items: flex-start;
    min-width: 300px;
  }

  .heading-solution {
    margin-top: 40px;
    margin-bottom: -20px;
    font-size: 24px;
  }

  .foting-solution {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  ._3-grid-team {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-img-team {
    object-position: 50% 50%;
  }

  .team-labels {
    margin-top: 120px;
  }

  .team {
    margin-top: 100px;
  }

  .team-address, .phonenumber-address, .mail-address {
    font-size: 22px;
  }

  .mail-icon-address {
    font-size: 30px;
  }

  .address-labels {
    margin-top: 70px;
  }

  .blind {
    object-position: 50% 50%;
  }

  .container-legal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan-h2-legal, .slogan-h2-address {
    margin-top: 0;
    font-size: 24px;
  }

  .mainheader-grid {
    margin-top: 15px;
  }

  .grid-img-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .publ-title {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1;
  }

  .grid-dd {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video {
    margin-top: 100px;
  }

  .container-video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-teaser {
    margin-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .wrapper-solution {
    margin-bottom: 60px;
    padding: 25px 20px 0;
  }

  .video-teaser {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper-ready {
    margin-bottom: 60px;
    padding: 0 20px 0 39px;
  }

  .button-tut {
    margin-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .video-tut {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper-shop {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
    padding: 90px 20px 0;
  }

  .div-shop-txt {
    padding: 10px 20px 21px;
  }

  .container {
    max-width: none;
  }

  .ok-list-abo {
    text-align: left;
    font-size: 15px;
  }

  .h2-home {
    font-size: 20px;
    line-height: 26px;
  }

  .header-solution {
    font-size: 26px;
  }

  .wrapper-new {
    max-width: 300px;
    padding: 25px 30px 5px;
  }

  .div-grid-register {
    padding: 60px 20px 21px;
  }
}

#w-node-_945fe55f-d74b-587e-f91e-aaa913e4fa46-621faee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_945fe55f-d74b-587e-f91e-aaa913e4fa48-621faee2, #w-node-e6fbaa30-c82a-caf1-a2e3-9b7860e131bb-621faee2, #w-node-_3f6a39b3-a6c1-475c-6504-85e4153f28b4-621faee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f6a39b3-a6c1-475c-6504-85e4153f28b2-621faee2, #w-node-_3f86820f-7b25-5fe1-319f-0ec0610886e0-621faee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f86820f-7b25-5fe1-319f-0ec0610886e2-621faee2, #w-node-_4f9c8df3-51a2-2a39-4721-2df874b5a071-621faee2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_945fe55f-d74b-587e-f91e-aaa913e4fa46-f7d0b105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_945fe55f-d74b-587e-f91e-aaa913e4fa48-f7d0b105, #w-node-e6fbaa30-c82a-caf1-a2e3-9b7860e131bb-f7d0b105, #w-node-_3f6a39b3-a6c1-475c-6504-85e4153f28b4-f7d0b105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3f6a39b3-a6c1-475c-6504-85e4153f28b2-f7d0b105, #w-node-_3f86820f-7b25-5fe1-319f-0ec0610886e0-f7d0b105 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f86820f-7b25-5fe1-319f-0ec0610886e2-f7d0b105, #w-node-_4f9c8df3-51a2-2a39-4721-2df874b5a071-f7d0b105, #w-node-f3c5993b-c455-c06b-6403-8ae7ba07612d-57278697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f3c5993b-c455-c06b-6403-8ae7ba07612b-57278697, #w-node-e6b9a3dd-9d4f-5c6f-e26e-3fe8c6f7c559-57278697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b9a3dd-9d4f-5c6f-e26e-3fe8c6f7c55b-57278697, #w-node-_583ed577-884c-186b-25d5-27ceb5a4def4-57278697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_583ed577-884c-186b-25d5-27ceb5a4df06-57278697, #w-node-_1dacadce-77f2-601c-0f3f-26053c50f470-57278697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dacadce-77f2-601c-0f3f-26053c50f451-57278697, #w-node-f3c5993b-c455-c06b-6403-8ae7ba07612d-9e2dadd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f3c5993b-c455-c06b-6403-8ae7ba07612b-9e2dadd9, #w-node-e6b9a3dd-9d4f-5c6f-e26e-3fe8c6f7c559-9e2dadd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b9a3dd-9d4f-5c6f-e26e-3fe8c6f7c55b-9e2dadd9, #w-node-_583ed577-884c-186b-25d5-27ceb5a4def4-9e2dadd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_583ed577-884c-186b-25d5-27ceb5a4df06-9e2dadd9, #w-node-_1dacadce-77f2-601c-0f3f-26053c50f470-9e2dadd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dacadce-77f2-601c-0f3f-26053c50f451-9e2dadd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4446301c-d8bf-0cf4-538d-56bcaff40a95-7af818f8, #w-node-_4f978a9e-bc11-41ac-caa8-e6f24455582e-7af818f8, #w-node-_173d9e4a-3f8b-6671-3758-6d2d2bfdec6b-7af818f8, #w-node-_647d29e7-e757-578e-2fa0-d57c66e4b301-7af818f8, #w-node-fa584b73-c435-5a7c-010f-79dd8e7c5d18-7af818f8, #w-node-_38f5e0b2-8403-51c5-ef17-07ff1b5136a4-7af818f8, #w-node-cde56593-604f-d8c7-dbff-9af42c4b056c-7af818f8, #w-node-_4b7f2ed4-fef0-2d6a-0380-dd82e9ef2e68-7af818f8, #w-node-_9f7e7000-9a5a-216c-c7f9-2e713b02cfa5-7af818f8, #w-node-_23b86168-b5fa-7567-4ba2-0bb6d818af9e-7af818f8, #w-node-f5af0be4-d80f-48b0-0521-961936bdd833-7af818f8, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d874-5104e445, #w-node-df339600-f93d-52a1-d956-4e35f4f46009-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d884-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d894-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d8a1-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d8ae-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d8bb-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d8cb-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d8d8-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d8e5-5104e445, #w-node-_5c990ac3-a2df-b9d6-33de-af97e6a8d8f2-5104e445, #w-node-_419b41b6-d012-6c7b-8dc2-bcf6c6ba6e31-b25c1092, #w-node-_27b59e1e-486a-f1f9-5b7a-49a05914a25d-b25c1092, #w-node-_64c8f32c-a036-37cd-442d-99c19ba58f24-b25c1092, #w-node-f9f1ca0c-39ff-71ca-8460-349c491db317-b25c1092, #w-node-b09a9494-666b-6220-9d78-e9d225f92a19-b25c1092, #w-node-_1a0ef5da-2483-1381-6378-02d99e2b1187-b25c1092, #w-node-_8f4242aa-b042-9ac8-5331-543402aa02f8-0cbb5626, #w-node-_8f4242aa-b042-9ac8-5331-543402aa030d-0cbb5626, #w-node-_8f4242aa-b042-9ac8-5331-543402aa02f9-0cbb5626, #w-node-_8f4242aa-b042-9ac8-5331-543402aa0317-0cbb5626, #w-node-_8f4242aa-b042-9ac8-5331-543402aa0322-0cbb5626, #w-node-_8f4242aa-b042-9ac8-5331-543402aa0318-0cbb5626, #w-node-_9810cee3-3d0c-29c8-0f85-f87adbbdbe07-f6e01423, #w-node-_9810cee3-3d0c-29c8-0f85-f87adbbdbe29-f6e01423, #w-node-_9810cee3-3d0c-29c8-0f85-f87adbbdbe50-f6e01423, #w-node-db582a8e-64eb-b5d0-ae55-971d9ecdd9ef-e8a11f48, #w-node-db582a8e-64eb-b5d0-ae55-971d9ecdda0f-e8a11f48, #w-node-db582a8e-64eb-b5d0-ae55-971d9ecdda37-e8a11f48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f0d-da2c134f {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f12-da2c134f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f15-da2c134f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f1b-da2c134f {
  grid-row: span 2 / span 2;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f1c-da2c134f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f24-da2c134f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f27-da2c134f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f2d-da2c134f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f30-da2c134f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5620b9eb-9b80-8628-179c-996763cf113a-84e2ee78 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-b3fbeb44-0160-b09f-d34a-f7f3840413ce-84e2ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b3fbeb44-0160-b09f-d34a-f7f3840413cf-84e2ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cc5e04fa-0b2d-9b82-93dd-c85119d3f6a0-84e2ee78 {
  grid-row: span 2 / span 2;
}

#w-node-_6204bec7-4854-907d-aa9a-b1059977761e-84e2ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b1343861-c1ba-d13a-fc9a-5be45e57968a-84e2ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1343861-c1ba-d13a-fc9a-5be45e57968d-84e2ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_313f8776-17a1-c432-9ac3-2d0c8f585337-84e2ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_313f8776-17a1-c432-9ac3-2d0c8f58533a-84e2ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_945fe55f-d74b-587e-f91e-aaa913e4fa48-621faee2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e6fbaa30-c82a-caf1-a2e3-9b7860e131bb-621faee2, #w-node-_4f9c8df3-51a2-2a39-4721-2df874b5a071-621faee2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_945fe55f-d74b-587e-f91e-aaa913e4fa48-f7d0b105 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e6fbaa30-c82a-caf1-a2e3-9b7860e131bb-f7d0b105, #w-node-_4f9c8df3-51a2-2a39-4721-2df874b5a071-f7d0b105 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e6b9a3dd-9d4f-5c6f-e26e-3fe8c6f7c55b-57278697, #w-node-e6b9a3dd-9d4f-5c6f-e26e-3fe8c6f7c55b-9e2dadd9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f0d-da2c134f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f12-da2c134f, #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f15-da2c134f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f1b-da2c134f {
    grid-row: span 2 / span 2;
  }

  #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f1c-da2c134f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f24-da2c134f, #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f27-da2c134f, #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f2d-da2c134f, #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f30-da2c134f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5620b9eb-9b80-8628-179c-996763cf113a-84e2ee78 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3fbeb44-0160-b09f-d34a-f7f3840413ce-84e2ee78, #w-node-b3fbeb44-0160-b09f-d34a-f7f3840413cf-84e2ee78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc5e04fa-0b2d-9b82-93dd-c85119d3f6a0-84e2ee78 {
    grid-row: span 2 / span 2;
  }

  #w-node-_6204bec7-4854-907d-aa9a-b1059977761e-84e2ee78 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1343861-c1ba-d13a-fc9a-5be45e57968a-84e2ee78, #w-node-b1343861-c1ba-d13a-fc9a-5be45e57968d-84e2ee78, #w-node-_313f8776-17a1-c432-9ac3-2d0c8f585337-84e2ee78, #w-node-_313f8776-17a1-c432-9ac3-2d0c8f58533a-84e2ee78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f12-da2c134f, #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f24-da2c134f, #w-node-d39e070e-d556-8cbf-c536-ff7dd5aa9f2d-da2c134f, #w-node-b3fbeb44-0160-b09f-d34a-f7f3840413ce-84e2ee78, #w-node-b1343861-c1ba-d13a-fc9a-5be45e57968a-84e2ee78, #w-node-_313f8776-17a1-c432-9ac3-2d0c8f585337-84e2ee78 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}