:root {
  --alice-blue: #f5f1ed;
  --white: white;
  --_b-linked---magenta: #da1c5c;
  --white-2: #ffffff1a;
  --black-light: #333;
  --_b-linked---orange: #f7941d;
  --_b-linked---dark-blue: #2b3990;
  --_b-linked---blue: #1c75bc;
  --_b-linked---l-lime-green: #d6e4bd;
  --dodger-blue: #7aaecc33;
  --_b-linked---l-magenta: #f5dfe7;
  --alice-blue-2: #e1e9ed;
  --_b-linked---lime-green: #8dc63f;
  --sienna: #cc3314;
  --quotes: #dae5f2;
  --dim-grey: #6b5673b3;
  --_b-linked---yellow: #ffde17;
  --_b-linked---black: #181b1f;
  --_b-linked---l-blue: #d9e9f3;
  --_b-linked---purple: #9e1f63;
  --midnight-blue: #1b2d45;
  --dark-slate-grey-3: #005f5f;
  --green: #004343;
  --slate-blue: #5748c5;
  --indian-red: #bf5a46;
  --dark-slate-grey: #4f630e66;
  --dark-slate-blue: #4f5e78;
  --dark-slate-grey-2: #003535;
  --black: #000;
  --_b-linked---grey: #6d6e71;
  --_b-linked---l-yellow: #fffae0;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--alice-blue);
  font-family: bai-jamjuree, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 120%;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 120%;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  max-width: 74ch;
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  font-family: Roboto;
  font-size: 17px;
  text-decoration: none;
}

ul {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 150%;
}

li {
  background-image: url('../images/dot.svg');
  background-position: 0 22px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-top: 15px;
  padding-left: 18px;
}

strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5svh;
  padding-bottom: 25svh;
  display: flex;
  position: relative;
  overflow: clip;
}

.header-content {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 82%;
  min-width: 900px;
  height: 50%;
  margin-top: 60px;
  display: flex;
}

.h1-belo {
  color: var(--_b-linked---magenta);
  margin-top: 0;
  font-size: 4vw;
  line-height: 110%;
}

.image-cover {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 50px 40px 55px;
  display: flex;
  position: relative;
}

.navbar-1 {
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 20px #4280a633;
}

