/**
 * Params
 */
:root {
  --pp-full-width-padding: 25px;
  --pp-fw-min-width: calc(2 * var(--pp-full-width-padding));
  --fw-hero-space-for-bottom: 150px;
  --fw-hero-space-for-bottom-double: calc(var(--fw-hero-space-for-bottom) * 2);
  --fw-hero-space-for-bottom-m-fix: 0px;
  --pp-header-height: 106px;
  --pp-admin-bar-height: 0px;
  --fw-gm-bottom-spacing: 15px;
  --fw-gm-bottom-spacingx2: calc(var(--fw-gm-bottom-spacing) * 2);
  --fw-gm-bottom-height: calc(var(--fw-hero-space-for-bottom) - var(--fw-gm-bottom-spacingx2));
  --pp-max-width-out-of-container: 1900px;
  --pp-theme-fw: NewYork;
  --pp-theme-fw2: Montserrat;
  --pp-theme-color: #33221C;
  --pp-theme-color2: #E5D8CF;
  --pp-theme-color3: #FFF6EE;
  --pp-theme-color4: transparent;
  --pp-theme-color5: #FFFFFF;
  --pp-theme-br: 5px;
  --pp-theme-br2: 10px;
  --pp-theme-br3: 15px;
  --pp-theme-br4: 20px;
  --pp-theme-br5: 60px;
  --pp-theme-placeholder-color: #33221C80;
  --pp-theme-placeholder-color2: #3A1772;
  --pp-theme-bg: #000000;
  --pp-theme-text-color: #FFFFFF;
  --pp-header-footer-container-width: 1687px; }

:root body.admin-bar {
  --pp-admin-bar-height: 32px; }

@media (max-width: 1199px) {
  :root {
    --pp-var-m-c-w: 88vw;
    --pp-container-w-max: calc(var(--pp-var-m-c-w));
    --pp-header-height: 109px; } }
@media (max-width: 999px) {
  :root {
    --fw-hero-space-for-bottom: 100px;
    --fw-hero-space-for-bottom-m-fix: 50px;
    --pp-header-height: 64px;
    --pp-full-width-padding: 15px; } }
@media (max-width: 782px) {
  :root body.admin-bar {
    --pp-admin-bar-height: 46px; } }
/**
 * Globals
 */
@use 'params' as *;
html {
  scroll-behavior: smooth; }

body {
  color: var(--pp-theme-color); }

body h1, body h2, body h3, body h4, body h5, body h6,
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  color: var(--pp-theme-color);
  font-family: var(--pp-theme-fw);
  font-weight: 400; }
body [data-midnight="dark"] h1, body [data-midnight="dark"] h2, body [data-midnight="dark"] h3, body [data-midnight="dark"] h4, body [data-midnight="dark"] h5, body [data-midnight="dark"] h6,
body [data-midnight="dark"] .h1, body [data-midnight="dark"] .h2, body [data-midnight="dark"] .h3, body [data-midnight="dark"] .h4, body [data-midnight="dark"] .h5, body [data-midnight="dark"] .h6 {
  color: var(--pp-theme-color); }

.text-lg {
  font-size: 24px;
  line-height: 28px; }

.text-base {
  font-size: 18px;
  line-height: 26px; }

.text-md {
  font-size: 16px;
  line-height: 22px; }

.text-sm {
  font-size: 14px;
  line-height: 20px; }

.text-xs {
  font-size: 12px;
  line-height: 16px; }

.d-flex {
  display: flex !important; }

.align-center {
  align-items: center !important; }

/**
 * Links
 */
a {
  text-decoration: none; }

.span_12.light .wpb_text_column a {
  text-decoration: underline;
  color: var(--pp-theme-color); }

ul li {
  list-style: none; }

.a-underline a {
  text-decoration: underline; }

ol, ul {
  padding-left: 0;
  margin-left: 0; }

[class*=" icon-"], svg {
  background-color: initial; }

svg .accent {
  fill: var(--pp-theme-color); }

p strong {
  font-weight: 600; }

/* remove browser styling */
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.row .col img.w-100_h-a, .row .col img:not([srcset]).w-100_h-a, img.w-100_h-a, img:not([srcset]).w-100_h-a {
  width: 100%;
  height: auto; }

/**
 * Text colors
 */
.text-color-scheme-light, .text-color-scheme-light p, .text-color-scheme-light li, .text-color-scheme-light a {
  color: #FFFFFF; }

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .noSelect:focus {
    outline: none !important; }

figure {
  margin: initial; }

.d-none {
  display: none !important; }

.pp-text-nested-lists ol {
  counter-reset: item; }
  .pp-text-nested-lists ol > li {
    display: block;
    position: relative;
    padding-left: 30px; }
    .pp-text-nested-lists ol > li:before {
      content: counters(item,".") ". ";
      counter-increment: item;
      position: absolute;
      left: -5px; }
.pp-text-nested-lists ol li, .pp-text-nested-lists ul li {
  margin-top: 7px;
  margin-bottom: 7px; }
.pp-text-nested-lists ul > li {
  list-style: lower-alpha; }
.pp-text-nested-lists ul > li.no-list-style,
.pp-text-nested-lists .no-list-style {
  list-style: none !important;
  margin-left: -15px; }
.pp-text-nested-lists ol {
  margin-left: 10px !important;
  margin-left: 20px !important;
  margin-left: 5px !important; }
.pp-text-nested-lists .wpb_wrapper > ol {
  margin-left: 5px !important; }
  .pp-text-nested-lists .wpb_wrapper > ol > li {
    padding-left: 20px; }
.pp-text-nested-lists .wpb_wrapper > ol > li {
  margin-top: 20px;
  margin-bottom: 20px; }
  .pp-text-nested-lists .wpb_wrapper > ol > li > ol {
    margin-left: -20px !important; }
    .pp-text-nested-lists .wpb_wrapper > ol > li > ol > li > ol > li {
      padding-left: 40px; }

/**
 * Iphone notch fix (also meta)
 */
.ocm-effect-wrap-inner {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); }

/*
 * Table responsive
 */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 1399px) {
  .pp-simple-page-content .table-responsive {
    overflow-x: auto; }
  .pp-simple-page-content table {
    width: 100%;
    min-width: 700px; } }
/**
 * Other
 */
.pp-margin-top-auto {
  margin-top: auto !important; }

/**
 * Socials
 */
.pp-socials {
  --padding-socials: 15px;
  display: flex;
  align-items: center;
  margin-left: calc(var(--padding-socials) * -1);
  margin-top: calc(var(--padding-socials) * -1); }
  .pp-socials .social-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pp-socials .social-item a {
      padding: var(--padding-socials);
      display: flex;
      align-items: center;
      justify-content: center; }

/**
 * Divider
 */
.divider.d-7p {
  padding-top: 7%;
  display: block;
  width: 100%; }

/**
 * Buttons
 */
/**
 * Buttons
 */
body .pp-btn,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn,
.nectar-button[data-color-override*="false"].regular-button.pp-btn, body #slide-out-widget-area .pp-btn-nav > a,
body header .pp-btn-nav > a, body #header-outer #top nav .sf-menu li ul li.menu-item a,
body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item a, body #header-outer #top nav .sf-menu li ul li.menu-item.current-menu-item > a, body #header-outer #top nav .sf-menu li ul li.menu-item.current_page_item > a,
body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item.current-menu-item > a,
body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item.current_page_item > a {
  border-radius: var(--pp-theme-br2) !important;
  -webkit-border-radius: var(--pp-theme-br2) !important;
  border-style: solid;
  border-width: 1px;
  padding: 12px 20px !important;
  transition: 0.3s all;
  min-width: 179px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }

body .pp-btn, body .pp-btn > span,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn > span,
.nectar-button[data-color-override*="false"].regular-button.pp-btn,
.nectar-button[data-color-override*="false"].regular-button.pp-btn > span, body #header-outer #top nav .sf-menu li ul li.menu-item a,
body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item a {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 500; }

body .pp-btn.pp-default,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.pp-default,
.nectar-button[data-color-override*="false"].regular-button.pp-btn.pp-default, body #slide-out-widget-area .pp-btn-nav.pp-default > a,
body header .pp-btn-nav.pp-default > a, body #slide-out-widget-area #top nav > ul > li.pp-default > a,
body #header-outer #top nav > ul > li.pp-default > a,
body #header-outer[data-lhe="default"] #top nav > ul > li.pp-default > a {
  background-color: var(--pp-theme-color4) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color) !important; }

body .pp-btn.pp-default:hover,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.pp-default:hover,
.nectar-button[data-color-override*="false"].regular-button.pp-btn.pp-default:hover, body #slide-out-widget-area .pp-btn-nav.pp-default > a:hover,
body header .pp-btn-nav.pp-default > a:hover, body #slide-out-widget-area #top nav > ul > li.pp-default > a:hover,
body #slide-out-widget-area #top nav .sf-menu > .pp-default.sfHover:not(#social-in-menu) > a:hover,
body #header-outer #top nav > ul > li.pp-default > a:hover,
body #header-outer #top nav .sf-menu > .pp-default.sfHover:not(#social-in-menu) > a:hover,
body #header-outer[data-lhe="default"] #top nav > ul > li.pp-default > a:hover,
body #header-outer[data-lhe="default"] #top nav .sf-menu > .pp-default.sfHover:not(#social-in-menu) > a:hover {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color5) !important; }

body .pp-btn.pp-accent,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.pp-accent,
.nectar-button[data-color-override*="false"].regular-button.pp-btn.pp-accent, body #slide-out-widget-area .pp-btn-nav.pp-accent > a,
body header .pp-btn-nav.pp-accent > a, body #slide-out-widget-area #top nav > ul > li.pp-accent > a,
body #header-outer #top nav > ul > li.pp-accent > a,
body #header-outer[data-lhe="default"] #top nav > ul > li.pp-accent > a {
  background-color: var(--pp-theme-color5) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color) !important; }

body .pp-btn.pp-accent:hover,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.pp-accent:hover,
.nectar-button[data-color-override*="false"].regular-button.pp-btn.pp-accent:hover, body #slide-out-widget-area .pp-btn-nav.pp-accent > a:hover,
body header .pp-btn-nav.pp-accent > a:hover, body #slide-out-widget-area #top nav > ul > li.pp-accent > a:hover,
body #slide-out-widget-area #top nav .sf-menu > .pp-accent.sfHover:not(#social-in-menu) > a:hover,
body #header-outer #top nav > ul > li.pp-accent > a:hover,
body #header-outer #top nav .sf-menu > .pp-accent.sfHover:not(#social-in-menu) > a:hover,
body #header-outer[data-lhe="default"] #top nav > ul > li.pp-accent > a:hover,
body #header-outer[data-lhe="default"] #top nav .sf-menu > .pp-accent.sfHover:not(#social-in-menu) > a:hover {
  background-color: var(--pp-theme-color5) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color) !important; }

body .pp-btn.pp-accent2,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.pp-accent2,
.nectar-button[data-color-override*="false"].regular-button.pp-btn.pp-accent2, body #slide-out-widget-area .pp-btn-nav.pp-accent2 > a,
body header .pp-btn-nav.pp-accent2 > a, body #slide-out-widget-area #top nav > ul > li.pp-accent2 > a,
body #header-outer #top nav > ul > li.pp-accent2 > a,
body #header-outer[data-lhe="default"] #top nav > ul > li.pp-accent2 > a, #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item.pp-accent2 > a,
#header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item.pp-accent2 > a {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color5) !important; }

body .pp-btn.pp-accent2:hover,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.pp-accent2:hover,
.nectar-button[data-color-override*="false"].regular-button.pp-btn.pp-accent2:hover, body #slide-out-widget-area .pp-btn-nav.pp-accent2 > a:hover,
body header .pp-btn-nav.pp-accent2 > a:hover, body #slide-out-widget-area #top nav > ul > li.pp-accent2 > a:hover,
body #slide-out-widget-area #top nav .sf-menu > .pp-accent2.sfHover:not(#social-in-menu) > a:hover,
body #header-outer #top nav > ul > li.pp-accent2 > a:hover,
body #header-outer #top nav .sf-menu > .pp-accent2.sfHover:not(#social-in-menu) > a:hover,
body #header-outer[data-lhe="default"] #top nav > ul > li.pp-accent2 > a:hover,
body #header-outer[data-lhe="default"] #top nav .sf-menu > .pp-accent2.sfHover:not(#social-in-menu) > a:hover {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color5) !important; }

body .pp-btn.pp-accent3,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.pp-accent3,
.nectar-button[data-color-override*="false"].regular-button.pp-btn.pp-accent3, body #slide-out-widget-area .pp-btn-nav.pp-accent3 > a,
body header .pp-btn-nav.pp-accent3 > a, body #slide-out-widget-area #top nav > ul > li.pp-accent3 > a,
body #header-outer #top nav > ul > li.pp-accent3 > a,
body #header-outer[data-lhe="default"] #top nav > ul > li.pp-accent3 > a {
  background-color: var(--pp-theme-color4) !important;
  border-color: var(--pp-theme-color4) !important;
  color: var(--pp-theme-color) !important; }

