body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header .container,
footer .container,
section .container,
article .container {
  height: 100%;
}

header .container-fluid,
footer .container-fluid,
section .container-fluid,
article .container-fluid {
  height: 100%;
}

.section-block {
  display: block;
  width: inherit;
  height: auto;
}

.link-wrapper {
  display: block;
  height: inherit;
}

.link-wrapper.--is-dissabled {
  pointer-events: none;
}

a:not(.link-wrapper),
.link__item {
  text-decoration: none;
  font-size: var(--font-size-xlg);
  line-height: 1.6;
  color: var(--color-grey-dark);
  transition: all var(--transition-fast) var(--transition-easing);
}

a:not(.link-wrapper):hover,
.link__item:hover {
  color: var(--color-grey);
}

.link__item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.block-separator {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-color: var(--color-white);
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto !important;
}

.background-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media all and (min-width: 1024px) {
  .in-view {
    opacity: 0;
    transform: translateY(100px);
  }
}
