.page-lp2 {
  --lpnav-color: #111;
  --lpnav-bg: #fff;
  background-color: var(--lp-bg);
  color: var(--lp-color);
  position: relative;
}
.page-lp2 a:hover,
.page-lp2 a:focus,
.page-lp2 a:active {
  color: inherit;
}
.page-lp2 ::selection {
  background-color: #96c9ff;
  color: #2d2d2d;
}

.page-lp2 header.top.transparent .logo-f9,
.page-lp2 header.top.transparent .logo-f9-m {
  background-image: var(--lp-logo-brd) !important;
}
.page-lp2 header.top.transparent .logo-f9 {
  background-image: var(--lp-logo-brd) !important;
}
.page-lp2 header.top.transparent .logo-scena9 {
  background-image: var(--lp-logo-scena9) !important;
}
.page-lp2 .logo-footer {
  background-image: var(--lp-logo-footer) !important;
}
.page-lp2 footer.footer,
.page-lp2 .fooinfo,
.page-lp2 .fooinfo a,
.page-lp2 .fooinfo a[href],
.page-lp2 .foolinks h4,
.page-lp2 .bbtn:hover,
.page-lp2 .bbtn:focus {
  color: var(--lp-footer-color);
}
.page-lp2 .fooinfo a:not([href]):hover,
.page-lp2 .fooinfo a:not([href]):focus {
  color: inherit;
}
.page-lp2 .fooinfo a:hover,
.page-lp2 .fooinfo a:focus {
  color: var(--lp-link);
}

.page-lp2 footer.footer {
  position: relative;
  background-color: var(--lp-footer-bg);
  z-index: 1;
}

.page-lp2 > .lp2sbg {
  position: absolute;
  z-index: -1;
  user-select: none;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.page-lp2 > .lp2sbg img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: -1;
  user-select: none;
}

.page-lp2 header {
  position: relative;
}
.page-lp2 .lp2visual {
  position: relative;
}
.lp2cta {
  position: absolute;
  z-index: 10;
  display: inline-block;
  top: calc(100dvh - 80px);
  left: 50%;
  transform: translateX(-50%);
  color: var(--lp-cta-color);
  background-color: var(--lp-cta-bg);
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 12px;
}
.lp2cta:hover {
  color: var(--lp-cta-color) !important;
}
.page-lp2 .lp2visual::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-lp2 header video {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  object-fit: cover;
}
.page-lp2 .lp2logo {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  padding: 28px 12px;
  line-height: 0;
}
.page-lp2 .lp2logo a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.page-lp2 .lp2logo img {
  display: inline-block;
  width: auto;
  height: 24px;
}
.page-lp2 .lp2slogo {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  padding: 32px 12px;
  line-height: 0;
}
.page-lp2 .lp2slogo a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.page-lp2 .lp2slogo img {
  display: inline-block;
  width: auto;
  height: 24px;
}

.page-lp2 .lp2shead {
  position: relative;
  padding: 160px 16px 42px 16px;
  max-width: 940px;
  margin: 0 auto;
}
.page-lp2 .bbtn {
  display: inline-block;
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 12px;
  color: var(--lp-cta-color);
  background-color: var(--lp-cta-bg);
  margin-bottom: 16px;
}
.page-lp2 .bbtn:hover {
  color: var(--lp-cta-color);
}
.page-lp2 .lp2shead h1 {
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}

.page-lp2 .lp2svid {
  position: relative;
  padding: 0 16px;
  max-width: 1312px;
  margin: 0 auto;
}
.page-lp2 .lp2svid iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}