body .pp-btn.pp-accent3:hover,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.pp-accent3:hover,
.nectar-button[data-color-override*="false"].regular-button.pp-btn.pp-accent3:hover, body #slide-out-widget-area .pp-btn-nav.pp-accent3 > a:hover,
body header .pp-btn-nav.pp-accent3 > a:hover, body #slide-out-widget-area #top nav > ul > li.pp-accent3 > a:hover,
body #slide-out-widget-area #top nav .sf-menu > .pp-accent3.sfHover:not(#social-in-menu) > a:hover,
body #header-outer #top nav > ul > li.pp-accent3 > a:hover,
body #header-outer #top nav .sf-menu > .pp-accent3.sfHover:not(#social-in-menu) > a:hover,
body #header-outer[data-lhe="default"] #top nav > ul > li.pp-accent3 > a:hover,
body #header-outer[data-lhe="default"] #top nav .sf-menu > .pp-accent3.sfHover:not(#social-in-menu) > a:hover {
  background-color: var(--pp-theme-color4) !important;
  border-color: var(--pp-theme-color4) !important;
  color: var(--pp-theme-color) !important; }

body .pp-btn,
body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn,
.nectar-button[data-color-override*="false"].regular-button.pp-btn {
  transition: 0.3s all ease-in-out; }
  body .pp-btn.btn-size-2, body .pp-btn.btn-size-2 > span,
  body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-size-2,
  body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-size-2 > span,
  .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-size-2,
  .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-size-2 > span {
    font-size: 20px !important;
    line-height: 25px !important;
    padding: 10px 3% !important;
    font-weight: 800;
    white-space: nowrap; }
  body .pp-btn.btn-wide, body .pp-btn.btn-wide > span,
  body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-wide,
  body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-wide > span,
  .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-wide,
  .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-wide > span {
    width: 100%;
    text-align: center; }
  body .pp-btn.btn-size-2.btn-ico,
  body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-size-2.btn-ico,
  .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-size-2.btn-ico {
    padding: 10px 20px 10px 40px !important; }
  body .pp-btn.btn-ico,
  body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-ico,
  .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-ico {
    display: inline-flex;
    align-items: center; }
    body .pp-btn.btn-ico i,
    body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-ico i,
    .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-ico i {
      position: static !important;
      display: inline-flex !important;
      transform: none !important;
      margin: 0 !important;
      align-items: center;
      width: 65px !important;
      width: 55px !important;
      min-width: 40px;
      min-width: 50px;
      height: auto !important; }
      body .pp-btn.btn-ico i span, body .pp-btn.btn-ico i .im-icon-wrap,
      body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-ico i span,
      body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-ico i .im-icon-wrap,
      .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-ico i span,
      .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-ico i .im-icon-wrap {
        position: static !important;
        height: auto !important;
        justify-content: flex-end;
        display: inline-flex; }
        body .pp-btn.btn-ico i span img, body .pp-btn.btn-ico i .im-icon-wrap img,
        body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-ico i span img,
        body[data-button-style*="slightly_rounded"] .nectar-button.pp-btn.btn-ico i .im-icon-wrap img,
        .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-ico i span img,
        .nectar-button[data-color-override*="false"].regular-button.pp-btn.btn-ico i .im-icon-wrap img {
          margin-bottom: 0 !important; }

body #slide-out-widget-area .pp-btn-nav,
body header .pp-btn-nav {
  margin-left: 7px;
  margin-right: 7px; }
  body #slide-out-widget-area .pp-btn-nav > a,
  body header .pp-btn-nav > a {
    padding-top: 20px;
    padding-bottom: 20px; }
  body #slide-out-widget-area .pp-btn-nav.pp-default > a .menu-title-text:after,
  body header .pp-btn-nav.pp-default > a .menu-title-text:after {
    display: none !important; }
  body #slide-out-widget-area .pp-btn-nav.pp-accent > a .menu-title-text:after,
  body header .pp-btn-nav.pp-accent > a .menu-title-text:after {
    display: none !important; }
  body #slide-out-widget-area .pp-btn-nav.pp-accent2 > a .menu-title-text:after,
  body header .pp-btn-nav.pp-accent2 > a .menu-title-text:after {
    display: none !important; }
  body #slide-out-widget-area .pp-btn-nav.pp-accent3 > a .menu-title-text:after,
  body header .pp-btn-nav.pp-accent3 > a .menu-title-text:after {
    display: none !important; }

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li.pp-default,
#slide-out-widget-area.fullscreen .menuwrapper li.pp-default {
  display: inline-block !important; }
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li.pp-accent2,
#slide-out-widget-area.fullscreen .menuwrapper li.pp-accent2 {
  display: inline-block !important; }
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .menu li.pp-accent3,
#slide-out-widget-area.fullscreen .menuwrapper li.pp-accent3 {
  display: inline-block !important; }

/**
 * Theme Specific
 * ---------------------------------------------------------------------------------------------------------------------
 */
@media (max-width: 999px) {
  body #slide-out-widget-area .off-canvas-menu-container .menu > li.pp-btn-nav {
    overflow: hidden; }
    body #slide-out-widget-area .off-canvas-menu-container .menu > li.pp-btn-nav > a {
      transition: transform 0.2s ease 0.35s,opacity 0.25s ease !important;
      line-height: 1.1;
      opacity: 0;
      transform: translateY(103%); }

  body #slide-out-widget-area.open .off-canvas-menu-container .menu > li.pp-btn-nav > a {
    transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.65s !important; } }
/**
 * Header
 */
#top nav > ul > li > a, .pull-left-wrap > ul > li > a {
  font-size: 16px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  font-weight: 500; }

body.home #top nav ul:not(.pp-btn) > li > a, body.front-page #top nav ul:not(.pp-btn) > li > a {
  color: var(--pp-theme-color) !important; }
body #header-outer .sf-menu li ul li.menu-item a {
  color: var(--pp-theme-color) !important; }

@media (min-width: 1000px) {
  body #header-outer > #top > .container {
    max-width: var(--pp-header-footer-container-width) !important; }
  body.material #header-outer:not([data-format=left-header]) #top nav > .buttons {
    display: none !important; }
  body .pp-additional-header-menu {
    order: 1;
    width: auto !important; }
  body #header-outer .logo-spacing {
    display: none !important; } }
.pp-header-btn-menu > a {
  min-width: 142px !important; }
  .pp-header-btn-menu > a > * {
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: center; }
    .pp-header-btn-menu > a > * > * {
      display: flex;
      align-items: center; }
  .pp-header-btn-menu > a .menu-title-icon svg {
    transition: transform 0.3s ease-in-out;
    transform-origin: 50% 50%; }
.pp-header-btn-menu.sfHover > a .menu-title-icon svg {
  transform: rotateX(180deg); }

/**
 * Sub menu
 */
.sub-menu.tracked-pos {
  border-radius: 10px;
  box-shadow: 0 4px 14px 0 rgba(51, 34, 28, 0.25);
  width: 320px !important;
  width: 335px !important;
  margin-top: -30px;
  padding: 15px 20px; }

#header-outer.small-nav .sub-menu.tracked-pos {
  margin-top: -10px; }

body #header-outer #top nav .sf-menu li ul li.menu-item a,
body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item a {
  border: none !important;
  padding: 7px 0px !important;
  text-align: left !important;
  font-weight: 600;
  display: inline-flex;
  align-items: center; }
  body #header-outer #top nav .sf-menu li ul li.menu-item a > .menu-title-text,
  body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item a > .menu-title-text {
    display: flex;
    align-items: center; }
  body #header-outer #top nav .sf-menu li ul li.menu-item a .menu-title-icon,
  body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item a .menu-title-icon {
    width: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start; }
  body #header-outer #top nav .sf-menu li ul li.menu-item a:hover,
  body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item a:hover {
    background-color: transparent !important; }
body #header-outer #top nav .sf-menu li ul li.menu-item.sfHover > a,
body #header-outer:not([data-format="left-header"]) #top nav .sf-menu li ul li.menu-item.sfHover > a {
  background-color: transparent !important; }

/**
 * Mobile header
 * ---------------------------------------------------------------------------------------------------------------------
 */
/**
 * Header
 */
@media only screen and (min-width: 1px) and (max-width: 999px) {
  body #header-outer:not(.scrolled-down) {
    padding-top: 25px;
    padding-bottom: 25px; } }
@media only screen and (min-width: 1px) and (max-width: 999px) {
  body #header-outer.scrolled-down.side-widget-open {
    background: transparent;
    box-shadow: none !important; } }
/**
 * Burger menu
 */
:root {
  --pp-t-burger-m-width: 25px;
  --pp-t-burger-m-height: 22px; }

.slide-out-widget-area-toggle {
  margin-right: -10px; }
  .slide-out-widget-area-toggle.mobile-icon a {
    padding: 10px;
    display: inline-block; }

#top .slide-out-widget-area-toggle a span {
  width: var(--pp-t-burger-m-width); }

.slide-out-widget-area-toggle.mobile-icon a > span {
  height: var(--pp-t-burger-m-height); }

.slide-out-widget-area-toggle.mobile-icon .lines-button:after,
.slide-out-widget-area-toggle.mobile-icon .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines:before {
  height: 3px !important;
  height: 2.5px !important;
  width: var(--pp-t-burger-m-width) !important;
  border-radius: 20px !important; }

@media only screen and (min-width: 1px) and (max-width: 999px) {
  #header-outer .slide-out-widget-area-toggle .lines, #header-outer .slide-out-widget-area-toggle .lines-button,
  #header-outer .slide-out-widget-area-toggle .lines:after,
  #header-outer .slide-out-widget-area-toggle .lines:before {
    width: var(--pp-t-burger-m-width) !important; } }
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
  background-color: var(--pp-theme-color) !important; }

body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-widget-area-toggle.mobile-icon .lines:before,
body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before,
#header-outer .left-aligned-ocm .lines:before {
  width: 100% !important; }

@media only screen and (min-width: 1px) and (max-width: 999px) {
  #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
    top: -8px !important; } }
body .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
  top: 1px !important; }

@media only screen and (min-width: 1px) and (max-width: 999px) {
  body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 10px !important; } }
body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line,
body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
  background-color: var(--pp-theme-color) !important; }

#search-outer .close-wrap .close-line, #top .slide-out-widget-area-toggle .close-line,
.nectar-close-btn .close-line, .slide_out_area_close .close-wrap .close-line,
.style_slide_in_click .close-cart .close-line {
  height: 26px !important;
  width: 3px !important;
  width: 2.5px !important; }

@media only screen and (max-width: 999px) {
  #top .slide-out-widget-area-toggle a .close-wrap {
    height: 22px !important;
    display: flex;
    align-items: center;
    justify-content: center; } }
/**
 * Off Canvas Menu
 */
.fullscreen-inline-images .nectar-ocm-image-wrap-outer {
  background-color: var(--pp-theme-color3); }

#slide-out-widget-area-bg.open .nectar-ocm-image.current {
  background-size: contain !important;
  /* background-size: cover; */
  background-repeat: no-repeat !important;
  background-position: center center !important;
  opacity: 1 !important; }

#header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:before,
#header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:after,
body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line,
body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines-button:after,
body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines:before,
body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines:after,
#header-outer[data-lhe="animated_underline"].transparent .nectar-header-text-content a:after {
  background-color: var(--pp-theme-color) !important; }

@media only screen and (min-width: 1px) and (max-width: 999px) {
  #header-outer.lighten-logo.transparent #top #logo:not([data-supplied-ml="true"]) img.stnd {
    filter: none; } }
body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li:not(.pp-btn-nav) > a {
  font-family: var(--pp-theme-fw) !important; }

#slide-out-widget-area.fullscreen-inline-images .menuwrapper li:not(.pp-btn-nav) a {
  color: var(--pp-theme-color) !important;
  font-size: 36px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
  margin-top: 3% !important;
  margin-bottom: 3% !important; }

#slide-out-widget-area .off-canvas-menu-container li a .wrap::after {
  display: none !important; }

body #slide-out-widget-area .menuwrapper li {
  width: 100%; }
  body #slide-out-widget-area .menuwrapper li.pp-btn-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3% !important;
    margin-bottom: 0 !important; }
    body #slide-out-widget-area .menuwrapper li.pp-btn-nav .menu-title-icon {
      width: 23px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start; }

@media only screen and (max-width: 690px) {
  #slide-out-widget-area.fullscreen-inline-images .inner .widget.widget_nav_menu li.pp-btn-nav a,
  #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li.pp-btn-nav a {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600 !important; } }
#slide-out-widget-area .off-canvas-menu-container {
  padding: 0px 3% !important; }

#slide-out-widget-area.fullscreen-inline-images .inner-wrap {
  padding-top: 60px !important; }

.ssds {
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.62s; }

/**
 * Footer
 */
body #footer-outer {
  background-color: var(--pp-theme-color2); }
  body #footer-outer #copyright li {
    margin-left: 70px; }
    body #footer-outer #copyright li a {
      height: inherit;
      line-height: inherit; }
  body #footer-outer #copyright > .container {
    display: flex;
    align-items: center;
    justify-content: center; }
    body #footer-outer #copyright > .container p {
      margin: 0 !important; }
    body #footer-outer #copyright > .container .col {
      width: auto !important;
      text-align: center;
      margin: 0 !important; }
body #footer-widgets .wp-block-heading {
  color: var(--pp-theme-color) !important;
  font-family: var(--pp-theme-fw2);
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 600;
  text-transform: uppercase; }

@media (min-width: 1000px) {
  body #footer-outer > #footer-widgets > .container {
    max-width: var(--pp-header-footer-container-width) !important; } }
