:root {
  --background-color--b-100: #f6f6f6;
  --_typography---font-family--font-family: "DM Sans", sans-serif;
  --neutral-color--n-500: #202020;
  --_typography---heading--h1: 72px;
  --_typography---heading--h2: 40px;
  --_typography---heading--h3: 32px;
  --_typography---heading--h4: 24px;
  --_typography---heading--h5: 20px;
  --_typography---heading--h6: 18px;
  --neutral-color--n-400: #797979;
  --_typography---bodytext--b2: 16px;
  --_typography---bodytext--b3: 14px;
  --_sizes---section--padding-section: 60px;
  --_sizes---container--max-width: 1400px;
  --neutral-color--n-100: white;
  --_typography---bodytext--b1: 18px;
  --neutral-color--n-300: #bcbcbc;
  --neutral-color--n-200: #e8e8e8;
  --neutral-color--blue: #2e3192;
  --neutral-color--roza: #a443e9;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-color--b-100);
  font-family: var(--_typography---font-family--font-family);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

h5 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h5);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

h6 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h6);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

p {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1.4em;
}

a {
  color: var(--neutral-color--n-400);
  text-decoration: underline;
}

li {
  font-family: var(--_typography---font-family--font-family);
  color: var(--neutral-color--n-400);
  margin-bottom: 20px;
  font-size: 16px;
}

.navbar-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  filter: brightness(70%);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 150%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-image._2, .hero-image._3 {
  opacity: 0;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-image-block {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-section {
  z-index: 10;
  width: 100%;
  padding: 54px var(--_sizes---section--padding-section) 20px;
  flex: none;
  position: relative;
}

.navbar-section._2nd {
  padding-top: 40px;
}

.navbar-container {
  max-width: var(--_sizes---container--max-width);
}

.navbar-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h1);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
}

.navbar-text-1._2nd {
  font-size: var(--_typography---heading--h4);
}

.navbar-text-1._3rd {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h4);
}

.navbar-menu-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-menu-block._2nd {
  justify-content: flex-end;
  align-items: center;
}

.navbar-link {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.navbar-link:hover {
  opacity: .7;
}

.navbar-link.first.last._2nd {
  color: var(--neutral-color--n-500);
}

.navbar-menu-icon {
  cursor: pointer;
  display: none;
}

.hero-section {
  width: 100%;
  height: 100%;
  padding: 240px var(--_sizes---section--padding-section) 60px;
  position: relative;
  overflow: hidden;
}

.hero-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.hero-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-block.naslov {
  justify-content: space-between;
  align-items: flex-start;
}

.hero-inner-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-inner-block.naslov {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-text-1 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h4);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  line-height: 1em;
}

.hero-text-1._2nd {
  cursor: auto;
}

