@font-face {
  font-family: 'Akkordeon';
  src: url("../fonts/Akkordeon Eight.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Akkordeon';
  src: url("../fonts/Akkordeon Four.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Akkordeon';
  src: url("../fonts/Akkordeon Five.woff2") format("woff2");
  font-weight: 450;
  font-style: normal;
  font-display: swap; }
div {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    div {
      font-size: 14px; } }

p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    p {
      font-size: 14px; } }

h1, h2, h3, h4, h5 {
  font-family: 'Akkordeon', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 160px;
  line-height: 95%;
  vertical-align: middle; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 120px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 85px; } }

h2 {
  font-size: 96px;
  line-height: 95%; }
  @media (max-width: 1200px) {
    h2 {
      font-size: 72px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 52px; } }

h3 {
  font-size: 64px;
  line-height: 100%; }
  @media (max-width: 1200px) {
    h3 {
      font-size: 48px; } }
  @media (max-width: 768px) {
    h3 {
      font-size: 34px; } }

h4 {
  font-size: 40px;
  line-height: 110%; }
  @media (max-width: 1200px) {
    h4 {
      font-size: 36px; } }
  @media (max-width: 768px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 28px;
  line-height: 115%; }
  @media (max-width: 1200px) {
    h5 {
      font-size: 26px; } }
  @media (max-width: 768px) {
    h5 {
      font-size: 18px; } }

.quote {
  display: flex;
  align-items: flex-start;
  gap: 20px; }
  @media (max-width: 768px) {
    .quote {
      gap: 15px; } }
  .quote__icon {
    flex-shrink: 0;
    display: flex;
    align-items: stretch; }
    .quote__icon img {
      height: 100%;
      width: auto;
      object-fit: contain; }
      @media (max-width: 768px) {
        .quote__icon img {
          max-height: 37px; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .quote__icon img {
          max-height: 50px; } }
  .quote__text {
    font-family: 'Akkordeon', sans-serif;
    font-size: 36px;
    line-height: 95%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF; }
    @media (max-width: 1200px) {
      .quote__text {
        font-size: 28px; } }
    @media (max-width: 768px) {
      .quote__text {
        font-size: 22px; } }
  .quote__light {
    font-weight: 400; }
  .quote__bold {
    font-weight: 600; }
  .quote__author {
    margin: 0;
    padding-top: 10px; }
  .quote--spacing-top {
    align-items: center;
    margin-top: 67px; }
    @media (max-width: 1200px) {
      .quote--spacing-top {
        margin-top: 40px; } }
    @media (max-width: 768px) {
      .quote--spacing-top {
        margin-top: 30px; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 35px 0 25px;
  transition: opacity 0.4s ease, transform 0.4s ease; }
  @media (max-width: 1200px) {
    .site-header {
      padding: 16px 30px; } }
  @media (max-width: 768px) {
    .site-header {
      padding: 12px 30px; } }
  .site-header.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%); }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.site-header__nav {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 45px; }
  @media (max-width: 1200px) {
    .site-header__nav {
      display: none; } }
  .site-header__nav a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease; }
    .site-header__nav a:hover {
      opacity: 0.6; }

.site-header__logo {
  display: flex;
  align-items: center;
  gap: 41px;
  flex-wrap: wrap;
  justify-content: left; }
  @media (max-width: 1200px) {
    .site-header__logo {
      flex: 1;
      gap: 25px; } }
  @media (max-width: 768px) {
    .site-header__logo {
      gap: 15px; } }
  @media (max-width: 400px) {
    .site-header__logo {
      justify-content: left; } }
  .site-header__logo img {
    display: block;
    height: auto; }
  @media (max-width: 768px) {
    .site-header__logo picture img {
      max-width: 63px; } }

@media (max-width: 768px) {
  .site-header__logo-secondary {
    max-width: 45px; } }

.site-header__actions {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  gap: 45px; }
  @media (max-width: 1200px) {
    .site-header__actions {
      flex: none;
      gap: 20px; } }
  @media (max-width: 350px) {
    .site-header__actions {
      gap: 5px; } }

.site-header__link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease; }
  @media (max-width: 1200px) {
    .site-header__link {
      display: none; } }
  .site-header__link:hover {
    opacity: 0.6; }

.site-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .site-header__hamburger {
      display: flex; } }
  .site-header__hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #d9d9d9;
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .site-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg); }
  .site-header__hamburger.is-active span:nth-child(2) {
    opacity: 0; }
  .site-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg); }

.site-header__actions .btn {
  padding: 13px 14px 13px 20px; }
  .site-header__actions .btn img {
    display: block;
    flex-shrink: 0; }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease; }
  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto; }
  .mobile-menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95); }
  .mobile-menu__nav {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-transform: uppercase; }
    .mobile-menu__nav a {
      font-family: 'Akkordeon', sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 48px;
      line-height: 95%;
      color: #FFFFFF;
      text-decoration: none;
      transition: opacity 0.3s ease; }
      @media (max-width: 768px) {
        .mobile-menu__nav a {
          font-size: 36px; } }
      .mobile-menu__nav a:hover {
        opacity: 0.6; }

.scroll-container {
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth; }
  @media (max-width: 768px) {
    .scroll-container {
      scroll-snap-type: y mandatory;
      scroll-snap-stop: always; } }

