/**
 * 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-ff: Manrope;
  --pp-theme-ff2: Manrope;
  --pp-theme-color: #01271E;
  --pp-theme-color2: #e0e0e0;
  --pp-theme-color3: #e5e5e5;
  --pp-theme-color4: transparent;
  --pp-theme-color5: #01271E;
  --pp-theme-color-transparent: transparent;
  --pp-theme-color-white: #FFFFFF;
  --pp-theme-color-black: #000000;
  --pp-theme-color-bg: #0B0B0B;
  --pp-theme-br: 5px;
  --pp-theme-br2: 10px;
  --pp-theme-br3: 15px;
  --pp-theme-br4: 20px;
  --pp-theme-br5: 60px;
  --pp-theme-placeholder-color: #bbb4b4;
  --pp-theme-placeholder-color2: #000000;
  --pp-theme-bg: #0B0B0B;
  --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 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-ff);
  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; }

/**
 * 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; }

/**
 * Contacts
 */
.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; } }
/**
 * Divider
 */
.divider.d-7p {
  padding-top: 7%;
  display: block;
  width: 100%; }

/**
 * Buttons
 */
/**
 * Buttons
 */
:root {
  --pp-button-br: 10px; }

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 {
  border-radius: var(--pp-button-br) !important;
  -webkit-border-radius: var(--pp-button-br) !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 {
  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-color) !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-color) !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-color) !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-color) !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 {
  background-color: var(--pp-theme-color) !important;
  border-color: var(--pp-theme-color) !important;
  color: var(--pp-theme-color) !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-color) !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-color) !important;
  border-color: var(--pp-theme-color) !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-color) !important;
  border-color: var(--pp-theme-color) !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; }

@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; } }
/**
 * Theme Specific
 * ---------------------------------------------------------------------------------------------------------------------
 */
:root {
  --pp-button-br: var(--pp-theme-br); }

/**
 * Header
 */
/**
 * Footer
 */
/**
 * Popups
 */
/**
 * Forms
 */
/**
 * Global
 */
:root {
  --pp-field-label-font-color: #000000;
  --pp-field-font-color: #000000;
  --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: #000000;
  --pp-field-border-radius: 10px;
  --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: none;
  --pp-field-placeholder-color: #33221C80;
  --pp-field-checkbox-color: var(--pp-field-font-color);
  --pp-field-checkbox-bg-color: transparent; }

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-field-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-field-placeholder-color);
  font-size: 12px;
  line-height: 20px; }

/* Older versions of Safari */
textarea::-webkit-input-placeholder {
  color: var(--pp-field-placeholder-color);
  font-size: 12px;
  line-height: 20px; }

/* Older versions of Firefox */
textarea:-moz-placeholder {
  color: var(--pp-field-placeholder-color);
  font-size: 12px;
  line-height: 20px; }

/* Older versions of Opera */
textarea::-moz-placeholder {
  color: var(--pp-field-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-field-checkbox-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-field-checkbox-bg-color);
      /* Not removed via appearance */
      margin: 0;
      font: inherit;
      color: currentColor;
      color: var(--pp-field-checkbox-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-field-label-font-color);
      font-size: 14px;
      line-height: 18px;
      margin-top: 5px; }
      .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
        color: var(--pp-field-label-font-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-field-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);
  margin-top: 20px !important; }

.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-field-placeholder-color);
    font-weight: 500;
    font-size: 12px;
    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)
 */
:root {
  --pp-field-dp-bg-color: #FFFFFF;
  --pp-field-dp-bg-color2: #33221C40;
  --pp-field-dp-bg-color3: #000000;
  --pp-field-dp-ff: inherit; }

/**
 * Date (Air Datepicker)
 */
