:root {
  --color-primary: #3b7d3e;
  --color-secondary: #1e1e1e;
  --color-tertiary: #f8f8f8;
  --color-light: #f8f8f8;
  --color-dark: #1e1e1e;
  --color-light-bg-text-heading: #333333;
  --color-light-bg-text-body: #333333;
  --color-light-bg-link: #3b7d3e;
  --color-light-bg-link-hover: #68b56b;
  --light-bg-btn-default-shape: 0px;
  --light-bg-btn-default-type: Solid;
  --light-bg-btn-default-border-color: #1e1e1e;
  --light-bg-btn-default-text-color: #1e1e1e;
  --light-bg-btn-default-hover-border-color: #1e1e1e;
  --light-bg-btn-default-hover-text-color: #ffffff;
  --light-bg-btn-default-bg: #00336600;
  --light-bg-btn-default-hover-bg: #1e1e1e;
  --color-dark-bg-text-heading: #ffffff;
  --color-dark-bg-text-body: #ffffff;
  --color-dark-bg-link: #eaeaea;
  --color-dark-bg-link-hover: #f8f8f8;
  --dark-bg-btn-default-shape: 0px;
  --dark-bg-btn-default-type: Solid;
  --dark-bg-btn-default-border-color: #ffffff;
  --dark-bg-btn-default-text-color: #ffffff;
  --dark-bg-btn-default-hover-border-color: #3b7d3e;
  --dark-bg-btn-default-hover-text-color: #ffffff;
  --dark-bg-btn-default-bg: #ffffff00;
  --dark-bg-btn-default-hover-bg: #3b7d3e;
  --color-primary-bg-text-heading: #ffffff;
  --color-primary-bg-text-body: #ffffff;
  --color-primary-bg-link: #eaeaea;
  --color-primary-bg-link-hover: #f8f8f8;
  --primary-bg-btn-default-shape: 0px;
  --primary-bg-btn-default-type: Solid;
  --primary-bg-btn-default-border-color: #1e1e1e;
  --primary-bg-btn-default-text-color: #1e1e1e;
  --primary-bg-btn-default-hover-border-color: #1e1e1e;
  --primary-bg-btn-default-hover-text-color: #ffffff;
  --primary-bg-btn-default-bg: #00336600;
  --primary-bg-btn-default-hover-bg: #1e1e1e;
  --color-secondary-bg-text-heading: #ffffff;
  --color-secondary-bg-text-body: #ffffff;
  --color-secondary-bg-link: #eaeaea;
  --color-secondary-bg-link-hover: #f8f8f8;
  --secondary-bg-btn-default-shape: 0px;
  --secondary-bg-btn-default-type: Solid;
  --secondary-bg-btn-default-border-color: #3b7d3e;
  --secondary-bg-btn-default-text-color: #ffffff;
  --secondary-bg-btn-default-hover-border-color: #66bf69;
  --secondary-bg-btn-default-hover-text-color: #ffffff;
  --secondary-bg-btn-default-bg: #3b7d3e;
  --secondary-bg-btn-default-hover-bg: #66bf69;
  --color-tertiary-bg-text-heading: #1e1e1e;
  --color-tertiary-bg-text-body: #1e1e1e;
  --color-tertiary-bg-link: #3b7d3e;
  --color-tertiary-bg-link-hover: #68b56b;
  --tertiary-bg-btn-default-shape: 0px;
  --tertiary-bg-btn-default-type: Solid;
  --tertiary-bg-btn-default-border-color: #1e1e1e;
  --tertiary-bg-btn-default-text-color: #1e1e1e;
  --tertiary-bg-btn-default-hover-border-color: #1e1e1e;
  --tertiary-bg-btn-default-hover-text-color: #ffffff;
  --tertiary-bg-btn-default-bg: #00336600;
  --tertiary-bg-btn-default-hover-bg: #1e1e1e;
  --branding-background-image-url: url("https://multitenantplatform.blob.core.windows.net/tenant-367/branding-assets/d8bdd9a4-5f47-4774-8928-cdea291e5c0a.png");
  --font-heading-family: 'Pliant';
  --font-heading-hero-size: 55px;
  --font-heading-hero-size-mobile: 30px;
  --font-heading-hero-weight: 700;
  --font-heading-hero-style: normal;
  --font-heading-section-size: 32px;
  --font-heading-section-size-mobile: 20px;
  --font-heading-section-weight: 600;
  --font-heading-section-style: normal;
  --font-heading-subheading-size: 22px;
  --font-heading-subheading-size-mobile: 16px;
  --font-heading-subheading-weight: 600;
  --font-heading-subheading-style: normal;
  --font-body-family: 'Montserrat';
  --font-lead-size: 18px;
  --font-lead-size-mobile: 16px;
  --font-lead-weight: 400;
  --font-lead-style: normal;
  --font-body-size: 14px;
  --font-body-size-mobile: 14px;
  --font-body-weight: 400;
  --font-body-style: normal;
  --font-btn-family: 'Pliant';
  --font-btn-size: 19px;
  --font-btn-size-mobile: 18px;
  --font-btn-weight: 500;
  --font-btn-style: normal;
  --btn-primary-shape: 0px;
  --btn-primary-type: Solid;
  --btn-primary-border-color: #3b7d3e;
  --btn-primary-text-color: #ffffff;
  --btn-primary-hover-border-color: #66bf69;
  --btn-primary-hover-text-color: #ffffff;
  --btn-primary-bg: #3b7d3e;
  --btn-primary-hover-bg: #66bf69;
  --btn-secondary-shape: 0px;
  --btn-secondary-type: Solid;
  --btn-secondary-border-color: #1e1e1e;
  --btn-secondary-text-color: #1e1e1e;
  --btn-secondary-hover-border-color: #1e1e1e;
  --btn-secondary-hover-text-color: #ffffff;
  --btn-secondary-bg: #00336600;
  --btn-secondary-hover-bg: #1e1e1e;
  --btn-tertiary-shape: 0px;
  --btn-tertiary-type: Solid;
  --btn-tertiary-border-color: #1e1e1e;
  --btn-tertiary-text-color: #ffffff;
  --btn-tertiary-hover-border-color: #3b7d3e;
  --btn-tertiary-hover-text-color: #ffffff;
  --btn-tertiary-bg: #1e1e1e;
  --btn-tertiary-hover-bg: #3b7d3e;
  --btn-light-shape: 0px;
  --btn-light-type: Solid;
  --btn-light-border-color: #ffffff;
  --btn-light-text-color: #ffffff;
  --btn-light-hover-border-color: #3b7d3e;
  --btn-light-hover-text-color: #ffffff;
  --btn-light-bg: #ffffff00;
  --btn-light-hover-bg: #3b7d3e;
  --btn-dark-shape: 0px;
  --btn-dark-type: Solid;
  --btn-dark-border-color: #1e1e1e;
  --btn-dark-text-color: #1e1e1e;
  --btn-dark-hover-border-color: #1e1e1e;
  --btn-dark-hover-text-color: #ffffff;
  --btn-dark-bg: #33333300;
  --btn-dark-hover-bg: #1e1e1e;
  --nav-bg-color: #ffffff;
  --nav-link-color: #1e1e1e;
  --nav-phone-color: #1e1e1e;
  --footer-nav-bg-color: #1e1e1e;
  --footer-nav-link-color: #ffffff;
  --footer-nav-text-color: #ffffff;
  --footer-nav-bg-luminance: secondary;
  --form-bg-color: #1e1e1e;
  --form-text-color: #ffffff;
  --form-sublevel-bg-color: #1e1e1e;
  --form-sublevel-text-color: #ffffff;
  --services-card-bg-1: #ffffff;
  --services-card-bg-2: #000000;
  --services-card-bg-4: #ffffff;
  --services-card-bg-5: #1e1e1e;
  --services-card-bg-6: #ffffff;
  --services-card-bg-7: #3b7d3e;
  --services-tab-bg-1: #3b7d3e;
  --benefits-icon-size-1: 50px;
  --benefits-card-bg-1: #ffffff;
  --benefits-card-bg-2: #ffffff;
  --benefits-icon-size-4: 32px;
  --benefits-card-bg-4: #ffffff;
}

