/**
 * Buttons
 */

.pwc-button {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 13px;
  padding: 0.75em 1.25em;
}
  @media (min-width: 576px) {
  .pwc-button {
    font-size: calc(13px + 3 * ((100vw - 576px) / 624));
  } }
  @media (min-width: 1200px) {
  .pwc-button {
    font-size: 16px;
  } }
  .pwc-title + .pwc-button,
  .pwc-paragraph + .pwc-button {
    margin-top: 15px;
  }
  [class*="pwc"][data-href] .pwc-button:after {
    content: '';
    display: block;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .pwc-full-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }




/**
 * Embed
 */

.pwc-embed {
  display: block;
  height: 100%;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
  .pwc-embed > * {
    display: none;
  }
  .pwc-embed iframe,
  .pwc-embed object,
  .pwc-embed embed {
    display: block !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }





/**
 * Image
 */

.pwc-image {
  position: relative;
}
  .pwc-image picture {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .pwc-image img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
.pwc-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.pwc span + picture,
.pwc a + picture {
  margin-top: 15px;
}
.pwc picture + span,
.pwc picture + a {
  margin-top: 15px;
}





/**
 * HTML
 */

.pwc-html > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.pwc-html > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}





/**
 * Text
 */

.pwc-title {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
  @media (min-width: 576px) {
  .pwc-title {
    font-size: calc(16px + 8 * ((100vw - 576px) / 624));
  } }
  @media (min-width: 1200px) {
  .pwc-title {
    font-size: 24px;
  } }
.pwc-paragraph {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
  @media (min-width: 576px) {
  .pwc-paragraph {
    font-size: calc(14px + 2 * ((100vw - 576px) / 624));
  } }
  @media (min-width: 1200px) {
  .pwc-paragraph {
    font-size: 16px;
  } }
  .pwc-title + .pwc-paragraph {
    margin-top: 15px;
  }





/**
 * Horizontal and vertical alignment
 */

[class*="pwc-pos"],
.pwc-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pwc-position {
  min-height: 100%;
}
.pwc-pos-h-left,
.pwc-pos-h-left .pwc-position {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pwc-pos-h-center,
.pwc-pos-h-center .pwc-position {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pwc-pos-h-right,
.pwc-pos-h-right .pwc-position {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.pwc-pos-v-top,
.pwc-pos-v-top .pwc-position {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pwc-pos-v-middle,
.pwc-pos-v-middle .pwc-position {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pwc-pos-v-bottom,
.pwc-pos-v-bottom .pwc-position {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pwc-content {
  min-height: 100%;
  position: relative;
  width: 100%;
}





/**
 * Content edge spacing
 */

.pwc-inset {
  padding: 15px;
}
  @media (min-width: 576px) {
  .pwc-inset {
    padding: calc(15px + 15 * ((100vw - 576px) / 624));
  } }
  @media (min-width: 1200px) {
  .pwc-inset {
    padding: 30px;
  } }
  
    /*  Special style sheets for Kaliber USPs
    /*  --------------------------------------------------------------  */
        /* USPs for desktop header */
        .kaliber-usp_header p { margin: 0px 0px; }
		.kaliber-usp_header .pwc-b { padding: 0; }
        .kaliber-usp_header i { margin-right: 5px; }
        @media (max-width: 1114px) {
          .kaliber-usp_header > section > div:last-child { display: none; }
          .kaliber-usp_header > section > div {
            max-width: 33.33333%;
            width: 33.33333% !important;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%; }
        }
        @media (max-width: 997px) {
          .kaliber-usp_header > section > div:nth-child(3) { display: none; }
        }
        /* END: USPs for desktop header */
        
        /* USPs for mobile header */
        .header-top-mobile-usp { 
          background: #eee;
          padding: 5px 0;
          font-size: 9px; }
        .header-top-mobile-usp p { margin: 0px 0px; }
        .header-top-mobile-usp .pwc-b { padding-top: 0px; padding-bottom: 0px; }
        .header-top-mobile-usp i { 
          font-size: 15px;
          margin-right: 5px; }
          
        @media (max-width: 736px) {
          .header-top-mobile-usp .pwc-b:last-child { display: none; }
        }
        @media (max-width: 472px) {
          .header-top-mobile-usp .pwc-b:nth-child(n+3) { display: none; }
        }
        /* END: USPs for mobile header */
        
        /* USPs for footer */
        .kaliber-usp_footer { text-align: center; }
        .kaliber-usp_footer p {
          margin: 0px 0px; }
        .kaliber-usp_footer i {
          display: block;
          font-size: 50px;
          margin: 0px auto 20px auto; }
        .kaliber-usp_footer .pwc-b { padding: 30px 0px; }
        /* END: USPs for footer */
        
        /* USPs for product page */
        .kaliber-usp_productpage { }
        .kaliber-usp_productpage .container { padding: 0px 0px; }
        .kaliber-usp_productpage .pwc-b { padding: 5px; }
        /*.kaliber-usp_productpage .content { text-align: right; }
        .kaliber-usp_productpage .content:nth-child(2n-7) { text-align: left; }*/
        .kaliber-usp_productpage p { margin: 0px 0px; }
        .kaliber-usp_productpage i { margin-right: 5px; }
        @media (max-width: 1159px) {
          .kaliber-usp_productpage {
            font-size: 9px; }
        }
        @media (max-width: 992px) {
          .kaliber-usp_productpage {
            font-size: 12px; }
        }
        @media (max-width: 472px) {
          .kaliber-usp_productpage {
            font-size: 9px; }
          .kaliber-usp_productpage .pwc-b { padding: 0px; }
        }
        /* END: USPs for product page */