.ppf-datepicker-parent:before {
  font-family: "icomoon";
  content: "\e902";
  position: absolute;
  font-size: 19px;
  color: var(--pp-field-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 .ppf-datepicker-parent:before {
  color: var(--pp-field-font-color); }

input.ppf-datepicker {
  box-sizing: border-box; }

body .air-datepicker {
  overflow: hidden;
  --gutter-air-datepicker-buttons: calc(var(--adp-padding) / 2); }
  body .air-datepicker .air-datepicker-body--day-names {
    margin: -5px -4px 0px; }
  body .air-datepicker .air-datepicker--buttons {
    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 {
      border-radius: var(--pp-field-border-radius);
      padding: 8px; }
  body .air-datepicker i {
    font-family: var(--pp-field-dp-ff); }

@media (max-width: 999px) {
  body .air-datepicker .air-datepicker-button.custom-close-button {
    display: none; } }
/**
 * Theme specific
 * ---------------------------------------------------------------------------------------------------------------------
 */
/**
 * 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-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); }
    .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
 * ---------------------------------------------------------------------------------------------------------------------
 */
/**
 * Headings
 */
/**
 * Headings
 */
:root {
  --pp-headings-ff: var(--pp-theme-ff); }

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-headings-ff);
  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-headings-ff);
  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-headings-ff);
  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-headings-ff);
  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-headings-ff);
  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-color) !important; }

body {
  margin-top: 20px; }

#header-outer.side-widget-open a#logo {
  opacity: 0; }

.mobile-toggle-block .toggles.accordion[data-style="minimal"] .toggle {
  border-bottom: 1px solid #dce2e0 !important; }
.mobile-toggle-block .custom-table tr td {
  color: #80938f !important;
  border: none !important; }

#slide-out-widget-area-bg:before {
  transition: opacity .25s ease;
  -webkit-transition: opacity .25s ease;
  content: " ";
  background-image: url(/wp-content/themes/norsaf/assets/images/mobile-menu-letters.png);
  background-repeat: no-repeat;
  background-color: #e4e9e4;
  background-position: 90% -62px;
  background-color: #e4e9e4;
  width: 100%;
  height: 80%;
  left: 20px;
  bottom: 0px;
  display: block;
  z-index: 0;
  position: absolute;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0; }
#slide-out-widget-area-bg.open:before {
  opacity: 1; }

#slide-out-widget-area .first-word {
  font-weight: 600; }
#slide-out-widget-area .off-canvas-menu-container.mobile-only .menu-wrap.menuwrapper {
  text-align: left !important; }
  #slide-out-widget-area .off-canvas-menu-container.mobile-only .menu-wrap.menuwrapper .menu .menu-item {
    padding-left: 20px;
    padding-bottom: 1vh; }
    #slide-out-widget-area .off-canvas-menu-container.mobile-only .menu-wrap.menuwrapper .menu .menu-item:last-child a {
      display: inline-block;
      background-color: #11A44A;
      border-radius: 50px;
      font-size: 16px !important;
      color: white;
      font-weight: 400;
      padding: 5px 16px; }

body.material[data-button-style^=rounded] .nectar-button.has-icon:not([class*=see-through]) i {
  background: transparent !important; }

.mobile {
  margin-top: 0px; }
  .mobile header#top .container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .mobile .top-level {
    margin-left: -7%;
    margin-right: -7%; }
    .mobile .top-level > .row-bg-wrap {
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important; }
      .mobile .top-level > .row-bg-wrap:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #00000052;
        z-index: 1; }

body.material[data-button-style^=rounded] .nectar-button.medium {
  font-size: 16px;
  font-weight: 600; }
body.material[data-button-style^=rounded] .nectar-button.has-icon {
  padding-right: 27px !important; }
  body.material[data-button-style^=rounded] .nectar-button.has-icon:hover i {
    transform: translateY(-50%) translateX(12px); }
body.material[data-button-style^=rounded] .nectar-button.green-button {
  border: 1px solid #11A44A; }
  body.material[data-button-style^=rounded] .nectar-button.green-button:hover {
    background-color: transparent !important;
    border: 1px solid #11A44A; }
    body.material[data-button-style^=rounded] .nectar-button.green-button:hover span {
      color: #11A44A; }
    body.material[data-button-style^=rounded] .nectar-button.green-button:hover i.icon-button-arrow {
      color: #11A44A; }

.main-content {
  background-repeat: repeat-y;
  background-size: 83%;
  background-position: center top;
  background-image: url(/wp-content/uploads/2025/04/bg-effect.png) !important; }

.copyright-text-custom {
  text-align: center;
  padding: 10px;
  color: #01271E80; }

@media (min-width: 999px) {
  #footer-global .no-widget-title {
    padding-top: 52px; } }
#footer-global .widgettitle {
  color: #01271E;
  font-size: 16px;
  font-weight: 700; }
#footer-global ul li.menu-item {
  padding-bottom: 15px; }
  #footer-global ul li.menu-item a {
    color: #01271E80; }

.footer-logo {
  max-width: 184px !important;
  width: 100% !important; }
  .footer-logo svg {
    width: 100%; }

#header-outer.transparent {
  margin-top: 30px; }
#header-outer header#top .container {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 999px) {
    #header-outer header#top .container {
      padding-left: 150px;
      padding-right: 150px; } }

