/* ########## Header ########## */
.header {
  margin: 0 auto;
  max-width: 1920px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header__blur {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  height: 80px;
  width: 100%;
  pointer-events: none;
  z-index: 99;
  position: relative;
}
@media (max-width: 1360px) {
  .header__blur {
    height: 30px;
  }
}
@media (max-width: 640px) {
  .header__blur {
    height: 15px;
  }
}
.header__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__wrapper-outer {
  background-color: var(--wp--preset--color--primary);
  padding: 0;
}
.header__logo {
  margin-left: -85px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1700px) {
  .header__logo {
    margin-left: 0;
  }
}
.header__logo img {
  display: block;
  height: auto;
  width: 537px;
}
@media (max-width: 1360px) {
  .header__logo img {
    width: 460px;
  }
}
@media (max-width: 640px) {
  .header__logo img {
    width: 190px;
  }
}
.header__navigation-main {
  position: relative;
  z-index: 999;
}
@media (max-width: 1260px) {
  .header__navigation-main {
    display: none;
    z-index: 997;
  }
}
.header__navigation-main.is-active {
  background-color: var(--wp--preset--color--primary);
  display: block;
  left: 0;
  padding: 80px 0 30px 0;
  position: fixed;
  top: 30px;
  width: 100dvw;
  z-index: 997;
}
@media (max-width: 640px) {
  .header__navigation-main.is-active {
    top: 15px;
    padding: 50px 0 20px 0;
  }
}
.header__mobile-button {
  background-color: transparent;
  border: none;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  display: none;
  position: relative;
  touch-action: manipulation;
  z-index: 3000;
}
@media (max-width: 1260px) {
  .header__mobile-button {
    display: block;
  }
}
.header__mobile-button i.button-icon {
  font-size: 48px;
}
@media (max-width: 640px) {
  .header__mobile-button i.button-icon {
    font-size: 24px;
  }
}
.header__mobile-button i.icon-close {
  color: var(--wp--preset--color--secondary);
}
/* ########## Footer ########## */
.footer {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  z-index: 10;
}
.footer__wrapper {
  column-gap: var(--wp--preset--spacing--sm);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: var(--wp--preset--spacing--sm);
  padding-top: var(--wp--preset--spacing--sm);
}
@media (max-width: 640px) {
  .footer__wrapper {
    padding-bottom: var(--wp--preset--spacing--xs);
    padding-top: var(--wp--preset--spacing--xs);
  }
}
.footer-menu__list {
  display: flex;
  gap: var(--wp--preset--spacing--sm);
  list-style: none;
}
.footer-menu__list li.current-menu-item a {
  color: var(--wp--preset--color--secondary);
}
.footer-menu__list li a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-menu__list li a:hover {
  color: var(--wp--preset--color--secondary);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* this should work in IE 11 too */
.global-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1920px;
  min-height: 100dvh;
  width: 100%;
}
.global-wrapper__wrapper {
  display: flex;
  width: 100%;
}
.wrapper {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  padding-left: var(--wp--preset--spacing--lg);
  padding-right: var(--wp--preset--spacing--lg);
}
@media (max-width: 640px) {
  .wrapper {
    padding-left: var(--wp--preset--spacing--sm);
    padding-right: var(--wp--preset--spacing--sm);
  }
}
#content {
  display: block;
  flex: 1 0 auto;
}
.section {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
}
.section p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  .section {
    padding-left: var(--wp--preset--spacing--lg);
    padding-right: var(--wp--preset--spacing--lg);
  }
  .section .section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding-left: var(--wp--preset--spacing--sm);
    padding-right: var(--wp--preset--spacing--sm);
  }
}
.section--background {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--wp--preset--spacing--xxl) * 2);
  padding-bottom: var(--wp--preset--spacing--xxl);
}
.section--gradient {
  position: relative;
  overflow: hidden;
  padding-top: calc(var(--wp--preset--spacing--xxl) * 2);
  padding-bottom: var(--wp--preset--spacing--xxl);
}
.section__gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(221, 221, 221, 0.1) 100%);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.section__background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-color: var(--wp--preset--color--white);
}
.section__background::before {
  content: "";
  background-image: var(--background-image-section);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.section__heading {
  position: relative;
  z-index: 2;
}
.section.alignwide {
  max-width: var(--wp--style--global--wide-size);
  padding-left: var(--wp--preset--spacing--lg);
  padding-right: var(--wp--preset--spacing--lg);
}
@media (max-width: 640px) {
  .section.alignwide {
    padding-left: var(--wp--preset--spacing--sm);
    padding-right: var(--wp--preset--spacing--sm);
  }
}
.section.alignfull {
  max-width: 100%;
}
.section.alignfull .wp-block-heading {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto var(--wp--preset--spacing--xl) auto;
}
@media (max-width: 1600px) {
  .section.alignfull .wp-block-heading {
    padding-left: var(--wp--preset--spacing--lg);
    padding-right: var(--wp--preset--spacing--lg);
  }
}
@media (max-width: 640px) {
  .section.alignfull .wp-block-heading {
    padding-left: var(--wp--preset--spacing--sm);
    padding-right: var(--wp--preset--spacing--sm);
  }
}
.page-service .section {
  max-width: 1920px;
}
@media (max-width: 1092px) {
  .page-service .section {
    padding-left: 0;
    padding-right: 0;
  }
}
.home .section {
  max-width: 1920px;
}
.home .section .wp-block-heading {
  position: relative;
}
@media (max-width: 1092px) {
  .home .section .wp-block-heading {
    margin-bottom: var(--wp--preset--spacing--sm);
    margin-top: var(--wp--preset--spacing--sm);
  }
}
.home .section--gradient,
.home .section--background {
  position: absolute;
  padding: 0;
}
@media (max-width: 1092px) {
  .home .section--gradient,
  .home .section--background {
    position: relative;
    padding-bottom: var(--wp--preset--spacing--sm);
  }
}
.home .section--gradient .pp-tableCell,
.home .section--background .pp-tableCell {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: var(--wp--preset--spacing--xxl);
}
.home .section--gradient .pp-tableCell > .wp-block-heading,
.home .section--background .pp-tableCell > .wp-block-heading {
  width: 100%;
}
@media (max-width: 1092px) {
  .home .section {
    padding-left: 0;
    padding-right: 0;
  }
}
.pp-section .wp-block-heading {
  position: relative;
}
.pp-section:last-of-type .pp-tableCell {
  padding-bottom: 0;
}
.pp-section:last-of-type .footer {
  width: 100%;
  margin-top: var(--wp--preset--spacing--xxl);
}
.pp-section.pp-table {
  display: block;
}
.pp-tableCell {
  display: block;
}
@media (max-width: 1092px) {
  body.home {
    overflow: scroll;
  }
}
#pp-nav {
  margin-top: 190px !important;
  top: 0;
}
#pp-nav.right {
  right: var(--wp--preset--spacing--md);
}
@media (min-width: 1920px) {
  #pp-nav.right {
    right: calc((100vw - 1920px) / 2 + var(--wp--preset--spacing--md));
  }
}
@media (max-width: 1750px) {
  #pp-nav.right {
    right: 0;
  }
}
#pp-nav li {
  height: 65px;
  width: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pp-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pp-nav li a span {
  background-color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--white);
  height: 65px;
  width: 2px;
  border: 0;
  border-radius: 0;
  position: relative;
}
#pp-nav li a.active span,
#pp-nav li a:hover span {
  background-color: var(--wp--preset--color--secondary);
}
body.home section.wp-block-ding-section .teaser-large__wrapper .teaser-large__text-wrapper {
  justify-content: flex-end;
}
body.home section.wp-block-ding-section:nth-of-type(even) .teaser-large__wrapper .teaser-large__text-wrapper {
  justify-content: flex-start;
}
.to-top__button {
  display: none;
  position: fixed;
  right: 48px;
  bottom: 10px;
  z-index: 9999;
  background: #4c4c4c;
  color: var(--wp--preset--color--white);
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.to-top__button:hover {
  background: #222222;
}
@media (min-width: 1660px) {
  .to-top__button {
    right: calc((100% - 1692px) / 2 - 30px);
  }
}
@media (max-width: 1660px) {
  .to-top__button {
    right: 10px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 640px) {
  .to-top__button {
    bottom: 5px;
    right: 3px;
    width: 20px;
    height: 20px;
  }
}
.to-top__button i {
  color: var(--wp--preset--color--white);
  font-size: 22px;
}
@media (max-width: 1660px) {
  .to-top__button i {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .to-top__button i {
    font-size: 10px;
  }
}