@media (max-width: 690px) {
  body #footer-outer > #footer-widgets > .container {
    text-align: center; }
    body #footer-outer > #footer-widgets > .container .pp-contacts {
      align-items: center; }
    body #footer-outer > #footer-widgets > .container .pp-socials {
      justify-content: center; }
      body #footer-outer > #footer-widgets > .container .pp-socials svg, body #footer-outer > #footer-widgets > .container .pp-socials img {
        width: 30px;
        height: auto; }
    body #footer-outer > #footer-widgets > .container .col ul {
      display: inline-flex;
      flex-direction: column; }
      body #footer-outer > #footer-widgets > .container .col ul li {
        width: auto;
        display: inline-block; }
        body #footer-outer > #footer-widgets > .container .col ul li a {
          padding: 5px 20px !important; }
  body #footer-outer .widget {
    margin-bottom: 15px; }
  body #footer-outer .row {
    padding-bottom: 20px; }
  body #footer-outer #copyright {
    font-size: 16px;
    line-height: 26px;
    padding-top: 0 !important; }
    body #footer-outer #copyright > .container {
      flex-direction: column; }
      body #footer-outer #copyright > .container .col {
        width: auto !important;
        text-align: center;
        margin: 0 !important;
        padding-bottom: 35px; }
        body #footer-outer #copyright > .container .col ul {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          body #footer-outer #copyright > .container .col ul li {
            margin-left: 0;
            margin-bottom: 5px; }
            body #footer-outer #copyright > .container .col ul li a {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              padding: 7px 10px !important; }
        body #footer-outer #copyright > .container .col.col_last {
          order: -1;
          padding-top: 7%;
          padding-bottom: 7%; } }
/**
 * Popups
 */
/**
 * Forms
 */
/**
 * Inputs
 */
/**
 * Contact Forms
 */
/**
 * Global
 */
:root {
  --pp-field-font-color: var(--pp-theme-color);
  --pp-field-font-size: 14px;
  --pp-field-font-line-height: 24px;
  --pp-field-font-weight: 500;
  --pp-field-border-width: 1px;
  --pp-field-border-style: solid;
  --pp-field-border-color: var(--pp-theme-color);
  --pp-field-border-radius: var(--pp-theme-br2);
  --pp-field-padding: 11px;
  --pp-field-padding-l: 20px;
  --pp-field-padding-r: var(--pp-field-padding-l);
  --pp-field-padding-wb: calc(var(--pp-field-padding) + var(--pp-field-border-width));
  --pp-field-padding-l-wb: calc(var(--pp-field-padding-l) + var(--pp-field-border-width));
  --pp-field-padding-r-wb: calc(var(--pp-field-padding-r) + var(--pp-field-border-width));
  --pp-field-background-color: transparent;
  --pp-field-select-arrow-w: 14px;
  --pp-form-ro-border-width: 1px;
  --pp-form-ro-default-border-color: var(--pp-field-border-color);
  --pp-form-ro-default-bg-color: var(--pp-field-background-color);
  --pp-form-ro-invalid-border-color: #ffb900;
  --pp-form-ro-invalid-bg-color: #fff9e8;
  --pp-form-ro-failed-border-color: #dc3232;
  --pp-form-ro-failed-bg-color: #fdf5f5;
  --pp-form-ro-sent-border-color: #46b450;
  --pp-form-ro-sent-bg-color: #f1fef2;
  --pp-form-field-invalid-border-color: #dc3232;
  --pp-field-shadow: 0px 4px 14px 0px #33221C40; }

body .cf-tip {
  color: var(--pp-theme-color);
  font-size: 14px;
  line-height: 18px; }
  body .cf-tip a {
    color: var(--pp-theme-color);
    text-decoration: underline; }

.tip-after-form {
  margin-top: -1.6em;
  margin-bottom: 2.5em; }

textarea,
select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"] {
  outline: none;
  background-color: var(--pp-field-background-color) !important;
  padding: var(--pp-field-padding);
  padding-left: var(--pp-field-padding-l);
  padding-right: var(--pp-field-padding-r);
  color: var(--pp-field-font-color) !important;
  font-weight: var(--pp-field-font-weight);
  font-size: var(--pp-field-font-size);
  line-height: var(--pp-field-font-line-height);
  border-width: var(--pp-field-border-width);
  border-style: var(--pp-field-border-style);
  border-color: var(--pp-field-border-color);
  border-radius: var(--pp-field-border-radius); }

select {
  /* Add custom arrow */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="8" viewBox="0 0 16 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.5L8 7.5L15 0.5" stroke="%2333221C" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right var(--pp-field-padding-r) center;
  background-size: var(--pp-field-select-arrow-w) 7px;
  /* Adjust size */ }

select {
  /* Remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; }
  select::-ms-expand {
    display: none; }

.dropdown-parent {
  position: relative; }
  .dropdown-parent:after {
    content: "";
    position: absolute;
    top: 50%;
    right: var(--pp-field-padding-r-wb);
    transform: translateY(-50%) rotate(0deg);
    /* Default */
    transition: transform 0.3s ease-in-out;
    transform-origin: 50% 50%;
    background-position: inherit;
    pointer-events: none;
    font-family: 'icomoon';
    content: "\e904";
    font-size: 7px; }
  .dropdown-parent select {
    background-image: none; }

.dropdown-parent select:focus + .dropdown-parent::after,
.dropdown-parent:has(select:focus)::after {
  transform: translateY(-50%) rotateX(180deg);
  /* Rotate when focused */ }

textarea::placeholder {
  color: var(--pp-theme-placeholder-color);
  font-size: 12px;
  line-height: 20px;
  opacity: 1;
  /* Ensures visibility in Firefox */ }

/* Older versions of Microsoft Edge and IE */
textarea:-ms-input-placeholder {
  color: var(--pp-theme-placeholder-color);
  font-size: 12px;
  line-height: 20px; }

/* Older versions of Safari */
textarea::-webkit-input-placeholder {
  color: var(--pp-theme-placeholder-color);
  font-size: 12px;
  line-height: 20px; }

/* Older versions of Firefox */
textarea:-moz-placeholder {
  color: var(--pp-theme-placeholder-color);
  font-size: 12px;
  line-height: 20px; }

/* Older versions of Opera */
textarea::-moz-placeholder {
  color: var(--pp-theme-placeholder-color);
  font-size: 12px;
  line-height: 20px; }

:root {
  --form-control-color: var(--cs-color-accent);
  --form-control-disabled: #959495;
  --cs-color-checkbox-mark: var(--pp-theme-color); }

body .wpcf7-form-control-wrap {
  display: inline-block !important;
  width: 100% !important; }

/**
 * Acceptance field
 */
.wpcf7-acceptance, .wpcf7-acceptance a {
  color: var(--form-control-disabled) !important;
  color: inherit !important; }
.wpcf7-acceptance a {
  text-decoration: underline; }

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important; }
  .wpcf7-acceptance .wpcf7-list-item label {
    display: inline-flex;
    align-items: start;
    justify-content: flex-start; }
    .wpcf7-acceptance .wpcf7-list-item label input[type='checkbox'] {
      /* Add if not using autoprefixer */
      -webkit-appearance: none;
      /* Remove most all native input styles */
      appearance: none;
      /* For iOS < 15 */
      background-color: var(--pp-theme-color4);
      /* Not removed via appearance */
      margin: 0;
      font: inherit;
      color: currentColor;
      color: var(--pp-theme-color);
      width: 28px;
      height: 28px;
      min-width: 28px;
      border-style: solid;
      border-width: 1px;
      border-color: currentColor;
      border-radius: 3px;
      display: grid;
      place-content: center; }
      .wpcf7-acceptance .wpcf7-list-item label input[type='checkbox']::before {
        content: "";
        width: 0.85em;
        height: 0.85em;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: var(--cs-color-checkbox-mark); }
      .wpcf7-acceptance .wpcf7-list-item label input[type='checkbox']:checked::before {
        transform: scale(1); }
      .wpcf7-acceptance .wpcf7-list-item label input[type='checkbox']:disabled {
        --form-control-color: var(--form-control-disabled);
        color: var(--form-control-disabled);
        cursor: not-allowed; }
      .wpcf7-acceptance .wpcf7-list-item label input[type='checkbox']:focus {
        border-color: currentColor !important; }
    .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
      margin-left: 20px;
      color: var(--pp-theme-color);
      font-size: 14px;
      line-height: 18px;
      margin-top: 5px; }
      .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
        color: var(--pp-theme-color); }

.text-color-scheme-light .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  color: #FFFFFF; }

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item label input[type='checkbox'][aria-invalid="true"] {
  border-color: var(--pp-form-field-invalid-border-color) !important;
  box-shadow: var(--pp-field-shadow); }

.text-color-scheme-light .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item label input[type='checkbox'][aria-invalid="true"] {
  border-color: #FFFFFF !important; }

/**
 * WPCF7 Validations
 */
.wpcf7-form .wpcf7-not-valid-tip {
  background-color: transparent;
  color: var(--pp-theme-placeholder-color) !important;
  box-shadow: none;
  font-size: 12px;
  line-height: 20px;
  font-style: italic; }
  .wpcf7-form .wpcf7-not-valid-tip:before {
    content: "*"; }

.wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-width: var(--pp-field-border-width) !important;
  border-style: var(--pp-field-border-style) !important;
  border-radius: var(--pp-field-border-radius) !important;
  background-color: var(--pp-form-ro-default-border-color);
  border-color: var(--pp-form-ro-default-bg-color);
  padding: var(--pp-field-padding) !important;
  padding-left: var(--pp-field-padding-l) !important;
  padding-right: var(--pp-field-padding-r) !important;
  margin: 0 !important;
  font-size: var(--pp-field-font-size);
  line-height: var(--pp-field-font-line-height);
  box-shadow: var(--pp-field-shadow); }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: var(--pp-form-ro-sent-bg-color);
  border-color: var(--pp-form-ro-sent-border-color); }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: var(--pp-form-ro-invalid-bg-color);
  border-color: var(--pp-form-ro-invalid-border-color); }

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background-color: var(--pp-form-ro-failed-bg-color);
  border-color: var(--pp-form-ro-failed-border-color); }

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: var(--pp-form-field-invalid-border-color) !important;
  box-shadow: var(--pp-field-shadow); }

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%); }

.pp-cf-label {
  --pp-cf-label-margin-top: 20px;
  position: relative;
  display: block;
  margin-top: var(--pp-cf-label-margin-top);
  margin-bottom: 10px; }
  .pp-cf-label .label-text {
    position: absolute;
    --top-part: calc(var(--pp-field-padding) / 2);
    top: calc(var(--top-part) + var(--pp-field-border-width));
    left: 0;
    padding: 5px var(--pp-field-padding-l-wb);
    pointer-events: none;
    transition: top .2s;
    color: var(--pp-theme-placeholder-color);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    line-height: var(--pp-field-font-line-height); }
  .pp-cf-label.has-value .label-text {
    color: var(--pp-field-font-color);
    top: -12px;
    transform: translateY(-50%); }
  .pp-cf-label.fancy-phone-parent:not(.has-value) .label-text {
    left: calc(90px + var(--pp-field-border-width)); }

/**
 * Fields grid
 */
:root {
  --gutter-form-fields: 3%; }

.row-fields {
  margin-left: calc(var(--gutter-form-fields) * -1);
  margin-right: calc(var(--gutter-form-fields) * -1);
  display: flex;
  flex-wrap: wrap; }
  .row-fields .input {
    width: 50%;
    padding-left: var(--gutter-form-fields);
    padding-right: var(--gutter-form-fields);
    float: left;
    flex: 1;
    flex-basis: 50%; }
    .row-fields .input.col-12 {
      width: 100%;
      flex-basis: 100%; }

@media (max-width: 576px) {
  .row-fields .input {
    width: 100%;
    flex-basis: 100%; } }
/**
 * Date (Air Datepicker)
 */
/**
 * Date (Air Datepicker)
 */
.datepicker-parent:before {
  font-family: "icomoon";
  content: "\e902";
  position: absolute;
  font-size: 19px;
  color: var(--pp-theme-placeholder-color);
  right: var(--pp-field-padding-r-wb);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent interaction with the icon */
  transition: color 0.3s ease-in-out; }

.has-value .datepicker-parent:before {
  color: var(--pp-field-font-color); }

input.datepicker {
  box-sizing: border-box; }

body .air-datepicker {
  overflow: hidden;
  border-radius: var(--pp-theme-br2);
  --adp-border-color-inline: var(--pp-theme-color) !important;
  --adp-background-color: var(--pp-theme-color2);
  --adp-accent-color: var(--pp-theme-color) !important;
  --adp-cell-background-color-selected: var(--pp-theme-color) !important;
  --adp-cell-background-color-selected-hover: var(--pp-theme-color) !important;
  --adp-color-secondary: var(--pp-theme-color) !important;
  --gutter-air-datepicker-buttons: calc(var(--adp-padding) / 2); }
  body .air-datepicker .air-datepicker-body--day-names {
    background: var(--pp-theme-color3);
    margin: -5px -4px 0px; }
  body .air-datepicker .air-datepicker-nav {
    background-color: var(--pp-theme-color2); }
  body .air-datepicker .air-datepicker-body--day-name {
    color: var(--pp-theme-color); }
  body .air-datepicker .air-datepicker--content {
    background-color: var(--pp-theme-color5); }
  body .air-datepicker .air-datepicker--buttons {
    background-color: var(--pp-theme-color3);
    margin-left: calc(var(--gutter-air-datepicker-buttons) * -1);
    margin-right: calc(var(--gutter-air-datepicker-buttons) * -1); }
  body .air-datepicker .air-datepicker-button {
    padding-left: var(--gutter-air-datepicker-buttons);
    padding-right: var(--gutter-air-datepicker-buttons); }
    body .air-datepicker .air-datepicker-button span {
      background-color: var(--pp-theme-color2);
      border-radius: var(--pp-theme-br2);
      padding: 8px; }
    body .air-datepicker .air-datepicker-button.custom-close-button span {
      background-color: var(--pp-theme-color);
      color: var(--pp-theme-color5); }
  body .air-datepicker i {
    font-family: var(--pp-theme-fw2); }