.blog-recent[data-style*=classic_enhanced] .post-featured-img {
  border-radius: 20px;
  overflow: hidden; }
.blog-recent[data-style*=classic_enhanced] .meta-category {
  display: none; }
.blog-recent[data-style*=classic_enhanced] .inner-wrap {
  box-shadow: none; }
.blog-recent[data-style*=classic_enhanced] .article-content-wrap {
  padding: 10px 0px 0px 0px; }

.design-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1f1f1f;
  min-height: 100vh;
  padding: 100px 0; }

.design {
  display: flex;
  align-items: center;
  justify-content: center; }

table.custom-table {
  border: none !important;
  border-spacing: 20px !important;
  border-collapse: separate !important; }
  table.custom-table tr {
    background-color: transparent !important;
    border: none !important; }
    table.custom-table tr th {
      border: none !important;
      padding-left: 0px !important;
      font-size: 20px !important;
      font-weight: 600 !important;
      color: #01271E;
      vertical-align: bottom !important; }
    table.custom-table tr td {
      border: none !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      border-top: 1px solid #dce2e0 !important;
      padding-bottom: 0px !important;
      padding-top: 20px !important;
      font-size: 18px !important;
      color: #1B2825 !important; }

@media (max-width: 768px) {
  table.custom-table {
    border-spacing: 0px !important; }
    table.custom-table tr th {
      font-size: 16px !important; }
    table.custom-table tr td {
      padding-bottom: 10px !important;
      padding-top: 10px !important;
      font-size: 16px !important; } }
.timeline {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.timeline-content {
  box-shadow: 0px 4px 61.3px 0px #21212126;
  background-color: #FFFFFF;
  padding: 20px;
  padding: 1.75rem;
  margin: 1rem;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: 0.4s ease;
  text-align: left; }
  @media (min-width: 768px) {
    .timeline-content {
      margin-bottom: -36px !important;
      margin-top: 20px !important; } }
  @media (min-width: 768px) {
    .timeline-content.last-item-timeline {
      margin-bottom: 30px !important; } }
  .timeline-content.timeline-green {
    background-color: #e4e9e4; }
  .timeline-content h4 {
    margin-bottom: 15px !important; }
  .timeline-content h5 {
    margin-bottom: 15px;
    color: #01271E; }
  @media screen and (min-width: 768px) {
    .timeline-content.text-right {
      text-align: right; } }

.timeline-component {
  margin: 0px 20px 20px 20px; }
  @media (max-width: 768px) {
    .timeline-component {
      margin-left: 0px;
      margin-right: 0px; } }

@media screen and (min-width: 768px) {
  .timeline {
    display: grid;
    grid-template-columns: 1fr 3px 1fr; }

  .timeline-middle {
    position: relative;
    background-color: #11A44A;
    width: 1px;
    height: 100%; }

  .main-middle {
    opacity: 0; }

  .timeline-circle {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #11A44A;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .timeline-circle.small {
      width: 5px;
      height: 5px; } }
#header-outer.transparent #top nav .sf-menu > .current-menu-item > a {
  font-weight: 700; }

.wpcf7-form-control.wpcf7-acceptance label {
  color: #01271E !important; }
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
  padding-top: 0px;
  font-size: 18px !important;
  color: #7f928e !important; }

.wpcf7-acceptance .wpcf7-list-item label input[type='checkbox'] {
  border-radius: 10px; }

.wpcf7-form label {
  color: #01271E; }
  .wpcf7-form label span {
    padding-top: 10px; }
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #7f928e;
  opacity: 1;
  font-size: 14px; }

.back-button-article, .next-post {
  margin-bottom: 50px; }
  .back-button-article a, .next-post a {
    color: #01271E;
    font-size: 16px;
    font-weight: 400; }
    .back-button-article a:hover, .next-post a:hover {
      color: #01271E; }

.back-button-article {
  width: 49%;
  float: left; }
  .back-button-article i {
    margin-right: 10px;
    transform: rotate(180deg); }

.next-post {
  width: 49%;
  float: right;
  text-align: right; }
  .next-post i {
    margin-left: 10px; }

.manates-image-parent {
  float: left;
  margin-right: 30px; }
  .manates-image-parent:last-of-type {
    margin-right: 0px; }

.mandates-ul .black_li, .mandates-ul .green_li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  font-size: 16px;
  color: #80938f; }
  .mandates-ul .black_li:before, .mandates-ul .green_li:before {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-right: 10px;
    background-color: red; }
.mandates-ul .black_li:before {
  background-color: #01271E; }
.mandates-ul .green_li:before {
  background-color: #11A44A; }

.fuel-ul {
  display: block;
  padding-left: 0px !important; }

.font-16 {
  font-size: 16px; }

.fuel_01, .fuel_02, .fuel_03, .fuel_04 {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  font-size: 16px;
  color: #01271E; }
  .fuel_01:before, .fuel_02:before, .fuel_03:before, .fuel_04:before {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-right: 10px;
    background-color: red; }

.fuel_01:before {
  background-color: #20356C; }

.fuel_02:before {
  background-color: #FAB49A; }

.fuel_03:before {
  background-color: #0089D1; }

.fuel_04:before {
  background-color: #FCB946; }

.float-left-item {
  float: left;
  width: 49%; }

.float-right-item {
  float: right;
  width: 49%; }

.float-left-item, .float-right-item {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .float-left-item, .float-right-item {
      width: 100%;
      float: none; } }

.mas-container {
  column-count: 2;
  column-gap: 30px; }
  .mas-container .mas-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    box-sizing: border-box;
    break-inside: avoid; }
    .mas-container .mas-item.simple {
      color: #11A44A !important;
      box-shadow: none;
      padding: 0px;
      background: transparent; }
      .mas-container .mas-item.simple h4 {
        color: #11A44A !important;
        font-weight: 600; }
    .mas-container .mas-item h4 {
      font-size: 20px;
      margin-top: 0; }
    .mas-container .mas-item p {
      padding-top: 10px;
      padding-bottom: 0px; }

@media (max-width: 768px) {
  .mas-container {
    column-count: 1; } }
#sidebar h4 {
  font-size: 24px;
  color: #01271E !important;
  font-weight: 400; }
#sidebar #recent-posts-extra-2 li .post-date {
  display: none; }

body.single-post.material[data-bg-header=true] .container.main-content {
  padding-top: 0px; }
body.single-post.material[data-bg-header=true] .container-wrap {
  padding-top: 0px !important; }

.single-post .post-area h3 {
  padding-bottom: 20px; }

.inside-date {
  display: block;
  padding-bottom: 10px; }
  .inside-date:before {
    content: url("/wp-content/uploads/2025/04/news-icon.svg");
    width: 18px;
    height: 14px;
    display: inline-block;
    vertical-align: -1px; }
  .inside-date .meta-date {
    display: inline-block;
    padding-left: 5px;
    color: #80938f;
    font-weight: 700;
    font-size: 14px; }

@media (min-width: 1150px) {
  .nectar-post-grid.featured-first-item > .nectar-post-grid-item:first-child {
    width: calc(66.68% - 20px) !important; } }

.nectar-post-grid .nectar-post-grid-item-bg-wrap {
  border-radius: 20px;
  max-height: 272px; }
.nectar-post-grid .nectar-post-grid-item .content {
  padding-top: 10px !important; }
  .nectar-post-grid .nectar-post-grid-item .content .item-main {
    display: grid !important; }
    .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__meta-wrap {
      order: 1;
      display: block; }
      .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__meta-wrap:before {
        content: url("/wp-content/uploads/2025/04/news-icon.svg");
        width: 18px;
        height: 14px;
        display: inline-block;
        vertical-align: -1px; }
      .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__meta-wrap .meta-date {
        display: inline-block;
        padding-left: 5px;
        color: #80938f;
        font-weight: 700;
        font-size: 14px; }
    .nectar-post-grid .nectar-post-grid-item .content .item-main .post-heading {
      order: 2;
      padding-top: 10px; }
    .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__excerpt-wrap {
      display: block;
      order: 3;
      padding-top: 20px;
      padding-bottom: 20px; }
    .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__read-more {
      order: 4;
      border: 1px solid #11A44A;
      background-color: #11A44A;
      display: inline-block !important;
      border-radius: 20px;
      color: #fff;
      padding: 12px 18px;
      font-size: 16px;
      line-height: 20px;
      width: 148px; }
      .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__read-more span {
        color: #fff; }
        .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__read-more span:after {
          content: "\e909";
          font-size: 15px;
          padding-left: 7px;
          font-family: 'icomoon' !important; }
        .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__read-more span svg {
          display: none; }
      .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__read-more:hover {
        background-color: transparent !important;
        border: 1px solid #11A44A; }
        .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__read-more:hover span {
          color: #11A44A; }
        .nectar-post-grid .nectar-post-grid-item .content .item-main .nectar-post-grid-item__read-more:hover i.icon-button-arrow {
          color: #11A44A; }
    .nectar-post-grid .nectar-post-grid-item .content .item-main .meta-excerpt {
      color: #80938f !important; }

.wpb_text_column ul {
  padding-left: 20px; }
  .wpb_text_column ul li {
    list-style: disc;
    list-style-position: outside; }

.toggles.accordion[data-style="minimal"] .toggle {
  border: none !important; }
  .toggles.accordion[data-style="minimal"] .toggle .toggle-title a {
    color: #01271E !important; }
  .toggles.accordion[data-style="minimal"] .toggle .toggle-title i {
    color: #01271E;
    border: none !important; }
    .toggles.accordion[data-style="minimal"] .toggle .toggle-title i.fa-plus-circle:before, .toggles.accordion[data-style="minimal"] .toggle .toggle-title i.fa-plus-circle:after {
      all: unset; }
    .toggles.accordion[data-style="minimal"] .toggle .toggle-title i.fa-plus-circle:before {
      content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18%2015L12%209L6%2015%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
      transform: rotate(180deg);
      display: inline-block;
      width: 24px;
      height: 24px; }
    .toggles.accordion[data-style="minimal"] .toggle .toggle-title i.fa-minus-circle:before, .toggles.accordion[data-style="minimal"] .toggle .toggle-title i.fa-minus-circle:after {
      all: unset; }
    .toggles.accordion[data-style="minimal"] .toggle .toggle-title i.fa-minus-circle:before {
      content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M18%2015L12%209L6%2015%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
      display: inline-block;
      width: 24px;
      height: 24px; }

/**
 * Theme Specific
 * ---------------------------------------------------------------------------------------------------------------------
 */
/**
 * lang
 */
.custom-lang-switcher {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0 10%;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  position: inherit !important;
  top: unset !important;
  left: unset !important;
  opacity: 1 !important;
  transform: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }
  .custom-lang-switcher li, .custom-lang-switcher > span {
    display: inline;
    margin-left: 5px !important;
    margin-right: 5px !important; }
  .custom-lang-switcher a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22.4px; }
  .custom-lang-switcher a:not(.lang-link) {
    display: none !important; }

#search-outer .ui-widget-content, body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul.custom-lang-switcher {
  background-color: transparent !important; }
  #search-outer .ui-widget-content li, body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul.custom-lang-switcher li {
    opacity: 1 !important;
    transform: none !important;
    color: var(--pp-theme-color-white) !important; }
  #search-outer .ui-widget-content a, body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul.custom-lang-switcher a {
    color: var(--pp-theme-color-white) !important; }
  #search-outer .ui-widget-content > a, body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul.custom-lang-switcher > a {
    display: none !important; }

body #header-outer:not([data-format="left-header"]):not(.small-nav) #top nav > ul > li:not(.megamenu) ul.custom-lang-switcher a {
  color: var(--pp-theme-color-white) !important;
  background: transparent !important; }

body #header-outer:not([data-format="left-header"]).small-nav #top nav > ul > li:not(.megamenu) ul.custom-lang-switcher a {
  color: #01271e !important;
  background: transparent !important; }

.sf-menu > li ul.custom-lang-switcher {
  padding: 0;
  width: auto !important; }
  .sf-menu > li ul.custom-lang-switcher li {
    width: auto !important; }

@media (min-width: 1000px) {
  .pp-nav-lang-mitem {
    order: -1 !important; } }
@media (max-width: 999px) {
  .pp-nav-lang-mitem {
    display: none !important; }

  .custom-lang-switcher li {
    margin: 0 !important;
    padding-left: 20px;
    padding-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