.section {
  min-height: 100vh;
  min-height: 100dvh;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (max-width: 768px) {
    .section {
      scroll-snap-stop: always; } }

.section-filtr {
  background-image: url("../images/filtr.png");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: repeat; }

.section--2 {
  align-items: center;
  background-image: url("../images/filtr.png"), url("../images/sec1.jpg");
  background-position: center, right; }
  .section--2 .section-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    visibility: hidden; }
    .section--2 .section-lines.is-visible {
      opacity: 1;
      visibility: visible; }
  .section--2 .section-lines__line {
    position: absolute;
    top: 0;
    width: 20px;
    background-color: #FFFFFF; }
    @media (max-width: 768px) {
      .section--2 .section-lines__line {
        width: 12px; } }
    @media (max-width: 500px) {
      .section--2 .section-lines__line {
        width: 8px; } }
  @media (max-width: 768px) {
    .section--2 .section--2__content {
      padding: 90px 35px 50px; } }
  .section--2 .section--2__columns {
    display: flex;
    gap: 94px;
    margin-bottom: 46px; }
    @media (max-width: 1200px) {
      .section--2 .section--2__columns {
        gap: 40px; } }
    @media (max-width: 768px) {
      .section--2 .section--2__columns {
        flex-direction: column;
        gap: 20px; } }
  .section--2 .section--2__col {
    flex: 1; }
    .section--2 .section--2__col.section--2__col_1 {
      max-width: 271px; }
      @media (max-width: 768px) {
        .section--2 .section--2__col.section--2__col_1 {
          width: 300px;
          max-width: 300px; } }
    .section--2 .section--2__col.section--2__col_2 {
      max-width: 233px; }
      @media (max-width: 768px) {
        .section--2 .section--2__col.section--2__col_2 {
          width: 300px;
          max-width: 300px; } }
    .section--2 .section--2__col p {
      margin-bottom: 20px; }
      .section--2 .section--2__col p:last-child {
        margin-bottom: 0; }
  .section--2 .section--2__heading {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 64px;
    line-height: 95%;
    letter-spacing: 0;
    vertical-align: middle;
    max-width: 612px; }
    @media (max-width: 1200px) {
      .section--2 .section--2__heading {
        font-size: 48px; } }
    @media (max-width: 768px) {
      .section--2 .section--2__heading {
        font-size: 34px;
        max-width: 390px; } }
    .section--2 .section--2__heading .h2--bold {
      font-weight: 600; }
  .section--2 .section--2__logos {
    display: flex;
    align-items: center;
    gap: 58px;
    margin-top: 59px; }
    @media (max-width: 1400px) {
      .section--2 .section--2__logos {
        margin-top: 35px; } }
    @media (max-width: 768px) {
      .section--2 .section--2__logos {
        gap: 24px;
        margin-top: 40px; } }
    .section--2 .section--2__logos-text {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 10px;
      line-height: 150%;
      letter-spacing: 0;
      color: #FFFFFF; }

.section--3 {
  align-items: flex-start;
  background-image: url("../images/filtr.png"), url("../images/sec2.jpg");
  background-position: center, center; }
  @media (max-width: 768px) {
    .section--3 {
      align-items: center; } }
  @media (max-width: 1200px) {
    .section--3 {
      /*background-image:
              url("../images/filtr.png"),
              url("../images/sec2-mobile.jpg");*/ } }
  .section--3 .section--3__container {
    position: relative;
    width: 100%;
    height: 100vh;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 37.4vh 20px 20.3vh; }
    @media (max-width: 1400px) {
      .section--3 .section--3__container {
        padding: 32vh 20px 16vh; } }
    @media (max-width: 768px) {
      .section--3 .section--3__container {
        align-content: center;
        padding: 90px 35px 50px; } }
  .section--3 .section--3__columns {
    display: flex;
    align-items: end; }
    @media (max-width: 768px) {
      .section--3 .section--3__columns {
        flex-direction: column; } }
  .section--3 .section--3__col {
    width: 50%; }
    @media (max-width: 768px) {
      .section--3 .section--3__col {
        width: 100%; } }
    .section--3 .section--3__col h2 {
      font-size: 128px;
      line-height: 95%; }
      @media (max-width: 1200px) {
        .section--3 .section--3__col h2 {
          font-size: 96px;
          padding-bottom: 10px; } }
      @media (max-width: 768px) {
        .section--3 .section--3__col h2 {
          font-size: 68px;
          padding-bottom: 7px; } }
    .section--3 .section--3__col h3 {
      font-weight: 450;
      font-size: 48px;
      line-height: 95%;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        .section--3 .section--3__col h3 {
          font-size: 36px;
          padding-bottom: 18px; } }
      @media (max-width: 768px) {
        .section--3 .section--3__col h3 {
          font-size: 26px;
          padding-bottom: 14px; } }
    .section--3 .section--3__col p {
      max-width: 343px;
      margin-bottom: 0; }
  .section--3 .section--3__col_2 {
    padding-left: 132px; }
    @media (max-width: 1200px) {
      .section--3 .section--3__col_2 {
        padding-left: 120px; } }
    @media (max-width: 768px) {
      .section--3 .section--3__col_2 {
        padding-left: 0; } }
  .section--3 .btn {
    margin-top: 66px; }
    @media (max-width: 1200px) {
      .section--3 .btn {
        margin-top: 45px; } }
    @media (max-width: 768px) {
      .section--3 .btn {
        margin-top: 37px; } }
  .section--3 .section--3__photo-credit {
    position: absolute;
    bottom: 80px;
    left: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.7;
    max-width: 400px; }
    @media (max-width: 768px) {
      .section--3 .section--3__photo-credit {
        padding-right: 20px;
        margin-top: 30px;
        max-width: none; } }

.fixed-lines {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  visibility: hidden; }
  .fixed-lines.is-visible {
    opacity: 1;
    visibility: visible; }
  .fixed-lines.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important; }
  .fixed-lines.fade-in {
    transition: opacity 0.6s ease, visibility 0.6s ease; }

.fixed-lines__line {
  position: absolute;
  width: 20px;
  background-color: #FFFFFF; }
  @media (max-width: 768px) {
    .fixed-lines__line {
      width: 12px; } }
  @media (max-width: 500px) {
    .fixed-lines__line {
      width: 8px; } }

.section--hero h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 160px;
  line-height: 95%;
  letter-spacing: 0%;
  vertical-align: middle; }
  @media (max-width: 1200px) {
    .section--hero h1 {
      font-size: 120px; } }
  @media (max-width: 768px) {
    .section--hero h1 {
      font-size: 85px; } }
  .section--hero h1 .h1--light {
    font-weight: 400; }
  .section--hero h1 .h1--regular {
    font-weight: 600; }
  .section--hero h1 .dots {
    font-size: 129px; }
    @media (max-width: 1200px) {
      .section--hero h1 .dots {
        font-size: 97px; } }
    @media (max-width: 768px) {
      .section--hero h1 .dots {
        font-size: 68px; } }
  .section--hero h1 .typing::after {
    content: '|';
    font-weight: 400;
    animation: blink 0.7s infinite; }
.section--hero .hero-thanks {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  text-transform: uppercase;
  font-family: 'Akkordeon', sans-serif; }
  .section--hero .hero-thanks__col-1, .section--hero .hero-thanks__col-2 {
    display: flex;
    flex-direction: column;
    font-family: inherit; }
  .section--hero .hero-thanks__line-1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 104%;
    letter-spacing: 0%; }
    @media (max-width: 1200px) {
      .section--hero .hero-thanks__line-1 {
        font-size: 48px; } }
    @media (max-width: 768px) {
      .section--hero .hero-thanks__line-1 {
        font-size: 42px; } }
  .section--hero .hero-thanks__line-2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 104%;
    letter-spacing: 0%; }
    @media (max-width: 1200px) {
      .section--hero .hero-thanks__line-2 {
        font-size: 48px; } }
    @media (max-width: 768px) {
      .section--hero .hero-thanks__line-2 {
        font-size: 42px; } }
  .section--hero .hero-thanks__line-3 {
    font-size: 160px;
    line-height: 83%;
    letter-spacing: 0%; }
    @media (max-width: 1200px) {
      .section--hero .hero-thanks__line-3 {
        font-size: 120px; } }
    @media (max-width: 768px) {
      .section--hero .hero-thanks__line-3 {
        font-size: 85px; } }
  .section--hero .hero-thanks__word--light {
    font-weight: 450; }
  .section--hero .hero-thanks__word--bold {
    font-weight: 600; }
  .section--hero .hero-thanks .dots {
    font-size: 85px;
    line-height: 100%; }
    @media (max-width: 1200px) {
      .section--hero .hero-thanks .dots {
        font-size: 64px; } }
    @media (max-width: 768px) {
      .section--hero .hero-thanks .dots {
        font-size: 46px; } }
  .section--hero .hero-thanks .typing::after {
    content: '|';
    font-weight: 400;
    animation: blink 0.7s infinite; }
  @media (max-width: 768px) {
    .section--hero .hero-thanks {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      gap: 9px; }
      .section--hero .hero-thanks__col-1 {
        align-items: flex-start; } }

