:root {
  --white: white;
  --steel-blue: #0070b6;
  --steel-blue-2: #0070b6bf;
  --steel-blue-3: #0070b699;
}

body {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 140%;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--steel-blue);
  text-decoration: none;
}

.section-header {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.main-wrapper {
  overflow: clip;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-footer {
  background-color: var(--steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.mobile-menu-all-wrapper {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  width: 100%;
  height: 105px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.drop-desk-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.menucontent {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% -60%;
  overflow: hidden;
}

.nav-logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 310px;
  margin-top: 20px;
  display: flex;
}

._1200-horizontal-menu {
  background-image: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 10px;
  display: flex;
}

.desktop-menu {
  z-index: 101;
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 75%;
  min-width: 940px;
  display: flex;
  position: relative;
}

.nav-menu-link {
  border-bottom: 3px solid #0000;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 20px 8px;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-menu-link.w--current {
  border-bottom: 3px solid var(--steel-blue);
}

.modal-close {
  display: none;
}

.menu-button {
  z-index: 100;
  width: 100%;
  height: 75px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.spacer-menu-top {
  width: 100%;
  height: 10px;
}

.background-holder {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-block {
  z-index: 2;
  background-color: var(--steel-blue-2);
  border-radius: 30px;
  padding: 30px 42px 30px 35px;
  position: absolute;
  inset: 160px auto auto 80px;
  transform: skew(-12deg);
}

.left-block.light {
  background-color: var(--steel-blue-3);
}

.image-holder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-icon {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block {
  background-color: var(--steel-blue);
  position: absolute;
  inset: 0%;
}

.h-wrap {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.icon-wrapper-all {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 330px;
  margin-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.icon-link {
  width: 130px;
}

.p-center {
  color: var(--white);
  text-align: center;
  max-width: 80ch;
  font-weight: 400;
}

.p-skew {
  max-width: 90ch;
}

.graphic-wrapper {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90%;
  height: 100%;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.left-graphic {
  opacity: .5;
  display: none;
  position: absolute;
  inset: auto auto 0% 1%;
}

.middle-graphic {
  z-index: 1;
  opacity: .61;
  display: none;
  position: absolute;
  inset: auto 0% 0% 2%;
}

.right-graphic {
  z-index: 2;
  opacity: 1;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-2 {
  object-fit: contain;
  object-position: 0% 100%;
  max-width: none;
  height: 110%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  min-width: 940px;
  margin-bottom: 100px;
  display: grid;
  position: relative;
}

.p-footer {
  line-height: 180%;
}

.span-line {
  border-left: 3px solid var(--white);
  margin-top: 10px;
  padding-left: 16px;
  display: flex;
}

.forma-wrapper, .forma {
  width: 100%;
}

.copyright-footer {
  border-top: 1px solid #fff3;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  min-width: 940px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.text-block {
  font-size: 13px;
  font-weight: 400;
}

.no-scroll {
  overflow: hidden;
}

.icon-naslovi {
  color: var(--white);
  text-align: center;
}

.button-wrapper {
  margin-left: -20px;
  display: flex;
}

.h1 {
  z-index: 1;
  font-size: 32px;
  position: relative;
}

.left-block-up {
  z-index: 3;
  padding: 30px 42px 30px 30px;
  position: absolute;
  inset: 160px auto auto 80px;
}

.hide {
  opacity: 0;
}

.right-block-up {
  z-index: 3;
  padding: 30px 30px 30px 35px;
  position: absolute;
  inset: auto 80px 100px auto;
}

.right-block {
  z-index: 2;
  background-color: var(--steel-blue-2);
  border-radius: 30px;
  padding: 30px 30px 30px 40px;
  position: absolute;
  inset: auto 80px 100px auto;
  transform: skew(-12deg);
}

.right-block.padding {
  padding-left: 25px;
}

.language-link {
  border-bottom: 3px solid #0000;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 2px;
  text-decoration: none;
  display: flex;
}

.language-link.w--current {
  border-bottom: 3px solid var(--steel-blue);
}

.language-wrapper {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 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;
}

.embed {
  position: absolute;
}

.upgrade-browser {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.browser-content {
  background-color: var(--steel-blue);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 66px 60px;
  position: absolute;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.button {
  border: 3px solid var(--white);
  background-color: var(--steel-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--steel-blue-3);
  color: #fff;
}

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

.div-block-2 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
}

.image-3 {
  width: 25px;
}

.social-link, .social-link-menu {
  padding: 18px 43px 18px 0;
}

.divider {
  height: 70px;
}

.p-skew-copy {
  max-width: 90ch;
  line-height: 140%;
}

.right-block-up-copy {
  z-index: 3;
  padding: 30px 30px 30px 35px;
  position: absolute;
  inset: auto 80px 100px auto;
}

.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  .section {
    height: auto;
    min-height: 100vh;
  }

  .mobile-menu-all-wrapper {
    background-color: #0000;
    justify-content: flex-start;
    height: 70px;
    display: flex;
  }

  .menu-line-bottom {
    background-color: var(--steel-blue);
    width: 30px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .menucontent {
    perspective-origin: 0%;
    transform-origin: 0%;
    justify-content: flex-start;
    box-shadow: 2px 0 20px #00253ccc;
  }

  .nav-logo-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-right: 30px;
    padding-left: 100px;
    position: absolute;
    inset: 0% auto auto 0;
  }

  .nav-logo-wrapper.w--current {
    margin-right: 30px;
  }

  ._1200-horizontal-menu {
    z-index: 1;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 100px;
    position: relative;
  }

  .desktop-menu {
    display: none;
  }

  .menu-line-top {
    background-color: var(--steel-blue);
    width: 30px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav-menu-link {
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 3.3vw;
  }

  .nav-button-small {
    background-color: var(--white);
    perspective-origin: 0%;
    cursor: pointer;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: relative;
  }

  .modal-close {
    z-index: -10;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0 auto auto 0%;
  }

  .menu-line-middle {
    background-color: var(--steel-blue);
    width: 30px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .menu-button {
    box-shadow: none;
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: absolute;
    inset: 0 auto auto 0%;
  }

  .spacer-menu-top {
    background-color: var(--steel-blue);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 40px 20px 40px 90px;
    display: flex;
  }

  .left-block {
    left: 60px;
  }

  .icon-wrapper-all {
    width: 310px;
  }

  .h4-skew {
    font-size: 18px;
  }

  .graphic-wrapper {
    height: 60%;
    inset: auto 0% 0% auto;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    min-width: auto;
    display: flex;
  }

  .forma-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .copyright-footer {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    min-width: auto;
  }

  .icon-naslovi {
    font-size: 19px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .h1 {
    font-size: 25px;
  }

  .left-block-up {
    left: 60px;
  }

  .right-block-up, .right-block {
    bottom: 80px;
    right: 40px;
  }

  .language-link {
    color: var(--white);
    padding: 19px 11px;
    font-size: 20px;
  }

  .language-link.w--current {
    border-bottom-color: var(--white);
  }

  .language-wrapper {
    align-items: stretch;
    position: static;
  }

  .browser-content {
    width: 90%;
  }

  .button {
    justify-content: center;
  }

  .social-link {
    margin-left: -16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .social-link-menu {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .right-block-up-copy {
    bottom: 80px;
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .menucontent {
    overflow: hidden;
  }

  .nav-logo-wrapper {
    margin-right: 20px;
    padding-left: 60px;
    padding-right: 30px;
  }

  .nav-logo-wrapper.w--current {
    margin-right: 20px;
  }

  ._1200-horizontal-menu {
    padding-left: 60px;
  }

  .desktop-menu {
    align-self: center;
    width: 70%;
    height: 60px;
  }

  .menu-button {
    z-index: 1;
    height: 60px;
    top: 0%;
    left: 0%;
  }

  .footer-wrapper, .copyright-footer {
    width: 90%;
  }

  .language-link {
    font-size: 16px;
  }

  .browser-content {
    padding: 29px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 12px;
  }

  .section {
    min-height: 90vh;
  }

  .mobile-menu-all-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menucontent {
    justify-content: flex-start;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .nav-logo-wrapper {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo-wrapper.w--current {
    margin-right: 15px;
  }

  ._1200-horizontal-menu {
    padding-bottom: 140px;
    padding-left: 20px;
  }

  .desktop-menu {
    width: 50%;
    height: 103%;
    padding-right: 0;
    position: static;
  }

  .nav-menu-link {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 5vw;
  }

  .nav-menu-link.w--current {
    border-bottom-width: 2px;
  }

  .nav-button-small {
    border-radius: 6px;
    width: 50px;
    height: 50px;
  }

  .menu-button {
    justify-content: space-between;
    align-items: stretch;
    height: 50px;
    padding-left: 8px;
    padding-right: 0;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .spacer-menu-top {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    height: 70px;
    padding: 0 5px 0 20px;
    position: static;
  }

  .left-block {
    border-radius: 15px;
    padding: 16px 20px 16px 16px;
    top: 80px;
    left: 10px;
  }

  .section-icon {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .h4-skew {
    font-size: 16px;
  }

  .p-skew {
    font-size: 11px;
  }

  .graphic-wrapper {
    height: 100%;
  }

  .image-2 {
    height: 50%;
  }

  .text-block {
    font-size: 11px;
  }

  .button-wrapper {
    padding-top: 40px;
  }

  .h1 {
    font-size: 19px;
  }

  .left-block-up {
    padding: 15px;
    top: 80px;
    left: 10px;
  }

  .right-block-up {
    padding: 15px 20px;
    right: 20px;
  }

  .right-block {
    border-radius: 15px;
    padding: 15px 25px 15px 20px;
    right: 20px;
  }

  .right-block.padding {
    padding-left: 12px;
  }

  .language-link.w--current {
    border-bottom-width: 2px;
  }

  .browser-content {
    border-radius: 15px;
  }

  .social-link-menu {
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    padding: 10px;
    display: flex;
  }

  .p-skew-copy {
    padding-left: 10px;
    font-size: 13px;
  }

  .right-block-up-copy {
    padding: 15px 20px;
    right: 20px;
  }
}