.section-title, .pb-section-title, h1, h2, h3, h4, .h1, .h2, .h3, .h4, .btn {
  text-transform: uppercase;
}

.pb-trusted-brands-section .pb-section-header::before {
  display: none !important;
}

.pb-section-header {
  position: relative;
  width: fit-content;
}
.pb-section-header .section-title {
  padding-bottom: 0 !important;
}
.pb-section-header .section-title:after {
  display: none !important;
}
.pb-section-header:before {
  position: absolute;
  top: -10px;
  left: -10px;
  background: transparent;
  border-left: 2px dashed black;
  border-top: 2px dashed black;
  width: 150px;
  height: 80px;
  content: "";
}

.pb-verbiage-wrapper-hook, .pb-form-inner {
  position: relative;
}
.pb-verbiage-wrapper-hook:before, .pb-form-inner:before {
  position: absolute;
  top: -10px;
  left: -10px;
  background: transparent;
  border-left: 2px dashed black;
  border-top: 2px dashed black;
  width: 150px;
  height: 80px;
  content: "";
}
.pb-verbiage-wrapper-hook .section-title, .pb-form-inner .section-title {
  padding-bottom: 0 !important;
}
.pb-verbiage-wrapper-hook .section-title:after, .pb-form-inner .section-title:after {
  display: none !important;
}
.pb-verbiage-wrapper-hook .lead, .pb-form-inner .lead {
  border-left: none !important;
  border-right: none !important;
}