@keyframes blink {
  0%, 50% {
    opacity: 1; }
  51%, 100% {
    opacity: 0; } }
.section--4 {
  align-items: flex-start; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .section--4 {
      height: 100vh;
      min-height: 100vh;
      max-height: 100vh;
      overflow: hidden; } }
  @media (max-width: 768px) {
    .section--4 {
      align-items: center; } }
  .section--4 .section--4__container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 16.3vh 20px 11.1vh; }
    @media (min-width: 992px) and (max-width: 1399px) {
      .section--4 .section--4__container {
        padding: 10vh 20px 5vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; } }
    @media (max-width: 768px) {
      .section--4 .section--4__container {
        padding: 90px 35px 50px; } }
  .section--4 .section--4__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 16px; }
    @media (max-width: 768px) {
      .section--4 .section--4__header {
        flex-direction: column; } }
    .section--4 .section--4__header p {
      max-width: 355px;
      margin-right: 236px;
      padding-top: 13px; }
      @media (max-width: 1400px) {
        .section--4 .section--4__header p {
          margin-right: 0; } }
      @media (max-width: 768px) {
        .section--4 .section--4__header p {
          padding-top: 20px; } }
  .section--4 .section--4__heading {
    text-transform: uppercase;
    line-height: 95%; }
    .section--4 .section--4__heading span {
      font-weight: 450; }
    @media (max-width: 1200px) {
      .section--4 .section--4__heading {
        font-size: 48px; } }
    @media (min-width: 992px) and (max-width: 1399px) {
      .section--4 .section--4__heading {
        font-size: 42px; } }
    @media (max-width: 768px) {
      .section--4 .section--4__heading {
        font-size: 34px; } }
  .section--4 .section--4__gallery {
    display: flex;
    justify-content: center;
    gap: 120px;
    flex-wrap: wrap; }
    @media (max-width: 1400px) {
      .section--4 .section--4__gallery {
        gap: 80px; } }
    @media (min-width: 992px) and (max-width: 1399px) {
      .section--4 .section--4__gallery {
        gap: 40px; } }
    @media (max-width: 768px) {
      .section--4 .section--4__gallery {
        gap: 30px; } }
  .section--4 .section--4__item {
    width: 300px;
    flex-shrink: 0;
    position: relative; }
    @media (min-width: 992px) and (max-width: 1399px) {
      .section--4 .section--4__item {
        width: 220px; } }
    .section--4 .section--4__item:hover img {
      transform: scale(1.05); }
    .section--4 .section--4__item:hover .section--4__name {
      opacity: 0.8; }
    .section--4 .section--4__item::before {
      content: '';
      position: absolute;
      top: 12px;
      left: 12px;
      width: 21px;
      height: 21px;
      background-image: url("../images/gal-arrows.svg");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1;
      transition: transform 0.3s ease; }
    .section--4 .section--4__item:hover::before {
      animation: pulse 1s ease-in-out infinite; }
    @media (max-width: 768px) {
      .section--4 .section--4__item {
        width: calc(50% - 15px);
        flex-shrink: 1; } }
    @media (max-width: 380px) {
      .section--4 .section--4__item {
        width: 100%; } }
    .section--4 .section--4__item img {
      width: 300px;
      height: auto;
      display: block;
      padding-bottom: 19px;
      transition: transform 0.3s ease; }
      @media (min-width: 992px) and (max-width: 1399px) {
        .section--4 .section--4__item img {
          width: 220px;
          padding-bottom: 12px; } }
      @media (max-width: 768px) {
        .section--4 .section--4__item img {
          width: 100%; } }
  .section--4 .section--4__name {
    font-family: 'Akkordeon', sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 36px;
    line-height: 95%;
    letter-spacing: 0;
    transition: opacity 0.5s ease; }
    .section--4 .section--4__name span {
      font-weight: 600; }
    @media (max-width: 1200px) {
      .section--4 .section--4__name {
        font-size: 28px; } }
    @media (min-width: 992px) and (max-width: 1399px) {
      .section--4 .section--4__name {
        font-size: 22px; } }
    @media (max-width: 768px) {
      .section--4 .section--4__name {
        font-size: 22px; } }

