@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.section__headline, .box__headline, .text-box__headline, .text-box-number__headline b {
  font-family: "Gotham Narrow Bold", sans-serif;
  font-weight: 700;
}

.section__headline {
  text-align: center;
  font-size: 3.2rem;
  line-height: 3.8rem;
}
@media (min-width: 1366px) {
  .section__headline {
    font-size: 5rem;
    line-height: 6rem;
  }
}

/*--------------------------------------------------------------
# Gotham Narrow
--------------------------------------------------------------*/
@font-face {
  font-family: "Gotham Narrow Medium";
  src: url("../fonts/GothamNarrow/GothamNarrow-Medium.eot");
  src: url("../fonts/GothamNarrow/GothamNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/GothamNarrow-Medium.woff2") format("woff2"), url("../fonts/GothamNarrow/GothamNarrow-Medium.woff") format("woff"), url("../fonts/GothamNarrow/GothamNarrow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Narrow Black";
  src: url("../fonts/GothamNarrow/GothamNarrow-Black.eot");
  src: url("../fonts/GothamNarrow/GothamNarrow-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/GothamNarrow-Black.woff2") format("woff2"), url("../fonts/GothamNarrow/GothamNarrow-Black.woff") format("woff"), url("../fonts/GothamNarrow/GothamNarrow-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Narrow Book";
  src: url("../fonts/GothamNarrow/GothamNarrow-Book.eot");
  src: url("../fonts/GothamNarrow/GothamNarrow-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/GothamNarrow-Book.woff2") format("woff2"), url("../fonts/GothamNarrow/GothamNarrow-Book.woff") format("woff"), url("../fonts/GothamNarrow/GothamNarrow-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Narrow Bold";
  src: url("../fonts/GothamNarrow/GothamNarrow-Bold.eot");
  src: url("../fonts/GothamNarrow/GothamNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamNarrow/GothamNarrow-Bold.woff2") format("woff2"), url("../fonts/GothamNarrow/GothamNarrow-Bold.woff") format("woff"), url("../fonts/GothamNarrow/GothamNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  margin: 0;
  font-weight: 300;
  font-family: "Gotham Narrow Medium", sans-serif;
}
body * {
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-family: "Gotham Narrow Bold", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  p {
    font-size: 2rem;
  }
}

a {
  text-decoration: none;
  color: #000000;
}

.hero {
  text-align: center;
  z-index: 4 !important;
  margin-top: 4rem;
  margin-bottom: 6.4rem;
}
.hero__mobile {
  object-fit: contain;
  margin: auto 0;
  width: auto;
  max-width: 100vw;
  height: calc(100dvh - 10rem);
}
.hero__mobile video {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hero__desktop {
  display: none;
  height: calc(100dvh - 10rem);
  min-height: 73rem;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .hero__desktop {
    height: auto;
  }
}
.hero__desktop video {
  max-width: 130rem;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .hero__desktop video {
    height: auto;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .hero {
    margin-top: 2rem;
  }
  .hero__mobile {
    display: none;
  }
  .hero__desktop {
    display: block;
    height: auto;
    min-height: unset;
  }
}
@media (min-width: 1024px) {
  .hero__mobile {
    display: none;
  }
  .hero__desktop {
    display: block;
  }
}

.quote {
  font-size: 3.2rem;
  line-height: 120%;
  color: #55afc8;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .quote {
    margin-bottom: 2.3rem;
    font-size: 4rem;
  }
}
.quote__author {
  color: #55afc8;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

.section__container {
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .section__container {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}

#usercentrics-root .sc-gswNZR {
  display: none;
}

body {
  overflow-y: overlay;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-hidden {
    display: none;
  }
}

header {
  z-index: 5 !important;
}

.button:not(.numbers__button) {
  font-family: "Gotham Narrow Medium", sans-serif;
  font-weight: 500;
  background-color: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 1.5rem 2.125rem;
  display: flex;
  max-width: max-content;
  height: max-content;
  line-height: 1;
  transition: background-color 0.2s ease-in-out;
  border: 2px solid;
  border-color: #dfc298;
}
.button:not(.numbers__button):hover {
  background-color: #dfc298;
  color: #FFFFFF;
}

.box {
  display: grid;
  grid-template-rows: auto 1fr;
  color: #FFFFFF;
  background-color: #FFFFFF;
  grid-template-columns: 100%;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
}
.box__headline {
  color: #000000;
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .box__headline {
    font-size: 3rem;
  }
}
@media (min-width: 1366px) {
  .box__copy {
    padding-right: 5rem;
  }
}
.box p {
  color: #000000;
  line-height: 1.2;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.box img {
  width: 100%;
  object-fit: cover;
  align-self: center;
  justify-self: center;
}
.box__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  color: #000000;
}
@media (min-width: 1024px) {
  .box__content {
    padding: 3.6rem 5.6rem 3.2rem 2.4rem;
  }
}
.box.-accordion {
  position: relative;
  overflow: hidden;
  grid-template-rows: auto 0;
}
.box.-accordion img {
  height: 100%;
  max-height: 100%;
}
.box.-accordion .box__headline {
  color: #000000;
  font-size: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box.-accordion .box__headline {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .box.-accordion .box__headline {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .box.-accordion .box__copy {
    font-size: 2.8rem;
  }
}
.box.-accordion .box__content {
  position: absolute;
  width: 100%;
  max-height: 8rem;
  transition: max-height 0.3s;
  background: rgba(255, 255, 255, 0.75) 0 0 no-repeat padding-box;
  padding-right: 4.5rem;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box.-accordion .box__content {
    max-height: 8rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .box.-accordion .box__content {
    max-height: 12rem;
    padding: 2.4rem 6.4rem 2.2rem 2.9rem;
    font-size: 2.8rem;
  }
}
.box.-accordion .box__content.-active {
  max-height: 30rem;
}
.box.-accordion .box__content .-author {
  font-size: 1.4rem;
}
.box.-accordion .box__content.-single-line {
  max-height: 6rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box.-accordion .box__content.-single-line {
    max-height: 5.5rem;
  }
}
@media (min-width: 1024px) {
  .box.-accordion .box__content.-single-line {
    max-height: 8rem;
  }
  .box.-accordion .box__content.-single-line .box__content__opener {
    bottom: 1.6rem;
  }
}
.box.-accordion .box__content.-single-line.-active {
  max-height: 30rem;
}
@media screen and (min-width: 1180px) {
  .box.-accordion .box__content:hover {
    max-height: 24rem;
  }
}
@media screen and (min-width: 1180px) and (min-width: 1024px) {
  .box.-accordion .box__content:hover {
    max-height: 30rem;
  }
}
.box.-accordion .box__content__opener {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #55afc8;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  font-size: 4rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .box.-accordion .box__content__opener {
    width: 4.8rem;
    height: 4.8rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
.box.-accordion .box__content__opener:before {
  content: "";
  border-bottom: 0.3rem solid #FFFFFF;
  width: 1.6rem;
  transform: translateX(0.15rem);
}
@media (min-width: 1024px) {
  .box.-accordion .box__content__opener:before {
    width: 2.4rem;
    transform: translateX(0.25rem);
  }
}
.box.-accordion .box__content__opener:after {
  content: "";
  border-right: 0.3rem solid #FFFFFF;
  height: 1.6rem;
  transform: translateX(-0.85rem) translateY(0%);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}
@media (min-width: 1024px) {
  .box.-accordion .box__content__opener:after {
    height: 2.4rem;
    transform: translateX(-1.15rem) translateY(0%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box.-accordion .box__content__opener {
    right: 1.2rem;
    bottom: 1.2rem;
  }
}
@media screen and (min-width: 1180px) {
  .box.-accordion .box__content:hover .box__content__opener:after {
    opacity: 0;
    transform: translateX(-1.15rem) translateY(120%);
  }
}
.box.-accordion .box__content.-active .box__content__opener:after {
  opacity: 0;
  transform: translateX(-1.15rem) translateY(120%);
}
.box__button {
  padding: 1.6rem 2rem 1.6rem 1.6rem;
  align-self: flex-end;
  background-color: #55afc8;
  color: #FFFFFF;
  border-color: #55afc8;
}
@media (min-width: 1024px) {
  .box__button {
    margin-top: 4rem;
  }
  .box__button:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
}

.quote__wrapper {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .quote__wrapper {
    max-width: 53rem;
  }
}
@media (min-width: 1367px) {
  .quote__wrapper {
    margin-bottom: 12rem;
  }
}
.quote__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (min-width: 769px) {
  .quote__inner {
    flex-direction: row-reverse;
    text-align: right;
    gap: 2.4rem;
  }
}
.quote__inner img {
  max-width: 32.7rem;
}
.quote__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .quote__content {
    align-items: flex-end;
  }
}
.quote__button {
  margin-top: 3rem;
  align-self: flex-end;
}
@media (min-width: 1025px) {
  .quote__button {
    margin-top: 4.2rem;
  }
}

@media (min-width: 1025px) {
  #Aufsicht .quote {
    margin-left: -1rem;
  }
}
footer.site-footer {
  background-color: #696E78;
}
@media (max-width: 767px) {
  footer.site-footer {
    padding-top: 1.6rem;
    padding-bottom: 2rem;
  }
}
footer.site-footer .vivawest-footer {
  position: relative;
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 135.4rem;
  display: flex;
  align-items: center;
  height: 6.4rem;
}
@media (min-width: 1024px) {
  footer.site-footer .vivawest-footer {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
@media (max-width: 767px) {
  footer.site-footer .vivawest-footer {
    flex-direction: column;
    height: 7.4rem;
  }
}
footer.site-footer .vivawest-footer .vivawest-footer__social {
  flex: 1;
  width: 100%;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  footer.site-footer .vivawest-footer .vivawest-footer__social {
    display: flex;
    justify-content: space-around;
    padding: 0 2rem 1.5rem;
  }
}
footer.site-footer .vivawest-footer .vivawest-footer__social a {
  margin: 0.9rem;
}
footer.site-footer .vivawest-footer .vivawest-footer__social a:first-child {
  margin-left: 0;
}
footer.site-footer .vivawest-footer .vivawest-footer__social a i {
  color: #696E78;
  font-size: 2.4rem;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-color: #FFFFFF;
}
footer.site-footer .vivawest-footer .vivawest-footer__menu {
  flex: 1;
  width: 100%;
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  footer.site-footer .vivawest-footer .vivawest-footer__menu ul {
    justify-content: center;
    padding: 0;
  }
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul li {
  padding: 0 2rem;
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul li:first-of-type {
  padding-left: 0;
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul li:last-of-type {
  padding-right: 0;
}
@media (max-width: 767px) {
  footer.site-footer .vivawest-footer .vivawest-footer__menu ul li {
    padding: 0 2.5rem;
  }
}
@media (max-width: 374px) {
  footer.site-footer .vivawest-footer .vivawest-footer__menu ul li {
    padding: 0 1.5rem;
  }
}
footer.site-footer .vivawest-footer .vivawest-footer__menu ul a {
  color: #FFFFFF;
  text-decoration: none;
}

.vivawest-footer {
  position: relative;
}
.vivawest-footer__credit {
  margin-top: 2rem;
  position: absolute;
  top: -12rem;
  left: 2rem;
  padding-right: 5rem;
  font-family: "Gotham Narrow Medium", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.backtotop {
  pointer-events: all;
  opacity: 1;
  z-index: 4;
  right: 1.5rem;
  min-width: 5.5rem;
  max-width: 5.5rem;
  min-height: 5.5rem;
  max-height: 5.5rem;
  background-color: #f1e7da;
  border-radius: 100%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backtotop__wrapper {
  opacity: 0;
  pointer-events: none;
  position: sticky;
  margin-bottom: -2.5rem;
  width: 100%;
  bottom: 6rem;
}
.backtotop__wrapper.-active {
  opacity: 1;
}
@media (min-width: 1366px) {
  .backtotop__wrapper {
    position: fixed;
    bottom: 8rem;
    margin-bottom: 0;
  }
}
.backtotop__inner {
  margin-top: -3rem;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 131rem;
}
@media (min-width: 1024px) {
  .backtotop__inner {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
@media (min-width: 1366px) {
  .backtotop__inner {
    margin-top: 0;
  }
}
.backtotop.active {
  opacity: 1;
}
@media (min-width: 1366px) {
  .backtotop {
    top: 73vh;
  }
}
.backtotop svg {
  width: 2.5rem;
  max-width: 2.5rem;
}

.bottom-nav {
  font-family: "Gotham Narrow Book", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .bottom-nav {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}

header {
  top: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 2;
  height: 6rem;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1607843137);
}
header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 91rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 135.4rem;
}
@media (min-width: 1024px) {
  header .main-navigation {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
header .logo {
  width: 17rem;
  max-width: 10.9rem;
}
header span {
  color: #000000;
  text-align: right;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

@media (min-width: 1024px) {
  header {
    height: 8rem;
  }
  header .logo {
    min-height: 4rem;
    max-width: 16.7rem;
  }
  header span {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.editorial__headline {
  margin-bottom: 6.4rem;
}
.editorial__video {
  margin-bottom: 9.6rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.editorial__video__iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.numbers {
  margin-bottom: 9.6rem;
}
@media (min-width: 1024px) {
  .numbers {
    margin-bottom: 12rem;
    max-width: 136rem;
  }
}
.numbers__headline {
  margin-bottom: 4rem;
}
@media (min-width: 1366px) {
  .numbers__headline {
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .numbers__wrapper.splide__track {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .numbers__wrapper__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.4rem;
  }
}
.numbers__box {
  color: #FFFFFF;
  text-align: center;
  min-height: 23.7rem;
}
.numbers__box__inner {
  background-color: #55afc8;
  transform: translate(2.8rem, 2.8rem);
  width: calc(100% - 2.8rem);
  height: calc(100% - 2.8rem);
}
.numbers__box:before, .numbers__box:after {
  content: "";
  display: block;
  width: calc(100% - 2.8rem);
  height: calc(100% - 2.8rem);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8D8282;
  z-index: -1;
}
.numbers__box:after {
  background-color: #D5B076;
  top: 1.4rem;
  left: 1.4rem;
}
.numbers__box:hover .numbers__icon {
  transform: translateX(1rem);
}
.numbers__title {
  font-size: 2.3rem;
  margin-bottom: 1.6rem;
  margin-top: 0;
  padding-top: 1.8rem;
  position: relative;
  text-decoration: underline;
  color: #FFFFFF;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1179px) {
  .numbers__title {
    font-size: 2rem;
  }
}
@media (min-width: 1366px) {
  .numbers__title {
    font-size: 2.9rem;
  }
}
.numbers__number {
  font-size: 8rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .numbers__number {
    font-size: 6rem;
  }
}
.numbers__copy {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Gotham Narrow Book", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding-bottom: 2rem;
}
.numbers__icon {
  width: 4.3rem;
  height: 4rem;
  transition: transform 0.3s;
}
@media screen and (max-width: 1023px) {
  .numbers .splide__pagination {
    margin-top: 2.4rem;
    gap: 2rem;
  }
  .numbers .splide__pagination__page {
    height: 0.5rem;
    min-width: 5.4rem;
    background-color: #000000;
    border: none;
    margin: 0;
    cursor: pointer;
  }
  .numbers .splide__pagination__page.is-active {
    background-color: #55afc8;
  }
}

.audio {
  color: #55afc8;
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .audio {
    max-width: 53rem;
  }
}
@media (min-width: 1024px) {
  .audio {
    margin-bottom: 8rem;
  }
}
.audio__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.7rem;
}
@media (min-width: 768px) {
  .audio__inner {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.audio__content {
  display: flex;
  flex-direction: column;
}
.audio__player {
  order: -1;
  margin-bottom: 3.6rem;
}
@media (min-width: 768px) {
  .audio__player {
    margin-top: 3.6rem;
    order: unset;
  }
}
.audio__button {
  margin-top: 3rem;
  align-self: flex-end;
}
@media (min-width: 769px) {
  .audio__button {
    margin-top: 0;
    align-self: flex-start;
  }
}
.audio .custom-audio-player {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 40rem;
  min-height: 6.5rem;
}
.audio .custom-audio-player button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.audio .custom-audio-player button:before {
  content: url("../../assets/img/play-icon.svg");
}
.audio .custom-audio-player button.pause:before {
  content: url("../../assets/img/pause-icon.svg");
}
.audio .custom-audio-player input[type=range] {
  flex-grow: 1;
  cursor: pointer;
}
.audio .custom-audio-player span {
  color: #55afc8;
  font-size: 1.4rem;
}
.audio input[type=range] {
  -webkit-appearance: none;
  margin: 1.8rem 0;
  width: 100%;
}
.audio input[type=range]:focus {
  outline: none;
}
.audio input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.4rem;
  cursor: pointer;
  background: #55afc8;
  border-radius: 1.4rem;
}
.audio input[type=range]::-webkit-slider-thumb {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  background: #55afc8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.7rem;
}
.audio input[type=range]:focus::-webkit-slider-runnable-track {
  background: #55afc8;
}
.audio input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.4rem;
  cursor: pointer;
  background: #55afc8;
  border-radius: 1.3px;
}
.audio input[type=range]::-moz-range-thumb {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  background: #55afc8;
  cursor: pointer;
}
.audio input[type=range]::-ms-thumb {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  background: #55afc8;
  cursor: pointer;
}
.audio input[type=range]::-ms-track {
  width: 100%;
  height: 0.4rem;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.audio input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border-radius: 0.4rem;
}
.audio input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border-radius: 0.4rem;
}
.audio input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
.audio input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

.filter {
  max-width: 100%;
  background-color: #ebebeb;
  padding-top: 6.4rem;
  padding-bottom: 16.4rem;
}
@media (min-width: 1024px) {
  .filter {
    padding-top: 9.6rem;
    padding-bottom: 20rem;
  }
}
@media (min-width: 1024px) {
  .filter__inner {
    max-width: 91rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 136rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .filter__inner {
    padding-left: calc(1.5rem * 2);
    padding-right: calc(1.5rem * 2);
  }
}
.filter__headline {
  margin-bottom: 1.9rem;
}
.filter__copy {
  text-align: center;
  max-width: 67.2rem;
  margin: 0 auto 6.4rem;
}
@media (min-width: 1024px) {
  .filter__copy {
    margin-bottom: 9.6rem;
  }
}
.filter__boxes {
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
  padding-top: 3.5rem;
}
@media (min-width: 768px) {
  .filter__boxes {
    padding-top: 5rem;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
.filter__names {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  gap: 0.6rem;
  padding: 0.7rem 4.2rem 0.7rem;
  border-radius: 2.6rem;
  background-color: #FFFFFF;
  min-width: 72.2rem;
  box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.1607843137);
  margin: auto;
  max-width: max-content;
}
.filter__names__wrapper {
  position: sticky;
  z-index: 1;
  top: 1rem;
  overflow: auto;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .filter__names {
    max-width: max-content;
    font-size: 2rem;
    gap: 2.4rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.7rem 10.4rem 0.7rem;
  }
}
.filter__names__button {
  white-space: nowrap;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
}
.filter__names__button:hover {
  color: #8d9199;
}
.filter__names__button.-active {
  background-color: #55afc8;
  color: #FFFFFF;
  border-radius: 2rem;
}
.filter [data-name=quarter].filter__names__button.-active {
  background-color: #b9105f;
}
.filter [data-name=quarter] .button, .filter [data-name=quarter] .box__content__opener {
  background-color: #b9105f;
  border-color: #b9105f;
  color: #FFFFFF;
}
.filter [data-name=quarter] .button:hover, .filter [data-name=quarter] .box__content__opener:hover {
  background-color: #cc5586;
  border-color: #cc5586;
  color: #FFFFFF;
}
.filter [data-name=homes].filter__names__button.-active {
  background-color: #020099;
}
.filter [data-name=homes] .button, .filter [data-name=homes] .box__content__opener {
  background-color: #020099;
  border-color: #020099;
  color: #FFFFFF;
}
.filter [data-name=homes] .button:hover, .filter [data-name=homes] .box__content__opener:hover {
  background-color: #3e45b3;
  border-color: #3e45b3;
  color: #FFFFFF;
}
.filter [data-name=social].filter__names__button.-active {
  background-color: #cddc2d;
  color: #000000;
}
.filter [data-name=social] .button, .filter [data-name=social] .box__content__opener {
  background-color: #cddc2d;
  border-color: #cddc2d;
  color: #000000;
}
.filter [data-name=social] .button:before, .filter [data-name=social] .button:after, .filter [data-name=social] .box__content__opener:before, .filter [data-name=social] .box__content__opener:after {
  border-color: #000000;
}
.filter [data-name=social] .button:hover, .filter [data-name=social] .box__content__opener:hover {
  background-color: #d9e46c;
  border-color: #d9e46c;
}

/*# sourceMappingURL=styles.css.map */
