:root {
  --light-blue: #1ab7ea;
  --off-white: #ffffff0d;
  --white: white;
  --none: black;
  --dark-blue: #121a3e;
  --baby-blue: #dde6eb;
  --dark-blue-200: #1ab7ea;
  --color: #17225a;
  --black-link: #ffffff80;
}

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

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

h2 {
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 2em;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.4;
}

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

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

.header-section {
  z-index: 94;
  background-color: #121a3e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-video {
  z-index: 1;
  opacity: .25;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-lines {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

.grid-lines.display-none {
  display: none;
}

.lines-wrapp {
  justify-content: space-between;
  align-items: center;
}

.lines-wrapp._2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.white-line {
  background-color: var(--off-white);
  background-color: var(--off-white);
  width: 1px;
  height: 100%;
}

.p-img {
  z-index: 50;
  opacity: .26;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.p-img.white {
  opacity: .26;
  width: 100%;
  height: 100%;
}

.p-img.footer {
  opacity: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.image.cover.abs {
  inset: 0%;
  position: absolute;
  inset: 0%;
}

.menu {
  z-index: 101;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 14px 80px;
  display: flex;
  position: absolute;
}

.menu.trans {
  background-color: var(--off-white);
}

.menu.fix {
  z-index: 1000;
  position: fixed;
}

.menu.fix.trans {
  background-color: var(--white);
}

.grid-cont-wrapp {
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

.logo {
  width: 118px;
}

.logo.w--current {
  height: 24px;
}

.menu-btn {
  border: 1px solid var(--white);
  background-color: var(--light-blue);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 11%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.menu-btn.black {
  border-width: 1px;
  border-color: var(--off-white);
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.menu-btn.blue {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
  color: var(--white);
  border-color: var(--light-blue);
  background-color: var(--light-blue);
  width: auto;
  padding: 16px 24px;
}

.body {
  color: var(--none);
  margin-top: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.button-nav-text {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.button-nav-text.black {
  color: var(--white);
  border: 1px #00000005;
  font-size: 14px;
  line-height: 100%;
}

.button-nav-text.blue {
  color: var(--white);
}

.header-cont {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
}

.header-wrapp {
  z-index: 112;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 18em 80px 50px;
  display: flex;
  position: relative;
}

.header-text-wrapp {
  max-width: 850px;
}

.header-large {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 5.2vw;
  font-weight: 400;
  line-height: .8;
}

.header-large.d {
  display: none;
}

.emty {
  width: 100%;
  height: 100%;
}

.h-bar {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.h-bar.d {
  display: none;
}

.bar-line {
  background-color: var(--white);
  width: 2px;
  height: 1em;
}

.bar-txt {
  color: var(--white);
  margin-left: 25px;
  font-family: Robotomono Variablefont Wght, sans-serif;
}

.scroll-bar.black {
  margin-top: 2em;
  position: static;
}

.sc-bar-wrapp {
  display: flex;
}

.sc-bar-wrapp.white {
  font-size: 12px;
}

.scroll-txt {
  color: var(--white);
  margin-left: 2em;
  font-family: Robotomono Variablefont Wght, sans-serif;
}

.scroll-txt.black {
  color: var(--none);
  margin-left: 2em;
}

.header-grid-wrapp {
  width: 100%;
  height: 100%;
}

.factors-section {
  width: 100%;
  height: 100%;
  padding: 120px 80px 80px;
  position: relative;
}

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

.key-f-grid {
  z-index: 111;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.factor-h {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

.factors-cards {
  z-index: 94;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  position: relative;
}

.about-us-div.t {
  display: none;
}

.small-blue-text {
  color: var(--light-blue);
  font-family: Robotomono Variablefont Wght, sans-serif;
}

.cards-vertical {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.cards-vertical.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  height: 100%;
}

.cards-vertical.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  height: 100%;
}

.cards-vertical.one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-right: 22px;
}

.cards-vertical.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.card.left {
  background-color: #f5f6fc;
  border: 1px solid #00000029;
  border-radius: 1px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 18em;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
}

.card.left.emty {
  opacity: 0;
  border-style: none;
  border-radius: 0;
}

.card.left.dark-blue {
  background-color: var(--dark-blue);
  border-style: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.card.left.dark-blue.d-bg {
  background-image: url("https://cdn.prod.website-files.com/660133a8d748c545d9cbac7d/6601683f111d4c62e0d2d083_Rectangle%2046.png");
  background-position: 50%;
  background-size: cover;
}

.card.left.white-blue {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--light-blue);
  border-style: none;
  border-radius: 0;
  padding-bottom: 24px;
  position: relative;
}

.card-number {
  z-index: 2;
  color: var(--white);
  font-family: Robotomono Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.card-number.white {
  z-index: 1;
  z-index: 1;
  position: relative;
}

.card-num.white._1, .card-num.t, .card-num.t.white {
  display: block;
}

.card-num {
  z-index: 2;
  color: var(--white);
  font-family: Robotomono Variablefont Wght, sans-serif;
  position: relative;
}

.card-num.white._1, .card-num.t, .card-num.t.white {
  display: block;
}

.card-num.white {
  color: var(--white);
}

.card-num.white._1, .card-num.t, .card-num.t.white {
  display: block;
}

.card-num.t.white {
  display: block;
}

.card-num.t.white.mob {
  display: none;
}

.card-num.t.black {
  color: var(--none);
}

.card-num.t.black.mob {
  display: none;
}

.card-num.black_key {
  color: var(--none);
  display: block;
}

.card-num.black_key.mob {
  display: none;
}

.card-heading {
  padding-bottom: 0;
}

.card-heading.white {
  color: var(--white);
}

.card-h {
  font-size: 2.22vw;
  line-height: 120%;
}

.card-h.white-txt {
  font-size: 2.22vw;
}

.white-txt {
  color: var(--white);
  font-size: 1.8vw;
  position: relative;
}

.image-sec {
  background-image: url("https://cdn.prod.website-files.com/660133a8d748c545d9cbac7d/67c84a2a1ff4568cdee4550c_19.%20Random%20office.webp");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 80vh;
  position: relative;
}

.introduction-section {
  position: relative;
}

.border-lines {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

.border-line.left {
  width: 1px;
  height: 100%;
}

.border-line.right {
  background-color: #0000;
  width: 1px;
  height: 100%;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.intro-h {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

.intro-cont {
  justify-content: flex-start;
  margin-top: 8em;
  padding-bottom: 80px;
  display: flex;
}

.intro-cont.white {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.intro-cont.white-blue {
  background-color: #dde6eb;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.intro-image {
  z-index: 12;
  width: 28.7vw;
  position: absolute;
  top: 14em;
}

.intro-wrapper {
  position: relative;
}

.inro-text-wrapp {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-right: 5em;
  padding-bottom: 8%;
  display: flex;
}

.inro-text-wrapp._2 {
  width: 100%;
  padding-bottom: 6em;
}

.intro-p._1 {
  margin-bottom: 0;
  display: inline-block;
}

.intro-p._2 {
  width: 100%;
  display: inline-block;
}

.p {
  margin-top: 3em;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 1.5;
  display: block;
}

.intro-p-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.intro-p-wrapper._2 {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 8%;
}

.intro-p-wrapper._1 {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
}

.intro---wrapp {
  width: 55%;
}

.intro-down {
  width: 100%;
  padding-bottom: 6em;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-columns: 1fr;
  margin-top: 7em;
  margin-bottom: 2em;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

.intro-large-txt {
  position: absolute;
  inset: -4em -2% auto 0%;
}

.text-block-3 {
  color: var(--baby-blue);
  text-align: right;
  font-size: 15vw;
}

.intro-down-txt._1 {
  width: 50%;
}

.intro-down-txt._2 {
  width: 45%;
}

.intro-p-down {
  font-size: 1.2vw;
  line-height: 1.4;
}

.intro-p-down.large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4vw;
}

.intro-p-down.small {
  margin-top: 3em;
  margin-bottom: 3em;
  font-weight: 400;
}

.black-line.left, .black-line.right {
  background-color: var(--dark-blue-200);
}

.black-line {
  background-color: #0f1638;
  width: 1px;
  height: 100%;
}

.black-line.left, .black-line.right, .black-line.left, .black-line.right {
  background-color: var(--dark-blue-200);
}

.practice-lagre {
  color: var(--dark-blue-200);
  text-align: left;
  font-size: 20vw;
}

.practice-lagre.right {
  color: var(--color);
  text-align: right;
  line-height: .8;
}

.practice-lagre.left {
  color: var(--color);
  font-size: 15vw;
  line-height: .8;
}

.footer {
  z-index: 0;
  background-color: var(--dark-blue);
  z-index: 0;
  background-color: var(--dark-blue);
  width: 100%;
  padding-bottom: 2em;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-7 {
  z-index: 111;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 5em;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.footer-bars {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  color: var(--white);
}

.footer-mini-bar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

.footer-link-txt {
  color: #fff6;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.footer-link-txt.mb-16 {
  margin-bottom: 16px;
}

.grid-lines-gray {
  z-index: 93;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

.grid-lines-main {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

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

.footer-policy {
  margin-top: 6em;
}

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

.footer-policy-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15px;
  display: flex;
}

.policy-cont {
  display: flex;
}

.policy-txt {
  color: var(--white);
  font-size: .9vw;
  font-weight: 200;
}

.legal-txt {
  color: var(--white);
  margin-left: 20px;
  font-size: .9vw;
  font-weight: 200;
}

.legal-txt.display-none {
  display: none;
}

.partners-txt {
  color: var(--white);
  font-weight: 200;
}

.footer-links-bar {
  border-bottom: 1px solid #383f5d;
  width: 100%;
  margin-top: auto;
  padding-bottom: 24px;
}

.footer-link {
  color: var(--white);
  font-weight: 300;
}

.people-feedback-section {
  padding-top: 12em;
  padding-bottom: 12em;
  position: relative;
  overflow: hidden;
}

.grid-lines-two {
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

.people-grid-cont {
  z-index: 1;
  margin-left: 80px;
  margin-right: 80px;
  position: static;
}

.countires {
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.countires.first {
  width: 18em;
  line-height: 3;
}

.text-block-5 {
  color: var(--none);
}

.text-block-5.black {
  margin-left: 1em;
  font-family: Robotomono Variablefont Wght, sans-serif;
}

.contact-line {
  color: #000;
  background-color: #0006;
  width: 2px;
  height: 1em;
}

.contact-line.black {
  background-color: #000;
}

.countries-txt {
  margin-left: 1em;
}

.people-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.p-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
  display: block;
}

.p-small {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 160%;
  display: block;
}

.tabs-menu {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 18em;
  margin-bottom: 2.5em;
  display: flex;
}

.tabs {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6em;
  display: flex;
  position: static;
}

.tabs-content {
  width: 48em;
  margin-left: 13em;
  position: static;
}

.tab-pane-tab-1 {
  position: static;
}

.people-heading-wrapper {
  display: flex;
}

.heading-wrapp {
  margin-left: 13em;
}

.tab-cont {
  width: 40em;
  margin-bottom: auto;
}

.tabs-link {
  color: #0006;
  background-color: #ddd0;
  border-left: 2px solid #0006;
  margin-bottom: 2.5em;
  padding: 0;
  font-family: Robotomono Variablefont Wght, sans-serif;
  display: flex;
}

.tabs-link.w--current {
  color: #000;
  background-color: #c8c8c800;
  border-left: 2px solid #000;
  padding: 0;
  display: flex;
}

.client-say {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.say-btn {
  background-color: var(--light-blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.say-btn-line {
  background-color: var(--white);
  width: 1px;
  height: 1em;
}

.say-btn-line.horizontal {
  width: 12px;
  height: 2px;
  position: absolute;
}

.say-btn-line.vertical {
  width: 2px;
  height: 12px;
}

.say-text {
  flex: none;
  margin-left: 1em;
}

.text-block-7 {
  color: var(--light-blue);
  font-family: Robotomono Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 100%;
  display: block;
}

.arrow {
  transform: rotate(180deg);
}

.arrow.right {
  transform: rotate(0);
}

.arrow.left.rotate, .arrow.right {
  transform: rotate(0);
}

.arrow.left {
  transform: rotate(180deg);
}

.arrow.left.rotate {
  transform: rotate(0);
}

.slider-cont {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.person-picture {
  border-radius: 100%;
  flex: none;
  width: 85px;
  height: 85px;
  position: relative;
  overflow: hidden;
}

.person-name-wrapp {
  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;
  margin-left: 2em;
  display: flex;
}

.person-name-txt {
  color: var(--none);
  font-size: 16px;
  line-height: 100%;
}

.partner-txt {
  color: var(--light-blue);
  margin-top: 10px;
  font-size: 16px;
  line-height: 100%;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-wrapper.is-team {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.swiper-slide.blog {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.swiper-slide.is-team {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.person-wrapp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-button__wrap {
  z-index: 10;
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev {
  pointer-events: auto;
  border: 1px solid #dde6eb;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev:hover {
  background-color: #dde6eb;
}

.swiper-button.swiper-btn-prev.white {
  background-color: #fff;
  border-style: none;
}

.swiper-button.swiper-btn-next {
  pointer-events: auto;
  border: 1px solid #dde6eb;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-next:hover {
  background-color: #dde6eb;
}

.swiper-button.swiper-btn-next.white {
  background-color: #fff;
  border-style: none;
}

.side-slider {
  z-index: 101;
  opacity: 1;
  background-color: #00000029;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.slider-right {
  z-index: 999999;
  clear: none;
  background-color: var(--white);
  width: 35%;
  height: 100%;
  margin-left: auto;
  padding-top: 6em;
  padding-left: 6em;
  padding-right: 6em;
  transition: left .6s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  left: 100%;
  overflow: scroll;
}

.slider-logo-wrapp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-logo-wrapp.logo-wrap {
  width: 118px;
  height: 24px;
}

.slider-btn-close {
  cursor: pointer;
  border: 1px solid #0006;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.8em;
  height: 3.8em;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.slider-btn-line {
  background-color: var(--none);
  width: 1px;
  height: 2em;
  position: absolute;
}

.slider-btn-line.horizontal {
  width: 1em;
  height: 2px;
}

.slider-btn-line.vertical {
  width: 2px;
  height: 1em;
}

.slider-text-cont {
  margin-top: 20px;
}

.slider-names-wrapp {
  flex-flow: column;
  margin-top: 20px;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.rich-text {
  font-size: 16px;
  line-height: 160%;
  display: block;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 10px;
}

.slider-bg {
  position: absolute;
  inset: auto 0% 0% auto;
}

.map-section {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 10em;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.large-text-map {
  z-index: 11;
  position: relative;
  top: 100px;
}

.map, .map-wrapp {
  width: 100%;
  position: relative;
}

.large-txt-map {
  position: absolute;
  inset: -7em 0% auto -2.5em;
}

.large-txt-map.left {
  text-align: left;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: 2em;
}

.map__state {
  position: absolute;
  inset: 0% auto auto 0%;
}

.map__state.de {
  z-index: 4;
  width: 16.97em;
  margin-top: 10.67em;
  margin-left: 1.35em;
}

.map__state.sl {
  z-index: 4;
  width: 6em;
  margin-top: 29.6em;
  margin-left: 16.1em;
}

.map__state.au {
  z-index: 4;
  width: 14.4em;
  margin-top: 24.5em;
  margin-left: 8.6em;
}

.map__state.hr {
  z-index: 4;
  width: 11.4em;
  margin-top: 30.4em;
  margin-left: 16.4em;
}

.map__state.ba {
  z-index: 4;
  width: 7.69em;
  margin-top: 33.38em;
  margin-left: 20.8em;
}

.map__state.sr {
  z-index: 4;
  width: 8.66em;
  margin-top: 31.25em;
  margin-left: 26.61em;
}

.image-8 {
  width: 83.3em;
}

.map-grid {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

.grid-none {
  width: 100%;
  height: 100%;
}

.map-tabs {
  margin-top: 100px;
  padding-top: 2em;
}

.map-tab {
  cursor: pointer;
  margin-top: 1em;
  transition: opacity .2s;
  display: inline-flex;
}

.tab-line {
  background-color: var(--white);
  width: 1px;
  height: 1em;
  transition: background-color .2s;
}

.map-tab-txt {
  color: var(--white);
}

.map-tab-txt-b {
  color: var(--light-blue);
}

.maps-tab-wrapper {
  flex-flow: column;
  display: flex;
}

.map-tab-images {
  margin-top: 2em;
  position: relative;
}

.map-img {
  opacity: 0;
  pointer-events: none;
  height: 200px;
  max-height: 200px;
  transition: opacity .3s;
  position: relative;
}

.map-img.abs {
  inset: 0%;
  position: absolute;
  inset: 0%;
}

.tab-txt-div {
  margin-left: 1.5em;
  position: relative;
}

.blog-section {
  z-index: 1;
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

.blog-wrapper {
  z-index: 11;
  width: 100%;
  padding: 3em 80px;
  position: relative;
}

.blog-wrapper.hide {
  display: none;
}

.text-blog {
  color: var(--dark-blue-200);
  font-size: 24px;
  line-height: 150%;
}

.text-blog.text-black {
  color: var(--none);
  margin-top: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  line-height: 150%;
}

.text-blog.text-white {
  color: var(--white);
}

.gray-bg {
  z-index: 10;
  background-color: #dde6eb;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0%;
}

.gray-bg.hide {
  display: none;
}

.blog-section-heading {
  z-index: 11;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.read-btn {
  color: var(--none);
  text-decoration: none;
}

.header-small-line {
  background-color: var(--white);
  width: 2px;
  height: 1em;
}

.header-small-line.black {
  background-color: var(--none);
}

.collection-list-wrapper-news {
  flex-flow: row;
}

.collection-list-wrapper-news.full-width {
  width: 100%;
}

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

.collection-list-news.layout-flex {
  display: flex;
}

.collection-list-news.layout-flex.fullpwidth {
  width: 100%;
}

.collection-list-news.one-row {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

.collection-item-news {
  padding-left: 0;
  padding-right: 0;
}

.state {
  width: 100%;
  transition: all .3s;
}

.p-d {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image-embed {
  width: 100%;
}

.news-link {
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.news-link:hover {
  color: var(--light-blue);
}

.w {
  margin-left: 1em;
}

.p-f {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.map-tabb-heading {
  opacity: 1;
  cursor: pointer;
  margin-top: 1.5em;
  transition: opacity .2s;
  display: inline-flex;
}

.map-tabb-heading._2 {
  margin-top: 2.5em;
}

.tab-line-heading {
  background-color: var(--light-blue);
  width: 1px;
  height: 1em;
}

.footer-links {
  color: var(--black-link);
}

.footer-links.white {
  color: var(--white);
}

.blue {
  color: var(--light-blue);
}

.header__large-new {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 120%;
}

.header__large-new.mb-24 {
  margin-bottom: 24px;
}

.para__head {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

.o-section {
  width: 100%;
  position: relative;
}

.o-section.offices {
  overflow: visible;
}

.tab {
  flex-flow: column;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.tab__menu {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 66.6667%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.tab__pane {
  width: 100%;
  padding-bottom: 183px;
  position: relative;
}

.o-container {
  z-index: 1;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.pane__wrapp {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 66.6667%;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pane__img-wrapp {
  width: 50%;
  padding-top: 36%;
  position: relative;
}

.pane__text-wrapp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.pane__text-wrapp.mb-50 {
  display: flex;
}

.tab__content {
  flex: 1;
  width: 100%;
}

.head__3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 100%;
}

.head__3.mb-24 {
  margin-bottom: 24px;
}

.para__small {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

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

.para__small.opacity {
  opacity: .4;
}

.para__small.width-50 {
  width: 50%;
}

.para__small.width-50.op {
  opacity: .6;
}

.para__small.width-50.op.tm-20 {
  margin-top: 20px;
}

.tab__link {
  padding: 0;
}

.tab__link-img {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.home__link {
  display: block;
}

.cards_vertical-practise.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}

.cards_vertical-practise {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.cards_vertical-practise.two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}

.practise_section {
  background-color: #121a3e;
  width: 100%;
  height: 100%;
  padding: 106px 80px;
  position: relative;
}

.cards-vertical-copy {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.cards-vertical-copy.one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid var(--off-white);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid var(--off-white);
  grid-template-rows: 1fr 1fr;
  padding-right: 0;
}

.card_practise.left {
  background-color: var(--dark-blue);
  border-radius: 1px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 24em;
  padding: 24px;
  display: flex;
}

.card_practise.left.white-blue {
  background-color: var(--light-blue);
  border-style: none;
  border-radius: 0;
  height: auto;
  padding-bottom: 24px;
  position: relative;
}

.card_practise.left.picture {
  background-image: url("https://cdn.prod.website-files.com/660133a8d748c545d9cbac7d/66a8e8182bd36cf393e04c6e_aea0a8aa1117ad3137cc918de34884ec.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.card_practise.left.picture._3 {
  border-bottom: 1px solid #ffffff29;
}

.card_practise.left._1 {
  border-top: 1px solid #ffffff29;
  border-bottom: 1px solid #ffffff29;
  border-left: 1px solid #ffffff29;
  border-radius: 0;
}

.card_practise.left._1.slovenia {
  height: auto;
}

.card_practise.left._4 {
  opacity: 1;
  border-bottom: 1px solid #ffffff29;
  border-left: 1px solid #ffffff29;
  border-right: 1px solid #ffffff29;
}

.card_practise.left._4.slovenia {
  height: 24em;
  min-height: 24em;
}

.practise_cards {
  z-index: 94;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 3.5fr 3.5fr;
  margin-top: 0;
  position: relative;
}

.practise_down-txt.white {
  opacity: .6;
  color: var(--white);
  opacity: .6;
  opacity: .6;
  max-width: 78%;
}

.overlay_practise {
  background-color: var(--dark-blue);
  opacity: .6;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card_heading {
  z-index: 1;
  padding-bottom: 0;
  position: relative;
}

.practise_heading {
  width: 20%;
}

.practise-h {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

.footer__ln {
  color: var(--white);
  border: 1px solid #ffffff29;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 24px;
  padding: 5px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.footer__ln:hover {
  background-color: var(--white);
  color: var(--dark-blue-200);
}

.map__text {
  z-index: 4;
  max-width: 766px;
  position: absolute;
  inset: auto auto 6.5% 6.5%;
}

.paragraph__map {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 140%;
}

.card-practise {
  font-size: 1.8vw;
}

.card-practise.white-txt {
  font-size: 1.11vw;
  line-height: 160%;
}

.pane__text-wrapp-big {
  width: 50%;
}

.pane__text-wrapp-big.mb-50 {
  flex-flow: column;
  display: flex;
}

.code-embed {
  width: 100%;
}

.people__ln {
  color: var(--white);
  border: 1px solid #00000029;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  padding: 0;
  transition: background-color .2s, color .2s;
  display: flex;
}

.people__ln:hover {
  background-color: var(--white);
  color: var(--dark-blue-200);
}

.tab__link-overlay {
  opacity: 1;
  color: var(--white);
  background-color: #121a3e99;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 12px;
  transition: background-color .2s, opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab__link-overlay-text {
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-pagination {
  background-color: #dde6eb;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.pane__link {
  display: block;
}

.pane__link.hide {
  display: none;
}

.link-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plus-icon.display-none {
  display: none;
}

.logo-wrap {
  width: 118px;
  height: 24px;
}

.header-divider {
  z-index: 95;
  background-color: var(--light-blue);
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.pane-adress-wrapper {
  margin-bottom: 40px;
}

.blog-details-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--light-blue);
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  font-size: 14px;
  display: flex;
}

.blog-details-wrapper.tm-40 {
  margin-top: 40px;
}

.blog-details-wrapper.tm-24 {
  margin-top: 16px;
}

.link-block-wrapper {
  aspect-ratio: auto;
  background-color: var(--dark-blue);
  color: var(--none);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-wrapper.card {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-left: 0;
  display: flex;
  position: static;
}

.link-block-wrapper.card.introduction-section {
  display: none;
}

.link-block-wrapper.bm-16 {
  margin-bottom: 16px;
}

.blog-details-text {
  font-family: Robotomono Variablefont Wght, sans-serif;
  line-height: 100%;
}

.blog-par {
  color: #ffffffb3;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.blog-par.limit-three-rows {
  margin-top: 20px;
}

.map-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-blue);
  opacity: 0;
  pointer-events: auto;
  color: #ffffffb3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 277px;
  margin-top: 1.5em;
  font-size: .875em;
  line-height: 150%;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.map-text.abs {
  opacity: 0;
  opacity: 0;
  inset: 200px 0% 0%;
  position: absolute;
  inset: 200px 0% 0%;
}

.flex {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.map-info {
  margin-top: 0;
  margin-bottom: 0;
}

.map-info-divider {
  background-color: #383f5d;
  width: 302px;
  height: 1px;
}

.map-modal {
  display: none;
}

.tag-news {
  color: #b8bac5;
  border: 1px solid #b8bac5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.tag-news.small-padding {
  margin-bottom: 6px;
}

.div-block-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.name-modal-wrapper {
  display: none;
}

.right-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.language-link {
  color: var(--white);
  background-color: #1ab7ea;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding: 16px;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: var(--white);
  background-color: #12a4d3;
}

.language-link.w--current {
  background-color: #1ab7ea;
  padding: 16px;
  font-size: 14px;
}

.language-link.w--current:hover {
  background-color: #12a4d3;
}

.language-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px none var(--none);
  background-color: var(--light-blue);
  color: var(--white);
  -webkit-text-stroke-color: var(--none);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 6px 16px 8px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 143px;
  padding: 20px 0 0;
  top: 40px;
  left: -80px;
  right: auto;
}

.plus-wrapper {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.line-vertical {
  background-color: var(--white);
  width: 1.5px;
  height: 10px;
}

.line-horizontal {
  background-color: var(--white);
  width: 10px;
  height: 1.5px;
  position: absolute;
}

.text-block-18 {
  font-size: 14px;
}

.embed-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.2vw;
  }

  p {
    margin-top: 4em;
    margin-bottom: 4em;
    font-size: 1.8vw;
  }

  .header-section {
    z-index: 80;
    min-height: 110vh;
    overflow: hidden;
  }

  .grid-lines {
    pointer-events: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lines-wrapp._5, .lines-wrapp._6 {
    display: none;
  }

  .lines-wrapp._2 {
    display: flex;
  }

  .lines-wrapp._5, .lines-wrapp._6 {
    display: none;
  }

  .p-img {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .p-img.white {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .p-img.footer {
    height: 100%;
    inset: 20% 0% 0%;
    overflow: visible;
  }

  .menu {
    z-index: 101;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu.fix {
    z-index: 1000;
    background-color: #fff;
  }

  .menu.trans {
    background-color: #0000;
  }

  .logo.w--current {
    width: 110px;
    height: 22px;
  }

  .menu-btn {
    width: 25%;
  }

  .menu-btn.blue {
    font-size: 14px;
  }

  .menu-btn.trans {
    background-color: var(--off-white);
  }

  .button-nav-text {
    font-size: 14px;
  }

  .header-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-height: 100%;
    display: flex;
  }

  .header-wrapp {
    z-index: 80;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-text-wrapp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .header-large {
    font-size: 5.8vw;
  }

  .header-large.d {
    display: block;
  }

  .emty, .emty._1 {
    display: none;
  }

  .emty._1 {
    display: none;
  }

  .emty._2 {
    display: block;
  }

  .headers-bars {
    padding-top: 6em;
  }

  .headers-bars.hide {
    display: none;
  }

  .h-bar {
    margin-bottom: 35px;
  }

  .h-bar.t {
    display: none;
  }

  .h-bar.d {
    display: flex;
  }

  .bar-line {
    height: 1.8em;
  }

  .bar-txt {
    font-size: 1.8vw;
  }

  .scroll-bar {
    align-self: flex-end;
  }

  .scroll-txt {
    font-size: 1.8vw;
  }

  .scroll-txt.black {
    font-size: 1.4vw;
  }

  .header-grid-wrapp {
    height: auto;
    min-height: 100%;
  }

  .factors-section {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .key-f-grid {
    pointer-events: auto;
    grid-template-columns: 1fr .75fr 1fr;
    margin-top: 2em;
  }

  .factors-cards {
    grid-template-columns: 1fr 1fr;
    margin-top: 4em;
  }

  .about-us-div {
    display: none;
  }

  .about-us-div.t {
    display: block;
  }

  .about-us-div.t.hide {
    display: none;
  }

  .small-blue-text {
    font-size: 1.4vw;
  }

  .card.left {
    height: 22em;
    position: relative;
  }

  .card.left.white-blue {
    padding-bottom: 24px;
  }

  .card-num.white._1, .card-num.t {
    display: none;
  }

  .card-num.t.white.mob, .card-num.t.black.mob {
    display: block;
  }

  .card-num.white._1, .card-num.t {
    display: none;
  }

  .card-num.t.white.mob, .card-num.t.black.mob, .card-num.t.white.mob, .card-num.t.white.mob, .card-num.t.black.mob, .card-num.t.black.mob {
    display: block;
  }

  .card-num.black_key {
    display: none;
  }

  .card-num.black_key.mob {
    display: block;
  }

  .card-heading {
    position: relative;
  }

  .card-heading.mg-dif {
    margin-top: 0;
  }

  .card-h, .card-h.white-txt, .card-h.white-txt {
    font-size: 24px;
  }

  .image-sec {
    background-position: 50%;
    background-size: cover;
    height: 60vh;
    overflow: hidden;
  }

  .introduction-section {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-cont.white {
    flex-flow: column;
    padding-bottom: 10%;
  }

  .intro-cont.white-blue {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-image {
    width: 35vw;
    position: absolute;
    inset: 70% auto 0% 0%;
  }

  .inro-text-wrapp {
    justify-content: center;
    align-items: flex-end;
    margin-right: 0;
    padding-bottom: 0;
  }

  .inro-text-wrapp._2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0%;
    padding-bottom: 4em;
  }

  .intro-p._1, .intro-p._2, .intro-p._1, .intro-p._2 {
    margin-bottom: 2em;
  }

  .p {
    font-size: 2.2vw;
  }

  .intro-p-wrapper._2 {
    width: 100%;
    margin-top: 5em;
  }

  .intro-p-wrapper._1 {
    width: 100%;
  }

  .intro-down {
    position: relative;
  }

  .intro-large-txt {
    right: -7%;
  }

  .text-block-3 {
    font-size: 25vw;
  }

  .intro-p-down.large {
    font-size: 2.2vw;
  }

  .intro-p-down.small {
    font-size: 2vw;
  }

  .intro-p-down.small.white-txt {
    opacity: .43;
    opacity: .43;
    margin-top: 1.4em;
    margin-bottom: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .practice-tabs._2 {
    margin-top: 45%;
  }

  .practice-tabs._3 {
    margin-top: 30%;
  }

  .practice-tabs._4 {
    margin-top: 75%;
  }

  .practice-lagre.left {
    font-size: 25vw;
  }

  .practice-tabs-line {
    height: 1.5em;
  }

  .practice-tabs-num {
    font-size: 2.2vw;
  }

  .practise-tabs._1 {
    margin-top: 10%;
  }

  .practise-tabs-heading {
    font-size: 2.4vw;
  }

  .practise-p {
    font-size: 2.2vw;
  }

  .footer {
    padding-bottom: 40px;
  }

  .grid-7 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .text-block-4, .footer-link-txt {
    font-size: 1.8vw;
  }

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

  .grid-lines-gray {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-lines-main {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-cont-wrapper {
    margin-top: 2em;
  }

  .policy-txt, .legal-txt, .partners-txt, .footer-link {
    font-size: 1.8vw;
  }

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

  .people-feedback-section {
    z-index: 95;
    overflow: hidden;
  }

  .grid-lines-two {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .people-grid-cont {
    margin-left: 40px;
    margin-right: 40px;
  }

  .countires.first {
    width: 30%;
  }

  .text-block-5.black {
    font-size: 1.8vw;
  }

  .contact-line.black {
    height: 3em;
  }

  .countries-txt {
    flex: none;
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .people-heading {
    font-size: 4vw;
  }

  .p-large {
    font-size: 2vw;
  }

  .p-small {
    font-size: 1.8vw;
  }

  .tabs-menu {
    flex-flow: column;
    width: 30%;
  }

  .tabs {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tabs-content {
    flex: 0 auto;
    width: 60%;
    margin-left: 0;
  }

  .heading-wrapp {
    margin-left: 0;
  }

  .tab-cont {
    width: 100%;
    margin-bottom: auto;
  }

  .say-btn {
    width: 5em;
    height: 5em;
  }

  .say-btn-line.horizontal {
    width: 2em;
  }

  .say-btn-line.vertical {
    height: 2em;
  }

  .text-block-7 {
    font-size: 1.8vw;
  }

  .person-picture {
    width: 10em;
    height: 10em;
  }

  .person-name-txt, .partner-txt {
    font-size: 1.8vw;
  }

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

  .swiper-wrapper.is-team {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide.blog {
    width: 33.33%;
    margin-right: .5em;
  }

  .side-slider {
    overflow: scroll;
  }

  .slider-right {
    width: 60%;
    padding-left: 8em;
    padding-right: 8em;
  }

  .slider-btn-close {
    width: 5em;
    height: 5em;
    transform: rotate(45deg);
  }

  .slider-btn-line.horizontal {
    width: 1.8em;
    height: 1px;
  }

  .slider-btn-line.vertical {
    width: 1px;
    height: 1.8em;
  }

  .text-block-11, .text-block-12 {
    font-size: 2.5vw;
  }

  .rich-text p, .rich-text blockquote, .rich-text p, .rich-text blockquote {
    font-size: 16px;
    line-height: 150%;
  }

  .map-section {
    padding-bottom: 4em;
  }

  .map {
    pointer-events: none;
  }

  .map-grid {
    pointer-events: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .map-tab {
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-au, .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-au, .map-tab-txt-b {
    font-size: 1.8vw;
  }

  .map-tab-images {
    display: none;
  }

  .tab-txt-div {
    line-height: 1.2;
  }

  .blog-section {
    overflow: hidden;
  }

  .blog-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-item-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .collection-item-2:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-card {
    justify-content: center;
    align-items: center;
  }

  .blog-card.full-width, .image-9 {
    width: 100%;
  }

  .text-blog {
    text-align: center;
    margin-top: 16px;
  }

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

  .text-blog.text-white.limit-three-rows {
    text-align: left;
    text-align: left;
    margin-top: 0;
  }

  .blog-card-date {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.2vw;
  }

  .blog-card-line._1, .blog-card-line._2, .blog-card-line._1, .blog-card-line._2 {
    height: 2em;
  }

  .min-read, .blog-card-date-txt {
    font-size: 1.6vw;
  }

  .blog-section-heading {
    margin-bottom: 4em;
  }

  .heading-7 {
    font-size: 4.2vw;
  }

  .blog-bg {
    padding-bottom: 6em;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-8 {
    font-size: 2.2vw;
  }

  .header-small-line {
    height: 1.4em;
  }

  .collection-list-wrapper-news.full-width {
    width: 100%;
  }

  .collection-list-news {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-news {
    width: 100%;
  }

  .collection-list-wrapper-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .collection-list-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-featured-wrapper {
    width: 45%;
  }

  .collection-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-temp-h-img {
    width: 100%;
    top: 8em;
  }

  .rich-text-block {
    width: 100%;
  }

  .grid-9 {
    pointer-events: none;
    grid-template-columns: .25fr .25fr .25fr .25fr;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .collection-list-wrapper-5 {
    margin-top: 2em;
  }

  .collection-list-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .similar-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .similar-wrapper-text {
    width: 100%;
  }

  .similar-news__heading {
    text-align: left;
    font-size: 4vw;
  }

  .blog-grid-wrapper {
    padding-top: 100px;
  }

  .p-d {
    top: 0%;
  }

  .cover-image-embed {
    height: 100%;
  }

  .news-link {
    font-size: 2.2vw;
  }

  .p-f {
    height: 100%;
    inset: 0%;
  }

  .map-tabb-heading {
    font-size: 1.8vw;
    line-height: 1.2;
  }

  .header__large-new {
    order: 1;
    font-size: 5.8vw;
  }

  .header__large-new.mb-24 {
    width: 60%;
  }

  .para__head.mb-20 {
    order: -1;
    margin-bottom: 20px;
  }

  .tab__menu {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: scroll;
  }

  .o-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pane__wrapp {
    width: auto;
  }

  .para__small.width-50 {
    width: 100%;
  }

  .tab__link {
    flex: none;
    width: 30%;
  }

  .practise_section {
    padding: 12em 40px;
    overflow: hidden;
  }

  .card_practise.left {
    height: auto;
    min-height: 300px;
    position: relative;
  }

  .card_practise.left.white-blue {
    border-width: 1px;
    border-color: black var(--black-link) var(--black-link);
    padding-bottom: 24px;
  }

  .card_practise.left._1 {
    border-color: var(--black-link);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 0;
    justify-content: space-between;
    align-items: flex-start;
  }

  .card_practise.left._4 {
    border-color: var(--black-link);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 0;
  }

  .practise_cards {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 4em;
    display: flex;
  }

  .overlay_practise {
    border-right: 1px solid var(--black-link);
    border-bottom: 1px solid var(--black-link);
    border-left: 1px solid var(--black-link);
    height: 101%;
    inset: 0%;
  }

  .card_heading {
    position: relative;
  }

  .practise_heading {
    width: auto;
  }

  .footer__ln.last.static {
    margin-top: 0;
  }

  .map__text {
    max-width: 50%;
    margin-bottom: 20px;
    margin-left: 40px;
    position: static;
  }

  .paragraph__map {
    font-size: 32px;
    line-height: 120%;
  }

  .card-practise, .card-practise.white-txt, .card-practise.white-txt {
    font-size: 2.2vw;
  }

  .o-container-legal {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .para__legal-wrap.align-left.mb-10 {
    max-width: none;
    margin-right: 0;
  }

  .image__desc.hide {
    display: none;
  }

  .image__mob.hide {
    width: 300px;
    display: inline-block;
  }

  .div-block-24 {
    margin-top: 32px;
    padding-bottom: 32px;
  }

  .nav-button__text {
    font-size: 1.8vw;
  }

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

  .pp-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-temp-cont-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list-multiple-austria {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-multiple-austria.one-row {
    grid-template-rows: auto;
  }

  .blog-heading {
    margin-bottom: 24px;
  }

  .blog-featured-text-wrapper {
    width: 45%;
  }

  .blog-featured-text-wrapper.full-width {
    width: 100%;
  }

  .blog-featured-wrap.one-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-details-wrapper, .blog-details-wrapper.tm-40 {
    margin-top: 16px;
  }

  .blog-details-wrapper.tm-40 {
    margin-top: 16px;
  }

  .blog-details-wrapper.tm-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 16px;
  }

  .blog-text {
    width: 100%;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list.gap-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .multiple-blog-section-austria.dark-bg.tp-80 {
    padding-top: 40px;
  }

  .multiple-blog-section-austria.dark-bg.tp-80.bp-107 {
    padding-bottom: 56px;
  }

  .multiple-blog-section-serbia.dark-bg.tp-80 {
    padding-top: 40px;
  }

  .multiple-blog-section-serbia.dark-bg.tp-80.bp-107 {
    padding-bottom: 56px;
  }

  .multiple-blog-section-bih.dark-bg.tp-80 {
    padding-top: 40px;
  }

  .multiple-blog-section-bih.dark-bg.tp-80.bp-107 {
    padding-bottom: 56px;
  }

  .multiple-blog-section-croatia.dark-bg.tp-80 {
    padding-top: 40px;
  }

  .multiple-blog-section-croatia.dark-bg.tp-80.bp-107 {
    padding-bottom: 56px;
  }

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

  .flex.close-modal {
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: relative;
    top: 0;
    left: 0;
  }

  .map-info.typo--white-op.tm-20.white {
    opacity: .7;
    color: var(--white);
    opacity: .7;
    opacity: .7;
    font-size: 16px;
    line-height: 1.5;
  }

  .map-info.typo--white.tm-20.white {
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
  }

  .map-modal {
    z-index: 500;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--dark-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .map-modal-image {
    width: 50%;
    margin-top: 0;
  }

  .name-modal-wrapper {
    color: var(--white);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    font-size: 20px;
    display: flex;
  }

  .author-text {
    font-size: 14px;
  }

  .author-wrapper {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .language-toggle {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 4.8vw;
  }

  h3 {
    font-size: 4.5vw;
  }

  p {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 3vw;
  }

  .grid-lines {
    position: relative;
  }

  .lines-wrapp._4 {
    display: none;
  }

  .menu {
    z-index: 101;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-cont-wrapp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-btn {
    width: 33.33%;
  }

  .menu-btn.trans {
    background-color: var(--off-white);
    background-color: var(--off-white);
  }

  .button-nav-text {
    font-size: 14px;
  }

  .button-nav-text.black {
    font-size: 2.3vw;
  }

  .header-wrapp {
    z-index: 90;
    padding-top: 22em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-large.d {
    font-size: 6.4vw;
  }

  .bar-line {
    height: 2.2em;
  }

  .bar-txt, .scroll-txt {
    font-size: 2.2vw;
  }

  .scroll-txt.black {
    margin-left: 1em;
    font-size: 2.2vw;
  }

  .factors-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .factors-cards {
    display: block;
  }

  .about-us-div {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
    display: flex;
  }

  .cards-vertical.one {
    padding-right: 0;
    display: block;
  }

  .cards-vertical.two {
    grid-template-rows: auto auto;
    display: block;
  }

  .card.left {
    height: 45em;
    display: flex;
  }

  .card.left.emty {
    display: none;
  }

  .card-number {
    display: flex;
    position: relative;
  }

  .card-num.t {
    font-size: 3.2vw;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .card-num.t.white {
    display: block;
  }

  .card-num._1 {
    font-size: 3.2vw;
    display: none;
  }

  .card-h {
    font-size: 4vw;
  }

  .image-sec, .introduction-section {
    overflow: hidden;
  }

  .intro-h {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-cont.white {
    padding-bottom: 35%;
  }

  .intro-image {
    width: 40vw;
    top: 80%;
    left: auto;
  }

  .inro-text-wrapp {
    justify-content: center;
    align-items: flex-start;
  }

  .inro-text-wrapp._2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40%;
  }

  .p {
    font-size: 2.8vw;
  }

  .p.new {
    margin-top: 0;
  }

  .intro---wrapp {
    width: 100%;
    margin-top: 5%;
  }

  .intro-down {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-5 {
    margin-top: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-large-txt {
    right: -5%;
  }

  .text-block-3 {
    font-size: 28vw;
  }

  .intro-down-txt._1, .intro-down-txt._2, .intro-down-txt._1, .intro-down-txt._2 {
    width: 100%;
  }

  .intro-p-down.large {
    margin-top: 2em;
    margin-bottom: 0;
    font-size: 2.5vw;
  }

  .intro-p-down.small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5vw;
  }

  .intro-p-down.small.white-txt {
    opacity: .44;
    opacity: .44;
    margin-top: 1.4em;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .practice-tabs._2, .practice-tabs._3, .practice-tabs._4, .practice-tabs._2, .practice-tabs._3, .practice-tabs._4 {
    margin-top: 15%;
  }

  .practice-tabs-line {
    height: 2.8em;
  }

  .practice-tabs-num {
    font-size: 2.6vw;
  }

  .practise-tabs-heading {
    font-size: 2.8vw;
  }

  .practise-p {
    font-size: 2.6vw;
  }

  .grid-7 {
    padding-top: 20%;
  }

  .footer-bars {
    margin-top: 5em;
  }

  .text-block-4, .footer-link-txt {
    font-size: 2.5vw;
  }

  .grid-lines-gray, .grid-lines-main {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-cont-wrapper, .footer-policy {
    margin-top: 10%;
  }

  .policy-txt, .legal-txt, .partners-txt, .footer-link {
    font-size: 2.5vw;
  }

  .people-feedback-section {
    overflow: hidden;
  }

  .countires.first {
    display: none;
  }

  .countries-txt {
    font-size: 2.1vw;
  }

  .people-heading {
    font-size: 5vw;
  }

  .p-large {
    font-size: 3vw;
  }

  .p-small {
    font-size: 2.5vw;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
    display: flex;
    overflow: scroll;
  }

  .tabs {
    display: block;
  }

  .tabs-content, .tab-cont {
    width: 100%;
  }

  .tabs-link {
    flex: none;
  }

  .say-btn {
    width: 6em;
    height: 6em;
  }

  .text-block-7 {
    font-size: 2.2vw;
  }

  .slider-black-line {
    width: 33.33%;
  }

  .person-name-txt, .partner-txt {
    font-size: 2.5vw;
  }

  .swiper-wrapper.is-team {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-slide.blog {
    width: 100%;
  }

  .swiper-button__wrap {
    justify-content: center;
    align-items: center;
    top: 0;
  }

  .swiper-button.swiper-btn-prev {
    width: 6em;
    height: 6em;
  }

  .swiper-button.swiper-btn-prev.white {
    width: 7em;
    height: 7em;
  }

  .swiper-button.swiper-btn-prev.white.new {
    width: 4em;
    height: 4em;
  }

  .swiper-button.swiper-btn-next {
    width: 6em;
    height: 6em;
  }

  .swiper-button.swiper-btn-next.white {
    width: 7em;
    height: 7em;
  }

  .swiper-button.swiper-btn-next.white.new {
    width: 4em;
    height: 4em;
  }

  .slider-right {
    width: 100%;
    padding-top: 12em;
    padding-left: 12em;
    padding-right: 12em;
  }

  .slider-btn-close {
    width: 8em;
    height: 8em;
  }

  .slider-btn-line.horizontal {
    width: 3em;
  }

  .slider-btn-line.vertical {
    height: 3em;
  }

  .slider-text-cont {
    margin-top: 10%;
  }

  .text-block-11, .text-block-12 {
    font-size: 4vw;
  }

  .map-section {
    flex-flow: column;
  }

  .map {
    pointer-events: auto;
    width: 150%;
  }

  .map__state.de {
    width: 25em;
    margin-top: 20em;
    margin-left: 5.2em;
    display: block;
  }

  .map__state.sl {
    width: 8em;
    margin-top: 55em;
    margin-left: 30em;
    display: flex;
  }

  .map__state.au {
    width: 25em;
    margin-top: 47em;
    margin-left: 15em;
    display: flex;
  }

  .map__state.hr {
    width: 19.8em;
    margin-top: 55em;
    margin-left: 30em;
    display: flex;
  }

  .map__state.ba {
    width: 14em;
    margin-top: 60em;
    margin-left: 37.2em;
    display: flex;
  }

  .map__state.sr {
    width: 15em;
    margin-top: 57em;
    margin-left: 48.6em;
    display: flex;
  }

  .image-8 {
    width: 100%;
  }

  .map-grid {
    grid-template-columns: 1fr;
    position: relative;
  }

  .map-tabs {
    padding-top: 0;
  }

  .map-tab {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-de, .map-tab-txt.h-au, .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-de, .map-tab-txt.h-au, .map-tab-txt-b {
    font-size: 2.5vw;
  }

  .blog-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-card {
    overflow: hidden;
  }

  .image-9 {
    width: 100%;
  }

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

  .min-read, .blog-card-date-txt {
    font-size: 2.2vw;
  }

  .blog-bg {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-bg.onmob-tp {
    padding-top: 20em;
  }

  .heading-8 {
    font-size: 4.5vw;
  }

  .header-small-line {
    height: 2.2em;
  }

  .header-small-line.black {
    height: 2.5em;
  }

  .blog-featured {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-featured {
    flex: 1;
  }

  .collection-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9, .grid-ab {
    display: none;
  }

  .swiper-button__wrapp {
    padding-left: 1em;
    padding-right: 1em;
  }

  .similar-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .similar-news__heading {
    font-size: 5vw;
  }

  .map-tabb-heading {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .header__large-new.mb-24 {
    margin-bottom: 0;
  }

  .tab__menu {
    width: auto;
  }

  .o-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pane__wrapp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 32px;
  }

  .pane__text-wrapp {
    width: 100%;
  }

  .pane__text-wrapp.m-100 {
    width: auto;
  }

  .tab__content {
    display: flex;
  }

  .cards_vertical-practise.two {
    grid-template-rows: auto auto;
    display: block;
  }

  .practise_section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .cards-vertical-copy.one {
    padding-right: 0;
    display: block;
  }

  .card_practise.left {
    height: 45em;
    display: flex;
  }

  .practise_cards {
    display: block;
  }

  .practise_heading {
    width: auto;
  }

  .practise-h {
    margin-top: 0;
    margin-bottom: 0;
  }

  .map__text {
    max-width: 100%;
  }

  .card-practise {
    font-size: 4vw;
  }

  .pane__text-wrapp-big {
    width: 100%;
  }

  .o-container-legal {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .h1_legal-wrap.mb-72 {
    text-align: center;
    text-align: center;
  }

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

  .para__legal {
    font-size: 16px;
  }

  .h2_legal-wrap.mb-24 {
    text-align: center;
    text-align: center;
  }

  .o-container-le {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-24 {
    z-index: 50;
    position: relative;
  }

  .nav-button__text {
    font-size: 2.3vw;
  }

  .blog-temp-cont-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-heading {
    line-height: 120%;
  }

  .blog-featured-wrap {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-featured-wrap.one-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-details-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-text.big {
    width: 100%;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-blog-layout-austria, .single-blog-layout-serbia, .single-blog-layout-bih, .single-blog-layout-croatia {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .blog-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 7fr;
  }

  .map-info.typo--white-op.tm-20.white {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .map-info-divider.tm-20 {
    width: 100%;
  }

  .map-modal {
    justify-content: flex-start;
    align-items: stretch;
  }

  .map-modal-image {
    width: 50%;
  }

  .language-link {
    font-size: 2.4vw;
  }

  .language-toggle {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h2, h3 {
    font-size: 8vw;
  }

  p {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 5vw;
  }

  .header-section {
    z-index: 80;
    height: 110vh;
  }

  .p-img {
    inset: 0%;
    overflow: visible;
  }

  .p-img.white {
    width: 200%;
    left: -15%;
  }

  .p-img.footer {
    height: 39%;
    display: none;
    inset: 0 0% auto;
  }

  .menu.fix {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu.fix.trans {
    justify-content: space-between;
  }

  .logo {
    width: 110px;
  }

  .logo.w--current {
    flex: 0 auto;
  }

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

  .menu-btn.blue {
    min-height: 36px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .menu-btn.blue.small, .button-nav-text {
    font-size: 14px;
  }

  .button-nav-text.black {
    font-size: 3vw;
  }

  .button-nav-text.blue {
    font-size: 3.5vw;
  }

  .button-nav-text.small {
    font-size: 12px;
  }

  .header-cont {
    margin-top: 22%;
  }

  .header-wrapp {
    z-index: 90;
    padding-top: 20em;
  }

  .header-large.d {
    font-size: 9vw;
    line-height: 1.2;
  }

  .headers-bars {
    padding-top: 6em;
  }

  .bar-line {
    height: 5em;
  }

  .bar-txt {
    margin-left: 15px;
    font-size: 4.5vw;
  }

  .scroll-bar {
    display: none;
  }

  .scroll-bar.black {
    margin-top: 7em;
  }

  .scroll-txt {
    font-size: 3.5vw;
  }

  .scroll-txt.black {
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .factors-section {
    padding-top: 80px;
    overflow: hidden;
  }

  .factor-h {
    font-size: 5.5vw;
  }

  .small-blue-text {
    font-size: 3.2vw;
  }

  .card.left {
    height: 48em;
    margin-bottom: 16px;
  }

  .card.left.dark-blue {
    height: 52em;
  }

  .card-num {
    font-size: 4vw;
  }

  .card-num.t {
    display: none;
  }

  .card-h {
    font-size: 6vw;
  }

  .image-sec {
    height: 36vh;
    overflow: hidden;
  }

  .introduction-section {
    overflow: hidden;
  }

  .grid-3, .grid-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-h {
    font-size: 6vw;
  }

  .intro-cont.white {
    margin-top: 0;
    padding-bottom: 85%;
  }

  .intro-cont.white-blue {
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    top: 100%;
  }

  .intro-wrapper {
    top: 0%;
  }

  .inro-text-wrapp._2 {
    padding-top: 40%;
  }

  .intro-p._1 {
    margin-top: 0;
    margin-bottom: 2.7em;
  }

  .p {
    margin-top: 3em;
    font-size: 4.5vw;
  }

  .p.new {
    margin-top: -.1em;
  }

  .intro-p-wrapper._2 {
    margin-top: 2em;
  }

  .intro-down {
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    margin-top: 6em;
  }

  .intro-large-txt {
    top: -5.5em;
    right: 9%;
  }

  .text-block-3 {
    font-size: 25vw;
  }

  .intro-down-txt._1, .intro-down-txt._2, .intro-down-txt._1, .intro-down-txt._2 {
    width: 100%;
  }

  .intro-p-down.large {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .intro-p-down.small {
    margin-top: 0;
    font-size: 4vw;
  }

  .intro-p-down.small.white-txt {
    opacity: .43;
    opacity: .43;
    margin-top: 1.4em;
  }

  .practice-tabs._2, .practice-tabs._3, .practice-tabs._4, .practice-tabs._2, .practice-tabs._3, .practice-tabs._4 {
    margin-top: 10%;
  }

  .practice-lagre.left {
    font-size: 20vw;
  }

  .practice-tabs-line {
    height: 4.5em;
  }

  .practice-tabs-num {
    margin-left: 10px;
    font-size: 4.5vw;
  }

  .practise-tabs-h {
    margin-top: 20px;
  }

  .practise-tabs-heading {
    font-size: 4.5vw;
  }

  .practise-p {
    margin-top: 1em;
    font-size: 4vw;
  }

  .grid-7 {
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bars {
    margin-top: 0;
  }

  .text-block-4 {
    font-size: 4vw;
  }

  .footer-link-txt {
    font-size: 3.8vw;
  }

  .footer-link-txt.modal {
    color: #ffffffb3;
    font-size: 16px;
    line-height: 1.5;
  }

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

  .footer-policy {
    margin-top: 1%;
  }

  .footer-line {
    display: none;
  }

  .footer-policy-wrapper {
    padding-top: 0;
  }

  .policy-txt {
    font-size: 3vw;
  }

  .legal-txt {
    margin-left: .5em;
    font-size: 3vw;
  }

  .partners-txt {
    font-size: 3vw;
  }

  .footer-links-bar {
    padding-bottom: 24px;
  }

  .footer-link {
    font-size: 3.8vw;
  }

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

  .people-feedback-section {
    overflow: hidden;
  }

  .people-grid-cont {
    margin-left: 20px;
    margin-right: 20px;
  }

  .countries-txt {
    margin-left: .5em;
    font-size: 3.2vw;
  }

  .people-heading {
    font-size: 7vw;
  }

  .p-large {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 4.5vw;
  }

  .p-small {
    margin-top: 2em;
    margin-bottom: 32px;
    font-size: 4vw;
  }

  .tabs-menu {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }

  .tabs-link {
    border-left-width: 1px;
  }

  .tabs-link.w--current {
    flex: none;
  }

  .say-btn {
    width: 24px;
    height: 24px;
  }

  .say-btn-line.horizontal {
    width: 4.5em;
    display: none;
  }

  .say-btn-line.vertical {
    height: 4.5em;
  }

  .say-btn-line.vertical.display-none {
    display: none;
  }

  .text-block-7 {
    font-size: 3.5vw;
  }

  .slider-line-wrapp, .slider-cont {
    margin-top: 10%;
  }

  .person-picture {
    width: 15em;
    height: 15em;
  }

  .person-name-txt, .partner-txt {
    font-size: 16px;
  }

  .swiper-slide.is-team {
    flex: none;
    width: 100%;
    overflow: hidden;
  }

  .swiper-slide.blog {
    width: 100%;
  }

  .swiper-button__wrap {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2%;
  }

  .swiper-button.swiper-btn-prev, .swiper-button.swiper-btn-prev.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-next, .swiper-button.swiper-btn-next.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-prev, .swiper-button.swiper-btn-prev.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-prev.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-prev.white.new {
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 4em;
  }

  .swiper-button.swiper-btn-next, .swiper-button.swiper-btn-next.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-next.white {
    width: 12em;
    height: 12em;
  }

  .swiper-button.swiper-btn-next.white.new {
    width: 4em;
    height: 4em;
  }

  .slider-logo-wrapp {
    margin-top: 6em;
    padding-right: 4em;
  }

  .slider-btn-close {
    width: 12em;
    height: 12em;
  }

  .slider-btn-line.horizontal {
    width: 5em;
  }

  .slider-btn-line.vertical {
    height: 5em;
  }

  .slider-text-cont {
    margin-top: 20%;
  }

  .text-block-11, .text-block-12 {
    font-size: 6vw;
  }

  .map {
    width: 242%;
    top: -81px;
    left: -3em;
  }

  .map-wrapp {
    margin-top: 20%;
  }

  .large-txt-map.left {
    top: 9.8em;
  }

  .map__state.de {
    width: 50em;
    margin-top: 30em;
    margin-left: 4em;
  }

  .map__state.sl {
    width: 15em;
    margin-top: 88em;
    margin-left: 47em;
  }

  .map__state.au {
    width: 50em;
    margin-top: 75em;
    margin-left: 25em;
  }

  .map__state.hr {
    width: 30em;
    margin-top: 90em;
    margin-left: 48em;
  }

  .map__state.ba {
    width: 22.3em;
    margin-top: 98em;
    margin-left: 60em;
  }

  .map__state.sr {
    width: 22em;
    margin-top: 92em;
    margin-left: 78em;
  }

  .tab-line {
    height: 2em;
  }

  .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-de, .map-tab-txt.h-au, .map-tab-txt.h-ba, .map-tab-txt.h-cr, .map-tab-txt.h-sr, .map-tab-txt.h-sl, .map-tab-txt.h-de, .map-tab-txt.h-au, .map-tab-txt-b, .map-tab-txt-b.map-tab-txt-m, .map-tab-txt-b.map-tab-txt-m {
    font-size: 4.5vw;
  }

  .blog-section {
    overflow: hidden;
  }

  .blog-section.hide {
    display: none;
  }

  .blog-wrapper {
    padding-top: 10em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    vertical-align: baseline;
  }

  .image-9.img {
    max-width: 100%;
  }

  .text-blog.text-white, .text-blog.text-black, .text-blog.text-white, .text-blog.text-black {
    text-align: left;
  }

  .blog-card-date {
    margin-top: 2em;
  }

  .blog-card-line._1, .blog-card-line._2, .blog-card-line._1, .blog-card-line._2 {
    height: 4em;
  }

  .min-read, .blog-card-date-txt {
    font-size: 4vw;
  }

  .blog-section-heading {
    margin-bottom: 8em;
  }

  .heading-7 {
    font-size: 6vw;
    line-height: 1;
  }

  .blog-bg {
    overflow: hidden;
  }

  .blog-bg.onmob-tp {
    padding-top: 24em;
    padding-bottom: 10em;
  }

  .heading-8 {
    font-size: 5.5vw;
  }

  .header-small-line {
    height: 3em;
  }

  .header-small-line.black {
    height: 4em;
  }

  .blog-all-section {
    overflow: hidden;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 20%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .featured-bar {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .image-featured {
    width: 100%;
  }

  .blog-featured-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .blog-temp-cont {
    overflow: hidden;
  }

  .swiper-button__wrapp {
    padding-left: 1em;
    padding-right: 1em;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .swiper-button__wrapp.gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-5 {
    margin-bottom: 10%;
  }

  .similar-news__heading {
    font-size: 6vw;
  }

  .blog-grid-wrapper {
    padding-top: 40px;
  }

  .link-block {
    margin-left: 0;
    margin-right: 0;
  }

  .cover-image-embed {
    width: 52%;
    position: relative;
    left: -114px;
  }

  .news-link {
    font-size: 4vw;
  }

  .w {
    margin-left: 1em;
  }

  .tab-line-heading {
    height: 2em;
  }

  .footer-links.white {
    font-size: 16px;
  }

  .header__large-new {
    text-align: center;
    font-size: 9vw;
  }

  .header__large-new.mb-24 {
    text-align: left;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 95%;
    margin-bottom: 24px;
    display: flex;
  }

  .tab__menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tab__pane {
    padding-bottom: 120px;
  }

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

  .pane__wrapp {
    justify-content: flex-start;
    align-items: center;
  }

  .pane__text-wrapp.m-100.mb-50.full-width {
    width: 100%;
  }

  .pane__text-wrapp.mb-50 {
    margin-bottom: 50px;
  }

  .head__3 {
    width: 100%;
  }

  .head__3.mb-24 {
    font-size: 34px;
  }

  .para__small.mb-40, .para__small.opacity.mb-8.align-left, .para__small.mb-40, .para__small.opacity.mb-8.align-left, .para__small.opacity.mb-8.align-left, .para__small.opacity.mb-8.align-left {
    text-align: left;
  }

  .tab__link {
    width: 43%;
  }

  .tab__link-img {
    padding-top: 82%;
  }

  .practise_section {
    overflow: hidden;
  }

  .card_practise.left {
    height: 48em;
  }

  .card_practise.left.white-blue {
    border-style: none;
    border-color: var(--black-link);
  }

  .card_practise.left.picture._3 {
    border: 1px #000;
  }

  .card_practise.left._4.slovenia {
    min-height: 300px;
  }

  .practise-h {
    font-size: 6vw;
  }

  .footer__ln {
    margin-top: 16px;
  }

  .footer__ln.last {
    position: relative;
    top: -21%;
    left: 92%;
    right: auto;
  }

  .footer__ln.last.static {
    margin-top: 0;
    position: static;
  }

  .map__text {
    max-width: 733px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1vw;
    position: static;
    left: 0;
  }

  .card-practise {
    font-size: 6vw;
  }

  .card-practise.white-txt {
    font-size: 4.2vw;
  }

  .pane__text-wrapp-big.mb-50 {
    margin-bottom: 50px;
  }

  .o-container-legal {
    height: 100%;
  }

  .h1_legal {
    font-size: 24px;
  }

  .h1_legal-wrap.mb-72 {
    margin-bottom: 52px;
  }

  .para__legal-wrap.align-left {
    max-width: 100%;
  }

  .menu_btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .o-container-le {
    padding-left: 20px;
    padding-right: 20px;
  }

  .people__ln {
    margin-top: 16px;
  }

  .flex__wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-button__text {
    font-size: 3.2vw;
  }

  .container {
    max-width: 100%;
  }

  .plus-icon.display-none {
    display: flex;
  }

  .pane-adress-wrapper {
    text-align: left;
  }

  .collection-list-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-15 {
    transform: translate(0, -56px)translate(0, 16px)translate(0, -20px)translate(2px)translate(-43px, 56px)translate(0, -34px)translate(0, 74px)translate(0, 111px);
  }

  .collection-list-wrapper-9 {
    margin-top: -61px;
    padding-top: 210px;
    padding-bottom: 77px;
  }

  .collection-list-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-27 {
    font-size: 4vw;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: center;
    margin-left: -15px;
    margin-right: 15px;
    display: block;
  }

  .collection-list-wrapper-10 {
    padding-bottom: 77px;
  }

  .collection-list-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-list-wrapper-multiple-austria {
    margin-top: -61px;
    padding-top: 210px;
    padding-bottom: 77px;
  }

  .single-blog-layout {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .blog-featured-text-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .blog-featured-text-wrapper.full-width {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-featured-wrapper {
    width: 100%;
  }

  .blog-details-wrapper {
    flex-flow: wrap;
  }

  .blog-text.big {
    width: 100%;
  }

  .link-block-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .single-blog-layout-austria {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .blog-hero-image-wrapper {
    transform: translate(0);
  }

  .blog-hero-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-div {
    margin-top: 1px;
  }

  .flex.tm-20 {
    margin-top: 0;
  }

  .flex.close-modal {
    left: auto;
    right: 0;
  }

  .map-info.typo--white-op {
    color: #ffffffb3;
  }

  .map-info.typo--white-op.tm-20 {
    margin-top: 20px;
  }

  .map-info.typo--white-op.tm-20.white {
    opacity: .7;
    text-align: left;
    opacity: .7;
    text-align: left;
    margin-top: 0;
  }

  .map-info.typo--white {
    color: #fff;
  }

  .map-info.typo--white.tm-20 {
    margin-top: 20px;
  }

  .map-info.typo--white.tm-20.white {
    margin-top: 0;
  }

  .map-info-divider {
    width: 100%;
  }

  .map-info-divider.tm-20 {
    margin-top: 0;
  }

  .map-modal {
    z-index: 500;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--dark-blue);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 20px 32px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .map-img-modal {
    z-index: 10000;
  }

  .close-modal-wrapper {
    z-index: 99999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 32px 20px 32px auto;
    position: relative;
  }

  .map-modal-image {
    width: 100%;
  }

  .name-modal-wrapper {
    color: var(--white);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 20px;
    display: flex;
  }

  .devider-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .author-wrapper {
    max-width: 100%;
    margin-bottom: 0;
  }

  .right-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .language-link, .language-link.w--current {
    font-size: 3.2vw;
  }

  .language-toggle {
    padding: 10px 12px;
    font-size: 14px;
  }

  .language-list.w--open {
    box-shadow: none;
    background-color: #0000;
    left: -70px;
  }

  .icon {
    margin-right: 8px;
    inset: 0% 0% 0% auto;
  }

  .contact-link {
    flex: 0 auto;
  }
}

#w-node-_3cb3b918-3e9d-5d9b-3d73-c97c1fb03e25-cdf4c13d {
  justify-self: auto;
}

#w-node-_3aa99ab5-4bda-9084-e713-aaa1372e985e-cdf4c13d, #w-node-_92c6a4e4-c456-a587-b6f7-cfac9ce7ace0-cdf4c13d, #w-node-a276eb65-9977-202a-86c2-a6d74baa5108-cdf4c13d, #w-node-_4e7b81aa-77d5-dd58-e31e-0097b4b28932-cdf4c13d, #w-node-_498ab336-6c5c-d6e8-f6c4-628b43b03e32-cdf4c13d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00092c1b-657a-05e8-fa13-4955783cdcc4-cdf4c13d {
  justify-self: auto;
}

#w-node-_00092c1b-657a-05e8-fa13-4955783cdcc6-cdf4c13d, #w-node-_00092c1b-657a-05e8-fa13-4955783cdcc8-cdf4c13d, #w-node-_00092c1b-657a-05e8-fa13-4955783cdcca-cdf4c13d, #w-node-_09dd0062-29dc-cd3a-8c36-695aa99126d6-cdf4c13d, #w-node-_604a259a-4bf0-1d1a-c3ad-f7b078bcc5b0-cdf4c13d, #map-tab.w-node-a7300c18-209b-cb50-ced1-c8685ffa98bb-cdf4c13d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27766e81-579b-f30e-2f13-9ddea35ec138-cdf4c13d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_0a76c7ad-f8a8-76c6-2064-c023fbd50459-cdf4c13d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aceccf4-b36e-d556-eb4e-d0e9720e683e-cdf4c13d {
  justify-self: auto;
}

#w-node-_8aceccf4-b36e-d556-eb4e-d0e9720e6841-cdf4c13d, #w-node-_8aceccf4-b36e-d556-eb4e-d0e9720e6843-cdf4c13d, #w-node-_8aceccf4-b36e-d556-eb4e-d0e9720e6845-cdf4c13d, #w-node-_8aceccf4-b36e-d556-eb4e-d0e9720e6847-cdf4c13d, #w-node-_8aceccf4-b36e-d556-eb4e-d0e9720e6849-cdf4c13d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2cd54d3a-96f1-f2f5-d94a-f6a31cd3a225-cdf4c13d, #w-node-c56f6eb7-d5f5-a63d-ebd1-8d957bc73c99-cdf4c13d, #w-node-b2bb4e02-2767-0382-ab76-bd07d847f5e5-cdf4c13d, #w-node-d95da209-939f-e30a-e33c-043bc16f7396-cdf4c13d, #w-node-e0349fdc-b9b0-7103-0f02-c40709f83d87-cdf4c13d, #w-node-f29a05df-337b-ea2c-c4fe-a101f4aa54f5-cdf4c13d, #w-node-_64cb3da8-202e-8005-a4e9-dae0da13f284-cdf4c13d, #w-node-_64cb3da8-202e-8005-a4e9-dae0da13f28b-cdf4c13d, #w-node-_64cb3da8-202e-8005-a4e9-dae0da13f296-cdf4c13d, #w-node-d6694598-da79-1a88-ade3-5ece632e8412-cdf4c13d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_269270bb-5101-dba0-b0ea-771e47957c3a-cdf4c13d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_85d3bb2c-becd-b580-341a-ce0609d21403-cdf4c13d, #w-node-_85d3bb2c-becd-b580-341a-ce0609d2140e-cdf4c13d, #w-node-_85d3bb2c-becd-b580-341a-ce0609d2143c-cdf4c13d, #w-node-_85d3bb2c-becd-b580-341a-ce0609d21449-cdf4c13d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_27766e81-579b-f30e-2f13-9ddea35ec138-cdf4c13d {
    justify-self: start;
  }
}