.section--5,
.section--6,
.section--7 {
  align-items: flex-start; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .section--5,
    .section--6,
    .section--7 {
      height: 100vh;
      min-height: 100vh;
      max-height: 100vh;
      overflow: hidden; } }
  @media (max-width: 768px) {
    .section--5,
    .section--6,
    .section--7 {
      align-items: center; } }
  .section--5 .section--5__container,
  .section--6 .section--5__container,
  .section--7 .section--5__container {
    width: 100%;
    max-width: 1440px;
    padding: 19.9vh 20px 11.7vh;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) and (max-width: 1399px) {
      .section--5 .section--5__container,
      .section--6 .section--5__container,
      .section--7 .section--5__container {
        padding: 8vh 20px 5vh;
        justify-content: center;
        height: 100%; } }
    @media (max-width: 768px) {
      .section--5 .section--5__container,
      .section--6 .section--5__container,
      .section--7 .section--5__container {
        padding: 90px 35px; } }
  .section--5 .section--5__heading,
  .section--6 .section--5__heading,
  .section--7 .section--5__heading {
    text-transform: uppercase;
    text-align: center;
    line-height: 95%;
    padding-bottom: 18px;
    padding-right: 100px; }
    .section--5 .section--5__heading span,
    .section--6 .section--5__heading span,
    .section--7 .section--5__heading span {
      font-weight: 450; }
    @media (max-width: 1200px) {
      .section--5 .section--5__heading,
      .section--6 .section--5__heading,
      .section--7 .section--5__heading {
        font-size: 48px; } }
    @media (min-width: 992px) and (max-width: 1399px) {
      .section--5 .section--5__heading,
      .section--6 .section--5__heading,
      .section--7 .section--5__heading {
        padding-bottom: 14px; } }
    @media (max-width: 992px) {
      .section--5 .section--5__heading,
      .section--6 .section--5__heading,
      .section--7 .section--5__heading {
        padding-right: 0;
        font-size: 34px; } }
  .section--5 .section--5__content,
  .section--6 .section--5__content,
  .section--7 .section--5__content {
    display: flex;
    gap: 22px;
    align-items: flex-start; }
    @media (max-width: 992px) {
      .section--5 .section--5__content,
      .section--6 .section--5__content,
      .section--7 .section--5__content {
        flex-direction: column; } }
  .section--5 .section--5__video,
  .section--6 .section--5__video,
  .section--7 .section--5__video {
    flex: 1;
    min-width: 0;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1399px) {
      .section--5 .section--5__video,
      .section--6 .section--5__video,
      .section--7 .section--5__video {
        max-width: 700px !important;
        margin-left: 50px; } }
    @media (min-width: 992px) {
      .section--5 .section--5__video,
      .section--6 .section--5__video,
      .section--7 .section--5__video {
        max-width: 810px; } }
    .section--5 .section--5__video iframe,
    .section--6 .section--5__video iframe,
    .section--7 .section--5__video iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 810 / 456;
      display: block; }
      @media (min-width: 992px) and (max-width: 1399px) {
        .section--5 .section--5__video iframe,
        .section--6 .section--5__video iframe,
        .section--7 .section--5__video iframe {
          aspect-ratio: 700 / 350; } }
  .section--5 .section--5__text,
  .section--6 .section--5__text,
  .section--7 .section--5__text {
    flex-shrink: 0; }
    .section--5 .section--5__text .section--5__text-wrapper,
    .section--6 .section--5__text .section--5__text-wrapper,
    .section--7 .section--5__text .section--5__text-wrapper {
      width: 310px; }
      @media (max-width: 768px) {
        .section--5 .section--5__text .section--5__text-wrapper,
        .section--6 .section--5__text .section--5__text-wrapper,
        .section--7 .section--5__text .section--5__text-wrapper {
          width: 100%;
          max-width: 310px; } }
    .section--5 .section--5__text .quote,
    .section--6 .section--5__text .quote,
    .section--7 .section--5__text .quote {
      width: max-content; }
  .section--5 .section--5__name,
  .section--6 .section--5__name,
  .section--7 .section--5__name {
    font-family: 'Akkordeon', sans-serif;
    font-weight: 450;
    font-style: normal;
    font-size: 36px;
    line-height: 95%;
    letter-spacing: 0; }
    @media (max-width: 1200px) {
      .section--5 .section--5__name,
      .section--6 .section--5__name,
      .section--7 .section--5__name {
        font-size: 28px; } }
    @media (max-width: 768px) {
      .section--5 .section--5__name,
      .section--6 .section--5__name,
      .section--7 .section--5__name {
        font-size: 22px; } }
  .section--5 .section--5__text p,
  .section--6 .section--5__text p,
  .section--7 .section--5__text p {
    margin-bottom: 14px; }
    .section--5 .section--5__text p:last-child,
    .section--6 .section--5__text p:last-child,
    .section--7 .section--5__text p:last-child {
      margin-bottom: 0; }

.site-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .site-footer.site-footer-page {
      position: initial;
      margin-top: 40px;
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .site-footer {
      flex-direction: column;
      gap: 20px;
      bottom: 20px; } }
  .site-footer a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    color: #767676;
    transition: opacity 0.3s ease; }
    .site-footer a:hover {
      opacity: 0.6; }

.site-footer__links {
  display: flex;
  align-items: center;
  gap: 30px; }
  @media (max-width: 768px) {
    .site-footer__links {
      gap: 20px; } }
  @media (max-width: 350px) {
    .site-footer__links {
      gap: 10px; } }

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 17px; }
  .site-footer__social a {
    display: block;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0); }
    .site-footer__social a:hover {
      opacity: 0.6; }
  .site-footer__social img {
    display: block; }

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.1);
    opacity: 0.9; } }
.studie-container {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory; }

.studie-section {
  min-height: 100vh;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  justify-content: center;
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: repeat, no-repeat; }
  @media (max-width: 1200px) {
    .studie-section {
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 90px 30px 50px; }
      .studie-section:last-child {
        padding: 90px 30px 90px; } }

.studie-section__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative; }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .studie-section__wrapper {
      padding-left: 25px; } }
  @media (max-width: 1400px) {
    .studie-section__wrapper {
      max-width: 100%; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section__wrapper {
      padding: 0 20px; } }
  @media (max-width: 1200px) {
    .studie-section__wrapper {
      flex-direction: column;
      flex: 1; } }
  .studie-section__wrapper.studie-section__wrapper-end {
    justify-content: end; }

.studie-section__label {
  position: absolute;
  top: 75px;
  left: 0px;
  font-family: 'Akkordeon', sans-serif;
  font-weight: 450;
  font-size: 36px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5; }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .studie-section__label {
      padding: 0 20px; } }
  @media (max-width: 1200px) {
    .studie-section__label {
      position: static;
      font-size: 36px; } }
  @media (max-width: 768px) {
    .studie-section__label {
      font-size: 26px;
      padding-bottom: 25px; } }

.studie-section__label-number {
  font-weight: 600;
  padding-right: 10px; }

.studie-section__btn {
  margin-top: 38px; }
  @media (min-width: 992px) {
    .studie-section__btn {
      padding: 14px 40px !important; } }

.studie-section__photo-credit {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .studie-section__photo-credit div {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 125%;
    letter-spacing: 0;
    color: #FFFFFF; }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .studie-section__photo-credit {
      padding: 0 20px; } }
  @media (max-width: 1200px) {
    .studie-section__photo-credit {
      position: static;
      order: 3; } }
  @media (max-width: 992px) {
    .studie-section__photo-credit {
      flex-direction: column; } }

.studie-section__content {
  position: relative; }
  @media (max-width: 1200px) {
    .studie-section__content {
      padding-bottom: 30px; } }
  @media (max-width: 1200px) {
    .studie-section__content {
      position: static;
      margin: auto 0; } }

