<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { line-height: 1.4;  }
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb {
  background: #343a40;
}

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

.btn-icon {
  font-weight: bold;
  margin-right: 1rem;
  padding: 1rem 0;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}

.quotes-svg{
  padding: calc(32px + (78 - 32) * ((100vw - 300px) / (1600 - 300))) !important;
}

.row .gallery-detail:nth-child(n+2){
  flex: 0 0 33.33333%!important;
  max-width: 33.33333%!important;
}

@media (max-width: 768px) {
  .time-line::before {
    display: none;
}
}

footer a:not(.btn):hover{
  text-decoration: underline;
}


.dark-overlay::before {

    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.623), rgba(0, 0, 0, 0));
    z-index: 1;
    width: 100%;
    height: 100%;

}



.quotes-svg::before, .quotes-svg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(64px + (156 - 64) * ((100vw - 300px) / (1600 - 300))) !important;
  height: calc(64px + (156 - 64) * ((100vw - 300px) / (1600 - 300))) !important;
  background: url(/img/left-corner.svg) no-repeat center center;
}

.quotes-svg::after {
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  background: url(/img/right-corner.svg) no-repeat center center;
}

.btn-icon [class*="fa-"] {
  font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1600 - 300))) !important;
  vertical-align: middle;
  margin-right: 1rem;
}

.selection-title{
  font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .4em;
}

.subtitle{
  position: relative;
  display: inline-block;
  color: #ea6b1b;
  font-size: .75rem;
  font-weight: bold;
  letter-spacing: .2em;
  text-transform: uppercase;
  
}

.selection-title::before{
  content: '';
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);

  width: 40px;
  height: 40px;
  background: url(/img/icon-logo.svg) no-repeat center center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

/* Text */
  h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
h1 &gt; a, h2 &gt; a, h3 &gt; a, h4 &gt; a, h5 &gt; a, h6 &gt; a, .h1 &gt; a, .h2 &gt; a, .h3 &gt; a, .h4 &gt; a, .h5 &gt; a, .h6 &gt; a { color: inherit; }
.display-1 {
  line-height: 1.2;
  letter-spacing: .0em;
}
.display-2 {
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.display-3 {
  line-height: 1.2;
}
.display-4 {
  line-height: 1.2;
}
[class*="display-"] &gt; strong { font-weight: 700; }

.display-base {
  font-size: 1rem;
}
.quotes {
  font-size: 1.25rem;
}
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;
}


