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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #09948e;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar-brand-three {
  z-index: 5;
  width: 350px;
  position: absolute;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #09948e;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: #ffffffd9;
  width: 100%;
  position: static;
  inset: 0% 0% auto;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #037ff0;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.button-2 {
  color: #fff;
  background-color: #f6821f;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: block;
  box-shadow: 0 4px 8px #20252954;
}

.button-2:hover {
  border-width: 1px;
  border-color: #3898ec;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #00000054;
}

.button-2.kontakt {
  margin-top: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid #09948e;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section-home-header {
  margin-top: 78px;
}

.header_wrapper {
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header_image-wrapper-2 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-5 {
  font-size: 3rem;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.header_image-3 {
  background-color: #fff;
  border-radius: 100%;
  width: 44%;
  height: 100%;
  padding: 15px;
  position: relative;
  box-shadow: 0 4px 8px #0003;
}

.link-block-3 {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: transform .3s;
}

.link-block-3:hover {
  transform: translate(0, -10px);
}

.heading-7 {
  color: #202529;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.heading-8 {
  font-family: PT Sans, sans-serif;
  font-size: 3rem;
}

.paragraph-2 {
  margin-top: 20px;
  padding-top: 0;
}

.heading-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: PT Sans, sans-serif;
  font-size: 2rem;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: block;
}

.grid-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.contact_image {
  object-fit: contain;
  flex: none;
  padding: 5px;
}

.cta_component {
  height: 20rem;
  display: flex;
}

.cta_image-wrapper {
  width: 80%;
  position: relative;
}

.cta_content {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  padding: 2.5rem;
  display: flex;
}

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

.navbar_button-navbar {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  transition: background-color .2s;
}

.navbar_button-navbar:hover {
  background-color: #265aa9;
}

.navbar_button-navbar.noga {
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 5px;
}

.navbar_button-navbar.noga:hover {
  background-color: #265aa9;
}

.cta_heading {
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 1.8125rem;
  line-height: 1.3;
}

.text-block {
  text-align: center;
  margin-bottom: 10px;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu-button.fc {
  background-color: #514040;
  padding: 0;
}

.footer_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.line-divider {
  background-color: #00000045;
  width: 100%;
  height: 1px;
}

.html-embed {
  margin-top: 20px;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_logo {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.padding-bottom, .padding-bottom.padding-xlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.link {
  color: #f6821f;
}

.link:hover {
  color: #265aa9;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 250px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #f6821f;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.paragraph-3 {
  text-align: left;
}

.list-item {
  text-align: left;
  margin-bottom: 3px;
}

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

.image-3 {
  width: 75%;
}

.piskotki-naslov {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.piskotki-tekst {
  text-align: left;
}

@media screen and (min-width: 1920px) {
  .container-large-2 {
    max-width: 100rem;
  }

  .page-padding {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-3 {
    place-items: center;
  }
}

@media screen and (max-width: 991px) {
  .navbar-brand-three {
    position: relative;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-2 {
    flex: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 3rem;
  }

  .cta_image-wrapper, .cta_content {
    width: 100%;
  }

  .navbar_button-navbar {
    margin-top: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .navbar_menu-button {
    padding: 0;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

@media screen and (max-width: 767px) {
  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .icon-2 {
    color: #000;
    font-size: 2em;
  }

  .nav-menu-three {
    border: 1px solid #000;
    border-radius: 0;
    flex-flow: column;
    padding-bottom: 30px;
  }

  .menu-button {
    color: #09b0ae;
  }

  .menu-button.w--open {
    background-color: #037ff0;
  }

  .section-home-header {
    margin-top: 100px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .page-padding {
    padding-left: 1%;
    padding-right: 1%;
  }

  .header_image-3 {
    width: 45%;
  }

  .link-block-3 {
    margin-bottom: 40px;
  }

  .heading-7 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .cta_component {
    flex-direction: column;
    height: auto;
  }

  .cta_image-wrapper, .cta_content {
    padding: 1rem;
  }

  .navbar_button-navbar {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .25rem 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-button-2.w--open {
    background-color: #f6821f;
  }

  .icon-3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .header_image-2 {
    margin-top: 0;
  }

  .section-home-header {
    margin-left: 5px;
    margin-right: 5px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .header_image-3 {
    display: none;
  }

  .link-block-3 {
    width: 100%;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-8 {
    font-size: 2rem;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
    display: block;
  }

  .cta_component {
    height: auto;
  }

  .navbar_button-navbar {
    display: none;
  }

  .navbar_button-navbar.noga {
    width: 100%;
    font-size: .8rem;
    display: block;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_logo {
    font-size: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }
}

#w-node-_67e9b8be-bb8d-73a7-dbf4-7378be2af99c-be2af997 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_67e9b8be-bb8d-73a7-dbf4-7378be2af99c-be2af997 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67e9b8be-bb8d-73a7-dbf4-7378be2af99c-be2af997 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