@media (max-width: 999px) {
  body .air-datepicker .air-datepicker-button.custom-close-button {
    display: none; } }
/**
 * Select2 Dropdown
 */
/**
 * Select2 Dropdown
 */
.select2.select2-container,
.select2-container--default,
.select2-container--noResults {
  max-width: 100%;
  min-width: 100%; }
  .select2.select2-container .select2-selection--single,
  .select2-container--default .select2-selection--single,
  .select2-container--noResults .select2-selection--single {
    padding: var(--pp-field-padding);
    padding-left: var(--pp-field-padding-l);
    padding-right: var(--pp-field-padding-r);
    background-color: var(--pp-field-background-color) !important;
    --pp-padding-2x: calc(var(--pp-field-padding-wb) * 2);
    height: calc(var(--pp-padding-2x) + var(--pp-field-font-line-height));
    color: var(--pp-theme-color) !important;
    font-weight: var(--pp-field-font-weight);
    font-size: var(--pp-field-font-size);
    line-height: var(--pp-field-font-line-height);
    border-width: var(--pp-field-border-width);
    border-style: var(--pp-field-border-style);
    border-color: var(--pp-field-border-color);
    border-radius: var(--pp-field-border-radius); }
    .select2.select2-container .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--noResults .select2-selection--single .select2-selection__rendered {
      padding-left: 0;
      padding-right: var(--pp-field-select-arrow-w);
      color: var(--pp-field-font-color); }

.select2-container--open .select2-dropdown--below,
.select2-dropdown {
  --pp-select2-option-padding-v: 6px;
  box-shadow: var(--pp-field-shadow);
  border-radius: var(--pp-field-border-radius) !important;
  top: 7px;
  border: none !important; }
  .select2-container--open .select2-dropdown--below .select2-results__options,
  .select2-dropdown .select2-results__options {
    padding-bottom: calc(var(--pp-field-padding-wb) - var(--pp-select2-option-padding-v));
    padding-bottom: var(--pp-field-padding-wb);
    padding-top: var(--pp-field-padding-wb); }
  .select2-container--open .select2-dropdown--below .select2-results__option,
  .select2-dropdown .select2-results__option {
    padding: var(--pp-select2-option-padding-v) var(--pp-field-padding-wb);
    padding-left: var(--pp-field-padding-l-wb);
    padding-right: var(--pp-field-padding-r-wb); }
    .select2-container--open .select2-dropdown--below .select2-results__option[aria-selected="true"], .select2-container--open .select2-dropdown--below .select2-results__option.select2-results__option--highlighted,
    .select2-dropdown .select2-results__option[aria-selected="true"],
    .select2-dropdown .select2-results__option.select2-results__option--highlighted {
      font-weight: 600; }
  .select2-container--open .select2-dropdown--below.has-empty-option .select2-results__option:first-child:before,
  .select2-dropdown.has-empty-option .select2-results__option:first-child:before {
    content: "---"; }

/**
 * Number (iti)
 */
/**
 * Number (iti)
 */
body .iti {
  transition: background-color 0.3s ease-in-out;
  color: var(--pp-field-font-color);
  border-radius: var(--pp-field-border-radius);
  width: 100%; }
  body .iti .iti__flag-container {
    background-color: #D9D9D9;
    border-radius: var(--pp-field-border-radius); }
  body .iti .iti__country-container {
    background-color: #D9D9D9;
    border-radius: var(--pp-field-border-radius); }
    body .iti .iti__country-container .iti__selected-dial-code {
      padding-right: 10px;
      font-size: var(--pp-field-font-size); }
  body .iti.invalid {
    background-color: #fff6f6; }
  body .iti.valid {
    background-color: #f0fff1; }
  body .iti .iti__search-input {
    border: none !important;
    padding: 8px var(--iti-spacer-horizontal) !important; }
    body .iti .iti__search-input:focus {
      box-shadow: none !important; }
  body .iti .iti__dropdown-content {
    box-shadow: var(--pp-field-shadow);
    border: none;
    border-radius: var(--pp-field-border-radius);
    padding: 7px;
    margin-top: 7px; }
  body .iti .iti__country {
    border-radius: var(--pp-field-border-radius);
    font-size: var(--pp-field-font-size); }

body .iti--fullscreen-popup.iti--container {
  z-index: 1000000;
  border-radius: 0 !important; }

/**
 * Theme specific
 * ---------------------------------------------------------------------------------------------------------------------
 */
:root {
  --pp-form-ro-default-bg-color: var(--pp-theme-color3);
  --pp-form-ro-invalid-border-color: var(--pp-form-ro-default-border-color);
  --pp-form-ro-invalid-bg-color: var(--pp-form-ro-default-bg-color);
  --pp-form-ro-failed-border-color: var(--pp-form-ro-default-border-color);
  --pp-form-ro-failed-bg-color: var(--pp-form-ro-default-bg-color);
  --pp-form-ro-sent-border-color: var(--pp-form-ro-default-border-color);
  --pp-form-ro-sent-bg-color: var(--pp-form-ro-default-bg-color); }

.wpcf7-form button.pp-btn {
  margin-bottom: 30px !important; }
  .wpcf7-form button.pp-btn:hover span {
    color: var(--pp-theme-color5) !important; }

@media (max-width: 999px) {
  .wpcf7-form-control.wpcf7-acceptance {
    text-align: center;
    width: 100%;
    display: block; }

  .wpcf7-form .wpcf7-not-valid-tip {
    text-align: center; }

  .wpcf7-form button.pp-btn {
    display: block;
    margin: 0 auto; } }
#rc-anchor-container,
.rc-anchor-light.rc-anchor-normal,
.rc-anchor-light.rc-anchor-compact {
  border-radius: var(--pp-field-border-radius) !important; }

@media (max-width: 999px) {
  .row-fields .input.col-6 {
    width: 100%;
    flex-basis: 100%;
    align-items: center;
    justify-content: center; }

  .wpcf7-form-control-wrap.recaptcha {
    margin-top: 25px;
    margin-bottom: 25px; }
    .wpcf7-form-control-wrap.recaptcha > * {
      display: flex;
      align-items: center;
      justify-content: center; } }
/**
 * Headings
 */
/**
 * Headings
 */
body h1.pp-title-1, body h1.vc_custom_heading.pp-title-1, body h2.pp-title-1, body h2.vc_custom_heading.pp-title-1, body h3.pp-title-1, body h3.vc_custom_heading.pp-title-1, body h4.pp-title-1, body h4.vc_custom_heading.pp-title-1, body h5.pp-title-1, body h5.vc_custom_heading.pp-title-1, body h6.pp-title-1, body h6.vc_custom_heading.pp-title-1, body div.pp-title-1, body div.vc_custom_heading.pp-title-1, body span.pp-title-1, body span.vc_custom_heading.pp-title-1, body p.pp-title-1, body p.vc_custom_heading.pp-title-1, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 96px !important;
  line-height: 106px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500; }
body h1.pp-title-2, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-2, body div.pp-title-2, body div.vc_custom_heading.pp-title-2, body span.pp-title-2, body span.vc_custom_heading.pp-title-2, body p.pp-title-2, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
  font-size: 48px !important;
  line-height: 58px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500; }
body h1.pp-title-3, body h1.vc_custom_heading.pp-title-3, body h2.pp-title-3, body h2.vc_custom_heading.pp-title-3, body h3.pp-title-3, body h3.vc_custom_heading.pp-title-3, body h4.pp-title-3, body h4.vc_custom_heading.pp-title-3, body h5.pp-title-3, body h5.vc_custom_heading.pp-title-3, body h6.pp-title-3, body h6.vc_custom_heading.pp-title-3, body div.pp-title-3, body div.vc_custom_heading.pp-title-3, body span.pp-title-3, body span.vc_custom_heading.pp-title-3, body p.pp-title-3, body p.vc_custom_heading.pp-title-3, .wpb_wrapper h1.pp-title-3, .wpb_wrapper h1.vc_custom_heading.pp-title-3, .wpb_wrapper h2.pp-title-3, .wpb_wrapper h2.vc_custom_heading.pp-title-3, .wpb_wrapper h3.pp-title-3, .wpb_wrapper h3.vc_custom_heading.pp-title-3, .wpb_wrapper h4.pp-title-3, .wpb_wrapper h4.vc_custom_heading.pp-title-3, .wpb_wrapper h5.pp-title-3, .wpb_wrapper h5.vc_custom_heading.pp-title-3, .wpb_wrapper h6.pp-title-3, .wpb_wrapper h6.vc_custom_heading.pp-title-3, .wpb_wrapper div.pp-title-3, .wpb_wrapper div.vc_custom_heading.pp-title-3, .wpb_wrapper span.pp-title-3, .wpb_wrapper span.vc_custom_heading.pp-title-3, .wpb_wrapper p.pp-title-3, .wpb_wrapper p.vc_custom_heading.pp-title-3 {
  font-size: 32px !important;
  line-height: 39px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500; }
body h1.pp-title-4, body h1.vc_custom_heading.pp-title-4, body h2.pp-title-4, body h2.vc_custom_heading.pp-title-4, body h3.pp-title-4, body h3.vc_custom_heading.pp-title-4, body h4.pp-title-4, body h4.vc_custom_heading.pp-title-4, body h5.pp-title-4, body h5.vc_custom_heading.pp-title-4, body h6.pp-title-4, body h6.vc_custom_heading.pp-title-4, body div.pp-title-4, body div.vc_custom_heading.pp-title-4, body span.pp-title-4, body span.vc_custom_heading.pp-title-4, body p.pp-title-4, body p.vc_custom_heading.pp-title-4, .wpb_wrapper h1.pp-title-4, .wpb_wrapper h1.vc_custom_heading.pp-title-4, .wpb_wrapper h2.pp-title-4, .wpb_wrapper h2.vc_custom_heading.pp-title-4, .wpb_wrapper h3.pp-title-4, .wpb_wrapper h3.vc_custom_heading.pp-title-4, .wpb_wrapper h4.pp-title-4, .wpb_wrapper h4.vc_custom_heading.pp-title-4, .wpb_wrapper h5.pp-title-4, .wpb_wrapper h5.vc_custom_heading.pp-title-4, .wpb_wrapper h6.pp-title-4, .wpb_wrapper h6.vc_custom_heading.pp-title-4, .wpb_wrapper div.pp-title-4, .wpb_wrapper div.vc_custom_heading.pp-title-4, .wpb_wrapper span.pp-title-4, .wpb_wrapper span.vc_custom_heading.pp-title-4, .wpb_wrapper p.pp-title-4, .wpb_wrapper p.vc_custom_heading.pp-title-4 {
  font-size: 25px !important;
  line-height: 35px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500; }
body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-size: 20px !important;
  line-height: 25px !important;
  font-family: var(--pp-theme-fw);
  font-weight: 600;
  font-weight: 500; }
body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-weight: 300; }
body h1.pp-title-sub-1, body h1.vc_custom_heading.pp-title-sub-1, body h2.pp-title-sub-1, body h2.vc_custom_heading.pp-title-sub-1, body h3.pp-title-sub-1, body h3.vc_custom_heading.pp-title-sub-1, body h4.pp-title-sub-1, body h4.vc_custom_heading.pp-title-sub-1, body h5.pp-title-sub-1, body h5.vc_custom_heading.pp-title-sub-1, body h6.pp-title-sub-1, body h6.vc_custom_heading.pp-title-sub-1, body div.pp-title-sub-1, body div.vc_custom_heading.pp-title-sub-1, body span.pp-title-sub-1, body span.vc_custom_heading.pp-title-sub-1, body p.pp-title-sub-1, body p.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h1.pp-title-sub-1, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h2.pp-title-sub-1, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h3.pp-title-sub-1, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h4.pp-title-sub-1, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h5.pp-title-sub-1, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-1, .wpb_wrapper h6.pp-title-sub-1, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-1, .wpb_wrapper div.pp-title-sub-1, .wpb_wrapper div.vc_custom_heading.pp-title-sub-1, .wpb_wrapper span.pp-title-sub-1, .wpb_wrapper span.vc_custom_heading.pp-title-sub-1, .wpb_wrapper p.pp-title-sub-1, .wpb_wrapper p.vc_custom_heading.pp-title-sub-1 {
  font-size: 16px;
  line-height: 26px; }
