@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Medium.eot');
  src: url('../fonts/RecklessNeue-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/RecklessNeue-Medium.woff2') format('woff2'),
  url('../fonts/RecklessNeue-Medium.woff') format('woff'),
  url('../fonts/RecklessNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Regular.eot');
  src: url('../fonts/RecklessNeue-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/RecklessNeue-Regular.woff2') format('woff2'),
  url('../fonts/RecklessNeue-Regular.woff') format('woff'),
  url('../fonts/RecklessNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Custom styles for current website */
html { font-size:20px; }
body { font-family: "Work Sans" , sans-serif; line-height: 1.5; }
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb {
  background: var(--primary);
}

.shadow-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* Text */
.font-base {
  font-family: 'Work Sans', sans-serif !important;
  letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
.text-field h1:not([class*="display-"]), h2:not([class*="display-"]), h3:not([class*="display-"]), h4:not([class*="display-"]), h5:not([class*="display-"]), h6:not([class*="display-"]), .h1:not([class*="display-"]), .h2:not([class*="display-"]), .h3:not([class*="display-"]), .h4:not([class*="display-"]), .h5:not([class*="display-"]), .h6:not([class*="display-"]) {
  font-weight: 600;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a { color: inherit; }
.display-1 {
  font-weight: 400;
  font-family: 'Reckless Neue', sans-serif;
  font-size:calc(34px + (60 - 34) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.16667;
  letter-spacing: .03525em;
}
.display-2 {
  font-weight: 500;
  font-family: 'Reckless Neue', sans-serif;
  font-size:calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.25;
  letter-spacing: 0;
}
.display-3 {
  font-weight: 600;
  font-family: 'Reckless Neue', sans-serif;
  font-size:calc(18px + (26 - 18) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: -.013em;
  line-height: 1.2;
}
.display-4 {
  font-weight: 600;
  font-size:calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
}
[class*="display-"] > strong { font-weight: 700; }
.display-outline {
  position: relative;
  display: inline-block;
  font-size: 70px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: transparent !important;
  -webkit-text-stroke: 1px var(--white);
  z-index: 1;
}

.display-outline::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 17%;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  background-color: var(--secondary);
  border-radius: 50%;
  z-index: -1;
}
.display-base {
  font-size: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.lead {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300)));
}
.amount {
  font-size: calc(24px + (35 - 24) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 800;
  color: var(--primary) !important;
  margin-bottom: 0;
}
.medium {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.quotes {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 600;
}
p.quotes {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
p.quotes.retirement, p.quotes.salary, p.quotes.property, p.quotes.target {
  padding: 2rem 0 1rem calc(84px + 1rem);
  line-height: 1.2em;
  margin-bottom: .5rem;
  margin-top: 0;
}
p.quotes.retirement::before, p.quotes.salary::before, p.quotes.property::before, p.quotes.target::before {
  content: '';
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  display: inline-block;
  min-width: 84px;
  min-height: 70px;
  background-size: contain !important;
}
p.quotes.retirement::before { background: url('/img/retirement.svg') no-repeat center; }
p.quotes.salary::before { background: url('/img/salary.svg') no-repeat center; }
p.quotes.property::before { background: url('/img/property.svg') no-repeat center; }
p.quotes.target::before { background: url('/img/target.svg') no-repeat center; }
/*p.quotes::before, p.quotes::after {
  content:'„';
  position: absolute;
  bottom: 0;
  left:0;
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: inline-block;
  font-size: 4rem;
  font-weight: 200;
  line-height: 4rem;
  color: var(--dark);
  opacity: .5;
}
p.quotes::after {
  content: '“';
  top: 0;
  bottom: auto;
  left:auto;
  right: 0;
}*/
p > [style*="background-color"] {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: .5rem;
}

a {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}

a:hover {
  color: var(--primary);
}
.bg-white a:not(.btn):hover, .bg-light a:not(.btn):hover, .bg-primary a:not(.btn):hover {
  color: var(--dark-hover);
}
.text-field a:not(.btn) {
  text-decoration: underline 2px;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.text-field a:not(.btn):hover {
  text-decoration: underline 2px var(--primary);
}
[class*="list-item-"] .text-field a:not(.btn), [class*="list-item-"] .text-field a:not(.btn):hover {
  text-decoration: none !important;
}

.label-cover .penze {
  color: var(--cyan);
}
.label-cover .eliminace-rizik {
  color: var(--red);
}
.label-cover .financovani {
  color: var(--orange);
}
.label-cover .investice {
  color: var(--blue);
}

footer .last-line a:not(.btn) {
  color:#656f80;
  text-decoration: underline;
}
.more {
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  color: var(--dark);
  border-bottom: 1px solid;
}
.more:hover {
  color: var(--dark);
  border-color: var(--primary);
}

/* Navbar */
.navbar-brand {
  padding-top:1.45rem;
  padding-bottom:1.45rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  align-self: center;
}
.menu-scroll-down.small-menu .navbar-brand {
  padding-top:1.45rem;
  padding-bottom:1.45rem;
  align-self: flex-end;
}
.navbar-brand svg {
  width: 230px;
  height: 25px;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.small-menu .navbar-brand svg {
  width: 230px;
  height: 25px;
}
.menu-scroll-down.small-menu .navbar-brand svg {
  width: 255px;
  height: 30px;
}
.navbar-brand-footer {
  padding-top:1rem;
  padding-bottom:1rem;
}
.navbar-brand-footer svg {
  width: 255px;
  height: 30px;
}
.menu-white .navbar-brand svg [fill="#3C4E6A"] { fill: #fff !important; }
.small-menu li > .btn {
  padding: .5rem .625rem;
}

/* Custom content */

/* SVG lines */
.animated-line-l .line {
  stroke-dasharray: 3280;
  stroke-dashoffset: 3280;
  fill: none;
  stroke-width: 2;
  stroke: #f4c320;
}

@media (max-width: 768px) {
  .animated-line-l .line {
    stroke-width: 6;
  }

  .animated-line-l{
    width: 30rem;
  }
}

@keyframes drawLine {
  to {
      stroke-dashoffset: 0;
  }
}
.animate-stroke {
  animation: drawLine 8s cubic-bezier(0.000, 0.010, 0.000, 1.005) forwards;
}


section:first-of-type:not(.pt-0) { padding-top: calc(22px + 2.9rem); }
.pt-header { padding-top: calc(22px + 2.9rem); }
.container, .container-fluid { position: relative; }
.text-center > .row { justify-content: center !important; }
.max-w-64 { max-width: 64px; }
.max-w-640 { max-width: 640px; }
.max-w-560 { max-width: 560px; }
.max-w-340 { max-width: 340px; }
.max-h-156 { max-height: 156px; }
.max-h-224 { max-height: 224px; }
.top-default { top: 8rem; }

.shadow-none.rounded-0 > .rounded.shadow {
  box-shadow:none !important;
  border-radius: 0 !important;
}

.rounded-circle {
  outline: 0.4rem solid #fff;
}

.icon-date {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1rem;
  left: 1rem;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 1;
}
.icon-date span:first-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2em;
}
.icon-date span:last-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
}
.accordion-item {
  position: relative;
}
.accordion-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50vw);
  transform: translateX(-50vw);
  background-color: transparent;
  opacity:0;
  pointer-events: none;
  transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.on-expand-white .accordion-item.accordion-expanded::before {
  background-color: var(--white);
  opacity: 1;
}
.on-expand-white .accordion-item.accordion-expanded hr.border-dark {
  border-color: var(--white) !important;
}
[id*="articleList-"] .filters {
  position: sticky;
  top: var(--default-offset);
  background-color: var(--white);
  z-index: 999;
}

.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white *, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white * {
  transition: none;
  -webkit-transition: none;
}
.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white {
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white { background: #0094da !important; color: #fff !important; }
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"], .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"] { fill: #fff; }

.svg-map text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
}
.svg-map .map-marker {
  cursor: pointer;
  pointer-events: all;
}
.inside-text ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding-left:0;
	margin-top: 1rem;
}
.inside-text ul li {
	position: relative;
	display: block;
	padding:0 0 1rem 1rem;
	break-inside: avoid;
}
.inside-text ul li::before {
	content: '\f111';
  position: absolute;
  top: .5rem;
  left: 0;
  width: 1rem;
  height: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  font-size: .35rem;
  line-height: 1.5em;
  color:var(--dark);
}

[id*="slides-"].article-list-1 {
  padding: 5% 0px;
} 
.article-list-1 .tns-item {
  transition: none !important;
}
.article-list-1 .tns-item > .row {
  transition: none;
}
.article-list-1 .zoom-in {
  align-self: center;
  z-index: 1;
  animation: slideFadeIn .5s ease-in;
}
.article-list-1 .zoom-in > .row {
  min-width: 100;
  margin: 0;
  padding: 1.5rem;
  background-color: var(--light) !important;
}
.article-list-1 .zoom-in > .row .d-none {
  display: block !important;
}
@keyframes slideFadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}
@media (min-width:992px) {
  .article-list-1 .zoom-in > .row {
    min-width: 150%;
    margin: -25%;
    padding: 1.5rem;
    background-color: var(--light) !important;
  }
}

/* Animation */
.btn.btn-shake {
    -webkit-animation-name: btnShake;
    animation-name: btnShake;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.footer-navigation .btn-shake {
  animation: none;
  -webkit-animation: none;
}

@-webkit-keyframes btnShake {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    1%,2% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    3%,5%,7%,9% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(3deg)
    }

    4%,6%,8% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(-3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(-3deg)
    }
    10% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes btnShake {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    1%,2% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    3%,5%,7%,9% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(3deg)
    }

    4%,6%,8% {
        -webkit-transform: scale3d(1.01,1.01,1.01) rotate(-3deg);
        transform: scale3d(1.01,1.01,1.01) rotate(-3deg)
    }

    10% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

/* Form */
.form-group.contact-form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.form-group.contact-form label {
  position: absolute;
  top: .5rem;
  margin: 0;
  transform: scale(1);
  transform-origin: left center;
  pointer-events: none;
  font-size: .9rem;
  transition: all .2s ease-in;
}
.form-group.contact-form .form-control:not(.form-control-area):active+label, .form-group.contact-form .form-control:not(.form-control-area):focus+label, .form-group.contact-form .form-control:not(.form-control-area):valid+label, .form-group.contact-form .form-control:not(:placeholder-shown)+label {
  transform: translateY(-1.25rem) scale(.85);
}
.form-group.contact-form .form-control.form-control-area:active+label, .form-group.contact-form .form-control.form-control-area:focus+label, .form-group.contact-form .form-control.form-control-area:not(:placeholder-shown)+label {
  transform: translateY(-1.25rem) scale(.85);
}

/* Custom breakpoints */
@media (max-height: 768px) {
  .min-vh-75 {
    min-height: 576px !important;
  }
}
@media (min-height: 768px) {
  .min-vh-75 {
    min-height: 75vh!important;
  }
}
@media (max-width: 767.98px) { 
  .custom-control.custom-checkbox {
    min-height: .75rem;
    padding-left: .95rem;
  }
  .custom-checkbox .custom-control-input {
    height: .75rem;
    width: .75rem;
    left: 0;
    top: .1rem;
  }
  .custom-checkbox .custom-control-label {
    font-size: .65rem;
    font-weight: 600;
  }
  .custom-checkbox .custom-control-label::after, .custom-checkbox .custom-control-label::before {
    width: .75rem;
    height: .75rem;
    border-radius: .15rem;
    left: -.95rem;
    top: .1rem;
  }
}
@media (max-width: 991.98px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
  .show-lg-bg-image {
    background-image: none !important;
  }
}
@media (min-width: 576px) {
  .border-sm-right::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #E4E8EB;
    z-index: 1;
  }
  .p-md-5.border-sm-right::before {
    top: 1rem;
    height: calc(100% - 2rem);
  }

  .box-darker::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .rounded-sm-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-sm-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }
}
@media (min-width: 768px) {
  .text-md-left > .row { justify-content: flex-start !important; }
  .p-md-5.border-sm-right::before {
    top: 3rem;
    height: calc(100% - 6rem);
  }
}
@media (min-width: 992px) {
  .text-lg-left > .row { justify-content: flex-start !important; }
  .default-p, .py-default { padding-top: 8rem; padding-bottom: 8rem;  }
}

@media (min-width: 1280px) {
  section:first-of-type:not(.pt-0) { padding-top: calc(22px + 2.9rem); }
  .navbar-brand {
    padding-top:1.45rem;
    padding-bottom:1.45rem;
  }
  .navbar-brand svg, .small-menu .navbar-brand svg {
    width: 255px;
    height: 30px;
  }
  .offset-r-xl-n2 {
    margin-right: calc(-16.66667% - 1rem) !important;
  }
  .offset-r-xl-n3 {
    margin-right: calc(-25% - 1rem) !important;
  }
  .offset-r-xl-n4 {
    margin-right: calc(-33.33333% - 1rem) !important;
  }
}
@media (min-width: 1600px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-size: 20px; }
  .display-1 { font-size: 60px; }
  .display-2 { font-size: 40px; }
  .display-3 { font-size: 26px; }
  .display-4 { font-size: 16px; }
  .lead { font-size: 40px; }
  .medium { font-size: 20px; }
  .amount { font-size: 35px; }
  .navbar-brand svg, .small-menu .navbar-brand svg {
    width: 255px;
    height: 30px;
  }
  .pt-header { padding-top: calc(22px + 2.9rem); }
  section:first-of-type:not(.pt-0) { padding-top: calc(22px + 2.9rem); }
}

.galerie-product{
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img1 img3 img3 img3"
    "img2 img3 img3 img3"
    "img2 img4 img5 img6";
}

.galerie-product-2{
  display: grid;
  grid-template-columns:  1fr 1fr 1fr 3fr;
  grid-template-rows: 1fr 1fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img3 img3 img3 img2"
    "img3 img3 img3 img2"
    "img6 img4 img5 img2";
}

.img-enlarge:first-child {
  max-width: 100%!important;
  flex: 0 0 100%!important;
}

.img1{
  grid-area: img1;
  width: 100%;
}
.img2{
  grid-area: img2;
  width: 100%;
}
.img3{
  grid-area: img3;
  width: 100%;
}
.img4{
  grid-area: img4;
  width: 100%;
}
.img5{
  grid-area: img5;
  width: 100%;
}
.img6{
  grid-area: img6;
  width: 100%;
}


.galerie-box{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 0.5fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img1 img2 img5"
    "img1 img3 img4"
}

.galerie-grid{
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img1 img1 img2"
    "img3 img4 img4"
    "img3 img5 img6"
}

.galerie-grid > *, harmony-grid > * {
  object-fit: cover!important;
  background-size: cover!important;;

}

.harmony-grid{
  display: grid;
  grid-template-columns: 1fr 3fr 1fr 1fr;
  gap: 5px;
}

.bg-black-opacity{
  background-color: rgba(0, 0, 0, 0.5)!important;
}

.harmony-grid > div{
  height: 50rem!important;
}

.galerie-grid{
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  gap: 5px;
  grid-template-areas:
    "img6 img1"
    "img2 img1"
    "img2 img3"
    "img4 img3"
    "img4 img5"
}

/* Cookie banner custom */
.termsfeed-com---palette-dark .cc-pc-container {
  background: var(--dark) !important;
  overflow: hidden;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item, .termsfeed-com---palette-dark .cc-cp-body-tabs {
  background: var(--dark) !important;
  color: var(--light) !important;
}
.termsfeed-com---palette-dark .cc-pc-head-close, .termsfeed-com---palette-dark .cc-pc-head-close:hover, .termsfeed-com---palette-dark .cc-pc-head-close:focus {
  border: none !important;
  box-shadow: none !important;  
}
.termsfeed-com---palette-dark .cc-cp-body-tabs-item[active=true] {
  background: var(--dark) !important; 
}
.termsfeed-com---palette-dark .cc-cp-body-tabs-item-link {
  color: var(--light) !important;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link, .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-size: .75rem !important;
  font-family:"Work Sans" , sans-serif;
  letter-spacing: normal;
}
.termsfeed-com---palette-dark.termsfeed-com---nb {
  background-color: var(--dark) !important;
  color: var(--light) !important;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 30%) !important;
  border-radius: 0;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 1.5rem !important;
  font-family:"Work Sans" , sans-serif;
}
.termsfeed-com---nb-simple {
  max-width: 480px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: .75rem !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: .65rem !important;
}
.termsfeed-com---pc-dialog .cc-pc-head-title, .termsfeed-com---pc-dialog .cc-pc-head-title-headline {
  color: var(--white) !important;
  font-size: 1rem !important;
}
.termsfeed-com---palette-dark .cc-nb-text {
  color: var(--white) !important;
}
.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---pc-dialog .cc-cp-foot-save {
  color: var(--white) !important;
  border-radius: 1.25rem !important; 
}
.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: var(--primary) !important;
  color: var(--dark) !important;
}
.termsfeed-com---palette-dark .cc-nb-reject {
  background-color: var(--gray) !important;
}
.termsfeed-com---palette-dark .cc-pc-head-lang select {
  color: var(--light)  !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  background: var(--dark) !important;
}
.termsfeed-com---palette-dark .cc-nb-changep { background: none !important; color: var(--gray) !important; }



.bg-image-center-bottom{
  display: block!important;
}

.section-bg-image{
  overflow-y: visible;
  height: fit-content;
}

/*.bg-image-center-bottom svg{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 5%;
  max-height: 100vh;
}*/

.bg-image-center-bottom svg{
  display: none;
}

#financni-audit.bg-image-center-bottom::before{
  content: '';
  position: absolute; 
  right: 0;
  width: 90%;
  height: 90%;
  background-image: url('/img/financni-audit.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 50%;
}

@media screen and (max-width: 1278px) {
  #financni-audit.bg-image-center-bottom::before{
    display: none;
  }


}