.pb-bg-light-contrast .pb-verbiage-wrapper-hook:before, .pb-bg-light-contrast .pb-section-header:before, .pb-bg-light-contrast .pb-form-inner:before {
  border-color: var(--color-light-bg-text-body);
}

.pb-bg-dark-contrast .pb-verbiage-wrapper-hook:before, .pb-bg-dark-contrast .pb-section-header:before, .pb-bg-dark-contrast .pb-form-inner:before {
  border-color: var(--color-dark-bg-text-body);
}

.pb-bg-primary-contrast .pb-verbiage-wrapper-hook:before, .pb-bg-primary-contrast .pb-section-header:before, .pb-bg-primary-contrast .pb-form-inner:before {
  border-color: var(--color-primary-bg-text-body);
}

.pb-bg-secondary-contrast .pb-verbiage-wrapper-hook:before, .pb-bg-secondary-contrast .pb-section-header:before, .pb-bg-secondary-contrast .pb-form-inner:before {
  border-color: var(--color-secondary-bg-text-body);
}

.pb-bg-tertiary-contrast .pb-verbiage-wrapper-hook:before, .pb-bg-tertiary-contrast .pb-section-header:before, .pb-bg-tertiary-contrast .pb-form-inner:before {
  border-color: var(--color-tertiary-bg-text-body);
}

.tb-testimonials-section-carousel-variant-1 .pb-carousel-container .carousel .carousel-item .pb-review-card {
  background: var(--color-dark);
  color: var(--color-dark-bg-text-body);
}

.se-video-container {
  position: relative;
}

@media (min-width: 992px) {
  .pb-content-section:has(.psai-custom-process-section) .container {
    position: static;
  }
  .pb-content-section:has(.psai-custom-process-section) .container .pb-content-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
  }
}
.pb-content-section:has(.psai-custom-process-section) .se-video-container:before {
  position: absolute;
  background: var(--color-dark);
  content: "";
  width: 100%;
  height: 100%;
  left: -15px;
  top: -15px;
  border-radius: var(--radius-md);
}