body h1.pp-title-sub-2, body h1.vc_custom_heading.pp-title-sub-2, body h2.pp-title-sub-2, body h2.vc_custom_heading.pp-title-sub-2, body h3.pp-title-sub-2, body h3.vc_custom_heading.pp-title-sub-2, body h4.pp-title-sub-2, body h4.vc_custom_heading.pp-title-sub-2, body h5.pp-title-sub-2, body h5.vc_custom_heading.pp-title-sub-2, body h6.pp-title-sub-2, body h6.vc_custom_heading.pp-title-sub-2, body div.pp-title-sub-2, body div.vc_custom_heading.pp-title-sub-2, body span.pp-title-sub-2, body span.vc_custom_heading.pp-title-sub-2, body p.pp-title-sub-2, body p.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h1.pp-title-sub-2, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h2.pp-title-sub-2, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h3.pp-title-sub-2, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h4.pp-title-sub-2, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h5.pp-title-sub-2, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-2, .wpb_wrapper h6.pp-title-sub-2, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-2, .wpb_wrapper div.pp-title-sub-2, .wpb_wrapper div.vc_custom_heading.pp-title-sub-2, .wpb_wrapper span.pp-title-sub-2, .wpb_wrapper span.vc_custom_heading.pp-title-sub-2, .wpb_wrapper p.pp-title-sub-2, .wpb_wrapper p.vc_custom_heading.pp-title-sub-2 {
  font-size: 20px;
  line-height: 20px; }
body h1.pp-title-sub-3, body h1.vc_custom_heading.pp-title-sub-3, body h2.pp-title-sub-3, body h2.vc_custom_heading.pp-title-sub-3, body h3.pp-title-sub-3, body h3.vc_custom_heading.pp-title-sub-3, body h4.pp-title-sub-3, body h4.vc_custom_heading.pp-title-sub-3, body h5.pp-title-sub-3, body h5.vc_custom_heading.pp-title-sub-3, body h6.pp-title-sub-3, body h6.vc_custom_heading.pp-title-sub-3, body div.pp-title-sub-3, body div.vc_custom_heading.pp-title-sub-3, body span.pp-title-sub-3, body span.vc_custom_heading.pp-title-sub-3, body p.pp-title-sub-3, body p.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h1.pp-title-sub-3, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h2.pp-title-sub-3, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h3.pp-title-sub-3, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h4.pp-title-sub-3, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h5.pp-title-sub-3, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-3, .wpb_wrapper h6.pp-title-sub-3, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-3, .wpb_wrapper div.pp-title-sub-3, .wpb_wrapper div.vc_custom_heading.pp-title-sub-3, .wpb_wrapper span.pp-title-sub-3, .wpb_wrapper span.vc_custom_heading.pp-title-sub-3, .wpb_wrapper p.pp-title-sub-3, .wpb_wrapper p.vc_custom_heading.pp-title-sub-3 {
  font-size: 20px;
  line-height: 20px; }
body h1.pp-title-sub-4, body h1.vc_custom_heading.pp-title-sub-4, body h2.pp-title-sub-4, body h2.vc_custom_heading.pp-title-sub-4, body h3.pp-title-sub-4, body h3.vc_custom_heading.pp-title-sub-4, body h4.pp-title-sub-4, body h4.vc_custom_heading.pp-title-sub-4, body h5.pp-title-sub-4, body h5.vc_custom_heading.pp-title-sub-4, body h6.pp-title-sub-4, body h6.vc_custom_heading.pp-title-sub-4, body div.pp-title-sub-4, body div.vc_custom_heading.pp-title-sub-4, body span.pp-title-sub-4, body span.vc_custom_heading.pp-title-sub-4, body p.pp-title-sub-4, body p.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h1.pp-title-sub-4, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h2.pp-title-sub-4, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h3.pp-title-sub-4, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h4.pp-title-sub-4, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h5.pp-title-sub-4, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-4, .wpb_wrapper h6.pp-title-sub-4, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-4, .wpb_wrapper div.pp-title-sub-4, .wpb_wrapper div.vc_custom_heading.pp-title-sub-4, .wpb_wrapper span.pp-title-sub-4, .wpb_wrapper span.vc_custom_heading.pp-title-sub-4, .wpb_wrapper p.pp-title-sub-4, .wpb_wrapper p.vc_custom_heading.pp-title-sub-4 {
  font-size: 20px;
  line-height: 20px; }
body h1.pp-title-sub-5, body h1.vc_custom_heading.pp-title-sub-5, body h2.pp-title-sub-5, body h2.vc_custom_heading.pp-title-sub-5, body h3.pp-title-sub-5, body h3.vc_custom_heading.pp-title-sub-5, body h4.pp-title-sub-5, body h4.vc_custom_heading.pp-title-sub-5, body h5.pp-title-sub-5, body h5.vc_custom_heading.pp-title-sub-5, body h6.pp-title-sub-5, body h6.vc_custom_heading.pp-title-sub-5, body div.pp-title-sub-5, body div.vc_custom_heading.pp-title-sub-5, body span.pp-title-sub-5, body span.vc_custom_heading.pp-title-sub-5, body p.pp-title-sub-5, body p.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h1.pp-title-sub-5, .wpb_wrapper h1.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h2.pp-title-sub-5, .wpb_wrapper h2.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h3.pp-title-sub-5, .wpb_wrapper h3.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h4.pp-title-sub-5, .wpb_wrapper h4.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h5.pp-title-sub-5, .wpb_wrapper h5.vc_custom_heading.pp-title-sub-5, .wpb_wrapper h6.pp-title-sub-5, .wpb_wrapper h6.vc_custom_heading.pp-title-sub-5, .wpb_wrapper div.pp-title-sub-5, .wpb_wrapper div.vc_custom_heading.pp-title-sub-5, .wpb_wrapper span.pp-title-sub-5, .wpb_wrapper span.vc_custom_heading.pp-title-sub-5, .wpb_wrapper p.pp-title-sub-5, .wpb_wrapper p.vc_custom_heading.pp-title-sub-5 {
  font-size: 20px;
  line-height: 20px; }
body h1.fw-300, body h1.vc_custom_heading.fw-300, body h2.fw-300, body h2.vc_custom_heading.fw-300, body h3.fw-300, body h3.vc_custom_heading.fw-300, body h4.fw-300, body h4.vc_custom_heading.fw-300, body h5.fw-300, body h5.vc_custom_heading.fw-300, body h6.fw-300, body h6.vc_custom_heading.fw-300, body div.fw-300, body div.vc_custom_heading.fw-300, body span.fw-300, body span.vc_custom_heading.fw-300, body p.fw-300, body p.vc_custom_heading.fw-300, .wpb_wrapper h1.fw-300, .wpb_wrapper h1.vc_custom_heading.fw-300, .wpb_wrapper h2.fw-300, .wpb_wrapper h2.vc_custom_heading.fw-300, .wpb_wrapper h3.fw-300, .wpb_wrapper h3.vc_custom_heading.fw-300, .wpb_wrapper h4.fw-300, .wpb_wrapper h4.vc_custom_heading.fw-300, .wpb_wrapper h5.fw-300, .wpb_wrapper h5.vc_custom_heading.fw-300, .wpb_wrapper h6.fw-300, .wpb_wrapper h6.vc_custom_heading.fw-300, .wpb_wrapper div.fw-300, .wpb_wrapper div.vc_custom_heading.fw-300, .wpb_wrapper span.fw-300, .wpb_wrapper span.vc_custom_heading.fw-300, .wpb_wrapper p.fw-300, .wpb_wrapper p.vc_custom_heading.fw-300 {
  font-weight: 300 !important; }
body h1.fw-400, body h1.vc_custom_heading.fw-400, body h2.fw-400, body h2.vc_custom_heading.fw-400, body h3.fw-400, body h3.vc_custom_heading.fw-400, body h4.fw-400, body h4.vc_custom_heading.fw-400, body h5.fw-400, body h5.vc_custom_heading.fw-400, body h6.fw-400, body h6.vc_custom_heading.fw-400, body div.fw-400, body div.vc_custom_heading.fw-400, body span.fw-400, body span.vc_custom_heading.fw-400, body p.fw-400, body p.vc_custom_heading.fw-400, .wpb_wrapper h1.fw-400, .wpb_wrapper h1.vc_custom_heading.fw-400, .wpb_wrapper h2.fw-400, .wpb_wrapper h2.vc_custom_heading.fw-400, .wpb_wrapper h3.fw-400, .wpb_wrapper h3.vc_custom_heading.fw-400, .wpb_wrapper h4.fw-400, .wpb_wrapper h4.vc_custom_heading.fw-400, .wpb_wrapper h5.fw-400, .wpb_wrapper h5.vc_custom_heading.fw-400, .wpb_wrapper h6.fw-400, .wpb_wrapper h6.vc_custom_heading.fw-400, .wpb_wrapper div.fw-400, .wpb_wrapper div.vc_custom_heading.fw-400, .wpb_wrapper span.fw-400, .wpb_wrapper span.vc_custom_heading.fw-400, .wpb_wrapper p.fw-400, .wpb_wrapper p.vc_custom_heading.fw-400 {
  font-weight: 400 !important; }
body h1.fw-500, body h1.vc_custom_heading.fw-500, body h2.fw-500, body h2.vc_custom_heading.fw-500, body h3.fw-500, body h3.vc_custom_heading.fw-500, body h4.fw-500, body h4.vc_custom_heading.fw-500, body h5.fw-500, body h5.vc_custom_heading.fw-500, body h6.fw-500, body h6.vc_custom_heading.fw-500, body div.fw-500, body div.vc_custom_heading.fw-500, body span.fw-500, body span.vc_custom_heading.fw-500, body p.fw-500, body p.vc_custom_heading.fw-500, .wpb_wrapper h1.fw-500, .wpb_wrapper h1.vc_custom_heading.fw-500, .wpb_wrapper h2.fw-500, .wpb_wrapper h2.vc_custom_heading.fw-500, .wpb_wrapper h3.fw-500, .wpb_wrapper h3.vc_custom_heading.fw-500, .wpb_wrapper h4.fw-500, .wpb_wrapper h4.vc_custom_heading.fw-500, .wpb_wrapper h5.fw-500, .wpb_wrapper h5.vc_custom_heading.fw-500, .wpb_wrapper h6.fw-500, .wpb_wrapper h6.vc_custom_heading.fw-500, .wpb_wrapper div.fw-500, .wpb_wrapper div.vc_custom_heading.fw-500, .wpb_wrapper span.fw-500, .wpb_wrapper span.vc_custom_heading.fw-500, .wpb_wrapper p.fw-500, .wpb_wrapper p.vc_custom_heading.fw-500 {
  font-weight: 500 !important; }
body h1.fw-600, body h1.vc_custom_heading.fw-600, body h2.fw-600, body h2.vc_custom_heading.fw-600, body h3.fw-600, body h3.vc_custom_heading.fw-600, body h4.fw-600, body h4.vc_custom_heading.fw-600, body h5.fw-600, body h5.vc_custom_heading.fw-600, body h6.fw-600, body h6.vc_custom_heading.fw-600, body div.fw-600, body div.vc_custom_heading.fw-600, body span.fw-600, body span.vc_custom_heading.fw-600, body p.fw-600, body p.vc_custom_heading.fw-600, .wpb_wrapper h1.fw-600, .wpb_wrapper h1.vc_custom_heading.fw-600, .wpb_wrapper h2.fw-600, .wpb_wrapper h2.vc_custom_heading.fw-600, .wpb_wrapper h3.fw-600, .wpb_wrapper h3.vc_custom_heading.fw-600, .wpb_wrapper h4.fw-600, .wpb_wrapper h4.vc_custom_heading.fw-600, .wpb_wrapper h5.fw-600, .wpb_wrapper h5.vc_custom_heading.fw-600, .wpb_wrapper h6.fw-600, .wpb_wrapper h6.vc_custom_heading.fw-600, .wpb_wrapper div.fw-600, .wpb_wrapper div.vc_custom_heading.fw-600, .wpb_wrapper span.fw-600, .wpb_wrapper span.vc_custom_heading.fw-600, .wpb_wrapper p.fw-600, .wpb_wrapper p.vc_custom_heading.fw-600 {
  font-weight: 600 !important; }
body h1.fw-700, body h1.vc_custom_heading.fw-700, body h2.fw-700, body h2.vc_custom_heading.fw-700, body h3.fw-700, body h3.vc_custom_heading.fw-700, body h4.fw-700, body h4.vc_custom_heading.fw-700, body h5.fw-700, body h5.vc_custom_heading.fw-700, body h6.fw-700, body h6.vc_custom_heading.fw-700, body div.fw-700, body div.vc_custom_heading.fw-700, body span.fw-700, body span.vc_custom_heading.fw-700, body p.fw-700, body p.vc_custom_heading.fw-700, .wpb_wrapper h1.fw-700, .wpb_wrapper h1.vc_custom_heading.fw-700, .wpb_wrapper h2.fw-700, .wpb_wrapper h2.vc_custom_heading.fw-700, .wpb_wrapper h3.fw-700, .wpb_wrapper h3.vc_custom_heading.fw-700, .wpb_wrapper h4.fw-700, .wpb_wrapper h4.vc_custom_heading.fw-700, .wpb_wrapper h5.fw-700, .wpb_wrapper h5.vc_custom_heading.fw-700, .wpb_wrapper h6.fw-700, .wpb_wrapper h6.vc_custom_heading.fw-700, .wpb_wrapper div.fw-700, .wpb_wrapper div.vc_custom_heading.fw-700, .wpb_wrapper span.fw-700, .wpb_wrapper span.vc_custom_heading.fw-700, .wpb_wrapper p.fw-700, .wpb_wrapper p.vc_custom_heading.fw-700 {
  font-weight: 700 !important; }