.nav-bar-wrap {
  border-bottom: 1px solid var(--white-2);
  justify-content: space-between;
  align-items: center;
  width: 82%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand-4 {
  width: 170px;
  height: 100%;
  padding-top: 10px;
  padding-left: 0;
}

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

.nav-link-3 {
  letter-spacing: 1px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3.w--current {
  color: var(--black-light);
  font-weight: 700;
}

.nav-btn {
  z-index: 1;
  background-color: var(--_b-linked---orange);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 4px;
  margin-left: 25px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.spacer-medium {
  width: 100px;
  height: 40px;
}

.header-back {
  z-index: -1;
  background-image: linear-gradient(45deg, var(--_b-linked---dark-blue), var(--_b-linked---blue) 70%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 96%;
  height: 96%;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.team-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.footer-section {
  justify-content: center;
  display: flex;
}

.circle-back {
  z-index: -10;
  border: 60px solid var(--_b-linked---l-lime-green);
  border-radius: 100vw;
  width: 32vw;
  height: 32vw;
  display: flex;
  position: fixed;
  inset: auto auto 0% -20%;
}

.slide-nav {
  display: none;
}

.c-hcenter {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 82%;
  max-width: 1400px;
  display: flex;
}

.v-center {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 47%;
  display: flex;
}

.v-center.forma {
  width: 58%;
}

.v-center.reverse {
  order: -1;
}

.card-job {
  background-color: var(--white);
  box-shadow: 0 20px 50px 0 var(--dodger-blue);
  border: 1px solid #7aa0cc4d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 25px 60px 25px 25px;
  display: flex;
  position: relative;
}

.square-back {
  z-index: -10;
  border: 30px solid var(--_b-linked---l-magenta);
  border-radius: 20px;
  width: 30vw;
  height: 30vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  right: -22%;
  transform: rotate(30deg);
}

._40vw {
  background-color: var(--alice-blue-2);
  box-shadow: 16px 16px 20px 0 var(--dodger-blue);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.c-hstrech {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 82%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s-owner {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.skew-line {
  z-index: 10;
  background-color: var(--_b-linked---lime-green);
  pointer-events: none;
  width: 30px;
  height: 210px;
  position: absolute;
  inset: auto 3% -8% auto;
  transform: skew(-30deg);
}

.logo-card {
  padding-left: 0;
  position: absolute;
  inset: 50px auto auto 50px;
}

.icon-4 {
  font-size: 15px;
}

.slider-testemonial {
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin-top: 90px;
}

.arrow-right {
  border: 1px solid var(--sienna);
  color: var(--sienna);
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-right: -25px;
  inset: 0% 50% 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-title {
  color: var(--_b-linked---blue);
  align-self: flex-start;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.paragraph-basic {
  letter-spacing: 0;
  max-width: 330px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.arrow-left {
  border: 1px solid var(--sienna);
  color: var(--sienna);
  background-color: #fff;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% auto 0% -25px;
  box-shadow: 0 5px 10px #1b2d451a;
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slide-wrap {
  border: 1px solid var(--quotes);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 350px;
  padding: 90px 60px 50px;
  display: flex;
}

.standard-paragraph {
  color: var(--dim-grey);
  letter-spacing: 0;
  align-self: flex-start;
  margin-bottom: 0;
  font-weight: 400;
}

.mask {
  box-shadow: 0 20px 50px 0 var(--dodger-blue);
  background-color: #0000;
  border-radius: 10px;
  width: 50%;
  overflow: visible;
}

.slide-2 {
  background-color: #fff;
  border: 1px #4689d733;
  border-bottom-color: #96b4d733;
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.section-portfolio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.footer-3-links {
  margin-bottom: 15px;
  margin-right: -20px;
  padding-right: 0;
  display: flex;
}

.footer-3-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-3 {
  background-image: linear-gradient(45deg, var(--_b-linked---blue), var(--_b-linked---dark-blue) 70%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 96%;
  padding: 80px 5% 10px;
}

.footer-3-col-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.row-5 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-bottom: 60px;
  display: block;
}

.footer-3-link {
  color: #ffffff80;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 15px;
  font-size: 18px;
  text-decoration: none;
}

.footer-3-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-3-line {
  background-color: #ffffff26;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-3-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-style: normal;
  display: flex;
}

.footer-3-copywrite {
  color: var(--alice-blue);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-3-para {
  color: var(--alice-blue-2);
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  font-size: 15px;
  line-height: 160%;
  display: flex;
}

.span-h1 {
  color: var(--alice-blue);
  align-items: flex-end;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 160%;
}

.nav-logo {
  width: 170px;
}

.nav-logo._2 {
  width: 100%;
}

.quote-wrapp {
  border: 1px solid var(--dodger-blue);
  background-color: var(--alice-blue-2);
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 7px;
  padding-left: 2px;
  display: flex;
  position: absolute;
  top: -40px;
  bottom: auto;
  box-shadow: 6px 6px 10px 3px #4f5e781a;
}

.quote {
  color: var(--_b-linked---yellow);
  width: 40px;
  overflow: hidden;
}

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

.c-cvertical-750px {
  background-color: #ddd0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin-top: 60px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.p-center {
  text-align: center;
}

.spacer-small {
  width: 20px;
  height: 20px;
}

.card-home-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47%;
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 35px;
  display: flex;
  position: sticky;
  top: 200px;
}

.card-home-top.padding {
  margin-bottom: 100px;
  padding-bottom: 10px;
}

.card-home-wrapper-copy {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 47%;
  display: flex;
}

.p-white {
  color: var(--_b-linked---black);
  margin-top: 5px;
  margin-bottom: 0;
}

.arrow {
  color: var(--_b-linked---orange);
  width: 20px;
  height: 60px;
  position: absolute;
  inset: auto auto -75px 20px;
}

.icon-category {
  border: 1px solid var(--dodger-blue);
  background-color: var(--_b-linked---blue);
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  display: flex;
  position: absolute;
  left: auto;
  right: -40px;
  box-shadow: -6px 6px 10px 3px #4f5e781a;
}

.circle-category {
  z-index: -1;
  background-color: var(--_b-linked---l-blue);
  border-radius: 100vw;
  width: 34vw;
  height: 34vw;
  position: absolute;
}

.scroll-info-wrapper {
  z-index: 10;
  opacity: .4;
  transform-origin: 50% 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.scrol-tekst {
  color: var(--sienna);
  margin-bottom: 14px;
  font-size: 14px;
  display: none;
}

.mouse-scroll {
  border: 3px solid var(--sienna);
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 28px;
  height: 47px;
  display: flex;
  position: static;
  inset: auto 12% 0% auto;
}

.mouse-dot {
  background-color: var(--sienna);
  border-radius: 3px;
  width: 7px;
  height: 7px;
  margin-top: 8px;
}

.content {
  width: 100%;
  overflow: clip;
}

.h1-left {
  color: var(--black-light);
  align-self: flex-start;
  font-family: Playfair Display;
}

.section-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-works {
  border: 1px solid var(--quotes);
  box-shadow: 0 20px 50px 0 var(--dodger-blue);
  border-radius: 10px;
  width: 100%;
}

.work-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.gradient-top {
  z-index: 10;
  background-image: linear-gradient(#edf2f5 10%, #edf2f500);
  width: 100%;
  min-height: 150px;
  margin-bottom: 140px;
  display: none;
  position: sticky;
  inset: 0 0% auto;
}

.gradient-bottom {
  z-index: 10;
  background-image: linear-gradient(to top, #edf2f5 10%, #edf2f500);
  width: 100%;
  min-height: 150px;
  display: none;
  position: sticky;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.works-left {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
  position: relative;
}

.works-right {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  display: flex;
  position: relative;
}

.works-details {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-left: 5px;
  display: flex;
}

.link-projekti {
  color: var(--sienna);
  font-size: 16px;
}

.heading-3 {
  display: none;
}

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

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

._40vw-right {
  z-index: 1;
  background-image: linear-gradient(135deg, var(--_b-linked---dark-blue), var(--_b-linked---purple));
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 60px 50px 50px;
  display: flex;
  position: relative;
}

.c-htop {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 82%;
  max-width: 1400px;
  display: flex;
}

.noshadow {
  box-shadow: 14px 14px 40px 5px #00353533;
}

.spacer-large {
  width: 100px;
  height: 80px;
}

.h3-home {
  font-size: min(3.3vw, 52px);
}

.form-wrapper {
  z-index: 1;
  border: 1px solid var(--dodger-blue);
  background-color: var(--_b-linked---l-lime-green);
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 50px 30px;
  display: flex;
  position: relative;
  box-shadow: 18px 18px 40px 5px #002a2a26;
}

.white-text-block {
  color: var(--alice-blue);
  padding-right: 60px;
}

.accordion__item {
  border-left: 5px solid var(--sienna);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: border .4s, background-color .4s;
  display: flex;
  overflow: hidden;
}

.accordion__item:hover {
  border-left-color: var(--sienna);
}

.accordion__item.js-accordion-item.active {
  border-left: 5px solid var(--sienna);
  padding-left: 0;
}

.accordion-header {
  border-bottom: 1px solid var(--dodger-blue);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 25px 12px 40px;
  display: flex;
}

.accordion-header:hover {
  background-color: var(--dodger-blue);
}

.accordion-header.js-accordion-header {
  transition: background-color .3s;
}

.naslovi-accordian-wrapper {
  display: flex;
}

.accordion {
  flex: none;
  width: 60%;
  margin-right: 100px;
  overflow: hidden;
}

.accordion.js-accordion {
  flex: none;
}

.accordion-body {
  display: block;
}

.accordion-body.js-accordion-body {
  display: none;
}

.accordian-content-wrapper {
  padding: 30px 40px;
  font-size: 15px;
}

.span {
  font-weight: 700;
}

.margin-bottom {
  margin-bottom: 0;
}

.kontakt-forma {
  width: 100%;
}

.relative-100 {
  position: relative;
  top: 100px;
}

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

.c-section {
  color: #000;
  margin-top: -20svh;
  position: relative;
  overflow: clip;
}

.c-section._2 {
  justify-content: center;
  align-items: center;
  margin-top: -20svh;
  display: flex;
  overflow: visible;
}

.c-loader {
  z-index: 10000;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #e5e8ec;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-color-secondary {
  background-color: var(--_b-linked---magenta);
  color: #f4f8f9;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-white {
  color: #fff;
}

.line-bottom {
  border-bottom: 1px solid #929ba880;
}

.nav_button {
  padding: 1rem;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1rem;
}

.paragraph {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.6;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.margin-auto-horizontal {
  margin-left: auto;
  margin-right: auto;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.spacer-large-2 {
  padding-top: 3rem;
}

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

.padding-xxhuge {
  padding: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.text-style-italic {
  font-style: italic;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-xhuge {
  margin: 8rem;
}

.icon-size--giant {
  color: #153d67;
  width: 60px;
  height: 60px;
}

.icon-size--xlarge {
  width: 40px;
  height: 40px;
}

.margin-xlarge {
  margin: 4rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-color-secondary {
  color: var(--_b-linked---dark-blue);
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.text-color-primary {
  color: var(--_b-linked---black);
}

.text-yellow {
  color: var(--_b-linked---yellow);
}

.padding-custom3 {
  padding: 3.5rem;
}

.heroicons--item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f1f2;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(60px, 60px) 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  padding: 24px 16px 16px;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-xxlarge {
  padding: 5rem;
}

.hide {
  display: none;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.multiply {
  mix-blend-mode: multiply;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-large {
  font-size: 1.5rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading.x-large {
  margin-bottom: 24px;
  font-size: 1.563rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-regular {
  font-size: 1rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.icon-height-small {
  height: 1rem;
}

.form_component {
  margin-bottom: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.padding-huge {
  padding: 6rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-xlarge {
  padding: 4rem;
}

.text-align-right {
  text-align: right;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.icon-size--medium {
  color: #f4f8f9;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-size-small {
  font-size: .875rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.heading-style-h3 {
  font-size: 2rem;
  line-height: 1.2;
}

.padding-0 {
  padding: 0;
}

.margin-custom3 {
  margin: 3.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.container-2 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.margin-xsmall {
  margin: .5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.padding-large {
  padding: 3rem;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.fs-styleguide_spacing-all {
  display: none;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.nav_logo {
  width: 10rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-label {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.background-color-alternate {
  color: #0e0e0e;
  background-color: #fff;
}

.text-weight-light {
  font-weight: 300;
}

.spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.overflow-auto {
  overflow: auto;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.webflow-selector_icon-frame {
  background-color: #6b6b6b;
  border-radius: 2px;
  margin-top: 5px;
  margin-right: 4px;
  padding: 6px;
  display: inline-block;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.text-weight-normal {
  font-weight: 400;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.padding-custom1 {
  padding: 1.5rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

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

.padding-small {
  padding: 1rem;
}

.background-color-primary {
  background-color: var(--_b-linked---black);
  color: #fff;
}

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

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-select-input {
  color: #222;
}

.margin-0 {
  margin: 0;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.webflow-selector-input {
  background-color: #2b2b2b;
  border: 1px solid #212121;
  border-radius: 2px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 224px;
  padding: 0 5px 5px;
  display: flex;
}

.webflow-selector-input.wide-width {
  flex: none;
  width: auto;
  min-width: 224px;
}

.icon-height-large {
  height: 3rem;
}

.aspect-ratio-wide-ultra {
  aspect-ratio: 2.5;
  object-fit: cover;
}

.webflow-selector_icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.relative {
  position: relative;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.icon-height-medium {
  height: 2rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.heading-style-h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.class-descriptor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(52px, 52px) minmax(180px, 180px) 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-height: 52px;
  margin-bottom: 8px;
  display: grid;
}

.class-descriptor_text {
  min-width: 140px;
  font-size: 1rem;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.margin-huge {
  margin: 6rem;
}

.class-tag {
  color: #fff;
  text-align: center;
  background-color: #5597e7;
  border-radius: 2px;
  margin-top: 5px;
  margin-right: 4px;
  padding: 6px 6px 5px;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  display: inline-block;
}

.padding-tiny {
  padding: .125rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.icon-size--large {
  align-items: center;
  width: 32px;
  height: 32px;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-custom2 {
  padding: 2.5rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.heading-style-h1 {
  font-size: 4rem;
}

.icon-1x1-small {
  color: var(--white);
  flex: none;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-blue {
  color: var(--_b-linked---dark-blue);
}

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

.text-size-tiny {
  font-size: .75rem;
}

.margin-xxlarge {
  margin: 5rem;
}

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

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

.icon-size--small {
  width: 16px;
  height: 16px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.button {
  background-color: var(--_b-linked---purple);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-size: 1.2em;
  font-weight: 600;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-large {
  padding: 1rem 2rem;
}

.padding-medium {
  padding: 2rem;
}

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.text-color-alternate {
  color: #0e0e0e;
  text-underline-offset: -1.4ch;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-weight: 400;
  line-height: 1.4;
  text-decoration-line: underline;
  text-decoration-color: #fd0;
  text-decoration-thickness: 1.8ch;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.background-color-tertiary {
  background-color: var(--_b-linked---yellow);
  color: #153d67;
}

.margin-small {
  margin: 1rem;
}

.uui-faq04_question {
  border-bottom: 1px solid var(--dim-grey);
  color: #fff;
  cursor: pointer;
  background-image: none;
  justify-content: space-between;
  align-items: center;
  width: 99.9999%;
  padding: 1em 1.4em;
  display: flex;
}

.accordion-icon_component {
  border: 2px solid var(--sienna);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.sticky-acc {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  position: relative;
}

.uui-faq04_answer {
  background-color: var(--white-2);
  color: var(--white);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: calc(100% - 2px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 1.5em;
  font-size: 1em;
  position: relative;
  top: -4px;
  overflow: hidden;
  box-shadow: 0 2px 15px #0000001a;
}

.uui-faq04_accordion-sektori {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: #fff;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq04_heading {
  letter-spacing: normal;
  text-shadow: 1px 1px 1px #996356;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 1.1em;
  font-weight: 400;
}

.accordion-icon_horizontal-line {
  background-color: #fff;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq04_list {
  width: 100%;
}

.uui-faq04_question--first {
  color: #ffffffe6;
  cursor: pointer;
  background-image: none;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.4em;
  display: flex;
}

.css-global {
  height: 0;
}

.h2-auto {
  margin-right: auto;
}

.color-spacer {
  background-color: var(--_b-linked---orange);
  width: 70%;
  height: 100%;
}

.color-spacer-wrap {
  background-color: var(--_b-linked---magenta);
  width: 70px;
  height: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.phone-text-align-center {
  text-align: left;
}

.faq-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.testamonial-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.flex-c-left {
  flex-flow: column;
  display: flex;
}

.card-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.menu-blur-copy {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  background-image: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-header {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 82%;
  max-width: 1600px;
  margin-top: -3%;
  display: flex;
  position: relative;
}

.header-grid-card {
  border-left: 9px solid var(--_b-linked---lime-green);
  border-radius: 3px;
  width: 100%;
  padding-bottom: 35%;
  position: relative;
  overflow: hidden;
  transform: skew(-12deg);
}

.header-grid-card._2 {
  border-left-color: var(--_b-linked---yellow);
  box-shadow: 10px 10px 40px 4px var(--dim-grey);
  margin-top: 154px;
}

.header-grid-card._3 {
  border-left-color: var(--_b-linked---magenta);
  margin-top: -133px;
}

.absolute-image {
  object-fit: cover;
  width: 140%;
  max-width: 140%;
  height: 100%;
  position: absolute;
  inset: 0% -20% 0% auto;
  transform: skew(12deg);
}

.absolute-image.left {
  object-position: 0% 50%;
}

.absolute-image._2 {
  object-position: 102% 50%;
}

.no-scroll {
  overflow: hidden;
}

.link-text {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_b-linked---orange);
  text-decoration-color: var(--_b-linked---orange);
  text-decoration-thickness: 2px;
}

.section-text {
  transform-origin: 0 0;
  color: var(--dodger-blue);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--dodger-blue);
  font-family: Barlow Semi Condensed;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: -4vw auto auto 0%;
}

.section-text._2 {
  top: 0;
}

.text-block {
  z-index: 2;
  line-height: 1.5;
}

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

.grid-wrapper {
  border: 10px solid var(--_b-linked---l-lime-green);
  border-radius: 0;
  width: 82%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 6px 6px 50px 5px #00031b26;
}

.image-grid-block-wrapper-uskoro {
  border: 2px solid var(--sienna);
  color: #f6f8f9;
  width: 100%;
  padding-top: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-grid-block-wrapper {
  border: 2px solid var(--_b-linked---lime-green);
  color: #f6f8f9;
  cursor: pointer;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.boja-uskoro {
  opacity: .63;
  background-image: linear-gradient(225deg, #222b37, #272d61);
  position: absolute;
  inset: 0%;
}

.arrow-lottie {
  align-items: center;
  width: 26px;
  margin-left: .5em;
  display: flex;
}

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

.plus-wrapper {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 30%;
}

.image-grid-uskoro {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.position-text {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.plus-ver {
  background-color: #d9c22b;
  width: 100%;
  height: 10px;
  position: absolute;
}

.tag-position {
  background-image: linear-gradient(to bottom, var(--_b-linked---orange), var(--_b-linked---orange));
  color: var(--white);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: .3em 1em;
  font-size: .9em;
  display: flex;
}

.tag-position._2 {
  margin-bottom: 25px;
}

.plus-hor {
  background-color: #d9c22b;
  width: 10px;
  height: 100%;
}

.kontakt-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.button-2 {
  background-color: #4f65ff;
  border-radius: 3px;
}

.button-2.modal-button {
  background-color: #5069fa;
}

.modal-parent {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-parent.show {
  display: block;
}

.modal-centering {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 50px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.modal-bg {
  z-index: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal {
  z-index: 30;
  background-image: linear-gradient(45deg, var(--_b-linked---dark-blue), var(--_b-linked---purple));
  color: #fff;
  border-radius: 5px;
  height: auto;
  max-height: 90svh;
  padding: 50px;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 15px #5069fa45;
}

.close {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 2px;
  font-size: 40px;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: -25px -25px auto auto;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px #5069faa3;
}

.rich-white li {
  color: var(--white);
}

.job-icon {
  color: var(--_b-linked---lime-green);
  width: 54%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -58%);
}

.job-icon.larger {
  width: 76%;
}

.job-icon.smaler {
  width: 48%;
}

.job-icon.smaler-2 {
  width: 44%;
}

.job-icon.larger--2 {
  width: 70%;
}

.job-icon.left {
  width: 53%;
  left: 55%;
}

.red-box {
  background-color: var(--_b-linked---lime-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 31px 30px 31px 35px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.article {
  color: var(--sienna);
  width: 42%;
  padding-right: 20px;
}

.image-grid-block-wrapper-no-modal {
  color: #f6f8f9;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.box-text {
  margin-bottom: 0;
  font-size: min(3.6vw, 60px);
}

.instagram-link {
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
  display: flex;
}

.lottie-animation {
  display: flex;
}

.text-magenta {
  color: var(--_b-linked---magenta);
}

.gradient-purple {
  z-index: 1;
  background-image: linear-gradient(135deg, var(--_b-linked---dark-blue), var(--_b-linked---purple));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

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

  ._40vw-right {
    padding: 60px 50px 50px;
  }

  .c-htop {
    justify-content: space-between;
    width: 82%;
    max-width: 1400px;
  }

  .form-wrapper {
    padding-top: 60px;
  }

  .text-block {
    white-space: nowrap;
  }

  .kontakt-section {
    width: 100%;
  }

  .gradient-purple {
    padding: 60px 50px 50px;
  }
}

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

  .header-content {
    width: 82%;
    min-width: auto;
  }

  .h1-belo {
    font-size: 6vw;
  }

  .navbar-1 {
    align-items: center;
    display: flex;
  }

  .nav-bar-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 60px;
    position: relative;
  }

  .brand-4 {
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--white);
    border-radius: 2px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 15px 60px 40px;
    top: 100%;
    bottom: auto;
    left: auto;
  }

  .nav-link-3 {
    text-align: center;
  }

  .nav-btn {
    margin-left: 0;
    display: block;
  }

  .icon {
    width: 30px;
    line-height: 40px;
    display: flex;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .circle-back {
    border-width: 30px;
  }

  .c-hcenter {
    flex-direction: column;
    width: 82%;
    min-width: auto;
  }

  .v-center {
    align-items: stretch;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .v-center.forma {
    width: 100%;
  }

  .v-center.reverse {
    order: 1;
  }

  .card-job {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .square-back {
    border-width: 15px;
    border-radius: 10px;
  }

  ._40vw {
    flex: none;
    width: 100%;
  }

  .c-hstrech {
    flex-direction: column;
    width: 82%;
  }

  .s-owner {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .skew-line {
    z-index: 1;
  }

  .paragraph-basic {
    max-width: 330px;
  }

  .arrow-left {
    left: -10px;
  }

  .mask {
    width: 50%;
  }

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

  .footer-3-links {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0;
  }

  .footer-3-col-2 {
    align-items: flex-start;
    padding: 50px 0;
  }

  .row-5 {
    padding-bottom: 0;
    display: block;
  }

  .footer-3-link {
    margin-left: 0;
  }

  .footer-3-col {
    border-bottom: 1px solid var(--white-2);
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .footer-3-line {
    background-color: var(--white-2);
    margin-top: 0;
  }

  .footer-3-button {
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
  }

  .footer-3-para {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .c-vcenter {
    flex-direction: column;
    width: 82%;
  }

  .card-home-top {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .card-home-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .icon-category {
    inset: 0% auto auto 50%;
    transform: translate(-50%, -40px);
  }

  .circle-category {
    width: 80vw;
    height: 80vw;
  }

  .scroll-info-wrapper {
    display: none;
  }

  .section-bottom {
    margin-bottom: 100px;
    padding-top: 30vw;
  }

  .gradient-top {
    margin-bottom: 0;
  }

  .works-left, .works-right {
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .link-projekti {
    text-decoration: underline;
  }

  ._40vw-right {
    flex: none;
    width: 100%;
  }

  .c-htop {
    flex-direction: column;
    width: 82%;
  }

  .spacer-large {
    height: 70px;
  }

  .h3-home {
    font-size: min(6vw, 52px);
  }

  .form-wrapper {
    flex: none;
  }

  .accordion-header {
    align-self: auto;
    padding-top: 27px;
    padding-bottom: 25px;
    position: relative;
  }

  .accordion-header.js-accordion-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .naslovi-accordian-wrapper {
    flex-direction: row;
    flex: none;
    align-self: auto;
    align-items: stretch;
    width: 85%;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
  }

  .accordion {
    width: 100%;
    margin-right: 0;
  }

  .accordion.js-accordion {
    width: 100%;
  }

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

  .first {
    order: -1;
  }

  .c-section {
    padding-top: 60px;
  }

  .page-wrapper {
    overflow: clip;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .nav_button {
    color: #fff;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

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

  .spacer-large-2 {
    padding-top: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .heading.x-large {
    margin-bottom: 32px;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

  .aspect-ratio-wide-ultra {
    aspect-ratio: 2;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

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

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .phone-text-align-center {
    text-align: center;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }

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

  .card-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .grid-header {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    width: 90%;
  }

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

  .kontakt-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .modal {
    flex-flow: column;
    align-items: flex-start;
    width: 90%;
    max-height: 100%;
    padding: 40px;
    display: flex;
    overflow: hidden auto;
  }

  .close {
    align-self: flex-end;
    inset: 10px 10px auto auto;
  }

  .rich-white h2 {
    font-size: 40px;
  }

  .article {
    width: 100%;
  }

  .box-text {
    font-size: min(5vw, 60px);
  }

  .instagram-link {
    padding-left: 0;
    padding-right: 10px;
  }

  .gradient-purple {
    flex: none;
    width: 100%;
  }
}

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

  .navbar-1 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-bar-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-card {
    left: 30px;
  }

  .arrow-right {
    right: 30%;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .mask {
    width: 70%;
  }

  .row-5 {
    flex-direction: column;
    display: flex;
  }

  .footer-3-link {
    font-size: 16px;
  }

  .footer-3-copywrite {
    text-align: center;
    font-size: 12px;
  }

  .footer-3-para {
    font-size: 14px;
  }

  .span-h1 {
    font-size: 22px;
  }

  .section-bottom {
    padding-top: 20vw;
  }

  .gradient-top {
    min-height: 90px;
    display: none;
  }

  .gradient-bottom {
    min-height: 100px;
  }

  ._40vw-right {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .spacer-large {
    height: 50px;
  }

  .form-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion__item.js-accordion-item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion__item.js-accordion-item.active {
    margin-bottom: 0;
    padding-right: 0;
  }

  .accordion-header {
    padding-top: 15px;
    padding-bottom: 12px;
  }

  .accordion-header.js-accordion-header {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .naslovi-accordian-wrapper {
    width: 92%;
    padding-right: 20px;
  }

  .accordian-content-wrapper {
    flex-direction: column;
    padding-top: 35px;
    display: flex;
  }

  .c-section {
    padding: 40px 24px;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

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

  .spacer-large-2 {
    padding-top: 1.5rem;
  }

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .spacer-medium-2 {
    padding-top: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

  .padding-medium {
    padding: 1.25rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .uui-faq04_question, .uui-faq04_question--first {
    font-size: 15px;
  }

  .grid-header {
    width: 98%;
  }

  .modal-centering {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-white h2 {
    font-size: 30px;
  }

  .gradient-purple {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

  h1 {
    font-size: 28px;
  }

  h2 {
    text-align: center;
    font-size: 35px;
  }

  h3 {
    font-size: 29px;
  }

  h4 {
    text-align: left;
  }

  p {
    font-size: 15px;
  }

  .header {
    padding-top: 60px;
    padding-bottom: 10svh;
  }

  .header-content {
    width: 88%;
  }

  .h1-belo {
    margin-top: 0;
    font-size: 11vw;
  }

  .h1-wrapper {
    padding: 0;
  }

  .nav-bar-wrap {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 15px;
  }

  .brand-4 {
    perspective-origin: 50%;
    transform-origin: 50%;
  }

  .nav-menu-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    font-size: 30px;
    line-height: 30px;
  }

  .menu-button {
    padding-right: 0;
  }

  .header-back {
    width: 100%;
  }

  .team-section {
    padding-bottom: 20px;
  }

  .circle-back {
    width: 50vw;
    height: 50vw;
  }

  .c-hcenter {
    width: 90%;
  }

  .card-job {
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-bottom: 110px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .square-back {
    width: 50vw;
    height: 50vw;
  }

  ._40vw {
    flex: 1;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .c-hstrech {
    width: 90%;
  }

  .s-owner {
    padding-bottom: 20px;
  }

  .skew-line {
    width: 20px;
    height: 150px;
    bottom: -10%;
  }

  .logo-card {
    top: 30px;
    left: 20px;
  }

  .arrow-right {
    margin-right: -10px;
    top: 29%;
    right: 0%;
  }

  .profile-details {
    align-items: center;
  }

  .faq-title.left {
    align-self: flex-start;
  }

  .faq-title.center {
    align-self: center;
  }

  .paragraph-basic {
    align-self: flex-start;
  }

  .arrow-left {
    top: 30%;
  }

  .profile-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .profile-block {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .slide-wrap {
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .mask {
    width: 100%;
  }

  .section-portfolio {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .footer-3-links {
    flex-flow: column wrap;
    place-content: space-between flex-start;
    width: 100%;
    height: 170px;
  }

  .footer-3 {
    padding-top: 40px;
  }

  .footer-3-col-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-3-copywrite {
    text-align: left;
    align-self: flex-start;
    width: 230px;
    padding-left: 15px;
  }

  .nav-logo {
    width: 130px;
  }

  .quote {
    width: 36px;
  }

  .c-vcenter {
    width: 90%;
  }

  .c-cvertical-750px {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-center {
    text-align: left;
  }

  .card-home-top {
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .p-white {
    text-align: center;
  }

  .arrow {
    width: 18px;
    left: auto;
  }

  .icon-category {
    width: 70px;
    height: 70px;
    transform: translate(-50%, -35px);
  }

  .circle-category {
    width: 170vw;
    height: 170vw;
  }

  .scroll-info-wrapper {
    bottom: 8%;
  }

  .section-bottom {
    padding-top: 30vw;
  }

  .works-details {
    align-items: center;
  }

  ._40vw-right {
    flex: 1;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .c-htop {
    width: 90%;
  }

  .noshadow {
    box-shadow: 7px 7px 20px #0035354d;
  }

  .spacer-large {
    height: 40px;
  }

  .h3-home {
    font-size: min(9vw, 52px);
  }

  .form-wrapper {
    align-items: center;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-text-block.first.margin-bottom {
    padding-left: 34px;
  }

  .accordion-header {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .naslovi-accordian-wrapper {
    width: 95%;
    padding-bottom: 0;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-content-wrapper {
    padding: 20px;
  }

  .kontakt-forma {
    width: 92%;
  }

  .c-section {
    padding-top: 32px;
  }

  .c-section._2 {
    margin-top: -5svh;
    margin-bottom: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-size--giant {
    width: 40px;
    height: 40px;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .class-descriptor {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 16px;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .button {
    padding: .95rem 1.2rem;
  }

  .uui-faq04_question {
    padding-left: 1.2em;
    padding-right: 1.1em;
    font-size: 14px;
  }

  .sticky-acc._2 {
    width: 110%;
    margin-left: -1em;
    margin-right: -1em;
  }

  .c-rich {
    font-size: 15px;
  }

  .uui-faq04_answer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .uui-faq04_heading {
    padding-right: 4px;
  }

  .uui-faq04_question--first {
    font-size: 14px;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .testamonial-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .card-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .grid-header {
    flex-flow: wrap;
    justify-content: space-between;
    width: 95%;
  }

  .header-grid-card {
    width: 48%;
    padding-bottom: 75%;
  }

  .header-grid-card._2 {
    margin-top: 74px;
  }

  .header-grid-card._3 {
    margin-top: -30px;
  }

  .section-text {
    font-size: 13vw;
  }

  .text-block {
    font-size: .8em;
  }

  .grid-wrapper {
    border-width: 4px;
    width: 90%;
  }

  .arrow-lottie {
    display: none;
  }

  .position-text {
    padding-bottom: 10px;
  }

  .tag-position {
    padding: .25em .5em .2em;
  }

  .tag-position._2 {
    margin-bottom: 0;
  }

  .kontakt-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .modal-parent {
    height: 120dvh;
  }

  .modal-centering {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 8px 0;
  }

  .modal {
    width: 100%;
    max-height: 90dvh;
    padding-bottom: 20px;
    padding-right: 18px;
    overflow-x: hidden;
  }

  .close {
    width: 36px;
    height: 36px;
    font-size: 30px;
  }

  .rich-white h2 {
    text-align: left;
  }

  .job-icon {
    width: 48%;
  }

  .job-icon.larger {
    width: 71%;
  }

  .job-icon.smaler {
    width: 42%;
  }

  .job-icon.smaler-2 {
    width: 40%;
  }

  .job-icon.larger--2 {
    width: 63%;
  }

  .red-box {
    padding-bottom: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .article {
    width: 100%;
  }

  .box-text {
    text-align: left;
    font-size: min(6vw, 60px);
  }

  .gradient-purple {
    flex: 1;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

#w-node-e48260de-faad-3024-daaf-2b67120c5bee-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5c0d-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5c12-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5c17-152da647 {
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5c1c-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5c22-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5c28-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5c2e-152da647 {
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5d10-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5d18-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5d2f-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5d48-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5d4b-152da647 {
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5d4d-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5d50-152da647 {
  justify-self: start;
}

#w-node-_3d2b6412-e43e-695a-097b-6c9fce6dda1c-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5da0-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5daa-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5e39-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e3e-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e43-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e48-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e4d-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e52-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e5c-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e61-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e66-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e6b-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e70-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e75-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e7a-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e7f-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e84-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e89-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e8e-152da647 {
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5e92-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5e93-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e98-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5e9d-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ea2-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5eb6-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ebb-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ec0-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ec5-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5eca-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ecf-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ed9-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ede-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ee3-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ee8-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5eed-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ef2-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5ef7-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5efc-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f01-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f06-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f0b-152da647 {
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5f0f-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5f10-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f15-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f1a-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f1f-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f24-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f35-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f3a-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f3f-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f44-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f49-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f4e-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f53-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f58-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f5d-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5f62-152da647 {
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5f66-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5f67-152da647 {
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c5f6a-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c5feb-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c6018-152da647 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48260de-faad-3024-daaf-2b67120c606a-152da647 {
  justify-self: start;
}

#w-node-e48260de-faad-3024-daaf-2b67120c60ed-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c60f9-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c6105-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c6111-152da647, #w-node-e48260de-faad-3024-daaf-2b67120c611d-152da647 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_817f8b9e-7291-4ce7-cb53-a65e3ff1915d-152da645, #w-node-e3ffdcd3-57e5-00f8-327e-a9564c10eb43-152da647 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_817f8b9e-7291-4ce7-cb53-a65e3ff1915d-152da645, #w-node-e3ffdcd3-57e5-00f8-327e-a9564c10eb43-152da647 {
    grid-column: span 1 / span 1;
  }
}