.numbering{
  flex-shrink: 0;
  margin-right: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 88px;
  height: 88px;
  font-size: 38px;
  font-weight: 600;
  color: #1E1E1E;
  background-color: #F4C320;
  border-radius: 50%;
  font-family: "Work Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .numbering{
    width: 66px;
    height: 66px;
    font-size: 26px;
  }
}

.bg-dark-gray{
  background-color: var(--dark) !important;
}
.small-menu .bg-dark-gray {
  background-color: #1E1E1E !important;
}

svg:not(.animated-line-l) * {
  animation-iteration-count: infinite !important;
}

.nav-menu .btn{
  font-size: 0.8rem!important;
}

.border-top-section{
  border-top: 3px solid #6c6035;
}

iframe {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}

.footer-navigation .li-btn{
  display: none!important;
}

.footer-navigation li:last-child::after{
  content: '\f35d';
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  margin-left: -10px;
}

.footer-navigation li:last-child:hover::after{
  color: var(--primary);
}


/* GRAPHS */
.graph {
    position: relative;
    padding-bottom: 124.2857%; /* (870/700)*100% */
}

.graph * {
  box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.graphs__item:first-child .graph {
    @media screen and (max-width: 1280px) {
        padding-bottom: 46%; /* (240/560)*100% */
    }
    @media screen and (max-width: 480px) {
        padding-bottom: 64%; /* (240/375)*100% */
    }
}

.graph__inner {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 17px;
}

@media screen and (max-width: 375px) {
    .graph__inner {
        gap: 10px;
    }
}

.graph__item {
    margin-top: auto;
    width: 100%;
    height: var(--graph-height);
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .graphs__item:first-child .graph__item {
        height: var(--graph-height-respo);
    }
}

.graph__amount {
    padding: 4px 5px;
    font-size: 18px;
    font-size: calc-fluid(14.67px, 18px, 1280px, 1440px);
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #5A5A5A;
    transition: all 0.9s 1.3s cubic-bezier(0.26, 0.43, 0.27, 0.97);
    opacity: 0;
    transform: translateY(10px);
}

@media screen and (max-width: 1280px) {
    .graph__amount {
        font-size: calc-fluid(8px, 16px, 320px, 1280px);
    }
}

.graph.in-view .graph__amount {
    opacity: 1;
    transform: translateY(0);
}

.graph__bar {
    position: relative;
    margin-top: 14px;
    overflow: hidden;
    height: calc(100% - 33px - 19px - 2*14px);
    border-radius: 10px 10px 0 0;
    transition: all 2s cubic-bezier(0.26, 0.43, 0.27, 0.97) 2s;
    transform: scaleY(0);
    transform-origin: center bottom;
}

@media screen and (max-width: 600px) {
    .graph__bar {
        border-radius: 5px 5px 0 0;
    }
}

.graph.in-view .graph__bar {
    transform: scaleY(1.0001);
}

.graph__bar-part {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.graph__bar-part--others {
    background-color: #ff4444; /* Replace with actual $color-red value */
}

.graph__bar-part--assets {
    background-color: #ff8800; /* Replace with actual $color-orange value */
}

.graph__bar-part--investments {
    background-color: #ffdd00; /* Replace with actual $color-yellow value */
}

.graph__bar-part-overlay {
    position: absolute;
    inset: 0;
    background-color: #fff;
    opacity: 0;
    cursor: help;
}

.graph__bar-part-overlay:hover {
    opacity: 0.1;
}

.graph__year {
    margin-top: 14px;
    line-height: 0.95;
    font-size: 20px; /* Replace with actual @include fs-20() value */
    font-weight: 600;
}

.graphs {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .graphs {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 1281px) {
    .graphs__divider {
        margin: 0 calc(4% - 2px); /* Replace with actual (78.5px/$max-layout-width)*100% value */
        width: 4px;
        background-color: #3C3C3C;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1280px) {
    .graphs__divider {
        margin: 0 3.13%; /* Replace with actual (45px/$max-layout-width)*100% value */
    }
}

@media screen and (max-width: 1280px) {
    .graphs__divider {
        height: 60px;
    }
}

@media screen and (max-width: 425px) {
    .graphs__divider {
        height: 50px;
    }
}

.graphs__item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1281px) {
    .graphs__item {
        width: 46%; /* Replace with actual (560px/$max-layout-width)*100% value */
    }
}

@media screen and (max-width: 1280px) {
    .graphs__item {
        margin-inline: auto;
        width: 100%;
        /*max-width: 600px;*/
    }
}

.graphs__heading {
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.107; /* 31/28 */
    font-size: 28px; /* Replace with actual @include fs-28() value */
    font-weight: 600;
    color: #D9D9D9;
}

.graphs-desc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

@media screen and (max-width: 900px) {
    .graphs-desc {
        gap: 35px;
    }
}

@media screen and (max-width: 480px) {
    .graphs-desc {
        gap: 12px 20px;
    }
}

.graphs-desc__item {
    display: flex;
    align-items: center;
}

.graphs-desc__color {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.graphs-desc__color--yellow {
    background-color: #ffdd00; /* Replace with actual $color-yellow value */
}

.graphs-desc__color--orange {
    background-color: #E9974F;
}

.graphs-desc__color--red {
    background-color: #DF5757;
}

.graphs-desc__text {
    margin-left: 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 425px) {
    .graphs-desc__text {
        margin-left: 7px;
    }
}
@media screen and (min-width: 768px) {
p.subtext {
  font-size: 20px;
}}

.line-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  font-size: 38px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.line-number::before {
  content: '';
  position: absolute;
  top: 42.5px;
  left: 100%;
  display: block;
  width: 100vw;
  height: 3px;
  background-color: #dbaf1d;
  z-index: 0;
}

.btn-underline {
  text-decoration: none!important;
  border-bottom: 1px solid var(--dark);
  font-weight: 600;
  z-index: 2;
  position: relative;
  display: block;
  width: fit-content;
}

.section-text{
  font-size: 0.8rem;
  line-height: 1.2;
}