:root {
  --1-main-colors--background: #fff;
  --font--heading: "Bebas Neue Pro Expanded", "Times New Roman", sans-serif;
  --1-main-colors--heading: var(--4-neutral--neutral-500);
  --font--paragraph: "Bebas Neue Pro Bf 66 Cf 3 D 7770 Dfe", "Times New Roman", sans-serif;
  --1-main-colors--paragraph: var(--4-neutral--neutral-300);
  --1-main-colors--primary: var(--3-secondary--primary-700);
  --1-main-colors--black: #000;
  --1-main-colors--white: #fff;
  --3-secondary--primary-700: dimgrey;
  --4-neutral--neutral-500: var(--3-secondary--primary-800);
  --1-main-colors--transparent: #fbfcfa00;
  --1-main-colors--secondary: var(--2-primary--secondary-800);
  --2-primary--secondary-700: #46a7da;
  --4-neutral--neutral-600: #f9f9f9;
  --2-primary--secondary-50: white;
  --6-radius--xl: 40px;
  --4-neutral--neutral-50: #e7e7e7;
  --4-neutral--neutral-400: #404040;
  --4-neutral--neutral-100: #b5b5b5;
  --6-radius--sm: 4px;
  --6-radius--l: 20px;
  --6-radius--m: 10px;
  --1-main-colors--heading-2: var(--4-neutral--neutral-600);
  --2-primary--secondary-400: #97c7e8;
  --3-secondary--primary-100: #f3f3f3;
  --font--12-dugme-pozadina: #00b9dd;
  --1-main-colors--border: var(--4-neutral--neutral-300);
  --6-radius--button-radius: 100px;
  --5-box-shadow--shadow-50: #0000000d;
  --4-neutral--neutral-300: #5f5f5f;
  --2-primary--secondary-200: #c2ddf1;
  --font--icon: "Material Icons", sans-serif;
  --1-main-colors--tertiary: var(--4-neutral--neutral-600);
  --4-neutral--neutral-200: #919191;
  --3-secondary--primary-500: #919191;
  --11-dugme: #fff;
  --2-primary--secondary-800: #009cd5;
  --2-primary--secondary-300: #add2ed;
  --2-primary--secondary-100: #d7e8f6;
  --2-primary--secondary-600: #66b1df;
  --3-secondary--primary-600: #7d7d7d;
  --3-secondary--primary-900: #434343;
  --3-secondary--primary-800: #565656;
  --2-primary--secondary-500: #80bce3;
  --4-neutral--neutral-700: #0b0b0b;
  --1-main-colors--paragraph-2: var(--4-neutral--neutral-600);
  --3-secondary--primary-200: #d2d2d2;
  --3-secondary--primary-300: #bcbcbc;
  --3-secondary--primary-400: #a6a6a6;
  --4-neutral--neutral-800: #080808;
  --4-neutral--neutral-900: #060606;
  --5-box-shadow--color: white;
  --font--social-icon: Icofont, sans-serif;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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 {
  background-color: var(--1-main-colors--background);
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
}

h6 {
  font-family: var(--font--heading);
  color: var(--1-main-colors--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

p {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: var(--1-main-colors--primary);
  text-decoration: none;
}

ul {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--1-main-colors--paragraph);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--1-main-colors--primary);
  margin-top: 25px;
  margin-bottom: 35px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-text-wrapper {
  z-index: 2;
  white-space: nowrap;
  height: 36px;
  overflow: hidden;
}

.default-text, .hover-text {
  z-index: 2;
  position: relative;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--1-main-colors--black);
  color: var(--1-main-colors--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #686a62;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  position: relative;
  overflow: clip;
}

.primary-button:active {
  display: flex;
}

.primary-button.secondary {
  background-color: var(--4-neutral--neutral-500);
}

.primary-button.secondary:hover {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
}

.primary-button.transparent {
  border: 1px solid var(--1-main-colors--primary);
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--primary);
  width: 100%;
  padding: 12px 50px;
  transition: background-color .5s;
}

.primary-button.transparent:hover {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
}

.primary-button.white-button {
  background-color: var(--1-main-colors--white);
  color: var(--1-main-colors--primary);
}

.primary-button.white-button:hover {
  background-color: var(--1-main-colors--secondary);
  color: var(--1-main-colors--heading);
}

.primary-button._700 {
  background-color: var(--2-primary--secondary-700);
  color: var(--4-neutral--neutral-600);
  background-image: url('../images/Ellipse-9-1.png');
  background-position: 0 -67%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  transition: background-position 1s, color .4s;
}

.primary-button._700:hover {
  border-color: var(--2-primary--secondary-50);
  color: var(--1-main-colors--heading);
  background-position: 50%;
}

.contents {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 1720px;
  display: flex;
}

.contents._640 {
  max-width: 640px;
}

.contents.full {
  width: 100%;
}

.contents.full-middle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 610px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.mask.related-post {
  border-radius: 6px;
  width: 100%;
  max-width: 80px;
  height: 80px;
}

.mask._40px-rounded {
  border-radius: var(--6-radius--xl);
}

.heading {
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 55px;
  font-size: 45px;
}

.blog-thumbnail {
  border-radius: 40px;
  max-width: 506px;
  height: 268px;
  padding: 5px;
  transition: transform .475s cubic-bezier(.19, 1, .22, 1);
}

.blog-thumbnail:hover {
  transform: scale(1.1);
}

.blog-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  width: 100%;
  height: 490px;
  padding-bottom: 0;
  transition: border-radius .4s, border-color .4s;
  display: block;
  overflow: hidden;
}

.blog-card-title {
  text-transform: capitalize;
  max-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 42px;
  transition: color .2s;
}

.blog-card-title:hover {
  color: var(--1-main-colors--primary);
}

