.banner {
  width: 100vw;
  position: relative;
  z-index: 1;
  background: url("../../../assets/img/dots-black.svg");
  background-repeat: repeat;
  background-size: 200px 200px;
  margin-bottom: 4rem;
}
.banner.text-white * {
  color: white;
}
.banner, .banner.size-default {
  height: 600px;
}
.banner.size-fullscreen {
  height: 100dvh;
}
@media screen and (max-width: 900px) {
  .banner.size-fullscreen {
    height: 70dvh;
  }
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(75%);
}
.banner .bg-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  mask: radial-gradient(65vw 35vw, black, transparent 65%);
}
.banner .content-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner .content-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1rem;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.025) 10%, rgba(0, 0, 0, 0.075) 25%, rgba(0, 0, 0, 0.5) 100%);
}
.banner .slash {
  height: 2em;
  width: 0.65em;
  vertical-align: bottom;
  margin-bottom: 0.1em;
}

.headline {
  display: flex;
  flex-direction: column;
}

.slider {
  background: #5D687A;
}
.slider .wrap, .slider main > :is(h1, h2, p, ul) {
  position: relative;
}
@media not (hover: hover) {
  .slider .controls {
    display: none;
  }
}
.slider .controls .prev,
.slider .controls .next {
  top: 4rem;
  position: absolute;
  z-index: 100;
  width: 50%;
  height: calc(100% - 9rem);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 2.2rem;
  transition: opacity 0.4s;
  opacity: 0;
}
.slider .controls .prev:hover,
.slider .controls .next:hover {
  opacity: 1;
}
.slider .controls .prev {
  background-image: url("../../../assets/img/arrow-left-white.svg");
  background-position: left 50%;
  left: -0.4rem;
}
.slider .controls .next {
  background-image: url("../../../assets/img/arrow-right-white.svg");
  background-position: right 50%;
  right: -0.4rem;
}
.slider .content {
  display: flex;
  width: 100%;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.slider .content::-webkit-scrollbar {
  display: none;
}
.slider .content figure {
  scroll-snap-align: center;
  flex: 0 0 100%;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (max-width: 900px) {
  .slider .content figure {
    padding: 2.5rem 0 1.5rem 0;
  }
}
.slider .content img {
  width: 100%;
}
.slider .indicators {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .slider .indicators {
    bottom: 1rem;
    gap: 10px;
  }
}
.slider .indicators div {
  width: 20px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .slider .indicators div {
    width: 7px;
    height: 7px;
  }
}
.slider .indicators div.active {
  width: 50px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 900px) {
  .slider .indicators div.active {
    width: 20px;
  }
}
.slider .indicators:hover div {
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
}

.media {
  position: relative;
}
.media:has(+ .media), .media:has(+ .highlight-section) {
  margin-bottom: -4rem;
}
main > .media:last-child {
  margin-bottom: -8rem;
}
.media * {
  color: white;
}
.media.text-color-black * {
  color: black;
}
.media .content {
  display: inline-block;
  max-width: 100%;
}
.media .content figure {
  margin-bottom: 0;
}
.media .content img, .media .content video {
  width: 100%;
  height: auto;
  display: block;
}
.media .content-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.media.text-alignment-left .content-center {
  justify-content: flex-start;
  text-align: left;
}
.media.text-alignment-left .content-center .wrap, .media.text-alignment-left .content-center main > :is(h1, h2, p, ul) {
  width: var(--wrap-width);
  margin-left: auto;
  margin-left: auto;
}
.media .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .media .footer {
    bottom: -1rem;
  }
}
.media .footer .wrap, .media .footer main > :is(h1, h2, p, ul) {
  display: flex;
  justify-content: flex-end;
}
.media .footer .wrap .button, .media .footer main > :is(h1, h2, p, ul) .button {
  font-size: 0.75rem;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
}
.media .footer .wrap .button:hover, .media .footer main > :is(h1, h2, p, ul) .button:hover {
  padding-right: 2.5rem;
}
.media .footer .wrap .button::after, .media .footer main > :is(h1, h2, p, ul) .button::after {
  margin-top: 2.75px;
  height: 0.9em;
  width: 0.9em;
  content: url("../../../assets/img/arrow-top-right-white.svg");
}

.media-grid.section-margin {
  margin-bottom: 0rem;
}
.highlight-section .media-grid {
  --wrap-width: 1000px;
}
@media screen and (max-width: 900px) {
  .media-grid .grid.grid-3 li {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
.media-grid img, .media-grid video {
  width: 65%;
}

.services-list .wrap, .services-list main > :is(h1, h2, p, ul) {
  display: flex;
}
@media screen and (max-width: 900px) {
  .services-list .wrap, .services-list main > :is(h1, h2, p, ul) {
    flex-direction: column;
  }
}
.services-list .headline {
  flex: 0 0 50%;
}
.services-list .headline h2 {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 4px;
  text-decoration-color: #EC194C;
  line-height: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .services-list .headline h2 {
    text-underline-offset: 0.1em;
  }
}
.services-list .list {
  flex: 0 0 50%;
}
.services-list .list ul {
  list-style: none;
  padding: 0;
}
.services-list .list ul li {
  display: flex;
  margin-bottom: 1rem;
}
.services-list .list ul li .icon {
  flex: 0 0 80px;
}
@media screen and (max-width: 900px) {
  .services-list .list ul li .icon {
    flex: 0 0 60px;
  }
}
.services-list .list ul li .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  .services-list .list ul li .icon img {
    width: 40px;
    height: 40px;
  }
}
.services-list .list ul li h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-family: "museo-sans";
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 1.2rem;
}

.project-list .footer,
.pages-list .footer {
  text-align: center;
}
.project-list .header,
.pages-list .header {
  display: flex;
  margin: 4rem 0 6rem 0;
}
@media screen and (max-width: 900px) {
  .project-list .header,
  .pages-list .header {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.project-list .header .filters,
.pages-list .header .filters {
  flex: 0 0 30%;
  list-style: none;
  padding: 0;
}
.project-list .header li,
.pages-list .header li {
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.7;
  padding-bottom: 0.3em;
}
.project-list .header li a, .project-list .header li span,
.pages-list .header li a,
.pages-list .header li span {
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  font-style: italic;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.project-list .header li:before,
.pages-list .header li:before {
  position: absolute;
  display: inline-block;
  left: -30px;
  height: 1rem;
  width: 1rem;
  top: 0.35em;
  opacity: 0;
  content: url("../../../assets/img/arrow-right-red.svg");
}
.project-list .header li:hover,
.pages-list .header li:hover {
  transition: all 0.3s ease;
  translate: 20px;
  padding-left: 0.75rem;
  opacity: 1;
}
.project-list .header li:hover::before,
.pages-list .header li:hover::before {
  transition: all 0.4s ease;
  opacity: 1;
  left: -20px;
}
.project-list .header li.active,
.pages-list .header li.active {
  transition: all 0.4s ease;
  position: relative;
  opacity: 1;
  translate: 20px;
  padding-left: 0.75rem;
}
.project-list .header li.active:before,
.pages-list .header li.active:before {
  left: -20px;
  opacity: 1;
}
.project-list .header .text,
.pages-list .header .text {
  flex: 0 0 70%;
}
.project-list .header .text .headline-2,
.pages-list .header .text .headline-2 {
  margin-top: 0;
}
.project-list .grid li,
.pages-list .grid li {
  position: relative;
  aspect-ratio: 16/9;
  background: #A3A9B3;
}
.project-list .grid li:hover .overlay,
.pages-list .grid li:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease;
}
.project-list .grid li:hover img,
.pages-list .grid li:hover img {
  filter: brightness(0.5);
  transition: all 0.3s ease;
}
.project-list .overlay,
.pages-list .overlay {
  background-color: #EC194C;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 0.75rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.project-list img,
.pages-list img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: -5px;
  filter: brightness(1);
  transition: all 0.3s ease;
}
.project-list .headline-3,
.pages-list .headline-3 {
  margin: 0;
}
.project-list .headline-3 span,
.pages-list .headline-3 span {
  color: #fff;
}
.project-list .headline-3 .text-main,
.pages-list .headline-3 .text-main {
  margin-bottom: 0.5rem;
}
.project-list.project-list-simple .overlay,
.pages-list.project-list-simple .overlay {
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 0.25rem;
}
.project-list.project-list-simple .headline-3 .text-main,
.pages-list.project-list-simple .headline-3 .text-main {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.project-list.project-list-simple .headline-3 .text-bottom,
.pages-list.project-list-simple .headline-3 .text-bottom {
  font-size: 0.8rem;
}

.pages-list li, .pages-list img {
  aspect-ratio: 1/1;
  transform: scale(1.175);
  transform-origin: center;
}
.pages-list .grid.grid-3 li {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.pages-list .overlay {
  opacity: 0;
  top: unset;
  height: 30%;
}
.pages-list .headline .text-main {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.pages-list .headline .text-bottom {
  font-size: 0.8rem;
}
.pages-list .grid li:hover img {
  filter: brightness(0.75);
  transition: all 0.3s ease;
}

.highlight-section {
  background: #EC194C;
  padding: 4rem 0;
  text-align: center;
}
.highlight-section.highlight-section-grey {
  background: #5D687A;
}
.highlight-section:has(+ .highlight-section), .highlight-section:has(+ .media) {
  margin-bottom: -4rem;
}
.highlight-section:last-child {
  margin-bottom: -8rem;
}
.highlight-section * {
  color: white;
}
.highlight-section .headline {
  margin-top: 0;
  margin-bottom: 2rem;
}
.highlight-section .button {
  background: white;
  color: #171a1c !important;
  margin-top: 1rem;
}
.highlight-section .button:after {
  content: url("../../../assets/img/arrow-right.svg");
}

.text-meta.section-margin {
  margin-top: 2rem;
}
.text-meta .wrap, .text-meta main > :is(h1, h2, p, ul) {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .text-meta .wrap, .text-meta main > :is(h1, h2, p, ul) {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .text-meta .wrap .text, .text-meta main > :is(h1, h2, p, ul) .text {
    order: 2;
  }
}
.text-meta .wrap .meta, .text-meta main > :is(h1, h2, p, ul) .meta {
  flex: 0 0 30%;
}
@media screen and (max-width: 900px) {
  .text-meta .wrap .meta, .text-meta main > :is(h1, h2, p, ul) .meta {
    order: 1;
  }
}
.text-meta .wrap .meta ul, .text-meta main > :is(h1, h2, p, ul) .meta ul {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}
.text-meta .wrap .meta ul li, .text-meta main > :is(h1, h2, p, ul) .meta ul li {
  display: inline-block;
  margin-bottom: 0.35rem;
  margin-right: 0.75rem;
}
.text-meta .wrap .meta ul li .slash, .text-meta main > :is(h1, h2, p, ul) .meta ul li .slash {
  display: inline-block;
  height: 1.25em;
  width: 0.4em;
  vertical-align: bottom;
  margin-bottom: -0.15em;
}
.text-meta .wrap .meta ul li h4, .text-meta main > :is(h1, h2, p, ul) .meta ul li h4, .text-meta .wrap .meta ul li p, .text-meta main > :is(h1, h2, p, ul) .meta ul li p {
  display: inline;
  font-size: 0.85rem;
  margin: 0;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.text-meta .wrap .meta ul li h4, .text-meta main > :is(h1, h2, p, ul) .meta ul li h4 {
  font-weight: 500;
  font-style: normal;
}
.text-meta .wrap .meta ul li p, .text-meta main > :is(h1, h2, p, ul) .meta ul li p {
  font-weight: 700;
  line-height: 1.3;
}
.text-meta .wrap .meta .button, .text-meta main > :is(h1, h2, p, ul) .meta .button {
  font-size: 0.7rem;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
}
.text-meta .wrap .meta .button:after, .text-meta main > :is(h1, h2, p, ul) .meta .button:after {
  height: 0.9em;
  width: 0.9em;
  margin-top: 0.1rem;
  content: url("../../../assets/img/arrow-top-right-white.svg");
}
.text-meta .wrap .meta .button:hover, .text-meta main > :is(h1, h2, p, ul) .meta .button:hover {
  padding-right: 2.5rem;
}

.logo-row .wrap, .logo-row main > :is(h1, h2, p, ul) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .logo-row .wrap, .logo-row main > :is(h1, h2, p, ul) {
    flex-direction: column;
  }
}
.logo-row .wrap .logos, .logo-row main > :is(h1, h2, p, ul) .logos {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .logo-row .wrap .logos, .logo-row main > :is(h1, h2, p, ul) .logos {
    gap: 1rem;
  }
}
.logo-row .wrap .logos img, .logo-row main > :is(h1, h2, p, ul) .logos img {
  height: 36px;
}
@media screen and (max-width: 900px) {
  .logo-row .wrap .logos img, .logo-row main > :is(h1, h2, p, ul) .logos img {
    height: 20px;
  }
}

.person-detail {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .person-detail {
    flex-direction: column;
  }
}
.person-detail .left {
  flex: 0 0 50%;
}
@media screen and (max-width: 900px) {
  .person-detail .left {
    order: 2;
  }
}
.person-detail .left .social a img {
  max-height: 25px;
  width: fit-content;
  opacity: 0.85;
  transition: all 300ms ease;
}
.person-detail .left .social a img:hover {
  opacity: 1;
  transition: all 300ms ease;
}
.person-detail .right {
  flex: 0 0 50%;
}
.person-detail ul {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}
.person-detail ul li {
  display: inline-block;
  margin-bottom: 0.35rem;
}
.person-detail ul li .slash {
  display: inline-block;
  height: 1.25em;
  width: 0.4em;
  vertical-align: bottom;
  margin-bottom: -0.15em;
}
.person-detail ul li h4, .person-detail ul li p, .person-detail ul li a {
  display: inline;
  font-size: 0.85rem;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.person-detail ul li h4 {
  font-weight: 500;
  font-style: normal;
}
.person-detail ul li p, .person-detail ul li a {
  font-weight: 700;
  line-height: 1.3;
  transition: all 300ms ease-in-out;
}
.person-detail ul li a:hover {
  color: #EC194C;
  transition: all 200ms ease-in-out;
}

.instagram .grid {
  margin: 0 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 900px) {
  .instagram .grid {
    flex-wrap: wrap;
  }
}
.instagram .grid li {
  position: relative;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.instagram .grid li:hover {
  opacity: 0.9;
  transition: all 300ms ease-in-out;
}
.instagram .grid li .instagram-overlay:hover {
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.instagram .grid li img {
  width: 100%;
}
.instagram .grid li .instagram-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.instagram .grid li .instagram-overlay img {
  width: 3.5rem;
}

@font-face {
  font-family: "museo-sans";
  font-weight: 500;
  src: url("../../../assets/fonts/museo-sans-500.woff2") format("woff2"), url("../../../assets/fonts/museo-sans-500.woff") format("woff");
}
@font-face {
  font-family: "museo-sans";
  font-weight: 700;
  src: url("../../../assets/fonts/museo-sans-700.woff2") format("woff2"), url("../../../assets/fonts/museo-sans-700.woff") format("woff");
}
@font-face {
  font-family: "museo-sans";
  font-weight: 900;
  src: url("../../../assets/fonts/museo-sans-900.woff2") format("woff2"), url("../../../assets/fonts/museo-sans-900.woff") format("woff");
}
@font-face {
  font-family: "museo-slab";
  font-weight: 900;
  src: url("../../../assets/fonts/museo-slab-900.woff2") format("woff2"), url("../../../assets/fonts/museo-slab-900.woff") format("woff");
}
@font-face {
  font-family: "museo-slab";
  font-weight: 700;
  src: url("../../../assets/fonts/museo-slab-700.woff2") format("woff2"), url("../../../assets/fonts/museo-slab-700.woff") format("woff");
}
* {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #171a1c;
}
@media screen and (max-width: 900px) {
  * {
    font-size: 17px;
  }
}

.sans-bold-italic, form.search input, .headline-3 .text-main, .headline-2 .text-main, .headline-1 .text-main, .headline-1 .text-main * {
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.02em;
}

.slab, .headline-3 .text-bottom, .headline-3 .text-top, .headline-2 .text-bottom, .headline-2 .text-top, .headline-1 .text-bottom, .headline-1 .text-top {
  font-family: "museo-slab", serif;
  font-weight: 700;
}

nav li a,
.headline .text-main {
  padding-right: 0.25em;
}

p {
  line-height: 1.35;
}
p a {
  text-decoration: none;
  transition: 300ms ease-in-out;
}
p a:hover {
  color: #EC194C;
  transition: 300ms ease-in-out;
}

main > ul {
  position: relative;
  list-style: none;
}
main > ul li {
  margin: 0 0 0 1.5rem;
  line-height: 1.35;
}
main > ul li::before {
  content: url("../../../assets/img/arrow-right-black.svg");
  width: 17.5px;
  position: absolute;
  left: 1rem;
  margin-top: 0.275rem;
}

h1, h2, h3, p {
  margin: 1rem 0;
}

.headline-1,
.headline-2,
.headline-3,
.headline-4 {
  text-transform: uppercase;
}
.headline-1 > span,
.headline-2 > span,
.headline-3 > span,
.headline-4 > span {
  display: block;
}

.headline-1 .text-top {
  font-size: 2.6rem;
}
@media screen and (max-width: 900px) {
  .headline-1 .text-top {
    font-size: 1.3rem;
  }
}
.headline-1 .text-main, .headline-1 .text-main * {
  font-size: 4.2rem;
  text-transform: uppercase;
  text-decoration: none;
  hyphens: auto;
}
@media screen and (max-width: 900px) {
  .headline-1 .text-main, .headline-1 .text-main * {
    font-size: 2.3rem;
  }
}
.headline-1 .text-bottom {
  font-size: 1.8rem;
  margin-top: 0.2em;
}
@media screen and (max-width: 900px) {
  .headline-1 .text-bottom {
    font-size: 1.3rem;
  }
}

.headline-2 {
  margin-top: 4rem;
  list-style: none;
}
.headline-2:has(+ .headline-2, + .person-detail) {
  margin-bottom: -2rem;
}
.headline-2 .text-top {
  font-size: 1.36rem;
}
@media screen and (max-width: 900px) {
  .headline-2 .text-top {
    font-size: 1.06rem;
  }
}
.headline-2 .text-main {
  font-size: 2.2rem;
  text-decoration: none;
  margin: 0.15rem 0;
}
@media screen and (max-width: 900px) {
  .headline-2 .text-main {
    font-size: 1.5rem;
  }
}
.headline-2 .text-bottom {
  font-size: 1.36rem;
}
@media screen and (max-width: 900px) {
  .headline-2 .text-bottom {
    font-size: 1.06rem;
  }
}

.headline-3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.headline-3 .text-top {
  font-size: 1rem;
}
.headline-3 .text-main {
  font-size: 1.8rem;
}
.headline-3 .text-bottom {
  font-size: 1rem;
}

.headline-4 .text-main {
  font-size: 0.85rem;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  letter-spacing: 1.3px;
}
.slash {
  display: inline-block;
  height: 1.4em;
  width: 0.5em;
  vertical-align: bottom;
  margin-bottom: -0.15em;
  background: url("../../../assets/img/slash.svg");
  background-repeat: no-repeat;
}
.pages-list .slash {
  background: url("../../../assets/img/slash-white.svg");
}

:root {
  --wrap-width: 1280px;
}

.section-margin {
  margin: 4rem 0 6rem 0;
}

.wrap, main > :is(h1, h2, p, ul) {
  padding: 0 1rem;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}
header .wrap, header main > :is(h1, h2, p, ul) {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}
@media screen and (max-width: 900px) {
  header .wrap, header main > :is(h1, h2, p, ul) {
    padding-top: 1.5rem;
  }
}
header .icon-hamburger-3 {
  --icon-hamburger-3-height: 27px;
}
header .icon-hamburger-3 div {
  transition: background 0.1s;
}
body.white-header-elements header .icon-hamburger-3 div, body[data-modal=modal-nav] header .icon-hamburger-3 div {
  background: white;
}
header .icon-hamburger-3 div:nth-child(2) {
  width: 70%;
  margin-left: 30%;
}
header .right {
  display: flex;
  gap: 1rem;
}
header .right .switch-language {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.075rem;
  transition: background 0.2s;
}
body.white-header-elements header .right .switch-language, body[data-modal=modal-nav] header .right .switch-language {
  color: white;
}
header .logo {
  width: 42px;
}
@media screen and (max-width: 900px) {
  header .logo {
    width: 32px;
  }
}
header .logo.logo-white {
  display: none;
}
body.white-header-elements header .logo.logo-white, body[data-modal=modal-nav] header .logo.logo-white {
  display: block;
}
body.white-header-elements header .logo.logo-color, body[data-modal=modal-nav] header .logo.logo-color {
  display: none;
}

main > :is(h1, h2, p, ul) {
  max-width: var(--wrap-width);
  margin-left: auto;
  margin-right: auto;
}

nav header {
  display: none !important;
}
nav .modal .content {
  display: flex;
  align-items: center;
  background: #EC194C;
}
nav .wrap, nav main > :is(h1, h2, p, ul) {
  width: 100%;
  padding: 3rem 1rem;
  display: flex;
}
@media screen and (max-width: 900px) {
  nav .wrap, nav main > :is(h1, h2, p, ul) {
    flex-direction: column;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 900px) {
  nav .wrap .left, nav main > :is(h1, h2, p, ul) .left, nav .wrap .right, nav main > :is(h1, h2, p, ul) .right {
    margin-left: 1rem;
  }
}
nav .wrap .left, nav main > :is(h1, h2, p, ul) .left {
  flex: 3;
  margin-top: 6rem;
  margin-left: 2rem;
}
nav .wrap .right, nav main > :is(h1, h2, p, ul) .right {
  margin-top: 7rem;
  margin-left: 2rem;
}
@media screen and (max-width: 900px) {
  nav .wrap .right, nav main > :is(h1, h2, p, ul) .right {
    margin-top: 1.5rem;
    margin-right: 1rem;
  }
  nav .wrap .right .headline-3 .text-main, nav main > :is(h1, h2, p, ul) .right .headline-3 .text-main, nav .wrap .right .headline-3, nav main > :is(h1, h2, p, ul) .right .headline-3 {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
nav .wrap .right p, nav main > :is(h1, h2, p, ul) .right p, nav .wrap .right p a, nav main > :is(h1, h2, p, ul) .right p a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 900px) {
  nav .wrap .right p, nav main > :is(h1, h2, p, ul) .right p, nav .wrap .right p a, nav main > :is(h1, h2, p, ul) .right p a {
    font-size: 0.8rem;
    margin-top: 0;
  }
}
nav .wrap .right p a:hover, nav main > :is(h1, h2, p, ul) .right p a:hover {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 900px) {
  nav .wrap .right input, nav main > :is(h1, h2, p, ul) .right input {
    width: 100%;
    font-size: 1rem;
  }
}
nav .wrap .button, nav main > :is(h1, h2, p, ul) .button {
  background-color: #fff;
  color: #EC194C;
}
nav .wrap .button:after, nav main > :is(h1, h2, p, ul) .button:after {
  height: 1em;
  content: url("../../../assets/img/arrow-right-red.svg");
}
nav ul {
  list-style: none;
  padding: 0;
}
nav li {
  position: relative;
}
nav li a {
  position: relative;
  transition: all 0.3s ease-in-out;
}
nav li a:before {
  position: absolute;
  display: inline-block;
  width: 0.5em;
  left: -50px;
  top: 0.32em;
  opacity: 0;
  content: url("../../../assets/img/arrow-right-white.svg");
}
nav li a:hover {
  transition: all 0.3s ease-in-out;
  translate: 40px;
  padding-left: 2rem;
}
nav li a:hover::before {
  transition: all 0.4s ease;
  opacity: 1;
  left: -20px;
}
nav form.search input {
  border-color: white;
}
nav ::placeholder {
  color: #fff;
}
nav * {
  color: white;
}

footer {
  background: #e9e9e9;
  margin-top: 8rem;
}
footer .wrap, footer main > :is(h1, h2, p, ul) {
  display: flex;
  align-items: stretch;
  padding: 4rem 1rem 0 1rem;
}
@media screen and (max-width: 900px) {
  footer .wrap, footer main > :is(h1, h2, p, ul) {
    flex-direction: column;
    overflow: hidden;
    padding: 3rem 1rem 0 1rem;
  }
}
footer .wrap .left, footer main > :is(h1, h2, p, ul) .left,
footer .wrap .middle,
footer main > :is(h1, h2, p, ul) .middle,
footer .wrap .right,
footer main > :is(h1, h2, p, ul) .right {
  display: flex;
  flex: 0 0 33.33%;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  footer .wrap .left, footer main > :is(h1, h2, p, ul) .left {
    order: 2;
    margin-bottom: 1rem;
  }
}
footer .wrap .left .logo, footer main > :is(h1, h2, p, ul) .left .logo {
  width: 50px;
}
@media screen and (max-width: 900px) {
  footer .wrap .left .logo, footer main > :is(h1, h2, p, ul) .left .logo {
    display: none;
  }
}
footer .wrap .left .social, footer main > :is(h1, h2, p, ul) .left .social {
  margin-top: auto;
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1rem;
}
footer .wrap .left .social a img, footer main > :is(h1, h2, p, ul) .left .social a img {
  height: 1rem;
  opacity: 0.85;
  transition: all 300ms ease;
}
footer .wrap .left .social a img:hover, footer main > :is(h1, h2, p, ul) .left .social a img:hover {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  footer .wrap .middle, footer main > :is(h1, h2, p, ul) .middle {
    order: 1;
    margin-bottom: 0rem;
  }
}
footer .wrap .middle a, footer main > :is(h1, h2, p, ul) .middle a, footer .wrap .middle p, footer main > :is(h1, h2, p, ul) .middle p {
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 300ms;
  margin: 0 0 0.75rem 0;
}
footer .wrap .middle a a:hover, footer main > :is(h1, h2, p, ul) .middle a a:hover, footer .wrap .middle p a:hover, footer main > :is(h1, h2, p, ul) .middle p a:hover {
  transition: all 300ms;
  color: #EC194C;
}
footer .wrap .right, footer main > :is(h1, h2, p, ul) .right {
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  footer .wrap .right, footer main > :is(h1, h2, p, ul) .right {
    order: 3;
  }
}
footer .wrap .right p, footer main > :is(h1, h2, p, ul) .right p {
  font-size: 0.7rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all 300ms;
  margin-top: 0;
}
footer .wrap .right p strong, footer main > :is(h1, h2, p, ul) .right p strong {
  font-size: 0.8rem;
}
footer .wrap.footer-bottom, footer main > .footer-bottom:is(h1, h2, p, ul) {
  padding: 1rem 1rem 2rem 1rem;
}
@media screen and (max-width: 900px) {
  footer .wrap.footer-bottom, footer main > .footer-bottom:is(h1, h2, p, ul) {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  footer .wrap.footer-bottom .left, footer main > .footer-bottom:is(h1, h2, p, ul) .left {
    order: 1;
    margin-bottom: 0.5rem;
  }
}
footer .wrap.footer-bottom .left .footer-info, footer main > .footer-bottom:is(h1, h2, p, ul) .left .footer-info, footer .wrap.footer-bottom .left p, footer main > .footer-bottom:is(h1, h2, p, ul) .left p {
  font-size: 0.55rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #A3A9B3;
}
footer .wrap.footer-bottom .left .footer-info .copyright-styling, footer main > .footer-bottom:is(h1, h2, p, ul) .left .footer-info .copyright-styling, footer .wrap.footer-bottom .left p .copyright-styling, footer main > .footer-bottom:is(h1, h2, p, ul) .left p .copyright-styling {
  display: inline-block;
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 900px) {
  footer .wrap.footer-bottom .left .footer-info, footer main > .footer-bottom:is(h1, h2, p, ul) .left .footer-info, footer .wrap.footer-bottom .left p, footer main > .footer-bottom:is(h1, h2, p, ul) .left p {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 900px) {
  footer .wrap.footer-bottom .middle, footer main > .footer-bottom:is(h1, h2, p, ul) .middle {
    order: 2;
  }
}
footer .wrap.footer-bottom .middle ul, footer main > .footer-bottom:is(h1, h2, p, ul) .middle ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  gap: 15px;
}
footer .wrap.footer-bottom .middle ul li, footer main > .footer-bottom:is(h1, h2, p, ul) .middle ul li, footer .wrap.footer-bottom .middle ul li *, footer main > .footer-bottom:is(h1, h2, p, ul) .middle ul li * {
  font-size: 0.55rem;
}
footer .wrap.footer-bottom .middle ul li a, footer main > .footer-bottom:is(h1, h2, p, ul) .middle ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-style: italic;
  font-weight: 700;
  color: #A3A9B3;
  transition: all 300ms ease-in-out;
}
footer .wrap.footer-bottom .middle ul li a:hover, footer main > .footer-bottom:is(h1, h2, p, ul) .middle ul li a:hover {
  transition: all 300ms ease-in-out;
  color: #5D687A;
}

.button {
  display: inline-block;
  position: relative;
  padding: 0.8rem 1.5rem 0.7rem 1.5rem;
  vertical-align: bottom;
  background: #EC194C;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.button:after {
  display: inline-block;
  position: absolute;
  height: 1em;
  width: 1.1em;
  right: -10px;
  margin-top: 1px;
  vertical-align: bottom;
  content: url("../../../assets/img/arrow-right-white.svg");
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.button, .button * {
  font-weight: 900;
  font-style: italic;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #fff;
}
.button:hover {
  padding-right: 3rem;
}
.button:hover::after {
  opacity: 1;
  right: 2.5px;
  margin-right: 1.2rem;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.grid, .grid.grid-2 {
  gap: 1rem;
}
.grid li, .grid.grid-2 li {
  flex: 0 1 calc(50% - 0.5rem);
}
@media screen and (max-width: 900px) {
  .grid li, .grid.grid-2 li {
    flex: 1 1 auto;
  }
}
.grid.grid-3 {
  gap: 1rem;
}
.grid.grid-3 li {
  flex: 0 1 calc(33.3% - 0.667rem);
}
@media screen and (max-width: 900px) {
  .grid.grid-3 li {
    flex: 1 1 auto;
  }
}

form.search input {
  background: transparent;
  border: solid 2px black;
  padding: 0.5rem 1rem 0.4rem 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.animated {
  opacity: 0;
  transform: translateY(1rem);
}
@media screen and (max-width: 900px) {
  .animated {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.animation-active {
  opacity: 1;
  transition: opacity 1s, transform 0.5s;
  transform: translateY(0);
}
.animated.animation-active.animation-delay-1 {
  transition-delay: 100ms;
}
.animated.animation-active.animation-delay-2 {
  transition-delay: 200ms;
}
.animated.animation-active.animation-delay-3 {
  transition-delay: 300ms;
}
.animated.animation-active.animation-delay-4 {
  transition-delay: 400ms;
}
.animated.animation-active.animation-delay-5 {
  transition-delay: 500ms;
}
.animated.animation-active.animation-delay-6 {
  transition-delay: 600ms;
}
.animated.animation-active.animation-delay-7 {
  transition-delay: 700ms;
}
.animated.animation-active.animation-delay-8 {
  transition-delay: 800ms;
}
.animated.animation-active.animation-delay-9 {
  transition-delay: 900ms;
}
.animated.animation-active.animation-delay-10 {
  transition-delay: 1000ms;
}
.animated.animation-active.animation-delay-11 {
  transition-delay: 1100ms;
}
.animated.animation-active.animation-delay-12 {
  transition-delay: 1200ms;
}
.animated.animation-active.animation-delay-13 {
  transition-delay: 1300ms;
}
.animated.animation-active.animation-delay-14 {
  transition-delay: 1400ms;
}
.animated.animation-active.animation-delay-15 {
  transition-delay: 1500ms;
}
.animated.animation-active.animation-delay-16 {
  transition-delay: 1600ms;
}
.animated.animation-active.animation-delay-17 {
  transition-delay: 1700ms;
}
.animated.animation-active.animation-delay-18 {
  transition-delay: 1800ms;
}
.animated.animation-active.animation-delay-19 {
  transition-delay: 1900ms;
}
.animated.animation-active.animation-delay-20 {
  transition-delay: 2000ms;
}
.animated.animation-active.animation-delay-21 {
  transition-delay: 2100ms;
}
.animated.animation-active.animation-delay-22 {
  transition-delay: 2200ms;
}
.animated.animation-active.animation-delay-23 {
  transition-delay: 2300ms;
}
.animated.animation-active.animation-delay-24 {
  transition-delay: 2400ms;
}
.animated.animation-active.animation-delay-25 {
  transition-delay: 2500ms;
}
.animated.animation-active.animation-delay-26 {
  transition-delay: 2600ms;
}
.animated.animation-active.animation-delay-27 {
  transition-delay: 2700ms;
}
.animated.animation-active.animation-delay-28 {
  transition-delay: 2800ms;
}
.animated.animation-active.animation-delay-29 {
  transition-delay: 2900ms;
}

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