.studie-section__number {
  display: block;
  font-family: 'Akkordeon', sans-serif;
  font-weight: 600;
  font-size: 128px;
  line-height: 95%;
  letter-spacing: 0;
  color: #FFFFFF; }
  @media (max-width: 1200px) {
    .studie-section__number {
      font-size: 96px; } }
  @media (max-width: 768px) {
    .studie-section__number {
      font-size: 68px; } }

.studie-section__subtitle {
  display: block;
  font-family: 'Akkordeon', sans-serif;
  font-weight: 450;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 20px; }
  @media (max-width: 1200px) {
    .studie-section__subtitle {
      font-size: 36px;
      padding-bottom: 25px; } }
  @media (max-width: 768px) {
    .studie-section__subtitle {
      font-size: 26px;
      padding-bottom: 20px; } }

.studie-section__text--spacing-sm {
  padding-bottom: 24px;
  margin: 0; }
  @media (max-width: 768px) {
    .studie-section__text--spacing-sm {
      padding-bottom: 18px; } }

.studie-section__text--spacing-lg {
  padding-bottom: 47px;
  margin: 0; }
  @media (max-width: 1200px) {
    .studie-section__text--spacing-lg {
      padding-bottom: 30px; } }

.studie-section__quote {
  display: flex;
  align-items: flex-start;
  gap: 20px; }
  @media (max-width: 768px) {
    .studie-section__quote {
      gap: 15px; } }

.studie-section__quote-icon {
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  position: relative;
  top: 3px; }
  .studie-section__quote-icon img {
    height: 100%;
    width: auto;
    object-fit: contain; }
    @media (max-width: 768px) {
      .studie-section__quote-icon img {
        max-height: 37px; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .studie-section__quote-icon img {
        max-height: 50px; } }

.studie-section__quote-text {
  font-family: 'Akkordeon', sans-serif;
  font-size: 36px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 10px; }
  @media (max-width: 1200px) {
    .studie-section__quote-text {
      font-size: 28px; } }
  @media (max-width: 768px) {
    .studie-section__quote-text {
      font-size: 22px; } }

.studie-section__quote-light {
  font-weight: 400; }

.studie-section__quote-bold {
  font-weight: 600; }

.studie-section__author {
  margin: 0; }

.studie-section--1 {
  background-image: url("../images/studie1.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--1 .studie-section__wrapper {
      min-height: 100vh;
      align-items: center;
      padding-top: 140px;
      padding-bottom: 100px; } }
  @media (min-width: 1400px) {
    .studie-section--1 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--1 .studie-section__wrapper {
      padding: 140px 20px 100px; } }
  @media (max-width: 1200px) {
    .studie-section--1 .studie-section__content {
      padding-left: 0; } }

.studie-section--2 {
  background-image: url("../images/filtr.png"), url("../images/studie2.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--2 .studie-section__wrapper {
      min-height: 100vh;
      align-items: center;
      padding-top: 140px;
      padding-bottom: 50px; } }
  @media (min-width: 1400px) {
    .studie-section--2 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--2 .studie-section__wrapper {
      padding: 140px 20px 50px; } }
  .studie-section--2 .studie-section__content {
    padding-right: 18%; }
    @media (max-width: 1200px) {
      .studie-section--2 .studie-section__content {
        padding-left: 0; } }

.studie-section--3 {
  background-image: url("../images/filtr.png"), url("../images/studie3.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--3 .studie-section__wrapper {
      min-height: 100vh;
      align-items: center;
      padding-top: 140px;
      padding-bottom: 50px; } }
  @media (min-width: 1400px) {
    .studie-section--3 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--3 .studie-section__wrapper {
      padding: 140px 20px 50px; } }
  @media (max-width: 1200px) {
    .studie-section--3 .studie-section__content {
      padding-left: 0; } }

.studie-section--4 {
  background-image: url("../images/filtr.png"), url("../images/studie4.jpg"); }

.studie-section--5 {
  background-image: url("../images/studie2.jpg"); }
  @media (max-width: 768px) {
    .studie-section--5 {
      background-position: left; } }
  @media (min-width: 1200px) {
    .studie-section--5 .studie-section__wrapper {
      min-height: 100vh;
      align-items: end;
      padding-top: 140px;
      padding-bottom: 100px; } }
  @media (min-width: 1400px) {
    .studie-section--5 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--5 .studie-section__wrapper {
      padding: 140px 20px 100px; } }
  @media (max-width: 1200px) {
    .studie-section--5 .studie-section__content {
      padding-left: 0; } }

.studie-section--6 {
  background-image: url("../images/studie3.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--6 .studie-section__wrapper--split {
      padding-left: 246px;
      padding-right: 156px; } }

.studie-section--7 {
  background-image: url("../images/studie4.jpg"); }
  @media (max-width: 768px) {
    .studie-section--7 {
      background-position: right; } }
  @media (min-width: 1200px) {
    .studie-section--7 .studie-section__wrapper {
      min-height: 100vh;
      align-items: end;
      padding-top: 140px;
      padding-bottom: 150px; } }
  @media (min-width: 1400px) {
    .studie-section--7 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--7 .studie-section__wrapper {
      padding: 140px 20px 50px; } }
  .studie-section--7 .studie-section__content {
    padding-right: 206px; }
    @media (max-width: 1200px) {
      .studie-section--7 .studie-section__content {
        padding-left: 0;
        padding-right: 0; } }

.studie-section--8 {
  background-image: url("../images/filtr.png"), url("../images/studie5.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--8 .studie-section__wrapper {
      min-height: 100vh;
      align-items: end;
      padding-top: 140px;
      padding-bottom: 108px; } }
  @media (min-width: 1400px) {
    .studie-section--8 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--8 .studie-section__wrapper {
      padding: 140px 20px 50px; } }
  @media (max-width: 1200px) {
    .studie-section--8 .studie-section__content {
      padding-left: 0; } }

.studie-section--9 {
  background-image: url("../images/filtr.png"), url("../images/studie6.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--9 .studie-section__wrapper--split {
      padding-right: 156px;
      padding-bottom: 63px; }
      .studie-section--9 .studie-section__wrapper--split .studie-section__columns {
        padding-bottom: 0; } }

.studie-section--10 {
  background-image: url("../images/filtr.png"), url("../images/studie7.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--10 .studie-section__wrapper {
      min-height: 100vh;
      align-items: end;
      padding-top: 140px;
      padding-bottom: 172px; }
      .studie-section--10 .studie-section__wrapper .studie-section__text--spacing-lg {
        padding-bottom: 85px; } }
  @media (min-width: 1400px) {
    .studie-section--10 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--10 .studie-section__wrapper {
      padding: 140px 20px 50px; } }
  @media (max-width: 1200px) {
    .studie-section--10 .studie-section__content {
      padding-left: 0; } }

.studie-section--11 {
  background-image: url("../images/filtr.png"), url("../images/studie8.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--11 .studie-section__wrapper--split {
      padding-left: 263px;
      padding-right: 253px; } }

.studie-section--12 {
  background-image: url("../images/filtr.png"), url("../images/studie9.jpg"); }
  @media (max-width: 768px) {
    .studie-section--12 {
      background-position: left; } }
  @media (min-width: 1200px) {
    .studie-section--12 .studie-section__wrapper {
      min-height: 100vh;
      align-items: end;
      padding-top: 140px;
      padding-bottom: 77px; } }
  @media (min-width: 1400px) {
    .studie-section--12 .studie-section__wrapper {
      padding-left: 100px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--12 .studie-section__wrapper {
      padding: 140px 20px 50px; } }
  @media (max-width: 1200px) {
    .studie-section--12 .studie-section__content {
      padding-left: 0; } }

.studie-section--13 {
  background-image: url("../images/filtr.png"), url("../images/studie10.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--13 .studie-section__wrapper {
      min-height: 100vh;
      align-items: end;
      padding-top: 140px;
      padding-bottom: 210px; } }
  @media (min-width: 1400px) {
    .studie-section--13 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--13 .studie-section__wrapper {
      padding: 140px 20px 50px; } }
  .studie-section--13 .studie-section__content {
    padding-right: 90px; }
    @media (max-width: 1200px) {
      .studie-section--13 .studie-section__content {
        padding-left: 0;
        padding-right: 0; } }

.studie-section--14 {
  background-image: url("../images/filtr.png"), url("../images/studie11.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--14 .studie-section__wrapper--split {
      padding-left: 100px;
      padding-right: 30px;
      padding-bottom: 80px;
      align-items: end; }
      .studie-section--14 .studie-section__wrapper--split .studie-section__columns {
        padding-bottom: 0; } }

.studie-section--15 {
  background-image: url("../images/filtr.png"), url("../images/studie12.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--15 .studie-section__wrapper {
      min-height: 100vh;
      align-items: end;
      padding-top: 140px;
      padding-bottom: 100px; } }
  @media (min-width: 1400px) {
    .studie-section--15 .studie-section__wrapper {
      padding-left: 73px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .studie-section--15 .studie-section__wrapper {
      padding: 140px 20px 50px; } }
  @media (max-width: 1200px) {
    .studie-section--15 .studie-section__content {
      padding-left: 0; } }

.studie-section--16 {
  background-image: url("../images/filtr.png"), url("../images/studie13.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--16 .studie-section__wrapper--split {
      padding-bottom: 50px;
      padding-right: 65px; }
      .studie-section--16 .studie-section__wrapper--split .studie-section__columns {
        padding-bottom: 0; } }

.studie-section--17 {
  background-image: url("../images/filtr.png"), url("../images/studie14.jpg"); }
  @media (min-width: 1200px) {
    .studie-section--17 .studie-section__wrapper--split {
      padding-left: 266px;
      padding-right: 200px;
      padding-bottom: 213px; }
      .studie-section--17 .studie-section__wrapper--split .studie-section__columns {
        padding-bottom: 0; } }

.studie-section__number--text {
  text-transform: uppercase; }

@media (min-width: 1200px) {
  .studie-section__wrapper--split {
    min-height: 100vh;
    align-items: end;
    padding-top: 140px;
    padding-bottom: 100px; } }
@media (min-width: 1400px) {
  .studie-section__wrapper--split {
    padding-left: 73px; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .studie-section__wrapper--split {
    padding: 140px 20px 50px; } }
@media (max-width: 1200px) {
  .studie-section__wrapper--split {
    flex-direction: column;
    align-items: flex-start; } }

.studie-section__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 65px; }
  @media (max-width: 1200px) {
    .studie-section__columns {
      flex-direction: column;
      align-items: flex-start;
      margin: auto 0;
      padding-bottom: 0; } }

.studie-section__column {
  width: 50%;
  max-width: 600px; }
  @media (max-width: 1200px) {
    .studie-section__column {
      width: 100%;
      max-width: 100%; } }

.studie-section__column--right {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 1200px) {
    .studie-section__column--right {
      justify-content: flex-start; } }

.pb-p-quote {
  padding-bottom: 37px; }
  @media (max-width: 1200px) {
    .pb-p-quote {
      padding-bottom: 15px; } }

.scroll-loader {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.4s ease; }
  .scroll-loader.is-hidden {
    opacity: 0;
    pointer-events: none; }
  .scroll-loader__manifest {
    padding-bottom: 14px;
    opacity: 1;
    transition: opacity 0.4s ease; }
    .scroll-loader:not(.is-first) .scroll-loader__manifest {
      opacity: 0;
      height: 0;
      padding-bottom: 0; }
  .scroll-loader__bar {
    width: 70px;
    height: 2px;
    background-color: rgba(217, 217, 217, 0.2);
    padding-bottom: 0;
    margin-bottom: 9px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .scroll-loader__bar {
        width: 204px; } }
    .scroll-loader__bar-fill {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 20%;
      background-color: #d9d9d9;
      transition: width 0.5s ease; }
  .scroll-loader__arrow {
    padding-bottom: 10px;
    animation: bounce 1.5s ease-in-out infinite; }

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-4px); } }
html {
  overflow-x: hidden;
  margin-right: auto;
  margin-left: auto;
  scroll-behavior: smooth; }

body {
  background-color: #000000;
  color: #FFFFFF;
  margin: 0;
  padding: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

@media (max-width: 1200px) {
  .br-desktop {
    display: none; } }

.btn {
  padding: 13px 20px;
  border-radius: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0; }
  .btn.btn-primary {
    background-color: rgba(217, 217, 217, 0.2);
    color: white;
    border: none;
    opacity: 0.8; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background-color: #5dbb30;
      opacity: 1; }

.fade-grow {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
  .fade-grow.fade-grow--visible {
    opacity: 1;
    transform: translateY(0) scale(1); }

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .content-wrapper {
      max-width: 612px; } }
  @media (max-width: 1200px) {
    .content-wrapper {
      max-width: 519px; } }
  @media (max-width: 768px) {
    .content-wrapper {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 576px) {
    .content-wrapper {
      padding-left: 24px;
      padding-right: 24px; } }

.modal-backdrop {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.3); }

.modal-backdrop.show {
  opacity: 1; }

.petition-modal .modal-dialog {
  max-width: 791px;
  margin: auto; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal .modal-dialog {
      max-width: 650px; } }

.petition-modal .modal-content {
  max-height: 702px;
  border: none;
  border-radius: 0; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal .modal-content {
      max-height: 580px; } }

.petition-modal__content {
  position: relative;
  background-color: #000000;
  background-image: url("../images/filtr.png");
  background-repeat: repeat;
  padding: 60px 428px 51px 78px; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal__content {
      padding: 30px 320px 40px 50px; } }
  @media (max-width: 768px) {
    .petition-modal__content {
      padding: 60px 30px 40px 30px; } }

.petition-modal__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 396px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal__image {
      right: 50px;
      max-width: 220px; } }
  @media (max-width: 768px) {
    .petition-modal__image {
      display: none; } }

.petition-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 10;
  transition: opacity 0.3s ease; }