.main-banner {
  z-index: 1;
  border-bottom: 1px solid var(--4-neutral--neutral-50);
  background-image: linear-gradient(#00000075, #00000075), url('../images/TrendJob.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.breadcrumb-block {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-60px {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.tags-container {
  grid-column-gap: 7px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.search-button {
  background-color: #3898ec00;
  background-image: url('../images/Search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  inset: 0% 16px 0% auto;
}

.widget {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sidebar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  min-width: 255px;
  max-width: 370px;
  display: flex;
}

.featured-blogs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.featured-image {
  object-fit: cover;
  height: 100%;
  transition: transform .2s;
}

.featured-image:hover {
  transform: scale(1.1);
}

.post-title {
  color: var(--1-main-colors--heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  transition: color .4s;
}

.post-title:hover {
  color: var(--1-main-colors--primary);
}

.tag-button {
  border: 1px solid var(--4-neutral--neutral-400);
  background-color: var(--4-neutral--neutral-50);
  color: var(--1-main-colors--paragraph);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: background-color .35s ease-out, color .45s;
  display: flex;
}

.tag-button:hover {
  border-color: var(--1-main-colors--transparent);
  background-color: var(--1-main-colors--paragraph);
  color: var(--1-main-colors--white);
}

.tag-button.w--current {
  border-color: var(--1-main-colors--transparent);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
}

.main-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 550px;
  display: flex;
}

.main-block._1090px {
  max-width: 1090px;
}

.rich-text-block img {
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block p {
  max-width: none;
  font-size: 18px;
  line-height: 30px;
}

.rich-text-block h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
}

.rich-text-block h1 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-text-block h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 72px;
}

.rich-text-block h5 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.rich-text-block h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text-block strong {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-500);
  font-size: 22px;
  line-height: 40px;
}

._18px-text {
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

._18px-text.line-break {
  max-width: 820px;
}

._18px-text.rich-text-block {
  padding-bottom: 10px;
}

.utility-page-content {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--4-neutral--neutral-100);
  background-color: var(--4-neutral--neutral-600);
  text-align: center;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 615px;
  padding: 40px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.changelog-section {
  margin-top: 100px;
  margin-bottom: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.version-title {
  font-family: var(--font--heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.version-description {
  font-family: var(--font--paragraph);
  line-height: 28px;
}

.empty-block {
  border-radius: var(--6-radius--sm);
  background-color: var(--1-main-colors--background);
  color: var(--1-main-colors--white);
  padding: 13px 25px;
}

.nav-list {
  width: auto;
  overflow: hidden;
}

.nav-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: color .3s ease-out;
  display: flex;
}

.nav-link:hover, .nav-link:focus {
  color: var(--1-main-colors--primary);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

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

.nav-link.w--current {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--primary);
  font-weight: 700;
}

.submenu-link {
  color: var(--1-main-colors--heading);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94), color .35s;
}

.submenu-link:hover {
  color: var(--1-main-colors--primary);
  transform: translate(5px);
}

.submenu-link:focus, .submenu-link.w--current {
  color: var(--1-main-colors--primary);
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container.footer-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.container.static {
  position: static;
}

.container._1600px {
  max-width: 1600px;
  padding-bottom: 20px;
  position: relative;
  top: 131px;
}

.container.navbar-container {
  border: 0px solid var(--1-main-colors--white);
  max-width: 1756px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu-wrapper {
  font-family: var(--font--paragraph);
  justify-content: center;
  width: auto;
  max-width: none;
  margin-top: 18px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-options {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 4px;
  padding-top: 20px;
  position: absolute;
  top: 20px;
}

.dropdown-options.w--open {
  display: flex;
}

.nav-button-list {
  flex: 1;
  padding-left: 20px;
  display: none;
}

.navbar {
  z-index: 100;
  background-color: var(--1-main-colors--white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-icon-and-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 10px;
}

.nav-menu {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  font-family: var(--font--paragraph);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 26px;
  display: flex;
  position: relative;
  left: 2.6vh;
}

.site-logo {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: 100px;
  max-height: none;
  display: block;
  overflow: visible;
}

.site-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: flex;
}

.nav-link-dropdown {
  z-index: 1;
  cursor: pointer;
}

.nav-dropdown-contents-fastfood {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--4-neutral--neutral-50);
  border-radius: var(--6-radius--l);
  background-color: var(--4-neutral--neutral-600);
  flex-flow: column;
  min-width: 240px;
  padding: 30px 35px;
  display: flex;
}

.icon-20px {
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.nav-list-for-dropdown {
  text-decoration: none;
}

.lock-image {
  max-width: 150px;
  margin-bottom: 30px;
}

._2-column-block-top {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr .75fr 1.75fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: clip;
}

.footer-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 150px;
  max-width: 330px;
  display: flex;
}

.footer-block._1st-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  min-width: 285px;
  max-width: none;
  margin-bottom: 104px;
}

.error {
  border-radius: var(--6-radius--m);
  color: var(--1-main-colors--white);
  text-align: center;
  background-color: #ff2828;
  padding: 20px;
  font-weight: 600;
}

.newletter-button {
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--heading-2);
  background-image: url('../images/Rectangle-3157.png');
  background-position: 0 -101%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 4px 4px 0;
  min-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  transition: background-position .8s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.newletter-button:hover {
  color: var(--1-main-colors--white);
  background-position: 50%;
  background-repeat: no-repeat;
}

.footer-link {
  color: var(--1-main-colors--heading-2);
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  transition: color .4s;
}

.footer-link:hover {
  color: var(--1-main-colors--primary);
}

.newsletter-form-white-bg {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.footer-copyright-text {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-50);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-copyright-text.with-hover {
  transition: color .3s;
}

.footer-copyright-text.with-hover:hover {
  color: var(--2-primary--secondary-400);
}

.footer-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.newsletter-button-wrapper-white {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--4-neutral--neutral-400);
  background-color: var(--1-main-colors--black);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.newletter-input-white-bg {
  border: 1px solid var(--4-neutral--neutral-100);
  border-radius: var(--6-radius--l);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  min-width: 170px;
  min-height: 78px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.newletter-input-white-bg::placeholder {
  color: var(--4-neutral--neutral-400);
}

.horizontal-left-center-15px-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 643px;
  margin-top: 0;
  display: flex;
}

.footer-paragraph {
  color: var(--4-neutral--neutral-50);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.success {
  border-radius: var(--6-radius--m);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  width: 100%;
  font-weight: 600;
}

.footer {
  background-color: var(--4-neutral--neutral-500);
}

.absolute-border {
  max-width: 70px;
  max-height: 72px;
  position: absolute;
  inset: -16% -42% auto auto;
}

._2-column-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section {
  margin-top: 160px;
  margin-bottom: 160px;
}

.section.bottom {
  margin-top: 160px;
  margin-bottom: 0;
}

.vertical-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vertical-left-top._20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.vertical-left-top._10px-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.vertical-left-top._20px-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  overflow: clip;
}

._3-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-wrapper-50 {
  width: 50%;
  position: relative;
  overflow: clip;
}

.image-wrapper-50._560px {
  max-width: 560px;
  overflow: visible;
}

.image-wrapper-50.right-float {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 714px;
  display: flex;
  overflow: visible;
}

.image-wrapper-50.float-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

._2-column-block {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

._2-column-block.reverse {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

._2-column-block.middle {
  justify-content: space-between;
  align-items: center;
}

._2-column-block.middle.gap {
  flex-flow: row;
  margin-top: 60px;
  margin-bottom: 60px;
}

._14px-text-500 {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

._20px-text {
  font-size: 20px;
  line-height: 32px;
}

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

.margin-bottom-20px {
  text-align: left;
  margin-bottom: 20px;
  overflow: clip;
}

.success-message {
  background-color: var(--1-main-colors--primary);
  font-family: var(--font--paragraph);
  color: #fff;
  border-radius: 70px;
  width: 100%;
  font-weight: 600;
}

.error-message {
  background-color: var(--1-main-colors--primary);
  font-family: var(--font--paragraph);
  color: #fff;
  text-align: center;
  border-radius: 70px;
  padding: 20px;
  font-weight: 600;
}

.page-wrapper {
  background-color: var(--3-secondary--primary-100);
  overflow: clip;
}

._20px-text-600 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

._24px-text-600 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.hidden {
  display: none;
}

.font-heading-color {
  color: var(--1-main-colors--heading);
}

.footer-title {
  border-bottom: 1px solid var(--font--12-dugme-pozadina);
  color: var(--1-main-colors--heading-2);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.image-wrapper-50-slide-from-right, .image-wrapper-50-slide-from-left {
  width: 50%;
  position: relative;
}

.contents-slide-from-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hambruger-button {
  padding: 0;
}

._70vh-wrapper {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.password-form {
  background-color: var(--1-main-colors--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  box-shadow: 0 10px 28px #0000000d;
}

.password-input {
  border: 1px solid var(--1-main-colors--border);
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--transparent);
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  min-height: 58px;
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 15px 16px 15px 30px;
}

.password-input:focus {
  border-color: #e87c55;
}

.password-input::placeholder {
  font-size: 16px;
  font-weight: 300;
}

.pagination-button {
  border-color: var(--1-main-colors--primary);
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  margin-top: 60px;
  transition: color .3s, background-color .3s;
}

.pagination-button:hover {
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--primary);
}

.search-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.space-between-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-search-block {
  background-color: var(--5-box-shadow--shadow-50);
  border-radius: 10px;
  margin-bottom: 45px;
  padding: 38px;
}

.input-60px-rounded {
  border-radius: var(--6-radius--xl);
  background-color: var(--1-main-colors--white);
  border-style: none;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 25px;
}

.search-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--1-main-colors--transparent);
  background-color: var(--1-main-colors--white);
  box-shadow: 0 10px 30px 0 var(--5-box-shadow--shadow-50);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  transition: border-color .3s;
  display: flex;
}

.search-card:hover {
  border-color: var(--1-main-colors--primary);
}

.top-header {
  z-index: 2;
  background-color: var(--1-main-colors--secondary);
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.horizontal-left-center-60px-gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-list-8px-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-16px-contain {
  object-fit: contain;
  max-width: 16px;
}

.image-24px {
  max-width: 24px;
}

.image-24px.animation-hover {
  transition: filter .4s, transform .4s;
}

.image-24px.animation-hover:hover {
  filter: brightness(0%);
  transform: scale(1.1);
}

.social-icon-topbar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.hero-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 633px;
  display: flex;
}

.hero-section {
  background-image: linear-gradient(#0000008a, #fff0), url('../images/KurirHero-copy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.hero-column {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.font-500 {
  color: var(--4-neutral--neutral-300);
  font-weight: 500;
}

._5px-circle {
  background-color: var(--1-main-colors--primary);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.primary-color {
  color: var(--1-main-colors--primary);
}

.slider {
  background-color: var(--1-main-colors--transparent);
  width: 100%;
  height: 100%;
  position: relative;
}

.slider.service {
  position: static;
}

._52px-icon-wrapper {
  border: 1px solid var(--1-main-colors--heading);
  background-color: var(--1-main-colors--transparent);
  font-family: var(--font--icon);
  color: var(--1-main-colors--heading);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 24px;
  line-height: 24px;
  transition: color .4s, background-color .4s;
  display: flex;
}

._52px-icon-wrapper:hover {
  border-color: var(--1-main-colors--tertiary);
  background-color: var(--1-main-colors--heading);
  color: var(--1-main-colors--white);
}

.slider-arrow {
  justify-content: flex-start;
  align-items: center;
  max-width: 46px;
  display: flex;
  inset: -27% 62px auto auto;
}

.slider-arrow.right {
  justify-content: flex-end;
  align-items: center;
  left: auto;
  right: 10px;
}

.service-card-slide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--heading-2);
  border-radius: 50px;
  flex-flow: column;
  padding: 30px;
  transition: border-color .4s, box-shadow .5s;
  display: flex;
}

.service-card-slide:hover {
  border-color: var(--1-main-colors--primary);
  box-shadow: 0 14px 44px #00000026;
}

._25 {
  width: 40%;
  max-width: 360px;
  overflow: visible;
}

._32px-text-link {
  color: var(--4-neutral--neutral-400);
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  transition: color .4s;
}

._32px-text-link:hover {
  color: var(--1-main-colors--primary);
}

.icon-rotate {
  font-family: var(--font--icon);
  color: var(--4-neutral--neutral-200);
  font-weight: 400;
  transform: rotate(-45deg);
}

.explore-now-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--11-dugme);
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  transition: color .4s;
  display: flex;
}

.explore-now-link:hover {
  color: var(--1-main-colors--primary);
}

.service-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
}

.service-thumbnail {
  aspect-ratio: 3 / 2;
  height: 168px;
}

.service-thumbnail._240 {
  height: 240px;
}

.slide-margin-40px {
  margin-right: 40px;
}

.right-float-paragraph-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  max-width: 507px;
  display: flex;
  overflow: clip;
}

.testimonial-slider-nav-style-css {
  display: none;
}

.image-34px {
  min-width: 34px;
  max-width: 34px;
}

.container-1756px {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1796px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dropdown-menu-white {
  z-index: auto;
  border-bottom: 1px solid var(--4-neutral--neutral-50);
  text-align: left;
  cursor: pointer;
  background-color: #fff0;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-menu-white.no-border {
  border-bottom-color: var(--1-main-colors--transparent);
}

.dropdown-switch-white {
  color: var(--1-main-colors--heading);
  white-space: break-spaces;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrow-down {
  border: 1px solid var(--1-main-colors--white);
  background-image: linear-gradient(to bottom, var(--2-primary--secondary-800), var(--2-primary--secondary-800));
  color: var(--3-secondary--primary-100);
  -webkit-text-stroke-color: var(--4-neutral--neutral-50);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-family: Material Icons, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.dropdown-contents {
  color: #131313;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-text-padding-30px {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.dropdown-switch-border {
  background-color: var(--4-neutral--neutral-50);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dropdown-title-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
  position: relative;
}

.page-title {
  color: var(--4-neutral--neutral-600);
  text-transform: capitalize;
  max-width: 600px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1em;
}

.service-slider-wrapper {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.vertical-center-align-40px-gap-460px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  display: flex;
}

.section-100px {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  margin-top: 100px;
  margin-bottom: 160px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-100px.no-bottom-margin {
  margin-bottom: 0;
}

.service-sidebar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 410px;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 130px;
}

.category-link {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--4-neutral--neutral-600);
  color: var(--4-neutral--neutral-400);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  transition: color .35s;
  display: flex;
}

.category-link:hover {
  color: var(--1-main-colors--primary);
}

.category-link.w--current {
  border-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--primary);
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.contact-us-banner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: var(--6-radius--m);
  background-color: var(--1-main-colors--primary);
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 100px;
  display: flex;
}

._10px-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.faq-wrapper {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--white);
  border-radius: 60px;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  overflow: hidden;
}

.image-56px {
  background-color: var(--1-main-colors--transparent);
  color: var(--1-main-colors--transparent);
  max-width: 35px;
}

.full-width {
  width: 100%;
}

.full-width.gap {
  margin-bottom: 20px;
}

.contact-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--2-primary--secondary-700);
  background-color: var(--1-main-colors--secondary);
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  padding: 60px;
  transition: background-color .5s, border-color .4s;
  display: flex;
}

.contact-card:hover {
  border-color: var(--1-main-colors--secondary);
  background-color: var(--2-primary--secondary-300);
}

.field-label {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.form-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.send-button {
  border-radius: var(--6-radius--button-radius);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  width: 100%;
  min-height: 76px;
  padding: 20px 30px;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  transition: color .4s, background-color .5s;
}

.send-button:hover {
  background-color: var(--1-main-colors--background);
  color: var(--1-main-colors--primary);
}

.form-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.application-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--4-neutral--neutral-600);
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.application-form-block {
  width: 100%;
}

.horizontal-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-block-60px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #b0b0b0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-64px {
  border: 1px solid var(--1-main-colors--heading);
  border-radius: var(--6-radius--l);
  background-color: var(--4-neutral--neutral-400);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-100);
  min-height: 70px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.input-64px:focus {
  border-color: #7741e8;
}

.input-64px::placeholder {
  color: var(--4-neutral--neutral-100);
  font-weight: 500;
}

.input-64px.message {
  min-height: 173px;
}

.contact-card-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--6-radius--xl);
  background-color: var(--4-neutral--neutral-600);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 547px;
  padding: 60px;
  transition: background-color .5s, border-color .4s;
  display: flex;
}

.icon-wrapper-74px {
  background-color: var(--4-neutral--neutral-50);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 74px;
  max-width: 74px;
  height: 74px;
  display: flex;
}

.margin-bottom-80px {
  margin-bottom: 80px;
  overflow: clip;
}

.appoinment-input {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--heading-2);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-200);
  border-radius: 10px;
  min-height: 64px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: border-color .3s;
}

.appoinment-input:hover, .appoinment-input:focus {
  border-color: var(--1-main-colors--primary);
}

.appoinment-input::placeholder {
  color: var(--4-neutral--neutral-200);
  font-weight: 500;
}

