@font-face {
    font-family: 'Bicyclette';
    src: url('/fonts/Bicyclette-Bold.eot');
    src: local('Bicyclette Bold'), local('Bicyclette-Bold'),
        url('/fonts/Bicyclette-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Bicyclette-Bold.woff2') format('woff2'),
        url('/fonts/Bicyclette-Bold.woff') format('woff'),
        url('/fonts/Bicyclette-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Bicyclette';
    src: url('/fonts/Bicyclette-Regular.eot');
    src: local('Bicyclette Regular'), local('Bicyclette-Regular'),
        url('/fonts/Bicyclette-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Bicyclette-Regular.woff2') format('woff2'),
        url('/fonts/Bicyclette-Regular.woff') format('woff'),
        url('/fonts/Bicyclette-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bicyclette';
    src: url('/fonts/Bicyclette-Light.eot');
    src: local('Bicyclette Light'), local('Bicyclette-Light'),
        url('/fonts/Bicyclette-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Bicyclette-Light.woff2') format('woff2'),
        url('/fonts/Bicyclette-Light.woff') format('woff'),
        url('/fonts/Bicyclette-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


/* Custom styles for current website */
html { font-size:16px; }
body { font-family:'Bicyclette', sans-serif; line-height: 1.5; color: var(--dark) }
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb {
  background: var(--dark);
}

/* Text */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
h1, .h1 {
  font-weight: 300;
  font-size:calc(48px + (96 - 48) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.08;
}
h2, .h2 {
  font-weight: 400;
  font-size:calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.08;
}
h3, .h3 {
  font-weight: 300;
  font-size:calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.5;
}
h4, .h4 {
  font-weight: 300;
  font-size:calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.08;
}
h5, .h5, h6, .h6 {
  font-size: 16px;
  font-weight: 300;
}
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: 300;
  font-size:calc(48px + (100 - 48) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.4;
  letter-spacing: .06em;
}
.display-2 {
  font-weight: 400;
  font-size:calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
  letter-spacing: .06em;
}
.display-3 {
  font-weight: 300;
  font-size:calc(24px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.6;
}
.display-4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.display-1 > strong, .display-2 > strong, .display-3 > strong, .display-4 > strong {
  font-weight: 700;
}
.lead, .quotes {
  font-size:calc(16px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
}
.display-base {
  font-weight: 400;
  font-size: 1rem;
}
p {
  letter-spacing: .12em;
  line-height: 2em;
}
p.quotes {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
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;
}

.line-height-base { line-height: 1.5em !important; }

a {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
footer .last-line a:not(.btn) {
  color:#656f80;
  text-decoration: underline;
}
.more {
  font-weight: 400;
  letter-spacing: .04em;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  color: #ffae45;
}
.more::after {
  content:'\f061';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  margin-left: .5rem;
}
.more:hover:after {
  animation: fadeIn 1s infinite ease-in;
  -webkit-animation: fadeIn 1s infinite ease-in;
}
.gallery-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(12px + (25 - 12) * ((100vw - 300px) / (1600 - 300)));
  left:2px;
  bottom:3px;
  width: calc(32px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.outline {
  outline: 1px solid var(--dark);
}
.outline-white {
  outline-color: var(--white);
}

/* Navbar */
.navbar-brand {
  padding-top:1rem;
  padding-bottom:1rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  align-self: center;
}
.menu-scroll-down.small-menu .navbar-brand {
  padding-top:1rem;
  padding-bottom:1rem;
  align-self: flex-end;
}
.navbar-brand svg {
  width: calc(120px + (180 - 120) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)));
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.small-menu .navbar-brand svg {
  width: calc(120px + (180 - 120) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.menu-scroll-down.small-menu .navbar-brand svg {
  width: calc(120px + (180 - 120) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.navbar-brand-footer {
  padding-top:1rem;
  padding-bottom:1rem;
}
.navbar-brand-footer svg {
  width: calc(120px + (180 - 120) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.menu-white .navbar-brand svg [fill="#343A40"] { fill: #fff !important; }
.small-menu li > .btn {
  padding: .5rem .625rem;
}
.footer-logo svg {
  width: 171px;
  height: 36px;
}

/* Custom content */
section:first-of-type {
}

.top-header { top: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)) + 2rem); }

section:first-of-type:not(.pt-0) { padding-top: calc(32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)) + 2rem); }
section.crane { margin-top: 10rem; }
.container, .container-fluid { position: relative; }
.row { position: relative; }
.text-center > .row { justify-content: center !important; }

[class*="item-"].p-0 > .row {
  margin-left: 0;
  margin-right: 0;
}
[class*="item-"].p-0 > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.max-w-64 { max-width: 64px; }
.max-w-640 { max-width: 640px; }
.max-w-1308 { max-width: 1308px; }
.max-w-1340 { max-width: 1340px; }
.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: 6rem; }
.opacity-50 { opacity: .5 !important; }

.drop-shadow > img, .drop-shadow > .image-box { box-shadow: 0 0 2rem rgba(0, 0, 0, .6) !important }
.border-radius > img, .border-radius > .image-box { border-radius: 0.5rem !important }

.bg-light-white {
  background: linear-gradient(to right, rgba(225,234,236,1) 0%,rgba(225,234,236,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}

.shadow-none.rounded-0 > .rounded.shadow {
  box-shadow:none !important;
  border-radius: 0 !important;
}
.overlay-dark-gradient::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  display:block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%);
  opacity: .7;
  z-index: 1;
  mix-blend-mode: multiply;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.overlay-dark-gradient *:not(.stretched-link) {
  z-index: 2;
}
.overlay-dark-gradient > img {
  z-index: 0 !important;
}
.whole-field-url:hover > .overlay-dark-gradient::before, .whole-field-url.overlay-dark-gradient:hover:before {
  opacity: .4;
}
.rounded.overlay-dark-gradient::before {
  border-radius: .5rem !important;
}
.bg-primary-transparent {
  background-color: rgba(68,129,39,.8);
}
.bg-dark-transparent {
  background-color: rgba(87,87,87,.8);
}
.bg-white-transparent {
  background-color: rgba(255,255,255,.4);
}
.icon-64:not(.scroll-button).rounded-circle [class*="fa-"] {
  font-size: 1.625rem;
}
.icon-96:not(.scroll-button).rounded-circle [class*="fa-"] {
  font-size: 2.25rem;
}
.show-on-hover {
  opacity: 0;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
[class*="item-"]:hover, .card:hover .show-on-hover {
  opacity: 1;
}

.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;
}
.file-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content:flex-start;
  width:100%;
  height: auto;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: inherit;
}
.file-link::before, .file-link::after {
  content:'\f061';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-size: .875rem;
  font-weight: 400;
  width: 1.5rem;
  text-align: left;
  color: var(--primary);
}
.file-link::after {
  content:'\f1c1';
  margin-left: auto;
  text-align: right;
  color: inherit;
}
[data-fill="bg-primary"] .control {
  background-color: var(--primary);
}
[data-fill="bg-secondary"] .control {
  background-color: var(--secondary);
}
[data-fill="bg-warning"] .control {
  background-color: var(--warning);
}
[data-fill="bg-dark"] .control {
  background-color: var(--dark);
}
[id*="filters-"] fieldset .control, fieldset .control {
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.control.rounded {
  border-radius: 1rem !important;
}
.control.opacity-50 {
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.control.opacity-50.mixitup-control-active, .control.opacity-50:hover { opacity: 1 !important; }

.btn-collapse[aria-expanded="false"]::before {
  position: relative;
  display: inline-block;
  content:'Zobrazit více';
}
.btn-collapse[aria-expanded="false"]::after {
  content:'\f107';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-left: .5rem;
}
.btn-collapse[aria-expanded="true"]::before {
  position: relative;
  display: inline-block;
  content:'Zobrazit méně';
}
.btn-collapse[aria-expanded="true"]::after {
  content:'\f106';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-left: .5rem;
}

.whole-field-url [class*="icon-"].bg-dark-transparent, .whole-field-url [class*="icon-"].bg-white-transparent, .card.whole-field-url .card-body .bg-primary-transparent, .card.whole-field-url .card-body [class*="icon-"].bg-dark-transparent {
  transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
}
.whole-field-url:hover [class*="icon-"].bg-dark-transparent, .card.whole-field-url:hover .card-body .bg-primary-transparent, .card.whole-field-url:hover .card-body [class*="icon-"].bg-dark-transparent {
  background-color: rgba(68,129,39,1);
}
.whole-field-url:hover [class*="icon-"].bg-white-transparent {
  background-color: rgba(68,129,39,1);
}

.row.slider-cover {
  width: calc(100vw - 8rem);
  margin: 0 auto;
}
.article-list-cover-3 .tns-ovh {
  overflow: visible;
}
.article-list-3 > .tns-item {
  opacity: 0.3;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.article-list-3 > .tns-item.tns-slide-active {
  opacity: 1;
}

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

.inside-text ul:not(.nav-menu):not(.nav-wrap):not(.nav-image-menu):not(.dropdown):not(.collapse):not(.collapsing):not(.nav-tabs):not(.cc-cp-body-tabs) li::before {
  content:'\f002';
  color:#0094DA;
  font-size: 1rem;
  line-height:inherit;
}

/* Dust particle */
.dust-particle {
  pointer-events: none;
}

/*  Switch-night */
.switch-night * {
  z-index: 1;
}
.switch-night.track-always::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  opacity:0;
  background-image: url('/img/inteligentni-osvetleni-light-on.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1s ease-in;
  mix-blend-mode: multiply;
  z-index: 0;
}
.switch-night.track-always.in-view::before {
  opacity: .95;
}
/* Process arrows */
.row.process-arrow::before {
  content: '';
  position: absolute;
  display: none;
  top: 32px;
  right: 100%;
  width:0;
  height: 1px;
  border-top: 1px dashed var(--primary);
}
.row.process-arrow::after {
  content: '';
  position: absolute;
  display: none;
  top: calc(32px - .25rem);
  left: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
[class*="item-"].process-arrow::before {
  content: '';
  position: absolute;
  display: none;
  top: 32px;
  left: 85%;
  width: 15%;
  height: 1px;
  border-top: 1px dashed var(--primary);
}
[class*="item-"].process-arrow::after {
  content: '';
  position: absolute;
  display: none;
  top: calc(32px - .25rem);
  left: calc(100% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid var(--primary);
  border-left: 1px solid var(--primary);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* SVG Map */
#svg-map { overflow: visible; }
#svg-map .map-marker { pointer-events: all; }
.map-marker {
  cursor: pointer;
  filter: drop-shadow(0 0 1rem rgb(0 0 0 / 0.3));
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.map-marker {
  position: relative;
  z-index: 999;
}
.map-marker * {
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.map-marker:hover [fill="#FFFFFF"] { fill: #BF910D; }
.map-marker:hover [fill="#BF910D"] { fill: #FFFFFF; }
#svg-map text {
	font-family: 'Bicyclette', sans-serif;
	font-size: 16px;
}



/* Custom breakpoints */
@media (max-width: 992px) and (max-height: 768px) {
  .min-vh-75 {
    min-height: 576px !important;
  }
}
@media (max-width: 1600px) and (min-height: 768px) {
  .min-vh-25 {
    min-height: calc(25vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-25 {
    min-height: calc((25vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .min-vh-33 {
    min-height: calc(33vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-33 {
    min-height: calc((33vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .min-vh-50 {
    min-height: calc(50vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-50 {
    min-height: calc((50vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .min-vh-75 {
    min-height: calc(75vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-75 {
    min-height: calc((75vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .min-vh-100 {
    min-height: calc(100vh - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
  .py-default .min-vh-100 {
    min-height: calc((100vh - 12rem) - (32px + (48 - 32) * ((100vw - 300px) / (1600 - 300)))) !important;
  }
}
@media (min-width: 1600px) and (min-height:768px) {
  .min-vh-25 {
    min-height: calc(25vh - 48px) !important;
  }
  .py-default .min-vh-25 {
    min-height: calc(25vh - 12rem - 48px) !important;
  }
  .min-vh-33 {
    min-height: calc(33vh - 12rem - 48px) !important;
  }
  .py-default .min-vh-33 {
    min-height: calc(33vh - 12rem - 48px) !important;
  }
  .min-vh-50 {
    min-height: calc(50vh - 12rem - 48px) !important;
  }
  .py-default .min-vh-50 {
    min-height: calc(50vh - 12rem - 48px) !important;
  }
  .min-vh-75 {
    min-height: calc(75vh - 12rem - 48px) !important;
  }
  .py-default .min-vh-75 {
    min-height: calc(75vh - 12rem - 48px) !important;
  }
  .min-vh-100 {
    min-height: calc(100vh - 12rem - 48px) !important;
  }
  .py-default .min-vh-100 {
    min-height: calc(100vh - 12rem - 48px) !important;
  }
}


@media (max-width: 991.98px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
  .show-lg-bg-image {
    background-image: none !important;
  }
}

@media (min-width: 448px) {
  .row.process-arrow::before, .row.process-arrow::after { display: block }
  .row.process-arrow::before {
    width:calc((100vw - 448px) / 2);
  }
  [class*="item-"].process-arrow::before, [class*="item-"].process-arrow::after { display: block; }
  [class*="item-"].process-arrow:nth-child(2):before, [class*="item-"].process-arrow:nth-child(2):after, [class*="item-"].process-arrow:nth-child(4):before, [class*="item-"].process-arrow:nth-child(4):after { display: none; }
}
@media (min-width: 576px) {
  .row.slider-cover {
    width: calc(540px - 8rem);
    margin: 0 auto;
  }
  .row.process-arrow::before {
    width:calc((100vw - 540px) / 2);
  }
  [class*="item-"].process-arrow:nth-child(2):before, [class*="item-"].process-arrow:nth-child(2):after, [class*="item-"].process-arrow:nth-child(4):before, [class*="item-"].process-arrow:nth-child(4):after { display: block; }
  [class*="item-"].process-arrow:nth-child(3):before, [class*="item-"].process-arrow:nth-child(3):after { display: none; }
  .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);
  }
  .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) {
  .row.slider-cover {
    width: calc(720px - 8rem);
    margin: 0 auto;
  }
  .row.process-arrow::before {
    width:calc((100vw - 720px) / 2);
  }
  .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) {
  .row.slider-cover {
    width: calc(960px - 10rem);
    margin: 0 auto;
  }
  .row.process-arrow::before {
    width:calc((100vw - 960px) / 2);
  }
  [class*="item-"].process-arrow::before, [class*="item-"].process-arrow::after { display: block; }
  [class*="item-"].process-arrow:nth-child(3):before, [class*="item-"].process-arrow:nth-child(3):after { display: block; }
  .text-lg-left > .row { justify-content: flex-start !important; }
  .default-p, .py-default { padding-top: 6rem; padding-bottom: 6rem;  }
  .marker-lg-none.marker-right {
    padding-right: 0 !important;
  }
  .marker-lg-none.marker-left {
    padding-left: 0 !important;
  }
  .marker-lg-none.marker-right::after, .marker-lg-none.marker-left::after {
    display:none;
  }
  .marker-lg-center-bottom::after {
    content: '';
    position: absolute;
    display: block;
    left: calc(50% - .1875rem);
    top: calc(100% + 3rem);
    width: 0.375rem;
    height: 6.5rem;
    background: linear-gradient(to bottom, #448127 0%,#448127 50%,#321112 50%,#321112 100%);
  }
}
@media (min-width: 1340px) {
  .row.slider-cover {
    width: calc(100% - 8rem);
    margin: 0 auto;
  }
  .row.process-arrow::before {
    width:calc((100vw - 1340px) / 2);
  }
  .navbar-brand {
    padding-top:1rem;
    padding-bottom:1rem;
  }
  [id*="customize-controls-"] .prev {
    left: -3.75rem;
  }
  [id*="customize-controls-"] .next {
    right: -3.75rem;
  }
  section > .container {
    max-width: calc(1340px - 2rem);
  }
}
@media (min-width: 1420px) {
  .row.slider-cover {
    width: calc(100% - 8rem);
    margin: 0 auto;
  }
  .outline-xxl-none {
    outline: none !important;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size:56px
  }
  h2 {
    font-size:32px
  }
  h3 {
    font-size:24px
  }
  h4 {
    font-size:16px
  }
  .display-1 {
    font-size:100px
  }
  .display-2 {
    font-size:56px
  }
  .display-3 {
    font-size:36px
  }
  .display-4 {
    font-size:16px
  }
  .lead, .quotes {
    font-size:24px
  }
  .navbar-brand svg, .small-menu .navbar-brand svg {
    width: 180px;
    height: 48px;
  }
  .navbar-brand-footer svg {
    width: 180px;
    height: 48px;
  }
  section:first-of-type:not(.pt-0) { padding-top: calc(48px + 2rem); }
  .gallery-link {
    width: 64px;
    height: 64px;
    font-size: 1.5625rem;
  }
}

/* Cookies */
.termsfeed-com---palette-light .cc-pc-container {
  background: #fff;
  overflow: hidden;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link, .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-size: .7143rem !important;
  font-family:'Montserrat', sans-serif;
  letter-spacing: normal;
}
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #fff !important;
  color: #323232 !important;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 30%) !important;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 2rem !important;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---nb-simple {
  max-width: 480px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: .7143rem !important;
}
.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: #ffae45 !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #323232  !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.termsfeed-com---palette-light .cc-nb-changep { background: none !important; color: #666 !important; }