body h1.fs-italic, body h1.vc_custom_heading.fs-italic, body h2.fs-italic, body h2.vc_custom_heading.fs-italic, body h3.fs-italic, body h3.vc_custom_heading.fs-italic, body h4.fs-italic, body h4.vc_custom_heading.fs-italic, body h5.fs-italic, body h5.vc_custom_heading.fs-italic, body h6.fs-italic, body h6.vc_custom_heading.fs-italic, body div.fs-italic, body div.vc_custom_heading.fs-italic, body span.fs-italic, body span.vc_custom_heading.fs-italic, body p.fs-italic, body p.vc_custom_heading.fs-italic, .wpb_wrapper h1.fs-italic, .wpb_wrapper h1.vc_custom_heading.fs-italic, .wpb_wrapper h2.fs-italic, .wpb_wrapper h2.vc_custom_heading.fs-italic, .wpb_wrapper h3.fs-italic, .wpb_wrapper h3.vc_custom_heading.fs-italic, .wpb_wrapper h4.fs-italic, .wpb_wrapper h4.vc_custom_heading.fs-italic, .wpb_wrapper h5.fs-italic, .wpb_wrapper h5.vc_custom_heading.fs-italic, .wpb_wrapper h6.fs-italic, .wpb_wrapper h6.vc_custom_heading.fs-italic, .wpb_wrapper div.fs-italic, .wpb_wrapper div.vc_custom_heading.fs-italic, .wpb_wrapper span.fs-italic, .wpb_wrapper span.vc_custom_heading.fs-italic, .wpb_wrapper p.fs-italic, .wpb_wrapper p.vc_custom_heading.fs-italic {
  font-style: italic !important; }

body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 77px !important;
  line-height: 85px !important; }
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
  font-size: 38px !important;
  line-height: 46px !important; }
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
  font-size: 26px !important;
  line-height: 31px !important; }
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
  font-size: 20px !important;
  line-height: 28px !important; }
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-size: 16px !important;
  line-height: 20px !important; }
body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 54px !important;
  line-height: 59px !important; }

body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 64px !important;
  line-height: 71px !important; }
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
  font-size: 32px !important;
  line-height: 39px !important; }
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
  font-size: 21px !important;
  line-height: 26px !important; }
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
  font-size: 17px !important;
  line-height: 23px !important; }
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-size: 13px !important;
  line-height: 17px !important; }
body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 45px !important;
  line-height: 49px !important; }

body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 55px !important;
  line-height: 61px !important; }
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
  font-size: 27px !important;
  line-height: 33px !important; }
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
  font-size: 18px !important;
  line-height: 22px !important; }
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
  font-size: 14px !important;
  line-height: 20px !important; }
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
  font-size: 11px !important;
  line-height: 14px !important; }
body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
  font-size: 38px !important;
  line-height: 42px !important; }

@media (max-width: 1799px) {
  body h1.pp-title-1, body h1.vc_custom_heading.pp-title-1, body h2.pp-title-1, body h2.vc_custom_heading.pp-title-1, body h3.pp-title-1, body h3.vc_custom_heading.pp-title-1, body h4.pp-title-1, body h4.vc_custom_heading.pp-title-1, body h5.pp-title-1, body h5.vc_custom_heading.pp-title-1, body h6.pp-title-1, body h6.vc_custom_heading.pp-title-1, body div.pp-title-1, body div.vc_custom_heading.pp-title-1, body span.pp-title-1, body span.vc_custom_heading.pp-title-1, body p.pp-title-1, body p.vc_custom_heading.pp-title-1, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 92px !important;
    line-height: 102px !important; }
  body h1.pp-title-2, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-2, body div.pp-title-2, body div.vc_custom_heading.pp-title-2, body span.pp-title-2, body span.vc_custom_heading.pp-title-2, body p.pp-title-2, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 44px !important;
    line-height: 54px !important; }
  body h1.pp-title-3, body h1.vc_custom_heading.pp-title-3, body h2.pp-title-3, body h2.vc_custom_heading.pp-title-3, body h3.pp-title-3, body h3.vc_custom_heading.pp-title-3, body h4.pp-title-3, body h4.vc_custom_heading.pp-title-3, body h5.pp-title-3, body h5.vc_custom_heading.pp-title-3, body h6.pp-title-3, body h6.vc_custom_heading.pp-title-3, body div.pp-title-3, body div.vc_custom_heading.pp-title-3, body span.pp-title-3, body span.vc_custom_heading.pp-title-3, body p.pp-title-3, body p.vc_custom_heading.pp-title-3, .wpb_wrapper h1.pp-title-3, .wpb_wrapper h1.vc_custom_heading.pp-title-3, .wpb_wrapper h2.pp-title-3, .wpb_wrapper h2.vc_custom_heading.pp-title-3, .wpb_wrapper h3.pp-title-3, .wpb_wrapper h3.vc_custom_heading.pp-title-3, .wpb_wrapper h4.pp-title-3, .wpb_wrapper h4.vc_custom_heading.pp-title-3, .wpb_wrapper h5.pp-title-3, .wpb_wrapper h5.vc_custom_heading.pp-title-3, .wpb_wrapper h6.pp-title-3, .wpb_wrapper h6.vc_custom_heading.pp-title-3, .wpb_wrapper div.pp-title-3, .wpb_wrapper div.vc_custom_heading.pp-title-3, .wpb_wrapper span.pp-title-3, .wpb_wrapper span.vc_custom_heading.pp-title-3, .wpb_wrapper p.pp-title-3, .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 28px !important;
    line-height: 35px !important; }
  body h1.pp-title-4, body h1.vc_custom_heading.pp-title-4, body h2.pp-title-4, body h2.vc_custom_heading.pp-title-4, body h3.pp-title-4, body h3.vc_custom_heading.pp-title-4, body h4.pp-title-4, body h4.vc_custom_heading.pp-title-4, body h5.pp-title-4, body h5.vc_custom_heading.pp-title-4, body h6.pp-title-4, body h6.vc_custom_heading.pp-title-4, body div.pp-title-4, body div.vc_custom_heading.pp-title-4, body span.pp-title-4, body span.vc_custom_heading.pp-title-4, body p.pp-title-4, body p.vc_custom_heading.pp-title-4, .wpb_wrapper h1.pp-title-4, .wpb_wrapper h1.vc_custom_heading.pp-title-4, .wpb_wrapper h2.pp-title-4, .wpb_wrapper h2.vc_custom_heading.pp-title-4, .wpb_wrapper h3.pp-title-4, .wpb_wrapper h3.vc_custom_heading.pp-title-4, .wpb_wrapper h4.pp-title-4, .wpb_wrapper h4.vc_custom_heading.pp-title-4, .wpb_wrapper h5.pp-title-4, .wpb_wrapper h5.vc_custom_heading.pp-title-4, .wpb_wrapper h6.pp-title-4, .wpb_wrapper h6.vc_custom_heading.pp-title-4, .wpb_wrapper div.pp-title-4, .wpb_wrapper div.vc_custom_heading.pp-title-4, .wpb_wrapper span.pp-title-4, .wpb_wrapper span.vc_custom_heading.pp-title-4, .wpb_wrapper p.pp-title-4, .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 21px !important;
    line-height: 31px !important; }
  body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 16px !important;
    line-height: 21px !important; } }
@media (max-width: 1299px) {
  body h1.pp-title-1, body h1.vc_custom_heading.pp-title-1, body h2.pp-title-1, body h2.vc_custom_heading.pp-title-1, body h3.pp-title-1, body h3.vc_custom_heading.pp-title-1, body h4.pp-title-1, body h4.vc_custom_heading.pp-title-1, body h5.pp-title-1, body h5.vc_custom_heading.pp-title-1, body h6.pp-title-1, body h6.vc_custom_heading.pp-title-1, body div.pp-title-1, body div.vc_custom_heading.pp-title-1, body span.pp-title-1, body span.vc_custom_heading.pp-title-1, body p.pp-title-1, body p.vc_custom_heading.pp-title-1, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 92px !important;
    line-height: 102px !important; }
  body h1.pp-title-2, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-2, body div.pp-title-2, body div.vc_custom_heading.pp-title-2, body span.pp-title-2, body span.vc_custom_heading.pp-title-2, body p.pp-title-2, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 44px !important;
    line-height: 54px !important; }
  body h1.pp-title-3, body h1.vc_custom_heading.pp-title-3, body h2.pp-title-3, body h2.vc_custom_heading.pp-title-3, body h3.pp-title-3, body h3.vc_custom_heading.pp-title-3, body h4.pp-title-3, body h4.vc_custom_heading.pp-title-3, body h5.pp-title-3, body h5.vc_custom_heading.pp-title-3, body h6.pp-title-3, body h6.vc_custom_heading.pp-title-3, body div.pp-title-3, body div.vc_custom_heading.pp-title-3, body span.pp-title-3, body span.vc_custom_heading.pp-title-3, body p.pp-title-3, body p.vc_custom_heading.pp-title-3, .wpb_wrapper h1.pp-title-3, .wpb_wrapper h1.vc_custom_heading.pp-title-3, .wpb_wrapper h2.pp-title-3, .wpb_wrapper h2.vc_custom_heading.pp-title-3, .wpb_wrapper h3.pp-title-3, .wpb_wrapper h3.vc_custom_heading.pp-title-3, .wpb_wrapper h4.pp-title-3, .wpb_wrapper h4.vc_custom_heading.pp-title-3, .wpb_wrapper h5.pp-title-3, .wpb_wrapper h5.vc_custom_heading.pp-title-3, .wpb_wrapper h6.pp-title-3, .wpb_wrapper h6.vc_custom_heading.pp-title-3, .wpb_wrapper div.pp-title-3, .wpb_wrapper div.vc_custom_heading.pp-title-3, .wpb_wrapper span.pp-title-3, .wpb_wrapper span.vc_custom_heading.pp-title-3, .wpb_wrapper p.pp-title-3, .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 28px !important;
    line-height: 35px !important; }
  body h1.pp-title-4, body h1.vc_custom_heading.pp-title-4, body h2.pp-title-4, body h2.vc_custom_heading.pp-title-4, body h3.pp-title-4, body h3.vc_custom_heading.pp-title-4, body h4.pp-title-4, body h4.vc_custom_heading.pp-title-4, body h5.pp-title-4, body h5.vc_custom_heading.pp-title-4, body h6.pp-title-4, body h6.vc_custom_heading.pp-title-4, body div.pp-title-4, body div.vc_custom_heading.pp-title-4, body span.pp-title-4, body span.vc_custom_heading.pp-title-4, body p.pp-title-4, body p.vc_custom_heading.pp-title-4, .wpb_wrapper h1.pp-title-4, .wpb_wrapper h1.vc_custom_heading.pp-title-4, .wpb_wrapper h2.pp-title-4, .wpb_wrapper h2.vc_custom_heading.pp-title-4, .wpb_wrapper h3.pp-title-4, .wpb_wrapper h3.vc_custom_heading.pp-title-4, .wpb_wrapper h4.pp-title-4, .wpb_wrapper h4.vc_custom_heading.pp-title-4, .wpb_wrapper h5.pp-title-4, .wpb_wrapper h5.vc_custom_heading.pp-title-4, .wpb_wrapper h6.pp-title-4, .wpb_wrapper h6.vc_custom_heading.pp-title-4, .wpb_wrapper div.pp-title-4, .wpb_wrapper div.vc_custom_heading.pp-title-4, .wpb_wrapper span.pp-title-4, .wpb_wrapper span.vc_custom_heading.pp-title-4, .wpb_wrapper p.pp-title-4, .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 21px !important;
    line-height: 31px !important; }
  body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 16px !important;
    line-height: 21px !important; }

  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 74px !important;
    line-height: 82px !important; }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 35px !important;
    line-height: 43px !important; }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 22px !important;
    line-height: 28px !important; }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 17px !important;
    line-height: 25px !important; }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 13px !important;
    line-height: 17px !important; }
  body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-125 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 52px !important;
    line-height: 57px !important; }

  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 61px !important;
    line-height: 68px !important; }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 29px !important;
    line-height: 36px !important; }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 19px !important;
    line-height: 23px !important; }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 14px !important;
    line-height: 21px !important; }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 11px !important;
    line-height: 14px !important; }
  body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-150 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 43px !important;
    line-height: 48px !important; }

  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 53px !important;
    line-height: 58px !important; }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-2, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 25px !important;
    line-height: 31px !important; }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-3, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 16px !important;
    line-height: 20px !important; }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-4, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 12px !important;
    line-height: 18px !important; }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-5, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 9px !important;
    line-height: 12px !important; }
  body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h1.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h2.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h3.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h4.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h5.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper h6.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper div.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper span.vc_custom_heading.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.pp-title-1, body.pp-zoom.pp-zoom-175 .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 37px !important;
    line-height: 41px !important; } }