.appoinment-input.name {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/frame_2.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input.name::placeholder {
  color: var(--4-neutral--neutral-200);
}

.appoinment-input.email {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/sms_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input.call {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/call-calling.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input.location {
  background-image: url('../images/location.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input.date {
  background-image: url('../images/calendar.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input.time {
  background-image: url('../images/Vector_1Vector.avif');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input._160px {
  color: var(--4-neutral--neutral-400);
  min-height: 160px;
  padding-left: 21px;
}

.appoinment-input.home {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-200);
  background-image: url('../images/buliding.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input.time {
  background-image: url('../images/clock.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input.location {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/location_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.send-button-primary {
  border-radius: var(--6-radius--xl);
  background-color: var(--1-main-colors--primary);
  color: var(--1-main-colors--white);
  background-image: url('../images/Ellipse-9.png');
  background-position: 0 -67%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 40px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  transition: opacity .2s, border-color .4s, color .4s, background-position 1s;
}

.send-button-primary:hover {
  border-color: var(--1-main-colors--heading);
  background-position: 50%;
}

.button-call-info-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 449px;
  margin-top: 5px;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

.neutral-100 {
  color: var(--4-neutral--neutral-100);
}

._32px-text-600-white {
  color: var(--2-primary--secondary-800);
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}

._22px-text-700 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

._18px-text-500 {
  color: var(--4-neutral--neutral-400);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

._18px-text-500.gap {
  color: var(--2-primary--secondary-800);
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 30px;
}

.white-text {
  color: var(--1-main-colors--secondary);
}

.hero-testimonial-image {
  max-width: 294px;
  position: absolute;
  inset: auto 20px -31.6vh auto;
}

.arc {
  z-index: 2;
  background-image: url('../images/Frame-6_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 124px;
  height: 124px;
  display: flex;
  position: absolute;
  top: 67px;
  right: 1px;
}

.arc.static {
  position: static;
}

.image-65px {
  max-width: 60px;
}

.serial-number {
  color: var(--1-main-colors--background);
  background-color: #00b9dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.mt-80px-bb-62px {
  margin-top: 80px;
  margin-bottom: 62px;
}

.about-heading {
  width: 100%;
  max-width: 507px;
  position: relative;
  transform: translate(-137px);
}

.section-rotate-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--11-dugme);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--11-dugme);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--11-dugme);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--11-dugme);
  border-top-left-radius: var(--6-radius--button-radius);
  border-top-right-radius: var(--6-radius--button-radius);
  border-bottom-left-radius: var(--6-radius--button-radius);
  border-bottom-right-radius: var(--6-radius--button-radius);
  background-color: var(--font--12-dugme-pozadina);
  letter-spacing: 1.28px;
  white-space: nowrap;
  writing-mode: tb-rl;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 4px;
  font-size: 20px;
  line-height: 42px;
  display: flex;
  position: absolute;
  inset: 60px 10px auto auto;
  transform: rotate(-180deg);
}

.section-rotate-title.left {
  justify-content: center;
  align-items: center;
  line-height: 30px;
  inset: 0% auto auto 10px;
  transform: rotate(0);
}

._8px-circle {
  background-color: var(--11-dugme);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.section-title-text {
  color: var(--11-dugme);
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.section-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-padding.primary-50 {
  background-color: var(--2-primary--secondary-200);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-padding.black {
  background-color: var(--2-primary--secondary-50);
}

.section-padding.white {
  background-color: var(--4-neutral--neutral-50);
}

.snippet-56px {
  text-align: left;
  max-height: 56px;
  padding-bottom: 140px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 20px;
  overflow: hidden;
}

.space-between-bottom-title-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

._18px-text-neutral-400 {
  color: var(--4-neutral--neutral-400);
  text-align: justify;
  margin-left: 55px;
  font-size: 18px;
  line-height: 30px;
}

.button-link-primary {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--1-main-colors--primary);
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

.button-link-primary:hover {
  color: var(--1-main-colors--heading);
}

.button-link-primary.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  overflow: hidden;
}

.dashed-border-image {
  width: 76%;
  height: 1px;
}

.explore-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: clip;
}

.solutions-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9f9f9;
  border-radius: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 77px;
  padding: 40px;
  display: none;
}

.profile-card-wrapper {
  border: 1px dashed var(--4-neutral--neutral-100);
  border-radius: 60px;
  width: 100%;
  max-width: 200px;
  padding: 0;
  display: flex;
  position: relative;
}

.image-120px {
  max-width: 120px;
}

._20px-text-600-rotate {
  writing-mode: tb-rl;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transform: rotate(-180deg);
}

.image-460px {
  border-radius: 20px;
  max-width: 480px;
}

.absolute-solution-image {
  z-index: -1;
  object-fit: contain;
  height: 520px;
  position: absolute;
  inset: auto -44px -55px auto;
}

.absolute-solution-image.larger {
  height: 610px;
  right: -87px;
}

.contents-60 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

._780px {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 780px;
  display: flex;
}

.image-640px {
  border-radius: 20px;
  width: 95%;
  max-width: 644px;
}

.absolute-left-bottom-607px {
  z-index: -1;
  max-width: 607px;
  position: absolute;
  inset: auto auto -50px -9%;
}

._22px-list-item {
  color: var(--2-primary--secondary-800);
  text-align: left;
  background-image: url('../images/Square-Web-Wolt-CMYK-Logo-Disc-E9d0c9.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 16px;
  max-width: 300px;
  padding: 0 0 0 33px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

._18px-text-secondary {
  color: var(--1-main-colors--paragraph);
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

.process-grid {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.process-image-wrapper {
  border: 2px dashed var(--1-main-colors--paragraph);
  border-radius: 210px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.process-image {
  border-radius: 210px;
}

.process-block {
  width: 100%;
  min-width: 200px;
  padding: 10px;
}

._18px-text-primary-600 {
  color: var(--1-main-colors--primary);
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.process-contents {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
}

.image-142px {
  width: 100%;
  max-width: 142px;
}

.testimonial-slider {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--white);
  background-image: url('../images/“.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 174px;
  border-radius: 60px;
  width: 50%;
  height: 100%;
  padding: 60px 45px 102px;
}

.slider-contents {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 544px;
  display: flex;
}

.slider-tabs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.slider-tab {
  border: 3px solid var(--4-neutral--neutral-100);
  border-radius: 30px;
  width: 55px;
  height: 100px;
  overflow: hidden;
}

.full-image {
  height: 100%;
}

.testimonial-thumbnail {
  height: 440px;
}

.testimonial-thumbnail-wrapper {
  border-radius: 60px;
  overflow: hidden;
}

.testimonial-contents {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.testimonial-nav {
  max-height: 24px;
  bottom: 60px;
}

.blog-thumbnail-wrapper {
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
}

.blog-thumbnail-wrapper:hover {
  border-radius: 40px;
}

.testimonial-image-364px {
  max-width: 364px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-form-wrapper {
  width: 100%;
  max-width: 590px;
}

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

.footer-top-bar {
  border-bottom: 1px solid var(--4-neutral--neutral-400);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-link-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-icons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-right-bar {
  flex-flow: column;
  width: 100%;
  max-width: 780px;
  display: flex;
}

.footer-2-col-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-160px {
  max-width: 160px;
}

.footer-link-18px {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-100);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  transition: color .2s;
}

.footer-link-18px:hover {
  color: var(--1-main-colors--white);
}

.footer-top-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-call-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 0 -32px;
}

.breadcrumb-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--11-dugme);
  border-radius: var(--6-radius--button-radius);
  background-color: var(--font--12-dugme-pozadina);
  letter-spacing: 1.28px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 20px;
  display: flex;
}

.about-us-image {
  aspect-ratio: 3 / 2;
  border-radius: 60px;
  max-height: 686px;
}

.about-us-text-banner {
  border: 1px solid var(--11-dugme);
  background-image: linear-gradient(to bottom, var(--2-primary--secondary-800), var(--2-primary--secondary-800));
  color: var(--1-main-colors--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 174px;
  padding: 21px 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 54px;
  display: flex;
}

.about-us-contents {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 100px;
}

.margin-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

._30px-text {
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.checkbox-label {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  margin-left: 10px;
  font-weight: 600;
  line-height: 30px;
}

.checkbox {
  border-radius: var(--6-radius--sm);
  background-image: url('../images/Frame_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--1-main-colors--white);
  background-image: url('../images/Vector_1Vector.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  margin-left: 0;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.video-about {
  z-index: 1;
  aspect-ratio: 2 / 3;
  border-radius: 40px;
  width: 100%;
  max-width: 603px;
  min-height: 667px;
}

.play-pause-button {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
}

.image-104px {
  max-width: 104px;
}

.logo-posisition {
  margin-top: 40px;
  position: absolute;
}

._404-text {
  color: var(--1-main-colors--primary);
  margin-bottom: 10px;
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
}

.contents-no-animation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 472px;
  display: flex;
  overflow: clip;
}

.pricing-content-heading {
  margin-bottom: 20px;
  font-weight: 500;
}

.pricing-block-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricing-background {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--4-neutral--neutral-600);
  border-radius: 30px;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.pricing-category {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--2-primary--secondary-800);
  border: 0 solid #000;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 507px;
  padding-top: 20px;
  padding-left: 40px;
  display: flex;
}

._2-types-pricing-details {
  width: 100%;
}

.pricing-contents {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.pricing-contents.bottom-margin {
  border-bottom: 1px solid var(--4-neutral--neutral-50);
}

.price-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.lists-wrapper {
  width: 100%;
}

.prices {
  color: var(--2-primary--secondary-700);
  font-size: 42px;
  font-weight: 500;
  line-height: 45px;
}

.lists-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-300);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.pricing-title {
  color: var(--1-main-colors--white);
  max-width: 270px;
}

.pricing-background-with-border {
  border: 0px solid var(--1-main-colors--primary);
  background-color: var(--4-neutral--neutral-600);
  border-radius: 30px;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-300);
  flex-flow: column;
  width: 100%;
  font-weight: 300;
  display: flex;
}

.text-wrap._600 {
  max-width: 600px;
}

.tems-and-conditions-texts {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1054px;
  display: flex;
}

.bold-texts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

._22px-text-blod-600 {
  color: var(--4-neutral--neutral-500);
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.color-name {
  color: #131313;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.style-guide-title {
  color: #131313;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.texts-size {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.full-width-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.full-width-wrapper._100 {
  width: 100%;
  max-width: 200px;
}

.paragraph-big-1 {
  color: #131313;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.style-guide-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._18-px-title {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  font-size: 18px;
  line-height: 28px;
}

.color-box {
  background-color: #428bca;
  border-radius: 4px;
  width: 140px;
  height: 140px;
  box-shadow: 0 2px 5px #0003;
}

.color-box.extra-color {
  background-color: var(--4-neutral--neutral-200);
  box-shadow: none;
  border-radius: 10px;
  width: 260px;
  height: 154px;
}

.color-box.secondary-color {
  background-color: var(--1-main-colors--secondary);
  box-shadow: none;
  border-radius: 10px;
  width: 260px;
  height: 154px;
}

.color-box.neutral {
  background-color: var(--4-neutral--neutral-500);
  box-shadow: none;
  border-radius: 10px;
  width: 260px;
  height: 156px;
}

.color-box.stroke {
  background-color: var(--4-neutral--neutral-100);
  box-shadow: none;
  border-radius: 10px;
  width: 260px;
  height: 154px;
}

.color-box.primary-color {
  background-color: var(--1-main-colors--primary);
  box-shadow: none;
  border-radius: 10px;
  width: 260px;
  height: 154px;
}

.color-box.white {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  width: 260px;
  height: 154px;
}

.typography-style-guide {
  background-color: #919eab14;
  border-radius: 16px;
  width: 100%;
  max-width: 920px;
  padding: 40px;
}

.paragraph-small {
  color: #131313;
  font-size: 14px;
  line-height: 24px;
}

._80px-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  max-width: 1386px;
  display: flex;
}

.paragraph-main {
  color: #131313;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-big-2 {
  color: #131313;
  font-size: 26px;
  font-weight: 500;
  line-height: 48px;
}

.button-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #565656;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.colour-code {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-400);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.inter {
  font-family: Inter;
}

.font-style-wrapper {
  width: 200%;
  max-width: 330px;
}

.color-box-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.typo-name {
  color: var(--2-primary--secondary-700);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.typo-name.teko {
  color: var(--2-primary--secondary-700);
}

.paragraph-medium {
  color: #131313;
  line-height: 28px;
}

.paragraph-big-3 {
  color: #131313;
  font-size: 22px;
}

.size-text {
  color: #7741e8;
  font-weight: 400;
}

.size-text._14px {
  color: var(--2-primary--secondary-600);
  font-size: 14px;
  line-height: 24px;
}

.content-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  border: 1px solid var(--4-neutral--neutral-100);
  word-break: break-all;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.colours-name-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.full-width-100 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.license-wrapper-30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.license-main-text {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--heading);
  text-align: center;
  max-width: 834px;
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.license-wrapper {
  color: #000;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._2-columns-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.license-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

._220px-height {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license {
  font-family: var(--font--paragraph);
  color: var(--1-main-colors--paragraph);
  word-break: normal;
}

.font-links {
  font-family: var(--font--paragraph);
  color: #78a777;
  font-size: 18px;
  line-height: 28px;
}

.content-wrapper-verticle {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.main-image-block.w--current {
  width: 100%;
}

.author-block-wrapper {
  border: 1px solid var(--4-neutral--neutral-100);
  background-color: var(--1-main-colors--tertiary);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.blog-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1054px;
  padding: 0;
  display: flex;
}

.author-name-and-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--font--paragraph);
  width: 100%;
  display: flex;
}

.author-image {
  border-radius: 20px;
  max-width: 50px;
  height: 50px;
}

.text-merge-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font--paragraph);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

._18px-inter {
  font-family: var(--font--paragraph);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

._24px-icon {
  max-width: 24px;
  height: 24px;
}

.image-full-size {
  border-radius: 50px;
  max-width: 160px;
  height: 112px;
}

.show-in-hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
}

.hide-in-hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

._20px-text-bold {
  color: var(--1-main-colors--white);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.text-block {
  font-family: var(--font--icon);
}

.hero-text {
  font-family: var(--font--heading);
  color: var(--2-primary--secondary-400);
  text-align: justify;
  text-transform: uppercase;
  max-width: none;
}

._18px-text-white {
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-600);
  text-align: justify;
  max-width: 617px;
  font-size: 18px;
  line-height: 30px;
}

._26px-white {
  font-family: var(--font--heading);
  color: var(--1-main-colors--paragraph);
  white-space: nowrap;
  font-size: 14px;
  line-height: 36px;
}

.nav-menu-and-logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.check-points-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font--paragraph);
  color: #78a777;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 330px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.list-items-texts-border {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 80px;
  display: grid;
  overflow: clip;
}

.button-with-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  overflow: hidden;
}

.border {
  background-color: var(--1-main-colors--primary);
  width: 100%;
  height: 2px;
}

._26px-text-green-bg {
  color: #5e8e5d;
  background-color: #e6fae5;
  border-radius: 20px;
  padding: 30px;
  font-size: 26px;
  line-height: 36px;
}

.content-wrapper-horizontal {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.contact-details.gap {
  margin-top: 20px;
}

.details-flex-blox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._22px-text-500 {
  color: var(--4-neutral--neutral-400);
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.border-50 {
  background-color: var(--4-neutral--neutral-50);
  width: 100%;
  height: 1px;
}

.contact-wrapper {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.nav-call-wrapper-hide-in-hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-top: auto;
  padding-top: 0;
  display: flex;
}

.changelog-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid #a7a7a7;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 780px;
  padding: 40px;
  display: flex;
}

.primary-text {
  color: #78a777;
  font-size: 18px;
  font-weight: 400;
}

.list-texts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.service-main-image {
  object-fit: cover;
  border-radius: 40px;
  height: 420px;
}

.blog-image-main {
  object-fit: fill;
  border-radius: 20px;
}

.blog-slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mask-size {
  width: 40%;
  max-width: 506px;
  overflow: visible;
}

.slider-arrow-main {
  justify-content: flex-start;
  align-items: center;
  max-width: 46px;
  display: flex;
  inset: -27% 62px auto auto;
}

.slider-arrow-main.right {
  justify-content: flex-end;
  align-items: center;
  left: auto;
  right: 10px;
}

.from-left-to-right-color {
  z-index: 1;
  background-color: var(--1-main-colors--primary);
  border-radius: 50px;
  position: absolute;
  inset: 0;
}

.from-left-to-right-color-dark {
  z-index: 1;
  background-color: var(--1-main-colors--black);
  border-radius: 50px;
  position: absolute;
  inset: 0;
}

.nav-border {
  background-color: var(--1-main-colors--primary);
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: 2px;
}

.social-icon {
  border: 1px solid var(--1-main-colors--transparent);
  background-color: var(--1-main-colors--transparent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .5s, border-color .4s, background-color .5s;
  display: flex;
}

.social-icon:hover {
  border-color: var(--2-primary--secondary-600);
  background-color: var(--2-primary--secondary-700);
  transform: translate(0, -7px);
}

._42px-text {
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.body {
  background-color: var(--1-main-colors--transparent);
}

.appoinment-input-a {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--heading-2);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-200);
  border-radius: 10px;
  min-height: 64px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: border-color .3s;
}

.appoinment-input-a:hover, .appoinment-input-a:focus {
  border-color: var(--1-main-colors--primary);
}

.appoinment-input-a::placeholder {
  color: var(--4-neutral--neutral-200);
  font-weight: 500;
}

.appoinment-input-a.name {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/frame_2.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-a.name::placeholder {
  color: var(--4-neutral--neutral-200);
}

.appoinment-input-a.email {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/sms_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-a.call {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/call-calling.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-a.location {
  background-image: url('../images/location.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-a.date {
  background-image: url('../images/calendar.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input-a.time {
  background-image: url('../images/Vector_1Vector.avif');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-a._160px {
  color: var(--4-neutral--neutral-400);
  min-height: 160px;
  padding-left: 21px;
}

.appoinment-input-a.home {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-200);
  background-image: url('../images/Vozilo.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-a.time {
  background-image: url('../images/clock.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input-a.location {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/location_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.text-block-2 {
  color: #00c8d9;
}

.text-block-3 {
  color: #02ccdc;
}

.text-block-4 {
  color: #00cada;
}

.text-block-5 {
  color: var(--1-main-colors--black);
  border: 1px solid #00b9dd;
}

.text-block-6, .text-block-7, .text-block-8 {
  color: var(--1-main-colors--black);
}

.text-block-10 {
  color: var(--4-neutral--neutral-200);
}

.appoinment-input-copy-copy {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--heading-2);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-200);
  border-radius: 10px;
  min-height: 64px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: border-color .3s;
}

.appoinment-input-copy-copy:hover, .appoinment-input-copy-copy:focus {
  border-color: var(--1-main-colors--primary);
}

.appoinment-input-copy-copy::placeholder {
  color: var(--4-neutral--neutral-200);
  font-weight: 500;
}

.appoinment-input-copy-copy.name {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/frame_2.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy-copy.name::placeholder {
  color: var(--4-neutral--neutral-200);
}

.appoinment-input-copy-copy.email {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/sms_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy-copy.call {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/call-calling.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy-copy.location {
  background-image: url('../images/location.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy-copy.date {
  background-image: url('../images/calendar.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input-copy-copy.time {
  background-image: url('../images/Vector_1Vector.avif');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy-copy._160px {
  color: var(--4-neutral--neutral-400);
  min-height: 160px;
  padding-left: 21px;
}

.appoinment-input-copy-copy.home {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-200);
  background-image: url('../images/Paketi.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy-copy.time {
  background-image: url('../images/clock.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input-copy-copy.location {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/location_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input-copy:hover, .appoinment-input-copy:focus {
  border-color: var(--1-main-colors--primary);
}

.appoinment-input-copy.name {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/frame_2.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy.location {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/location_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input-copy {
  border: 1px solid var(--4-neutral--neutral-50);
  background-color: var(--1-main-colors--heading-2);
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-200);
  border-radius: 10px;
  min-height: 64px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: border-color .3s;
}

.appoinment-input-copy:hover, .appoinment-input-copy:focus {
  border-color: var(--1-main-colors--primary);
}

.appoinment-input-copy::placeholder {
  color: var(--4-neutral--neutral-200);
  font-weight: 500;
}

.appoinment-input-copy.name {
  background-color: var(--1-main-colors--white);
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/frame_2.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy.name::placeholder {
  color: var(--4-neutral--neutral-200);
}

.appoinment-input-copy.email {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/sms_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy.call {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/call-calling.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy.location {
  background-image: url('../images/location.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy.date {
  background-image: url('../images/calendar.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input-copy.time {
  background-image: url('../images/Vector_1Vector.avif');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy._160px {
  color: var(--4-neutral--neutral-400);
  min-height: 160px;
  padding-left: 21px;
}

.appoinment-input-copy.home {
  color: var(--4-neutral--neutral-200);
  background-image: url('../images/buliding.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.appoinment-input-copy.time {
  background-image: url('../images/clock.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.appoinment-input-copy.location {
  color: var(--4-neutral--neutral-400);
  background-image: url('../images/location_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 100%;
}

.body-2 {
  background-color: var(--1-main-colors--white);
}

.body-3 {
  background-color: var(--3-secondary--primary-100);
}

.bold-text {
  font-family: var(--font--heading);
}

.blog-heding-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.blog-heding-3 {
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 22px;
}

.body-5 {
  background-color: var(--4-neutral--neutral-600);
}

.list-item, .list-item-3, .list-item-17, .list-item-18, .list-item-19 {
  text-align: justify;
}

.safety-blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Safety-first.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wolt-blog-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Wolt-Baner.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.legal-blog-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pravno-copy.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-6 {
  background-color: var(--4-neutral--neutral-600);
}

.read-more-blog {
  color: var(--4-neutral--neutral-500);
}

.slider-navigacija {
  font-family: var(--font--icon);
  color: var(--4-neutral--neutral-500);
  border: 1px solid #000;
  border-radius: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
}

.body-8 {
  background-color: var(--4-neutral--neutral-600);
}

.applications-for {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Applications-for-Everything-You-Need-copy.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.a-glance-at {
  background-image: linear-gradient(#00000080, #00000080), url('../images/A-glance-at.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image, .slika-kartica {
  border-radius: 40px;
}

.kartica-explote-tekst {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.kartica-explore {
  background-color: var(--1-main-colors--white);
  border-radius: 40px;
  padding-bottom: 40px;
}

.text-block-15 {
  color: var(--1-main-colors--paragraph);
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.icon-2 {
  color: var(--1-main-colors--paragraph);
}

.dropdown-list {
  z-index: 1000;
}

.icon-3 {
  color: #888;
  margin-right: 0;
  padding-top: 1px;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #909090;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.dropdown-list-2 {
  background-color: #f8f9fc;
  height: 400px;
  inset: 82px 0% auto;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  width: 100vh;
  position: fixed;
}

.dropdown-icon {
  width: 60px;
  height: 60px;
}

.nav-link-2 {
  color: var(--1-main-colors--paragraph);
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link-2:hover {
  color: var(--3-secondary--primary-900);
}

.nav-link-2.w--current {
  color: #de5000;
  border-bottom: 3px solid #de5000;
}

.dropdown-item-wrapper {
  z-index: 1;
  box-shadow: none;
  background-color: #f7f9fc;
  height: 100%;
  display: flex;
}

.dropdown-toggle-3 {
  padding: 0 18px 0 0;
}

.dropdown-item {
  text-align: center;
  background-color: #f7f9fc;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  pointer-events: auto;
  background-color: #eff1f5;
  justify-content: flex-start;
  align-items: flex-end;
}

.dropdown-link {
  color: #de5000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.blog-kontener {
  flex-flow: row;
  display: flex;
}

.blog-oblaganje {
  border-radius: 0;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.image-3 {
  border-radius: 30px;
  width: 100%;
  max-width: 100%;
  max-height: none;
  padding: 10px;
}

.slika-blog-kartica {
  border-radius: 30px;
  padding: 10px;
}

.h3-blog-kartica {
  font-size: 30px;
}

.blog-ispod-slike {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sekcija-blog-kartice {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.heding-releted {
  text-align: left;
  position: relative;
  bottom: 80px;
}

.faq-naslov {
  color: var(--2-primary--secondary-800);
  text-transform: uppercase;
  font-size: 28px;
}

.baner-blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/BlogEn.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tekst-join {
  text-align: left;
  font-size: 60px;
  position: relative;
  left: auto;
}

.baner-about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/wolt-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.kontrish-2reda {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.sekcija-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-10 {
  background-color: var(--2-primary--secondary-50);
}

.kontakt-baner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/contact.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.posao-baner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PrijavazaposaoSr.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.baner-services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/RentalEn.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-baner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Faq.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.baner-paketi {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PackagesEn.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.kontenjer-servi {
  display: flex;
}

.kontish-hero-main {
  width: 100%;
  max-width: 1720px;
  padding-left: 40px;
  padding-right: 40px;
}

.tabs-menu {
  justify-content: flex-start;
  display: flex;
}

.kotish-tabovi {
  width: 100%;
  max-width: 1280px;
}

.tab-link-tab-1 {
  background-color: var(--2-primary--secondary-600);
  color: var(--1-main-colors--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  width: 50%;
  display: flex;
}

.tab-link-tab-1.w--current {
  border: 0px none var(--1-main-colors--white);
  background-color: var(--2-primary--secondary-800);
  color: var(--1-main-colors--white);
  border-top-left-radius: 10px;
  justify-content: center;
  width: 50%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-2 {
  background-color: var(--2-primary--secondary-600);
  color: var(--1-main-colors--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  width: 50%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-2.w--current {
  background-color: var(--2-primary--secondary-800);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq-heding {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.tabs-content {
  border-right: 1px solid var(--2-primary--secondary-800);
  border-left: 1px solid var(--2-primary--secondary-800);
}

.heading-7 {
  text-align: left;
  padding-bottom: 40px;
}

.div-car {
  background-color: var(--4-neutral--neutral-50);
  padding-top: 20px;
  padding-left: 20px;
}

.cena {
  color: var(--2-primary--secondary-800);
  text-align: left;
  padding-bottom: 40px;
  font-size: 30px;
}

.bold-text-10 {
  text-align: left;
}

.home-form {
  background-color: var(--4-neutral--neutral-600);
  border-radius: 40px;
  padding: 10px 20px;
  box-shadow: 0 2px 5px #0003;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-5 {
  font-size: 8px;
}

.virtual-nav {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f27f26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 9px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-23 {
  flex-flow: row;
  padding-top: 0;
  font-size: 10px;
  display: block;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.primary-button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.primary-button-2.cc-contact-us {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #324044;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-right: 0;
  padding-right: 25px;
  display: flex;
  position: relative;
  right: -32px;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-image {
  max-width: 35%;
  display: block;
}

.navigation-item {
  opacity: .6;
  font-family: var(--font--paragraph);
  color: var(--4-neutral--neutral-700);
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1d2c30;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .bold-text-11, .list-item-25, .bold-text-12 {
  text-align: left;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  text-align: justify;
}

.kontish-cena {
  max-width: 1720px;
}

.list-item-26 {
  text-align: left;
}

.list-item-27 {
  text-align: justify;
}

.list-item-28, .list-item-29 {
  text-align: left;
}

.dropdown-toggle-4 {
  left: 22vh;
  right: auto;
}

.dropdown-list-3 {
  position: relative;
}

.dropdown-list-3.w--open {
  border-radius: 10px;
  position: absolute;
  top: 6vh;
  left: 19.9vh;
  box-shadow: 0 2px 5px #0003;
}

.heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .bold-text-13 {
  text-align: left;
}

.text-block-24 {
  position: static;
  left: auto;
}

.list-item-30, .list-item-31, .list-item-32 {
  text-align: left;
}

.navigation-items-mobile {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.list-item-33, .bold-text-14, .list-item-34, .list-item-35 {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 64px;
  }

  h4 {
    font-weight: 600;
  }

  li {
    font-family: var(--font--paragraph);
  }

  .primary-button {
    background-color: var(--3-secondary--primary-700);
    margin-top: 30px;
    padding: 20px 50px;
  }

  .title-wrapper {
    justify-content: center;
    align-items: center;
  }

  .mask {
    margin-left: 0;
    padding-right: 0;
  }

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

  .blog-thumbnail {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    max-width: 300px;
    height: 257px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .blog-body {
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 40px;
  }

  .blog-card {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .blog-card-title {
    width: 100%;
    max-height: 80px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .main-banner {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#00000038, #00000038), url('../images/TrendJob.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-clip: padding-box;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rich-text-block {
    direction: ltr;
    white-space: normal;
    word-break: normal;
    text-decoration-style: solid;
  }

  .rich-text-block p {
    text-align: left;
  }

  .rich-text-block h4 {
    text-align: center;
  }

  .rich-text-block strong {
    position: static;
  }

  ._18px-text {
    direction: ltr;
    text-align: left;
    word-break: normal;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
  }

  ._18px-text.rich-text-block {
    flex-flow: column;
  }

  .nav-list {
    font-size: 17vh;
    display: flex;
    position: relative;
  }

  .nav-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-family: var(--font--paragraph);
    color: var(--1-main-colors--primary);
    font-size: 18px;
    position: static;
  }

  .container {
    flex-flow: column;
    width: 100%;
    max-width: 1720px;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .container._1600px {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 60px;
    display: block;
    position: relative;
    top: 155px;
  }

  .container.navbar-container {
    border-width: 0;
    left: 0;
    right: 0;
  }

  .nav-menu-wrapper {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding-left: 0;
    font-size: 20px;
    display: block;
    position: static;
    overflow: visible;
  }

  .navbar {
    background-color: var(--4-neutral--neutral-600);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: 1px solid #0000;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-icon-and-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
    top: 10px;
  }

  .nav-menu {
    box-sizing: border-box;
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    text-align: left;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: "Bebas Neue Pro Bf 66 Cf 3 D 7770 Dfe", Times New Roman, sans-serif;
    font-size: 16vh;
    font-weight: 300;
    list-style-type: none;
    display: flex;
    left: auto;
    overflow: visible;
  }

  .site-logo {
    width: 100%;
    max-width: 190px;
  }

  .icon-20px {
    font-family: Icofont, sans-serif;
  }

  .footer-link {
    font-family: var(--font--paragraph);
  }

  .footer-paragraph {
    color: var(--4-neutral--neutral-100);
  }

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

  .image-wrapper-50.float-left {
    justify-content: center;
    align-items: center;
  }

  ._2-column-block {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    position: static;
  }

  ._2-column-block.reverse, ._2-column-block.middle.gap {
    flex-flow: row;
  }

  .page-wrapper {
    background-color: var(--1-main-colors--white);
    padding-left: 0;
  }

  .footer-title {
    border-bottom-color: var(--2-primary--secondary-400);
  }

  .hero-contents {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 700px;
    display: flex;
  }

  .hero-section {
    background-color: #0000;
    background-image: linear-gradient(#0000008f, #ffffff05), url('../images/KurirHero-copy.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100vh;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .slider {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .slider.service {
    background-color: var(--2-primary--secondary-200);
  }

  .slider-arrow {
    justify-content: center;
    align-items: center;
  }

  .service-card-slide {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  ._25 {
    width: 25%;
  }

  .icon-rotate {
    color: var(--3-secondary--primary-500);
  }

  .explore-now-link {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
  }

  .slide-margin-40px {
    margin-right: 20px;
    padding-bottom: 0;
  }

  .container-1756px {
    border-radius: 0;
  }

  .arrow-down {
    border-color: var(--3-secondary--primary-100);
    background-color: var(--2-primary--secondary-800);
    color: var(--1-main-colors--white);
  }

  .page-title {
    max-width: 700px;
  }

  .service-slider-wrapper {
    padding-bottom: 0;
  }

  .section-100px {
    background-color: var(--1-main-colors--white);
    flex-flow: row;
    align-items: baseline;
    padding-bottom: 20px;
    display: flex;
  }

  .faq-wrapper {
    max-width: 1720px;
    margin-right: auto;
    padding-right: 60px;
    position: static;
    box-shadow: 0 2px 5px #0003;
  }

  .image-56px {
    text-align: left;
    width: 100%;
  }

  .field-label {
    text-align: left;
    padding-right: 0;
    display: block;
  }

  .form-wrapper {
    flex-flow: row;
  }

  .application-form-wrapper {
    max-width: 1980px;
    margin-top: 60px;
    display: block;
    box-shadow: 0 2px 5px 1px #0003;
  }

  .contact-card-horizontal {
    position: relative;
    bottom: -100px;
  }

  .appoinment-input.home {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Rukovanje.svg');
    background-position: 10px;
    background-size: 35px;
    background-clip: border-box;
    padding-left: 55px;
  }

  .appoinment-input.location {
    background-image: url('../images/frame_2.svg');
  }

  .button-call-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #0000;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: auto;
    bottom: 11px;
  }

  ._32px-text-600-white {
    color: var(--2-primary--secondary-800);
  }

  ._18px-text-500 {
    text-align: center;
  }

  ._18px-text-500.gap {
    color: var(--2-primary--secondary-800);
    font-size: 30px;
  }

  .white-text {
    color: var(--2-primary--secondary-800);
  }

  .hero-testimonial-image {
    bottom: -25.6vh;
    right: 20px;
  }

  .arc {
    top: 68px;
    right: -13px;
  }

  .serial-number {
    background-color: var(--2-primary--secondary-800);
  }

  .section-rotate-title {
    box-shadow: 5px 2px 5px -3px #0003;
  }

  .section-padding {
    background-color: var(--2-primary--secondary-100);
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-padding.primary-50 {
    overflow: hidden;
  }

  .section-padding.black {
    background-color: var(--2-primary--secondary-50);
    flex-flow: row;
    padding-top: 160px;
    padding-bottom: 160px;
    display: block;
  }

  .section-padding.white {
    background-color: var(--4-neutral--neutral-50);
    padding-top: 160px;
    padding-bottom: 160px;
    overflow: hidden;
  }

  .snippet-56px {
    text-align: left;
    padding-bottom: 49px;
    padding-right: 20px;
    font-size: 20px;
  }

  .space-between-bottom-title-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._18px-text-neutral-400 {
    text-align: justify;
  }

  .button-link-primary {
    flex-flow: row;
    font-weight: 500;
  }

  .button-link-primary.w--current {
    font-weight: 600;
  }

  .explore-image {
    grid-column-gap: 78px;
    grid-row-gap: 78px;
    margin-bottom: 0;
  }

  .solutions-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .image-120px {
    max-width: 120px;
  }

  .image-460px {
    border-radius: 20px;
  }

  .absolute-solution-image {
    bottom: -59px;
    right: -23px;
  }

  .absolute-solution-image.larger {
    bottom: -36px;
  }

  .contents-60 {
    width: 60%;
  }

  .image-640px {
    border-radius: 20px;
  }

  .absolute-left-bottom-607px {
    bottom: -66px;
  }

  ._22px-list-item {
    color: var(--1-main-colors--secondary);
    text-align: left;
  }

  ._18px-text-secondary {
    color: var(--1-main-colors--paragraph);
    text-align: left;
  }

  .process-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .process-image-wrapper {
    padding-bottom: 20px;
  }

  .process-block {
    flex: 0 auto;
    padding: 10px;
  }

  ._18px-text-primary-600 {
    text-align: center;
    width: auto;
    max-width: none;
    padding-right: 0;
    position: static;
  }

  .testimonial-slider {
    padding-left: 60px;
    padding-right: 60px;
    box-shadow: 0 2px 5px #0003;
  }

  .slider-contents {
    max-width: 552px;
  }

  .blog-thumbnail-wrapper {
    vertical-align: baseline;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 20px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .footer-top-bar {
    border: 1px solid var(--2-primary--secondary-300);
  }

  .footer-top-block {
    flex-flow: row;
  }

  .nav-call-wrapper {
    width: 100%;
    display: flex;
  }

  .about-us-image {
    display: inline-block;
    box-shadow: 2px 4px 3px #0003;
  }

  .about-us-text-banner {
    background-color: var(--2-primary--secondary-700);
  }

  ._30px-text {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .contents-no-animation {
    text-align: justify;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow: clip;
  }

  .pricing-background {
    background-color: var(--3-secondary--primary-100);
  }

  .pricing-category {
    background-color: var(--1-main-colors--secondary);
    border-top-style: none;
    border-radius: 30px 0 0 30px;
  }

  .prices {
    color: var(--2-primary--secondary-800);
  }

  .lists-item {
    font-family: var(--font--heading);
    color: var(--3-secondary--primary-700);
    text-align: justify;
    padding-right: 0;
    font-size: 18px;
    list-style-type: disc;
  }

  .pricing-title {
    color: var(--1-main-colors--white);
  }

  .main-image-block {
    padding-left: 100px;
    padding-right: 100px;
  }

  .author-block-wrapper {
    border: 0px solid var(--4-neutral--neutral-100);
    background-color: var(--4-neutral--neutral-600);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 2px 5px #0003;
  }

  .blog-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    font-family: var(--font--heading);
    flex-flow: column;
    display: flex;
  }

  .image-full-size {
    object-position: 50% 50%;
  }

  .hero-text {
    color: var(--2-primary--secondary-300);
    font-size: 100px;
  }

  ._18px-text-white {
    text-align: justify;
    max-width: none;
  }

  ._26px-white {
    font-family: var(--font--heading);
    color: var(--4-neutral--neutral-300);
    white-space: nowrap;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
  }

  .nav-menu-and-logo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    margin-top: auto;
    position: static;
    top: 11px;
  }

  ._22px-text-500 {
    font-family: var(--font--paragraph);
  }

  .contact-wrapper {
    pointer-events: none;
    width: auto;
    position: static;
  }

  .nav-call-wrapper-hide-in-hover {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .service-main-image {
    border-radius: 50px;
  }

  .blog-image-main {
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0 2px 5px #0003;
  }

  .mask-size {
    width: 50%;
    height: auto;
    overflow: visible;
  }

  .nav-border {
    height: auto;
  }

  .social-icon {
    transition-property: none;
  }

  .body {
    background-color: var(--1-main-colors--transparent);
  }

  .appoinment-input-a.home {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Vozilo.svg');
    background-position: 10px;
    background-size: 35px;
    background-clip: border-box;
    padding-left: 55px;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    color: var(--2-primary--secondary-800);
  }

  .text-block-9 {
    color: var(--1-main-colors--black);
  }

  .text-block-10 {
    color: var(--4-neutral--neutral-100);
  }

  .appoinment-input-copy-copy.home {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Paketi.svg');
    background-position: 10px;
    background-size: 35px;
    background-clip: border-box;
    padding-left: 55px;
  }

  .appoinment-input-copy.home {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/Rukovanje.svg');
    background-position: 10px;
    background-size: 35px;
    background-clip: border-box;
    padding-left: 55px;
  }

  .appoinment-input-copy.location {
    background-image: url('../images/frame_2.svg');
  }

  .body-2 {
    background-color: var(--1-main-colors--white);
  }

  .body-3 {
    background-color: var(--4-neutral--neutral-600);
  }

  .heading-2 {
    display: block;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    display: flex;
    position: static;
  }

  .heading-3 {
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
    font-size: 22px;
    display: block;
  }

  .bold-text {
    font-family: var(--font--heading);
    font-size: 18px;
    font-weight: 700;
  }

  .heading-4 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .list, .lista {
    padding-left: 40px;
  }

  .blog-heding-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .blog-heding-3 {
    font-family: var(--font--paragraph);
    text-align: justify;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 22px;
    font-weight: 700;
  }

  .bold-text-2 {
    font-family: var(--font--heading);
    font-size: 18px;
  }

  .body-4, .body-5 {
    background-color: var(--4-neutral--neutral-600);
  }

  .list-item {
    font-family: var(--font--heading);
    font-size: 18px;
  }

  .list-item-2 {
    font-family: var(--font--heading);
    text-align: justify;
    font-size: 18px;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    font-family: var(--font--heading);
    font-size: 18px;
  }

  .list-item-8 {
    font-family: var(--font--heading);
    text-align: justify;
    font-size: 18px;
  }

  .list-item-9, .list-item-10, .list-item-11 {
    font-family: var(--font--heading);
    font-size: 18px;
  }

  .list-item-12 {
    font-family: var(--font--heading);
    text-align: justify;
    font-size: 18px;
  }

  .paragraph-2 {
    font-family: var(--font--heading);
  }

  .list-item-13 {
    font-family: var(--font--heading);
    font-size: 18px;
  }

  .list-item-14 {
    font-family: var(--font--heading);
    text-align: justify;
    font-size: 18px;
  }

  .list-item-15, .list-item-16 {
    font-family: var(--font--heading);
    font-size: 18px;
  }

  .list-item-17 {
    font-family: var(--font--heading);
    font-size: 18px;
    list-style-type: disc;
  }

  .list-item-18, .list-item-19 {
    font-family: var(--font--heading);
    font-size: 18px;
  }

  .safety-blog {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Safety-first.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .wolt-blog-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Wolt-Baner.jpeg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .legal-blog-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pravno-copy.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .body-6 {
    background-color: var(--4-neutral--neutral-600);
  }

  .key-steps {
    font-family: var(--font--heading);
    padding-left: 40px;
    font-size: 18px;
    list-style-type: decimal;
  }

  .bold-text-3 {
    font-family: var(--font--heading);
    font-size: 18px;
  }

  .text-span {
    color: var(--1-main-colors--secondary);
  }

  .bold-text-4 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bold-text-5 {
    text-align: left;
    vertical-align: baseline;
    flex-flow: row;
    display: inline;
    position: static;
  }

  .read-more-blog {
    color: var(--3-secondary--primary-600);
  }

  .mask-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon {
    font-family: var(--font--icon);
  }

  .text-block-11 {
    font-family: var(--font--icon);
    color: var(--1-main-colors--black);
    border: 1px solid #000;
    border-radius: 100%;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-12 {
    font-family: var(--font--icon);
    color: var(--1-main-colors--black);
    border: 1px solid #000;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .slider-navigacija {
    pointer-events: auto;
    font-family: var(--font--icon);
    color: var(--1-main-colors--black);
    background-color: #ffffffb5;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .container-2 {
    overflow: visible;
  }

  .body-7, .body-8 {
    background-color: var(--4-neutral--neutral-600);
  }

  .applications-for {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Applications-for-Everything-You-Need-copy.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .a-glance-at {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A-glance-at.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image {
    border-radius: 40px;
    margin-top: -21px;
    margin-bottom: 0;
    padding: 0 10px 10px;
  }

  .div-block-2 {
    padding-bottom: 40px;
  }

  .div-block-3 {
    background-color: var(--1-main-colors--transparent);
  }

  .kartica-explore {
    box-shadow: 0 2px 5px #0003;
  }

  .slajder-wrap-blog {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .dropdown {
    width: auto;
  }

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

  .dropdown-2 {
    display: flex;
  }

  .dropdown-3 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 1vh;
    display: flex;
    position: relative;
  }

  .dropdown-toggle {
    padding: 0;
    display: block;
  }

  .text-block-14 {
    font-size: 1vh;
  }

  .dropdown-4 {
    font-size: 1vh;
    display: block;
    position: relative;
  }

  .dropdown-4:hover {
    display: block;
  }

  .dropdown-toggle-2 {
    font-family: var(--font--paragraph);
    vertical-align: baseline;
    justify-content: center;
    align-items: stretch;
    padding: 0 40px 0 0;
    font-size: 17px;
    font-weight: 700;
    display: flex;
  }

  .text-block-15 {
    color: var(--1-main-colors--primary);
    line-height: 30px;
  }

  .icon-2 {
    color: var(--3-secondary--primary-700);
  }

  .dropdown-list {
    z-index: 0;
    clear: none;
    overflow-wrap: normal;
    background-color: #fff;
    width: auto;
    height: auto;
    display: block;
    position: static;
    inset: auto 0% auto auto;
    overflow: visible;
  }

  .dropdown-list.w--open {
    inset: auto 0 auto 0%;
  }

  .container-3 {
    background-color: #fff;
    width: 100vh;
    height: 50vh;
    position: absolute;
    inset: 0%;
    overflow: auto;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  .dropdown-blog {
    display: block;
  }

  .dropdown-blog.w--open {
    display: flex;
    position: static;
  }

  .container-4 {
    flex: 1;
    align-self: center;
    width: 100px;
    height: 100px;
  }

  .icon-3 {
    font-size: 1vh;
  }

  .nav-point-wrapper.dropdown {
    justify-content: flex-start;
    align-items: stretch;
    font-size: 30px;
    line-height: 30px;
    display: flex;
  }

  .dropdown-list-2 {
    background-color: var(--4-neutral--neutral-600);
    border: 1px dashed #000;
    border-bottom-style: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    top: 114px;
  }

  .dropdown-list-2.w--open {
    border-style: none;
    border-width: 0;
    height: 37vh;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
    display: block;
    top: 95px;
  }

  .nav-link-2 {
    color: var(--1-main-colors--primary);
    line-height: 15px;
  }

  .nav-link-2:hover {
    color: var(--4-neutral--neutral-500);
  }

  .dropdown-item-wrapper {
    text-transform: capitalize;
    background-color: #fff;
  }

  .dropdown-toggle-3 {
    padding-right: 20px;
    font-size: 30vh;
    display: inline-block;
  }

  .slika-drop-blog-menu {
    padding: 10px;
  }

  .image-2 {
    border-radius: 40px;
  }

  .text-block-16 {
    text-align: left;
    text-transform: none;
    word-break: normal;
    font-size: 10px;
    line-height: 23px;
  }

  .mege-blog-naslov {
    text-align: left;
    font-size: 30px;
  }

  .bold-text-6 {
    line-height: 10px;
  }

  .text-block-17 {
    margin-bottom: auto;
    padding: 10px;
    font-size: 30px;
  }

  .link {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

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

  .blog-kontener {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .blog-oblaganje {
    border-radius: 0;
    padding: 0;
  }

  .body-9 {
    background-color: var(--4-neutral--neutral-600);
  }

  .text-block-18, .text-block-19, .text-block-20 {
    padding-left: 10px;
  }

  .image-3 {
    width: auto;
    max-width: none;
    max-height: 225px;
  }

  .slika-blog-kartica {
    text-align: left;
    border-radius: 40px;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .h3-blog-kartica {
    text-align: left;
  }

  .sekcija-blog-kartice {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .bold-text-7 {
    text-align: left;
  }

  .heading-5 {
    color: var(--1-main-colors--white);
    text-shadow: 3px 2px 1px #0003;
    position: relative;
    top: auto;
    bottom: 100px;
  }

  .heding-releted {
    color: var(--3-secondary--primary-800);
    text-transform: uppercase;
    overflow-wrap: normal;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.1;
    display: flex;
    position: relative;
    bottom: 100px;
  }

  .heading-6 {
    text-align: left;
    justify-content: center;
    display: block;
  }

  .tekst-join {
    text-align: left;
    left: auto;
  }

  .baner-about {
    background-image: linear-gradient(#00000080, #00000080), url('../images/premium.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sekcija-100px {
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .body-10 {
    background-color: var(--4-neutral--neutral-50);
  }

  .kontakt-baner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/contact.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .code-embed {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    padding-left: 140px;
    padding-right: 140px;
    display: block;
  }

  .mapa-div {
    padding-left: 0;
    padding-right: 0;
  }

  .posao-baner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/wolt-start.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .baner-services {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hostel.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2 {
    background-image: url('../images/Faq.webp');
    background-position: 0%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-baner {
    background-image: url('../images/Faq.webp');
    background-position: 50%;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .baner-paketi {
    background-image: linear-gradient(#00000080, #00000080), url('../images/wolt-2.webp');
    background-position: 0 0, 0%;
    background-size: auto, auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sekcija-servi {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: stretch;
    place-items: stretch start;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .kontenjer-servi {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
    inset: auto auto 0% 0%;
  }

  .kontish-hero-main {
    width: 100%;
    max-width: 1720px;
  }

  .tabs-menu {
    border-bottom: 1px solid var(--2-primary--secondary-800);
    justify-content: flex-start;
    display: flex;
  }

  .kotish-tabovi {
    width: 100%;
    max-width: 1720px;
    display: block;
  }

  .tab-link-tab-1 {
    background-color: var(--2-primary--secondary-400);
    color: var(--1-main-colors--white);
    -webkit-text-stroke-color: var(--1-main-colors--white);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    width: 50%;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--2-primary--secondary-800);
    color: var(--11-dugme);
    border-top-left-radius: 10px;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  .tab-link-tab-2 {
    background-color: var(--2-primary--secondary-500);
    color: var(--1-main-colors--white);
    border-top-right-radius: 10px;
    justify-content: center;
    width: 50%;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--2-primary--secondary-800);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .text-block-21, .bold-text-9 {
    text-transform: uppercase;
  }

  .faq-heding {
    text-align: left;
    padding: 60px 0 60px 20px;
  }

  .tabs-content {
    border-right: 1px solid var(--2-primary--secondary-800);
    border-left: 1px solid var(--2-primary--secondary-800);
    background-color: var(--1-main-colors--white);
  }

  .heading-7 {
    text-align: left;
    padding-bottom: 60px;
  }

  .div-car {
    background-color: var(--4-neutral--neutral-50);
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 0;
  }

  .cena {
    color: var(--2-primary--secondary-800);
    text-align: left;
    padding-bottom: 60px;
    font-size: 32px;
    font-weight: 700;
  }

  .bold-text-10 {
    font-size: 52px;
    display: block;
  }

  .home-form {
    background-color: var(--4-neutral--neutral-600);
    border-radius: 40px;
    max-width: 980px;
    padding: 10px 40px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-23 {
    padding-top: 5px;
  }

  .logo-link {
    padding-left: 0;
  }

  .primary-button-2 {
    background-color: #f27f26;
    border-radius: 20px;
    font-weight: 700;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .primary-button-2.cc-contact-us {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .logo-image {
    max-width: 45%;
  }

  .navigation-item {
    color: #1d2c30;
  }

  .body-11 {
    background-color: var(--1-main-colors--white);
  }

  .list-item-20, .list-item-21 {
    text-align: left;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: justify;
  }

  .body-12, .body-13, .body-14, .body-15 {
    background-color: var(--1-main-colors--white);
  }

  .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19 {
    text-align: left;
  }

  .body-16, .body-17 {
    background-color: var(--1-main-colors--white);
  }
}

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

  h2 {
    font-size: 60px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .primary-button._700 {
    background-color: var(--2-primary--secondary-700);
  }

  .contents {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
  }

  .contents._640 {
    max-width: none;
  }

  .heading {
    margin-left: 0;
    padding-left: 0;
  }

  .blog-body {
    align-items: flex-start;
    padding-left: 10px;
  }

  .blog-card {
    height: 440px;
  }

  .blog-card-title {
    max-height: none;
  }

  .main-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .breadcrumb-block {
    justify-content: center;
    align-items: center;
  }

  .section-60px {
    z-index: 1;
  }

  .sidebar, .featured-blogs {
    max-width: none;
  }

  .featured-image {
    max-width: 200px;
  }

  .main-block {
    min-width: auto;
  }

  .nav-list {
    border: 0 solid #f8f8f8;
  }

  .nav-link, .nav-link.w--current {
    color: var(--1-main-colors--white);
    font-size: 35px;
    line-height: 35px;
  }

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

  .container.footer-container {
    flex-flow: column;
  }

  .container._1600px {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .container.navbar-container {
    border-width: 0;
    width: 100%;
    max-width: none;
    padding-bottom: 0;
    position: static;
  }

  .nav-menu-wrapper {
    aspect-ratio: auto;
    background-color: var(--1-main-colors--transparent);
    opacity: 1;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    object-fit: fill;
    background-image: linear-gradient(#00000080, #00000080);
    border: 0 solid #1a1a1aa8;
    flex-direction: row;
    width: auto;
    min-width: auto;
    height: 100vh;
    margin-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .dropdown-options {
    padding-top: 30px;
    display: none;
    position: static;
  }

  .dropdown-options.w--open {
    z-index: 2;
    position: static;
  }

  .nav-button-list {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .navbar {
    background-color: var(--1-main-colors--white);
    align-items: center;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 10px 0;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .navbar-wrapper {
    width: 100%;
    margin-top: 10px;
    position: static;
  }

  .nav-menu {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-height: none;
    padding: 60px 0 50px 38px;
  }

  .site-logo {
    width: 100%;
    max-width: 100px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .site-logo-wrapper.w--current {
    max-width: 70%;
  }

  .nav-link-dropdown {
    flex-flow: column;
    display: flex;
  }

  .nav-dropdown-contents-fastfood {
    padding-left: 40px;
    padding-right: 66px;
  }

  ._2-column-block-top {
    flex-flow: column;
  }

  ._2-column-block-top.reverse {
    flex-flow: wrap-reverse;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .footer-block {
    width: 100%;
    max-width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-block._1st-block {
    border-bottom: 1px solid var(--4-neutral--neutral-400);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-link {
    font-family: var(--font--paragraph);
  }

  .newsletter-form-white-bg {
    max-width: none;
  }

  .footer-wrapper {
    border-bottom-color: #c3c3c3;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section.bottom {
    margin-top: 100px;
  }

  .vertical-left-top._20px-gap {
    color: var(--1-main-colors--secondary);
  }

  ._3-column-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-50 {
    width: 100%;
  }

  .image-wrapper-50._560px {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-wrapper-50.float-left {
    justify-content: center;
    align-items: center;
  }

  ._2-column-block {
    flex-flow: column;
    align-items: flex-start;
    max-width: none;
  }

  ._2-column-block.reverse {
    grid-row-gap: 100px;
    flex-flow: wrap-reverse;
  }

  ._2-column-block.middle.gap {
    grid-row-gap: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-wrapper-50-slide-from-right, .image-wrapper-50-slide-from-left {
    width: auto;
  }

  .contents-slide-from-bottom {
    width: 100%;
  }

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

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

  .menu-icon_line-top {
    background-color: var(--1-main-colors--paragraph);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--1-main-colors--paragraph);
    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-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .hero-contents {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    top: 28.6vh;
    overflow: hidden;
  }

  .hero-section {
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 40px;
  }

  .hero-column {
    flex-flow: column;
    align-items: flex-start;
  }

  .service-card-slide {
    height: 100%;
  }

  ._25 {
    width: 49%;
  }

  ._32px-text-link {
    font-size: 30px;
  }

  .service-thumbnail._240 {
    height: auto;
  }

  .right-float-paragraph-block {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .dropdown-menu-white {
    align-items: stretch;
  }

  .dropdown-switch-white {
    font-size: 20px;
    line-height: 26px;
  }

  .page-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 62px;
  }

  .vertical-center-align-40px-gap-460px {
    max-width: none;
  }

  .section-100px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .service-sidebar {
    max-width: none;
    padding: 0;
    position: static;
  }

  .contact-us-banner {
    padding-left: 66px;
    padding-right: 66px;
  }

  .application-form-wrapper {
    width: 100%;
    margin-top: 57px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
  }

  .contact-card-horizontal {
    max-width: none;
    padding: 35px;
  }

  .button-call-info-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border: 0 solid #000;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    margin-top: auto;
  }

  ._18px-text-500 {
    display: block;
  }

  .hero-testimonial-image {
    vertical-align: baseline;
    max-width: 181px;
    display: block;
    position: relative;
    bottom: 10.5vh;
    left: 37.6vh;
    right: 0;
    overflow: hidden;
  }

  .arc {
    top: 51px;
  }

  .serial-number {
    background-color: var(--2-primary--secondary-800);
  }

  .mt-80px-bb-62px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .about-heading {
    transform: none;
  }

  .section-rotate-title {
    text-align: left;
    padding: 16px 2px;
    right: 5px;
  }

  .section-rotate-title.left {
    left: 5px;
  }

  .section-title-text {
    font-size: 24px;
    line-height: 30px;
  }

  .section-padding, .section-padding.primary-50, .section-padding.black {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-padding.white {
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
  }

  .space-between-bottom-title-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._18px-text-neutral-400 {
    margin-left: 0;
  }

  .dashed-border-image {
    width: 66%;
  }

  .explore-image {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .solutions-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .profile-card-wrapper {
    height: auto;
  }

  .image-120px {
    max-width: 120px;
  }

  .absolute-solution-image {
    height: 546px;
    bottom: -48px;
    right: -61px;
  }

  .contents-60 {
    width: 100%;
  }

  ._780px {
    padding-right: 20px;
  }

  .absolute-left-bottom-607px {
    bottom: -39px;
    left: -1%;
  }

  .process-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
    display: grid;
  }

  .process-image-wrapper {
    flex-flow: row;
    display: flex;
  }

  .process-image {
    padding-top: 0;
    padding-bottom: 0;
    overflow: clip;
  }

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

  .image-142px {
    margin-left: auto;
    margin-right: auto;
  }

  .image-142px.hide-in-portrait {
    display: none;
  }

  .testimonial-slider {
    width: 100%;
  }

  .slider-contents {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer-top-block {
    flex-flow: column;
  }

  .breadcrumb-title {
    text-align: left;
    right: 5px;
  }

  .about-us-text-banner {
    background-color: var(--2-primary--secondary-800);
    color: var(--11-dugme);
  }

  .flex-block {
    flex-flow: wrap;
  }

  .video-about {
    min-height: 600px;
    margin-left: 0;
  }

  .contents-no-animation {
    width: 100%;
  }

  .pricing-contents {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .pricing-contents.bottom-margin {
    flex-flow: column;
  }

  .pricing-title {
    font-size: 32px;
  }

  .texts-size {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .full-width-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .full-width-100 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .license-main-text {
    text-align: center;
    max-width: 562px;
  }

  ._2-columns-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._220px-height {
    height: auto;
  }

  .content-wrapper-verticle {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .author-block-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  ._18px-text-white {
    max-width: none;
  }

  .nav-menu-and-logo-wrapper {
    justify-content: flex-start;
  }

  .content-wrapper-horizontal {
    flex-flow: column;
  }

  .contact-wrapper {
    display: none;
  }

  .changelog-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 27px;
  }

  .mask-size {
    width: 49%;
    max-width: none;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    color: var(--2-primary--secondary-800);
  }

  .safety-blog {
    background-position: 0 0, 50%;
  }

  .legal-blog-hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pravno-copy.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .a-glance-at {
    background-image: linear-gradient(#00000080, #00000080), url('../images/A-glance-at.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .nav-link-2.w--current {
    padding-bottom: 2px;
  }

  .sekcija-blog-kartice {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .heding-releted {
    bottom: 100px;
  }

  .kontrish-2reda {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .body-10 {
    background-color: var(--4-neutral--neutral-50);
  }

  .sekcija-servi {
    grid-template-columns: 1fr;
  }

  .kontish-hero-main {
    justify-content: center;
    max-width: 1720px;
    display: block;
  }

  .div-car {
    padding-bottom: 20px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu-icon {
    display: block;
  }

  .virtual-nav {
    box-shadow: none;
    color: #1d2c30;
    text-align: center;
    background-color: #fff0;
    transition-property: none;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-button {
    padding: 0;
  }

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

  .primary-button-2 {
    background-color: #1d2c30;
    justify-content: center;
  }

  .primary-button-2.cc-contact-us {
    display: none;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .logo-image {
    max-width: 15%;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items-mobile {
    background-color: #fff;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 24px;
  }

  .primary-button {
    padding: 12px 36px;
    font-size: 24px;
  }

  .primary-button._700 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contents {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contents.full {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading {
    padding-left: 40px;
  }

  .blog-thumbnail {
    max-width: 550px;
    height: 300px;
    padding: 0;
  }

  .blog-card {
    background-color: var(--1-main-colors--transparent);
    border-radius: 0;
    max-width: none;
    height: 500px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .main-banner {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .featured-blogs {
    max-width: 480px;
  }

  .rich-text-block p {
    font-size: 16px;
    line-height: 26px;
  }

  .rich-text-block h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-block strong {
    font-size: 18px;
    line-height: 30px;
  }

  ._18px-text {
    padding-left: 0;
  }

  .changelog-section {
    margin-top: 40px;
    margin-bottom: 200px;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container._1600px {
    top: 200px;
  }

  .container.navbar-container {
    padding-left: 20px;
  }

  .nav-menu-wrapper {
    z-index: 1;
    filter: none;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
  }

  .navbar {
    width: 100%;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 10px;
  }

  .nav-menu {
    border-radius: 0;
  }

  .footer-block {
    width: 100%;
  }

  .footer-block._1st-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .footer-bottom {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .footer-copyright {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }

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

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

  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section.bottom {
    margin-top: 100px;
  }

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

  ._2-column-block {
    align-items: center;
  }

  ._24px-text-600 {
    font-size: 22px;
    line-height: 34px;
  }

  .menu-icon_line-top, .menu-icon_line-middle, .menu-icon_line-bottom {
    background-color: var(--1-main-colors--paragraph);
  }

  .horizontal-left-center-60px-gap.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-icon-topbar {
    display: none;
  }

  .hero-section {
    background-position: 0 0, 50%;
    height: 80vh;
    padding-top: 80px;
  }

  ._25 {
    width: 100%;
    max-width: none;
  }

  .explore-now-link {
    margin-right: 20px;
    padding-right: 0;
  }

  .slide-margin-40px {
    margin-right: 60px;
  }

  .container-1756px {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 17561px;
  }

  .dropdown-switch-white {
    justify-content: space-between;
    align-items: flex-start;
  }

  .dropdown-text-padding-30px {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-title-block {
    font-size: 18px;
    line-height: 28px;
  }

  .page-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
  }

  .section-100px {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-sidebar {
    padding: 0;
  }

  .contact-us-banner {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-wrapper {
    flex-flow: column;
  }

  .horizontal-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .margin-bottom-80px {
    margin-bottom: 50px;
  }

  .appoinment-input.home {
    background-image: url('../images/Rukovanje.svg');
  }

  .button-call-info-wrapper {
    max-width: 249px;
    padding-left: 20px;
  }

  .hero-testimonial-image {
    max-width: 154px;
    bottom: -88px;
  }

  .arc {
    max-width: 130px;
    height: 130px;
    top: 33px;
  }

  .image-65px {
    max-width: 45px;
  }

  .section-rotate-title {
    font-size: 26px;
    line-height: 36px;
  }

  .section-padding, .section-padding.primary-50 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-padding.black {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .section-padding.white {
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
  }

  .space-between-bottom-title-block {
    margin-bottom: 60px;
  }

  .dashed-border-image {
    width: 50%;
  }

  .solutions-wrapper {
    padding: 25px;
  }

  .absolute-solution-image {
    right: -26px;
  }

  .absolute-solution-image.larger {
    height: 482px;
    bottom: -33px;
    right: -68px;
  }

  ._22px-list-item {
    font-size: 16px;
    line-height: 26px;
  }

  .process-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: start center;
    display: grid;
  }

  .process-image-wrapper {
    border-width: 2px;
  }

  .process-block {
    width: 70%;
    min-width: 200px;
  }

  .testimonial-slider {
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .slider-contents {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-thumbnail-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-link-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .breadcrumb-title {
    font-size: 26px;
    line-height: 36px;
  }

  .about-us-image {
    border-radius: 40px;
  }

  .about-us-contents {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
  }

  ._30px-text {
    font-size: 36px;
    line-height: 50px;
  }

  .video-about {
    max-width: none;
    min-height: auto;
  }

  .pricing-background {
    flex-flow: column;
  }

  .pricing-category {
    border-bottom: 1px solid var(--4-neutral--neutral-50);
    border-right-width: 0;
    max-width: 700px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .pricing-background-with-border {
    flex-flow: column;
  }

  .tems-and-conditions-texts {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  ._22px-text-blod-600 {
    font-size: 20px;
    line-height: 30px;
  }

  .color-name {
    font-size: 18px;
  }

  .texts-size {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .full-width-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  ._18-px-title {
    font-size: 16px;
    line-height: 24px;
  }

  .typography-style-guide {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    display: flex;
  }

  .content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 27px;
  }

  .full-width-100 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .content-wrapper-verticle {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .author-block-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .list-items-texts-border {
    margin-bottom: 60px;
  }

  .changelog-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .service-main-image {
    height: auto;
  }

  .blog-slider {
    background-color: var(--1-main-colors--white);
    border-radius: 20px;
    max-width: 90%;
    padding: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .mask-size {
    width: 100%;
    max-width: none;
  }

  .appoinment-input-a.home, .appoinment-input-copy-copy.home {
    background-image: url('../images/Vozilo.svg');
  }

  .appoinment-input-copy.home {
    background-image: url('../images/Rukovanje.svg');
  }

  .read-more-blog {
    padding-right: 10px;
  }

  .nav-link-2 {
    font-size: 6vw;
  }

  .heding-releted {
    padding-left: 20px;
    padding-right: 0;
    bottom: 80px;
  }

  .tekst-join {
    padding-left: 40px;
    overflow: hidden;
  }

  .join-brojanje {
    padding-left: 40px;
  }

  .tab-link-tab-1 {
    background-color: var(--2-primary--secondary-600);
    color: var(--1-main-colors--white);
    border-top-left-radius: 10px;
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--2-primary--secondary-800);
  }

  .job-forma {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .jobapp-wrapper {
    width: 100%;
    max-width: 590px;
  }

  .navigation-items {
    position: relative;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-wrap {
    width: 100%;
  }

  .logo-image {
    max-width: 25%;
  }

  .navigation-items-mobile {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 50px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .button-text-wrapper {
    height: 30px;
  }

  .primary-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .primary-button._700 {
    line-height: 30px;
  }

  .mask.related-post {
    max-width: none;
    height: auto;
  }

  .blog-thumbnail {
    vertical-align: super;
    padding-right: 0;
  }

  .blog-body {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card-title {
    font-size: 25px;
    line-height: 25px;
  }

  .main-banner {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .breadcrumb-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 60px;
    padding-top: 0;
    display: flex;
  }

  .section-60px {
    margin-top: 60px;
  }

  .featured-blogs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .featured-image {
    max-width: none;
  }

  .tag-button {
    font-size: 14px;
    line-height: 22px;
  }

  .rich-text-block h4 {
    margin-top: 20px;
  }

  ._18px-text {
    padding-right: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  ._18px-text.line-break {
    font-size: 16px;
    line-height: 28px;
  }

  .utility-page-wrap {
    padding-top: 50%;
  }

  .changelog-section {
    margin-bottom: 100px;
  }

  .nav-list {
    border-bottom-style: none;
  }

  .nav-link.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    align-items: center;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.navbar-container {
    border-width: 0;
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    z-index: 2;
    min-width: 260px;
    height: 100vh;
  }

  .dropdown-options {
    right: -84.7031px;
  }

  .nav-button-list {
    padding-left: 0;
  }

  .navbar {
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: auto;
    bottom: auto;
  }

  .nav-icon-and-text-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .navbar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    padding-top: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .site-logo {
    width: 100%;
    max-width: 174px;
    max-height: 45px;
  }

  .nav-list-for-dropdown {
    border-bottom-style: none;
  }

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

  .footer-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .newletter-button {
    border-radius: var(--6-radius--l);
    min-height: 60px;
    position: static;
  }

  .footer-link {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    text-align: center;
  }

  .newletter-input-white-bg {
    min-height: 60px;
  }

  .newsletter-wrapper {
    margin-top: 0;
  }

  .footer-paragraph {
    font-size: 14px;
  }

  .absolute-border {
    top: -24%;
  }

  .section {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  ._2-column-block {
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  ._2-column-block.reverse {
    grid-column-gap: 78px;
    grid-row-gap: 78px;
  }

  ._2-column-block.middle.gap {
    grid-column-gap: 30px;
  }

  .hamburger-bars {
    z-index: 100;
    background-color: var(--1-main-colors--transparent);
    display: block;
    position: fixed;
    top: 1.4vh;
    right: 2vh;
  }

  .menu-icon_line-top {
    background-color: var(--1-main-colors--border);
  }

  .menu-icon_line-middle {
    background-color: var(--1-main-colors--paragraph);
    color: var(--1-main-colors--paragraph);
    position: sticky;
  }

  .menu-icon_line-bottom {
    background-color: var(--1-main-colors--paragraph);
  }

  .top-header {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }

  .horizontal-left-center-60px-gap.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-contents {
    flex-flow: column;
    align-items: flex-start;
    max-width: none;
    margin-top: 30.1vh;
    display: flex;
    overflow: visible;
  }

  .hero-section {
    background-position: 0 0, 42%;
    background-size: auto, cover;
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 10px;
  }

  ._52px-icon-wrapper {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
  }

  .slider-arrow {
    justify-content: flex-end;
    align-items: center;
    margin-top: -24px;
    top: -14%;
  }

  .slider-arrow.right {
    justify-content: flex-start;
    align-items: center;
  }

  .service-card-slide {
    padding: 20px;
  }

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

  .container-1756px {
    align-items: center;
    display: block;
  }

  .dropdown-menu-white {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .dropdown-switch-white {
    justify-content: space-between;
  }

  .dropdown-contents {
    font-size: 14px;
    line-height: 24px;
  }

  .dropdown-text-padding-30px {
    padding: 20px 15px;
  }

  .dropdown-title-block {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 30px;
  }

  .page-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .vertical-center-align-40px-gap-460px {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .section-100px {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .service-sidebar {
    padding: 0;
  }

  .contact-us-banner {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding: 40px 35px;
  }

  .faq-wrapper {
    border-radius: 30px;
    padding: 19px 14px;
  }

  .contact-card {
    padding: 40px;
  }

  .field-label {
    font-size: 17px;
    line-height: 29px;
  }

  .form-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .send-button {
    width: 100%;
    min-height: 66px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .application-form-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 1920px;
    padding: 30px 10px;
  }

  .horizontal-flex, .form-block-60px {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .input-64px {
    padding-left: 25px;
  }

  .contact-card-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    padding: 30px;
  }

  .appoinment-input.name, .appoinment-input.email, .appoinment-input.call, .appoinment-input.location, .appoinment-input.date, .appoinment-input.time {
    background-size: 20px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .appoinment-input._160px {
    background-color: var(--1-main-colors--white);
  }

  .appoinment-input.home, .appoinment-input.time, .appoinment-input.location {
    background-size: 20px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .send-button-primary {
    padding: 13px 30px;
    font-size: 24px;
  }

  .send-button-primary:hover {
    background-color: var(--1-main-colors--black);
  }

  .button-call-info-wrapper {
    max-width: 41px;
    position: relative;
  }

  ._22px-text-700 {
    font-size: 18px;
    line-height: 28px;
  }

  .white-text {
    line-height: 40px;
  }

  .hero-testimonial-image {
    display: none;
    bottom: 0;
  }

  .arc {
    display: none;
    inset: -10% 0% auto auto;
  }

  .arc.static {
    display: flex;
  }

  .mt-80px-bb-62px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-rotate-title {
    font-size: 24px;
    display: none;
    top: -22px;
  }

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

  .section-padding.black {
    grid-template-columns: 1fr;
  }

  .snippet-56px {
    display: flex;
  }

  .dashed-border-image {
    display: none;
  }

  .solutions-wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .absolute-solution-image {
    bottom: -133px;
    right: -13px;
  }

  .absolute-solution-image.larger {
    height: 295px;
    bottom: -16px;
    right: -25px;
  }

  .absolute-left-bottom-607px {
    bottom: -26px;
  }

  ._22px-list-item {
    color: var(--2-primary--secondary-800);
    font-size: 15px;
  }

  .process-grid {
    grid-template-columns: 2fr;
  }

  .image-142px {
    display: none;
  }

  .testimonial-slider {
    background-size: 110px;
    border-radius: 40px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slider-tabs {
    display: none;
  }

  .testimonial-thumbnail {
    height: 241px;
  }

  .testimonial-thumbnail-wrapper {
    border-radius: 40px;
  }

  .blog-thumbnail-wrapper {
    border-radius: 10px;
    padding: 0;
  }

  .input-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-link-wrapper {
    grid-column-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-2-col-wrapper {
    flex-flow: column;
  }

  .footer-link-18px {
    font-size: 15px;
  }

  .footer-top-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hide-from-mobile-portrait {
    display: none;
  }

  .breadcrumb-title {
    font-size: 24px;
    top: -22px;
  }

  .about-us-text-banner {
    border-radius: 16px;
    max-width: none;
    padding: 8px;
    font-size: 36px;
    line-height: 46px;
  }

  ._30px-text {
    padding-top: 20px;
    padding-left: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .video-about {
    border-radius: 30px;
    max-width: 267px;
    height: 322px;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .image-104px {
    max-width: 50px;
  }

  .pricing-category, .pricing-contents, .pricing-contents.bottom-margin {
    padding: 25px;
  }

  .prices {
    font-size: 30px;
  }

  .lists-item {
    font-size: 16px;
    line-height: 28px;
  }

  .pricing-title {
    font-size: 30px;
    line-height: 40px;
  }

  ._22px-text-blod-600 {
    font-size: 18px;
    line-height: 30px;
  }

  .color-box {
    width: 120px;
    height: 120px;
  }

  .typography-style-guide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 22px;
  }

  .content-wrapper {
    padding: 20px;
  }

  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .license-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-title {
    font-size: 30px;
  }

  .content-wrapper-verticle {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrapper-verticle.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .author-block-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px;
  }

  .hero-text {
    line-height: 40px;
  }

  ._18px-text-white {
    font-size: 16px;
    line-height: 28px;
  }

  .nav-menu-and-logo-wrapper {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .list-items-texts-border {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._26px-text-green-bg {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-details, .contact-details.gap {
    flex-flow: column;
  }

  ._22px-text-500 {
    font-size: 18px;
    line-height: 28px;
  }

  .changelog-wrapper {
    padding: 20px;
  }

  .service-main-image {
    border-radius: 0;
  }

  .blog-slider {
    max-width: 98%;
    margin-top: 27px;
  }

  .slider-arrow-main {
    justify-content: flex-end;
    align-items: center;
    top: -26%;
  }

  .slider-arrow-main.right {
    justify-content: flex-start;
    align-items: center;
  }

  ._42px-text {
    font-size: 35px;
    line-height: 40px;
  }

  .appoinment-input-a.name, .appoinment-input-a.email, .appoinment-input-a.call, .appoinment-input-a.location, .appoinment-input-a.date, .appoinment-input-a.time, .appoinment-input-a.home, .appoinment-input-a.time, .appoinment-input-a.location {
    background-size: 20px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 24px;
  }

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

  .appoinment-input-copy-copy.name, .appoinment-input-copy-copy.email, .appoinment-input-copy-copy.call, .appoinment-input-copy-copy.location, .appoinment-input-copy-copy.date, .appoinment-input-copy-copy.time, .appoinment-input-copy-copy.home, .appoinment-input-copy-copy.time, .appoinment-input-copy-copy.location, .appoinment-input-copy.name, .appoinment-input-copy.email, .appoinment-input-copy.call, .appoinment-input-copy.location, .appoinment-input-copy.date, .appoinment-input-copy.time, .appoinment-input-copy.home, .appoinment-input-copy.time, .appoinment-input-copy.location, .appoinment-input-copy.name, .appoinment-input-copy.email, .appoinment-input-copy.call, .appoinment-input-copy.location, .appoinment-input-copy.date, .appoinment-input-copy.time, .appoinment-input-copy.home, .appoinment-input-copy.time, .appoinment-input-copy.location {
    background-size: 20px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .blog-heding-4 {
    padding-left: 5px;
    font-size: 22px;
  }

  .blog-heding-3 {
    padding-left: 0;
    font-size: 20px;
  }

  .bold-text-2 {
    font-family: var(--font--heading);
  }

  .paragraph {
    font-size: 18px;
  }

  .safety-blog, .legal-blog-hero {
    background-size: auto, cover;
  }

  .read-more-blog {
    font-size: 20px;
  }

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

  .slika-kartica {
    border-radius: 20px;
  }

  .kartica-explote-tekst {
    padding-top: 20px;
  }

  .kartica-explore {
    padding-bottom: 0;
  }

  .nav-link-2 {
    font-size: 7vw;
  }

  .blog-oblaganje {
    padding: 0;
  }

  .slika-blog-kartica {
    padding: 5px;
  }

  .h3-blog-kartica {
    font-size: 25px;
  }

  .sekcija-blog-kartice {
    padding: 10px;
  }

  .bold-text-7 {
    text-align: justify;
    font-size: 14px;
    line-height: 14px;
    display: block;
  }

  .heding-releted {
    bottom: auto;
  }

  .bold-text-8 {
    line-height: 16px;
  }

  .tekst-join {
    font-size: 40px;
    left: 2px;
  }

  .kontakt-baner {
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/contact.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .kontish-hero-main {
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .tab-link-tab-2.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-21, .bold-text-9 {
    font-size: 14px;
  }

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

  .div-car {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-form {
    background-color: var(--4-neutral--neutral-600);
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .navigation-items {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: auto;
    bottom: 2.3vh;
  }

  .menu {
    margin-left: 15px;
  }

  .logo-link.w--current {
    z-index: 0;
    flex: 1;
    order: 0;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .menu-button {
    clear: none;
    flex: none;
  }

  .menu-button.w--open {
    flex: none;
  }

  .dropdown-toggle-4 {
    box-sizing: border-box;
    aspect-ratio: auto;
    width: auto;
    font-size: 12px;
    left: auto;
    right: auto;
    overflow: auto;
  }

  .dropdown-list-3 {
    position: relative;
    inset: auto 15vh auto auto;
  }

  .dropdown-list-3.w--open {
    left: auto;
    right: auto;
  }

  .navigation-items-mobile {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 3vh;
    bottom: auto;
  }

  .dropdown-5 {
    width: auto;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    font-size: 14px;
  }
}

#w-node-_3cb309db-d548-18e1-18fb-783c409707e7-b75bd7b0, #w-node-_1e2667ce-c2cb-caf1-9638-e2d1210287ff-bb14ec98, #w-node-_6718545d-15d7-6a7c-a70c-526a7f1a1bb9-7f1a1b8b, #w-node-_3e666311-5887-2df9-3aa8-8373007e353b-007e350d, #w-node-a28748a2-d930-8934-d402-e0f9324cea4f-324cea21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_26f85e4e-5224-7cc8-0660-36af02db1928-bb14ec99, #w-node-e05389f1-c4a6-6c81-6034-fa2754d06c1d-bb14ec99, #w-node-b880317a-295c-e37d-1c0c-e3ba6ac5bb60-bb14ec99, #w-node-d2d151a1-dd58-74a8-6fbf-4bf93e8e0b8c-bb14ec99, #w-node-d86c948e-b674-1575-f3ff-b92adc706c3f-180678ec, #w-node-b3bca818-afe1-75e9-a635-ea6e4982b817-180678ec, #w-node-_51b9c699-8054-6e96-1f0e-862df13b1882-180678ec, #w-node-_7f5e88de-f6a9-c4e5-b7f0-96790658eb95-180678ec, #w-node-d648dac8-3ad0-642b-dddd-98f6c13ec7b8-95a76cdd, #w-node-d648dac8-3ad0-642b-dddd-98f6c13ec7c8-95a76cdd, #w-node-d648dac8-3ad0-642b-dddd-98f6c13ec7d8-95a76cdd, #w-node-d648dac8-3ad0-642b-dddd-98f6c13ec7e8-95a76cdd, #w-node-f76ab63c-e1ee-009a-d384-df4917d5df5a-14ce21ee, #w-node-f76ab63c-e1ee-009a-d384-df4917d5df6a-14ce21ee, #w-node-f76ab63c-e1ee-009a-d384-df4917d5df7a-14ce21ee, #w-node-f76ab63c-e1ee-009a-d384-df4917d5df8a-14ce21ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5bcea4fd-4507-1616-aaf3-ec29abd39136-bb14eb99, #w-node-b884c2c5-c07b-f792-c9eb-f719ce4222ed-bb14eb99, #w-node-_3e8368b0-e3a7-789a-f9d8-46b2e071b48e-6a32b991, #w-node-_3e8368b0-e3a7-789a-f9d8-46b2e071b496-6a32b991, #w-node-b4a56694-47cc-7ff7-4531-9b9b94cc4511-58b28766, #w-node-b4a56694-47cc-7ff7-4531-9b9b94cc4519-58b28766, #w-node-a492d94f-7472-ffe0-86bc-0303ec36e79f-1542d715, #w-node-a492d94f-7472-ffe0-86bc-0303ec36e7a7-1542d715 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d233a031-72bb-95fe-2e65-caf78d1b7f46-bb14eb99, #w-node-_3e8368b0-e3a7-789a-f9d8-46b2e071b484-6a32b991, #w-node-b4a56694-47cc-7ff7-4531-9b9b94cc4507-58b28766, #w-node-a492d94f-7472-ffe0-86bc-0303ec36e795-1542d715 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro Expanded Middle Bf 66 Cf 3 D 77 Bdfe 0';
  src: url('../fonts/Bebas-Neue-Pro-Expanded-Middle-BF66cf3d77bdfe0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro Bf 66 Cf 3 D 7770 Dfe';
  src: url('../fonts/Bebas-Neue-Pro-Bold-BF66cf3d7770dfe.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro Expanded Bf 66 Cf 3 D 77 Afbb 1';
  src: url('../fonts/Bebas-Neue-Pro-Expanded-Thin-BF66cf3d77afbb1.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro Expanded ';
  src: url('../fonts/Bebas-Neue-Pro-Expanded-Bold-BF66cf3d77b066f.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro Expanded';
  src: url('../fonts/Bebas-Neue-Pro-Expanded-ExtraBold-BF66cf3d793166e.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Pro Expanded ';
  src: url('../fonts/Bebas-Neue-Pro-Expanded-Light-BF66cf3d778c68e.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}