.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

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

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

a {
  color: #89a831;
  text-decoration: none;
}

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

.nav-link {
  padding: 26px 13px;
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-bar {
  background-color: transparent;
}

.hero {
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, hsla(0, 0%, 100%, 0.46), hsla(0, 0%, 91.7%, 0.82) 91%);
}

.nadpis {
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: rgba(61, 61, 61, 0.7);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: none;
}

.footer {
  padding-top: 43px;
  padding-bottom: 43px;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222;
  text-decoration: none;
}

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

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fdfdfd;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-link {
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}

.hero-container {
  padding-top: 16vh;
  text-align: center;
}

.button {
  padding: 11px 19px;
  border: 1px solid rgba(248, 199, 41, 0.7);
  background-color: transparent;
  color: rgba(248, 199, 41, 0.7);
  font-size: 14px;
}

.button.big {
  margin-right: 9px;
  margin-left: 9px;
  padding: 11px 26px;
  border-color: #f7c72a;
  -webkit-transition: border 200ms ease, color 200ms ease;
  transition: border 200ms ease, color 200ms ease;
  color: #f7c72a;
  font-size: 16px;
}

.button.big:hover {
  border-color: #fff;
  color: #fff;
}

.footer-text {
  margin-top: 13px;
  color: hsla(0, 0%, 100%, 0.43);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.grid {
  padding-bottom: 0px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  width: 150px;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #414141;
}

.system {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: rgba(61, 61, 61, 0.7);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.system:hover {
  color: rgba(61, 61, 61, 0.8);
}

.link-block {
  padding: 20px;
  border-radius: 10px;
  background-color: transparent;
  opacity: 1;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.link-block:hover {
  box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.38);
  -webkit-transform: translate(0px, -4px) perspective(0px);
  transform: translate(0px, -4px) perspective(0px);
}

.link-block-2 {
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.link-block-2:hover {
  box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.38);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.link-block-3 {
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.link-block-3:hover {
  box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.38);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #43414f;
  font-weight: 700;
  text-transform: none;
}

.text-block {
  display: inline-block;
  margin-left: 0px;
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}

.text-block-2 {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}

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

.text-block-4 {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}

.container {
  margin-top: 100px;
}

.image-2 {
  opacity: 0.3;
  text-align: center;
}

.column {
  margin-right: auto;
  margin-left: auto;
  padding: 76px 20px 40px;
  border-radius: 100px;
  background-color: transparent;
  font-weight: 600;
  text-align: center;
}

.column-2 {
  padding: 40px 20px;
  border-radius: 100px;
  background-color: transparent;
  text-align: center;
}

.image-3 {
  opacity: 0.3;
}

.column-3 {
  padding: 40px 20px;
  border-radius: 100px;
  background-color: transparent;
  text-align: center;
}

.image-4 {
  opacity: 0.3;
}

.column-4 {
  padding: 40px 20px;
  border-radius: 100px;
  background-color: transparent;
  text-align: center;
}

.image-5 {
  opacity: 0.15;
  text-align: center;
}

.column-5 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.image-6 {
  opacity: 0.15;
}

.column-6 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 25vh;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.navod {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 49px;
  border-radius: 10px;
  background-color: #fff;
}

.heading-2 {
  margin-bottom: 25px;
  padding-top: 17px;
  font-weight: 700;
}

.text-block-5 {
  display: block;
  line-height: 19px;
  text-align: center;
}

.close-link {
  display: block;
  color: #999;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}

.close-link:hover {
  color: #89a831;
}

.napoveda {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  float: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 -1px 10px -9px #000;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.text-block-6 {
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: padding 200ms ease, color 200ms ease;
  transition: padding 200ms ease, color 200ms ease;
  color: rgba(61, 61, 61, 0.7);
  font-weight: 500;
  text-align: center;
}

.text-block-6:hover {
  padding-bottom: 19px;
  color: rgba(61, 61, 61, 0.89);
}

.image-7 {
  position: static;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 2%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.link-block-4 {
  position: fixed;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 2%;
  display: block;
  width: 120px;
  margin-top: 66px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-7 {
  margin-top: 40px;
  color: rgba(61, 61, 61, 0.43);
  text-align: center;
}

@media (max-width: 991px) {
  .nav-menu {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #000;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
  }
  .menu-button {
    padding: 20px 0px 20px 20px;
    color: hsla(0, 0%, 100%, 0.62);
    font-size: 25px;
    line-height: 22px;
  }
  .menu-button:hover {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menu-text:hover {
    color: #fff;
  }
  .menu-icon {
    float: left;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }
  .menu-button {
    margin-right: 7px;
  }
}

@media (max-width: 479px) {
  .hero-container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .button.big {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
  }
}

#w-node-e9c1748d7a87-b69bc2eb {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

#w-node-8dbf368d8042-b69bc2eb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