.hero-flex-1 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text-2 {
  max-width: 394px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  text-transform: none;
  line-height: 1.4em;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.primary-button.cta.black, .primary-button.sg {
  color: var(--neutral-color--n-500);
}

.primary-button-text-left.hover {
  transform: translate(-.4em);
}

.primary-button-text-right.hover {
  transform: translate(.4em);
}

.hero-circle {
  z-index: 11;
  background-color: var(--neutral-color--n-100);
  pointer-events: none;
  mix-blend-mode: difference;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
}

.hero-load-block {
  z-index: 12;
  background-color: var(--background-color--b-100);
  pointer-events: none;
  width: 100%;
  height: 33.33%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-load-block._2 {
  width: 0%;
  inset: 33.33% 0% auto auto;
}

.hero-load-block._3 {
  width: 0%;
  inset: 66.66% auto auto 0%;
}

.hero-load-block._1 {
  width: 0%;
}

.about-section {
  width: 100%;
  height: auto;
  padding: 60px var(--_sizes---section--padding-section);
  position: sticky;
  top: 0;
}

.about-section.hide {
  display: none;
}

.about-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.about-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-heading {
  width: 904px;
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3em;
}

.about-flex-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-image-wrapper {
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 394px;
  height: 240px;
  display: flex;
  overflow: hidden;
}

.about-text-1 {
  max-width: 394px;
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1.4em;
}

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

.about-heading-block {
  background-color: var(--background-color--b-100);
}

.about-walking-block {
  background-color: var(--neutral-color--n-300);
  mix-blend-mode: lighten;
  width: 100%;
  height: 25%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-walking-block._2 {
  top: 25%;
}

.about-walking-block._3 {
  top: 50%;
}

.about-walking-block._4 {
  top: 75%;
}

.about-walking-block._5, .about-walking-block._6, .about-walking-block._7, .about-walking-block._8, .about-walking-block._9, .about-walking-block._10 {
  display: none;
  top: 75%;
}

.about-scroll-block {
  width: 100%;
  height: auto;
  position: relative;
}

.program-section {
  width: 100%;
  padding: 140px var(--_sizes---section--padding-section);
}

.program-container {
  max-width: var(--_sizes---container--max-width);
}

.program-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.program-inner-block {
  background-color: #136b9d;
  background-image: linear-gradient(#004fa499, #004fa499), url('../images/on.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 80px 100px;
  display: flex;
  position: sticky;
  top: 140px;
  overflow: hidden;
}

.program-inner-block.drugi {
  background-color: #1d2081;
  background-image: linear-gradient(#004896b3, #004896b3), url('../images/on.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.program-inner-block.treci {
  background-color: #10135d;
  background-image: linear-gradient(#003772cc, #003772cc), url('../images/on.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.program-inner-block.cetvrti {
  background-color: #060838;
  background-image: linear-gradient(#002042b5, #002042b5), url('../images/on.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.program-item-image {
  filter: brightness(75%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.program-heading {
  max-width: 510px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.program-text-1 {
  max-width: 410px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b2);
  text-align: right;
  line-height: 1.4em;
  position: relative;
}

.process-section {
  width: 100%;
  height: 100vh;
  padding: 60px var(--_sizes---section--padding-section);
}

.process-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

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

.process-inner-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.process-heading {
  max-width: 670px;
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3em;
}

.process-text-1 {
  max-width: 390px;
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  text-align: right;
  line-height: 1.4em;
}

.process-item-block {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.process-item {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 312px;
  display: flex;
  position: relative;
}

.process-item-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.process-item-flex-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background-color--b-100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-item-text-1 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h6);
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 500;
  line-height: 1em;
}

.process-item-text-2 {
  max-width: 264px;
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1.4em;
}

.process-item-rounded-block-1 {
  width: 12px;
  height: 12px;
  box-shadow: -12px 12px 0 12px var(--background-color--b-100);
  border-bottom-left-radius: 12px;
  align-self: flex-start;
  position: relative;
}

.process-item-rounded-block-2 {
  width: 12px;
  height: 12px;
  box-shadow: 12px 12px 0 12px var(--background-color--b-100);
  border-bottom-right-radius: 12px;
  align-self: flex-end;
  position: relative;
}

.process-item-rounded-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.process-heading-block {
  background-color: var(--background-color--b-100);
  position: relative;
  overflow: hidden;
}

.process-walking-text {
  background-color: var(--neutral-color--n-300);
  mix-blend-mode: lighten;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.process-walking-text._2 {
  inset: auto auto 0% 0%;
}

.blog-section {
  width: 100%;
  height: 650px;
  padding: 100px var(--_sizes---section--padding-section);
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.blog-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
  position: relative;
}

.blog-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-image-wrapper {
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-image-block {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image {
  filter: brightness(70%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-text-1 {
  max-width: 379px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b2);
  text-align: right;
  align-self: flex-end;
  line-height: 1.4em;
}

.blog-inner-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-flex-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-text-2 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  line-height: 1em;
}

.blog-heading {
  max-width: 622px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.blog-cursor {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 1px solid #bcbcbc3d;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.blog-cursor-icon {
  object-fit: contain;
  width: 38px;
}

.tool-section {
  width: 100%;
  height: 100vh;
  padding: 60px var(--_sizes---section--padding-section);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tool-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.tool-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.tool-inner-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tool-flex-1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tool-heading {
  max-width: 580px;
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.tool-flex-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tool-text-1 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h6);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
}

.tool-image-block {
  flex-flow: column;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tool-image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.tool-image._2, .tool-image._3, .tool-image._4 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 100%);
}

.tool-flex-3 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.tool-text-2 {
  max-width: 516px;
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1.4em;
}

.tool-text-2._2, .tool-text-2._3, .tool-text-2._4 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tool-text-3 {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
}

.tool-flex-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.tool-scroll-block {
  width: 100%;
  height: 600vh;
  position: relative;
}

.testimonial-section {
  width: 100%;
  height: 100vh;
  padding: 60px var(--_sizes---section--padding-section);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.testimonial-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

.testimonial-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 24px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-image._2 {
  inset: 0% 0% auto auto;
}

.testimonial-image._3 {
  inset: auto 0% 0% auto;
}

.testimonial-image._4 {
  inset: auto auto 0% 0%;
}

.testimonial-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 850px;
  display: flex;
}

.testimonial-item-rating-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-item-rating-icon {
  object-fit: contain;
  width: 24px;
}

.testimonial-item-heading {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.testimonial-item-author {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---heading--h6);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
}

.testimonial-item-block {
  justify-content: center;
  align-items: center;
  width: 850px;
  display: flex;
  overflow: hidden;
}

.testimonial-scroll-block {
  width: 100%;
  height: 500vh;
  position: relative;
}

.testimonial-scroll-block.hide {
  display: none;
}

.cta-section {
  width: 100%;
  padding: 140px var(--_sizes---section--padding-section);
  position: relative;
  overflow: hidden;
}

.cta-container {
  max-width: var(--_sizes---container--max-width);
  position: relative;
}

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

.cta-heading {
  max-width: 440px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.cta-inner-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cta-text-1 {
  max-width: 420px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b2);
  text-align: right;
  line-height: 1.4em;
}

.cta-image-wrapper {
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-image-block {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-image {
  filter: brightness(60%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-section {
  width: 100%;
  padding: 140px var(--_sizes---section--padding-section) 40px;
  background-color: var(--neutral-color--n-100);
  overflow: hidden;
}

.footer-container {
  max-width: var(--_sizes---container--max-width);
}

.footer-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-inner-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-flex-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 166px;
  display: flex;
}

.footer-flex-1._2nd {
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-text-1 {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---heading--h6);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4em;
}

.footer-link {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-link:hover {
  opacity: .6;
}

.footer-flex-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text-slash {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
}

.footer-flex-3 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-text-2 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
}

.footer-text-3 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
}

.navbar-404 {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-image-wrapper {
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

._404-image-block {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-image {
  filter: brightness(60%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._404-section {
  width: 100%;
  height: 100%;
  padding: 40px var(--_sizes---section--padding-section) 60px;
  position: relative;
  overflow: hidden;
}

._404-container {
  height: 100%;
  max-width: var(--_sizes---container--max-width);
}

._404-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

._404-heading {
  color: var(--neutral-color--n-100);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 350px;
  font-weight: 500;
  line-height: 1em;
}

._404-text-1 {
  max-width: 730px;
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b1);
  text-align: center;
  line-height: 1.4em;
}

._404-flex-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-flex-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-link {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

._404-link:hover {
  opacity: .6;
}

._404-text-slash, ._404-text-2 {
  color: var(--neutral-color--n-100);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
}

.hero-style-section {
  width: 100%;
  padding: 60px var(--_sizes---section--padding-section);
}

.hero-style-container {
  max-width: 794px;
}

.hero-style-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-style-heading {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.hero-style-text {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1.4em;
}

.license-section {
  width: 100%;
  padding: 60px var(--_sizes---section--padding-section) 220px;
}

.license-container {
  max-width: 794px;
}

.license-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.license-inner-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.license-heading {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.license-text-1 {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1.4em;
}

.license-link {
  color: var(--neutral-color--n-400);
}

.license-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.license-image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 280px;
}

.license-flex-1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.license-flex-1._2nd {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
}

.license-flex-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license-text-2 {
  color: var(--neutral-color--n-500);
  font-size: 52px;
  font-weight: 500;
  line-height: 1em;
}

.license-text-2._2nd {
  font-weight: 400;
}

.license-flex-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.license-text-3 {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---heading--h6);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
}

.license-text-4 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b2);
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
}

.sg-section {
  width: 100%;
  padding: 60px var(--_sizes---section--padding-section) 220px;
}

.sg-container {
  max-width: 794px;
}

.sg-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sg-inner-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sg-heading {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---heading--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.sg-flex-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sg-flex-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sg-flex-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.sg-text-1 {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  line-height: 1em;
}

.sg-color {
  border: 1px solid var(--neutral-color--n-300);
  background-color: var(--background-color--b-100);
  width: 100%;
  height: 54px;
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b3);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  display: flex;
}

.sg-color.neutral-100 {
  background-color: var(--neutral-color--n-100);
  border-style: none;
}

.sg-color.neutral-200 {
  background-color: var(--neutral-color--n-200);
  border-style: none;
}

.sg-color.neutral-300 {
  background-color: var(--neutral-color--n-300);
  border-style: none;
}

.sg-color.neutral-400 {
  background-color: var(--neutral-color--n-400);
  color: var(--neutral-color--n-100);
  border-style: none;
}

.sg-color.neutral-500 {
  background-color: var(--neutral-color--n-500);
  color: var(--neutral-color--n-100);
  border-style: none;
}

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

.sg-bodytext-1 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b1);
  line-height: 1em;
}

.sg-bodytext-2 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b2);
  line-height: 1em;
}

.sg-bodytext-3 {
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b3);
  line-height: 1em;
}

.single-image-block {
  width: 100%;
  height: 670px;
  padding: 20px;
}

.single-hero-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.single-section {
  width: 100%;
  padding: 60px var(--_sizes---section--padding-section);
}

.single-container {
  max-width: 980px;
}

.single-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single-inner-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single-flex-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-text-1 {
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b3);
  text-transform: uppercase;
  line-height: 1em;
}

.single-heading {
  font-size: var(--_typography---heading--h2);
  line-height: 1.2em;
}

.single-value {
  width: 100%;
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4em;
  display: flex;
}

.single-value.donji {
  margin-top: 82px;
}

.single-image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 500px;
}

.single-hero-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 150%;
}

.blog-collection-list-wrapper {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}

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

.blog-collection-list {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-collection-item {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-trigger {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.logo-links {
  text-decoration: none;
}

.image {
  width: 300px;
  box-shadow: 0 2px 5px #0003;
}

.lottie {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 120%;
  height: 120%;
}

.image-2 {
  filter: invert();
  width: 250px;
}

.lista {
  color: var(--neutral-color--n-400);
  font-size: 16px;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #0061af;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 29px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.accordion-item-title---brix-2 {
  color: var(--neutral-color--n-500);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.photo-lista {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 200px;
  margin-right: 16px;
}

.accordion-paragraph---brix-2 {
  width: 100%;
  max-width: 90%;
  color: var(--neutral-color--n-400);
  font-size: var(--_typography---bodytext--b2);
  margin-top: 18px;
  margin-bottom: 0;
}

.stranka {
  color: var(--neutral-color--n-400);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.con1280 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-bottom: auto;
  position: relative;
}

.con1280.centr {
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  display: flex;
}

.tabs-2 {
  width: 100%;
}

.tabs-menu-2 {
  text-align: center;
  justify-content: center;
  margin-bottom: 17px;
  display: block;
}

.the-tab {
  background-color: #0000;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  margin-bottom: 15px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 13px 46px;
}

.the-tab.w--current {
  background-color: var(--neutral-color--n-300);
}

.tabs-content-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.richy {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.richy.siroki {
  width: 88%;
}

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

.div-grid-medij {
  border: 1px dashed var(--neutral-color--n-300);
  border-radius: 20px;
  padding: 32px 22px;
  text-decoration: none;
}

.slika-medij {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 9px;
  margin-bottom: 19px;
  overflow: hidden;
}

.link-medij {
  font-weight: 400;
  text-decoration: none;
}

.email {
  color: var(--background-color--b-100);
  font-size: 35px;
  text-decoration: none;
}

.image-3 {
  width: 200px;
}

.slika-head {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.h1 {
  color: var(--background-color--b-100);
  font-size: 60px;
}

.h1.hero {
  text-shadow: 4px 3px 5px #000000ba;
  padding: 8px;
}

.text-block {
  margin-left: -2px;
}

.arrow-div.invert {
  filter: invert();
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-item {
  border-top: 1px solid #fff;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 20px;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-text {
  width: 80%;
  color: var(--neutral-color--n-500);
  font-size: var(--_typography---bodytext--b2);
  text-align: left;
  font-weight: 300;
  line-height: 1.5;
}

.accordion-tab-button {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.accordion-header {
  width: 85%;
  color: var(--neutral-color--n-500);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3;
  transition: font-size .2s;
}

.div-ac-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item {
  font-size: var(--_typography---bodytext--b2);
}

.fs-consent_component-2 {
  z-index: 1001;
  display: block;
  position: relative;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #fff;
  border-radius: 8px;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph-2 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.link-2 {
  color: #0061af;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow-2 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  padding: .5rem 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 1440px) {
  .lottie {
    width: 120%;
    height: 120%;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--font-family: "DM Sans", sans-serif;
    --_typography---heading--h1: 72px;
    --_typography---heading--h2: 40px;
    --_typography---heading--h3: 32px;
    --_typography---heading--h4: 24px;
    --_typography---heading--h5: 20px;
    --_typography---heading--h6: 18px;
    --_typography---bodytext--b2: 16px;
    --_typography---bodytext--b3: 14px;
    --_typography---bodytext--b1: 18px;
    --_sizes---section--padding-section: 60px;
    --_sizes---container--max-width: 1400px;
  }

  h1 {
    font-size: 60px;
  }

  .navbar-hero {
    height: 800px;
  }

  .hero-image-block {
    object-fit: cover;
  }

  .navbar-section {
    padding-top: 50px;
  }

  .navbar-block {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-text-1 {
    font-size: var(--_typography---heading--h4);
  }

  .navbar-menu-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--neutral-color--n-100);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    inset: auto auto 0% 0%;
    overflow: hidden;
    transform: translate(0, 110%);
  }

  .navbar-menu-block._2nd {
    background-color: var(--neutral-color--n-500);
    display: none;
  }

  .navbar-link {
    color: var(--neutral-color--n-500);
    font-size: var(--_typography---bodytext--b2);
    border-bottom: 1px solid #00000021;
    padding-bottom: 5px;
  }

  .navbar-link.first {
    margin-top: 20px;
    padding-bottom: 5px;
  }

  .navbar-link.first.last._2nd {
    color: var(--neutral-color--n-100);
  }

  .navbar-link.last {
    border-bottom-style: none;
    margin-bottom: 20px;
  }

  .navbar-menu-icon {
    object-fit: contain;
    width: 32px;
    display: block;
  }

  .navbar-menu-icon.close {
    display: none;
  }

  .hero-section {
    padding-top: 279px;
  }

  .hero-inner-block {
    margin-bottom: 37px;
  }

  .hero-inner-block.cont {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .hero-text-2 {
    max-width: 329px;
    font-size: var(--_typography---bodytext--b2);
  }

  .hero-circle {
    display: none;
  }

  .hero-load-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-heading {
    width: 648px;
    max-width: none;
    font-size: var(--_typography---heading--h3);
  }

  .about-image-wrapper {
    width: 300px;
    height: 210px;
  }

  .about-text-1 {
    max-width: 300px;
  }

  .about-walking-block {
    height: 20%;
  }

  .about-walking-block._2 {
    top: 20%;
  }

  .about-walking-block._3 {
    top: 40%;
  }

  .about-walking-block._4 {
    top: 60%;
  }

  .about-walking-block._5 {
    display: block;
    top: 80%;
  }

  .about-walking-block._6, .about-walking-block._7, .about-walking-block._8, .about-walking-block._9, .about-walking-block._10 {
    display: none;
    top: 80%;
  }

  .program-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .program-inner-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .program-heading {
    max-width: 172px;
    font-size: var(--_typography---heading--h4);
  }

  .program-text-1 {
    max-width: 232px;
    font-size: var(--_typography---bodytext--b3);
  }

  .process-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .process-heading {
    max-width: 390px;
    font-size: var(--_typography---heading--h3);
  }

  .process-text-1 {
    max-width: 210px;
  }

  .process-item-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .process-item {
    height: 260px;
  }

  .process-item-flex-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .process-item-text-1 {
    font-size: var(--_typography---bodytext--b2);
    margin-top: 20px;
  }

  .process-item-text-2 {
    max-width: 238px;
    font-size: var(--_typography---bodytext--b3);
  }

  .blog-cursor {
    display: none;
  }

  .tool-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .tool-inner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tool-heading {
    max-width: 290px;
    font-size: var(--_typography---heading--h3);
    line-height: 1.3em;
  }

  .tool-flex-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .tool-text-1 {
    font-size: var(--_typography---bodytext--b2);
  }

  .tool-image-block {
    height: 550px;
  }

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

  .tool-text-2 {
    max-width: 304px;
    font-size: var(--_typography---bodytext--b2);
  }

  .testimonial-image {
    border-radius: 18px;
    width: 140px;
    height: 140px;
  }

  .testimonial-item {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 600px;
  }

  .testimonial-item-rating-icon {
    width: 20px;
  }

  .testimonial-item-heading {
    font-size: var(--_typography---heading--h4);
  }

  .testimonial-item-author {
    font-size: var(--_typography---bodytext--b2);
  }

  .testimonial-item-block {
    width: 600px;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-heading {
    font-size: var(--_typography---heading--h3);
  }

  .cta-text-1 {
    max-width: 270px;
    font-size: var(--_typography---bodytext--b3);
  }

  .footer-section {
    padding-top: 100px;
  }

  .footer-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-inner-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-flex-1 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .footer-flex-1._2nd {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-flex-2 {
    order: -9999;
  }

  .footer-flex-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-text-3 {
    order: -9999;
  }

  ._404-section {
    padding-top: 100px;
  }

  ._404-heading {
    font-size: 240px;
  }

  ._404-text-1 {
    max-width: 618px;
    font-size: var(--_typography---bodytext--b2);
  }

  ._404-flex-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._404-flex-2 {
    order: -9999;
  }

  ._404-text-2 {
    line-height: 1.2em;
  }

  .license-inner-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-heading {
    font-size: var(--_typography---heading--h3);
  }

  .license-image-block {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .license-image {
    height: 220px;
  }

  .license-flex-1 {
    flex-flow: wrap;
  }

  .license-flex-1._2nd {
    grid-row-gap: 20px;
  }

  .license-text-2 {
    font-size: 46px;
  }

  .license-text-3, .license-text-4 {
    font-size: var(--_typography---bodytext--b3);
  }

  .sg-heading {
    font-size: var(--_typography---heading--h3);
  }

  .single-image-block {
    height: 600px;
  }

  .single-section {
    padding-top: 0;
    padding-bottom: 71px;
  }

  .single-image {
    border-radius: 20px;
    height: 400px;
  }

  .lottie {
    background-color: var(--neutral-color--n-500);
    width: 150%;
    height: 120%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-content---brix {
    padding-left: 0;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
  }

  .tabs-2 {
    width: 100%;
  }

  .the-tab {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .richy {
    width: 100%;
    font-size: 18px;
  }

  .richy.siroki {
    width: 100%;
  }

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

  .h1 {
    margin-bottom: 16px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .accordion-header {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--font-family: "DM Sans", sans-serif;
    --_typography---heading--h1: 72px;
    --_typography---heading--h2: 40px;
    --_typography---heading--h3: 32px;
    --_typography---heading--h4: 24px;
    --_typography---heading--h5: 20px;
    --_typography---heading--h6: 18px;
    --_typography---bodytext--b2: 16px;
    --_typography---bodytext--b3: 14px;
    --_typography---bodytext--b1: 18px;
    --_sizes---section--padding-section: 40px;
    --_sizes---container--max-width: 1400px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-image-wrapper {
    padding: 10px;
  }

  .hero-image-block {
    border-radius: 20px;
  }

  .navbar-section {
    padding-top: 40px;
  }

  .navbar-section._2nd {
    padding-top: 30px;
  }

  .hero-text-2 {
    max-width: 328px;
  }

  .about-heading {
    width: 488px;
    font-size: var(--_typography---heading--h4);
  }

  .about-image-wrapper {
    border-radius: 20px;
    height: 180px;
  }

  .program-inner-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .program-heading {
    max-width: 282px;
  }

  .program-text-1 {
    text-align: left;
    max-width: none;
  }

  .process-section {
    height: auto;
  }

  .process-block {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .process-inner-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-heading {
    max-width: 400px;
    font-size: var(--_typography---heading--h4);
  }

  .process-text-1 {
    text-align: left;
    max-width: none;
  }

  .blog-image-wrapper {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-image-block {
    border-radius: 16px;
  }

  .blog-flex-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-heading {
    font-size: var(--_typography---heading--h3);
  }

  .tool-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .tool-inner-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .tool-flex-1 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    width: 100%;
  }

  .tool-heading {
    max-width: none;
    font-size: var(--_typography---heading--h4);
  }

  .tool-flex-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .tool-image-block {
    height: 250px;
  }

  .tool-image {
    border-radius: 16px;
  }

  .tool-text-2 {
    max-width: 272px;
  }

  .testimonial-image {
    border-radius: 14px;
    width: 100px;
    height: 100px;
  }

  .testimonial-item {
    width: 400px;
  }

  .testimonial-item-heading {
    font-size: 22px;
  }

  .testimonial-item-block {
    width: 400px;
  }

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

  .cta-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-inner-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-text-1 {
    max-width: none;
    font-size: var(--_typography---bodytext--b2);
    text-align: left;
    order: -9999;
  }

  .cta-image-wrapper {
    padding: 10px;
  }

  .cta-image-block {
    border-radius: 16px;
  }

  .footer-text-2 {
    text-align: center;
    line-height: 1.2em;
  }

  ._404-image-wrapper {
    padding: 10px;
  }

  ._404-image-block {
    border-radius: 16px;
  }

  ._404-heading {
    font-size: 210px;
  }

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

  .license-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .license-inner-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .license-heading {
    font-size: var(--_typography---heading--h4);
  }

  .license-image-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .license-image {
    border-radius: 16px;
    height: 200px;
  }

  .license-flex-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .license-flex-1._2nd {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sg-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .sg-inner-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .sg-heading {
    font-size: var(--_typography---heading--h4);
  }

  .single-image-block {
    height: 450px;
    padding: 10px;
  }

  .single-hero-image-wrapper {
    border-radius: 20px;
  }

  .single-section {
    padding-top: 0;
    padding-bottom: 75px;
  }

  .single-heading {
    font-size: var(--_typography---heading--h3);
  }

  .single-image {
    border-radius: 18px;
    height: 300px;
  }

  .lottie {
    width: 200%;
    height: 120%;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 24px;
  }

  .accordion-item-title---brix-2 {
    font-size: 32px;
  }

  .accordion-content---brix {
    padding-left: 0;
  }

  .photo-lista {
    width: 150px;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .tabs-2 {
    width: 100%;
  }

  .the-tab {
    padding: 11px 26px;
  }

  .richy {
    font-size: 15px;
  }

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

  .email {
    font-size: 25px;
  }

  .accordion-text {
    width: 100%;
    font-size: var(--_typography---bodytext--b2);
  }

  .accordion-tab-button {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-header {
    line-height: 1.2;
  }

  .list-item {
    font-size: var(--_typography---bodytext--b2);
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--font-family: "DM Sans", sans-serif;
    --_typography---heading--h1: 72px;
    --_typography---heading--h2: 40px;
    --_typography---heading--h3: 32px;
    --_typography---heading--h4: 24px;
    --_typography---heading--h5: 20px;
    --_typography---heading--h6: 18px;
    --_typography---bodytext--b2: 16px;
    --_typography---bodytext--b3: 14px;
    --_typography---bodytext--b1: 18px;
    --_sizes---section--padding-section: 30px;
    --_sizes---container--max-width: 1400px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: var(--_typography---bodytext--b3);
  }

  .navbar-hero {
    height: 600px;
  }

  .hero-image-wrapper {
    padding: 6px;
  }

  .hero-image-block {
    border-radius: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar-section {
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-text-1 {
    font-size: var(--_typography---heading--h5);
  }

  .navbar-menu-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-menu-icon {
    width: 30px;
  }

  .hero-section {
    height: auto;
    padding-top: 86px;
  }

  .hero-block {
    justify-content: flex-end;
  }

  .hero-inner-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .hero-flex-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-text-2 {
    font-size: var(--_typography---bodytext--b2);
    text-align: center;
  }

  .hero-load-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-heading {
    width: 260px;
  }

  .about-flex-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-image-wrapper {
    width: 100%;
  }

  .about-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .about-walking-block {
    height: 10%;
  }

  .about-walking-block._2 {
    top: 10%;
  }

  .about-walking-block._3 {
    top: 20%;
  }

  .about-walking-block._4 {
    top: 30%;
  }

  .about-walking-block._5 {
    top: 40%;
  }

  .about-walking-block._6 {
    display: block;
    top: 50%;
  }

  .about-walking-block._7 {
    display: block;
    top: 60%;
  }

  .about-walking-block._8 {
    display: block;
    top: 70%;
  }

  .about-walking-block._9 {
    display: block;
    top: 80%;
  }

  .about-walking-block._10 {
    display: block;
    top: 90%;
  }

  .program-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .program-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .program-inner-block {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .program-heading {
    max-width: 144px;
    font-size: var(--_typography---heading--h5);
  }

  .process-heading {
    max-width: 252px;
    font-size: var(--_typography---heading--h5);
  }

  .process-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .process-item-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-image-wrapper {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .blog-image-block {
    border-radius: 12px;
  }

  .blog-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .blog-flex-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-text-2._2nd {
    display: none;
  }

  .blog-heading {
    font-size: var(--_typography---heading--h4);
  }

  .tool-block {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .tool-heading {
    font-size: var(--_typography---heading--h4);
  }

  .tool-flex-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .tool-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .tool-flex-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tool-text-2 {
    max-width: none;
    font-size: var(--_typography---bodytext--b3);
  }

  .testimonial-image {
    border-radius: 10px;
    width: 80px;
    height: 80px;
  }

  .testimonial-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 250px;
  }

  .testimonial-item-rating-icon {
    width: 16px;
  }

  .testimonial-item-heading {
    font-size: var(--_typography---heading--h5);
  }

  .testimonial-item-author {
    font-size: var(--_typography---bodytext--b3);
  }

  .testimonial-item-block {
    width: 250px;
  }

  .cta-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta-heading {
    font-size: var(--_typography---heading--h4);
  }

  .cta-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .cta-image-wrapper {
    padding: 6px;
  }

  .cta-image-block {
    border-radius: 12px;
  }

  .footer-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer-inner-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-flex-1._2nd {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .footer-text-1 {
    font-size: var(--_typography---bodytext--b2);
  }

  .footer-flex-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .footer-flex-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .footer-text-2 {
    max-width: 200px;
  }

  .footer-text-3 {
    font-size: var(--_typography---heading--h3);
  }

  ._404-image-wrapper {
    padding: 6px;
  }

  ._404-image-block {
    border-radius: 12px;
  }

  ._404-section {
    padding-top: 140px;
  }

  ._404-inner-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._404-heading {
    font-size: 130px;
  }

  ._404-flex-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._404-flex-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  ._404-text-2 {
    max-width: 200px;
  }

  .hero-style-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-style-heading {
    font-size: var(--_typography---heading--h3);
  }

  .hero-style-text {
    font-size: var(--_typography---bodytext--b3);
  }

  .license-section {
    padding-bottom: 140px;
  }

  .license-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .license-text-1 {
    font-size: var(--_typography---bodytext--b3);
  }

  .license-image-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .license-image {
    border-radius: 12px;
    height: 150px;
  }

  .license-flex-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .license-text-2 {
    font-size: 40px;
  }

  .license-text-3 {
    font-weight: 400;
  }

  .sg-section {
    padding-bottom: 140px;
  }

  .sg-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .single-image-block {
    height: 300px;
  }

  .single-hero-image-wrapper {
    border-radius: 16px;
  }

  .single-section {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .single-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .single-inner-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .single-flex-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-text-1 {
    font-size: 12px;
  }

  .single-heading {
    font-size: var(--_typography---heading--h5);
  }

  .single-image {
    border-radius: 14px;
    height: 200px;
  }

  .image {
    width: 50vw;
  }

  .lottie {
    width: 400%;
    height: 130%;
  }

  .lista {
    padding-left: 24px;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: flex-start;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 0;
    padding: 17px 12px;
  }

  .accordion-item-title---brix-2 {
    margin-top: 12px;
    margin-bottom: 9px;
    font-size: 32px;
  }

  .accordion-content---brix {
    padding-left: 0;
  }

  .photo-lista {
    width: 70%;
    margin-right: 0;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
    font-size: 16px;
  }

  .accordion-trigger---brix {
    align-items: flex-end;
  }

  .con1280 {
    margin-bottom: 0;
  }

  .tabs-2 {
    width: 100%;
  }

  .tabs-menu-2 {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 22px;
    display: flex;
  }

  .the-tab {
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 5px;
    padding: 7px 17px;
  }

  .the-tab.w--current {
    padding-left: 19px;
    padding-right: 19px;
  }

  .richy {
    width: 100%;
    margin-top: 0;
    font-size: 15px;
  }

  .richy.siroki {
    width: 100%;
  }

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

  .email {
    font-size: 5vw;
  }

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

  .h1 {
    font-size: 32px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }

  .accordion-tab-button {
    padding-left: 0;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-header {
    padding-left: 0;
    font-size: 1.5rem;
  }

  .div-ac-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph {
    font-size: 16px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }
}