.petition-modal__close:hover {
  opacity: 0.6; }

.petition-modal__close svg {
  display: block; }

.petition-modal__body {
  position: relative;
  z-index: 1; }

.petition-modal__number {
  font-family: 'Akkordeon', sans-serif;
  font-weight: 600;
  font-size: 128px;
  line-height: 95%;
  letter-spacing: 0;
  margin: 0;
  color: #FFFFFF; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal__number {
      font-size: 96px; } }
  @media (max-width: 768px) {
    .petition-modal__number {
      font-size: 72px; } }

.petition-modal__heading {
  font-family: 'Akkordeon', sans-serif;
  font-weight: 450;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 18px;
  color: #FFFFFF; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal__heading {
      font-size: 36px;
      padding-bottom: 14px; } }
  @media (max-width: 768px) {
    .petition-modal__heading {
      font-size: 28px; } }

.petition-modal__text {
  max-width: 270px;
  margin: 0;
  padding-bottom: 25px; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal__text {
      max-width: 240px;
      padding-bottom: 18px; } }

.petition-modal__text--last {
  padding-bottom: 35px; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal__text--last {
      padding-bottom: 25px; } }

.petition-modal__btn {
  display: flex;
  width: fit-content;
  margin-bottom: 52px; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal__btn {
      margin-bottom: 35px; } }
  @media (max-width: 768px) {
    .petition-modal__btn {
      margin-bottom: 30px; } }

