:root {
  --primary-1: #920000;
  --neutral-100: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

a {
  color: #868686;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

a:hover {
  color: #ff0143;
}

.body {
  background-color: #000;
}

.section {
  margin-top: 0;
  padding: 183px;
  position: static;
  top: -590px;
}

.section-2 {
  background-color: #fff;
  padding-top: 116px;
  padding-bottom: 116px;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #ff484b);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: auto;
  background-color: #0a0a0a;
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.youtube {
  position: static;
}

.sekcija {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 165px 50px;
  display: flex;
}

.sekcija.bez {
  padding: 0;
}

.sekcija.bijela {
  background-color: #f8f8f8;
}

.image {
  width: 30vw;
}

.image.srce {
  width: 15vw;
  margin-top: 0%;
  position: static;
  inset: 11% 0% 0% 25%;
}

.heading {
  color: #fff;
  margin-bottom: 0;
  font-family: mighty-slab, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 100%;
}

.ispod {
  color: #ff0143;
  margin-top: 0;
  font-family: mighty-slab, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 99%;
}

.typer {
  color: #fff;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 23px;
  display: flex;
  position: relative;
}

.paragraph {
  color: #fff;
  text-align: left;
  max-width: 65%;
  margin-top: 43px;
  margin-bottom: 43px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph.crn {
  color: #000;
  max-width: 80%;
}

.paragraph.crn.dolje {
  max-width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
}

.text-field {
  border-radius: 10px;
  width: 100%;
  margin-top: 33px;
  margin-bottom: 33px;
  padding: 22px 17px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-field.txt {
  height: 400px;
}

.submit-button {
  background-color: #ff0143;
  border-radius: 7px;
  padding: 20px 46px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.text-block {
  color: #ff0143;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.form {
  text-align: center;
  width: 80%;
}

.upload {
  margin-bottom: 20px;
}

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

.section-timeline-heading {
  background-color: #ff0143;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.heading-2 {
  color: #000;
  font-family: mighty-slab, sans-serif;
  font-size: 5vw;
  line-height: 100%;
}

.navbar-logo-left {
  width: 100%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #000;
  width: 100%;
  margin-bottom: 0;
  padding: 36px;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 80px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.nav-link:hover {
  color: #ff0143;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.footer-light {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-2 {
  width: 130px;
}

.checkbox-field {
  text-align: left;
  margin-bottom: 31px;
}

.checkbox-label {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.success-message {
  background-color: #fff;
  margin-top: 54px;
  margin-bottom: 54px;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.flowdrive-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.bold-text {
  font-size: 40px;
}

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

.link-3 {
  font-family: Open Sans, sans-serif;
}

.flowdrive-video {
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 100%;
}

.cont {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.accordion-paragraph---brix {
  color: #cecece;
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 170%;
}

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

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.cloneable-container-default {
  background-color: #000;
  border-radius: 20px;
  padding: 25px 40px;
  transform: translate(0);
}

.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-item-title---brix {
  color: #ff6161;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

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

.accordion-header.accordion-header1 {
  background-color: #161616;
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-header.accordion-header1:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.slika-manja {
  border-radius: 15px;
  width: 30%;
  margin: 39px auto;
}

@media screen and (max-width: 991px) {
  li {
    margin-bottom: 14px;
  }

  .timeline_text {
    font-size: 18px;
  }

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

  .image {
    width: 46vw;
  }

  .image.srce {
    width: 23vw;
  }

  .heading {
    font-size: 6vw;
  }

  .ispod {
    margin-top: 0;
    font-size: 14vw;
  }

  .typer {
    font-size: 10vw;
  }

  .paragraph, .paragraph.crn {
    max-width: 80%;
  }

  .form {
    width: 100%;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #202020;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #1a1a1a;
    border-radius: 9px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .icon {
    color: #ff0143;
  }

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

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-header.accordion-header1 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 18px;
    line-height: 150%;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .sekcija {
    padding-left: 19px;
    padding-right: 19px;
  }

  .paragraph, .paragraph.crn {
    max-width: 100%;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #1d1d1d;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

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

  .cloneable-container-default {
    padding: 25px 24px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-header.accordion-header1 {
    margin-bottom: 16px;
    padding: 32px;
  }

  .slika-manja {
    width: 45%;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .timeline_date-text {
    font-size: 26px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_text {
    font-size: 16px;
    line-height: 150%;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .section-timeline {
    z-index: -3;
  }

  .sekcija {
    padding: 73px 15px;
  }

  .sekcija.bijela {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image.srce {
    width: 45vw;
  }

  .ispod {
    margin-top: 0;
  }

  .typer {
    font-size: 11vw;
  }

  .paragraph {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .submit-button {
    width: 100%;
  }

  .text-block {
    font-size: 24px;
    line-height: 120%;
  }

  .form-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-xlarge {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .heading-2 {
    font-size: 15vw;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 23px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    background-color: #252525;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .menu-button.w--open {
    background-color: #181818;
    border-radius: 9px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .bold-text {
    font-size: 26px;
  }

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

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 14px;
    font-weight: 300;
  }

  .cloneable-container-default {
    padding: 15px 16px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 18px;
  }

  .accordion-header.accordion-header1 {
    padding: 16px;
  }

  .slika-manja {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}


