@charset "UTF-8";
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/** @prettier */
body {
  max-width: 100vw;
  overflow-x: hidden;
  padding-top: 64px;
}
body.overflow-hidden {
  overflow: hidden;
}
body.page-template-page-request-a-quote, body.page-template-page-brief-form {
  padding-top: 0;
}
body.page-template-page-request-a-quote .z-app-mount, body.page-template-page-brief-form .z-app-mount {
  background-color: #fff;
}
body.packhelp-theme-dark {
  color: #ffffff;
  background: #131415;
}

/**
*     context: landing/wp-content/themes/zpkj-theme/app/app.php
*     lazysizes plugin optimization - it throws a lot of small files that are bundled into our webpack
**/
.lazyload, .lazyloading {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lazyloaded {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  width: auto;
  height: auto;
}

/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/** @prettier */
.region-switcher-bar {
  height: 64px;
  max-height: 64px;
  width: 100%;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  background-color: #2f2f2f;
}
.region-switcher-bar__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .region-switcher-bar__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 24px;
  }
}
.region-switcher-bar__close {
  position: absolute;
  cursor: pointer;
  right: 24px;
  top: 24px;
  width: 16px;
  display: -ms-flexbox;
  display: flex;
}
.region-switcher-bar__close svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 992px) {
  .region-switcher-bar__close {
    top: 28px;
  }
}
.region-switcher-bar__message {
  color: #ffffff;
  font-family: "PackhelpAvenir", "Avenir LT Std 85 Heavy", "PackhelpAvenir", Avenir, Roboto, Arial, sans‑serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .region-switcher-bar__message--detected {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (max-width: 992px) {
  .region-switcher-bar__message {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .region-switcher-bar__link {
    margin-bottom: 16px;
    -ms-flex-order: 1;
        order: 1;
    font-size: 16px;
  }
}
.region-switcher-bar__link.link__base {
  color: #ffffff;
}
@media (max-width: 992px) {
  .region-switcher-bar__link-content {
    font-size: 16px;
  }
}
.region-switcher-bar__detected {
  margin: 0 8px 0 16px;
}
@media (max-width: 992px) {
  .region-switcher-bar__detected {
    width: 100%;
    margin: 16px 0 0 0;
    -ms-flex-order: 3;
        order: 3;
  }
}
.region-switcher-bar__select {
  -ms-flex: 1 1;
      flex: 1 1;
  max-width: 215px;
  margin: 0 8px 0 16px;
  color: #2f2f2f;
}
@media (max-width: 992px) {
  .region-switcher-bar__select {
    max-width: 100%;
    width: 100%;
    margin: 16px 0 8px 0;
  }
}
.region-switcher-bar__button-text {
  line-height: 18px;
}
@media (max-width: 992px) {
  .region-switcher-bar {
    height: auto;
    max-height: 300px;
  }
}
.region-switcher-bar--hidden {
  overflow: hidden;
  max-height: 0;
}
@media (max-width: 992px) {
  .region-switcher-bar--hidden {
    max-height: 0;
  }
}

.landing-header-wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}
.landing-header-wrap .z__header {
  position: relative;
}

/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/* WARNING, ACHTUNG! AUTOGENERATED FILE */
/* Your changes to this file will perish */
/** @prettier */
/** @prettier */
.ph-region-switcher {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8rem;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-top: 0 solid #e7e7e7;
  border-radius: 0 0 4px 4px;
  font-family: "PackhelpAvenir", Avenir, Roboto, Arial, sans‑serif;
  color: #2f2f2f;
  -webkit-box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.075);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.ph-region-switcher.show {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  .ph-region-switcher {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .ph-region-switcher {
    max-width: 100%;
    padding: 0;
  }
}
.ph-region-switcher__header {
  position: relative;
  width: 100%;
  padding: rem(30px) 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 992px) {
  .ph-region-switcher__header {
    padding: 1.875rem 16px;
    border-bottom: none;
  }
  .ph-region-switcher__header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: #e7e7e7;
  }
}
.ph-region-switcher__header__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 400;
}
.ph-region-switcher__header__close {
  cursor: pointer;
}
.ph-region-switcher__header__close svg {
  height: 16px;
  width: 16px;
}
.ph-region-switcher__header__close svg path {
  fill: #2f2f2f;
}
.ph-region-switcher__country__list {
  width: 100%;
  height: 29rem;
  margin-top: 0.75rem;
  margin-bottom: 1.875rem;
  margin-left: -0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 992px) {
  .ph-region-switcher__country__list {
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    padding: 0 0.375rem 140px 0.375rem;
    overflow-y: scroll;
    display: block;
  }
}
.ph-region-switcher__country__list li {
  -ms-flex: 0 1 3.625rem;
      flex: 0 1 3.625rem;
  padding-right: 16px;
  width: 25%;
}
@media (max-width: 992px) {
  .ph-region-switcher__country__list li {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
  .ph-region-switcher__country__list li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0.625rem;
    right: 0.625rem;
    height: 1px;
    background-color: #e7e7e7;
  }
}
.ph-region-switcher__country__list li div, .ph-region-switcher__country__list li a {
  width: 100%;
  height: 2.875rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  border-radius: 4px;
  padding: 8px 8px 8px 3.4375rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  text-transform: none;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .ph-region-switcher__country__list li div, .ph-region-switcher__country__list li a {
    height: auto;
    padding: 16px 8px 16px 3.4375rem;
  }
}
.ph-region-switcher__country__list li div::before, .ph-region-switcher__country__list li a::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.625rem;
  height: 2rem;
  width: 2rem;
  background-image: url("/img/images/eu_countries/new-flags-sprite.png");
  background-position: 0 center;
  background-size: auto 2rem;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .ph-region-switcher__country__list li div::before, .ph-region-switcher__country__list li a::before {
    top: 16px;
  }
}
.ph-region-switcher__country__list li div::after, .ph-region-switcher__country__list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.075);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.ph-region-switcher__country__list li div:hover, .ph-region-switcher__country__list li a:hover {
  border: 1px solid #e7e7e7;
  text-decoration: underline;
  color: #2f2f2f;
  cursor: pointer;
}
.ph-region-switcher__country__list li div:hover::after, .ph-region-switcher__country__list li a:hover::after {
  opacity: 1;
}
.ph-region-switcher__country__list li:nth-of-type(1) div::before, .ph-region-switcher__country__list li:nth-of-type(1) a::before {
  background-position: 0 center;
}
.ph-region-switcher__country__list li:nth-of-type(2) div::before, .ph-region-switcher__country__list li:nth-of-type(2) a::before {
  background-position: -32px center;
}
.ph-region-switcher__country__list li:nth-of-type(3) div::before, .ph-region-switcher__country__list li:nth-of-type(3) a::before {
  background-position: -64px center;
}
.ph-region-switcher__country__list li:nth-of-type(4) div::before, .ph-region-switcher__country__list li:nth-of-type(4) a::before {
  background-position: -96px center;
}
.ph-region-switcher__country__list li:nth-of-type(5) div::before, .ph-region-switcher__country__list li:nth-of-type(5) a::before {
  background-position: -128px center;
}
.ph-region-switcher__country__list li:nth-of-type(6) div::before, .ph-region-switcher__country__list li:nth-of-type(6) a::before {
  background-position: -160px center;
}
.ph-region-switcher__country__list li:nth-of-type(7) div::before, .ph-region-switcher__country__list li:nth-of-type(7) a::before {
  background-position: -192px center;
}
.ph-region-switcher__country__list li:nth-of-type(8) div::before, .ph-region-switcher__country__list li:nth-of-type(8) a::before {
  background-position: -224px center;
}
.ph-region-switcher__country__list li:nth-of-type(9) div::before, .ph-region-switcher__country__list li:nth-of-type(9) a::before {
  background-position: -256px center;
}
.ph-region-switcher__country__list li:nth-of-type(10) div::before, .ph-region-switcher__country__list li:nth-of-type(10) a::before {
  background-position: -288px center;
}
.ph-region-switcher__country__list li:nth-of-type(11) div::before, .ph-region-switcher__country__list li:nth-of-type(11) a::before {
  background-position: -320px center;
}
.ph-region-switcher__country__list li:nth-of-type(12) div::before, .ph-region-switcher__country__list li:nth-of-type(12) a::before {
  background-position: -352px center;
}
.ph-region-switcher__country__list li:nth-of-type(13) div::before, .ph-region-switcher__country__list li:nth-of-type(13) a::before {
  background-position: -384px center;
}
.ph-region-switcher__country__list li:nth-of-type(14) div::before, .ph-region-switcher__country__list li:nth-of-type(14) a::before {
  background-position: -416px center;
}
.ph-region-switcher__country__list li:nth-of-type(15) div::before, .ph-region-switcher__country__list li:nth-of-type(15) a::before {
  background-position: -448px center;
}
.ph-region-switcher__country__list li:nth-of-type(16) div::before, .ph-region-switcher__country__list li:nth-of-type(16) a::before {
  background-position: -480px center;
}
.ph-region-switcher__country__list li:nth-of-type(17) div::before, .ph-region-switcher__country__list li:nth-of-type(17) a::before {
  background-position: -512px center;
}
.ph-region-switcher__country__list li:nth-of-type(18) div::before, .ph-region-switcher__country__list li:nth-of-type(18) a::before {
  background-position: -544px center;
}
.ph-region-switcher__country__list li:nth-of-type(19) div::before, .ph-region-switcher__country__list li:nth-of-type(19) a::before {
  background-position: -576px center;
}
.ph-region-switcher__country__list li:nth-of-type(20) div::before, .ph-region-switcher__country__list li:nth-of-type(20) a::before {
  background-position: -608px center;
}
.ph-region-switcher__country__list li:nth-of-type(21) div::before, .ph-region-switcher__country__list li:nth-of-type(21) a::before {
  background-position: -640px center;
}
.ph-region-switcher__country__list li:nth-of-type(22) div::before, .ph-region-switcher__country__list li:nth-of-type(22) a::before {
  background-position: -672px center;
}
.ph-region-switcher__country__list li:nth-of-type(23) div::before, .ph-region-switcher__country__list li:nth-of-type(23) a::before {
  background-position: -704px center;
}
.ph-region-switcher__country__list li:nth-of-type(24) div::before, .ph-region-switcher__country__list li:nth-of-type(24) a::before {
  background-position: -736px center;
}
.ph-region-switcher__country__list li:nth-of-type(25) div::before, .ph-region-switcher__country__list li:nth-of-type(25) a::before {
  background-position: -768px center;
}
.ph-region-switcher__country__list li:nth-of-type(26) div::before, .ph-region-switcher__country__list li:nth-of-type(26) a::before {
  background-position: -800px center;
}
.ph-region-switcher__country__list li:nth-of-type(27) div::before, .ph-region-switcher__country__list li:nth-of-type(27) a::before {
  background-position: -832px center;
}
.ph-region-switcher__country__list li:nth-of-type(28) div::before, .ph-region-switcher__country__list li:nth-of-type(28) a::before {
  background-position: -864px center;
}
.ph-region-switcher__country__list li:nth-of-type(29) div::before, .ph-region-switcher__country__list li:nth-of-type(29) a::before {
  background-position: -896px center;
}
.ph-region-switcher__country__list li:nth-of-type(30) div::before, .ph-region-switcher__country__list li:nth-of-type(30) a::before {
  background-position: -928px center;
}
.ph-region-switcher__country__list li:nth-of-type(31) div::before, .ph-region-switcher__country__list li:nth-of-type(31) a::before {
  background-position: -960px center;
}
.ph-region-switcher__country__list li:last-of-type div, .ph-region-switcher__country__list li:last-of-type a {
  padding-left: 0.75rem;
}
.ph-region-switcher__country__list li:last-of-type div::before, .ph-region-switcher__country__list li:last-of-type a::before {
  background-image: none;
}

.z-trusted-shop-badge {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 20;
  -webkit-transition: bottom 0.5s ease-in;
  transition: bottom 0.5s ease-in;
}

/*# sourceMappingURL=zpkj-landing-styles.0d923d41beac616e5bff.css.map*/