.page-lp2 .lp2menu {
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-weight: 600;
}
.page-lp2 .lp2menu ul,
.page-lp2 .lp2menu li,
.page-lp2 .lp2social,
.page-lp2 .lp2social li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-lp2 .lp2menu li {
  font-size: 16px;
  line-height: 24px;
  color: var(--lpnav-color);
  background-color: var(--lpnav-bg);
}
.page-lp2 .lp2menu li a {
  display: block;
  padding: 16px 48px 16px 20px;
  min-height: 120px;
  background-image: url('data:image/svg+xml,%3Csvg width="14" height="6" viewBox="0 0 14 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9.466 5.22C9.586 4.908 9.718 4.62 9.862 4.356C10.006 4.08 10.168 3.822 10.348 3.582H0.7V2.106H10.348C10.18 1.866 10.024 1.614 9.88 1.35C9.736 1.074 9.604 0.78 9.484 0.467999H10.852C11.596 1.344 12.412 2.01 13.3 2.466V3.24C12.412 3.672 11.596 4.332 10.852 5.22H9.466Z" fill="%232D2D2D"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: right 20px top 26px;
}

.page-lp2 .lp2intro,
.page-lp2 .lp2text {
  padding: 48px 16px;
  margin: 0 auto;
  max-width: 940px;
  font-size: 16px;
  line-height: 24px;
}
.page-lp2.lp2s .lp2intro {
  padding: 40px 16px 80px 16px;
}

.page-lp2 .htitle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 940px;
  max-width: 100%;
  text-align: center;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page-lp2 .htitle img {
  max-width: 90%;
  height: auto;
  margin-bottom: 20px;
}
.lp2part {
  padding: 80px 12px 0 12px;
  text-align: center;
}
.lp2logos h2 {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif, system-ui, -apple-system;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
}
.lp2part ul {
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 3px;
  max-width: 880px;
  padding: 0;
  list-style: none;
  max-width: 880px;
}
.lp2part ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp2part ul img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.page-lp2 .lp2social {
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif, system-ui, -apple-system;
  font-size: 14px;
  line-height: 24px;
  padding: 40px 12px 80px 12px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}

.lp2arts {
  padding: 0 16px;
  margin: 0 auto 32px auto;
  max-width: 972px;
}
.lp2arts h2 {
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
}
.lp2arts .lp2art {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(249, 249, 249, 0.2);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.lp2arts .lp2art h3 {
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-weight: 600;
  margin-top: 8px;
  font-size: 18px;
  line-height: 28px;
}
.lp2arts .lp2art .bbtn {
  margin: 20px 0 0 0;
}
.lp2arts .lp2adet p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.lp2tportret,
.lp2tanaliza {
  position: relative;
}
.lp2tportret::after {
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-weight: 600;
  content: "Portret";
  display: inline-block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px;
  color: #f9f9f9;
  background-color: #253221;
}
.lp2tanaliza::after {
  font-family: 'Alverata', serif, system-ui, -apple-system;
  font-weight: 600;
  content: "Analiză";
  display: inline-block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px;
  color: #2d2d2d;
  background-color: #aaa;
}

.lp2logos {
  padding: 48px 16px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.loli {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.loli > li {
  list-style: none;
  display: block;
  flex: 0 0 auto;
  width: 50%;
  max-width: 100%;
  padding: 8px;
  margin: 0;
}
.loli a {
  display: block;
}
.loli img {
  width: 100%;
  height: auto;
}


@media (min-width: 992px) {

  .page-lp2 header video {
    aspect-ratio: 16 / 9;
  }

  .page-lp2 .lp2logo {
    right: auto;
    padding: 48px 0 48px 64px;
  }
  .page-lp2 .lp2logo a {
    margin: 0;
  }
  .page-lp2 .lp2logo img {
    height: 40px;
  }
  .page-lp2 .lp2slogo {
    padding: 40px 0;
  }
  .page-lp2 .lp2slogo img {
    height: 40px;
  }
  .page-lp2 .lp2menu {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    padding: 44px 64px 44px 0;
    line-height: 0;
  }
  .page-lp2 .lp2menu li {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
  }
  .page-lp2 .lp2menu li a {
    min-height: auto;
    padding: 8px 16px;
    background-image: none;
  }
  .page-lp2 .lp2menu li+li {
    margin-left: 4px;
  }

  .page-lp2 .htitle {
    font-size: 21px;
    line-height: 32px;
  }
  .page-lp2 .lp2intro,
  .page-lp2 .lp2text {
    padding: 80px 0;
    font-size: 21px;
    line-height: 32px;
  }
  .page-lp2.lp2s .lp2intro {
    padding: 64px 0 80px 0;
  }

  .page-lp2 .lp2shead {
    padding: 200px 0 64px 0;
  }
  .page-lp2 .bbtn {
    font-size: 18px;
    line-height: 32px;
    padding: 8px 16px;
    margin-bottom: 24px;
  }
  .lp2cta {
    font-size: 18px;
    line-height: 32px;
    padding: 12px 30px;
  }
  .page-lp2 .lp2shead h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .lp2logos h2 {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 32px;
  }
  .lp2part ul {
    margin: 0 auto;
    gap: 20px;
  }
  .lp2part ul img {
    width: 160px;
    height: 160px;
  }

  .page-lp2 .lp2social {
    padding: 80px 40px;
    font-size: 16px;
  }

  .lp2arts {
    margin-bottom: 80px;
  }
  .lp2arts h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 80px;
  }
  .lp2arts .lp2art {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    column-gap: 20px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .lp2arts .lp2art .lp2avis {
    grid-column: 1 / span 2;
  }
  .lp2arts .lp2art h3 {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }
  .lp2arts .lp2art .bbtn {
    margin-top: 20px;
  }
  .lp2arts .lp2adet p {
    font-size: 21px;
    line-height: 32px;
  }
  .lp2tportret::after {
    left: 12px;
    bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .lp2tanaliza::after {
    left: 12px;
    bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .loli {
    margin-left: -10px;
    margin-right: -10px;
  }
  .loli > li {
    padding: 10px;
    width: 180px;
  }
  .loli.bigl > li {
    width: 340px;
  }

}