@media (max-width: 999px) {
  body h1.pp-title-1, body h1.vc_custom_heading.pp-title-1, body h2.pp-title-1, body h2.vc_custom_heading.pp-title-1, body h3.pp-title-1, body h3.vc_custom_heading.pp-title-1, body h4.pp-title-1, body h4.vc_custom_heading.pp-title-1, body h5.pp-title-1, body h5.vc_custom_heading.pp-title-1, body h6.pp-title-1, body h6.vc_custom_heading.pp-title-1, body div.pp-title-1, body div.vc_custom_heading.pp-title-1, body span.pp-title-1, body span.vc_custom_heading.pp-title-1, body p.pp-title-1, body p.vc_custom_heading.pp-title-1, .wpb_wrapper h1.pp-title-1, .wpb_wrapper h1.vc_custom_heading.pp-title-1, .wpb_wrapper h2.pp-title-1, .wpb_wrapper h2.vc_custom_heading.pp-title-1, .wpb_wrapper h3.pp-title-1, .wpb_wrapper h3.vc_custom_heading.pp-title-1, .wpb_wrapper h4.pp-title-1, .wpb_wrapper h4.vc_custom_heading.pp-title-1, .wpb_wrapper h5.pp-title-1, .wpb_wrapper h5.vc_custom_heading.pp-title-1, .wpb_wrapper h6.pp-title-1, .wpb_wrapper h6.vc_custom_heading.pp-title-1, .wpb_wrapper div.pp-title-1, .wpb_wrapper div.vc_custom_heading.pp-title-1, .wpb_wrapper span.pp-title-1, .wpb_wrapper span.vc_custom_heading.pp-title-1, .wpb_wrapper p.pp-title-1, .wpb_wrapper p.vc_custom_heading.pp-title-1 {
    font-size: 48px !important;
    line-height: 53px !important; }
  body h1.pp-title-2, body h1.vc_custom_heading.pp-title-2, body h2.pp-title-2, body h2.vc_custom_heading.pp-title-2, body h3.pp-title-2, body h3.vc_custom_heading.pp-title-2, body h4.pp-title-2, body h4.vc_custom_heading.pp-title-2, body h5.pp-title-2, body h5.vc_custom_heading.pp-title-2, body h6.pp-title-2, body h6.vc_custom_heading.pp-title-2, body div.pp-title-2, body div.vc_custom_heading.pp-title-2, body span.pp-title-2, body span.vc_custom_heading.pp-title-2, body p.pp-title-2, body p.vc_custom_heading.pp-title-2, .wpb_wrapper h1.pp-title-2, .wpb_wrapper h1.vc_custom_heading.pp-title-2, .wpb_wrapper h2.pp-title-2, .wpb_wrapper h2.vc_custom_heading.pp-title-2, .wpb_wrapper h3.pp-title-2, .wpb_wrapper h3.vc_custom_heading.pp-title-2, .wpb_wrapper h4.pp-title-2, .wpb_wrapper h4.vc_custom_heading.pp-title-2, .wpb_wrapper h5.pp-title-2, .wpb_wrapper h5.vc_custom_heading.pp-title-2, .wpb_wrapper h6.pp-title-2, .wpb_wrapper h6.vc_custom_heading.pp-title-2, .wpb_wrapper div.pp-title-2, .wpb_wrapper div.vc_custom_heading.pp-title-2, .wpb_wrapper span.pp-title-2, .wpb_wrapper span.vc_custom_heading.pp-title-2, .wpb_wrapper p.pp-title-2, .wpb_wrapper p.vc_custom_heading.pp-title-2 {
    font-size: 36px !important;
    line-height: 44px !important; }
  body h1.pp-title-3, body h1.vc_custom_heading.pp-title-3, body h2.pp-title-3, body h2.vc_custom_heading.pp-title-3, body h3.pp-title-3, body h3.vc_custom_heading.pp-title-3, body h4.pp-title-3, body h4.vc_custom_heading.pp-title-3, body h5.pp-title-3, body h5.vc_custom_heading.pp-title-3, body h6.pp-title-3, body h6.vc_custom_heading.pp-title-3, body div.pp-title-3, body div.vc_custom_heading.pp-title-3, body span.pp-title-3, body span.vc_custom_heading.pp-title-3, body p.pp-title-3, body p.vc_custom_heading.pp-title-3, .wpb_wrapper h1.pp-title-3, .wpb_wrapper h1.vc_custom_heading.pp-title-3, .wpb_wrapper h2.pp-title-3, .wpb_wrapper h2.vc_custom_heading.pp-title-3, .wpb_wrapper h3.pp-title-3, .wpb_wrapper h3.vc_custom_heading.pp-title-3, .wpb_wrapper h4.pp-title-3, .wpb_wrapper h4.vc_custom_heading.pp-title-3, .wpb_wrapper h5.pp-title-3, .wpb_wrapper h5.vc_custom_heading.pp-title-3, .wpb_wrapper h6.pp-title-3, .wpb_wrapper h6.vc_custom_heading.pp-title-3, .wpb_wrapper div.pp-title-3, .wpb_wrapper div.vc_custom_heading.pp-title-3, .wpb_wrapper span.pp-title-3, .wpb_wrapper span.vc_custom_heading.pp-title-3, .wpb_wrapper p.pp-title-3, .wpb_wrapper p.vc_custom_heading.pp-title-3 {
    font-size: 32px !important;
    line-height: 39px !important; }
  body h1.pp-title-4, body h1.vc_custom_heading.pp-title-4, body h2.pp-title-4, body h2.vc_custom_heading.pp-title-4, body h3.pp-title-4, body h3.vc_custom_heading.pp-title-4, body h4.pp-title-4, body h4.vc_custom_heading.pp-title-4, body h5.pp-title-4, body h5.vc_custom_heading.pp-title-4, body h6.pp-title-4, body h6.vc_custom_heading.pp-title-4, body div.pp-title-4, body div.vc_custom_heading.pp-title-4, body span.pp-title-4, body span.vc_custom_heading.pp-title-4, body p.pp-title-4, body p.vc_custom_heading.pp-title-4, .wpb_wrapper h1.pp-title-4, .wpb_wrapper h1.vc_custom_heading.pp-title-4, .wpb_wrapper h2.pp-title-4, .wpb_wrapper h2.vc_custom_heading.pp-title-4, .wpb_wrapper h3.pp-title-4, .wpb_wrapper h3.vc_custom_heading.pp-title-4, .wpb_wrapper h4.pp-title-4, .wpb_wrapper h4.vc_custom_heading.pp-title-4, .wpb_wrapper h5.pp-title-4, .wpb_wrapper h5.vc_custom_heading.pp-title-4, .wpb_wrapper h6.pp-title-4, .wpb_wrapper h6.vc_custom_heading.pp-title-4, .wpb_wrapper div.pp-title-4, .wpb_wrapper div.vc_custom_heading.pp-title-4, .wpb_wrapper span.pp-title-4, .wpb_wrapper span.vc_custom_heading.pp-title-4, .wpb_wrapper p.pp-title-4, .wpb_wrapper p.vc_custom_heading.pp-title-4 {
    font-size: 23px !important;
    line-height: 33px !important; }
  body h1.pp-title-5, body h1.vc_custom_heading.pp-title-5, body h2.pp-title-5, body h2.vc_custom_heading.pp-title-5, body h3.pp-title-5, body h3.vc_custom_heading.pp-title-5, body h4.pp-title-5, body h4.vc_custom_heading.pp-title-5, body h5.pp-title-5, body h5.vc_custom_heading.pp-title-5, body h6.pp-title-5, body h6.vc_custom_heading.pp-title-5, body div.pp-title-5, body div.vc_custom_heading.pp-title-5, body span.pp-title-5, body span.vc_custom_heading.pp-title-5, body p.pp-title-5, body p.vc_custom_heading.pp-title-5, .wpb_wrapper h1.pp-title-5, .wpb_wrapper h1.vc_custom_heading.pp-title-5, .wpb_wrapper h2.pp-title-5, .wpb_wrapper h2.vc_custom_heading.pp-title-5, .wpb_wrapper h3.pp-title-5, .wpb_wrapper h3.vc_custom_heading.pp-title-5, .wpb_wrapper h4.pp-title-5, .wpb_wrapper h4.vc_custom_heading.pp-title-5, .wpb_wrapper h5.pp-title-5, .wpb_wrapper h5.vc_custom_heading.pp-title-5, .wpb_wrapper h6.pp-title-5, .wpb_wrapper h6.vc_custom_heading.pp-title-5, .wpb_wrapper div.pp-title-5, .wpb_wrapper div.vc_custom_heading.pp-title-5, .wpb_wrapper span.pp-title-5, .wpb_wrapper span.vc_custom_heading.pp-title-5, .wpb_wrapper p.pp-title-5, .wpb_wrapper p.vc_custom_heading.pp-title-5 {
    font-size: 18px !important;
    line-height: 23px !important; } }
/**
 * Subtitles extra
 */
.pp-sub-title {
  color: var(--pp-theme-color); }

.section-title-sub {
  color: var(--pp-theme-color);
  font-size: 20px;
  line-height: 26px; }

[data-midnight="dark"] .pp-sub-title {
  color: var(--pp-theme-color); }
[data-midnight="dark"] .section-title-sub {
  color: var(--pp-theme-color); }

/**
 * Text Colors
 */
.pp-color-1, .pp-color-1 p, .pp-color-1 li {
  color: var(--pp-theme-color5) !important; }

/**
 * Headings
 */
.pp-s-b1 {
  margin-bottom: 35px !important; }

/**
 * Design borders
 */
.br-theme, .br-theme .column-image-bg-wrap, .br-theme .column-bg-overlay {
  border-radius: var(--pp-theme-br2);
  overflow: hidden; }
.br-theme.br-bl-none, .br-theme.br-bl-none .column-image-bg-wrap, .br-theme.br-bl-none .column-bg-overlay {
  border-bottom-left-radius: 0; }
.br-theme.br-br-none, .br-theme.br-br-none .column-image-bg-wrap, .br-theme.br-br-none .column-bg-overlay {
  border-bottom-right-radius: 0; }

.br-img {
  transform: translateZ(0); }
  .br-img .column-bg-overlay {
    transform: translateZ(0); }

.b-theme > .vc_column-inner {
  border: 1px solid var(--pp-theme-color);
  border-radius: 20px; }

.bg-theme > .vc_column-inner {
  overflow: hidden;
  background-color: var(--pp-theme-color); }

img.br-img {
  width: 100% !important;
  max-width: 100%;
  height: auto; }

/**
 * Custom sections for bg and content widths
 */
body .section-hero-width-fix.full-width-section > .row-bg-wrap .row-bg-layer .row-bg, body .section-hero-width-fix.full-width-content > .row-bg-wrap .row-bg-layer .row-bg, body .section-hero-width-fix.full-width-section > .row-bg-wrap .row-bg-layer.row-bg-overlay, body .section-hero-width-fix.full-width-content > .row-bg-wrap .row-bg-layer.row-bg-overlay, body .section-hero-width-fix.full-width-section > .row-bg-wrap canvas, body .section-hero-width-fix.full-width-content > .row-bg-wrap canvas {
  width: calc(100% - var(--pp-fw-min-width));
  border-radius: var(--pp-theme-br2);
  transform: translateZ(0); }

body .section-hero-width-fix.full-width-section > .row-bg-wrap .row-bg-layer .row-bg, body .section-hero-width-fix.full-width-content > .row-bg-wrap .row-bg-layer .row-bg, body .section-hero-width-fix.full-width-section > .row-bg-wrap .row-bg-layer.row-bg-overlay, body .section-hero-width-fix.full-width-content > .row-bg-wrap .row-bg-layer.row-bg-overlay, body .section-hero-width-fix.full-width-section > .row-bg-wrap canvas, body .section-hero-width-fix.full-width-content > .row-bg-wrap canvas {
  left: 50%;
  transform: translateX(-50%);
  max-width: var(--pp-max-width-out-of-container); }

body .section-hero-width-fix.full-width-section > .row-bg-wrap, body .section-hero-width-fix.full-width-content > .row-bg-wrap {
  transform: translateX(-50%);
  left: 50%;
  margin-left: unset; }

body .section-hero-width-fix.wpb_row.full-width-section > .col > .wpb_column > .vc_column-inner > .wpb_wrapper, body .section-hero-width-fix.wpb_row.full-width-content > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
  max-width: var(--pp-max-width-out-of-container);
  width: calc(100% - var(--pp-fw-min-width));
  left: 50%;
  transform: translateX(-50%);
  position: relative; }

@media (min-width: 691px) {
  body .section-hero-width-fix.wpb_row.full-width-section > .col > .wpb_column > .vc_column-inner > .wpb_wrapper, body .section-hero-width-fix.wpb_row.full-width-content > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding-left: var(--pp-full-width-padding);
    padding-right: var(--pp-full-width-padding); } }
@media (max-width: 690px) {
  body .section-hero-width-fix.full-width-content.wpb_row {
    margin-left: unset;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); }
  body .section-hero-width-fix.full-width-section.wpb_row > .col > .col > .vc_column-inner > .wpb_wrapper, body .section-hero-width-fix.full-width-content.wpb_row > .col > .col > .vc_column-inner > .wpb_wrapper {
    width: 100%; }
  body .section-hero-width-fix > .row-bg-wrap {
    width: 100%; }
    body .section-hero-width-fix > .row-bg-wrap .row-bg-layer .row-bg {
      width: 100% !important; }
    body .section-hero-width-fix > .row-bg-wrap .row-bg-layer.row-bg-overlay {
      width: 100%; }
    body .section-hero-width-fix > .row-bg-wrap canvas {
      width: 100%; }
  body .section-hero-width-fix > .col {
    padding-left: var(--pp-full-width-padding);
    padding-right: var(--pp-full-width-padding); } }
