@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk;
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk Variable;
  src: url('../fonts/SpaceGrotesk-Variable.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray-300: #b3b3b3;
  --green: #00ef93;
  --yellow-green-700: #5aa59c;
  --primary: #996aff;
  --dark_logo: #1a1833;
  --white: #fff;
  --border-radius: #222;
  --transparent_layer: #64636100;
  --lb: #d6fff9;
  --gray-500: #757575;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Satoshi;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Satoshi;
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Satoshi;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

p {
  color: var(--gray-300);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #fff;
  flex-flow: column;
  text-decoration: underline;
  display: block;
}

a:hover {
  color: var(--gray-300);
}

li {
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
}

.section {
  z-index: 30;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.hero {
  background-image: url('../images/introx1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1600px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.hero:lang(is) {
  background-image: url('../images/Localization-Demo.svg');
  background-position: 0 100%;
  background-size: cover;
}

.section.metrics {
  background-image: radial-gradient(circle at 100% 100%, #38b10000, #0000 30%);
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.section.metrics.pixels {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  min-height: 480px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.cta {
  background-image: url('../images/bg-dots.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1000px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  font-family: Spacegrotesk, Arial, sans-serif;
  display: flex;
  overflow: visible;
}

.section.contact {
  z-index: 30;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.contact:lang(fr) {
  padding-bottom: 20px;
}

.section.product {
  z-index: 30;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.preco {
  background-image: url('../images/bg-dots.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.selection_product {
  padding-top: 40px;
  padding-bottom: 80px;
}

.section.intro {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero1 {
  z-index: 30;
  min-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  z-index: 2000;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.intro {
  aspect-ratio: 2400 / 1048;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
}

.image {
  z-index: 10;
  width: 38%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
  left: 140px;
}

.navbar {
  padding-top: 8px;
  padding-bottom: 8px;
}

.button {
  grid-column-gap: .5rem;
  background-color: var(--green);
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 18px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: static;
}

.button:hover {
  border-color: var(--yellow-green-700);
  box-shadow: none;
  color: #000;
  background-color: #fff;
}

.button:focus {
  background-color: var(--gray-300);
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.button.nav {
  grid-column-gap: 2rem;
  border: 1px solid var(--green);
  background-color: var(--dark_logo);
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: 500;
}

.button.white_bg {
  grid-column-gap: 6px;
  border: 1px none var(--green);
  color: var(--dark_logo);
  text-transform: none;
  border-radius: 3px;
  flex-flow: row;
  padding: 10px 14px;
  transition: background-color .28s;
  display: flex;
}

.button.white_bg:focus {
  background-color: var(--white);
}

.button-secondary {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #111;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #494949;
}

.button-secondary:focus {
  outline-color: var(--primary);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.button-secondary.nav {
  font-weight: 500;
}

.button-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.paragraph-large {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.3;
}

.icon-small {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.layout-wrapper {
  border: 1px solid var(--border-radius);
  cursor: default;
  background-color: #64636126;
  border-radius: 12px;
  height: 100%;
  padding: 28px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  color: var(--white);
}

.layout-wrapper.horizontal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-style: solid;
  border-color: var(--border-radius);
  background-color: #64636126;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 28px;
  display: flex;
}

.layout-wrapper.horizontal:hover {
  border-style: solid;
  border-color: var(--green);
  background-color: #6463610d;
}

.layout-wrapper.vertical {
  border-style: solid;
  border-color: var(--border-radius);
  background-color: #64636126;
}

.layout-wrapper.vertical:hover {
  border-style: solid;
  border-color: var(--green);
  background-color: #6463610d;
}

.header-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: relative;
}

.hero-header-component {
  z-index: 2;
  width: 55%;
  padding-top: 0;
}

.cta-header-component {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 660px;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-tertiary:hover {
  color: #344054;
  background-color: #f9fafb;
}

.button-tertiary.hide-tablet {
  color: var(--white);
}

.button-tertiary.hide-tablet:hover {
  background-color: #252525;
}

.navbar-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.navbar-menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
  transition: all .3s;
}

.navbar-link:hover {
  color: var(--white);
}

.navbar-link.w--current {
  color: #fff;
}

.icon-wrapper {
  color: #7f56d9;
  flex: none;
  margin-right: 16px;
}

.dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--white);
  background-color: #2d3b38;
  border: 1px solid #0000;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: block;
}

.dropdown-link:hover {
  border: 1px solid var(--green);
  color: var(--green);
  border-radius: 6px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
}

.dropdown-link.w--current {
  white-space: nowrap;
  background-color: #4c5e5a;
}

.dropdown-link-menu {
  z-index: 10000;
  grid-row-gap: 2px;
  flex: 0 auto;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(250px, 500px));
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 310px;
  display: grid;
  position: relative;
}

.navbar-container {
  flex-wrap: wrap;
  place-content: center flex-end;
  align-items: center;
  width: 96%;
  max-width: 1280px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list {
  border: 1px solid #292929;
  border-radius: 12px;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  z-index: 100;
  color: #000;
  background-color: #ddd0;
  border-style: none;
  border-radius: 0;
  flex-flow: row;
  width: auto;
  padding: 4px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
}

.dropdown-toggle {
  color: #ffffffb3;
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: Satoshi;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--white);
}

.menu-dropdown {
  position: relative;
}

.navbar-menu {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-logo-link {
  margin-right: 40px;
}

.navbar-wrapper {
  background-color: #0000;
  align-items: center;
  min-height: 80px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-medium {
  color: #ffffffb3;
  letter-spacing: normal;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  margin-bottom: 12px;
}

.badge {
  grid-column-gap: .375rem;
  opacity: .66;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #111;
  border: 1px solid #4b4b4b;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-legal-link {
  color: #ffffffb3;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

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

.footer-legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.text-small {
  color: #ffffffb3;
  letter-spacing: normal;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.text-small.text-color-light {
  color: #ffffffb3;
}

.footer-bottom-wrapper {
  border-top: 1px solid var(--border-radius);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.footer-social-icon {
  color: #ffffffb3;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.footer-social-link {
  color: #ffffffb3;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.footer-link-list-heading {
  color: var(--white);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.footer-link-list {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: flex-end start;
  display: flex;
}

.footer-link {
  grid-column-gap: 8px;
  color: #ffffffb3;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.text-link {
  color: var(--white);
  text-decoration: underline;
  transition: color .3s;
  display: inline-block;
}

.text-link:hover {
  color: #797979;
}

.form-input {
  border: 1px solid var(--border-radius);
  background-color: #ffffff0f;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Spacegrotesk, Arial, sans-serif;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border-color: var(--primary);
  color: #101828;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #d7f76f80;
}

.form-input::placeholder {
  color: #ffffffb3;
}

.foot-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.footer-form-blog {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.logo-link {
  margin-bottom: 2rem;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.layout-text-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.layout-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--transparent_layer);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  width: 100%;
  padding: 64px 32px;
}

.layout-list-item.prostredia {
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  background-color: #64636126;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.layout-list-item.green {
  background-color: var(--transparent_layer);
  background-image: none;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
}

.layout-metrics {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.vertical-divider {
  background-color: #fff3;
  border-radius: 12px;
  width: 1px;
  height: 100%;
}

.text-color-accent {
  color: var(--primary);
}

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-component-layout.sw {
  grid-template-columns: 1fr 1fr;
}

.paragraph {
  color: var(--gray-300);
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph.max-width-40 {
  text-align: left;
  max-width: 40vw;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
}

.paragraph.text-color-accent {
  color: var(--primary);
}

.paragraph.center {
  color: #d8d8d8;
  text-align: center;
  font-weight: 300;
}

.paragraph.max-width-65 {
  max-width: 65%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.featured-icon-wrapper {
  border: 1px #484849;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 1rem;
  display: flex;
}

.featured-icon-wrapper.center {
  width: 68px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  grid-row-gap: 24px;
  border: 1px solid var(--border-radius);
  background-color: #ffffff1c;
  background-image: url('../images/Background-pattern-2-.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 48px;
  display: flex;
}

.testimonial-header {
  justify-content: center;
  width: 100%;
  margin-bottom: 59px;
  display: flex;
}

.testimonial-name {
  text-align: left;
  margin-bottom: 0;
}

.paragraph-small {
  color: #fff;
  font-size: 14px;
}

.heading {
  color: var(--lb);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
}

.heading.hero {
  color: var(--green);
  text-align: left;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.heading.hero.center {
  text-align: center;
  font-size: 40px;
}

.heading.text-color-gray500 {
  color: var(--gray-500);
  max-width: 15ch;
}

.heading.text-color-gray500:lang(ja) {
  margin-right: 10px;
}

.heading.left {
  color: var(--green);
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.heading.left.dark {
  background-color: var(--green);
  color: var(--dark_logo);
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-weight: 400;
  display: block;
}

.heading.green {
  color: var(--green);
  align-self: center;
  font-size: 36px;
}

.heading.h3 {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-size: 28px;
}

.hero-text-wrapper {
  z-index: 2;
  margin-bottom: 32px;
  position: relative;
}

.hero-text-wrapper.left {
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.features-layout {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bg-gradient {
  z-index: -1;
  position: absolute;
  inset: -50% auto auto -35%;
}

.bg-gradient.right {
  top: -30%;
  left: auto;
  right: -25%;
}

.cta-layout {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-cta {
  z-index: 10;
  object-fit: cover;
  width: 600px;
  max-width: 50%;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.form-success {
  border: .0625rem solid var(--green);
  background-color: var(--transparent_layer);
  color: #000;
  border-radius: .25rem;
  font-size: 1.1rem;
}

.section-anchor-offset {
  z-index: -1;
  position: absolute;
  inset: -7em 0% 0%;
}

.button-white {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #171717;
  background-image: linear-gradient(#ffffff05, #fff0);
  border-style: none;
  border-radius: .25rem;
  padding: .9em 1.2em;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 0 .125rem #00000040, inset 0 1px 1.8125rem #ffffff0a, inset 0 0 .03125rem #fff3;
}

.button-white:hover {
  background-color: #070707;
  box-shadow: inset 0 0 .0625rem #ffffff1c, 0 .0625rem .125rem #00000040, inset 0 1.4375rem 1.8125rem #ffffff0a, inset 0 .0625rem .03125rem #fff3;
}

.button-white:active {
  box-shadow: 10px 0 2rem -1rem #080808, inset 0 0 #ffffff14, inset 0 0 #ffffff52;
}

.button-white:focus-visible, .button-white[data-wf-focus-visible] {
  outline-offset: .125rem;
  outline: .125rem solid #919191;
}

.input-label {
  z-index: 1;
  margin-bottom: 10px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: relative;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-text-bold {
  font-weight: 500;
}

.form-error {
  background-color: #fc515133;
  border: .0625rem solid #ff4343;
  width: 100%;
  margin-top: 32px;
  padding: .5em .75em;
}

.radio-group_horizontal {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.contact-us-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--transparent_layer);
  color: #fff;
  border: 0 #222;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: grid;
}

.input-block {
  margin-bottom: 1.5rem;
  position: relative;
}

.input-block.radio {
  align-items: center;
  margin-bottom: 0;
  padding: 0 0 0 2rem;
  display: flex;
}

.input-toggle {
  background-color: #f9f9f9;
  border-color: #898989;
  border-radius: .25rem;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-left: -2rem;
  margin-right: .75rem;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input-toggle.w--redirected-checked {
  background-color: #232427;
  background-image: url('../images/checkmark-small-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  border-style: none;
  border-color: #080808;
}

.input-toggle.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0rem;
  outline: .125rem solid #bbb;
}

.input-toggle.cc-radio {
  border-radius: 1.25rem;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s cubic-bezier(.165, .84, .44, 1);
}

.input-toggle.cc-radio.w--redirected-checked {
  background-image: none;
  box-shadow: inset 0 0 0 1px #080808, inset 0 0 0 5px #fff, inset 0 0 0 20px #000;
}

.input-toggle.cc-radio.cc-dark.w--redirected-checked {
  background-image: none;
  box-shadow: inset 0 0 0 .0625rem #919191, inset 0 0 0 .3125rem #0e0e0e, inset 0 0 0 1.25rem #fff;
}

.input-toggle.cc-dark {
  background-color: #171717;
  border: .0625rem solid #5a5a5a;
}

.input-toggle.cc-dark:hover {
  background-color: #222;
  border-color: #757575;
}

.input-toggle.cc-dark.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Black-Checkmark.svg');
}

.form-section {
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.input {
  background-color: #f9f9f9;
  border: .0625rem solid #919191;
  border-radius: .25rem;
  align-self: stretch;
  height: 100%;
  max-height: 3.25rem;
  margin-bottom: .625rem;
  margin-right: 1rem;
  padding: .9rem 1rem;
  font-size: 1rem;
  line-height: 1.3;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.input:hover {
  border-color: #000;
}

.input:focus {
  outline-offset: 0rem;
  outline: .1875rem solid #146ef5;
}

.input::placeholder {
  color: #000000a6;
}

.input.text-area {
  max-height: none;
}

.input.text-area.dark {
  background-color: var(--white);
  border-color: #333;
  min-height: 160px;
  margin-bottom: .5rem;
}

.input.text-area.dark::placeholder {
  color: #757575;
}

.input.dark {
  background-color: var(--white);
  color: #000;
  border-color: #333;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
}

.input.dark:hover {
  border-color: #898989;
}

.input.dark:focus {
  border-color: #f5f5f5;
}

.input.dark::placeholder {
  color: #757575;
}

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

.contact-us-text {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.contact-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.dropdown-links {
  color: #fff;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

.dropdown-links.w--current {
  font-family: Spacegrotesk, Arial, sans-serif;
}

.text-color-gray500 {
  color: var(--gray-500);
}

.hero-heading {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-heading.emp {
  font-weight: 800;
}

.dropdown-title {
  font-family: Spacegrotesk, Arial, sans-serif;
}

.collection-list {
  display: flex;
}

.stars-image {
  margin-bottom: 6px;
}

.hero-subheading {
  color: #a0c8d3;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
}

.feature-card-image {
  border-radius: 12px;
  flex: none;
  width: auto;
  position: relative;
  inset: auto 0% 0% auto;
}

.feature-card-image.horizontal {
  flex: 1;
  order: 0;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: clip;
}

.cta-content-component {
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  position: static;
  inset: 0% auto 0% 0;
}

.cta-content-component.hero {
  max-width: 50%;
}

.body {
  background-color: var(--dark_logo);
}

.image-2 {
  width: 160px;
}

.link {
  font-weight: 800;
}

.div-block {
  background-color: #90b65b;
  width: 200px;
  height: 200px;
  position: absolute;
}

.panel {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  margin-top: 0;
  margin-left: 20px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.text-block {
  max-width: 40vw;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.text-block.dark {
  color: #000;
}

.text-span {
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
}

.bold-text {
  font-family: Spacegrotesk Variable, Arial, sans-serif;
}

.heading-4 {
  text-align: left;
  margin-top: 1em;
  margin-bottom: .25em;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 24px;
}

.heading-4.center {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.heading-4.cent {
  text-align: center;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
}

.text-block-2 {
  color: var(--green);
  font-family: Spacegrotesk, Arial, sans-serif;
}

.text-block-3, .bold-text-2 {
  font-family: Spacegrotesk, Arial, sans-serif;
}

.bold-text-3 {
  font-weight: 300;
}

.image-3 {
  opacity: 1;
}

.video {
  flex: none;
  display: block;
  overflow: visible;
}

.heding-green {
  color: var(--green);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
}

.link-2 {
  font-family: Spacegrotesk, Arial, sans-serif;
}

.link-3, .link-4 {
  font-family: Spacegrotesk, Arial, sans-serif;
  text-decoration: none;
}

.heading-5 {
  font-family: Spacegrotesk, Arial, sans-serif;
}

.linka {
  color: var(--green);
  padding-top: 0;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-weight: 300;
}

.body-2 {
  background-color: var(--dark_logo);
}

.image-4 {
  text-align: center;
  flex: none;
  align-self: auto;
}

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

.text-block-4 {
  color: var(--white);
}

.video_my {
  width: 50%;
  margin-top: 0;
}

.popis, .popis.vert {
  width: auto;
}

.div-block-3 {
  padding-right: 40px;
}

.img_popis {
  width: 44%;
  height: 100%;
  display: block;
}

.left {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  display: block;
}

.produkt {
  transition: opacity .2s;
}

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

.h1_dark {
  color: var(--dark_logo);
  margin-bottom: 1em;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.produkt-layout {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.link_product {
  border: 2px solid var(--green);
  background-color: var(--green);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 40px 10px;
  text-decoration: none;
  display: flex;
}

.link_product:hover {
  box-shadow: inset -5px 0 0 0 var(--green), inset 5px 0 0 0 var(--green), inset 0 -5px 0 0 var(--green), inset 0 5px 0 0 var(--green);
  background-color: #fff;
  border-width: 2px;
  text-decoration: none;
  transform: skew(0deg);
}

.link_product.w--current {
  background-color: var(--white);
  border-style: none;
}

.link_product.w--current:hover {
  border-style: solid;
}

.link_product.active {
  border-color: var(--dark_logo);
  padding: 10px;
}

.name {
  color: #000;
  text-align: center;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.products_selection {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.link_product_active {
  border: 2px solid var(--border-radius);
  background-color: var(--white);
  outline-color: var(--border-radius);
  outline-offset: 0px;
  text-align: center;
  border-radius: 0;
  outline-width: 2px;
  outline-style: none;
  flex-flow: column;
  flex: 0 auto;
  height: 100%;
  padding: 40px 10px;
  display: block;
}

.divider40 {
  width: 100%;
  height: 40px;
}

.gallery {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery.home {
  background-color: #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  padding: 10px;
}

.heading-6 {
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 20px;
}

.heading-7 {
  margin-bottom: 1em;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 50px;
}

.ref {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.div_green_line {
  background-color: var(--green);
  width: 35%;
  height: 2px;
  margin-bottom: 20px;
}

.divider20 {
  height: 20px;
}

.emp {
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

.emp.pad_bottom {
  padding-bottom: 20px;
}

.div-block-5, .div80 {
  height: 80px;
}

.div_line {
  background-color: #ffffff1f;
  height: 1px;
  margin-bottom: 20px;
}

.stojanwrapper {
  z-index: 11;
  object-fit: fill;
  flex: 0 auto;
  width: 180px;
  height: 275px;
  position: absolute;
  top: 23.6%;
  left: 60%;
}

.led_overlay {
  z-index: 20;
  aspect-ratio: 9 / 13.2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.led_overlay.logo {
  z-index: 21;
  aspect-ratio: auto;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  inset: 22% 0% 0% 12%;
  overflow: hidden;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.code-embed {
  height: 100%;
  margin-bottom: 0;
}

.image-6 {
  max-width: none;
  display: block;
  overflow: visible;
}

.led_wrapper {
  z-index: 10;
  aspect-ratio: 2400 / 1048;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.image-7 {
  aspect-ratio: 2400 / 1048;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.led_overlay_logo {
  z-index: 22;
  position: absolute;
  top: 22%;
  left: 12%;
}

.background-video {
  background-image: linear-gradient(90deg, var(--dark_logo), #1a1833eb 42%, #fff0 82%, var(--dark_logo));
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 1000px;
  display: flex;
  position: relative;
}

.code-pixels {
  z-index: 20;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0;
}

.side_img {
  width: 66%;
}

.shape-5 {
  background-color: #2f2535;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -7.1em;
  left: 0;
  right: 0;
}

.shape-7 {
  background-color: #2b184e;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.background-noise {
  z-index: 0;
  opacity: .34;
  mix-blend-mode: normal;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-8 {
  background-color: #18524a;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #7c7631;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #091f61;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: soft-light;
}

.main-shapes-wrapper {
  filter: blur(90px);
}

.ultra-gradient-wrapper {
  z-index: 18;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #3f3a5a;
  border-radius: 14em;
  width: 26em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 3.4em;
  left: 10em;
  right: 0;
}

.shape-2 {
  background-color: #49b4b1;
  border-radius: 30em;
  width: 40em;
  height: 18em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -8.2em;
  left: -23.1em;
  right: 0;
}

.shape-3 {
  background-color: #196853;
  border-radius: 999em;
  width: 30em;
  height: 70em;
  position: absolute;
  top: -19.8em;
  left: 15.4em;
  right: 0;
  transform: rotate(-34deg);
}

.shape-6 {
  background-color: #272464;
  border-radius: 999em;
  width: 66em;
  height: 30em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(53deg);
}

.h1 {
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 48px;
}

.text-block-6 {
  position: relative;
}

.horizont-line {
  transform-origin: 0 0;
  transform-style: preserve-3d;
  background-color: #000;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(.15, 1, 1);
}

.horizont-line.thin {
  border: 1px solid var(--green);
  background-color: var(--green);
  transform-style: preserve-3d;
  height: 1px;
  transform: scale3d(.1, 1, 1);
}

.vert-line {
  transform-origin: 0 0;
  transform-style: preserve-3d;
  background-color: #000;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(1, .35, 1);
}

.vert-line.thin {
  background-color: var(--green);
  transform-style: preserve-3d;
  width: 1px;
  transform: scale3d(1, .25, 1);
}

.btn-2-w {
  z-index: 10;
  color: var(--green);
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 14px;
  font-family: Spacegrotesk Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-7 {
  position: relative;
}

.btn-anim {
  z-index: 10;
  color: #000;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-6 {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.square-btn {
  background-color: var(--white);
  border: 1px #333;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  transform: rotate(0);
}

.text-b6 {
  color: var(--green);
  letter-spacing: 0;
  margin-left: 10px;
  font-family: Spacegrotesk Variable, Arial, sans-serif;
  font-size: 16px;
}

.arrow-wrapper-b6 {
  justify-content: flex-end;
  align-items: center;
  width: 47px;
  margin-left: -21px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-tail-b6 {
  background-color: var(--dark_logo);
  width: 45px;
  height: 1px;
}

.arrow-head-1-b6 {
  z-index: 10;
  margin-left: -9px;
  position: relative;
}

.arrow-head-2-b6 {
  z-index: 8;
  position: absolute;
  inset: auto 3px auto auto;
}

.plus {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-8 {
  width: 16px;
  height: 16px;
}

.image-9 {
  width: 100%;
  display: block;
}

.image-10 {
  text-align: center;
  flex: none;
  align-self: auto;
}

.container-2 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-subheading-2 {
  color: #a0c8d3;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
}

.section-preco {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.section-preco.hero {
  background-image: url('../images/bg_intro1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-preco.hero:lang(is) {
  background-image: url('../images/Localization-Demo.svg');
  background-position: 0 100%;
  background-size: cover;
}

.image-11 {
  z-index: 10;
  width: 38%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
  left: 140px;
}

.hero-heading-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.25;
}

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

.grid._4col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.h3 {
  font-family: Spacegrotesk, Arial, sans-serif;
  font-size: 32px;
}

.text-block-8 {
  aspect-ratio: auto;
  position: relative;
  overflow: visible;
}

.text-block-9 {
  flex-flow: row;
  display: block;
}

.code-embed-2 {
  display: block;
}

.nazov_img {
  padding-top: 12px;
  font-family: Spacegrotesk, Arial, sans-serif;
  text-decoration: none;
}

.lightbox-link {
  color: var(--green);
  text-decoration: none;
}

.lightbox-link:hover {
  color: var(--white);
}

.list-item {
  color: var(--green);
  padding-top: 3px;
  padding-bottom: 4px;
  line-height: 26px;
  list-style-type: square;
}

.list {
  margin-bottom: 20px;
}

.li_txt {
  color: var(--white);
  padding-left: 4px;
}

@media screen and (max-width: 991px) {
  .section, .section.metrics {
    padding-bottom: 40px;
  }

  .section.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image {
    min-width: 18rem;
    max-width: 35rem;
    position: relative;
  }

  .button.nav {
    background-color: var(--green);
    color: var(--dark_logo);
    flex: none;
    font-size: 20px;
  }

  .button-secondary.nav {
    width: 100%;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .layout-wrapper.horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 28px;
    display: flex;
  }

  .layout-wrapper.vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: row;
    display: flex;
  }

  .header-image-wrapper {
    position: relative;
  }

  .hero-header-component {
    flex: 0 auto;
    align-self: auto;
    width: 70%;
  }

  .cta-header-component {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
  }

  .menu-icon {
    background-color: var(--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-middle-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--white);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-component {
    background-color: var(--green);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .navbar-button-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .navbar-link {
    background-color: var(--dark_logo);
    color: var(--white);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 52px;
    padding: 1rem 0 1rem 1rem;
    font-size: 20px;
    display: flex;
  }

  .navbar-link:hover {
    background-color: var(--green);
    color: var(--dark_logo);
  }

  .navbar-link.w--current {
    color: var(--green);
    line-height: 1.4px;
  }

  .dropdown-link {
    border-radius: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
  }

  .dropdown-link:hover {
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link.w--current {
    font-size: 18px;
  }

  .dropdown-link-menu {
    grid-row-gap: 1px;
    background-color: #000000f0;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .navbar-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-toggle {
    background-color: var(--dark_logo);
    color: var(--white);
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-family: Spacegrotesk, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    display: flex;
  }

  .dropdown-toggle:hover {
    background-color: var(--green);
    color: var(--dark_logo);
    padding-left: 1rem;
  }

  .menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 1px;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-menu {
    border-top: 1px solid var(--border-radius);
    background-color: #fff;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 1rem 5rem;
    position: absolute;
  }

  .navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-link-list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .layout-text-wrapper {
    grid-row-gap: 10px;
  }

  .layout-list-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .layout-list-item.prostredia {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .layout-list-item.green {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
    display: block;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .paragraph.max-width-40, .paragraph.max-width-65 {
    max-width: none;
  }

  .featured-icon-wrapper.center {
    margin-bottom: 0;
  }

  .testimonial-card {
    padding: 31px;
  }

  .hero-text-wrapper {
    max-width: none;
  }

  .cta-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-cta {
    z-index: 0;
    object-fit: contain;
    max-width: 78%;
  }

  .contact-us-form {
    background-image: none;
    max-width: none;
    padding: 3rem 2rem;
  }

  .input-block {
    margin-bottom: 1.5rem;
  }

  .input-toggle {
    min-width: 1.5rem;
    min-height: 1.5rem;
  }

  .form-section {
    margin-bottom: 3rem;
    position: relative;
  }

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

  .contact-list {
    justify-content: start;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .feature-card-image {
    width: 40%;
    height: auto;
  }

  .feature-card-image.horizontal {
    object-fit: none;
    flex: 0 auto;
    max-width: 40%;
    height: auto;
    position: absolute;
    right: 28px;
    overflow: clip;
  }

  .feature-card-image.web {
    width: auto;
  }

  .testimonial-cms-item {
    width: 50%;
  }

  .collection-list-2 {
    grid-row-gap: 20px;
  }

  .cta-content-component {
    margin-bottom: auto;
  }

  .locale {
    font-family: Satoshi;
  }

  .div-block {
    background-color: var(--green);
    height: 200px;
    position: static;
  }

  .text-block {
    max-width: none;
  }

  .text-block-2 {
    color: var(--dark_logo);
  }

  .video {
    margin-top: 60px;
  }

  .heding-green {
    font-size: 20px;
  }

  .video_my {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .popis {
    max-width: 60%;
  }

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

  .img_popis {
    display: flex;
  }

  .h1_dark {
    margin-bottom: .7em;
  }

  .produkt-layout {
    flex-flow: column;
  }

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

  .divider40 {
    height: 20px;
  }

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

  .gallery.home {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .stojanwrapper {
    left: 60.8%;
  }

  .led_overlay {
    object-fit: fill;
    left: 25%;
  }

  .led_overlay.logo {
    height: auto;
    left: 36%;
  }

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

  .led_overlay_logo {
    z-index: 30;
    top: 22%;
    left: 38%;
  }

  .side_img {
    order: -1;
    width: auto;
    margin-bottom: 30px;
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .section-preco {
    padding-bottom: 40px;
  }

  .image-11 {
    min-width: 18rem;
    max-width: 35rem;
    position: relative;
  }

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

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 15px;
  }

  .section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.intro {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 100%;
    overflow: visible;
  }

  .button {
    font-size: 1rem;
  }

  .button:hover {
    border-color: #7f56d9;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-row {
    align-self: stretch;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .layout-wrapper {
    display: flex;
  }

  .header-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: none;
  }

  .hero-header-component {
    width: 80%;
  }

  .hero-header-component.preco-my {
    width: 68%;
  }

  .cta-header-component {
    height: auto;
  }

  .button-tertiary:hover {
    color: #475467;
    background-color: #0000;
  }

  .dropdown-link-menu {
    max-width: none;
  }

  .navbar-wrapper {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .footer-legal-link:hover {
    color: #98a2b3;
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-social-link:hover, .footer-link:hover {
    color: #667085;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-form-blog {
    margin-top: 1.5rem;
  }

  .logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .layout-text-wrapper {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .layout-list-item {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .layout-list-item.green {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
  }

  .features-component-layout {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.5;
  }

  .paragraph.max-width-40 {
    max-width: none;
    line-height: 1.5;
  }

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

  .paragraph.center.mobileleft {
    text-align: left;
  }

  .featured-icon-wrapper.center {
    margin-left: 0;
  }

  .heading {
    font-size: 28px;
  }

  .heading.hero.center {
    font-size: 34px;
    line-height: 1.2;
  }

  .heading.left {
    margin-right: auto;
    font-size: 34px;
  }

  .hero-text-wrapper {
    max-width: none;
  }

  .cta-layout {
    min-height: 490px;
  }

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

  .contact-us-form {
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .contact-list {
    margin-top: 2rem;
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-subheading {
    font-size: 24px;
  }

  .feature-card-image {
    opacity: .4;
    max-width: 40%;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .testimonial-cms-item {
    width: 100%;
  }

  .text-block {
    font-size: 18px;
    line-height: 1.5;
  }

  .heading-4.center {
    text-align: left;
    flex: none;
    align-self: auto;
  }

  .heding-green {
    align-self: flex-start;
    font-size: 18px;
  }

  .video_my {
    width: 100%;
    margin-top: 60px;
  }

  .popis {
    width: auto;
    max-width: none;
  }

  .h1_dark {
    margin-bottom: .5em;
  }

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

  .divider40 {
    height: 20px;
  }

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

  .stojanwrapper {
    left: 63%;
  }

  .led_overlay {
    left: 30%;
  }

  .led_overlay.logo {
    aspect-ratio: auto;
  }

  .blending-group-wrapper, .main-shapes-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .hero-subheading-2 {
    font-size: 24px;
  }

  .section-preco {
    padding: 60px 15px;
  }

  .image-11 {
    width: 100%;
    overflow: visible;
  }

  .hero-heading-2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    min-height: 580px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section.cta {
    background-image: url('../images/bg-dots.png');
    background-repeat: no-repeat;
    background-size: 1000px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.product {
    padding-bottom: 20px;
  }

  .section.intro {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero1 {
    min-height: 600px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .image {
    width: 70%;
    min-width: auto;
    max-width: none;
    position: relative;
  }

  .button.nav:hover {
    background-color: var(--dark_logo);
  }

  .layout-wrapper {
    padding: 24px;
  }

  .layout-wrapper.horizontal {
    z-index: 10;
  }

  .layout-wrapper.vertical {
    flex-flow: column;
    display: flex;
  }

  .header-image-wrapper {
    height: 16rem;
  }

  .hero-header-component {
    width: 100%;
    padding-top: 0;
  }

  .hero-header-component.preco-my {
    width: auto;
  }

  .cta-header-component {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .dropdown-link {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .foot-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .layout-text-wrapper {
    grid-row-gap: 0px;
    text-align: center;
    border-bottom: 1px solid #ffffff1a;
  }

  .layout-text-wrapper.vyuzitie {
    border-bottom-style: none;
  }

  .layout-list-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .layout-list-item.prostredia {
    grid-row-gap: 2rem;
    justify-items: start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 40px 20px 20px;
  }

  .layout-list-item.green {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    justify-items: center;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .paragraph.max-width-40 {
    max-width: none;
  }

  .paragraph.center {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    font-size: 20px;
    display: block;
  }

  .paragraph.center.mobileleft {
    align-self: flex-start;
    font-size: 18px;
  }

  .featured-icon-wrapper.center {
    margin-left: 0;
  }

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

  .heading.hero {
    line-height: 1.2;
  }

  .heading.left {
    text-align: left;
    margin-right: auto;
  }

  .heading.left.dark {
    padding: 5px 10px 10px;
  }

  .heading.green {
    font-size: 40px;
  }

  .hero-text-wrapper {
    max-width: none;
  }

  .hero-text-wrapper.left {
    margin-bottom: 20px;
  }

  .features-layout {
    flex-flow: column;
  }

  .cta-layout {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .button-white {
    text-align: center;
    width: 100%;
  }

  .u-mb-0 {
    flex-wrap: wrap;
  }

  .radio-group_horizontal {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .contact-us-form {
    padding: 1.5rem 1rem;
  }

  .input-block {
    width: 100%;
  }

  .input {
    margin-right: 0;
  }

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

  .hero-heading {
    font-size: 30px;
    display: block;
  }

  .hero-heading.emp {
    font-size: 26px;
  }

  .hero-subheading {
    font-size: 22px;
    line-height: 1.3;
  }

  .feature-card-image {
    z-index: -1;
    display: none;
    position: relative;
  }

  .feature-card-image.horizontal {
    z-index: 20;
    height: auto;
    position: relative;
  }

  .testimonial-cms-item {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-content-component, .cta-content-component.hero {
    max-width: none;
  }

  .heading-4 {
    margin-top: 0;
  }

  .heading-4.center {
    order: 0;
    align-self: flex-start;
    margin-top: 1em;
    margin-right: auto;
    font-size: 22px;
    display: block;
  }

  .heding-green {
    text-align: left;
    align-self: flex-start;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .linka {
    font-size: 18px;
  }

  .text-block-5 {
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .h1_dark {
    font-size: 40px;
  }

  .link_product {
    min-height: 100px;
    padding: 7px;
  }

  .name {
    font-size: 15px;
  }

  .products_selection {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .link_product_active {
    min-height: 100px;
    padding: 20px 7px;
  }

  .div_green_line {
    width: 40%;
  }

  .stojanwrapper {
    top: 50%;
    left: 30%;
  }

  .led_overlay {
    aspect-ratio: 9 / 13;
    top: 0%;
    left: 0%;
  }

  .led_overlay.logo {
    left: 25%;
  }

  .led_wrapper {
    background-position: 66% 100%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    height: 700px;
  }

  .background-video {
    background-image: linear-gradient(180deg, #1a1833d1, #1a1833eb 24%, #fff0 82%, var(--dark_logo));
    justify-content: center;
    align-items: flex-start;
    min-height: 660px;
    padding-top: 60px;
  }

  .shape-4 {
    top: 30.7em;
  }

  .container-2 {
    max-width: none;
  }

  .hero-subheading-2 {
    font-size: 21px;
    line-height: 1.3;
  }

  .section-preco.hero {
    background-image: url('../images/bg_intro1.jpg');
    background-position: 82% 100%;
    background-repeat: no-repeat;
    background-size: auto 48%;
    min-height: 900px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-11 {
    width: 70%;
    min-width: auto;
    max-width: none;
    position: relative;
  }

  .hero-heading-2 {
    font-size: 28px;
    display: block;
  }

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

#w-node-ee54e46c-783a-8c15-2214-ede706a24367-3e5399f9, #w-node-ee54e46c-783a-8c15-2214-ede706a24377-3e5399f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cf0eb4c-8320-5f90-6e92-288f36184656-3e5399f9 {
  justify-self: auto;
}

#w-node-_6cf0eb4c-8320-5f90-6e92-288f3618465d-3e5399f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c2409e7-1d57-7251-e87c-b6daeda638b5-3e5399f9 {
  justify-self: auto;
}

#w-node-_6cf0eb4c-8320-5f90-6e92-288f36184663-3e5399f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87edacb7-e6ca-381a-2a17-ca5dd7117a77-3e5399f9, #w-node-_54ee6927-5dc1-8d3c-f691-c5343a241da6-3e5399f9 {
  justify-self: auto;
}

#w-node-cfe3e7dd-2669-b5a4-cea2-3763f51398cf-161e432f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bba-3e5399fa, #w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bb5-3e5399fa, #w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bbf-3e5399fa, #w-node-c4aaa2a5-f019-09c3-44b1-6f982692b43a-3e5399fa {
  align-self: start;
}

#w-node-_2c17ec51-d83f-eba2-a878-4ff2b40d1b0b-3e5399fa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8017772e-bc46-5c59-54c0-134cdfd4b04a-3e5399fa, #w-node-_8017772e-bc46-5c59-54c0-134cdfd4b057-3e5399fa {
  align-self: start;
}

#w-node-cbadfc4f-7bdf-8820-11a5-3762072aee79-3e539a00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b68e8b84-a3db-255f-4a34-ed05609933e0-3e539a00, #w-node-dea359c5-0eb2-c3ba-835f-2bcca71a211c-3e539a00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3e8f8950-ac11-b67e-e5f5-18af63247482-3e5399f9 {
    justify-self: end;
  }

  #w-node-aa9e4de0-011e-ac64-cbc2-3ec4fa3a8bba-3e5399fa {
    justify-self: start;
  }

  #w-node-cbadfc4f-7bdf-8820-11a5-3762072aee79-3e539a00 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b68e8b84-a3db-255f-4a34-ed05609933e0-3e539a00 {
    align-self: auto;
  }

  #w-node-_48e0588f-eb28-8322-b615-e0340ea0b117-3e539a00 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-dea359c5-0eb2-c3ba-835f-2bcca71a211c-3e539a00 {
    align-self: auto;
  }

  #w-node-_48e0588f-eb28-8322-b615-e0340ea0b117-3e539a02, #w-node-ef7dece5-fff1-a014-737c-331a35c086bf-3e539a02, #w-node-_95bcdcf8-273a-4415-e166-ca50d7b01d11-3e539a02, #w-node-_1c28b3d0-e7f8-57b1-6a87-300eb9677a8a-3e539a02, #w-node-_07b69c21-32d0-c915-aba0-c990a8cce3de-3e539a02, #w-node-_70b3341d-7b72-1626-2688-08d3aad8237e-3e539a02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7b6bb41-8041-1866-c6b2-d5bdf702ecf8-3e539a00, #w-node-b721016d-2c7f-239c-032b-6aa6d72c83fe-3e539a00, #w-node-_48e0588f-eb28-8322-b615-e0340ea0b117-3e539a00, #w-node-a7b6bb41-8041-1866-c6b2-d5bdf702ecf8-3e539a02, #w-node-b721016d-2c7f-239c-032b-6aa6d72c83fe-3e539a02, #w-node-_48e0588f-eb28-8322-b615-e0340ea0b117-3e539a02, #w-node-ef7dece5-fff1-a014-737c-331a35c086bf-3e539a02, #w-node-_95bcdcf8-273a-4415-e166-ca50d7b01d11-3e539a02, #w-node-_1c28b3d0-e7f8-57b1-6a87-300eb9677a8a-3e539a02, #w-node-_07b69c21-32d0-c915-aba0-c990a8cce3de-3e539a02, #w-node-_70b3341d-7b72-1626-2688-08d3aad8237e-3e539a02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d2428c59-c68c-ff23-6c96-075c5ea3c20b-3e539a02 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk Variable';
  src: url('../fonts/SpaceGrotesk-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}