.petition-modal__btn--media {
  margin-bottom: 0;
  padding: 9px 12px; }

.petition-modal__btn img {
  display: block;
  flex-shrink: 0; }

.petition-modal__share-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 16px 0; }

.petition-modal__share-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 52px; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .petition-modal__share-icons {
      margin-bottom: 35px; } }
  @media (max-width: 768px) {
    .petition-modal__share-icons {
      margin-bottom: 30px; } }
  .petition-modal__share-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: rgba(217, 217, 217, 0.2);
    transition: background-color 0.3s ease; }
    .petition-modal__share-icons a:hover {
      background-color: #5dbb30; }
    .petition-modal__share-icons a img {
      width: 18px;
      height: 18px;
      opacity: 1; }

.gallery-modal .modal-dialog {
  max-width: 1100px;
  margin: auto; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .gallery-modal .modal-dialog {
      max-width: 95vw; } }

.gallery-modal .modal-content {
  border: none;
  border-radius: 0; }

.gallery-modal__content {
  position: relative;
  background-color: #000000;
  background-image: url("../images/filtr.png");
  background-repeat: repeat;
  padding: 60px 50px;
  max-height: 90vh;
  overflow-y: auto; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .gallery-modal__content {
      padding: 40px 35px;
      max-height: 85vh; } }
  @media (max-width: 768px) {
    .gallery-modal__content {
      padding: 50px 20px; } }

.gallery-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 10;
  transition: opacity 0.3s ease; }

.gallery-modal__close:hover {
  opacity: 0.6; }

.gallery-modal__close svg {
  display: block; }

.gallery-modal__header {
  margin-bottom: 30px; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .gallery-modal__header {
      margin-bottom: 20px; } }

.gallery-modal__title {
  font-family: 'Akkordeon', sans-serif;
  font-size: 48px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  color: #FFFFFF; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .gallery-modal__title {
      font-size: 36px; } }
  @media (max-width: 768px) {
    .gallery-modal__title {
      font-size: 32px; } }

.gallery-modal__name {
  font-weight: 450; }

.gallery-modal__gallery-name {
  font-weight: 600; }

.gallery-modal__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .gallery-modal__grid {
      grid-template-columns: repeat(5, 1fr);
      gap: 10px; } }
  @media (max-width: 992px) {
    .gallery-modal__grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 768px) {
    .gallery-modal__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }

.gallery-modal__item {
  display: block;
  overflow: hidden;
  cursor: pointer; }

.gallery-modal__item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease; }
  @media (min-width: 992px) and (max-width: 1399px) {
    .gallery-modal__item img {
      height: 130px; } }
  @media (max-width: 768px) {
    .gallery-modal__item img {
      height: 120px; } }

.gallery-modal__item:hover img {
  transform: scale(1.05);
  opacity: 0.8; }

.goverlay {
  background: rgba(0, 0, 0, 0.95) !important; }

.gclose, .gprev, .gnext {
  background-color: rgba(217, 217, 217, 0.2) !important;
  border-radius: 0 !important; }

.gclose:hover, .gprev:hover, .gnext:hover {
  background-color: #5dbb30 !important; }

.gprev, .gnext {
  display: flex !important;
  width: 40px !important;
  height: 40px !important; }
  @media (max-width: 768px) {
    .gprev, .gnext {
      width: 35px !important;
      height: 35px !important; } }

.gprev {
  left: 10px !important; }

.gnext {
  right: 10px !important; }

.glightbox-container .gslide {
  touch-action: pan-y pinch-zoom; }

.page-wrapper {
  min-height: 100vh;
  position: relative;
  background-color: #000000;
  background-image: url("../images/filtr.png");
  background-repeat: repeat; }
  @media (max-width: 768px) {
    .page-wrapper {
      padding-bottom: 120px; } }

.page-wrapper:has(.press-kit) {
  background-image: url("../images/presskit-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.page-wrapper:has(.co-bude-dal) {
  background-image: url("../images/cobudedal-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.press-kit {
  min-height: calc(100vh - 120px); }

.press-kit__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 156px 122px 0 20px; }
  @media (max-width: 1400px) {
    .press-kit__container {
      padding: 156px 20px 0 20px; } }
  @media (max-width: 768px) {
    .press-kit__container {
      padding: 120px 20px 0 20px; } }

.press-kit__heading {
  font-family: 'Akkordeon', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 37px;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    .press-kit__heading {
      font-size: 42px;
      padding-bottom: 25px; } }

.press-kit__heading--light {
  font-weight: 400; }

.press-kit__divider {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin: 0;
  padding-bottom: 15px; }

.press-kit__divider--spaced {
  margin-top: 60px; }

.press-kit__columns {
  display: flex;
  justify-content: space-between;
  gap: 30px; }
  @media (max-width: 768px) {
    .press-kit__columns {
      flex-direction: column;
      gap: 40px; } }

.press-kit__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.press-kit__column-title {
  font-family: 'Akkordeon', sans-serif;
  font-weight: 450;
  font-size: 36px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 25px;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    .press-kit__column-title {
      font-size: 28px;
      padding-bottom: 18px; } }

.press-kit__btn {
  margin-bottom: 12px; }

.press-kit__btn--download {
  display: inline-flex;
  align-items: center;
  gap: 10px; }
  .press-kit__btn--download img {
    width: 9px;
    height: 10px;
    flex-shrink: 0; }

.press-kit__contact {
  font-family: 'Akkordeon', sans-serif; }

.press-kit__contact-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 5px 0;
  color: #FFFFFF; }
  .press-kit__contact-name span {
    font-weight: 400; }

.press-kit__contact-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  color: #FFFFFF; }
  .press-kit__contact-info a {
    transition: opacity 0.2s ease; }
    .press-kit__contact-info a:hover {
      opacity: 0.6; }

.press-kit__spacer {
  padding-bottom: 120px; }
  @media (max-width: 768px) {
    .press-kit__spacer {
      padding-bottom: 60px; } }

.co-bude-dal {
  min-height: calc(100vh - 120px); }

.co-bude-dal__container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 144px 122px 0 20px; }
  @media (max-width: 1400px) {
    .co-bude-dal__container {
      padding: 144px 20px 0 20px; } }
  @media (max-width: 768px) {
    .co-bude-dal__container {
      padding: 100px 20px 0 20px; } }

.co-bude-dal__header {
  display: flex;
  align-items: flex-start;
  gap: 84px;
  padding-bottom: 125px; }
  @media (max-width: 992px) {
    .co-bude-dal__header {
      flex-direction: column;
      gap: 30px;
      padding-bottom: 80px; } }

.co-bude-dal__heading {
  font-family: 'Akkordeon', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  color: #FFFFFF;
  flex-shrink: 0; }
  @media (max-width: 768px) {
    .co-bude-dal__heading {
      font-size: 42px; } }

.co-bude-dal__heading--light {
  font-weight: 450; }

.co-bude-dal__intro {
  max-width: 455px;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  align-self: center; }

.co-bude-dal__timeline-wrapper {
  position: relative;
  padding-bottom: 120px; }
  @media (max-width: 768px) {
    .co-bude-dal__timeline-wrapper {
      padding-bottom: 60px; } }

.co-bude-dal__slider-arrow {
  position: absolute;
  top: 178px;
  z-index: 10; }
  .co-bude-dal__slider-arrow img {
    display: block; }

.co-bude-dal__slider-arrow--left {
  left: 12px;
  animation: pulse-arrow-left 1.5s ease-in-out infinite; }

.co-bude-dal__slider-arrow--right {
  right: 12px;
  transform: scaleX(-1);
  animation: pulse-arrow-right 1.5s ease-in-out infinite; }

.co-bude-dal__slider-arrow.is-hidden {
  display: none; }

@keyframes pulse-arrow-left {
  0%, 100% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-5px);
    opacity: 0.6; } }