a {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
footer .last-line a:not(.btn) {
  color:#656f80;
  text-decoration: underline;
}
.more {
  position: relative;
    display: inline-block;
    color: #ea6b1b;
    font-size: .75rem;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-right: 1.33rem;
    z-index:3;
}
.more::after {
  content: '\f061';
    position: absolute;
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
    font-size: .625rem;
    font-weight: bold;
    right: 0.33rem;
    top: .05rem;
}
.more:hover:after {
  animation: zoomInRight 1s infinite ease-in;
  -webkit-animation: zoomInRight 1s infinite ease-in;
}

/* 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, .navbar-brand img {
  width: calc((var(--logo-width-min)*1px) + (var(--logo-width-max) - var(--logo-width-min)) * ((100vw - 300px) / (1600 - 300)));
  height: calc((var(--logo-height-min)*1px) + (var(--logo-height-max) - var(--logo-height-min)) * ((100vw - 300px) / (1600 - 300)));
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.small-menu .navbar-brand svg, .small-menu .navbar-brand img {
  width: calc((var(--logo-width-min)*1px) + (var(--logo-width-max) - var(--logo-width-min)) * ((100vw - 300px) / (1600 - 300)));
  height: calc((var(--logo-height-min)*1px) + (var(--logo-height-max) - var(--logo-height-min)) * ((100vw - 300px) / (1600 - 300)));
}
.menu-scroll-down.small-menu .navbar-brand svg, .menu-scroll-down.small-menu .navbar-brand img {
  width: calc((var(--logo-width-min)*1px) + (var(--logo-width-max) - var(--logo-width-min)) * ((100vw - 300px) / (1600 - 300)));
  height: calc((var(--logo-height-min)*1px) + (var(--logo-height-max) - var(--logo-height-min)) * ((100vw - 300px) / (1600 - 300)));
}
.navbar-brand-footer {
  padding-top:1rem;
  padding-bottom:1rem;
}
.navbar-brand-footer svg, .navbar-brand-footer img {
  width: calc((var(--logo-width-min)*1px) + (var(--logo-width-max) - var(--logo-width-min)) * ((100vw - 300px) / (1600 - 300)));
  height: calc((var(--logo-height-min)*1px) + (var(--logo-height-max) - var(--logo-height-min)) * ((100vw - 300px) / (1600 - 300)));
}
.menu-white .navbar-brand svg [fill="#3C4E6A"] { fill: #fff !important; }

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

@media (min-width: 1280px) {

  .offset-r-xl-n1 {
    margin-right: -8.33333%;
  }

  .offset-r-xl-n2 {
    margin-right: -16.66667%;
  }
  .offset-r-xl-n3 {
    margin-right: -25%;
  }
  .offset-r-xl-n4 {
    margin-right: -33.33333%;
  }

  .offset-l-xl-n2 {
    margin-left: -16.66667%;
  }
  .offset-l-xl-n3 {
    margin-left: -25%;
  }
  .offset-l-xl-n4 {
    margin-left: -33.33333%;
  }
}

.pt-header { padding-top: calc((var(--logo-height-min)*1px) + (var(--logo-height-max) - var(--logo-height-min)) * ((100vw - 300px) / (1600 - 300)) + 2rem) }
section:first-of-type:not(.pt-0) { padding-top: calc((var(--logo-height-min)*1px) + (var(--logo-height-max) - var(--logo-height-min)) * ((100vw - 300px) / (1600 - 300)) + 2rem) }

.container, .container-fluid { position: relative; }

.text-center &gt; .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 &gt; .rounded.shadow {
  box-shadow:none !important;
  border-radius: 0 !important;
}

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

@media (min-width: 1440.98px) {
  footer {
      background-image: url(/img/polystyren.png);
      background-repeat: no-repeat;
      background-position: bottom left;
  }
}

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

.article-list-4 &gt; [class*="list-item-"] &gt; .row &gt; [class*="col-"] &gt; .row.bg-white *, .article-list-5 &gt; [class*="list-item-"] &gt; .row &gt; [class*="col-"] &gt; .row.bg-white * {
  transition: none;
  -webkit-transition: none;
}
.article-list-4 &gt; [class*="list-item-"] &gt; .row &gt; [class*="col-"] &gt; .row.bg-white, .article-list-5 &gt; [class*="list-item-"]:hover &gt; .row &gt; [class*="col-"] &gt; .row.bg-white {
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.article-list-4 &gt; [class*="list-item-"]:hover &gt; .row &gt; [class*="col-"] &gt; .row.bg-white, .article-list-5 &gt; [class*="list-item-"]:hover &gt; .row &gt; [class*="col-"] &gt; .row.bg-white { background: #0094da !important; color: #fff !important; }
.article-list-4 &gt; [class*="list-item-"]:hover &gt; .row &gt; [class*="col-"] &gt; .row.bg-white [fill="#BDC6CB"], .article-list-5 &gt; [class*="list-item-"]:hover &gt; .row &gt; [class*="col-"] &gt; .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: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:var(--primary);
  font-size: 1rem;
  line-height:inherit;
}

.play-button{
  position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    bottom: -30px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 1.25rem;
    color: #fff;
    background: var(--primary);
    z-index: 999;
    transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    text-decoration: none !important;
  
}

.play-button:hover {
  background: var(--primary-hover);
  color: #fff;
}

.top-100 .play-button{
  bottom: -60px;
}

.line-title {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

h3.line-title::after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #fff;
}


/* Time-line */
.time-line {
  position: relative;
}
.time-line-item .tiny-title {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  color: #ea6b1b;
  font-size:.75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.time-line-item .tiny-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 1px;
  background: #ea6b1b;
}
.row:nth-child(odd) &gt; .time-line-item &gt; .row &gt; [class*="col"] .tiny-title::after { left: 0; right: auto; }
.row:nth-child(even) &gt; .time-line-item &gt; .row &gt; [class*="col"] .tiny-title::after { left: auto; right: 0; }
.time-line-item-date {
  position: absolute;
  top: 0;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.time-line-item-left .time-line-item-date {
  left: auto;
  right: -2rem;
}
.time-line-item-descr {
  padding: 3rem 4rem;
}

.top-100 .play-button{
  bottom: -60px;
}

.time-line {
  padding-bottom: 10rem;
}
.time-line::before {
  content: "";
  width: 1px;
  height: calc(100% - 20rem);
  margin: 0 auto;
  background: #ea6b1b;
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
}
.time-line-item .tiny-title::after { width: calc(100% + 5rem); }

@media (min-width: 768px) {
  .time-line [class*="container"] [class*="container"] { margin-top: 10rem !important; }
  .time-line [class*="container"] [class*="container"] &gt; .row { margin-top: -10rem !important; }
}

@media (max-width: 768px) {
  
  .time-line [class*="container"] [class*="container"] &gt; .row { padding-bottom: 3rem !important; }
}




.row:nth-child(odd) &gt; .time-line-item &gt; .row &gt; [class*="col"] { padding-right: 5rem !important; }
.row:nth-child(even) &gt; .time-line-item &gt; .row &gt; [class*="col"] { padding-left: 5rem !important; }


[class*="item-"] [class*="col"] .position-relative &gt; a:not(.play-button), #article-detail [class*="col"] a:not(.btn) {
  color: #ea6b1b;
  text-decoration: underline;
}

.tinyTitle{
  color: #ea6b1b;
    font-size: .75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2em;
}

[class*="col-"] &gt; .position-relative &gt; a, [class*="col-"] &gt; .position-relative &gt; p &gt; a, [class*="col-"] &gt; .position-relative &gt; div &gt; a {
  text-decoration: underline;
}


.download-file{
  position: relative;
    display: block;
    font-size: .75rem;
    font-weight: bold;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #ea6b1b !important;
    text-decoration: underline;
}

.on-hover-1:hover {
  opacity: 1;
  filter: none;
}

.on-hover-1 {
  opacity: .75;
  filter: grayscale(100%);
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

/* 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;
}

.img-w-100{
  padding-top: 2rem;
}

.nav-menu li{
  min-width:2rem;
}

.img-w-100 img{
  flex: 0 0 100%;
  width: 100%;
}

@-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)
    }
}

/* 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: 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 &gt; .row { justify-content: flex-start !important; }
  .p-md-5.border-sm-right::before {
    top: 3rem;
    height: calc(100% - 6rem);
  }
}


@media (max-width: 576px) {
  .display-1{
    font-size: calc(28px + (66 - 28) * ((100vw - 300px) / (1600 - 300))) !important;
  }

  .display-2{
    font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1600 - 300))) !important;
  }

  .selection-title::before{
    padding-top: 5rem;
  }

  .custom-control{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .text-lg-left &gt; .row { justify-content: flex-start !important; }
  /*.default-p, .py-default { padding-top: 8rem; padding-bottom: 8rem;  }*/
}
@media (min-width: 1280px) {
  .navbar-brand {
    padding-top:1rem;
    padding-bottom:1rem;
  }
  .navbar-brand svg, .navbar-brand img  {
    width: calc(var(--logo-width-max)*1px);
    height: calc(var(--logo-height-max)*1px);
  }
  .small-menu .navbar-brand svg, .small-menu .navbar-brand img {
    width: calc(var(--logo-width-max)*1px);
    height: calc(var(--logo-height-max)*1px);
  }
  .menu-scroll-down.small-menu .navbar-brand svg, .menu-scroll-down.small-menu .navbar-brand img {
    width: calc(var(--logo-width-max)*1px);
    height: calc(var(--logo-height-max)*1px);
  }
  .navbar-brand-footer svg, .navbar-brand-footer img {
    width: calc(var(--logo-width-max)*1px);
    height: calc(var(--logo-height-max)*1px);
  }
}
@media (min-width: 1600px) {
  .navbar-brand svg, .navbar-brand img  {
    width: calc(var(--logo-width-max)*1px);
    height: calc(var(--logo-height-max)*1px);
  }
  .small-menu .navbar-brand svg, .small-menu .navbar-brand img {
    width: calc(var(--logo-width-max)*1px);
    height: calc(var(--logo-height-max)*1px);
  }
  .menu-scroll-down.small-menu .navbar-brand svg, .menu-scroll-down.small-menu .navbar-brand img {
    width: calc(var(--logo-width-max)*1px);
    height: calc(var(--logo-height-max)*1px);
  }
  .navbar-brand-footer svg, .navbar-brand-footer img {
    width: calc(var(--logo-width-max)*1px);
    height: calc(var(--logo-height-max)*1px);
  }
  .pt-header { padding-top: calc((var(--logo-height-max)*1px) + 2rem); }
  section:first-of-type:not(.pt-0) { padding-top: calc((var(--logo-height-max)*1px) + 2rem); }
}

.accordion-item {
  border-bottom: #32323227 solid 1px;
}

.font-weight-regular{
  font-weight: 400!important;
}
.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 &gt; *, harmony-grid &gt; * {
  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 &gt; 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"
}

.ufo-model-path {
  --model-path: url('/img/UFO.glb');
}

.z-minus{
  z-index: -1;
}

.questionare-form .col-12, .questionare-form .form-group label{
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #cecece;
  width: 100%;
}

.questionare-form label{
  font-size: 1.2rem;
  font-weight: 400;
}

.questionare-form .custom-control{
  flex: 0 0 33%!important;
  max-width: 32%!important;
  padding: 1rem;
}

@media (max-width: 768px) {
  .questionare-form label{
    font-size: 1rem;
    font-weight: 400;
  }
  
  .questionare-form .custom-control{
    flex: 0 0 50%!important;
    max-width: 50%!important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .questionare-form{
    height: auto;
    
  }
}

/* Cookies */
.termsfeed-com---nb, .termsfeed-com---pc-overlay {
  z-index: 1050 !important;
}
.termsfeed-com---palette-light .cc-pc-container {
  background: var(--white);
  overflow: hidden;
  font-family:var(--bs-font-family-base);
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link, .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-size: .875rem !important;
  font-family:var(--bs-font-family-base);
  letter-spacing: normal;
}
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: var(--white)!important;
  color: var(--primary) !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:var(--bs-font-family-base);
}
.termsfeed-com---nb-simple {
  max-width: 480px !important;
  border-radius: 0;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
  font-family:var(--bs-font-family-additional);
}
.termsfeed-com---nb .cc-nb-text {
  font-size: .875rem !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 {
  font-size: .875rem !important;
  background-color: var(--primary) !important;
  font-family: var(--bs-font-family-base);
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  letter-spacing: .1em;
  line-height: 1.5;
  border-radius: var(--bs-button-round);
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  border-radius: 16px;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: var(--primary)  !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.termsfeed-com---palette-light .cc-pc-head-close, .termsfeed-com---palette-light .cc-pc-head-close:focus, .termsfeed-com---palette-light .cc-pc-head-close:hover { border: none !important; box-shadow: none !important; }
.termsfeed-com---palette-light .cc-nb-changep { background: none !important; color: #666 !important; font-weight: 500 !important;
  font-size: .875rem !important; font-family: var(--bs-font-family-base); }</pre></body></html>