body .section-hero-height-fix.wpb_row.vc_row-o-full-height, body .section-hero-height-fix.wpb_row.vc_row-o-full-height > .col.span_12 {
  min-height: calc(100vh - var(--pp-header-height) - var(--pp-admin-bar-height) - var(--fw-hero-space-for-bottom) - var(--fw-hero-space-for-bottom-m-fix)) !important;
  margin-bottom: var(--fw-hero-space-for-bottom) !important; }
body .section-hero-height-fix.wpb_row.vc_row-o-full-height > .col.span_12 {
  margin-bottom: 0 !important; }

body .section-hero-bg-height-fix.wpb_row.vc_row-o-full-height > .row-bg-wrap .inner-wrap .row-bg {
  max-height: calc(100% - var(--fw-hero-space-for-bottom) - var(--fw-hero-space-for-bottom-m-fix)); }

/**
 * Theme Specific
 * ---------------------------------------------------------------------------------------------------------------------
 */
/**
 * Home
 */
.custom-max-w {
  max-width: 1015px !important;
  display: inline-block !important; }

.custom-max-w-2 {
  max-width: 558px !important;
  display: inline-block !important; }

.custom-max-w-3 {
  max-width: 476px !important;
  display: inline-block !important; }

/**
 * Home section services
 */
body .s-service-container > .col > *:nth-child(even) {
  margin-top: 5%; }

body .s-service-wrapper {
  overflow: visible; }
  body .s-service-wrapper > .vc_column-inner {
    height: 530px;
    border-radius: var(--pp-theme-br2);
    transition: 0.3s all ease-in-out; }
    body .s-service-wrapper > .vc_column-inner .wpb_wrapper {
      padding: 20px 30px !important;
      display: flex;
      align-items: flex-end;
      height: 100%; }
    body .s-service-wrapper > .vc_column-inner .pp-btn, body .s-service-wrapper > .vc_column-inner .nectar-button.pp-btn {
      width: 100%;
      min-width: unset !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      border-width: 0 !important; }

@media (max-width: 1599px) and (min-width: 1000px) {
  body .s-service-wrapper > .vc_column-inner .pp-btn {
    word-spacing: 1000px; } }
@media (min-width: 1000px) {
  body .s-service-wrapper:hover > .vc_column-inner {
    transform: translateY(-10px);
    box-shadow: 0px 4px 14px 0px #33221C40; } }
@media (max-width: 999px) {
  body .s-service-container > .col > *:nth-child(even) {
    margin-top: 0; } }
/**
 * Portfolio items
 */
.portfolio-items .col .work-item {
  border-radius: var(--pp-theme-br2);
  overflow: hidden;
  transform: translateZ(0); }

/**
 * Maps
 */
.nectar-leaflet-map, .nectar-google-map {
  border-radius: var(--pp-theme-br2) !important;
  overflow: hidden;
  transform: translateZ(0) !important; }

@media (min-width: 1000px) {
  .map-marker-list {
    margin-bottom: 0 !important; } }
@media (max-width: 999px) {
  .nectar-leaflet-map, .nectar-google-map {
    height: 335px !important; } }
/**
 * Contcts
 */
.pp-contacts {
  --padding-contacts: 6px;
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--padding-contacts) * -1) !important;
  margin-bottom: calc(var(--padding-contacts) * -1) !important; }
  .pp-contacts .contact-item {
    display: flex;
    align-items: center;
    padding: 6px 0; }
    .pp-contacts .contact-item .icon {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 33px; }
      .pp-contacts .contact-item .icon svg, .pp-contacts .contact-item .icon img {
        max-width: 24px;
        height: auto; }
  .pp-contacts.direction-row {
    flex-direction: row;
    justify-content: space-around;
    max-width: 885px;
    margin: 0 auto; }

@media (max-width: 999px) {
  .pp-contacts.direction-row {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .pp-contacts .contact-item .icon {
    display: none; }

  .force-tablet-text-align-center .pp-contacts .contact-item {
    justify-content: center; } }
@media (max-width: 690px) {
  .force-phone-text-align-center .pp-contacts .contact-item {
    justify-content: center; } }
/**
 * <ul> List mods
 */
.nectar-fancy-ul ul li i:before, .wpb_text_column > .wpb_wrapper ul > li:before {
  content: "";
  display: inline-block;
  /* Ensure proper layout */
  width: 16px;
  /* Match SVG size */
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_108_2061%29%22%3E%3Cpath%20d%3D%22M8%200C3.58175%200%200%203.58175%200%208C0%2012.4185%203.58175%2016%208%2016C12.4185%2016%2016%2012.4185%2016%208C16%203.58175%2012.4185%200%208%200ZM8%2015.0157C4.14025%2015.0157%201%2011.8597%201%207.99997C1%204.14022%204.14025%200.999969%208%200.999969C11.8597%200.999969%2015%204.14023%2015%207.99997C15%2011.8597%2011.8597%2015.0157%208%2015.0157ZM11.1927%205.07275L6.49898%209.796L4.38523%207.68225C4.18998%207.487%203.87348%207.487%203.67798%207.68225C3.48273%207.8775%203.48273%208.194%203.67798%208.38925L6.15273%2010.8643C6.34798%2011.0592%206.66448%2011.0592%206.85998%2010.8643C6.88248%2010.8418%206.90175%2010.8172%206.91925%2010.7917L11.9003%205.77998C12.0953%205.58473%2012.0953%205.26823%2011.9003%205.07275C11.7048%204.8775%2011.3883%204.8775%2011.1927%205.07275Z%22%20fill%3D%22%2333221C%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_108_2061%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
  /* Hide default icon */ }

.nectar-fancy-ul ul li em, .wpb_text_column > .wpb_wrapper ul > li em {
  text-transform: uppercase !important;
  font-style: normal !important;
  margin-bottom: 10px !important;
  display: inline-block; }

.nectar-fancy-ul ul li {
  margin-bottom: 10px;
  line-height: inherit !important; }

.wpb_text_column > .wpb_wrapper ul {
  list-style: none; }
  .wpb_text_column > .wpb_wrapper ul > li {
    list-style: none;
    position: relative;
    padding-left: 38px;
    margin-bottom: 10px; }
    .wpb_text_column > .wpb_wrapper ul > li:before {
      position: absolute;
      left: 2px;
      top: 4px; }

/**
 * Testimonials
 */
body .testimonial_slider[data-style="minimal"] .controls,
body .testimonial_slider:not([data-style*=multiple_visible]) .controls {
  display: none !important; }
body .testimonial_slider[data-style="minimal"] blockquote,
body .testimonial_slider:not([data-style*=multiple_visible]) blockquote {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: unset; }
  body .testimonial_slider[data-style="minimal"] blockquote span,
  body .testimonial_slider:not([data-style*=multiple_visible]) blockquote span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600; }
    body .testimonial_slider[data-style="minimal"] blockquote span:not(.title),
    body .testimonial_slider:not([data-style*=multiple_visible]) blockquote span:not(.title) {
      transform: none !important; }
  body .testimonial_slider[data-style="minimal"] blockquote .title,
  body .testimonial_slider:not([data-style*=multiple_visible]) blockquote .title {
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
    color: #33221C;
    font-family: var(--pp-theme-fw2) !important;
    font-weight: 400; }
body .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:after,
body .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:after,
body .testimonial_slider:not([data-style*=multiple_visible]) .testimonial-next-prev .next:after,
body .testimonial_slider:not([data-style*=multiple_visible]) .testimonial-next-prev .prev:after {
  top: 46%; }
body .testimonial_slider[data-style="minimal"] .testimonial-next-prev .next:after,
body .testimonial_slider:not([data-style*=multiple_visible]) .testimonial-next-prev .next:after {
  right: 5px; }
body .testimonial_slider[data-style="minimal"] .testimonial-next-prev .prev:after,
body .testimonial_slider:not([data-style*=multiple_visible]) .testimonial-next-prev .prev:after {
  right: 5px; }
body .testimonial_slider[data-style="minimal"] .fa.fa-angle-left:before,
body .testimonial_slider:not([data-style*=multiple_visible]) .fa.fa-angle-left:before {
  font-family: 'icomoon';
  content: "\e901"; }
body .testimonial_slider[data-style="minimal"] .fa.fa-angle-right:before,
body .testimonial_slider:not([data-style*=multiple_visible]) .fa.fa-angle-right:before {
  font-family: 'icomoon';
  content: "\e900"; }

/**
 * Page Headings
 */
@media (max-width: 690px) {
  .heading-page {
    text-align: center !important; }

  .heading-section {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important; } }
/**
 * Image shadows
 */
.theme-svg-shadow {
  border-radius: var(--pp-theme-br2);
  overflow: hidden;
  transform: translateZ(0);
  position: absolute;
  z-index: -1;
  max-width: 100%;
  height: auto; }

.pp-isa-wrapper {
  position: relative; }

.pp-isa-parent .hover-wrap,
.pp-isa-s-parent .hover-wrap {
  margin-bottom: 0 !important; }
.pp-isa-parent .hover-wrap-inner,
.pp-isa-s-parent .hover-wrap-inner {
  position: relative; }
.pp-isa-parent img,
.pp-isa-s-parent img {
  border-radius: var(--pp-theme-br2); }

.pp-isa-s-parent {
  position: absolute;
  z-index: -1; }

.pp-isa-wrapper.t1 {
  display: inline-block;
  max-width: 545px; }

.pp-isa-parent.t1-parent .hover-wrap-inner {
  padding-bottom: 6%;
  padding-left: 8%; }

.pp-isa-s-parent.t1-parent {
  bottom: 0;
  right: 0; }

.pp-isa-wrapper.t1 .theme-svg-shadow, .pp-isa-wrapper.t1 .theme-svg-shadow.pp-isa-s-parent {
  bottom: 0;
  right: 0; }

.pp-isa-parent.t2-parent .hover-wrap-inner {
  padding-bottom: 7%; }
.pp-isa-parent.t2-parent img {
  max-width: 95%;
  margin-left: 5%; }

.pp-isa-s-parent.t2-parent {
  bottom: 0;
  left: 0;
  max-width: 72%; }

.pp-isa-parent.t3-parent .hover-wrap-inner {
  padding: 4% 0; }
.pp-isa-parent.t3-parent img {
  max-width: 98%;
  margin-left: 2%; }

.pp-isa-s-parent.t3-parent {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 72%; }

.pp-isa-parent.t4-parent img {
  max-width: 96%;
  margin-right: 4%; }

.pp-isa-s-parent.t4-parent {
  max-width: 75%;
  right: 0;
  top: 50%;
  transform: translateY(-44%); }

@media (max-width: 999px) {
  .pp-isa-parent.t4-parent .hover-wrap-inner {
    padding-bottom: 3%; }
  .pp-isa-parent.t4-parent img {
    margin-right: auto;
    display: block; }

  .pp-isa-s-parent.t4-parent {
    top: unset;
    transform: none;
    bottom: 0; } }
.pp-isa-parent.t5-parent img {
  max-width: 96%;
  margin-right: 4%; }

.pp-isa-s-parent.t5-parent {
  max-width: 75%;
  right: 0;
  top: 50%;
  transform: translateY(-56%); }

@media (max-width: 999px) {
  .pp-isa-parent.t5-parent .hover-wrap-inner {
    padding-top: 3%; }
  .pp-isa-parent.t5-parent img {
    margin-right: auto;
    display: block; }

  .pp-isa-s-parent.t5-parent {
    top: 0;
    transform: none; } }
.pp-isa-wrapper.t6 {
  display: inline-block;
  max-width: 572px; }

.pp-isa-parent.t6-parent .hover-wrap-inner {
  padding-top: 3%;
  padding-left: 5%;
  padding-bottom: 5%; }

.pp-isa-s-parent.t6-parent {
  top: 0;
  left: 0;
  max-width: 85%; }

@media (max-width: 999px) {
  .pp-isa-wrapper.t6 {
    display: block;
    margin: 0 auto; } }
.pp-isa-wrapper.t7 {
  max-width: 675px; }

.pp-isa-parent.t7-parent .hover-wrap-inner {
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%; }
  .pp-isa-parent.t7-parent .hover-wrap-inner > img {
    margin-left: auto; }

.pp-isa-s-parent.t7-parent {
  bottom: 0;
  right: 1%; }

@media (max-width: 999px) {
  .pp-isa-wrapper.t7 {
    margin: 0 auto; } }
.pp-isa-wrapper.t7 .theme-svg-shadow, .pp-isa-wrapper.t7 .theme-svg-shadow.pp-isa-s-parent {
  bottom: 0;
  right: 1%; }

/**
 * Contact Page
 */
.col-left-contact-page-content > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start; }

.contact-map-text {
  display: none !important; }

@media (max-width: 999px) {
  .contact-map-text {
    display: block !important; } }
/**
 * Fancybox
 */
/**
 * Masonry grid shadow
 */
.portfolio-items[data-ps="7"] .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg,
.portfolio-items[data-ps="8"] .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
  background-color: var(--pp-theme-color) !important; }

/**
 * Blog
 */
body .meta-category {
  display: none !important; }

.nectar-post-grid-wrap .nectar-post-grid .nectar-post-grid-item .content .post-heading,
.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-columns="4"] .nectar-post-grid-item .content .post-heading {
  font-family: "Montserrat", sans-serif !important; }

body .meta-author {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
