:root {
  --yellow-green-2: #80bb3d14;
  --yellow-green: #80bb3d;
  --steel-blue: #0077c0;
  --white-smoke: #f2f2f2;
  --grey-82: #e8e8e8d1;
  --steel-blue-2: #0077c014;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  color: #000;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

.c-paragraph-s-grey {
  color: #0009;
  max-width: 40rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.c-space-xl {
  height: 10rem;
}

.txt-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff7e26, #d3058d);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.c-paragraph-m-grey {
  color: #0009;
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.c-paragraph-l-grey {
  color: #0009;
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-paragraph-m {
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}

.c-txt-s {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.c-space-xs {
  height: 1.5rem;
}

.c-container {
  z-index: 10;
  flex-direction: column;
  width: 90%;
  max-width: 90rem;
  display: block;
}

.c-container.absolute {
  position: relative;
}

.button-s {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6.25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

.button-s:hover {
  color: #f4f4f3;
  background-color: #000;
}

.c-space-l {
  height: 6rem;
}

.c-space-s {
  height: 2rem;
}

.button-l {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-l:hover {
  color: #fff;
  background-color: #000;
}

.c-space-m {
  height: 4rem;
}

.c-paragraph-l {
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.c-txt-m {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-paragraph-s {
  max-width: 40rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
}

.c-txt-l {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.button-txt {
  z-index: 1;
  margin-right: 0;
  position: relative;
}

.button-m {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-m:hover {
  color: #fff;
  background-color: #000;
}

.c-section-black-bg {
  color: #fff;
  background-color: #000;
  justify-content: center;
  width: 100%;
  display: flex;
}

.c-section-white-bg {
  justify-content: center;
  width: 100%;
  display: flex;
}

.c-paragraph-s-white-transparent {
  color: #fff9;
  max-width: 40rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.c-paragraph-m-white-transparent {
  color: #fff9;
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-paragraph-l-white-transparent {
  color: #fff9;
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

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

.section-hero {
  background-color: var(--yellow-green-2);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.usp-number {
  font-size: 3.2rem;
  font-weight: 700;
}

.usp-number.small {
  font-size: 2rem;
}

.color-circle {
  background-image: linear-gradient(to right, #bfc1d7 12%, #fff 46%, #a4a6b9 81%);
  border-radius: 20rem;
  flex-direction: column;
  width: 8rem;
  height: 16rem;
  margin-bottom: 32px;
  display: flex;
}

.grid-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapprer-img {
  border-radius: 1rem;
  width: 100%;
  height: 40em;
  position: relative;
  overflow: hidden;
}

.c-label {
  color: var(--yellow-green);
  -webkit-text-stroke-color: var(--steel-blue);
  margin-bottom: 24px;
  font-size: 1.2rem;
  font-weight: 500;
}

.body {
  background-color: #0000;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.grid-2-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.h2-xxl {
  max-width: 800px;
  margin-bottom: 12rem;
  font-size: 5rem;
  line-height: 1.1;
}

.grid-2-column-gap-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.grid-content-card {
  background-color: #151515;
  border-radius: 24px;
  margin-top: 40px;
  padding: 40px;
}

.grid-content-card.white {
  background-color: var(--yellow-green-2);
  color: #000;
  border-radius: 16px;
  margin-top: 0;
}

.tech-line {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.btn-outline {
  border: 2px solid var(--yellow-green);
  color: var(--yellow-green);
  text-transform: none;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.btn-outline:hover {
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
  color: #fff;
  text-decoration: none;
}

.btn-txt {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: .5rem;
}

.btn-txt:hover {
  text-decoration: none;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.c-paragraph-m-usp {
  color: #000;
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.lightbox-link {
  object-fit: fill;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.lightbox-last {
  object-fit: fill;
  background-color: #151515;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-footer {
  z-index: 10;
  flex-direction: column;
  width: 90%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 40px;
}

.footer-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff9;
  padding: 8px;
  font-size: 1.1rem;
  font-weight: 400;
}

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

.c-label-white {
  color: #fff;
  margin-bottom: 24px;
  font-size: 1.1rem;
  font-weight: 500;
}

.footer-txt {
  color: #fff9;
  padding: 8px;
  font-size: 1.1rem;
  font-weight: 400;
}

.footer-txt.small {
  margin-right: 24px;
  font-size: .9rem;
}

.btn-outline-footer {
  color: #fff9;
  text-transform: none;
  border: 1px solid #fff9;
  border-radius: 10rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.btn-outline-footer:hover {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

.link-with-icon-small {
  color: #fff9;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: .5rem 0;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-with-icon-small:hover {
  color: #fff;
}

.html-embed-2 {
  width: 1.5rem;
  margin-left: 0;
  margin-right: .5rem;
}

.c-section-footer {
  background-color: #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.rozcestnik-card {
  color: #fff;
  background-color: #151515;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.rozcestnik-card:hover {
  background-color: #262626;
}

.img-rozcestnik {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 340px;
  margin-bottom: 24px;
}

.menu-mobile-content-wrap.marg-24.marg-bottom {
  display: none;
}

.nav-link-mobile-s {
  color: #fff9;
  text-transform: none;
  padding: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.nav-link-mobile-s:hover {
  color: #5e5b5bbf;
}

.logo-wrap-inlay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  display: block;
}

.section-about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infinite-loop-wrap-1 {
  z-index: 6;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.logo-wrap-inlay-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300vw;
  display: block;
}

.infinite-loop-wrap-1-mobile {
  z-index: 6;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.img-avatar {
  border-radius: 200px;
  width: 160px;
}

.infinite-loop-mobile {
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: visible;
}

.logo-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100vw;
  height: auto;
  padding: 8px;
  display: grid;
}

.infinite-loop {
  flex-direction: row;
  align-items: center;
  display: flex;
  overflow: visible;
}

.logo-grid-2-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 300vw;
  height: auto;
  padding: 8px;
  display: grid;
}

.container-80 {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 1440px;
  position: relative;
}

.benefits-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.h1-xxl {
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 6rem;
  line-height: 1.1;
}

.img-100-cell {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.img-100-cell._1 {
  margin-top: 80px;
}

.grid-hero {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

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

.image-5 {
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.c-section {
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.div-block-10 {
  flex-direction: row;
  display: flex;
}

.c-container-hero {
  z-index: 10;
  flex-direction: column;
  width: 90%;
  max-width: 120rem;
  height: 100%;
  display: block;
}

.image-6 {
  opacity: .5;
  mix-blend-mode: normal;
  width: 60%;
  position: absolute;
  inset: 0% -12% auto auto;
}

.c-label-2 {
  color: #ff002e;
  margin-bottom: 24px;
  font-weight: 400;
}

.img-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-badge {
  height: 80px;
}

.grid-badge {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  justify-content: stretch;
  place-items: stretch center;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.spark-line-3 {
  z-index: 2;
  background-color: #000;
  width: 2.1875rem;
  height: .125rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: #5532fa;
  border-radius: .1875rem;
  width: .796875rem;
  height: .20625rem;
  margin-left: 1.125rem;
  top: 2.375rem;
}

.spark-nav-link {
  color: #000;
  text-align: center;
  margin-left: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  color: var(--yellow-green);
}

.spark-nav-link.w--current {
  color: #000;
}

.logo {
  z-index: 2;
  padding-left: 0;
  line-height: 1;
}

.navbar-2 {
  background-color: var(--yellow-green-2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  position: sticky;
  top: 0;
}

.menu-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.spark-line-1 {
  z-index: 2;
  background-color: #000;
  width: 2.1875rem;
  height: .125rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: .625rem;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: #5532fa;
  border-radius: .1875rem;
  width: 1.5rem;
  height: .20625rem;
  top: 1.125rem;
}

.spark-line-2 {
  z-index: 1;
  background-color: #000;
  width: 2.1875rem;
  height: .125rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: #5532fa;
  border-radius: .1875rem;
  width: 1.5rem;
  height: .20625rem;
  top: 1.75rem;
}

.menu {
  align-items: center;
  display: flex;
}

.menu-button-hamburger {
  background-color: #fff;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0 0 0 1.125rem;
  overflow: hidden;
}

.menu-button-hamburger.w--open {
  background-color: #f0ecfd;
  border-radius: .5rem;
}

.image-72 {
  height: 3rem;
}

.footer-bottom-wrap {
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.link-footer-bottom {
  color: #fff9;
  text-transform: none;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem 0;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-footer-bottom:hover {
  color: #fff;
}

.footer-bottom {
  color: #fff9;
  border-top: .0625rem solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.5rem;
  padding: 2rem 1.5rem;
  font-size: .9rem;
  display: flex;
}

.footer-logo {
  opacity: .6;
  width: 6rem;
}

.top-bar {
  z-index: 100;
  background-color: var(--yellow-green-2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-content-wrap-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 90rem;
  display: flex;
  position: relative;
}

.h1-hero-center {
  color: var(--yellow-green);
  -webkit-text-stroke-color: var(--steel-blue);
  max-width: 50rem;
  margin-bottom: 3.5rem;
  font-size: 4rem;
  line-height: 1;
}

.c-paragraph-l-3 {
  max-width: 50rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.container {
  z-index: 10;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 90rem;
  display: flex;
  position: relative;
}

.container.small {
  align-items: flex-start;
  max-width: 50rem;
}

.c-paragraph-s-2 {
  color: #000;
  max-width: 50rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: none;
}

.link-2 {
  color: var(--yellow-green);
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  background-color: #e6f0dc;
  border-radius: 0 0 1rem 1rem;
  justify-content: space-between;
  padding: 1.5rem;
}

.ck-modal__btns-w.in-pref-manger {
  background-color: #e6f0dc;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  margin: 2rem -2rem -2.25rem;
}

.ck-modal {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 2rem #26292666;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  border-radius: 1rem;
  padding: 1.5rem;
}

.ck-button-w {
  background-color: var(--yellow-green);
  color: #000;
  text-align: center;
  border-radius: 4.8rem;
  padding: .7rem 1.2em;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  color: #fff;
  background-color: #000;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--secondary.is--fullwidth:hover {
  color: #000;
  text-decoration: underline;
}

.ck-button-w.is--fullwidth {
  flex: none;
  width: 100%;
}

.ck-button-w.is--fullwidth:hover {
  color: var(--yellow-green);
}

.ck-css-styles {
  display: none;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  display: block;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.text-block-4 {
  width: .0625rem;
  height: .0625rem;
  margin: -.0625rem;
  position: absolute;
  overflow: hidden;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-preference__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ck-radio__btn {
  float: left;
  border: .109375rem solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: .0625rem solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.w--redirected-focus {
  box-shadow: none;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.ck-preference-w {
  z-index: 9525;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-radio__desc {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.list-item {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 1920px) {
  h1 {
    max-width: 50rem;
  }

  h2 {
    max-width: 50rem;
    font-size: 4rem;
  }

  .c-paragraph-s-grey {
    font-size: 1.1rem;
  }

  .c-paragraph-m-grey {
    font-size: 1.5rem;
  }

  .c-paragraph-l-grey {
    font-size: 1.6rem;
  }

  .c-paragraph-m {
    max-width: 50rem;
    font-size: 1.5rem;
  }

  .c-txt-s {
    font-size: 1.2rem;
  }

  .c-container {
    max-width: 120rem;
  }

  .button-s {
    font-size: 1rem;
  }

  .c-paragraph-l {
    max-width: 500rem;
    font-size: 2rem;
  }

  .c-txt-m {
    font-size: 1.4rem;
  }

  .c-paragraph-s {
    max-width: 50rem;
    font-size: 1.5rem;
  }

  .c-txt-l {
    font-size: 1.6rem;
  }

  .button-txt, .c-paragraph-s-white-transparent {
    font-size: 1.2rem;
  }

  .c-paragraph-m-white-transparent {
    max-width: 50rem;
    font-size: 1.4rem;
  }

  .c-paragraph-l-white-transparent {
    max-width: 50rem;
    font-size: 1.6rem;
  }

  .hero-content-wrap {
    padding-top: 160px;
  }

  .usp-number {
    font-size: 3vw;
  }

  .wrapprer-img {
    height: 60em;
  }

  .c-label {
    font-size: 1.2rem;
  }

  .h2-xxl {
    font-size: 6rem;
  }

  .grid-content-card {
    padding: 80px;
  }

  .btn-outline {
    font-size: 1.2rem;
  }

  .icon-2 {
    width: 1.4rem;
    height: 1.4rem;
  }

  .c-paragraph-m-usp {
    font-size: 1.4rem;
  }

  .container-footer {
    max-width: 140rem;
  }

  .footer-link {
    font-size: 1.3rem;
  }

  .c-label-white {
    font-size: 1.4rem;
  }

  .footer-txt {
    font-size: 1.3rem;
  }

  .btn-outline-footer {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px 40px;
    font-size: 1.2rem;
  }

  .footer-link-txt {
    font-size: 1rem;
  }

  .rozcestnik-card {
    padding: 24px;
  }

  .section-about {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }

  .img-avatar {
    width: 240px;
  }

  .logo-grid-2, .logo-grid-2-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h1-xxl {
    max-width: 1440px;
    font-size: 5vw;
  }

  .grid-hero {
    grid-column-gap: 120px;
  }

  .c-container-hero {
    max-width: 120rem;
  }

  .c-label-2 {
    font-size: 1.2rem;
  }

  .img-badge {
    height: 100px;
  }

  .menu-wrap {
    max-width: 1160rem;
  }

  .image-72 {
    height: 3.5rem;
  }

  .footer-logo {
    width: 10rem;
  }

  .h1-hero-center {
    font-size: 4.5rem;
  }

  .c-paragraph-l-3 {
    font-size: 1.6rem;
  }

  .c-paragraph-s-2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  .c-paragraph-s-grey {
    font-size: .9rem;
  }

  .c-space-xl {
    height: 8rem;
  }

  .c-paragraph-m-grey {
    font-size: 1.1rem;
  }

  .c-paragraph-l-grey {
    font-size: 1.2rem;
  }

  .c-paragraph-m {
    font-size: 1.1rem;
  }

  .c-txt-s {
    font-size: .9rem;
  }

  .c-container {
    width: 90%;
  }

  .c-space-l {
    height: 4rem;
  }

  .c-space-s {
    height: 1.5rem;
  }

  .c-space-m {
    height: 3rem;
  }

  .c-paragraph-l {
    font-size: 1.2rem;
  }

  .c-txt-m {
    font-size: 1.1rem;
  }

  .c-paragraph-s {
    font-size: .9rem;
  }

  .c-txt-l {
    font-size: 1.2rem;
  }

  .c-paragraph-s-white-transparent {
    font-size: .9rem;
  }

  .c-paragraph-m-white-transparent {
    font-size: 1.1rem;
  }

  .c-paragraph-l-white-transparent {
    font-size: 1.2rem;
  }

  .section-hero {
    position: relative;
  }

  .hero-content-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .h2-xxl {
    font-size: 4rem;
  }

  .grid-2-column-gap-l {
    grid-template-columns: 1fr;
  }

  .c-paragraph-m-usp {
    font-size: 1.1rem;
  }

  .container-footer {
    width: 90%;
  }

  .footer-txt.small {
    margin-bottom: .5rem;
    padding: .5rem 0;
  }

  .link-with-icon-small {
    width: auto;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-mobile-content-wrap.marg-24 {
    margin-top: 16px;
  }

  .menu-mobile-content-wrap.marg-24.marg-bottom {
    flex-direction: column;
    margin-bottom: 8rem;
    display: flex;
  }

  ._1 {
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
  }

  .nav-link-mobile-s {
    color: #000;
    margin-left: 1rem;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .nav-link-mobile-s:hover {
    color: var(--yellow-green);
  }

  .logo-wrap-inlay {
    width: 300vw;
  }

  .infinite-loop-wrap-1 {
    display: none;
  }

  .logo-wrap-inlay-mobile {
    width: 300vw;
  }

  .infinite-loop-wrap-1-mobile {
    display: block;
  }

  .logo-grid-2 {
    grid-column-gap: 16px;
    width: 300vw;
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo-grid-2-mobile {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 150vw;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .container-80 {
    width: 90%;
  }

  .h1-xxl {
    font-size: 5rem;
  }

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

  .c-container-hero {
    width: 90%;
  }

  .grid-badge {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spark-line-3.spark-simple-line {
    background-color: #000;
    border-radius: 0;
    width: 1.5rem;
    height: .208125rem;
    margin-left: 0;
    left: 1.125rem;
  }

  .spark-nav-link {
    text-align: left;
    background-color: #fff;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.5rem;
  }

  .navbar-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-wrap {
    padding: 0;
  }

  .spark-line-1.spark-simple-line, .spark-line-2.spark-simple-line {
    background-color: #000;
    border-radius: 0;
    width: 1.5rem;
    height: .208125rem;
  }

  .menu {
    z-index: 99;
    background-color: #fff;
    border-bottom-right-radius: 2.625rem;
    border-bottom-left-radius: 2.625rem;
    height: 100vh;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
    overflow: auto;
  }

  .menu-button-hamburger {
    background-color: #0000;
    padding-left: 1.125rem;
    overflow: auto;
  }

  .menu-button-hamburger.w--open {
    background-color: #0000;
    overflow: visible;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .link-footer-bottom {
    margin-bottom: .5rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer-logo {
    margin-bottom: .5rem;
  }

  .link-block {
    order: -1;
  }

  .container-center {
    width: 90%;
  }

  .h1-hero-center {
    font-size: 3.5rem;
  }

  .c-paragraph-l-3 {
    font-size: 1.2rem;
  }

  .container {
    width: 90%;
  }

  .c-paragraph-s-2 {
    font-size: .9rem;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  .c-space-xl {
    height: 6rem;
  }

  .c-paragraph-m-grey, .c-paragraph-m {
    font-size: 1rem;
  }

  .c-space-s {
    height: 1rem;
  }

  .c-space-m {
    height: 2rem;
  }

  .c-txt-m, .c-paragraph-m-white-transparent {
    font-size: 1rem;
  }

  .usp-number {
    font-size: 3rem;
  }

  .usp-number.small {
    font-size: 1.5rem;
  }

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

  .h2-xxl {
    margin-bottom: 1.5rem;
  }

  .grid-2-column-gap-l {
    grid-row-gap: 16px;
  }

  .grid-content-card {
    margin-top: 24px;
  }

  .btn-outline {
    align-items: center;
  }

  .btn-txt {
    padding-bottom: 0;
    font-size: 1rem;
  }

  .c-paragraph-m-usp {
    font-size: 1rem;
  }

  .lightbox-last {
    min-height: 180px;
  }

  .btn-outline-footer {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .link-with-icon-small {
    align-items: stretch;
  }

  .rozcestnik-card {
    margin-top: 24px;
  }

  .menu-mobile-content-wrap.marg-24 {
    margin-top: 0;
  }

  ._1 {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .nav-link-mobile-s {
    padding: 12px 16px;
  }

  .img-avatar {
    height: auto;
  }

  .logo-grid-2, .logo-grid-2-mobile {
    grid-column-gap: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h1-xxl {
    font-size: 4rem;
  }

  .img-100-cell {
    min-height: 240px;
  }

  .img-100-cell._1 {
    margin-top: 40px;
  }

  .spark-nav-link, .navbar-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    overflow: scroll;
  }

  .link-footer-bottom {
    align-items: stretch;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-logo {
    order: -1;
    padding-top: 0;
  }

  .h1-hero-center {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: .75rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
  }

  .c-space-xl {
    height: 4rem;
  }

  .button-m {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-hero {
    min-height: auto;
  }

  .grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .usp-number {
    font-size: 2rem;
  }

  .usp-number.small {
    font-size: 1.5rem;
  }

  .color-circle {
    width: 4rem;
  }

  .wrapprer-img {
    height: 20em;
  }

  .h2-xxl {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .grid-content-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tech-line {
    flex-direction: column;
    justify-content: space-between;
  }

  .btn-outline {
    padding: 12px 16px;
  }

  .btn-txt {
    font-size: .9rem;
  }

  .c-paragraph-m-usp {
    margin-bottom: 1rem;
  }

  .container-footer {
    padding-top: 80px;
  }

  .footer-grid {
    margin-top: 0;
  }

  .footer-link-txt {
    flex: none;
  }

  .link-with-icon-small {
    flex: 0 auto;
  }

  .rozcestnik-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-mobile-s {
    text-align: left;
    padding: 12px 0 12px 16px;
    font-size: 1rem;
  }

  .section-about {
    padding-top: 0;
  }

  .logo-grid-2 {
    grid-column-gap: 16px;
  }

  .logo-grid-2-mobile {
    grid-column-gap: 16px;
    width: 200vw;
  }

  .container-80 {
    width: 90%;
  }

  .benefits-wrap {
    margin-bottom: 1.5rem;
  }

  .h1-xxl {
    font-size: 3rem;
  }

  .img-100-cell {
    height: auto;
    min-height: auto;
  }

  .img-100-cell._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .div-block-10 {
    margin-top: 16px;
  }

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

  .spark-nav-link {
    margin-bottom: .5rem;
    font-size: 1.2rem;
  }

  .navbar-2 {
    padding-right: 0;
  }

  .menu-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
    padding: 1rem .5rem;
  }

  .menu-button-hamburger {
    padding-left: 0;
  }

  .link-footer-bottom {
    flex: 0 auto;
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .ck-modal__btns-w.is--small {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-button-w.is--secondary {
    flex: 1;
    margin-right: 0;
  }

  .ck-cookie-w {
    max-width: 100%;
    display: none;
    inset: auto 0% 0%;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-preference-w {
    align-items: flex-end;
  }
}

#w-node-d9b4ab5a-7ff2-9a34-7dd5-d723319c28f1-52615127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cf4de53-1304-a2d4-aaa6-d639329cc070-52615127 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ad408f8d-3ac4-fa52-8eb1-2eee811b41da-52615127, #w-node-c213f75c-9bbe-2295-4e27-42bcbee5e131-52615127, #w-node-e02a9457-0fc9-33bd-b0c3-53e46449e7a7-52615127, #w-node-_23251492-3bbd-bf1f-f175-e236b809e68d-52615127, #w-node-_812e5abd-8da0-6eac-e842-cc89e8b3623b-52615127, #w-node-_067dfbfa-2e7f-e792-2221-f03b3f945331-52615127, #w-node-_4c0efc10-01d6-ec4d-a7eb-2a8efb0dbaae-52615127, #w-node-cd8925a2-e68e-7ae6-6fd3-23354964fe15-52615127, #w-node-f341a57f-032a-8a28-15d5-7172f9e7e3e1-52615127, #w-node-_60a141d3-baca-911b-739a-692f67b760f9-52615127, #w-node-fbf1370c-643c-d6b4-4803-f73d5ee9fdb8-52615127, #w-node-_33675901-f840-52da-3385-e6f5c972b2b2-52615127, #w-node-_638d7da9-1518-383e-cc36-d1a75d74f31b-52615127, #w-node-_72173e71-9653-724e-1150-c2371d5f0a4b-52615127 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc47b824-e483-e0a9-5667-ae5a205738f4-52615127 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc47b824-e483-e0a9-5667-ae5a205738fb-52615127, #w-node-_01507d49-d47e-da14-96ad-286b77cb53a0-52615127, #w-node-a1fea098-922b-f0b2-1189-6482af6badc0-52615127, #w-node-_288fe64e-652c-919d-b0e5-7794d2ad2b7a-52615127, #w-node-aa63e473-7408-ebf5-376f-c80208b1502f-52615127, #w-node-c0588d36-6430-a56c-3ca0-2ddd9a9e757c-52615127, #w-node-c0588d36-6430-a56c-3ca0-2ddd9a9e757d-52615127, #w-node-c0588d36-6430-a56c-3ca0-2ddd9a9e757e-52615127, #w-node-c0588d36-6430-a56c-3ca0-2ddd9a9e757f-52615127, #w-node-c0588d36-6430-a56c-3ca0-2ddd9a9e7581-52615127, #w-node-c0588d36-6430-a56c-3ca0-2ddd9a9e7580-52615127, #w-node-_995f9afb-9e12-5b1b-d850-8845a220adae-52615127, #w-node-_995f9afb-9e12-5b1b-d850-8845a220adaf-52615127, #w-node-_995f9afb-9e12-5b1b-d850-8845a220adb0-52615127, #w-node-_995f9afb-9e12-5b1b-d850-8845a220adb1-52615127, #w-node-_995f9afb-9e12-5b1b-d850-8845a220adb2-52615127, #w-node-_995f9afb-9e12-5b1b-d850-8845a220adb3-52615127, #w-node-_04b58d03-05e7-1df8-c698-bbdea830dec9-52615127, #w-node-_04b58d03-05e7-1df8-c698-bbdea830deca-52615127, #w-node-_04b58d03-05e7-1df8-c698-bbdea830decb-52615127, #w-node-_04b58d03-05e7-1df8-c698-bbdea830decc-52615127, #w-node-_04b58d03-05e7-1df8-c698-bbdea830dece-52615127, #w-node-_04b58d03-05e7-1df8-c698-bbdea830decd-52615127, #w-node-_469c71b7-e1f0-42ab-ed4d-cdec21b0a74b-52615127, #w-node-_469c71b7-e1f0-42ab-ed4d-cdec21b0a74c-52615127, #w-node-_469c71b7-e1f0-42ab-ed4d-cdec21b0a74d-52615127, #w-node-_469c71b7-e1f0-42ab-ed4d-cdec21b0a74e-52615127, #w-node-_469c71b7-e1f0-42ab-ed4d-cdec21b0a74f-52615127, #w-node-_469c71b7-e1f0-42ab-ed4d-cdec21b0a750-52615127, #w-node-_2b221463-bfe2-2836-dcc4-e69f576b559c-576b558f, #w-node-_2b221463-bfe2-2836-dcc4-e69f576b55a7-576b558f, #w-node-_2b221463-bfe2-2836-dcc4-e69f576b55bb-576b558f, #w-node-_2b221463-bfe2-2836-dcc4-e69f576b55cb-576b558f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-fc47b824-e483-e0a9-5667-ae5a205738f4-52615127 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4cf4de53-1304-a2d4-aaa6-d639329cc070-52615127 {
    grid-row: span 1 / span 1;
  }

  #w-node-fc47b824-e483-e0a9-5667-ae5a205738f4-52615127 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}