:root {
  --white: white;
  --yellow-main: #f5fe87;
  --black: #111;
  --green-400: #9effb7;
  --babyblue: #c4e8fb;
  --pink: #ff87d1;
  --green-mint: #dfffdc;
  --yellow-dark: #ffd687;
  --yellow-pastel: #ffee87;
  --blue-middle: #87b9ff;
  --red-dark: #ff8887;
  --yellow-100: #fff59e;
  --brownish: #bcbe96;
  --blue-u-middle: #8793ff;
  --red-1: #ff9c87;
  --green-spark: #87ffc3;
  --green-military: #95aa93;
  --green-bg: #bcbe96;
  --yellow-greenish: #f9ff9e;
  --yellow-secondary: #fef7db;
  --green-300: #add484;
  --purple-middle: #a287ff;
  --green-100: #ecffd8;
  --salmon: 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;
}

.konverted-menu_component {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 10em 1fr 10em;
  height: 5em;
}

.submenu-link {
  color: #2a3b50;
  border-radius: .5em;
  text-decoration: none;
}

.button-2 {
  color: #101b28;
  text-align: center;
  background-color: #ffcd19;
  border-radius: 10em;
  padding: .8em 1.2em .8em 1.8em;
  font-weight: 600;
}

.button-2.with-icon {
  grid-column-gap: .3em;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .6em .7em .6em 1.6em;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.with-icon:hover {
  background-color: #ffda56;
}

.container-large {
  pointer-events: auto;
  width: 100%;
  max-width: 77.5em;
  margin-left: auto;
  margin-right: auto;
}

.konverted-menu_link {
  color: #111;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  margin-left: 0;
  margin-right: 0;
  padding-left: .5em;
  padding-right: .5em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.konverted-menu_link.w--current {
  position: relative;
}

.konverted-menu_link.dropdown {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
  position: static;
  overflow: visible;
}

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

.button-text {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.button-text:where(.w-variant-89cf9eb4-e766-0f4b-e2cf-0617449c0740) {
  line-height: 1.15;
}

.menu-show-hide-invert-js, .konverted-menu_hamburger {
  display: none;
}

.demo-card__tag-p {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.gsap-slider__controls {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.gsap-slider__collection {
  width: 100%;
  max-width: 90em;
  position: relative;
  left: 0;
}

.gsap-slider__list {
  -webkit-user-select: none;
  user-select: none;
  will-change: transform;
  touch-action: pan-y;
  backface-visibility: hidden;
  display: flex;
}

.demo-card__tag {
  position: absolute;
  inset: auto auto 2em 3em;
}

.gsap-slider {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.gsap-slider__control {
  background-color: var(--yellow-main);
  color: var(--black);
  cursor: pointer;
  border: 1px #2c2c2c;
  border-radius: 100vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: .75em 1.5em;
  font-size: 1em;
  transition: background-color .3s;
  display: flex;
}

.gsap-slider__control:hover {
  background-color: var(--green-400);
}

.before__125 {
  padding-top: 135%;
}

.gsap-slider__item {
  margin-right: var(--slider-gap);
  flex: none;
  width: 36em;
  height: auto;
}

.demo-card {
  background-color: #2c2c2c;
  border: 1px #2c2c2c;
  border-radius: 1.5em;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 52em;
  padding: 8em 3em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-card.yellow {
  background-color: var(--yellow-main);
  color: var(--black);
  border-style: none;
  padding: 8em 3em 3em;
}

.demo-card.blue {
  background-color: var(--babyblue);
  color: var(--black);
  height: 52em;
}

.demo-card.pink {
  background-color: var(--pink);
  color: var(--black);
}

.demo-card.mint {
  background-color: var(--green-mint);
  color: var(--black);
}

.demo-card.deep-green {
  background-color: var(--yellow-dark);
  color: var(--black);
}

.embed {
  display: none;
}

.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.progress-nav__contact-btn {
  background-color: var(--yellow-pastel);
  color: var(--black);
  border-radius: 50em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav {
  z-index: 99;
  width: 100%;
  padding: 2em;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.page-wrapper {
  overflow: clip;
}

.progress-nav__wrapper {
  background-color: var(--yellow-pastel);
  -webkit-backdrop-filter: blur(55px);
  backdrop-filter: blur(55px);
  border-radius: 50em;
  padding: .5em .75em;
}

.progress-nav__btn {
  z-index: 3;
  cursor: pointer;
  color: inherit;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__btn.is--after {
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 100%;
}

.progress-nav__logo {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--white);
  text-decoration: none;
  display: flex;
}

.progress-nav__logo.w--current {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  display: flex;
}

.section-intro-zigzag {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 16em;
  padding-bottom: 10em;
}

.progress-nav__btn-text {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.125em;
  font-weight: 500;
  display: flex;
}

.progress-nav__btn-text.is--duplicate {
  font-family: Figtree, sans-serif;
  position: absolute;
  top: 100%;
}

.progress-nav__btn-text.is--duplicate.contact {
  color: var(--black);
}

.progress-nav__btn-text.contact {
  color: var(--black);
  font-family: Figtree, sans-serif;
}

.progress-nav__btn-text.todo {
  color: var(--red-dark);
}

.progress-nav__list {
  border-radius: 50em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-nav__inner {
  justify-content: space-between;
  align-items: center;
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-field {
  width: 100%;
  position: relative;
}

.form-submit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.form-notification-p {
  color: inherit;
  font-size: 1.125em;
  font-weight: 500;
}

.form-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 65em;
  margin: 60px auto 0;
  display: flex;
}

.form-input {
  outline-offset: 0px;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #efeeec;
  border: 1px solid #efeeec;
  border-radius: .328125em;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: .9em 3.5em .9em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input:focus {
  border-color: #cbc8c5;
}

.form-input::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-input.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.form {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-label {
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.form-field-icon {
  opacity: 0;
  pointer-events: none;
  color: #cbc8c5;
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.form-field-icon.is--error {
  color: #ff4c24;
}

.form-notification-bg {
  opacity: .1;
  pointer-events: none;
  color: inherit;
  background-color: currentColor;
  border-radius: calc(.375rem - 2px);
  display: flex;
  position: absolute;
  inset: 0;
}

.form-field-group {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form-notifcation {
  outline-offset: 0px;
  color: #0ba954;
  text-align: left;
  border: 1px solid #0ba954;
  border-color: inherit;
  background-color: #efeeec;
  border-radius: .375rem;
  outline: 0 #0000;
  width: 100%;
  padding: 1.125em;
  font-size: 1em;
  position: relative;
}

.form-notifcation.is--error {
  color: #ff4c24;
  margin-top: 0;
  padding-right: 3.5em;
}

.form-notification-icon {
  pointer-events: none;
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-submit-btn-p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.form-required {
  color: #ff4c24;
}

.form-divider {
  opacity: .15;
  background-color: #131313;
  width: 100%;
  height: 1px;
}

.form-submit-btn {
  background-color: var(--yellow-100);
  outline-offset: 0px;
  color: var(--black);
  cursor: pointer;
  border: 1px #131313;
  border-radius: .375rem;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.005em 1.125em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-submit-btn:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.testimonial-text {
  z-index: 5;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.logo-mesefalva {
  width: 5em;
}

.quiote {
  opacity: .5;
  width: 10em;
  position: absolute;
  inset: -13% auto auto -1%;
}

.quiote.long {
  top: -9%;
}

.testimonial-text-wrapper {
  padding-bottom: 3em;
  position: relative;
}

.control-arrow {
  width: 1em;
  height: 1em;
}

.section_testimonials {
  background-color: var(--brownish);
  padding-top: 10em;
  padding-bottom: 14em;
  overflow: clip;
}

.logo-text {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.section_form {
  background-color: #fafafa;
  padding-top: 10em;
  padding-bottom: 16em;
  display: block;
  position: relative;
}

.footer-logo_image {
  object-fit: cover;
  width: 16em;
}

.hflex-2-5em {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.footer_bottom-component {
  border-top: 1px solid #f5fe8780;
  grid-template-rows: auto;
  margin-top: 3em;
  padding-top: 3em;
}

.footer_links-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 10.75em max-content;
  grid-auto-columns: 1fr;
  justify-content: start;
  width: 16em;
  margin-left: 0;
  display: block;
}

.social-icon-embed {
  width: 3em;
  height: 3em;
}

.footer-link {
  opacity: 1;
  color: var(--black);
  letter-spacing: -.2px;
  font-family: Figtree, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-link:hover {
  opacity: .8;
}

.footer-link.bold {
  font-weight: 600;
}

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

.text-size-regular {
  letter-spacing: -.3px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
}

.vflex-0-25em {
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: var(--blue-u-middle);
  color: var(--black);
  padding-top: 5em;
  padding-bottom: 3em;
}

.social-link {
  opacity: .8;
  width: 3em;
  height: 3em;
  transition: opacity .3s;
}

.social-link:hover {
  opacity: 1;
}

.social-link.fb {
  margin-top: -1em;
}

.hflex-1em {
  grid-column-gap: 1em;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.hflex-1em.fb {
  justify-content: flex-end;
  align-items: center;
}

.footer_top-component {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  justify-content: stretch;
  width: auto;
}

.footer-center {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5em;
  display: grid;
}

.hflex-footer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.hflex-footer.open {
  padding-top: 2em;
}

.hflex-footer.contact {
  width: 16em;
}

.vflex {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.footer-title {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.footer-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 16em;
  display: flex;
}

.hflex {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-embed {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
  display: flex;
}

.heading-style-display {
  align-self: auto;
  font-size: 6.5em;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
}

.hero-bg-img {
  object-fit: cover;
  object-position: 20% 50%;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.vflex-1em {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vflex-1em.vflex-center-mobile {
  justify-content: flex-start;
  align-items: center;
}

.button {
  z-index: 99;
  background-color: var(--yellow-100);
  color: var(--black);
  text-align: center;
  letter-spacing: -.08px;
  text-transform: uppercase;
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.25em 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: clip;
}

.button:where(.w-variant-f64c679a-14aa-76b0-e3a8-a81f77dafd95) {
  background-color: var(--green-spark);
}

.button:where(.w-variant-af575319-03e5-92f6-9715-5dad6f1348fc) {
  background-color: var(--red-1);
}

.button:where(.w-variant-89cf9eb4-e766-0f4b-e2cf-0617449c0740) {
  background-color: var(--yellow-dark);
}

.button:hover {
  background-color: var(--yellow-dark);
  background-image: none;
}

.button:hover:where(.w-variant-f64c679a-14aa-76b0-e3a8-a81f77dafd95) {
  background-color: var(--green-bg);
}

.button:hover:where(.w-variant-af575319-03e5-92f6-9715-5dad6f1348fc) {
  background-color: var(--red-dark);
}

.button:hover:where(.w-variant-89cf9eb4-e766-0f4b-e2cf-0617449c0740) {
  background-color: var(--red-1);
}

.text-size-huge {
  font-family: Figtree, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-huge.mobilcenter {
  font-size: 2em;
}

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

.contact-component {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5em;
}

.link-wrapper {
  color: #073c3a;
  align-self: flex-start;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.collection_contact-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fef7db9c;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5em 1.5em 2em;
  transition: background-color .35s;
  display: flex;
}

.collection_contact-card:hover {
  background-color: var(--yellow-main);
}

.collection_contact-card._1 {
  background-color: var(--yellow-pastel);
}

.collection_contact-card._1:hover {
  background-color: var(--pink);
}

.collection_contact-card._2 {
  background-color: var(--yellow-pastel);
}

.collection_contact-card._2:hover {
  background-color: var(--green-400);
}

.collection_contact-card._2.fb {
  min-width: 30em;
  padding-right: 2em;
}

.collection_contact-card._3 {
  background-color: var(--yellow-pastel);
}

.collection_contact-card._3:hover {
  background-color: var(--babyblue);
}

.icon-52 {
  width: 3.25em;
}

.vflex-0-5em {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-underline {
  background-color: #073c3a;
  width: 100%;
  height: 1px;
}

.link-underline.pre {
  background-color: #073c3a;
  border-radius: 7px;
  position: absolute;
  inset: auto auto 0% -101%;
}

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

.footer-link-wrapper {
  color: #f6f7ef;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link-wrapper.w--current {
  position: relative;
}

.heading-style-h1 {
  font-family: Figtree, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h3 {
  font-family: Figtree, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

._4zigzag-component {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4zigzag-wrapper {
  grid-column-gap: 13.75em;
  grid-row-gap: 13.75em;
  flex-flow: column;
  margin-top: 10em;
  display: flex;
}

.vflex-1-5em {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vflex-1-5em.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}

._4zigzag-component-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.width-4zigzag-heading {
  max-width: 37.5em;
}

.image-default {
  z-index: 0;
  border-radius: 8px;
  width: 100%;
}

._4zigzag-img-wrapper {
  position: relative;
}

.text-size-large {
  font-family: Figtree, sans-serif;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.6;
}

.text-size-large.opacity-75 {
  opacity: .75;
  font-size: 1.4em;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2;
}

.width-testimonial-heading {
  text-align: center;
  align-self: center;
  max-width: 1200px;
}

.section_quote {
  z-index: 99;
  background-color: var(--yellow-greenish);
  color: #000;
  padding-top: 16em;
  padding-bottom: 16em;
  position: relative;
}

.testimonial-header {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.business_images-bottom_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  grid-template-rows: 7.5em 9em;
  grid-template-columns: 9em 7.5em 9em;
  justify-content: start;
  position: absolute;
  inset: auto auto 0 0%;
}

.vflex-1-5em-2 {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.bottom-avatars {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.top-avatars {
  pointer-events: none;
  width: 100%;
  max-width: 90em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.business_images-top-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 5em 5em;
  grid-template-columns: 5em 5em;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% 0% auto auto;
}

.business_images-top-component.display-none_from-landscape-mobile {
  grid-template-rows: 8em 8em;
  grid-template-columns: 8em 8em;
  right: 5%;
}

.business_images-top-component.display-none_from-landscape-mobile.hide {
  grid-template-rows: 6.25em 8em;
  grid-template-columns: 8em 6.25em;
}

.business-leader_image {
  aspect-ratio: 1;
  width: 5em;
  max-width: 100%;
  height: 5em;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.business-leader_image._01 {
  border-radius: 4px;
  width: 8em;
  height: 8em;
  top: 4.8em;
  left: 11%;
}

.business-leader_image.large {
  width: 6.25em;
  height: 6.25em;
}

.business-leader_image.large._2 {
  transform-origin: 100% 100%;
  border-radius: 2px;
  width: 9em;
  height: 9em;
}

.business-leader_image.large._2.r.scroll-into-view {
  width: 9em;
  height: 9em;
}

.business-leader_image.large._1 {
  transform-origin: 100% 0;
  border-radius: 2px;
  width: 9em;
  height: 9em;
}

.business-leader_image._1 {
  object-fit: cover;
  border-radius: 4px;
  width: 8em;
  height: 8em;
}

.business-leader_image._2 {
  object-fit: cover;
  border-radius: 2px;
  width: 6.25em;
  height: 6.25em;
}

.business-leader_image._2.scroll-into-view {
  width: 8em;
  height: 8em;
}

.business-leader_image.middle {
  border-radius: 2px;
  width: 7.5em;
  height: 7.5em;
}

.business-leader_image.r-upper, .business-leader_image.quote.scroll-into-view {
  width: 6.25em;
  height: 6.25em;
}

.business-leader_image.quote-up.scroll-into-view {
  object-fit: cover;
  width: 6.25em;
  height: 6.25em;
}

.business-leader_image._33.scroll-into-view, .business-leader_image._11.scroll-into-view {
  width: 6.25em;
  height: 6.25em;
}

.business-leader_image._22.scroll-into-view, .business-leader_image.contact-b-left {
  object-fit: cover;
  width: 6.25em;
  height: 6.25em;
}

.business-leader_image.contact-b-r {
  width: 6.25em;
  height: 6.25em;
}

.intro_component {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  padding-top: 9em;
  padding-bottom: 9em;
}

.vflex-2em {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_intro {
  color: #101815;
  background-color: #fef7dbc7;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.section-kapcsolat {
  background-color: #ecffd8;
  padding-top: 10em;
  padding-bottom: 14em;
  position: relative;
}

.span-italic {
  font-style: italic;
  font-weight: 500;
}

.bottom-right-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 8em 8em;
  grid-template-columns: 8em;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 14em -8em auto;
}

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

.section_hero-header {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: clip;
}

.hero-header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-quote {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.img-draw {
  position: relative;
  top: -115px;
  left: -47px;
}

.img-draw._2 {
  width: 6em;
  position: absolute;
  inset: auto 106% 53% auto;
}

.nav-btn {
  color: var(--black);
  border-radius: 100px;
  height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
}

.nav-btn.hide, .nav-current-embed {
  display: none;
}

.zz-img-1 {
  width: 8em;
  position: absolute;
  inset: 7% -12% auto auto;
  transform: rotate(15deg);
}

.zz-img-1.scroll-into-view {
  position: absolute;
  top: -6%;
}

.img-zz-22 {
  width: 7.5em;
  position: absolute;
  inset: 7% auto auto -9%;
}

.img-zz-22.scroll-into-view {
  inset: 4% auto 0% -8%;
}

.img-zz-4 {
  width: 8em;
  position: absolute;
  inset: 10% auto 0% 92%;
}

.img-zz-4.scroll-into-view {
  inset: 8% -9% auto auto;
}

.img-zz-31 {
  width: 10em;
  position: absolute;
  inset: -10% 0% auto auto;
}

.img-zz-31.scroll-into-view {
  width: 9em;
  top: -9%;
}

.scroll-text {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree, sans-serif;
  font-size: 4.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

.scroll-text-embed {
  line-height: 1.75;
  display: none;
}

.menu_link {
  z-index: 1;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.25em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.menu_link.w--current {
  position: relative;
}

.menu_text {
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 1em;
  line-height: 1;
  transition: all .3s;
}

.component_menu {
  z-index: 1000;
  width: 100%;
  height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  transition: all .4s;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger-btn {
  padding: 0;
  display: none;
}

.menu_text-ab {
  color: #fb5900;
  text-transform: uppercase;
}

.menu_links {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu_text_underline {
  background-color: #0e1410;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-100%);
}

.width-testim-text {
  max-width: 760px;
}

.quote-upper-grid {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 6.25em 6.25em;
  grid-template-columns: 6.25em 6.25em;
  grid-auto-columns: 8em;
  max-width: 16em;
  position: absolute;
  inset: -6.25em 8em auto auto;
}

.quote-upper-grid.bottom {
  grid-template-rows: 5em 5em;
  grid-template-columns: 5em 5em;
  inset: auto 4% -5em auto;
}

.quote-upper-grid.middle {
  grid-template-columns: 6.25em 6.25em 6.25em;
}

.quote-upper-grid.contact {
  inset: -6.25em auto auto 6%;
}

.quote-upper-grid.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 6.25em 6.25em;
  grid-template-columns: 6.25em 6.25em;
  grid-auto-columns: 8em;
  display: grid;
}

.width-form-heading {
  max-width: 880px;
}

.scroll-into-view {
  width: 8em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-content {
  background-color: #0000;
  height: auto;
  padding-right: 3em;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-desc {
  opacity: .8;
  color: #000;
  font-family: Figtree, sans-serif;
  font-size: 1.15em;
  line-height: 1.8;
}

.faq-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-large-8 {
  width: 100%;
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}

.faq-component {
  max-width: 70em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}

.width-faq {
  text-align: center;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}

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

.faq-item {
  background-color: var(--yellow-100);
  border: 1px #f6f7ef;
  border-radius: .5em;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  transition: all .35s;
}

.faq-item:hover {
  background-color: var(--yellow-pastel);
  border: 1px #21493e33;
}

.faq-title {
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.section_faq {
  background-color: var(--green-military);
  padding-top: 7.5em;
  padding-bottom: 10em;
  display: block;
  position: relative;
}

.faq-header {
  grid-column-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1.25em 2em 1.25em 0;
  display: flex;
}

.faq-icon {
  background-color: #ebede2;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.625em;
  height: 2.625em;
  display: flex;
}

.faq-icon.blue {
  background-color: var(--blue-middle);
}

.faq-icon.green {
  background-color: var(--green-400);
}

.faq-icon.pink {
  background-color: var(--red-1);
}

.faq-desc-wrapper {
  padding-top: .5em;
  padding-bottom: 2em;
}

.div-hide {
  overflow: clip;
}

.button-abs-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.layer-hero {
  background-image: radial-gradient(circle closest-corner, #0000004d, #ffffff0d);
  position: absolute;
  inset: 0%;
}

.width-probanap-text {
  max-width: 800px;
}

.section-facebook {
  padding-top: 10em;
  padding-bottom: 10em;
}

.k-component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  display: flex;
}

.form-embed-wrapper {
  padding-top: 6.25em;
}

.form-embed {
  padding-top: 0;
}

.menu_linkek {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.menu_link-2 {
  z-index: 1;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.25em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.menu_link-2.w--current {
  position: relative;
}

.container-large-9 {
  width: 100%;
  max-width: 77.5em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .button-text {
    font-weight: 500;
  }

  .progress-nav__contact-btn {
    background-color: var(--yellow-pastel);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: background-color .35s;
    display: flex;
  }

  .progress-nav__contact-btn:hover {
    background-color: var(--blue-middle);
  }

  .progress-nav {
    z-index: 999;
    display: block;
  }

  .progress-nav__wrapper {
    background-color: #ffee87;
    padding: .75em;
  }

  .progress-nav__logo {
    grid-column-gap: .55em;
    grid-row-gap: .55em;
  }

  .section-intro-zigzag {
    background-color: #fafafa;
    padding-top: 12em;
  }

  .progress-nav__btn-text {
    color: var(--black);
    font-family: Figtree, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
  }

  .progress-nav__btn-text.is--duplicate {
    font-weight: 400;
  }

  .progress-nav__list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .form-submit-btn-p {
    font-family: Figtree, sans-serif;
    font-weight: 500;
  }

  .form-submit-btn {
    background-color: var(--yellow-100);
    color: var(--black);
    border-style: none;
  }

  .section_testimonials {
    background-color: var(--brownish);
    padding-bottom: 16em;
    position: relative;
  }

  .section_form {
    background-color: #ddd;
    padding-bottom: 16em;
    position: relative;
  }

  .hero-bg-img {
    pointer-events: none;
  }

  .button:where(.w-variant-89cf9eb4-e766-0f4b-e2cf-0617449c0740) {
    background-color: var(--yellow-dark);
  }

  .button:where(.w-variant-af575319-03e5-92f6-9715-5dad6f1348fc) {
    background-color: var(--red-1);
    justify-content: center;
    align-items: center;
  }

  .button:where(.w-variant-f64c679a-14aa-76b0-e3a8-a81f77dafd95) {
    background-color: var(--green-spark);
  }

  .button:hover:where(.w-variant-89cf9eb4-e766-0f4b-e2cf-0617449c0740) {
    background-color: var(--pink);
  }

  .button:hover:where(.w-variant-af575319-03e5-92f6-9715-5dad6f1348fc) {
    background-color: #ff8887;
  }

  .button:hover:where(.w-variant-f64c679a-14aa-76b0-e3a8-a81f77dafd95) {
    background-color: var(--green-military);
  }

  .text-size-huge {
    font-size: 1.65em;
    font-weight: 400;
  }

  .text-size-huge.mobilcenter {
    font-size: 2.25em;
    font-weight: 500;
  }

  .text-size-huge.opacity-75 {
    opacity: .75;
  }

  .heading-style-h3 {
    font-weight: 400;
  }

  ._4zigzag-wrapper {
    grid-column-gap: 9em;
    grid-row-gap: 9em;
  }

  .width-testimonial-heading {
    max-width: 1100px;
  }

  .section_quote {
    background-color: var(--yellow-100);
  }

  .business-leader_image._01 {
    left: 5%;
  }

  .business-leader_image.large._1 {
    z-index: 8;
  }

  .business-leader_image._2 {
    object-fit: cover;
    border-radius: 2px;
    width: 8em;
    height: 8em;
  }

  .business-leader_image.middle {
    border-radius: 2px;
  }

  .business-leader_image.r-upper {
    object-fit: cover;
    width: 6.25em;
    height: 6.25em;
  }

  .business-leader_image.quote {
    width: 6.25em;
    height: 6.25em;
  }

  .business-leader_image.quote-up {
    object-fit: cover;
    width: 6.25em;
    height: 6.25em;
  }

  .business-leader_image.footer-r {
    object-fit: cover;
    width: 5em;
    height: 5em;
  }

  .business-leader_image.footer-top {
    width: 5em;
    height: 5em;
  }

  .business-leader_image._33, .business-leader_image._11 {
    width: 8em;
    height: 8em;
  }

  .business-leader_image._11.scroll-into-view {
    position: relative;
  }

  .business-leader_image._22 {
    width: 6.25em;
    height: 6.25em;
  }

  .bottom-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 8em 8em;
    grid-template-columns: 8em 8em;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-header-inner {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .img-draw {
    z-index: 2;
    top: -73px;
    left: -19px;
  }

  .scroll-text {
    font-size: 4.25vw;
  }

  .component_menu {
    display: none;
  }

  .width-intro-text {
    max-width: 56em;
  }

  .width-testim-text {
    max-width: 720px;
  }

  .quote-upper-grid {
    inset: -6.25em auto auto 12.5em;
  }

  .quote-upper-grid.bottom {
    inset: auto 12.5em -5em auto;
  }

  .quote-upper-grid.middle {
    grid-template-rows: 6.25em 6.25em;
    grid-template-columns: 6.25em 6.25em 6.25em;
    inset: -6.25em 27% auto auto;
  }

  .faq-item {
    background-color: var(--yellow-100);
  }

  .section_faq {
    background-color: var(--green-military);
    padding-top: 10em;
    position: relative;
  }

  .div-hide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: relative;
  }

  .div-hide:where(.w-variant-af575319-03e5-92f6-9715-5dad6f1348fc) {
    font-size: 16px;
  }

  .button-abs-text {
    font-weight: 500;
  }

  .layer-hero {
    background-image: radial-gradient(circle, #0000007d, #00000059 42%, #0000004d 69%, #0000000d);
    position: absolute;
    inset: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .menu_link {
    flex: none;
  }

  .faq-item:hover {
    background-color: var(--yellow-pastel);
  }

  .menu_link-2 {
    flex: none;
  }
}

@media screen and (max-width: 991px) {
  .menu-icon1_line-bottom {
    background-color: #111;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .konverted-menu_component {
    grid-template-columns: 10em 1fr;
  }

  .button-2 {
    grid-column-gap: 1em;
    align-items: center;
    padding: 1.5em 3em;
    display: flex;
  }

  .konverted-menu_link {
    height: auto;
    padding: 5px 0;
  }

  .konverted-menu_link:hover {
    background-color: #0000;
  }

  .konverted-menu_link.dropdown {
    flex-direction: column;
    width: calc(100% - 2.5em);
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .menu-icon1_line-top {
    background-color: #111;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon1_line-middle {
    background-color: #111;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .konverted-menu_hamburger {
    justify-content: flex-end;
    display: flex;
  }

  .progress-nav {
    display: block;
  }

  .progress-nav__btn-text {
    font-size: 1em;
  }

  .form-group {
    width: auto;
    max-width: 88%;
  }

  .logo-mesefalva {
    width: 4em;
  }

  .section_testimonials {
    position: relative;
    overflow: hidden;
  }

  .logo-text {
    font-size: 14px;
  }

  .section_form {
    padding-bottom: 12em;
  }

  .footer_links-wrapper {
    grid-template-columns: 10.75em max-content;
  }

  .heading-style-display {
    font-family: Figtree, sans-serif;
    font-size: 4em;
    font-weight: 700;
  }

  .hero-bg-img {
    display: block;
  }

  .text-size-huge.mobilcenter {
    font-size: 2em;
  }

  .text-size-huge.opacity-75 {
    opacity: .75;
    font-weight: 400;
  }

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

  .footer-link-wrapper {
    height: auto;
    padding: 5px 0;
  }

  .footer-link-wrapper:hover {
    background-color: #0000;
  }

  .heading-style-h1 {
    font-size: 3em;
  }

  ._4zigzag-component {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  ._4zigzag-wrapper {
    grid-column-gap: 6.25em;
    grid-row-gap: 6.25em;
  }

  ._4zigzag-component-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .width-4zigzag-heading {
    max-width: none;
  }

  .image-default {
    object-fit: cover;
    border-radius: .75em;
    width: 100%;
    height: 100%;
  }

  .heading-style-h2 {
    font-size: 3.25em;
  }

  .section_quote {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }

  .business_images-bottom_component {
    inset: -7.5em 0% 0% auto;
  }

  .bottom-avatars {
    max-width: none;
    margin-left: 2.5em;
    margin-right: 2.5em;
  }

  .top-avatars {
    width: auto;
    max-width: none;
    margin-left: 2.5em;
    margin-right: 2.5em;
    padding-left: 0;
  }

  .business_images-top-component.display-none_from-landscape-mobile {
    top: -2.5em;
  }

  .business_images-top-component.display-none_from-landscape-mobile.hide {
    display: none;
  }

  .business-leader_image._2 {
    display: block;
  }

  .intro_component {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 5em;
  }

  .section_intro {
    padding-bottom: 12em;
  }

  .bottom-right-grid {
    display: none;
  }

  .img-draw {
    top: -87px;
    left: -109px;
  }

  .img-zz-22.scroll-into-view {
    inset: -10% 25% auto auto;
    transform: rotate(15deg);
  }

  .img-zz-4.scroll-into-view {
    inset: -7% 7% auto auto;
  }

  .img-zz-31.scroll-into-view {
    inset: -6% auto auto 6%;
  }

  .menu_link {
    height: auto;
    padding: 5px 0;
    font-size: 1.5em;
  }

  .menu_link:hover {
    background-color: #0000;
  }

  .menu_text {
    font-size: 2em;
  }

  .nav-logo_img {
    position: absolute;
  }

  .component_menu {
    padding-top: 1em;
    padding-bottom: .5em;
    display: none;
  }

  .hamburger-btn {
    display: block;
    position: relative;
  }

  .hamburger-btn.w--open {
    background-color: #0000;
  }

  .menu_text-ab {
    display: none;
  }

  .menu_links {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    min-height: 30em;
    max-height: 100vh;
    padding-top: 14.9em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: clip;
    transform: translate(0, -100%);
  }

  .width-form-heading {
    max-width: 90%;
  }

  .layer-hero {
    background-image: radial-gradient(circle closest-corner, #00000040, #00000080 100%, #0000004d);
    position: absolute;
    inset: 0%;
  }

  .menu_linkek {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    min-height: 30em;
    max-height: 100vh;
    padding-top: 14.9em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: clip;
    transform: translate(0, -100%);
  }

  .menu-icon1_line-top-2, .menu-icon1_line-bottom-2 {
    background-color: #111;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu_link-2 {
    height: auto;
    padding: 5px 0;
    font-size: 1.5em;
  }

  .menu_link-2:hover {
    background-color: #0000;
  }

  .menu-icon1_line-middle-2 {
    background-color: #111;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .konverted-menu_link.dropdown {
    width: calc(100% - 1.25em);
  }

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

  .gsap-slider {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gsap-slider__item {
    width: auto;
    max-width: 28em;
  }

  .demo-card {
    height: 44em;
  }

  .demo-card.yellow {
    height: 44em;
    padding-top: 6em;
  }

  .demo-card.blue {
    height: 44em;
  }

  .progress-nav {
    display: none;
  }

  .section-intro-zigzag {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .form-group {
    width: 100%;
  }

  .form-submit-btn {
    background-color: var(--yellow-pastel);
    color: var(--black);
    border-style: none;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .section_form {
    padding-top: 9em;
  }

  .footer_bottom-component {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-content: center flex-start;
    align-items: center;
    display: flex;
  }

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

  .footer_top-component {
    grid-template-columns: .4fr 1fr;
  }

  .heading-style-display {
    font-size: 2.75em;
  }

  .text-size-huge.opacity-75 {
    opacity: .75;
    font-size: 1.25em;
  }

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

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

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

  .heading-style-h3 {
    font-size: 2.25em;
  }

  ._4zigzag-component {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  ._4zigzag-wrapper {
    grid-column-gap: 6.5em;
    grid-row-gap: 6.5em;
    margin-top: 5em;
  }

  ._4zigzag-component-wrapper {
    padding-right: 0;
  }

  .image-default {
    object-position: 0% 50%;
  }

  .text-size-large {
    font-size: 1em;
  }

  .text-size-large.opacity-75 {
    font-size: 1.5em;
  }

  .heading-style-h2 {
    font-size: 2.25em;
    line-height: 1;
  }

  .section_quote {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .business_images-bottom_component {
    top: -16.5em;
  }

  .business_images-top-component.display-none_from-landscape-mobile, .business-leader_image._01, .business-leader_image.large._1 {
    display: none;
  }

  .intro_component {
    z-index: 99;
    padding-top: 0;
    padding-bottom: 4em;
    position: relative;
  }

  .section_intro {
    padding-top: 5em;
    padding-bottom: 16em;
  }

  .container-quote {
    padding-left: 0;
    padding-right: 0;
  }

  .img-draw {
    top: 37px;
    left: -19px;
  }

  .zz-img-1 {
    inset: 0% auto auto 0%;
  }

  .zz-img-1.scroll-into-view {
    width: 7em;
    top: -10%;
    left: 6%;
  }

  .menu_link {
    z-index: 5;
    color: var(--black);
  }

  .menu_text {
    font-family: Figtree, sans-serif;
  }

  .nav-logo_img {
    display: block;
    position: relative;
  }

  .component_menu {
    display: block;
  }

  .menu_links {
    background-color: var(--blue-middle);
    background-image: linear-gradient(180deg, var(--blue-middle), var(--green-mint));
    padding-left: 1.25em;
    transform: translate(0, -100%);
  }

  .nav-logo {
    z-index: 99;
    width: 7.5em;
    position: relative;
  }

  .nav-menu-links-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .nav-img-1 {
    width: 6em;
    position: absolute;
    inset: auto 0% -112%;
  }

  .na-img-2 {
    width: 6em;
    position: absolute;
    inset: auto auto -42% 0%;
  }

  .nav-img-2 {
    width: 4em;
    position: absolute;
    inset: 12% -22% auto auto;
    transform: rotate(-20deg);
  }

  .nav-img-3 {
    width: 5rem;
    position: absolute;
    inset: auto -29% -17% auto;
  }

  .nav-img-5 {
    opacity: .75;
    width: 4em;
    position: absolute;
    inset: auto 23% 0% auto;
  }

  .width-testim-text {
    padding-left: 2em;
    padding-right: 2em;
  }

  .quote-upper-grid {
    right: 1.25em;
  }

  .quote-upper-grid.bottom {
    display: none;
  }

  .faq-list {
    max-width: 100%;
  }

  .faq-item {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .faq-header {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .menu_linkek {
    background-color: #87b9ff;
    background-image: linear-gradient(#87b9ff, #dfffdc);
    padding-left: 1.25em;
    transform: translate(0, -100%);
  }

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

  .menu_link-2 {
    z-index: 5;
    color: #111;
  }
}

@media screen and (max-width: 479px) {
  .menu-icon1_line-bottom {
    background-color: var(--white);
  }

  .konverted-menu_component {
    z-index: 100;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff0d;
    border-radius: 100px;
    height: 4em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
    position: fixed;
    inset: .5em 1em auto;
  }

  .konverted-menu_link {
    color: #2a3b50;
    border-radius: 0;
    flex: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .konverted-menu_link.w--current {
    color: #666;
  }

  .konverted-menu_link.dropdown {
    margin-left: 0;
    padding-bottom: 0;
  }

  .menu-icon1_line-top {
    background-color: var(--white);
  }

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

  .menu-icon1_line-middle {
    background-color: var(--white);
  }

  .konverted-menu_hamburger {
    display: block;
  }

  .gsap-slider {
    padding-left: 0;
    left: 0;
  }

  .gsap-slider__item {
    flex: none;
    width: auto;
    max-width: 25em;
  }

  .demo-card {
    height: 48em;
  }

  .demo-card.yellow {
    height: 48em;
    padding-top: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .demo-card.blue {
    height: 48em;
  }

  .progress-nav {
    display: block;
  }

  .section-intro-zigzag {
    padding-top: 8em;
    padding-bottom: 5em;
  }

  .progress-nav__inner {
    display: none;
  }

  .testimonial-text {
    opacity: .9;
    font-size: 16.5px;
    line-height: 1.55;
  }

  .quiote.long {
    width: 6.25em;
    top: -5%;
  }

  .section_testimonials {
    padding-top: 5em;
    padding-bottom: 7em;
    position: relative;
  }

  .section_form {
    padding: 5em 1.25em 9em;
    position: relative;
  }

  .footer-logo_image {
    width: 100%;
  }

  .hflex-2-5em {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hflex-2-5em.space-between {
    justify-content: space-between;
  }

  .footer-logo {
    width: 100%;
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_bottom-component {
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer_links-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-link.bold {
    line-height: 25px;
  }

  .footer {
    padding-top: 5em;
    padding-bottom: 3em;
    position: relative;
  }

  .footer_top-component {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 12em 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    align-items: stretch;
    display: flex;
  }

  .footer-center {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: center;
    padding-top: 4em;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-wrap {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-style-display {
    font-size: 3.125em;
  }

  .hero-bg-img {
    object-position: 60% 50%;
  }

  .vflex-1em.vflex-center-mobile {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }

  .text-size-huge {
    font-size: 1.5em;
    font-weight: 500;
  }

  .text-size-huge.mobilcenter {
    font-size: 1.5em;
    line-height: 1.35;
  }

  .collection_contact-card._1 {
    background-color: var(--yellow-greenish);
  }

  .collection_contact-card._2 {
    background-color: var(--green-spark);
  }

  .collection_contact-card._3 {
    background-color: var(--pink);
  }

  .footer-link-wrapper {
    border-radius: 0;
    flex: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-wrapper.w--current {
    color: #a5d922;
  }

  .heading-style-h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 500;
  }

  ._4zigzag-component {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  ._4zigzag-wrapper {
    grid-column-gap: 7.5em;
    grid-row-gap: 7.5em;
    margin-top: 6.25em;
  }

  .vflex-1-5em.stretch {
    align-items: stretch;
  }

  ._4zigzag-component-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    align-items: stretch;
  }

  .image-default {
    border-radius: .5em;
  }

  .text-size-large.opacity-75 {
    font-size: 1.25em;
  }

  .heading-style-h2 {
    line-height: 1.2;
  }

  .section_quote {
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .testimonial-header {
    padding-bottom: 3em;
  }

  .business_images-bottom_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 5em 5em;
    grid-template-columns: 5em 5em 5em;
    grid-auto-columns: 1fr;
    display: grid;
    inset: auto auto -5em 1.25em;
  }

  .bottom-avatars {
    margin-left: 0;
    margin-right: 1.25em;
  }

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

  .business_images-top-component {
    grid-template-rows: 4.5em 4.5em;
    grid-template-columns: 4.5em 4.5em;
  }

  .business-leader_image {
    z-index: 55;
    width: 4.5em;
    height: 4.5em;
    position: relative;
  }

  .business-leader_image._01 {
    width: 6em;
    height: 6em;
    margin-left: 0;
    display: none;
    position: absolute;
    top: 1.25em;
    left: 1.25em;
  }

  .business-leader_image.large {
    width: 6.5em;
    height: 6.5em;
  }

  .business-leader_image.large._2 {
    width: 5em;
    height: 5em;
  }

  .business-leader_image.large._2.r.scroll-into-view {
    display: none;
  }

  .business-leader_image.large._1 {
    width: 5em;
    height: 5em;
  }

  .business-leader_image.large._1.scroll-into-view {
    display: block;
  }

  .business-leader_image._2 {
    width: 6em;
    height: 6em;
  }

  .business-leader_image.middle.scroll-into-view, .business-leader_image._33.scroll-into-view, .business-leader_image._11.scroll-into-view, .business-leader_image._22.scroll-into-view, .business-leader_image.contact-b-left, .business-leader_image.contact-b-r {
    width: 5em;
    height: 5em;
  }

  .intro_component {
    z-index: 5;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .vflex-2em {
    grid-row-gap: 1.5em;
  }

  .section_intro {
    z-index: 0;
    padding-top: 5em;
    padding-bottom: 11.5em;
    position: relative;
  }

  .section-kapcsolat {
    padding-top: 5em;
    padding-bottom: 10em;
    position: relative;
  }

  .bottom-right-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 6em 6em;
    grid-template-columns: 6em 6em 5em;
    grid-auto-columns: 1fr;
    display: none;
    bottom: -6em;
    right: 2.5em;
  }

  .section_hero-header {
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding-top: 15em;
    overflow: clip;
  }

  .container-quote {
    padding-left: 0;
    padding-right: 0;
  }

  .img-draw {
    z-index: 8;
    max-width: 7em;
    position: absolute;
    inset: -34% -17% auto auto;
  }

  .zz-img-1 {
    width: 6em;
    inset: 0% auto 0 7%;
  }

  .zz-img-1.scroll-into-view {
    width: 6.5em;
  }

  .img-zz-22 {
    top: -10%;
    left: 24%;
  }

  .img-zz-22.scroll-into-view {
    width: 6em;
    inset: -13% 8% auto auto;
  }

  .img-zz-4 {
    width: 7.5em;
    inset: -11% 0% auto 9%;
    transform: rotate(-8deg);
  }

  .img-zz-4.scroll-into-view {
    width: 6em;
    top: -8%;
    right: 0%;
  }

  .img-zz-31 {
    width: 8em;
    right: 5%;
  }

  .img-zz-31.scroll-into-view {
    width: 7em;
  }

  .scroll-text {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .menu_link {
    z-index: 5;
    border-radius: 0;
    flex: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    transition-property: none;
  }

  .menu_link.w--current {
    color: var(--red-dark);
  }

  .menu_text {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .component_menu {
    z-index: 99999;
    padding: 0;
    position: fixed;
    top: 0;
  }

  .hamburger-btn {
    z-index: 99999;
    flex-flow: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    display: flex;
  }

  .menu_links {
    z-index: 99;
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100svh;
    padding-top: 11em;
    padding-left: 1.25em;
    display: flex;
    position: fixed;
    inset: -.5em 0% 0% -1em;
    overflow: clip;
    transform: translate(100%);
  }

  .menu_links._w-nav-menu {
    transform: translate(100%);
  }

  .nav-logo {
    z-index: 999;
    width: 3.75em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .nav-img-1 {
    bottom: -98%;
  }

  .nav-img-2 {
    right: -37%;
  }

  .nav-img-3 {
    bottom: -143%;
    right: -39%;
  }

  .nav-img-5 {
    bottom: -2%;
    right: 9%;
  }

  .nav-img-7 {
    border-radius: 100px;
    width: 7em;
    position: absolute;
    inset: auto -49% -84% auto;
  }

  .nav-img-8 {
    width: 5em;
    position: absolute;
    inset: auto -38% 20% auto;
    transform: rotate(-45deg);
  }

  .quote-upper-grid {
    grid-template-rows: 4.5em 4.5em;
    grid-template-columns: 4.5em 4.5em;
    top: -4.5em;
    right: 4em;
  }

  .quote-upper-grid.bottom {
    grid-template-rows: 4.5em 4.5em;
    grid-template-columns: 4.5em 4.5em;
  }

  .quote-upper-grid.middle {
    grid-template-rows: 5em 5em;
    grid-template-columns: 5em 5em;
    grid-auto-columns: 5em;
    top: -5em;
  }

  .quote-upper-grid.contact {
    grid-template-rows: 5em 5em;
    grid-template-columns: 5em 5em;
    top: -5em;
  }

  .quote-upper-grid.form {
    display: none;
  }

  .width-form-heading {
    max-width: none;
  }

  .faq-content {
    height: auto;
    margin-top: 5vw;
  }

  .faq-desc {
    margin-bottom: 1em;
  }

  .faq-list {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-item {
    background-color: var(--yellow-100);
    padding-bottom: 0;
  }

  .faq-title {
    line-height: 1.35;
  }

  .section_faq {
    background-color: var(--green-military);
    padding-top: 6em;
    padding-bottom: 5em;
    position: relative;
  }

  .faq-header {
    margin-bottom: -1.5em;
    padding-right: 0;
  }

  .faq-icon {
    flex: none;
  }

  .button-abs-text:where(.w-variant-af575319-03e5-92f6-9715-5dad6f1348fc), .button-abs-text:where(.w-variant-f64c679a-14aa-76b0-e3a8-a81f77dafd95), .hide {
    display: none;
  }

  .menu_linkek {
    z-index: 99;
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100svh;
    padding-top: 11em;
    padding-left: 1.25em;
    display: flex;
    position: fixed;
    inset: -.5em 0% 0% -1em;
    overflow: clip;
    transform: translate(100%);
  }

  .menu_linkek._w-nav-menu {
    transform: translate(100%);
  }

  .menu-icon1_line-top-2, .menu-icon1_line-bottom-2 {
    background-color: #fff;
  }

  .menu_link-2 {
    z-index: 5;
    border-radius: 0;
    flex: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    transition-property: none;
  }

  .menu_link-2.w--current {
    color: #ff8887;
  }

  .menu-icon1_line-middle-2 {
    background-color: #fff;
  }
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63a92-964fa46f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63a93-964fa46f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aa9-964fa46f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aaa-964fa46f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aab-964fa46f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e3aec6dd-0655-2dd1-917e-9afbea4da3a0-964fa46f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f306-964fa46f, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f311-964fa46f, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f321-964fa46f, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f32b-964fa46f {
  place-self: stretch start;
}

#w-node-_9a8f7445-b096-4300-9a9d-6d22bc4aa473-964fa46f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9a8f7445-b096-4300-9a9d-6d22bc4aa474-964fa46f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19d4fd29-9146-d556-de33-1a3fd9a28091-964fa46f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_19d4fd29-9146-d556-de33-1a3fd9a28092-964fa46f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1c-964fa46f {
  justify-self: stretch;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-964fa46f {
  justify-self: end;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1f-964fa46f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_5d114113-14e8-54bd-0eee-07f28c9d6791-964fa46f {
  justify-self: start;
}

#w-node-_034a5bd9-6a70-67d6-9bd1-55165ac02599-964fa46f {
  justify-self: end;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb30-964fa46f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63a92-874e4104 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63a93-874e4104 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aa9-874e4104 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aaa-874e4104 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aab-874e4104 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e3aec6dd-0655-2dd1-917e-9afbea4da3a0-874e4104 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f306-874e4104, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f311-874e4104, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f321-874e4104, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f32b-874e4104 {
  place-self: stretch start;
}

#w-node-ed1299f1-87ec-ac31-ecf2-6307ca01daf8-874e4104 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ed1299f1-87ec-ac31-ecf2-6307ca01daf9-874e4104 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab5960ba-f623-14bb-401a-11cd82491e9b-874e4104, #w-node-_3eb1214d-99b6-a8c0-e4b1-d452cfa6d2f4-874e4104, #w-node-_625e3597-db2f-259b-1787-5febbf58bf10-874e4104 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ab5960ba-f623-14bb-401a-11cd82491ea4-874e4104, #w-node-ab5960ba-f623-14bb-401a-11cd82491ead-874e4104, #w-node-_56104062-bc38-f079-58cf-f43ea8c5853e-874e4104, #w-node-b74fcef0-aa35-f217-3a19-3b477d2205bc-874e4104, #w-node-_3b0ec6cc-afa9-de9f-c2ea-9c5a773bb747-874e4104 {
  align-self: start;
}

#w-node-de862c10-77e2-fb71-6fd6-ab7a43aad2f1-874e4104 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de862c10-77e2-fb71-6fd6-ab7a43aad2f2-874e4104 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_42ae1f54-a0f8-f561-3d56-8925fb7fd075-874e4104 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9a8f7445-b096-4300-9a9d-6d22bc4aa473-874e4104 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9a8f7445-b096-4300-9a9d-6d22bc4aa474-874e4104 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19d4fd29-9146-d556-de33-1a3fd9a28091-874e4104 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_19d4fd29-9146-d556-de33-1a3fd9a28092-874e4104 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1c-874e4104 {
  justify-self: stretch;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-874e4104 {
  justify-self: end;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1f-874e4104 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_5d114113-14e8-54bd-0eee-07f28c9d6791-874e4104 {
  justify-self: start;
}

#w-node-_034a5bd9-6a70-67d6-9bd1-55165ac02599-874e4104 {
  justify-self: end;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb30-874e4104 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb32-874e4104 {
  justify-self: end;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63a92-f6a94e22 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63a93-f6a94e22 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aa9-f6a94e22 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aaa-f6a94e22 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e71159cb-f61a-e55a-d80c-a73bfce63aab-f6a94e22 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e3aec6dd-0655-2dd1-917e-9afbea4da3a0-f6a94e22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f306-f6a94e22, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f311-f6a94e22, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f321-f6a94e22, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f32b-f6a94e22 {
  place-self: stretch start;
}

#w-node-ed1299f1-87ec-ac31-ecf2-6307ca01daf8-f6a94e22 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ed1299f1-87ec-ac31-ecf2-6307ca01daf9-f6a94e22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab5960ba-f623-14bb-401a-11cd82491e9b-f6a94e22, #w-node-_3eb1214d-99b6-a8c0-e4b1-d452cfa6d2f4-f6a94e22, #w-node-_625e3597-db2f-259b-1787-5febbf58bf10-f6a94e22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ab5960ba-f623-14bb-401a-11cd82491ea4-f6a94e22, #w-node-ab5960ba-f623-14bb-401a-11cd82491ead-f6a94e22, #w-node-_56104062-bc38-f079-58cf-f43ea8c5853e-f6a94e22, #w-node-b74fcef0-aa35-f217-3a19-3b477d2205bc-f6a94e22, #w-node-_3b0ec6cc-afa9-de9f-c2ea-9c5a773bb747-f6a94e22 {
  align-self: start;
}

#w-node-de862c10-77e2-fb71-6fd6-ab7a43aad2f1-f6a94e22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de862c10-77e2-fb71-6fd6-ab7a43aad2f2-f6a94e22 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_42ae1f54-a0f8-f561-3d56-8925fb7fd075-f6a94e22 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9a8f7445-b096-4300-9a9d-6d22bc4aa473-f6a94e22 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9a8f7445-b096-4300-9a9d-6d22bc4aa474-f6a94e22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19d4fd29-9146-d556-de33-1a3fd9a28091-f6a94e22 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_19d4fd29-9146-d556-de33-1a3fd9a28092-f6a94e22 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1c-f6a94e22 {
  justify-self: stretch;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-f6a94e22 {
  justify-self: end;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1f-f6a94e22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_5d114113-14e8-54bd-0eee-07f28c9d6791-f6a94e22 {
  justify-self: start;
}

#w-node-_034a5bd9-6a70-67d6-9bd1-55165ac02599-f6a94e22 {
  justify-self: end;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb30-f6a94e22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb32-f6a94e22 {
  justify-self: end;
}

#w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479abc-b4087843, #w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479ac5-b4087843, #w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479ace-b4087843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479ad7-b4087843, #w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479ae0-b4087843, #w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479ae9-b4087843, #w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479af2-b4087843, #w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479afb-b4087843 {
  align-self: start;
}

#w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479b05-b4087843 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479b06-b4087843 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479b07-b4087843 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (min-width: 1440px) {
  #w-node-de862c10-77e2-fb71-6fd6-ab7a43aad2f2-874e4104 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_42ae1f54-a0f8-f561-3d56-8925fb7fd075-874e4104 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-de862c10-77e2-fb71-6fd6-ab7a43aad2f2-f6a94e22 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_42ae1f54-a0f8-f561-3d56-8925fb7fd075-f6a94e22 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479b06-b4087843 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-a83c1053-3b03-45d4-a7f2-ef1cf8479b07-b4087843 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_20f4f52e-c685-b911-dd98-12cbe4fdcecd-964fa46f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f304-964fa46f, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f31c-964fa46f, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f31f-964fa46f, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f334-964fa46f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aa4cdb03-0062-f3e2-1544-86295cb91316-874e4104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f304-874e4104, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f31c-874e4104, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f31f-874e4104, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f334-874e4104 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aa4cdb03-0062-f3e2-1544-86295cb91316-f6a94e22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f304-f6a94e22, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f31c-f6a94e22, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f31f-f6a94e22, #w-node-_3e78c6e8-5a8b-f8ec-6cb7-3611c314f334-f6a94e22 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_20f4f52e-c685-b911-dd98-12cbe4fdcecd-964fa46f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_65f03d29-7aac-dc05-6ff0-678608155fbf-964fa46f, #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-964fa46f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa4cdb03-0062-f3e2-1544-86295cb91316-874e4104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_65f03d29-7aac-dc05-6ff0-678608155fbf-874e4104, #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-874e4104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa4cdb03-0062-f3e2-1544-86295cb91316-f6a94e22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_65f03d29-7aac-dc05-6ff0-678608155fbf-f6a94e22, #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-f6a94e22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20f4f52e-c685-b911-dd98-12cbe4fdcecd-964fa46f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1c-964fa46f {
    place-self: stretch center;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-964fa46f {
    justify-self: stretch;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1f-964fa46f {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_5d114113-14e8-54bd-0eee-07f28c9d6791-964fa46f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_034a5bd9-6a70-67d6-9bd1-55165ac02599-964fa46f {
    justify-self: auto;
  }

  #w-node-aa4cdb03-0062-f3e2-1544-86295cb91316-874e4104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1c-874e4104 {
    place-self: stretch center;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-874e4104 {
    justify-self: stretch;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1f-874e4104 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_5d114113-14e8-54bd-0eee-07f28c9d6791-874e4104 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_034a5bd9-6a70-67d6-9bd1-55165ac02599-874e4104 {
    justify-self: auto;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb32-874e4104 {
    justify-self: stretch;
  }

  #w-node-aa4cdb03-0062-f3e2-1544-86295cb91316-f6a94e22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1c-f6a94e22 {
    place-self: stretch center;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1e-f6a94e22 {
    justify-self: stretch;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb1f-f6a94e22 {
    grid-column: span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_5d114113-14e8-54bd-0eee-07f28c9d6791-f6a94e22 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_034a5bd9-6a70-67d6-9bd1-55165ac02599-f6a94e22 {
    justify-self: auto;
  }

  #w-node-_7652bc4a-d85c-c77e-2bac-fb5995a4cb32-f6a94e22 {
    justify-self: stretch;
  }
}