@keyframes pulse-arrow-right {
  0%, 100% {
    transform: scaleX(-1) translateX(0);
    opacity: 1; }
  50% {
    transform: scaleX(-1) translateX(-5px);
    opacity: 0.6; } }
.co-bude-dal__timeline {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: visible; }

.co-bude-dal__item {
  width: 317px;
  flex-shrink: 0; }

.co-bude-dal__item-image {
  width: 280px;
  height: 140px;
  overflow: hidden;
  padding-bottom: 14px; }
  .co-bude-dal__item-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block; }

.co-bude-dal__item-line {
  position: relative;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 14px;
  margin-bottom: 15px; }
  .co-bude-dal__item-line::after {
    content: '';
    position: absolute;
    top: 0;
    right: -80px;
    width: 80px;
    height: 1px;
    background-color: #d9d9d9; }
    @media (max-width: 1200px) {
      .co-bude-dal__item-line::after {
        right: -50px;
        width: 50px; } }
    @media (max-width: 768px) {
      .co-bude-dal__item-line::after {
        right: -30px;
        width: 30px; } }

.co-bude-dal__item:last-child .co-bude-dal__item-line {
  width: 280px; }

.co-bude-dal__item:last-child .co-bude-dal__item-line::after {
  display: none; }

.co-bude-dal__item-year {
  font-family: 'Akkordeon', sans-serif;
  font-weight: 450;
  font-size: 36px;
  line-height: 95%;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 21px;
  padding-top: 15px;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    .co-bude-dal__item-year {
      font-size: 28px; } }

.co-bude-dal__item-title {
  font-family: 'Akkordeon', sans-serif;
  font-weight: 600;
  font-size: 55px;
  line-height: 95%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 11px;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    .co-bude-dal__item-title {
      font-size: 36px; } }

.co-bude-dal__item-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  color: #FFFFFF; }
  .co-bude-dal__item-text a {
    text-decoration: underline;
    transition: text-decoration 0.3s ease; }
    .co-bude-dal__item-text a:hover {
      text-decoration: none; }

#page-content {
  padding-top: 100px; }
  @media (max-width: 768px) {
    #page-content {
      padding-top: 75px; } }
  #page-content a {
    transition: opacity 0.2s ease;
    text-decoration: underline; }
    #page-content a:hover, #page-content a:focus, #page-content a:active {
      text-decoration: none;
      opacity: 0.6; }

.page-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.h1-page-title {
  padding-bottom: 40px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .h1-page-title {
      padding-bottom: 30px; } }

.error-404 {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 20px; }

.error-404__content {
  max-width: 600px; }

.error-404__number {
  display: block;
  font-family: 'Akkordeon', sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 95%;
  color: #FFFFFF; }
  @media (max-width: 1200px) {
    .error-404__number {
      font-size: 120px; } }
  @media (max-width: 768px) {
    .error-404__number {
      font-size: 85px; } }

.error-404__subtitle {
  display: block;
  font-family: 'Akkordeon', sans-serif;
  font-weight: 450;
  font-size: 48px;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 30px; }
  @media (max-width: 1200px) {
    .error-404__subtitle {
      font-size: 36px; } }
  @media (max-width: 768px) {
    .error-404__subtitle {
      font-size: 26px;
      padding-bottom: 20px; } }

.error-404__text {
  padding-bottom: 40px;
  margin: 0; }
  @media (max-width: 768px) {
    .error-404__text {
      padding-bottom: 30px; } }

.cookie-banner {
  position: fixed;
  bottom: 40px;
  right: 40px;
  max-width: 480px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 30px;
  z-index: 10000;
  display: none;
  box-sizing: border-box; }
  @media (max-width: 576px) {
    .cookie-banner {
      bottom: 15px;
      right: 15px;
      left: 15px;
      max-width: none; } }

.cookie-banner__content {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.cookie-banner__text {
  flex: 1; }
  .cookie-banner__text p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0; }
  .cookie-banner__text a {
    color: #5dbb30;
    text-decoration: none;
    transition: color 0.2s ease; }
    .cookie-banner__text a:hover {
      color: white;
      text-decoration: underline; }

.cookie-banner__buttons {
  display: flex;
  gap: 0.75rem; }

.cookie-banner__btn {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1; }

.cookie-banner__btn--accept {
  background: #5dbb30;
  color: #FFFFFF; }
  .cookie-banner__btn--accept:hover {
    background: #4d9b28;
    transform: translateY(-1px); }

.cookie-banner__btn--reject {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .cookie-banner__btn--reject:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF; }

/*# sourceMappingURL=styles.css.map */
