:root {
  --color-primary: #cc0000;
  --color-secondary: #092d7c;
  --color-tertiary: #7da3f5;
  --color-light: #ffffff;
  --color-dark: #0f172a;
  --color-light-bg-text-heading: #092d7c;
  --color-light-bg-text-body: #0f172a;
  --color-light-bg-link: #092d7c;
  --color-light-bg-link-hover: #cc0000;
  --light-bg-btn-default-shape: 4px;
  --light-bg-btn-default-type: Solid;
  --light-bg-btn-default-border-color: #092d7c;
  --light-bg-btn-default-text-color: #ffffff;
  --light-bg-btn-default-hover-border-color: #0d40b3;
  --light-bg-btn-default-hover-text-color: #ffffff;
  --light-bg-btn-default-bg: #092d7c;
  --light-bg-btn-default-hover-bg: #0d40b3;
  --color-dark-bg-text-heading: #FFF;
  --color-dark-bg-text-body: #FFF;
  --color-dark-bg-link: #d8e4ff;
  --color-dark-bg-link-hover: #ffffff;
  --dark-bg-btn-default-shape: 4px;
  --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: #ffffff;
  --dark-bg-btn-default-hover-text-color: #0f172a;
  --dark-bg-btn-default-bg: #ffffff00;
  --dark-bg-btn-default-hover-bg: #ffffff;
  --color-primary-bg-text-heading: #FFF;
  --color-primary-bg-text-body: #FFF;
  --color-primary-bg-link: #d8e4ff;
  --color-primary-bg-link-hover: #ffffff;
  --primary-bg-btn-default-shape: 4px;
  --primary-bg-btn-default-type: Solid;
  --primary-bg-btn-default-border-color: #092d7c;
  --primary-bg-btn-default-text-color: #ffffff;
  --primary-bg-btn-default-hover-border-color: #0d40b3;
  --primary-bg-btn-default-hover-text-color: #ffffff;
  --primary-bg-btn-default-bg: #092d7c;
  --primary-bg-btn-default-hover-bg: #0d40b3;
  --color-secondary-bg-text-heading: #FFF;
  --color-secondary-bg-text-body: #FFF;
  --color-secondary-bg-link: #d8e4ff;
  --color-secondary-bg-link-hover: #ffffff;
  --secondary-bg-btn-default-shape: 4px;
  --secondary-bg-btn-default-type: Solid;
  --secondary-bg-btn-default-border-color: #ffffff;
  --secondary-bg-btn-default-text-color: #ffffff;
  --secondary-bg-btn-default-hover-border-color: #ffffff;
  --secondary-bg-btn-default-hover-text-color: #0f172a;
  --secondary-bg-btn-default-bg: #ffffff00;
  --secondary-bg-btn-default-hover-bg: #ffffff;
  --color-tertiary-bg-text-heading: #FFF;
  --color-tertiary-bg-text-body: #FFF;
  --color-tertiary-bg-link: #092d7c;
  --color-tertiary-bg-link-hover: #ffffff;
  --tertiary-bg-btn-default-shape: 4px;
  --tertiary-bg-btn-default-type: Solid;
  --tertiary-bg-btn-default-border-color: #092d7c;
  --tertiary-bg-btn-default-text-color: #ffffff;
  --tertiary-bg-btn-default-hover-border-color: #0d40b3;
  --tertiary-bg-btn-default-hover-text-color: #ffffff;
  --tertiary-bg-btn-default-bg: #092d7c;
  --tertiary-bg-btn-default-hover-bg: #0d40b3;
  --branding-background-image-url: url("");
  --font-heading-family: 'Roboto';
  --font-heading-hero-size: 54px;
  --font-heading-hero-size-mobile: 32px;
  --font-heading-hero-weight: 400;
  --font-heading-hero-style: normal;
  --font-heading-section-size: 36px;
  --font-heading-section-size-mobile: 28px;
  --font-heading-section-weight: 400;
  --font-heading-section-style: normal;
  --font-heading-subheading-size: 22px;
  --font-heading-subheading-size-mobile: 18px;
  --font-heading-subheading-weight: 400;
  --font-heading-subheading-style: normal;
  --font-body-family: 'Roboto';
  --font-lead-size: 18px;
  --font-lead-size-mobile: 16px;
  --font-lead-weight: 400;
  --font-lead-style: normal;
  --font-body-size: 16px;
  --font-body-size-mobile: 14px;
  --font-body-weight: 400;
  --font-body-style: normal;
  --font-btn-family: 'Roboto';
  --font-btn-size: 16px;
  --font-btn-size-mobile: 16px;
  --font-btn-weight: 500;
  --font-btn-style: normal;
  --btn-primary-shape: 4px;
  --btn-primary-type: Solid;
  --btn-primary-border-color: #cc0000;
  --btn-primary-text-color: #F8FAFC;
  --btn-primary-hover-border-color: #e60000;
  --btn-primary-hover-text-color: #F8FAFC;
  --btn-primary-bg: #cc0000;
  --btn-primary-hover-bg: #e60000;
  --btn-secondary-shape: 4px;
  --btn-secondary-type: Solid;
  --btn-secondary-border-color: #092d7c;
  --btn-secondary-text-color: #ffffff;
  --btn-secondary-hover-border-color: #0d40b3;
  --btn-secondary-hover-text-color: #ffffff;
  --btn-secondary-bg: #092d7c;
  --btn-secondary-hover-bg: #0d40b3;
  --btn-tertiary-shape: 4px;
  --btn-tertiary-type: Solid;
  --btn-tertiary-border-color: #7da3f5;
  --btn-tertiary-text-color: #ffffff;
  --btn-tertiary-hover-border-color: #092d7c;
  --btn-tertiary-hover-text-color: #ffffff;
  --btn-tertiary-bg: #7da3f5;
  --btn-tertiary-hover-bg: #092d7c;
  --btn-light-shape: 4px;
  --btn-light-type: Solid;
  --btn-light-border-color: #ffffff;
  --btn-light-text-color: #ffffff;
  --btn-light-hover-border-color: #ffffff;
  --btn-light-hover-text-color: #0f172a;
  --btn-light-bg: #ffffff00;
  --btn-light-hover-bg: #ffffff;
  --btn-dark-shape: 4px;
  --btn-dark-type: Solid;
  --btn-dark-border-color: #092d7c;
  --btn-dark-text-color: #092d7c;
  --btn-dark-hover-border-color: #092d7c;
  --btn-dark-hover-text-color: #ffffff;
  --btn-dark-bg: #00000000;
  --btn-dark-hover-bg: #092d7c;
  --nav-bg-color: #ffffff;
  --nav-link-color: #0f172a;
  --nav-phone-color: #0f172a;
  --footer-nav-bg-color: #092d7c;
  --footer-nav-link-color: #FFF;
  --footer-nav-text-color: #FFF;
  --footer-nav-bg-luminance: secondary;
  --form-bg-color: #092d7c;
  --form-text-color: #ffffff;
  --form-sublevel-bg-color: #092d7c;
  --form-sublevel-text-color: #ffffff;
  --services-card-bg-1: #ffffff;
  --services-card-bg-2: #000000;
  --services-card-bg-4: #ffffff;
  --services-card-bg-5: #092d7c;
  --services-card-bg-6: #ffffff;
  --services-card-bg-7: #cc0000;
  --services-tab-bg-1: #cc0000;
  --benefits-icon-size-1: 50px;
  --benefits-card-bg-1: #ffffff00;
  --benefits-card-bg-2: #ffffff;
  --benefits-icon-size-4: 32px;
  --benefits-card-bg-4: #ffffff;
}

.page-builder-styles .pb-form-section.pb-section-w-bg-img::after {
  background: transparent;
}

@media (max-width: 767px) {
  .page-builder-styles .pb-form-section.pb-section-w-bg-img .pb-form-section-verbiage-wrapper::after {
    background: transparent;
  }
}
.page-builder-styles .pb-form-section + mux-background-video {
  filter: brightness(0.6);
}

.page-builder-styles .cb-slideshow {
  filter: brightness(0.8);
}

._dynamic-page ._dynamic-container .sticky-section1::after {
  content: "";
  background-image: url(https://multitenantplatform.blob.core.windows.net/tenant-257/gallery/original/12032171-1ac5-4498-ba26-9de595cbcd26.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  min-height: 350px;
  width: 100%;
}

@media (min-width: 992px) {
  .footer .row.py-5:has(.footer-variable-components-wrapper) > .col-lg-3 {
    margin-left: 16.66666667%;
  }
  .footer .row.py-5:has(.footer-variable-components-wrapper) .col-lg-9 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.btn {
  text-transform: uppercase;
  font-style: italic !important;
}