@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family-primary: Myriadpro, Arial, sans-serif;
  --body-font-size: 16px;
  --body-font-height: 150%;
  --body-font: Myriadpro, Arial, sans-serif;
  --flowui-component-library--gray-900: #666;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --black: #333;
  --red: #eb2e28;
  --space-container-pad-bottom: 170px;
  --color-text: #2c3e50;
  --font-size-body: 18px;
  --line-height-body: 28.8px;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-100: #f7f9fd;
  --space-content-width: 1200px;
  --space-media-margin-top: 45px;
  --space-grid-col-gap: 36px;
  --color-bg: #fff;
  --space-container-max: 1280px;
  --space-container-pad-x: 40px;
  --space-eyebrow-margin-bottom: 13.5px;
  --line-height-eyebrow: 21.6px;
  --font-size-h1: 42px;
  --line-height-h1: 50.4px;
  --space-list-heading-margin-top: 67.5px;
  --space-list-heading-margin-bottom: 22.5px;
  --font-size-h2: 36px;
  --line-height-h2: 43.2px;
  --color-accent: #eb2e28;
  --color-text-inverse: #fff;
  --font-size-hero: 45px;
  --line-height-hero: 72px;
  --font-size-hero-desc: 22.5px;
  --color-split-bg: #ccc;
  --font-size-split-heading: 40px;
  --font-size-blurb-title: 30px;
  --font-size-body-sm: 17.5px;
  --color-contact-border: #dfdfe3;
  --color-contact-panel: #f7f7fa;
  --color-text-muted: #333;
  --space-officer-grid-margin-top: 50.4px;
  --color-officer-detail-bg: #f7f7fa;
  --font-size-news-readmore: 12px;
  --color-contact-input-bg: #fff3f4;
  --color-contact-submit: #444;
  --color-cta-bg: #efefef;
  --color-btn-muted: #717171;
  --color-news-border: #eee;
  --font-size-media-title: 22.5px;
  --font-size-news-title: 15px;
  --line-height-body-sm: 28px;
  --space-home-nav-height: 125px;
  --font-size-hero-desc-2: 22.5px;
  --font-size-split-heading-2: 40px;
  --font-size-blurb-title-2: 30px;
  --font-size-media-title-2: 22.5px;
  --font-size-news-title-2: 15px;
  --font-size-news-readmore-2: 12px;
  --font-size-body-sm-2: 17.5px;
  --line-height-hero-2: 72px;
  --line-height-body-sm-2: 28px;
  --space-home-nav-height-2: 125px;
  --space-home-news-pad-x: 150px;
  --space-home-cta-pad-y: 50px;
  --space-home-cta-margin-top: 80px;
  --color-officer-profile-bar: #444;
  --font-size-eyebrow: 18px;
  --space-officer-card-gap: 35px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  font-family: var(--font-family-primary);
  font-size: var(--body-font-size);
  line-height: var(--body-font-height);
  margin-bottom: 10px;
}

ul {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: var(--font-family-primary);
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

li {
  font-family: var(--font-family-primary);
  font-size: var(--body-font-size);
  line-height: var(--body-font-height);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  font-family: var(--font-family-primary);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  justify-content: center;
  display: flex;
}

.f-navigation-link {
  font-family: var(--body-font);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  font-family: var(--body-font);
  background-color: #fff;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  font-family: var(--body-font);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.div-block-2 {
  text-align: center;
}

.div-block-3 {
  background-image: linear-gradient(90deg, #fff, #e1e5e9 9% 95%, #fff);
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
  position: relative;
}

.main-container {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  display: flex;
  position: relative;
}

.heading {
  font-family: var(--font-family-primary);
  color: var(--black);
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--flowui-component-library--gray-200);
  font-weight: 700;
}

.heading.component {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.image {
  height: 240px;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  line-height: var(--body-font-height);
  margin-bottom: 24px;
}

.button-primary-2 {
  font-family: var(--font-family-primary);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: left;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: left;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  width: 100%;
  height: 240px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: var(--red);
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: left;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.services-slot {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.the-container {
  max-width: 1280px;
  font-family: var(--font-family-primary);
}

.the-container.page-pad-bottom {
  padding-bottom: var(--space-container-pad-bottom);
}

.heading-2 {
  font-family: var(--font-family-primary);
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  transition: border-color .5s, color .5s;
}

.heading-2:hover {
  border-bottom-color: var(--red);
  color: var(--red);
}

.heading-2.mediakit-cards-heading {
  font-weight: 400;
}

.services-grid {
  padding: 10px 30px;
  position: relative;
}

.div-block-4 {
  background-color: var(--red);
  width: 50px;
  height: 1px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.rich-text {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: 400;
}

.list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.s-40 {
  height: 40px;
}

.f-navigation-link-2 {
  font-family: var(--body-font);
  color: var(--flowui-component-library--gray-900);
  font-size: var(--body-font-size);
  line-height: var(--body-font-height);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-2 {
  z-index: 1000;
  width: 100vw;
  min-height: 125px;
  font-family: var(--body-font);
  background-color: #fff;
  border-bottom: 1px solid #ebe5e4;
  align-items: center;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  padding: 14px 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.f-navigation-menu-button-2 {
  display: none;
}

.f-navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-slot {
  grid-column-gap: 6px;
  align-items: center;
  display: none;
  position: static;
}

.f-navigation-button-2 {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  font-family: var(--body-font);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-language-dropdown-toggle {
  grid-column-gap: 8px;
  border-left: 0px solid var(--flowui-component-library--grey-300);
  font-family: var(--body-font);
  letter-spacing: -.02em;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.f-navigation-dropdown-list, .f-navigation-dropdown-list.w--open {
  background-color: #fff;
}

.f-navigation-dropdown-link {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  transition: background-color .3s;
}

.f-navigation-dropdown-link:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-navigation-dropdown {
  font-family: var(--body-font);
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.div-block-7 {
  position: absolute;
}

.f-navigation-3 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-logo-2 {
  width: 145px;
  max-width: 100%;
  height: auto;
}

.text-block {
  color: #666;
  font-size: var(--body-font-size);
}

.f-breadcrumb-link {
  font-family: var(--font-family-primary);
  letter-spacing: 0;
  color: inherit;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.f-breadcrumb-link:hover {
  opacity: .7;
  color: inherit;
  text-decoration: none;
}

.f-breadcrumb-link.w--current {
  color: var(--flowui-component-library--gray-900);
}

.f-breadcrumb-link.current {
  color: var(--color-text);
  text-decoration: none;
}

.f-breadcrumb-seperator {
  width: 32px;
  height: 32px;
  color: var(--flowui-component-library--grey-300);
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-breadcrumb {
  width: 100%;
  max-width: var(--space-content-width);
  font-family: var(--body-font);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

.main {
  font-family: var(--font-family-primary);
}

.paragraph {
  font-family: var(--font-family-primary);
  font-size: var(--body-font-size);
  line-height: var(--body-font-size);
}

.two-column-grid {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: var(--space-media-margin-top);
  grid-column-gap: var(--space-grid-col-gap);
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.image-2 {
  width: 100%;
  height: auto;
}

.text-block-2 {
  font-family: var(--body-font);
}

.page {
  font-family: var(--font-family-primary);
  background-color: #fff;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.services-slot-2x2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: none;
}

.div-block-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.page-wrapper {
  z-index: 0;
  background-color: var(--color-bg);
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: 400;
  position: relative;
}

.page-container {
  width: 100%;
  max-width: var(--space-container-max);
  padding-right: var(--space-container-pad-x);
  padding-left: var(--space-container-pad-x);
  margin-left: auto;
  margin-right: auto;
}

.content-width {
  width: 100%;
  max-width: var(--space-content-width);
}

.breadcrumb {
  width: 100%;
  display: block;
}

.breadcrumb_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.breadcrumb_item {
  grid-column-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.breadcrumb_link {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: 400;
  text-decoration: underline;
}

.breadcrumb_current {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb_sep {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.page-title-block {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.page-title-block.content-width {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.page-title-block_eyebrow {
  margin: 0px 0px var(--space-eyebrow-margin-bottom);
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-eyebrow);
  font-weight: 400;
}

.page-title-block_title {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  margin: 0;
  font-weight: 400;
}

.text-multi-image {
  width: 100%;
  min-width: 0;
  margin-top: var(--space-media-margin-top);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.text-multi-image.content-width {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-multi-image_copy {
  flex: 1;
  width: 100%;
  max-width: 582px;
}

.text-multi-image_rich {
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: 400;
}

.text-multi-image_media {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex-shrink: 0;
  align-items: flex-start;
  display: flex;
}

.text-multi-image_img {
  object-fit: contain;
  flex-shrink: 0;
  width: auto;
  max-width: 273px;
  height: auto;
  display: block;
}

.text-multi-image_img.text-multi-image_img-roof {
  width: auto;
  max-width: 273px;
}

.logo-grid {
  width: 100%;
  margin-top: 60px;
  display: block;
}

.logo-grid_list {
  width: 100%;
  display: block;
}

.logo-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-item_image {
  object-fit: contain;
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
}

.section-heading {
  width: 100%;
  max-width: var(--space-content-width);
  margin: var(--space-list-heading-margin-top) auto var(--space-list-heading-margin-bottom);
  border-bottom: 1px solid #dfdfe3;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-heading:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb), .section-heading:where(.w-variant-b52635cd-e2fc-d94d-54af-93b37baf7d0f) {
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 15px;
}

.section-heading:where(.w-variant-e8ca2aa2-4e02-f7cc-b0ca-4815d32c2df1) {
  margin-top: 0;
}

.section-heading:where(.w-variant-4e160f96-b22e-9485-94ba-795993729643) {
  margin-top: 90px;
}

.section-heading.link-card_heading, .section-heading.section-heading-nested {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-heading.section-heading-section {
  margin-top: 90px;
}

.section-heading.section-heading-first {
  margin-top: 0;
}

.section-heading.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
}

.section-heading_title {
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  margin: 0;
  font-weight: 400;
  display: block;
}

.section-heading_title:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
  width: auto;
  color: inherit;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 36px;
  transition: color .2s ease-out;
  display: inline-block;
}

.section-heading_title:where(.w-variant-b52635cd-e2fc-d94d-54af-93b37baf7d0f) {
  font-size: 30px;
  line-height: 36px;
}

.section-heading_title:after:where() {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-accent);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-accent);
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  display: inline-block;
  position: relative;
  top: -3px;
  transform: rotate(45deg);
}

.section-heading_accent {
  background-color: var(--color-accent);
  width: 200px;
  height: 1px;
  margin: 0;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.section-heading_accent:where(.w-variant-b52635cd-e2fc-d94d-54af-93b37baf7d0f), .section-heading_accent:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-block {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block:where(.w-variant-b754f2d4-509f-f834-e3ff-44fbf0945380) {
  margin-top: 22.5px;
  padding-left: 0;
  padding-right: 0;
}

.text-block:where(.w-variant-98274842-71f1-5aa9-269b-dbab7a6cea25) {
  margin-top: 0;
}

.text-block.content-width {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block.content-width.social-policy-textblock-margins {
  margin-top: 40px;
}

.text-block.text-block-lca {
  margin-top: 22.5px;
  padding-left: 0;
  padding-right: 0;
}

.text-block.text-block-continue {
  margin-top: 18px;
}

.text-block_body {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 15px;
  font-weight: 300;
}

.text-block_body.text-block_rich-list {
  margin-top: 18px;
  padding-left: 24px;
  list-style-type: disc;
}

.text-block_list {
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 24px;
  list-style-type: circle;
}

.text-block_list-nested {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  list-style-type: circle;
}

.logo-grid_slot {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.hero-slider {
  width: 100vw;
  max-width: none;
  height: 459px;
  margin-left: calc(50% - 50vw);
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-slider.slider-contained {
  width: 100%;
  max-width: 1200px;
  height: 580px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-slider_track {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-slide {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide:first-child {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 459px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slide_bg {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-slide_bg:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-slide_copy {
  z-index: 1;
  max-width: 800px;
  font-family: var(--font-family-primary);
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 40px 200px;
  display: flex;
  position: relative;
}

.hero-slide_copy:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
  display: none;
}

.hero-slide_heading {
  font-family: var(--font-family-primary);
  color: var(--color-text-inverse);
  font-size: var(--font-size-hero);
  line-height: var(--line-height-hero);
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 700;
  display: flex;
}

.hero-slide_heading:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
  display: none;
}

.hero-slide_description {
  font-family: var(--font-family-primary);
  color: var(--color-text-inverse);
  font-size: var(--font-size-hero-desc);
  margin: 0 0 20px;
  font-weight: 400;
  line-height: 36px;
}

.hero-slide_description:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
  display: none;
}

.hero-slide_cta {
  width: auto;
  max-width: 100%;
  font-family: var(--font-family-primary);
  color: #fff;
  background-color: #717171;
  border: 1px solid #717171;
  border-radius: 5px;
  align-self: flex-start;
  margin-right: auto;
  padding: 5px 15px;
  font-size: 21.5px;
  font-weight: 400;
  line-height: 34.4px;
  text-decoration: none;
  display: inline-block;
}

.hero-slide_cta:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
  display: none;
}

.hero-slide_cta:hover {
  color: #fff;
  background-color: #eb2e28;
  border-color: #eb2e28;
}

.hero-slider_prev {
  z-index: 10;
  color: #0000;
  text-align: center;
  text-indent: -9999px;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  width: 34px;
  height: 66px;
  margin-top: -33px;
  padding: 0;
  font-size: 0;
  font-weight: 400;
  line-height: 66px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 60px;
  overflow: hidden;
}

.hero-slider_next {
  z-index: 10;
  color: #0000;
  text-align: center;
  text-indent: -9999px;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  width: 34px;
  height: 66px;
  margin-top: -33px;
  padding: 0;
  font-size: 0;
  font-weight: 400;
  line-height: 66px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  overflow: hidden;
}

.cta-section {
  background-color: #efefef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  padding: 50px 0;
  display: flex;
  overflow: visible;
}

.cta-section_heading {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  text-align: center;
  margin: 0 0 17.5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.cta-section_description {
  max-width: 520px;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  text-align: center;
  margin: 0 0 15px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 28px;
}

.cta-section_button {
  font-family: var(--font-family-primary);
  color: #fff;
  background-color: #eb2e28;
  border: 1px solid #eb2e28;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.cta-section_button:hover {
  color: #fff;
  background-color: #010101;
  border-color: #010101;
}

.split-feature {
  flex-direction: row;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  margin-bottom: 60px;
  margin-left: calc(50% - 50vw);
  display: flex;
  overflow: visible;
}

.split-feature:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
  width: 100%;
  max-width: var(--space-content-width);
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: var(--space-grid-col-gap);
  flex-direction: row;
  margin: 0 auto;
  display: flex;
}

.split-feature_media {
  flex-grow: 0;
  flex-shrink: 0;
  width: 40%;
  min-height: 421px;
  position: relative;
  overflow: hidden;
}

.split-feature_media:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
  flex: none;
  width: 582px;
  max-width: 582px;
  height: auto;
  min-height: 0;
  position: relative;
  overflow: visible;
}

.split-feature_media-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.split-feature_media-img:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  inset: auto;
}

.split-feature_copy {
  background-color: var(--color-split-bg);
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 50px 100px;
  display: flex;
}

.split-feature_copy:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: auto;
  max-width: 582px;
  padding: 0;
  display: flex;
}

.split-feature_heading {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-split-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 64px;
}

.split-feature_heading:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
  display: none;
}

.split-feature_description {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  letter-spacing: 0;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 28px;
}

.content-media {
  box-sizing: border-box;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 50px 0 0;
  display: flex;
}

.content-media_content {
  width: 60%;
  max-width: 825px;
  display: block;
}

.content-media_media {
  width: 40%;
  max-width: 535px;
  padding-right: 0;
  display: block;
}

.content-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  margin-bottom: 30px;
  display: flex;
}

.news-section {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 30px;
  display: block;
}

.content-block_heading {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-blurb-title);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 48px;
}

.news-section_heading {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-split-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 64px;
}

.content-block_description {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body-sm);
  font-weight: 400;
  line-height: 28px;
}

.content-block_cta {
  width: auto;
  font-family: var(--font-family-primary);
  color: #333;
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 5px;
  align-self: flex-start;
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.content-block_cta:hover {
  color: #fff;
  background-color: #838383;
  border-color: #838383;
}

.news-section_grid {
  width: 100%;
  display: block;
}

.media-card {
  box-sizing: border-box;
  border: 1px solid #e0dedf;
  border-radius: 5px;
  width: 100%;
  max-width: 485px;
  height: auto;
  min-height: 110px;
  margin-bottom: 10px;
  padding: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: -6px 5px 20px -3px #ccc;
}

.news-section_slot {
  width: 100%;
  display: block;
}

.media-card_thumb {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-section_view-all {
  float: right;
  clear: both;
  font-family: var(--font-family-primary);
  color: #333;
  text-align: left;
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 0;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.news-section_view-all:hover {
  color: #fff;
  background-color: #838383;
  border-color: #838383;
}

.media-card_title {
  z-index: 2;
  font-family: var(--font-family-primary);
  color: #333;
  margin: 0 0 8px;
  font-size: 22.5px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
}

.news-card {
  box-sizing: border-box;
  border: 2px solid #e0dedf;
  border-radius: 5px;
  flex-direction: row;
  flex: 1 0 auto;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 148px;
  min-height: 148px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  overflow: visible;
}

.news-card_media {
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: auto;
  min-height: 98px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-card_image {
  object-fit: cover;
  width: 131px;
  height: 98px;
  display: block;
}

.news-card_details {
  flex-flow: wrap;
  flex-grow: 1;
  align-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  row-gap: 0;
  padding: 0 10px;
  display: flex;
  overflow: visible;
}

.news-card_title {
  width: 100%;
  font-family: var(--font-family-primary);
  color: #333;
  flex: 1 0 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow: visible;
}

.media-card_play {
  z-index: 2;
  font-family: var(--font-family-primary);
  color: #333;
  background-color: #96969680;
  border: 1px solid #96969680;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.media-card_play:hover {
  color: #fff;
  cursor: pointer;
  background-color: #eb2e28;
  border-color: #eb2e28;
}

.news-card_date {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: 11px;
  font-weight: 700;
  line-height: 17.6px;
}

.news-card_read-more {
  font-family: var(--font-family-primary);
  color: #333;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  text-decoration: none;
}

.u-hide {
  display: none;
}

.news-card_img {
  object-fit: fill;
  width: 131px;
  max-width: 100%;
  height: 98px;
  display: block;
}

.hero-slider_dots {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 15px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.hero-slider_dot {
  color: #0000;
  text-indent: -9999px;
  cursor: pointer;
  background-color: #ccc;
  border-style: none;
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: 15px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 15px;
  display: block;
}

.is-active {
  display: block;
}

.is-active.hero-slider_dot {
  background-color: #eb2e28;
}

.hero-slider_pause {
  z-index: 100;
  color: #0000;
  text-indent: -9999px;
  cursor: pointer;
  background-color: #0000;
  border-style: none solid;
  border-left-width: 6px;
  border-left-color: #fff;
  border-right-width: 6px;
  border-right-color: #fff;
  width: 20px;
  height: 22px;
  padding: 0;
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 26px;
  left: 20px;
}

.media-card_gradient {
  z-index: 1;
  background-image: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.media-card_gradient:hover {
  background-image: none;
}

.split-feature_body {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body-sm);
  text-align: left;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 28px;
}

.split-feature_body:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.split-feature_body.split-feature_body-2 {
  display: block;
}

.split-feature_body.split-feature_body-2:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
  display: none;
}

.content-media_media-slot {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-media_content-slot {
  width: 100%;
  display: block;
}

.component-root-fill {
  background-image: none;
}

.news-card-root {
  flex-direction: column;
  flex: 1 0 auto;
  width: 49.5%;
  max-width: 49.5%;
  height: 148px;
  min-height: 148px;
  margin-bottom: 15px;
  display: flex;
}

.page-banner {
  width: 100%;
  height: auto;
  max-width: var(--space-content-width);
  background-color: var(--color-bg);
  min-height: 0;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.page-banner:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  height: 250px;
  min-height: 250px;
  margin-right: 0;
  margin-bottom: var(--space-media-margin-top);
  background-color: #0000;
  align-items: center;
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-banner.has-media {
  background-color: #0000;
  align-items: center;
  height: 250px;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-banner.content-width {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.page-banner_title {
  z-index: 1;
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.page-banner_title:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  padding-right: var(--space-container-pad-x);
  padding-left: var(--space-container-pad-x);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-banner_media {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 250px;
  display: none;
  position: static;
  top: 0;
  left: 0;
}

.page-banner_media:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-grid-item {
  flex-direction: row;
  align-items: flex-start;
  column-gap: 12px;
  width: 100%;
  display: flex;
}

.feature-grid-item_text {
  min-width: 0;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.feature-grid-4 {
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.feature-grid-4_list {
  width: 100%;
  display: block;
}

.feature-grid-4_slot {
  grid-column-gap: var(--space-grid-col-gap);
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-grid-3 {
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.feature-grid-3_list {
  width: 100%;
  display: block;
}

.feature-grid-3_slot {
  grid-column-gap: var(--space-grid-col-gap);
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-image {
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-image:where(.w-variant-0229dbe0-e99d-9551-b437-06edb4b61cc2) {
  margin-top: 45px;
}

.text-image.content-width {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.text-image_row {
  grid-column-gap: var(--space-grid-col-gap);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-image_row:where(.w-variant-0229dbe0-e99d-9551-b437-06edb4b61cc2) {
  flex-direction: row-reverse;
}

.text-image_copy {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  row-gap: 0;
  margin: 0;
  display: block;
}

.text-image_media {
  object-fit: cover;
  flex-shrink: 0;
  align-self: flex-start;
  width: 376px;
  max-width: 40%;
  height: auto;
  display: block;
}

.text-image_media:where(.w-variant-0229dbe0-e99d-9551-b437-06edb4b61cc2) {
  object-fit: contain;
  flex-shrink: 0;
  width: 488px;
  max-width: calc(50% - 18px);
  height: auto;
}

.contact-info {
  box-sizing: border-box;
  width: 100%;
  margin-top: 90px;
  display: block;
}

.contact-info.content-width {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.contact-info_fields {
  box-sizing: border-box;
  border-top: 1px solid var(--color-contact-border);
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  flex-direction: row;
  align-items: stretch;
  font-weight: 400;
  display: flex;
}

.contact-info_label {
  box-sizing: border-box;
  border-right: 1px solid var(--color-contact-border);
  border-bottom: 1px solid var(--color-contact-border);
  background-color: var(--color-contact-panel);
  width: 25%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  flex: 0 0 25%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 30px;
  font-weight: 700;
  display: flex;
}

.contact-info_address {
  box-sizing: border-box;
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
}

.contact-info_phone {
  box-sizing: border-box;
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 0 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.contact-info_email {
  box-sizing: border-box;
  border-bottom: 0px solid var(--color-contact-border);
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link-card-grid {
  width: 100%;
  margin-top: 90px;
  display: block;
}

.link-card-grid.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.link-card-grid_list {
  column-gap: var(--space-grid-col-gap);
  grid-template-columns: 1fr 1fr;
  row-gap: 23px;
  display: grid;
}

.link-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--color-text-muted);
  transition-duration: color .2s ease-out color .2s ease-out color .2s ease-out;
  transition-property: color .2s ease-out color .2s ease-out color .2s ease-out;
  transition-timing-function: color .2s ease-out color .2s ease-out color .2s ease-out;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-card:hover {
  color: var(--color-accent);
}

.link-card_description {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.image-banner {
  width: 100%;
  margin-top: var(--space-media-margin-top);
  display: block;
}

.image-banner.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
}

.image-banner_img {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.text-infographic {
  width: 100%;
  margin-top: 90px;
  display: block;
}

.text-infographic.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
}

.text-infographic_row {
  align-items: flex-start;
  column-gap: var(--space-grid-col-gap);
  flex-direction: row;
  row-gap: 24px;
  margin-top: 45px;
  display: flex;
}

.text-infographic_copy {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  flex: 1;
  min-width: 0;
  font-weight: 400;
}

.text-infographic_media {
  object-fit: contain;
  flex-shrink: 0;
  width: 48%;
  max-width: 582px;
  height: auto;
  display: block;
}

.link-tile {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-contact-border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-contact-border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-contact-border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color-contact-border);
  background-color: var(--color-bg);
  box-shadow: none;
  font-family: var(--font-family-primary);
  color: var(--color-text-muted);
  font-size: var(--font-size-body);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 12px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  display: flex;
}

.link-tile:hover {
  border-color: var(--color-bg);
  background-color: var(--color-bg);
  box-shadow: 0 5px 10px 2px #00000026;
}

.link-tile_title {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-body);
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 27px;
}

.link-tile_title:hover {
  color: var(--color-accent);
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.link-tile-grid {
  width: 100%;
  margin-top: 90px;
  display: block;
}

.link-tile-grid.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
}

.link-tile-grid_list {
  column-gap: var(--space-grid-col-gap);
  grid-template-columns: 1fr 1fr;
  row-gap: 23px;
  margin-top: 45px;
  display: grid;
}

.text-infographic-grid {
  width: 100%;
  margin-top: 90px;
  display: block;
}

.text-infographic-grid.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-infographic-grid_copy {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-bottom: 45px;
  font-weight: 400;
}

.text-infographic-grid_media {
  column-gap: var(--space-grid-col-gap);
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  margin-top: 0;
  display: grid;
}

.text-infographic-grid_img {
  object-fit: contain;
  border: 1px solid #dfdfe3;
  width: 100%;
  height: auto;
  display: block;
}

.alternating-text-image {
  width: 100%;
  margin-top: 90px;
  display: block;
}

.alternating-text-image.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
}

.alternating-text-image_list {
  flex-direction: column;
  row-gap: 45px;
  display: flex;
}

.text-image-split {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  grid-column-gap: var(--space-grid-col-gap);
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-image-split:where(.w-variant-15e6eebf-c07c-1ea0-7a5b-ec290794f88b) {
  flex-direction: row-reverse;
}

.text-image-split:where(.w-variant-d4149c22-44de-3a6e-4bec-74dc478abab0) {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.text-image-split:where(.w-variant-40edaf92-d350-700d-0443-94942d773bb6) {
  margin-top: 45px;
  margin-bottom: 0;
}

.text-image-split.content-width {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-image-split.content-width:where(.w-variant-d4149c22-44de-3a6e-4bec-74dc478abab0) {
  justify-content: flex-end;
  margin-top: 50px;
}

.text-image-split_copy {
  background-color: var(--color-bg);
  min-width: 0;
  max-width: 582px;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  flex: 1;
  align-self: flex-start;
  margin: 0;
  font-weight: 400;
  display: block;
}

.text-image-split_copy:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a) {
  flex: 1;
  max-width: 788px;
}

.text-image-split_media {
  object-fit: fill;
  border: 1px #dfdfe3;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.text-image-split_media:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a) {
  object-fit: contain;
  flex: none;
  width: 376px;
  max-width: 376px;
  height: auto;
}

.text-image-split_media:where(.w-variant-40edaf92-d350-700d-0443-94942d773bb6) {
  flex-grow: 0;
  flex-basis: auto;
  width: 100%;
  max-width: 100%;
}

.image-text-split {
  grid-column-gap: var(--space-grid-col-gap);
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-text-split.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
}

.image-text-split_media {
  object-fit: fill;
  border: 1px solid #dfdfe3;
  flex: 1;
  align-self: flex-start;
  width: auto;
  min-width: 0;
  max-width: 582px;
  height: auto;
  display: block;
}

.image-text-split_copy {
  background-color: var(--color-bg);
  min-width: 0;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  flex: 1;
  align-self: flex-start;
  margin: 0;
  font-weight: 400;
  display: block;
}

.csp-nav-menu {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  column-gap: 0;
  padding: 4px;
  display: flex;
}

.csp-nav-link {
  font-family: var(--font-family-primary);
  color: #666;
  white-space: nowrap;
  padding: 5px 17.5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-decoration: none;
  transition: color .2s ease-out;
  display: block;
}

.csp-nav-link:hover {
  color: #333;
}

.csp-nav-dropdown-toggle {
  font-family: var(--font-family-primary);
  color: #666;
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  align-items: center;
  column-gap: 2px;
  padding: 5px 17.5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  display: flex;
}

.csp-nav-dropdown-toggle:hover {
  color: #333;
}

.csp-nav-dropdown-list {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #fff;
  border-bottom: 0 #ebe5e4;
  border-radius: 6px;
  min-width: 280px;
  margin-top: 0;
  padding: 20px;
  transition-property: opacity, visibility;
  transition-duration: .25s;
  transition-timing-function: ease;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  overflow: visible;
  box-shadow: 0 10px 38px -10px #0e121659, 0 10px 20px -15px #0e121633;
}

.csp-nav-dropdown-list:before {
  content: "";
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.csp-nav-dropdown-list.csp-nav-dropdown-list-open {
  display: block;
}

.csp-nav-dropdown-list.two-row-grid {
  grid-column-gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-flow: row;
  column-gap: 20px;
  width: 640px;
  min-width: 640px;
  display: none;
  overflow: visible;
}

.csp-nav-dropdown-link {
  transition: color .2s ease-out, background-color undefined undefined, text-decoration undefined undefined;
  font-family: var(--font-family-primary);
  color: #333;
  letter-spacing: -.35px;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-decoration: none;
  display: block;
}

.csp-nav-dropdown-link:hover {
  color: #333;
  background-color: #0000;
  text-decoration: none;
}

.csp-nav-dropdown-link.is-title {
  font-weight: 700;
}

.csp-nav-dropdown {
  align-items: center;
  display: flex;
  position: relative;
}

.two-row-grid {
  grid-column-gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-flow: row;
  column-gap: 20px;
  width: 640px;
  min-width: 640px;
  display: none;
}

.csp-nav-dropdown-list-single {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  width: 190px;
  min-width: 190px;
  margin-top: 0;
  padding: 20px;
  transition-property: opacity, visibility;
  transition-duration: .25s;
  transition-timing-function: ease;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  overflow: visible;
  box-shadow: 0 10px 38px -10px #0e121659, 0 10px 20px -15px #0e121633;
}

.csp-nav-dropdown-list-single:before {
  content: "";
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.csp-nav-dropdown-link-title {
  font-weight: 700;
}

.csp-footer {
  box-sizing: border-box;
  color: #fff;
  background-color: #181819;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 50px 0;
  display: flex;
}

.csp-footer-logo {
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  width: 225px;
  display: block;
}

.csp-footer-logo.hide-mobile {
  display: flex;
}

.csp-footer-logo-img {
  object-fit: contain;
  width: 125px;
  max-width: 100%;
  height: 53px;
}

.csp-footer-links {
  grid-column-gap: 20px;
  flex-flow: row;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  width: 50%;
  min-width: 0;
  display: flex;
}

.csp-footer-link {
  font-family: var(--font-family-primary);
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-decoration: none;
  display: block;
}

.csp-footer-link.hide-mobile {
  display: block;
}

.csp-footer-copyright {
  font-family: var(--font-family-primary);
  color: #fff;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.csp-footer-slot {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  width: 50%;
  min-width: 0;
  max-width: none;
  display: flex;
}

.csp-nav-chevron {
  color: currentColor;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  display: block;
}

.text-image_p {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.text-image_p.text-image_p-last {
  margin-top: 14px;
  margin-bottom: 0;
}

.text-block_p {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.text-block_p:first-child {
  margin-top: 0;
}

.contact-info_values {
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-contact-border);
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  padding: 24px 30px;
  display: flex;
}

.feature-grid-item_bullet {
  box-sizing: border-box;
  border: 2px solid var(--color-text-muted);
  background-color: var(--color-bg);
  border-radius: 50%;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 9px;
  display: block;
}

.text-image-split_heading-wrap {
  display: block;
}

.vertical-text-image {
  width: 100%;
  max-width: var(--space-content-width);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vertical-text-image.content-width {
  box-sizing: border-box;
}

.vertical-text-image_copy {
  width: 50%;
  display: block;
}

.vertical-text-image_media {
  width: 50%;
  max-width: 582px;
  margin-right: 36px;
  display: block;
}

.vertical-text-image_img {
  width: 100%;
  height: auto;
  display: block;
}

.officer-profile-grid {
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: var(--space-officer-grid-margin-top);
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.officer-profile-grid_frame {
  box-sizing: border-box;
  background-color: var(--color-officer-detail-bg);
  border-top: 0 #dfdfe3;
  border-bottom: 0 #dfdfe3;
  width: 100vw;
  max-width: none;
  height: 0;
  min-height: 0;
  max-height: none;
  margin: -1px calc(50% - 50vw) 20px;
  padding: 0 calc(50vw - 600px);
  display: block;
  position: relative;
  overflow: hidden;
}

.officer-profile-card {
  box-sizing: border-box;
  width: 212px;
  height: auto;
  max-height: none;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  cursor: default;
  background-color: #fff;
  border: 1px solid #dfdfe3;
  margin: 0 35px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.officer-profile-card:last-child {
  margin-right: 0;
}

.officer-profile-card:hover {
  max-height: none;
  overflow: visible;
}

.officer-profile-card_media {
  flex-shrink: 0;
  width: 210px;
  height: 219px;
  display: block;
  position: relative;
  overflow: hidden;
}

.officer-profile-card_img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
}

.officer-profile-card_meta {
  box-sizing: border-box;
  width: 100%;
  min-height: 92px;
  padding: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.officer-profile-card_position {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
}

.officer-profile-card_name-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.officer-profile-card_name {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  margin: 0;
  padding-right: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.officer-profile-card_chevron {
  opacity: 1;
  flex-shrink: 0;
  width: 8px;
  height: 12px;
  margin-left: 0;
  transition-property: opacity;
  transition-duration: .2s;
  display: block;
}

.officer-profile-card_chevron:hover {
  display: block;
}

.officer-profile-card_controls {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: top .2s ease-out, transform undefined undefined;
  background-color: #444;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  inset: 100% 0 auto;
  transform: none;
}

.officer-profile-card_open {
  width: 100%;
  height: 92px;
  font-family: var(--font-family-primary);
  color: var(--color-text-inverse);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.officer-profile-card_close {
  width: 100%;
  height: 100%;
  font-family: var(--font-family-primary);
  color: #2c3e50;
  text-align: center;
  cursor: pointer;
  background-color: #f7f7fa;
  border-top: 2px solid #eb2e28;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.officer-profile-detail {
  width: 100%;
  max-width: var(--space-content-width);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.officer-profile-detail_copy {
  flex-grow: 1;
  flex-shrink: 1;
  width: 788px;
  display: block;
}

.officer-profile-detail_media {
  width: 376px;
  padding-left: var(--space-grid-col-gap);
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
}

.officer-profile-detail_img {
  object-fit: cover;
  width: 326px;
  height: 340px;
  display: block;
}

.officer-profile-detail_position {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.officer-profile-grid_row {
  flex-flow: wrap;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  display: flex;
}

.officer-profile-detail_name {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 400;
}

.officer-profile-detail_bio {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: 400;
  display: block;
}

.officer-profile-card_bio {
  display: none;
}

.contact-form-section {
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: var(--space-media-margin-top);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-form-section_layout {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-form-section_form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 300px 381px;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.contact-form-label-container {
  box-sizing: border-box;
  grid-column-gap: 0px;
  border-top: 1px solid var(--color-contact-border);
  background-color: var(--color-contact-panel);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 113px;
  padding: 42px 31px 41px;
  display: flex;
}

.contact-form-label-container.contact-form-label-last {
  border-bottom: 1px solid #dfdfe3;
}

.contact-form-input-container {
  box-sizing: border-box;
  border-top: 1px solid var(--color-contact-border);
  align-items: center;
  height: 113px;
  padding: 30px 0 30px 30px;
  display: flex;
}

.contact-form-input-container.contact-form-input-wrap-last {
  border-bottom: 1px solid #dfdfe3;
}

.contact-form-label {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
  font-weight: 400;
}

.contact-form-required {
  background-color: var(--color-accent);
  width: 53px;
  font-family: var(--font-family-primary);
  color: var(--color-text-inverse);
  font-size: var(--font-size-news-readmore);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 16.8px;
  display: inline-block;
}

.contact-form-input {
  border: 1px solid var(--color-contact-border);
  background-color: var(--color-contact-input-bg);
  width: 351px;
  height: 52px;
  padding-left: 15px;
}

.contact-form-textarea {
  border: 1px solid var(--color-contact-border);
  background-color: var(--color-contact-input-bg);
  width: 351px;
  height: 141px;
  padding-left: 15px;
}

.contact-form-section_divider {
  background-color: var(--color-contact-border);
  flex-grow: 0;
  flex-shrink: 0;
  align-self: stretch;
  width: 1px;
  margin-left: 40px;
  margin-right: 40px;
}

.contact-form-section_privacy {
  background-color: var(--color-contact-panel);
  grid-column: 1 / -1;
  margin-top: 60px;
  padding: 30px 40px;
  display: block;
}

.contact-form-section_privacy-heading {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.contact-form-section_privacy-body {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  display: inline;
}

.contact-form-section_agree {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  grid-column: 1 / -1;
  margin-top: 27px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.contact-form-section_submit {
  background-color: var(--color-contact-submit);
  width: 300px;
  height: 58px;
  font-family: var(--font-family-primary);
  color: var(--color-text-inverse);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  text-align: center;
  border-width: 0;
  grid-column: 1 / 2;
  justify-self: start;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  display: block;
}

.contact-form-section_submit:hover {
  background-color: #000;
}

.contact-form-section_aside {
  flex-grow: 0;
  flex-shrink: 0;
  width: 358px;
  display: block;
}

.contact-form-section_map-link {
  border: 1px solid var(--color-contact-border);
  width: 358px;
  height: 358px;
  display: block;
  overflow: hidden;
}

.contact-form-section_map-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.contact-form-section_address {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 16px;
  font-weight: 400;
  display: block;
}

.contact-form-section_span {
  display: block;
}

.contact-form-span-2 {
  grid-column: 1 / -1;
}

.contact-form-wrapper {
  width: 681px;
  display: block;
}

.section-heading_icon {
  vertical-align: middle;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  display: inline-flex;
  position: relative;
  top: -3px;
  overflow: visible;
}

.section-heading_icon:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
  display: none;
}

.section-heading_title-row {
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
  overflow: visible;
}

.section-heading_icon-svg {
  width: 10px;
  height: 10px;
  line-height: 0;
  display: block;
  overflow: visible;
}

.text-block_rich {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-image-split_p {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.link-tile_icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  display: flex;
  transform: none;
}

.link-tile_icon-svg {
  width: 10px;
  height: 10px;
  line-height: 0;
  display: block;
  overflow: visible;
}

.f-breadcrumb-item {
  font-family: var(--font-family-primary);
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: underline;
  display: block;
}

.f-breadcrumb-item:last-child {
  color: var(--color-text);
  text-decoration: none;
}

.csp-nav-cb {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.csp-nav-burger {
  color: #2c3e50;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  display: none;
}

.csp-hamburger-icon {
  color: #2c3e50;
  width: 25px;
  height: 25px;
  line-height: 0;
  display: block;
}

.csp-hamburger-close {
  color: #2c3e50;
  width: 25px;
  height: 25px;
  line-height: 0;
  display: none;
}

.mobile-nav-menu {
  z-index: 1001;
  background-color: #fff;
  border-top: 1px solid #ebe5e4;
  width: 100%;
  max-height: calc(100vh - 80px);
  padding: 0 0 16px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.mobile-nav-menu-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
  list-style-type: none;
}

.mobile-nav-menu-item {
  border-bottom: 1px solid #ebe5e4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-nav-menu-link {
  transition: color .2s ease-out, background-color undefined undefined;
  color: #333;
  padding: 14px 20px 14px 32px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.mobile-nav-menu-link:hover {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}

.heading-link {
  font-weight: 700;
}

.required-tag {
  box-sizing: border-box;
  width: 53px;
  height: 25px;
  font-family: var(--font-family-primary);
  color: #fff;
  text-align: center;
  background-color: #eb2e28;
  margin: 0 0 0 auto;
  padding: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  display: block;
}

.contact-form-input-container-last {
  border-bottom: 1px solid #dfdfe3;
}

.contact-form-textarea-container {
  box-sizing: border-box;
  border-top: 1px solid var(--color-contact-border);
  align-items: flex-start;
  padding: 30px 0 30px 30px;
  display: flex;
}

.contact-form-textarea-container.contact-form-textarea-wrap-last {
  border-bottom: 1px solid #dfdfe3;
}

.contact-form-checkbox {
  background-color: #fff3f4;
  border: 1px solid #dfdfe3;
  width: 30px;
  height: 30px;
  margin: 0;
  display: inline-block;
}

.contact-form-ok-row {
  box-sizing: border-box;
  border: 1px solid var(--color-contact-border);
  flex-direction: row;
  grid-column: 1 / 2;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 58px;
  margin-top: 25px;
  display: flex;
}

.contact-form-field-label {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin: 0;
  font-weight: 700;
  display: block;
}

.contact-grid-spacer {
  width: 100%;
  height: 1px;
  min-height: 1px;
  display: block;
}

.link-inline {
  font-family: var(--font-family-primary);
  color: var(--color-text-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-decoration: none;
  display: inline;
}

.link-inline:hover {
  color: var(--color-text-muted);
  text-decoration: underline;
}

.contact-form-ok-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.contact-form-ok-text {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  margin: 0 0 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  display: block;
}

.officer-profile-grid_group {
  width: 100%;
  margin: 0;
  display: block;
  overflow: visible;
}

.officer-profile-grid_row-wrap {
  width: 100%;
  display: block;
  overflow: visible;
}

.officer-profile-card_profile {
  width: 100%;
  height: 100%;
  font-family: var(--font-family-primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.officer-profile-card_profile-chevron {
  width: 12px;
  height: 8px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block_heading-wrap {
  width: 100%;
  display: block;
}

.utility-icons {
  align-items: center;
  gap: 16px;
  margin-left: auto;
  display: flex;
}

.utility-icon {
  color: #666;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.link-tile-grid-3col_list {
  column-gap: var(--space-grid-col-gap);
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 23px;
  margin-top: 45px;
  display: grid;
}

.mobile-nav-top-link {
  color: #333;
  border-bottom: 1px solid #ebe5e4;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.feature-text-item {
  width: 582px;
  margin-bottom: 0;
  display: block;
}

.feature-text-item:where(.w-variant-0963dca5-b189-0e22-e7f5-4ac5c33da11d) {
  width: 100%;
}

.feature-text-item_title {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.feature-text-item_list {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  margin-top: 18px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  list-style-type: disc;
}

.feature-text-grid {
  width: 100%;
  max-width: 1200px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-text-grid_list {
  grid-column-gap: 36px;
  grid-row-gap: 22.5px;
  flex-wrap: wrap;
  margin-top: 45px;
  display: flex;
}

.two-column-grid_card {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.two-column-grid_copy {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 400;
}

.text-image_heading-wrap {
  width: 100%;
  display: block;
}

.hero-slider_inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.csp-nav-dropdown-slot {
  display: contents;
}

.hero-slider_w-slide {
  white-space: normal;
  vertical-align: top;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.hero-slider_embed {
  display: none;
}

.hero-slide_item {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.hero-slide_item:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-text-card-grid-3 {
  width: 100%;
  margin-top: 22.5px;
  display: block;
}

.image-text-card-grid-3:where(.w-variant-ca0f0634-cf6e-ede4-7642-d1be7aee78b0), .image-text-card-grid-3:where(.w-variant-c994708c-1a63-2d04-87b2-402629d09249) {
  margin-top: 45px;
}

.image-text-card-grid-3.content-width {
  width: 100%;
  max-width: var(--space-content-width);
  margin-top: 22.5px;
  margin-left: auto;
  margin-right: auto;
}

.image-text-card-grid-3_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22.5px 36px;
  width: 100%;
  display: flex;
}

.image-text-card {
  box-sizing: border-box;
  width: 376px;
  max-width: 376px;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.image-text-card_media {
  object-fit: cover;
  border: 1px solid #dfdfe3;
  width: 100%;
  height: 280px;
  display: block;
}

.image-text-card_media:where(.w-variant-e7772264-4857-3056-3b67-96cb67d79d26) {
  object-fit: cover;
  height: 219px;
}

.image-text-card_copy {
  width: 100%;
  margin-top: 10px;
  display: block;
}

.image-text-card_copy:where(.w-variant-e7772264-4857-3056-3b67-96cb67d79d26) {
  color: #2c3e50;
  text-align: left;
  margin-top: 12.6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.text-image_rich {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-image-split_media-col {
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 582px;
  display: flex;
}

.text-image-split_media-col:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a) {
  flex: none;
  width: 376px;
  max-width: 376px;
}

.text-image-split_cta {
  flex-direction: column;
  align-items: stretch;
  width: 25em;
  max-width: 100%;
  margin-bottom: 0;
  display: none;
}

.text-image-split_cta:where(.w-variant-40edaf92-d350-700d-0443-94942d773bb6) {
  margin-bottom: 40px;
  display: flex;
}

.text-image-split_cta-primary {
  color: #fff;
  text-align: center;
  background-color: #eb2e28;
  border: 1px solid #eb2e28;
  border-radius: 5px;
  width: 100%;
  max-width: 17em;
  margin-bottom: 15px;
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
  display: inline-block;
}

.text-image-split_cta-primary:hover {
  background-color: #010101;
  border-color: #010101;
}

.text-image-split_cta-secondary {
  color: #fff;
  text-align: center;
  background-color: #8d8d8d;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  width: 100%;
  max-width: 17em;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
  display: inline-block;
}

.text-image-split_cta-secondary:hover {
  background-color: #eb2e28;
  border-color: #eb2e28;
}

.careers-intro-cta {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 3.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.careers-intro-cta_copy {
  box-sizing: border-box;
  color: #2c3e50;
  flex: 1;
  align-self: stretch;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: Myriad Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  display: block;
}

.careers-intro-cta_panel {
  box-sizing: border-box;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  flex: 0 0 432px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 432px;
  min-width: 0;
  max-width: 432px;
  margin: 0;
  padding: 0 0 0 90px;
  display: block;
}

.careers-intro-cta_support {
  color: #2c3e50;
  margin: 0 0 28.8px;
  font-family: Myriad Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.careers-intro-cta_button {
  color: #fff;
  text-align: center;
  background-color: #eb2e28;
  border: 1px solid #eb2e28;
  border-radius: 5px;
  padding: 5px 15px;
  font-family: Myriad Pro, sans-serif;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.careers-intro-cta_button:hover {
  background-color: #010101;
  border-color: #010101;
}

.careers-intro-cta_p {
  color: #010101;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Myriad Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.careers-intro-cta_list {
  color: #010101;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-family: Myriad Pro, sans-serif;
  font-size: 18px;
  line-height: 28.8px;
}

.privacy-tab-nav {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-top: 45px;
  display: block;
  position: relative;
  overflow: visible;
}

.privacy-tab-nav_navi {
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfe3;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
}

.privacy-tab-nav_list {
  box-sizing: border-box;
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  list-style-type: none;
  display: flex;
}

.privacy-tab-nav_item {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0%;
  margin-left: 18px;
  display: block;
}

.privacy-tab-nav_item:first-child {
  margin-left: 0;
}

.privacy-tab-nav_link {
  box-sizing: border-box;
  color: #333;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: 20px 10px 30px;
  font-family: myriad-pro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  text-decoration: none;
  display: flex;
}

.privacy-tab-nav_link:hover {
  opacity: .7;
}

.privacy-tab-nav_link.is-cookie-active {
  color: #eb2e28;
  background-color: #f7f7fa;
  font-weight: 700;
}

.privacy-tab-nav_link.is-current {
  color: #eb2e28;
  background-color: #fff;
  font-weight: 700;
}

.privacy-tab-nav_link.tab2-link {
  display: flex;
}

.privacy-tab-nav_link.tab2-link._w--current {
  color: #eb2e28;
  background-color: #f7f7fa;
  font-weight: 700;
}

.privacy-tab-nav_link.tab1-link {
  display: flex;
}

.privacy-tab-nav_link.tab1-link._w--current, .privacy-tab-nav_link._w--current {
  color: #eb2e28;
  background-color: #fff;
  font-weight: 700;
}

.privacy-tab-nav_detail {
  box-sizing: border-box;
  width: 100%;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.privacy-tab-nav_anchor-item {
  box-sizing: border-box;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
  width: calc(25% - 27px);
  height: auto;
  min-height: 0;
  margin-left: 36px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.privacy-tab-nav_anchor-item:first-child {
  margin-left: 0;
}

.privacy-tab-nav_anchor-list {
  box-sizing: border-box;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  list-style-type: none;
  display: flex;
}

.privacy-tab-nav_anchor {
  box-sizing: border-box;
  background-color: #f7f7fa;
  width: 100vw;
  max-width: none;
  margin: 0 0 27px calc(50% - 50vw);
  display: block;
  position: relative;
  overflow: visible;
}

.privacy-tab-nav_anchor-link {
  box-sizing: border-box;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dfdfe3;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 106px;
  padding: 22px 10px 25px;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.privacy-tab-nav_anchor-link:hover {
  opacity: .7;
  border-color: #777;
}

.privacy-tab-nav_anchor-link:before {
  content: "";
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  width: 10px;
  height: 10px;
  margin-bottom: 0;
  margin-left: -5px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: rotate(-45deg);
}

.privacy-tab-nav_tabs {
  box-sizing: border-box;
  width: 100%;
  display: block;
  overflow: visible;
}

.privacy-tab-nav_pane {
  box-sizing: border-box;
  width: 100%;
  padding-top: 30px;
  display: block;
}

.privacy-tab-nav_cookies-pane {
  box-sizing: border-box;
  width: 100%;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.privacy-tab-nav_section {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.privacy-tab-nav_body {
  box-sizing: border-box;
  color: #2c3e50;
  width: 100%;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  display: block;
}

.privacy-tab-nav_slot {
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.privacy-tab-nav_current-css {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.privacy-tab-nav_menu {
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfe3;
  flex-direction: row;
  justify-content: flex-start;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  padding: 0 calc(50vw - 600px);
  display: flex;
  overflow: visible;
}

.privacy-tab-nav_tab {
  box-sizing: border-box;
  color: #333;
  text-align: center;
  background-color: #0000;
  border-top-style: none;
  border-bottom-style: none;
  flex-grow: 1;
  flex-basis: 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 376px;
  min-height: 86px;
  margin-left: 36px;
  padding: 20px 10px 30px;
  font-family: myriad-pro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.privacy-tab-nav_tab:first-child {
  margin-left: 0;
}

.privacy-tab-nav_tab:hover {
  opacity: .7;
}

.privacy-tab-nav_tab.tab1-link {
  margin-left: 0;
}

.privacy-tab-nav_tab.tab1-link.w--current {
  border-top: 2px solid var(--red);
}

.privacy-tab-nav_tab.tab2-link {
  margin-left: 18px;
}

.privacy-tab-nav_tab.tab2-link:active {
  border-top: 3px solid #000;
}

.privacy-tab-nav_tab.tab2-link._w--current {
  color: #eb2e28;
  background-color: #f7f7fa;
  font-weight: 700;
}

.privacy-tab-nav_tab._w--current {
  color: #eb2e28;
  background-color: #fff;
  font-weight: 700;
}

.privacy-tab-nav_menu-bleed {
  box-sizing: border-box;
  border-bottom: 1px solid #dfdfe3;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
}

.index-video {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.index-video_hit {
  box-sizing: border-box;
  width: 640px;
  max-width: 100%;
  height: 361px;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.index-video_media {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.index-video_img {
  object-fit: cover;
  border: 1px solid #dfdfe3;
  width: 100%;
  height: 100%;
  display: block;
}

.index-video_play {
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
  background-color: #505050d9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 48px;
  margin: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.csp-footer-link-deprecated {
  display: none;
}

.csp-footer-link-item {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.link-banner {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-banner:hover {
  opacity: .7;
}

.link-banner_block {
  z-index: 3;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  display: block;
  position: absolute;
  inset: 0;
}

.link-banner_block:hover {
  opacity: 1;
}

.link-banner_flex {
  z-index: 2;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.link-banner_outer {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.link-banner_inner {
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.link-banner_caption {
  z-index: 2;
  width: 100%;
  padding: 0 55px;
  position: relative;
}

.link-banner_title {
  color: #eb2e28;
  margin-top: 0;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.6;
}

.link-banner_lead {
  color: #333;
  white-space: pre-line;
  margin-top: .5em;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.link-banner_image {
  z-index: 1;
  width: 100%;
  line-height: 0;
  position: relative;
  top: auto;
  right: auto;
}

.link-banner_img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.link-banner_img-mobile {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}

.link-banner_title-row {
  display: block;
  position: relative;
}

.link-banner_chevron {
  border-top: 1px solid #eb2e28;
  border-right: 1px solid #eb2e28;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  display: none;
  transform: rotate(45deg);
}

.media-link-banner {
  width: 100%;
  max-width: 1200px;
  height: 250px;
  transition-duration: opacity .2s ease-out;
  transition-property: opacity .2s ease-out;
  transition-timing-function: opacity .2s ease-out;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.media-link-banner:hover {
  opacity: .7;
}

.media-link-banner_flex {
  z-index: 2;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media-link-banner_outer {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.media-link-banner_inner {
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.media-link-banner_caption {
  z-index: 2;
  width: 100%;
  padding: 0 55px;
  position: relative;
}

.media-link-banner_title-row {
  display: block;
  position: relative;
}

.media-link-banner_title {
  color: #eb2e28;
  margin-top: 0;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.6;
}

.media-link-banner_chevron {
  border-top: 1px solid #eb2e28;
  border-right: 1px solid #eb2e28;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  display: none;
  transform: rotate(45deg);
}

.media-link-banner_lead {
  color: #333;
  white-space: pre-line;
  margin-top: .5em;
  margin-bottom: 0;
  font-family: myriad-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.media-link-banner_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
}

.media-link-banner_img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.media-link-banner_img-mobile {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
}

.media-link-banner_block {
  z-index: 3;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0;
}

.news-section_list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.news-section_item {
  flex: 1 0 auto;
  width: 49.5%;
  max-width: 49.5%;
  margin-bottom: 15px;
  display: flex;
}

.news-article {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.news-article.content-width {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.news-article_image {
  object-fit: contain;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 45px auto 0;
  display: block;
}

.news-article_body {
  width: 100%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  margin-top: 18px;
  font-weight: 400;
  display: block;
}

.news-article_section {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin: 90px auto 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.news-article_section.content-width {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--space-content-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.news-article_section-heading {
  font-family: var(--font-family-primary);
  color: var(--color-text);
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
}

.news-article_section-heading.news-article_contact-heading, .news-article_section-heading.news-article_recent-heading {
  margin-bottom: 0;
}

.news-article_contact-row {
  border-top: 1px solid #ddd;
  border-bottom: 0 #ddd;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: 100%;
  padding: 0;
  display: flex;
}

.news-article_contact-label {
  box-sizing: border-box;
  background-color: var(--color-contact-panel);
  width: 34%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  flex-shrink: 0;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.news-article_contact-value {
  box-sizing: border-box;
  width: 66%;
  font-family: var(--font-family-primary);
  color: var(--color-text);
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.news-article_contact-name {
  color: var(--color-text);
  margin: 0 0 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.news-article_recent-list {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.news-article_recent-item {
  flex-grow: 0;
  flex-shrink: 0;
  width: 48.5%;
  max-width: 582px;
  margin-bottom: 22.5px;
}

.news-article_recent-link {
  color: #333;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.news-article_recent-link:hover {
  color: var(--color-accent);
}

.news-article_recent-link:before {
  background-color: var(--color-accent);
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-article_recent-title {
  font-family: var(--font-family-primary);
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.news-article_recent-title:hover {
  color: var(--color-accent);
}

.news-article_recent-title:after {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-accent);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-accent);
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  display: inline-block;
  position: relative;
  top: -3px;
  transform: rotate(45deg);
}

.news-article_contact-link {
  color: var(--color-text-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-decoration: none;
  display: inline;
}

.news-article_contact-link:hover {
  color: var(--color-accent);
}

.news-article_contact-link.is-email {
  text-decoration: underline;
}

.news-article_heading-wrap {
  border-bottom: 1px solid var(--color-contact-border);
  width: 100%;
  margin-top: 0;
  margin-bottom: 34px;
  padding: 0 0 20px;
  display: block;
  position: relative;
}

.news-article_heading-accent {
  background-color: var(--color-accent);
  width: 200px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.news-article_contact-line {
  margin: 0;
  padding: 0;
  display: block;
}

.rich-text-block {
  margin-top: 10px;
}

.news-filter-list {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  display: block;
}

.news-filter-list_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 40px;
  display: block;
}

.news-filter-list_navi {
  border-bottom: 1px solid #dfdfe3;
  width: 100%;
  display: block;
}

.news-filter-list_tabs {
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.news-filter-list_tab {
  flex-grow: 1;
  width: 50%;
  margin-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.news-filter-list_tab-link {
  width: 100%;
  font-family: var(--font-family-primary);
  color: #333;
  text-align: center;
  border-bottom: 1px solid #dfdfe3;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.news-filter-list_tab-label {
  display: inline;
}

.news-filter-list_select {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.news-filter-list_pulldown {
  width: 250px;
  margin-left: 1px;
  display: block;
  position: relative;
}

.news-filter-list_pulldown:before {
  z-index: 1;
  pointer-events: none;
  content: "";
  border-bottom: 2px solid #ff2424;
  border-right: 2px solid #ff2424;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg);
}

.news-filter-list_tab-link-current {
  color: #2c3e50;
  border-bottom: 3px solid #2c3e50;
  font-weight: 700;
}

.news-filter-list_year {
  width: 100%;
  font-family: var(--font-family-primary);
  color: #333;
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dfdfe3;
  padding: 10px 30px 11px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.9px;
  display: block;
}

.news-filter-list_grid {
  border-top-style: none;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.news-filter-list_list {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.news-filter-list_item {
  flex: 1 0 auto;
  width: 49.5%;
  max-width: 49.5%;
  margin-bottom: 15px;
  display: flex;
}

.news-filter-list_cat {
  display: none;
}

.news-filter-list_empty {
  width: 100%;
  font-family: var(--font-family-primary);
  color: #333;
  text-align: center;
  padding-top: 1em;
  font-size: 16px;
  display: none;
}

.news-filter-list_slot {
  width: 100%;
  display: block;
}

.media-kit-grid {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-top: 22.5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.media-kit-grid_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22.5px 36px;
  width: 100%;
  display: flex;
}

.media-kit-tile {
  box-sizing: border-box;
  border: 1px solid var(--color-split-bg);
  background-color: #0000;
  width: 376px;
  max-width: 376px;
  padding-bottom: 0;
  display: block;
}

.media-kit-tile_image {
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.media-kit-tile_caption {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-split-bg);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.media-kit-tile_title {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.media-kit-tile_title:hover {
  color: #eb2e28;
}

.media-kit-tile_type-icon {
  vertical-align: middle;
  object-fit: contain;
  flex-shrink: 0;
  width: 15px;
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 0 0 0 6px;
  display: inline-block;
}

.media-kit-tile_is-pdf {
  display: none;
}

.media-kit-tile_title-wrap {
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  width: auto;
  max-width: calc(100% - 21px);
  display: flex;
}

.video-grid {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-top: 22.5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-grid_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 22.5px 36px;
  width: 100%;
  display: flex;
}

.video-tile {
  box-sizing: border-box;
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  width: calc(33.3333% - 24px);
  max-width: calc(33.3333% - 24px);
  height: auto;
  display: flex;
}

.video-tile_media {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-tile_image {
  object-fit: cover;
  border: 1px solid #dfdfe3;
  width: 100%;
  height: 100%;
  display: block;
}

.video-tile_play {
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
  background-color: #505050d9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-tile_play:after {
  content: "";
  border-top: 9px solid #0000;
  border-bottom: 9px solid #0000;
  border-left: 18px solid #fff;
  width: 0;
  height: 0;
  margin-left: 4px;
  display: block;
}

.video-tile_caption {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
  width: 100%;
  padding: 12px 0 0;
  display: flex;
}

.video-tile_title {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.video-tile_title:hover {
  color: #eb2e28;
}

.video-tile_hit {
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.video-tile_arrow-hide {
  display: none;
}

.sds-library-list {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.sds-library-list_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.sds-library-list_heading {
  margin-bottom: 10px;
}

.sds-library-list_title {
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 0;
  font-family: myriad-pro, sofia-pro-soft, Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50.4px;
}

.sds-library-list_filters {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 45px;
  display: flex;
}

.sds-library-list_select-wrap {
  flex-shrink: 0;
  width: 251px;
  display: block;
}

.sds-library-list_pulldown {
  width: 250px;
  margin-left: 1px;
  position: relative;
}

.sds-library-list_pulldown:before {
  pointer-events: none;
  content: "";
  border-bottom: 2px solid #ff2424;
  border-right: 2px solid #ff2424;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg);
}

.sds-library-list_block {
  width: 100%;
}

.sds-library-list_cols {
  color: #2c3e50;
  border-bottom: 1px solid #e0dedf;
  flex-direction: row;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.sds-library-list_select {
  color: #333;
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfe3;
  width: 100%;
  padding: 10px 30px 11px 15px;
  font-family: myriad-pro, sofia-pro-soft, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  display: block;
}

.sds-library-list_col-title {
  color: #2c3e50;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 24px;
}

.sds-library-list_col-filename {
  color: #2c3e50;
  width: 40%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 15px;
  line-height: 24px;
}

.sds-library-list_col-date {
  color: #2c3e50;
  width: 10%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 15px;
  line-height: 24px;
}

.sds-library-list_list {
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.sds-library-list_item {
  border-bottom: 1px solid #e0dedf;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.sds-library-list_link {
  color: #333;
  flex-direction: row;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.sds-library-list_link:hover {
  opacity: .7;
}

.sds-library-list_cell-title {
  color: #333;
  width: 50%;
  font-size: 15px;
  line-height: 24px;
}

.sds-library-list_cell-filename {
  color: #333;
  width: 40%;
  padding-left: 5px;
  font-size: 15px;
  line-height: 24px;
}

.sds-library-list_cell-date {
  color: #333;
  width: 10%;
  padding-left: 5px;
  font-size: 15px;
  line-height: 24px;
}

.sds-library-list_lang {
  display: none;
}

.sds-library-list_empty {
  color: #2c3e50;
  margin-top: 24px;
  font-size: 15px;
  display: none;
}

.sds-library-list_slot {
  width: 100%;
}

.sds-doc {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.sds-doc_meta {
  color: #2c3e50;
  margin-top: 50px;
  font-size: 20px;
  line-height: 32px;
}

.sds-doc_meta-row {
  color: #2c3e50;
  flex-wrap: wrap;
  column-gap: 6px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

.sds-doc_meta-value {
  color: #2c3e50;
}

.is-capitalize {
  text-transform: capitalize;
}

.sds-doc_heading-slot {
  margin-top: 90px;
}

.sds-doc_downloads {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin-top: 45px;
  display: grid;
}

.sds-doc_card-col {
  width: 100%;
  display: block;
}

.sds-doc_card {
  color: #333;
  background-color: #fff;
  border: 1px solid #dfdfe3;
  width: 100%;
  text-decoration: none;
  display: block;
}

.sds-doc_card-image {
  aspect-ratio: 1.53;
  width: 100%;
  display: block;
  overflow: hidden;
}

.sds-doc_card-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.sds-doc_card-caption {
  color: #333;
  padding: 14px 29px;
  font-size: 18px;
  line-height: 28.8px;
}

.sds-doc_meta-row-1 {
  color: #2c3e50;
  flex-wrap: wrap;
  column-gap: 6px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

.sds-doc_meta-label {
  color: #2c3e50;
}

.officer-profile-grid_embed {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .team-member-image, .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .services-slot {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .the-container.page-pad-bottom {
    padding-bottom: 170px;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-2 {
    position: sticky;
    top: 0;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
    display: none;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-container-2 {
    padding-left: 84px;
    padding-right: 84px;
  }

  .f-navigation-content-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-slot {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    display: none;
    position: absolute;
  }

  .navigation-slot.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-3 {
    position: relative;
  }

  .f-logo-2 {
    width: 110px;
  }

  .f-breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-column-grid {
    box-sizing: border-box;
    margin-top: var(--space-media-margin-top);
    padding-left: 0;
    padding-right: 0;
  }

  .services-slot-2x2 {
    grid-column-gap: 40px;
  }

  .page-title-block {
    margin-bottom: 37px;
  }

  .page-title-block_eyebrow {
    font-size: 15.1px;
    line-height: 18.1px;
  }

  .page-title-block_title {
    font-size: 35.3px;
    line-height: 42.3px;
  }

  .text-multi-image {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    align-items: flex-start;
    min-width: 0;
  }

  .text-multi-image.content-width {
    max-width: 911px;
  }

  .text-multi-image_copy {
    flex: 1;
    min-width: 0;
    max-width: 100%;
  }

  .text-multi-image_media {
    flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
  }

  .text-multi-image_img {
    flex-shrink: 1;
    min-width: 0;
    max-width: 201px;
  }

  .text-multi-image_img.text-multi-image_img-roof {
    max-width: 201px;
  }

  .section-heading {
    margin-top: 56.7px;
    margin-bottom: 18.9px;
  }

  .section-heading:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
    margin-top: 0;
  }

  .section-heading:where(.w-variant-4e160f96-b22e-9485-94ba-795993729643) {
    margin-top: 75.6px;
  }

  .section-heading:where(.w-variant-b52635cd-e2fc-d94d-54af-93b37baf7d0f) {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 18.9px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading:where(.w-variant-e8ca2aa2-4e02-f7cc-b0ca-4815d32c2df1), .section-heading.link-card_heading, .section-heading.section-heading-nested {
    margin-top: 0;
  }

  .section-heading.section-heading-section {
    margin-top: 75.6px;
  }

  .section-heading.section-heading-first {
    margin-top: 0;
  }

  .section-heading_title {
    font-size: 30.2px;
    line-height: 36.3px;
  }

  .section-heading_title:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
    font-size: 25.2px;
    line-height: 30.2px;
  }

  .text-block {
    margin-top: 75.6px;
  }

  .text-block:where(.w-variant-98274842-71f1-5aa9-269b-dbab7a6cea25) {
    margin-top: 0;
  }

  .text-block_body {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .hero-slider {
    height: 317px;
  }

  .hero-slider.slider-contained {
    max-width: 911px;
    height: 440px;
  }

  .hero-slide {
    height: 317px;
  }

  .hero-slide:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    height: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
  }

  .hero-slide:first-child {
    height: 317px;
  }

  .hero-slide_bg:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero-slide_copy {
    padding-left: 140px;
  }

  .hero-slide_cta {
    font-size: 18px;
    line-height: 28.8px;
  }

  .cta-section {
    margin-top: 67px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .split-feature:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    flex-direction: row;
    align-items: flex-start;
  }

  .split-feature_media:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    width: 438px;
    max-width: 438px;
    height: auto;
    min-height: 0;
  }

  .split-feature_media-img:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    max-width: 438px;
  }

  .split-feature_copy:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    max-width: 438px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-media {
    padding-left: 0;
    padding-right: 0;
  }

  .content-media_media {
    padding-right: 0;
  }

  .news-section {
    padding-left: 0;
    padding-right: 0;
  }

  .media-card {
    max-width: 100%;
  }

  .media-card_title {
    font-size: 18.9px;
    line-height: 30.2px;
  }

  .news-card {
    height: 144px;
    min-height: 144px;
  }

  .news-card_media {
    width: 106px;
    min-height: 69px;
  }

  .news-card_img {
    object-fit: fill;
    width: 92px;
    height: 69px;
  }

  .split-feature_body:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .news-card-root {
    height: 144px;
    min-height: 144px;
  }

  .page-banner:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
    align-items: center;
    width: 100vw;
    max-width: none;
    height: 250px;
    min-height: 250px;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .page-banner_media:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .feature-grid-item_text {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .feature-grid-4 {
    margin-top: 75.6px;
  }

  .feature-grid-4_slot {
    grid-row-gap: 19px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .feature-grid-3 {
    margin-top: 75.6px;
  }

  .feature-grid-3_slot {
    grid-row-gap: 19px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-image {
    margin-top: 75.6px;
  }

  .text-image_row {
    flex-direction: row;
    display: flex;
  }

  .text-image_row:where(.w-variant-0229dbe0-e99d-9551-b437-06edb4b61cc2) {
    flex-direction: row-reverse;
  }

  .text-image_copy {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .contact-info {
    margin-top: 75.6px;
  }

  .contact-info_fields, .contact-info_label, .contact-info_address, .contact-info_phone, .contact-info_email {
    font-size: 13.4px;
    line-height: 21.5px;
  }

  .link-card-grid {
    margin-top: 75.6px;
  }

  .link-card-grid.content-width {
    margin-top: 37.8px;
  }

  .link-card-grid_list {
    row-gap: 19px;
  }

  .link-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-banner {
    margin-top: 37.8px;
  }

  .text-infographic {
    margin-top: 75.6px;
  }

  .text-infographic_row {
    margin-top: 37.8px;
  }

  .text-infographic_copy {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .text-infographic_media {
    width: 48%;
    max-width: 438px;
  }

  .link-tile, .link-tile_title {
    font-size: 15.1px;
    line-height: 22.7px;
  }

  .link-tile-grid {
    margin-top: 75.6px;
  }

  .link-tile-grid_list {
    margin-top: 37.8px;
  }

  .text-infographic-grid {
    margin-top: 75.6px;
  }

  .text-infographic-grid.content-width {
    margin-top: 40px;
  }

  .text-infographic-grid_copy {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .alternating-text-image {
    margin-top: 75.6px;
  }

  .text-image-split {
    flex-flow: row;
    display: flex;
  }

  .text-image-split:where(.w-variant-d4149c22-44de-3a6e-4bec-74dc478abab0) {
    flex-direction: row-reverse;
    margin-top: 75.6px;
  }

  .text-image-split:where(.w-variant-15e6eebf-c07c-1ea0-7a5b-ec290794f88b) {
    flex-direction: row-reverse;
  }

  .text-image-split:where(.w-variant-40edaf92-d350-700d-0443-94942d773bb6) {
    margin-top: 37.8px;
  }

  .text-image-split_copy {
    max-width: 438px;
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .text-image-split_copy:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a) {
    max-width: 500px;
  }

  .text-image-split_media {
    max-width: 438px;
  }

  .text-image-split_media:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a) {
    flex-grow: 0;
    flex-basis: auto;
    width: 376px;
    max-width: 376px;
  }

  .image-text-split {
    flex-flow: row;
    display: flex;
  }

  .image-text-split_media {
    max-width: 438px;
  }

  .image-text-split_copy {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .csp-nav-link, .csp-nav-dropdown-toggle {
    padding: 4px 10.5px;
    font-size: 16px;
    line-height: 25.6px;
  }

  .csp-nav-dropdown-list.two-row-grid, .two-row-grid {
    grid-column-gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 16px;
    width: 537px;
    min-width: 537px;
  }

  .csp-footer {
    background-color: #181819;
    flex-flow: wrap;
    place-content: center;
    row-gap: 8px;
    padding: 42px 0;
  }

  .csp-footer-logo {
    flex-shrink: 0;
    width: 125px;
  }

  .csp-footer-links {
    flex-wrap: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    column-gap: 16px;
    width: auto;
  }

  .csp-footer-link {
    margin-right: 0;
    font-size: 15px;
  }

  .csp-footer-copyright {
    white-space: nowrap;
    flex-shrink: 0;
    flex-basis: 100%;
    justify-content: center;
    width: 100%;
    margin-top: 4px;
    font-size: 15px;
  }

  .csp-footer-slot {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    gap: 0 16px;
    width: auto;
    min-width: 0;
    max-width: none;
  }

  .text-block_p {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .feature-grid-item_bullet {
    width: 10px;
    height: 10px;
    margin-top: 7px;
  }

  .vertical-text-image {
    margin-top: 75.6px;
  }

  .vertical-text-image_media {
    max-width: 438px;
    margin-right: 36px;
  }

  .officer-profile-grid_frame {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 40px;
    padding-right: 40px;
  }

  .officer-profile-card {
    width: auto;
    min-width: 0;
    margin-right: 0;
  }

  .officer-profile-card_media {
    aspect-ratio: 210 / 219;
    width: 100%;
    height: auto;
  }

  .officer-profile-card_meta {
    min-height: 82px;
    padding: 12px;
  }

  .officer-profile-card_position {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 24px;
  }

  .officer-profile-card_name {
    font-size: 15px;
    line-height: 24px;
  }

  .officer-profile-card_controls {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .officer-profile-card_open, .officer-profile-card_close {
    height: 80px;
  }

  .officer-profile-detail_copy {
    width: 598px;
  }

  .officer-profile-detail_media {
    width: 285px;
  }

  .officer-profile-detail_img {
    width: 249px;
    height: 260px;
  }

  .officer-profile-grid_row {
    flex-wrap: nowrap;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 35px;
    display: grid;
  }

  .contact-form-section_form {
    grid-template-columns: 243px 309px;
    width: 552px;
  }

  .contact-form-section_aside {
    width: 290px;
  }

  .contact-form-section_map-link {
    width: 290px;
    height: 290px;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .text-image-split_p {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .contact-form-ok-row {
    width: 243px;
    height: 58px;
  }

  .officer-profile-card_profile {
    height: 80px;
  }

  .link-tile-grid-3col_list {
    margin-top: 37.8px;
  }

  .feature-text-item {
    width: 438px;
  }

  .feature-text-item_title {
    font-size: 25.2px;
    line-height: 30.2px;
  }

  .feature-text-item_list {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .hero-slide_item:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .image-text-card {
    width: 279px;
    max-width: 279px;
  }

  .image-text-card_media {
    object-fit: cover;
    height: 212px;
  }

  .image-text-card_media:where(.w-variant-e7772264-4857-3056-3b67-96cb67d79d26) {
    height: 163px;
  }

  .text-image-split_media-col {
    max-width: 438px;
  }

  .careers-intro-cta {
    flex-direction: row-reverse;
    max-width: 911px;
    margin-top: 3.15em;
  }

  .careers-intro-cta_copy {
    font-size: 15.1px;
    line-height: 24.2px;
  }

  .careers-intro-cta_panel {
    background-color: #0000;
    flex-basis: 36%;
    width: 36%;
    max-width: 36%;
    padding: 0 0 0 60px;
  }

  .careers-intro-cta_support {
    margin-bottom: 24px;
    font-size: 14.5px;
    line-height: 23.2px;
  }

  .privacy-tab-nav {
    margin-top: 38px;
  }

  .privacy-tab-nav_list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .privacy-tab-nav_item:first-child {
    margin-left: 0;
  }

  .privacy-tab-nav_link {
    min-height: 80px;
    font-size: 18.5px;
    line-height: 22.2px;
  }

  .privacy-tab-nav_anchor-item {
    width: calc(25% - 27px);
    margin-left: 36px;
  }

  .privacy-tab-nav_anchor-list {
    padding: 16px 30px;
  }

  .privacy-tab-nav_anchor-link, .privacy-tab-nav_body {
    font-size: 15px;
    line-height: 24px;
  }

  .privacy-tab-nav_menu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .privacy-tab-nav_tab {
    min-height: 80px;
    font-size: 18.5px;
    line-height: 22.2px;
  }

  .index-video_hit {
    width: 640px;
    max-width: 100%;
    height: 361px;
  }

  .csp-footer-link-item {
    margin-right: 0;
  }

  .link-banner_title {
    font-size: 30px;
  }

  .link-banner_lead {
    font-size: 15px;
  }

  .media-link-banner_title {
    font-size: 30px;
  }

  .media-link-banner_lead {
    font-size: 15px;
  }

  .news-article_section {
    margin-top: 76px;
  }

  .news-article_section-heading {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 36px;
  }

  .news-article_contact-label, .news-article_contact-value, .news-article_contact-name {
    font-size: 13.4px;
    line-height: 21.5px;
  }

  .news-article_recent-title {
    font-size: 25px;
    line-height: 30px;
  }

  .news-article_contact-link {
    font-size: 13.4px;
    line-height: 21.5px;
  }

  .news-article_heading-wrap {
    margin-bottom: 29px;
    padding-bottom: 20px;
  }

  .news-filter-list_inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .news-filter-list_item {
    width: 49.5%;
    max-width: 49.5%;
  }

  .media-kit-grid {
    max-width: 911px;
  }

  .media-kit-grid_list {
    gap: 20px 28px;
  }

  .media-kit-tile {
    width: 279px;
    max-width: 279px;
  }

  .media-kit-tile_image {
    height: 184px;
  }

  .video-grid {
    max-width: 911px;
  }

  .video-grid_list {
    gap: 20px 28px;
  }

  .video-tile {
    width: calc(33.3333% - 18.6667px);
    max-width: calc(33.3333% - 18.6667px);
  }

  .sds-library-list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sds-library-list_title {
    font-size: 35px;
    line-height: 42px;
  }

  .sds-library-list_filters {
    margin-top: 38px;
  }

  .sds-doc_meta {
    margin-top: 42px;
    font-size: 16.8px;
    line-height: 26.9px;
  }

  .sds-doc_meta-row {
    column-gap: 5px;
    font-size: 16.8px;
    line-height: 26.9px;
  }

  .sds-doc_heading-slot {
    margin-top: 75.5px;
  }

  .sds-doc_downloads {
    margin-top: 37.8px;
  }

  .sds-doc_meta-row-1 {
    column-gap: 5px;
    font-size: 16.8px;
    line-height: 26.9px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-heading-left, .team-slider, .team-circles-2 {
    padding: 60px 15px;
  }

  .services-slot {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .the-container.page-pad-bottom {
    padding-bottom: 120px;
  }

  .services-grid {
    padding: 10px 20px;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .rich-text {
    font-size: 14px;
    line-height: 22.4px;
  }

  .f-navigation-link-2 {
    color: #333;
    white-space: normal;
    border-radius: 5px;
    padding: 24px 88px;
    font-size: 18px;
    font-weight: 700;
  }

  .f-navigation-link-2:hover {
    color: #333;
    background-color: #ccc;
  }

  .f-navigation-2 {
    min-height: 125px;
    padding: 14px 0;
  }

  .f-navigation-menu-button-2 {
    color: #333;
    background-color: #0000;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    display: none;
  }

  .f-navigation-container-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .navigation-slot {
    z-index: 1001;
    background-color: #fff;
    border-top: 1px solid #ebe5e4;
    flex-direction: column;
    align-items: stretch;
    row-gap: 8px;
    width: 100%;
    padding: 24px 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .f-navigation-language-dropdown-toggle {
    display: none;
  }

  .f-logo-2 {
    width: 145px;
  }

  .f-breadcrumb-wrapper {
    display: none;
  }

  .f-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .two-column-grid {
    box-sizing: border-box;
    flex-flow: column;
    align-items: stretch;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .services-slot-2x2 {
    grid-template-columns: 1fr 1fr;
  }

  .page-title-block {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title-block.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title-block_eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 15px;
  }

  .page-title-block_title {
    font-size: 24px;
    line-height: 30px;
  }

  .text-multi-image {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
  }

  .text-multi-image.content-width {
    max-width: 737px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-multi-image_copy {
    flex: none;
    order: 2;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .text-multi-image_media {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex-shrink: 1;
    order: 1;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: flex;
  }

  .text-multi-image_img {
    object-fit: contain;
    flex: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
  }

  .text-multi-image_img.text-multi-image_img-roof {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .section-heading {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb), .section-heading:where(.w-variant-b52635cd-e2fc-d94d-54af-93b37baf7d0f) {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading:where(.w-variant-e8ca2aa2-4e02-f7cc-b0ca-4815d32c2df1) {
    margin-top: 0;
  }

  .section-heading:where(.w-variant-4e160f96-b22e-9485-94ba-795993729643) {
    margin-top: 40px;
  }

  .section-heading.link-card_heading, .section-heading.section-heading-nested {
    margin-top: 0;
  }

  .section-heading.section-heading-section {
    margin-top: 40px;
  }

  .section-heading.section-heading-first {
    margin-top: 0;
  }

  .section-heading.content-width {
    box-sizing: border-box;
  }

  .section-heading_title {
    font-size: 20px;
    line-height: 25px;
  }

  .section-heading_title:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
    font-size: 18px;
    line-height: 22.5px;
  }

  .section-heading_title:after:where() {
    width: 10px;
    height: 10px;
    margin-left: 7px;
    top: -2px;
  }

  .section-heading_accent {
    width: 100px;
  }

  .section-heading_accent:where(.w-variant-b52635cd-e2fc-d94d-54af-93b37baf7d0f), .section-heading_accent:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
    width: 50px;
  }

  .text-block {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block:where(.w-variant-b754f2d4-509f-f834-e3ff-44fbf0945380) {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block:where(.w-variant-98274842-71f1-5aa9-269b-dbab7a6cea25) {
    margin-top: 0;
  }

  .text-block.content-width, .text-block.text-block-lca {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block_body {
    font-size: 14px;
    line-height: 22.4px;
  }

  .logo-grid_slot {
    grid-template-columns: 1fr 1fr;
  }

  .hero-slider {
    height: 327px;
  }

  .hero-slider.slider-contained {
    max-width: 100%;
    height: 320px;
  }

  .hero-slide {
    height: 327px;
  }

  .hero-slide:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    height: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
  }

  .hero-slide:first-child {
    height: 327px;
  }

  .hero-slide_bg:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero-slide_copy {
    max-width: 100%;
    padding: 50px;
  }

  .hero-slide_cta {
    font-size: 21.5px;
    line-height: 34.4px;
  }

  .hero-slider_prev, .hero-slider_next {
    display: none;
  }

  .split-feature {
    flex-direction: column;
  }

  .split-feature:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    box-sizing: border-box;
    flex-direction: column;
    row-gap: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .split-feature_media {
    width: 100%;
    min-height: 350px;
  }

  .split-feature_media:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    width: 100%;
    max-width: 582px;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .split-feature_media-img:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    max-width: 582px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-feature_copy {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .split-feature_copy:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-media {
    box-sizing: border-box;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .content-media_content {
    width: 100%;
    max-width: 100%;
  }

  .content-media_media {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 50px 0 120px;
    overflow: hidden;
  }

  .news-section {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .media-card {
    width: 100%;
    max-width: 100%;
  }

  .news-card {
    width: 100%;
    max-width: 100%;
    height: 152px;
    min-height: 152px;
  }

  .news-card_media {
    width: 150px;
    min-height: 113px;
  }

  .news-card_img {
    object-fit: fill;
    width: 150px;
    height: 113px;
  }

  .hero-slider_pause {
    display: none;
  }

  .split-feature_body:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    font-size: 14px;
    line-height: 22.4px;
  }

  .news-card-root {
    width: 100%;
    max-width: 100%;
    height: 152px;
    min-height: 152px;
  }

  .page-banner:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: auto;
    padding: 15px 15px 0;
    display: block;
    overflow: visible;
  }

  .page-banner.content-width {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .page-banner_title:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .page-banner_media:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
    object-fit: cover;
    width: 100%;
    height: 78px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .feature-grid-item {
    column-gap: 9px;
    margin-top: 0;
  }

  .feature-grid-item_text {
    font-size: 14px;
    line-height: 22.4px;
  }

  .feature-grid-4 {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-grid-4_slot {
    grid-column-gap: 15px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid-3 {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-grid-3_slot {
    grid-column-gap: 15px;
    grid-row-gap: 17.5px;
    grid-template-columns: 1fr;
  }

  .text-image {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-image.content-width {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-image_row {
    flex-direction: column-reverse;
    row-gap: 21px;
    display: flex;
  }

  .text-image_row:where(.w-variant-0229dbe0-e99d-9551-b437-06edb4b61cc2) {
    flex-direction: column-reverse;
  }

  .text-image_copy {
    flex-direction: column;
    row-gap: 0;
    font-size: 14px;
    line-height: 22.4px;
    display: block;
  }

  .text-image_media {
    width: 100%;
    max-width: 100%;
  }

  .contact-info {
    height: auto;
    margin-top: 40px;
    overflow: visible;
  }

  .contact-info.content-width {
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .contact-info_fields {
    border-width: 0;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: 21px -15px 0;
    font-size: 14px;
    line-height: 22.4px;
    overflow: visible;
  }

  .contact-info_label {
    background-color: var(--color-contact-panel);
    border-width: 0;
    flex-basis: auto;
    align-self: stretch;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    display: block;
  }

  .contact-info_address {
    padding: 0;
    font-size: 14px;
    line-height: 22.4px;
  }

  .contact-info_phone {
    padding: 14px 0 0;
    font-size: 14px;
    line-height: 22.4px;
  }

  .contact-info_email {
    padding: 0;
    font-size: 14px;
    line-height: 22.4px;
  }

  .link-card-grid {
    margin-top: 40px;
  }

  .link-card-grid.content-width {
    box-sizing: border-box;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-card-grid_list {
    grid-template-columns: 1fr;
    row-gap: 21px;
  }

  .image-banner {
    margin-top: 30px;
  }

  .image-banner.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-infographic {
    margin-top: 40px;
  }

  .text-infographic.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-infographic_row {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 30px;
    display: flex;
  }

  .text-infographic_copy {
    width: 100%;
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-infographic_media {
    width: 100%;
    max-width: 100%;
  }

  .link-tile {
    padding: 13px 10px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .link-tile_title {
    font-size: 14px;
    line-height: 22.4px;
  }

  .link-tile-grid {
    margin-top: 40px;
  }

  .link-tile-grid.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-tile-grid_list {
    grid-template-columns: 1fr;
    row-gap: 11px;
    margin-top: 30px;
  }

  .text-infographic-grid {
    margin-top: 40px;
  }

  .text-infographic-grid.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-infographic-grid_copy {
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-infographic-grid_media {
    grid-template-columns: 1fr;
  }

  .alternating-text-image {
    margin-top: 40px;
  }

  .alternating-text-image.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-image-split {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .text-image-split:where(.w-variant-d4149c22-44de-3a6e-4bec-74dc478abab0) {
    flex-direction: column;
    margin-top: 40px;
    display: block;
  }

  .text-image-split:where(.w-variant-15e6eebf-c07c-1ea0-7a5b-ec290794f88b) {
    flex-direction: column-reverse;
  }

  .text-image-split:where(.w-variant-40edaf92-d350-700d-0443-94942d773bb6) {
    grid-row-gap: 1.5em;
    flex-direction: column-reverse;
    margin-top: 30.1px;
  }

  .text-image-split.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-image-split_copy {
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 22.4px;
    display: block;
  }

  .text-image-split_copy:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a) {
    width: 100%;
    max-width: 100%;
  }

  .text-image-split_media, .text-image-split_media:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a) {
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }

  .image-text-split {
    grid-column-gap: 0px;
    grid-row-gap: 21px;
    flex-flow: column wrap;
    display: block;
  }

  .image-text-split.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-text-split_media {
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }

  .image-text-split_copy {
    width: 100%;
    margin-top: 21px;
    font-size: 14px;
    line-height: 22.4px;
    display: block;
  }

  .csp-nav-menu, .csp-nav-link, .csp-nav-dropdown-list, .csp-nav-dropdown-list.two-row-grid, .csp-nav-dropdown, .csp-nav-dropdown-list-single {
    display: none;
  }

  .csp-footer {
    background-color: #060606;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 20px 0;
  }

  .csp-footer-logo.hide-mobile {
    display: none;
  }

  .csp-footer-links {
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 0;
    width: 100%;
  }

  .csp-footer-link {
    background-color: #171718;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .csp-footer-link.hide-mobile {
    display: none;
  }

  .csp-footer-link.is-mobile-start {
    border-radius: 5px 0 0 5px;
  }

  .csp-footer-link.is-mobile-end {
    border-radius: 0 5px 5px 0;
  }

  .csp-footer-copyright {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .csp-footer-slot {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    flex-grow: 0;
    justify-content: center;
    gap: 0;
    width: 100%;
  }

  .text-image_p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-image_p.text-image_p-last {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .text-block_p {
    font-size: 14px;
    line-height: 22.4px;
  }

  .contact-info_values {
    border-bottom: 1px solid var(--color-contact-border);
    background-color: #fff;
    align-self: stretch;
    width: 100%;
    height: auto;
    padding: 15px 15px 20px;
    overflow: visible;
  }

  .feature-grid-item_bullet {
    border-width: 2px;
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    width: 7px;
    height: 7px;
    margin-top: 8px;
  }

  .text-image-split_heading-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical-text-image {
    flex-direction: column;
    margin-top: 40px;
    display: block;
  }

  .vertical-text-image.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vertical-text-image_copy {
    width: 100%;
  }

  .vertical-text-image_media {
    width: 100%;
    max-width: 737px;
    margin-right: 0;
  }

  .officer-profile-grid_frame {
    display: none;
  }

  .officer-profile-card {
    cursor: pointer;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    max-height: none;
    margin-top: 16px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .officer-profile-card_media {
    flex-shrink: 0;
    width: 105px;
    height: 110px;
  }

  .officer-profile-card_meta {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
    min-height: 0;
    padding: 5px 47px 5px 15px;
    display: block;
  }

  .officer-profile-card_position {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 18.2px;
  }

  .officer-profile-card_name {
    font-size: 18px;
    line-height: 18px;
  }

  .officer-profile-card_chevron, .officer-profile-card_controls {
    display: none;
  }

  .officer-profile-detail {
    display: block;
  }

  .officer-profile-detail_media {
    display: none;
  }

  .officer-profile-grid_row {
    flex-direction: column;
    gap: 0;
  }

  .officer-profile-card_bio {
    flex-basis: 100%;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    line-height: 25.6px;
    display: none;
  }

  .contact-form-section {
    box-sizing: border-box;
    padding: 15px 15px 0;
  }

  .contact-form-section_layout {
    flex-direction: column;
    margin-top: 30px;
  }

  .contact-form-section_form {
    grid-template-columns: 100%;
    width: 100%;
    display: block;
  }

  .contact-form-label-container {
    grid-column-gap: 0px;
    background-color: #0000;
    border-top-style: none;
    border-top-width: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 15px 0 0;
    display: flex;
  }

  .contact-form-label-container.contact-form-label-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contact-form-input-container {
    border-top-style: none;
    border-top-width: 0;
    height: auto;
    padding: 20px 0;
    display: block;
  }

  .contact-form-input-container.contact-form-input-wrap-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contact-form-input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
  }

  .contact-form-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 141px;
  }

  .contact-form-section_divider {
    display: none;
  }

  .contact-form-section_privacy {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 30px;
  }

  .contact-form-section_submit {
    width: 100%;
    height: 58px;
    display: block;
  }

  .contact-form-section_aside {
    width: 100%;
    margin-top: 77px;
  }

  .contact-form-section_map-link {
    width: 100%;
    height: auto;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .text-image-split_p {
    font-size: 14px;
    line-height: 22.4px;
  }

  .csp-nav-burger {
    display: flex;
  }

  .contact-form-input-container-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contact-form-textarea-container {
    border-top-style: none;
    border-top-width: 0;
    padding: 20px 0;
    display: block;
  }

  .contact-form-textarea-container.contact-form-textarea-wrap-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contact-form-ok-row {
    width: 100%;
    height: 58px;
  }

  .contact-form-field-label {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-grid-spacer {
    display: none;
  }

  .officer-profile-grid_group {
    margin-bottom: 0;
  }

  .utility-icons {
    display: none;
  }

  .link-tile-grid-3col_list {
    grid-template-columns: 1fr;
    row-gap: 11px;
    margin-top: 30px;
  }

  .feature-text-item, .feature-text-item:where(.w-variant-0963dca5-b189-0e22-e7f5-4ac5c33da11d) {
    width: 100%;
  }

  .feature-text-item_title {
    font-size: 18px;
    line-height: 22.5px;
  }

  .feature-text-item_list {
    font-size: 14px;
    line-height: 22.4px;
  }

  .feature-text-grid_list {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .two-column-grid_copy {
    font-size: 14px;
    line-height: 22.4px;
  }

  .hero-slide_item:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .image-text-card-grid-3.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-text-card-grid-3_list {
    flex-direction: column;
  }

  .image-text-card {
    width: 100%;
    max-width: 100%;
  }

  .image-text-card_media {
    object-fit: cover;
    height: 280px;
  }

  .image-text-card_media:where(.w-variant-e7772264-4857-3056-3b67-96cb67d79d26) {
    aspect-ratio: 376 / 219;
    height: auto;
  }

  .image-text-card_copy:where(.w-variant-e7772264-4857-3056-3b67-96cb67d79d26) {
    margin-top: 9.8px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-image_rich {
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-image-split_media-col {
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
  }

  .text-image-split_cta {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .text-image-split_cta:where(.w-variant-40edaf92-d350-700d-0443-94942d773bb6) {
    width: auto;
    display: flex;
  }

  .careers-intro-cta {
    flex-flow: column;
    align-items: stretch;
    max-width: 737px;
    margin-top: 2.15em;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .careers-intro-cta_copy {
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
    margin-top: 21px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .careers-intro-cta_panel {
    text-align: center;
    background-color: #0000;
    flex-shrink: 1;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 75px;
    display: block;
  }

  .careers-intro-cta_support {
    text-align: center;
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .careers-intro-cta_button {
    text-align: center;
  }

  .privacy-tab-nav {
    margin-top: 30px;
  }

  .privacy-tab-nav_list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .privacy-tab-nav_item {
    margin-left: 12px;
  }

  .privacy-tab-nav_item:first-child {
    margin-left: 0;
  }

  .privacy-tab-nav_link {
    min-height: 45px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 16.8px;
  }

  .privacy-tab-nav_anchor-item {
    width: calc(50% - 7.5px);
    margin-top: 15px;
    margin-left: 15px;
  }

  .privacy-tab-nav_anchor-list {
    padding: 15px;
  }

  .privacy-tab-nav_anchor-link, .privacy-tab-nav_body {
    font-size: 14px;
    line-height: 22.4px;
  }

  .privacy-tab-nav_menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .privacy-tab-nav_tab {
    min-height: 45px;
    margin-left: 12px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 16.8px;
  }

  .index-video_hit {
    width: 640px;
    max-width: 100%;
    height: 361px;
  }

  .csp-footer-link-item {
    margin-right: 0;
  }

  .link-banner {
    background-color: #f7f7fa;
  }

  .link-banner_block {
    background-color: #0000;
  }

  .link-banner_flex {
    min-height: 0;
    position: static;
  }

  .link-banner_outer {
    height: auto;
    position: static;
  }

  .link-banner_inner {
    min-height: 0;
    display: block;
  }

  .link-banner_caption {
    text-align: center;
    padding: 15px 30px;
  }

  .link-banner_title {
    padding-right: 0;
    font-size: 24px;
    line-height: 1.2;
    display: inline-block;
  }

  .link-banner_lead {
    text-align: center;
    font-size: 14px;
  }

  .link-banner_image {
    text-align: center;
    position: static;
  }

  .link-banner_img {
    display: none;
  }

  .link-banner_img-mobile {
    display: block;
  }

  .link-banner_title-row {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .link-banner_chevron {
    flex-shrink: 0;
    display: block;
  }

  .media-link-banner {
    background-color: #f7f7fa;
  }

  .media-link-banner_flex {
    min-height: 0;
    position: static;
  }

  .media-link-banner_outer {
    height: auto;
    position: static;
  }

  .media-link-banner_inner {
    min-height: 0;
    display: block;
  }

  .media-link-banner_caption {
    text-align: center;
    padding: 15px 30px;
  }

  .media-link-banner_title-row {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .media-link-banner_title {
    font-size: 24px;
    line-height: 1.2;
    display: inline-block;
  }

  .media-link-banner_chevron {
    flex-shrink: 0;
    display: block;
  }

  .media-link-banner_lead {
    text-align: center;
    font-size: 14px;
  }

  .media-link-banner_image {
    text-align: center;
    position: static;
  }

  .media-link-banner_img {
    display: none;
  }

  .media-link-banner_img-mobile {
    display: block;
  }

  .news-section_list {
    flex-direction: column;
  }

  .news-section_item {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }

  .news-article, .news-article.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-article_section {
    box-sizing: border-box;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-article_section.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-article_section-heading {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 25px;
  }

  .news-article_contact-row {
    flex-direction: column;
    gap: 0;
  }

  .news-article_contact-label {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .news-article_contact-value {
    border-bottom-color: var(--color-contact-border);
    width: 100%;
    padding: 15px 15px 20px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .news-article_contact-name {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .news-article_recent-item {
    width: 100%;
    max-width: 100%;
  }

  .news-article_recent-link {
    padding-bottom: 10px;
  }

  .news-article_recent-title {
    font-size: 18px;
    line-height: 22.5px;
  }

  .news-article_recent-title:after {
    width: 10px;
    height: 10px;
    margin-left: 7px;
    top: -2px;
  }

  .news-article_contact-link {
    font-size: 14px;
    line-height: 22.4px;
  }

  .news-article_heading-wrap {
    margin-bottom: 21px;
    padding-bottom: 10px;
  }

  .news-filter-list_inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-filter-list_tab-link {
    font-size: 16px;
    line-height: 20px;
  }

  .news-filter-list_select {
    padding-top: 15px;
  }

  .news-filter-list_pulldown {
    width: 100%;
  }

  .news-filter-list_year {
    padding: 11px 33px 11px 15px;
    font-size: 14px;
  }

  .news-filter-list_item {
    width: 100%;
    max-width: 100%;
  }

  .media-kit-grid {
    max-width: 737px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .media-kit-grid_list {
    gap: 1.5em 15px;
  }

  .media-kit-tile {
    width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    padding-bottom: 0;
    display: block;
  }

  .media-kit-tile_image {
    aspect-ratio: 376 / 248;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .video-grid {
    max-width: 737px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-grid_list {
    gap: 1.5em 0;
  }

  .video-tile {
    width: 100%;
    max-width: 100%;
  }

  .sds-library-list {
    padding: 24px 15px 60px;
  }

  .sds-library-list_inner {
    max-width: 100%;
  }

  .sds-library-list_title {
    font-size: 24px;
    line-height: 30px;
  }

  .sds-library-list_filters {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
  }

  .sds-library-list_select-wrap {
    flex: 1;
    width: 100%;
    min-width: 0;
  }

  .sds-library-list_pulldown {
    width: 100%;
    margin-left: 0;
  }

  .sds-library-list_pulldown:before {
    border-bottom-width: 1.5px;
    border-right-width: 1.5px;
    right: 15px;
  }

  .sds-library-list_block {
    max-width: 100%;
  }

  .sds-library-list_cols {
    font-size: 13px;
    line-height: 20px;
  }

  .sds-library-list_select {
    width: 100%;
    max-width: 100%;
    padding: 11px 33px 11px 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .sds-library-list_col-title {
    width: 40%;
    padding-right: 6px;
    font-size: 13px;
    line-height: 20px;
  }

  .sds-library-list_col-filename {
    width: 35%;
    padding-left: 0;
    padding-right: 6px;
    font-size: 13px;
    line-height: 20px;
  }

  .sds-library-list_col-date {
    width: 25%;
    padding-left: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .sds-library-list_list, .sds-library-list_item {
    max-width: 100%;
  }

  .sds-library-list_link {
    font-size: 13px;
    line-height: 20px;
  }

  .sds-library-list_cell-title {
    overflow-wrap: break-word;
    width: 40%;
    padding-right: 6px;
    font-size: 13px;
    line-height: 20px;
  }

  .sds-library-list_cell-filename {
    overflow-wrap: break-word;
    width: 35%;
    padding-left: 0;
    padding-right: 6px;
    font-size: 13px;
    line-height: 20px;
  }

  .sds-library-list_cell-date {
    overflow-wrap: break-word;
    width: 25%;
    padding-left: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .sds-doc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sds-doc_meta {
    margin-top: 43px;
    font-size: 20px;
    line-height: 32px;
  }

  .sds-doc_meta-row {
    column-gap: 6px;
    font-size: 20px;
    line-height: 32px;
  }

  .sds-doc_heading-slot {
    margin-top: 39.9px;
  }

  .sds-doc_downloads {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .sds-doc_card-caption {
    padding: 7px 20px 7px 15px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .sds-doc_meta-row-1 {
    column-gap: 6px;
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .f-navigation-button {
    display: none;
  }

  .div-block-3 {
    background-image: none;
    flex-flow: column;
    height: auto;
  }

  .main-container {
    align-items: flex-start;
  }

  .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .image {
    height: 78px;
  }

  .container-4, .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #dfdfe3;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    padding-bottom: 0;
    display: grid;
  }

  .team-member-image-two {
    width: 120px;
    height: 82px;
  }

  .team-block-info {
    width: 100%;
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    line-height: var(--body-font-height);
  }

  .text-link-arrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    width: 100%;
    display: grid;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .services-slot {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .the-container.page-pad-bottom {
    padding-bottom: 120px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 21px;
  }

  .services-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-text {
    font-size: 14px;
    line-height: 22.4px;
  }

  .f-navigation-link-2 {
    padding: 24px 40px;
  }

  .f-navigation-2 {
    min-height: 125px;
    padding: 14px 0;
  }

  .f-navigation-menu-button-2 {
    background-color: #0000;
    border-style: none;
    padding: 16px 0;
    display: none;
  }

  .f-navigation-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navigation-slot {
    flex-direction: column;
    align-items: stretch;
    row-gap: 8px;
    display: none;
    position: absolute;
  }

  .f-navigation-button-2 {
    display: none;
  }

  .div-block-7 {
    position: static;
  }

  .f-logo-2 {
    width: 145px;
  }

  .f-breadcrumb-wrapper {
    display: none;
  }

  .f-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .two-column-grid {
    box-sizing: border-box;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-slot-2x2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .page-title-block {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title-block.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title-block_eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 15px;
  }

  .page-title-block_title {
    font-size: 24px;
    line-height: 30px;
  }

  .text-multi-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
  }

  .text-multi-image.content-width {
    max-width: 449px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-multi-image_copy {
    flex: none;
    order: 2;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .text-multi-image_media {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    flex-shrink: 1;
    order: 1;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: flex;
  }

  .text-multi-image_img {
    object-fit: contain;
    flex: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
  }

  .text-multi-image_img.text-multi-image_img-roof {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .section-heading {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb), .section-heading:where(.w-variant-b52635cd-e2fc-d94d-54af-93b37baf7d0f) {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading:where(.w-variant-e8ca2aa2-4e02-f7cc-b0ca-4815d32c2df1) {
    margin-top: 0;
  }

  .section-heading:where(.w-variant-4e160f96-b22e-9485-94ba-795993729643) {
    margin-top: 40px;
  }

  .section-heading.link-card_heading, .section-heading.section-heading-nested {
    margin-top: 0;
  }

  .section-heading.section-heading-section {
    margin-top: 40px;
  }

  .section-heading.section-heading-first {
    margin-top: 0;
  }

  .section-heading.content-width {
    box-sizing: border-box;
  }

  .section-heading_title {
    font-size: 20px;
    line-height: 25px;
  }

  .section-heading_title:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
    font-size: 18px;
    line-height: 22.5px;
  }

  .section-heading_title:after:where() {
    width: 10px;
    height: 10px;
    margin-left: 7px;
    top: -2px;
  }

  .section-heading_accent {
    width: 100px;
  }

  .section-heading_accent:where(.w-variant-b52635cd-e2fc-d94d-54af-93b37baf7d0f), .section-heading_accent:where(.w-variant-50f8226e-d687-ca54-aba3-d78e2f952beb) {
    width: 50px;
  }

  .text-block {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block:where(.w-variant-b754f2d4-509f-f834-e3ff-44fbf0945380) {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block:where(.w-variant-98274842-71f1-5aa9-269b-dbab7a6cea25) {
    margin-top: 0;
  }

  .text-block.content-width {
    box-sizing: border-box;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block.text-block-lca {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block_body {
    font-size: 14px;
    line-height: 22.4px;
  }

  .logo-grid_slot {
    grid-template-columns: 1fr;
  }

  .hero-slider {
    height: 327px;
  }

  .hero-slider.slider-contained {
    max-width: 100%;
    height: 320px;
  }

  .hero-slide {
    height: 327px;
  }

  .hero-slide:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    height: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
  }

  .hero-slide:first-child {
    height: 327px;
  }

  .hero-slide_bg:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero-slide_copy {
    max-width: 100%;
    padding: 25px;
  }

  .hero-slide_heading {
    font-size: 35px;
    line-height: 56px;
  }

  .hero-slide_description, .hero-slide_cta {
    font-size: 17.5px;
    line-height: 28px;
  }

  .hero-slider_prev, .hero-slider_next {
    display: none;
  }

  .split-feature:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    box-sizing: border-box;
    flex-direction: column;
    row-gap: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .split-feature_media:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }

  .split-feature_media-img:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    max-width: 100%;
  }

  .split-feature_copy:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    width: 100%;
    max-width: 100%;
  }

  .content-media {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-media_media {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 50px 0 120px;
    overflow: hidden;
  }

  .news-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .media-card {
    width: 100%;
    max-width: 100%;
  }

  .news-card {
    height: 140px;
    min-height: 140px;
  }

  .news-card_media {
    width: 100px;
    min-height: 68px;
  }

  .news-card_img {
    object-fit: fill;
    width: 91px;
    height: 68px;
  }

  .hero-slider_pause {
    display: none;
  }

  .split-feature_body:where(.w-variant-ff676635-87f7-d809-cc57-34f65ae3f902) {
    font-size: 14px;
    line-height: 22.4px;
  }

  .news-card-root {
    height: 140px;
    min-height: 140px;
  }

  .page-banner:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-bottom: 28px;
    margin-left: 0;
    margin-right: auto;
    padding: 15px 15px 0;
    display: block;
    overflow: visible;
  }

  .page-banner.content-width {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-banner_title {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .page-banner_title:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .page-banner_media:where(.w-variant-97c49e32-0831-4e90-438a-b285b117163d) {
    object-fit: cover;
    width: 100%;
    height: 78px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .feature-grid-item {
    column-gap: 9px;
    margin-top: 0;
  }

  .feature-grid-item_text {
    font-size: 14px;
    line-height: 22.4px;
  }

  .feature-grid-4 {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-grid-4_slot {
    grid-column-gap: 15px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid-3 {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-grid-3_slot {
    grid-column-gap: 15px;
    grid-row-gap: 17.5px;
    grid-template-columns: 1fr;
  }

  .text-image {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-image.content-width {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-image_row {
    flex-direction: column-reverse;
    row-gap: 21px;
    display: flex;
  }

  .text-image_row:where(.w-variant-0229dbe0-e99d-9551-b437-06edb4b61cc2) {
    flex-direction: column-reverse;
  }

  .text-image_copy {
    flex-direction: column;
    row-gap: 0;
    font-size: 14px;
    line-height: 22.4px;
    display: block;
  }

  .text-image_media {
    width: 100%;
    max-width: 100%;
  }

  .contact-info {
    height: auto;
    margin-top: 40px;
    overflow: visible;
  }

  .contact-info.content-width {
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .contact-info_fields {
    border-width: 0;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: 21px -15px 0;
    font-size: 14px;
    line-height: 22.4px;
    overflow: visible;
  }

  .contact-info_label {
    background-color: var(--color-contact-panel);
    border-width: 0;
    flex-basis: auto;
    align-self: stretch;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    display: block;
  }

  .contact-info_address {
    padding: 0;
    font-size: 14px;
    line-height: 22.4px;
  }

  .contact-info_phone {
    padding: 14px 0 0;
    font-size: 14px;
    line-height: 22.4px;
  }

  .contact-info_email {
    padding: 0;
    font-size: 14px;
    line-height: 22.4px;
  }

  .link-card-grid {
    margin-top: 40px;
  }

  .link-card-grid.content-width {
    box-sizing: border-box;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-card-grid_list {
    grid-template-columns: 1fr;
    row-gap: 21px;
  }

  .link-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-banner {
    margin-top: 30px;
  }

  .image-banner.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-infographic {
    margin-top: 40px;
  }

  .text-infographic.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-infographic_row {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-top: 30px;
    display: flex;
  }

  .text-infographic_copy {
    width: 100%;
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-infographic_media {
    width: 100%;
    max-width: 100%;
  }

  .link-tile {
    padding: 13px 10px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .link-tile_title {
    font-size: 14px;
    line-height: 22.4px;
  }

  .link-tile-grid {
    margin-top: 40px;
  }

  .link-tile-grid.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-tile-grid_list {
    grid-template-columns: 1fr;
    row-gap: 11px;
    margin-top: 30px;
  }

  .text-infographic-grid {
    margin-top: 40px;
  }

  .text-infographic-grid.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-infographic-grid_copy {
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-infographic-grid_media {
    grid-template-columns: 1fr;
  }

  .alternating-text-image {
    margin-top: 40px;
  }

  .alternating-text-image.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-image-split {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 21px;
    flex-flow: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .text-image-split:where(.w-variant-d4149c22-44de-3a6e-4bec-74dc478abab0) {
    flex-direction: column;
    margin-top: 40px;
    display: block;
  }

  .text-image-split:where(.w-variant-15e6eebf-c07c-1ea0-7a5b-ec290794f88b) {
    flex-direction: column-reverse;
  }

  .text-image-split:where(.w-variant-40edaf92-d350-700d-0443-94942d773bb6) {
    grid-row-gap: 1.5em;
    flex-direction: column-reverse;
    margin-top: 30.1px;
  }

  .text-image-split.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-image-split_copy {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 22.4px;
    display: block;
  }

  .text-image-split_copy:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a), .text-image-split_media, .text-image-split_media:where(.w-variant-4b0da7f1-dfcc-15f5-0f2c-b4fa250f9c9a) {
    width: 100%;
    max-width: 100%;
  }

  .image-text-split {
    grid-column-gap: 0px;
    grid-row-gap: 21px;
    flex-flow: column wrap;
    display: block;
  }

  .image-text-split.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-text-split_media {
    width: 100%;
    max-width: 100%;
  }

  .image-text-split_copy {
    width: 100%;
    margin-top: 21px;
    font-size: 14px;
    line-height: 22.4px;
    display: block;
  }

  .csp-nav-menu, .csp-nav-link, .csp-nav-dropdown-list, .csp-nav-dropdown-list.two-row-grid, .csp-nav-dropdown, .csp-nav-dropdown-list-single {
    display: none;
  }

  .csp-footer {
    background-color: #060606;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 20px 0;
  }

  .csp-footer-logo.hide-mobile {
    display: none;
  }

  .csp-footer-links {
    justify-content: center;
    column-gap: 0;
    width: 100%;
  }

  .csp-footer-link {
    background-color: #171718;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .csp-footer-link.hide-mobile {
    display: none;
  }

  .csp-footer-link.is-mobile-start {
    border-radius: 5px 0 0 5px;
  }

  .csp-footer-link.is-mobile-end {
    border-radius: 0 5px 5px 0;
  }

  .csp-footer-copyright {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .csp-footer-slot {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-grow: 0;
    justify-content: center;
    gap: 0;
    width: 100%;
  }

  .text-image_p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-image_p.text-image_p-last {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .text-block_p {
    font-size: 14px;
    line-height: 22.4px;
  }

  .contact-info_values {
    border-bottom: 1px solid var(--color-contact-border);
    background-color: #fff;
    align-self: stretch;
    width: 100%;
    height: auto;
    padding: 15px 15px 20px;
    overflow: visible;
  }

  .feature-grid-item_bullet {
    border-width: 2px;
    border-color: var(--color-accent);
    background-color: var(--color-bg);
    border-radius: 0%;
    width: 7px;
    height: 7px;
    margin-top: 8px;
  }

  .vertical-text-image {
    margin-top: 40px;
    display: block;
  }

  .vertical-text-image.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .vertical-text-image_media {
    width: 100%;
    max-width: 449px;
    margin-right: 0;
  }

  .officer-profile-grid_frame {
    display: none;
  }

  .officer-profile-card {
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    max-height: none;
    margin-top: 16px;
    margin-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .officer-profile-card_media {
    width: 105px;
    height: 110px;
  }

  .officer-profile-card_meta {
    flex-grow: 1;
    width: auto;
    padding-left: 15px;
    padding-right: 47px;
  }

  .officer-profile-card_position {
    font-size: 13px;
    line-height: 18.2px;
  }

  .officer-profile-card_name {
    font-size: 14px;
    line-height: 16px;
  }

  .officer-profile-card_controls {
    display: none;
  }

  .officer-profile-grid_row {
    flex-direction: column;
    gap: 16px 0;
  }

  .officer-profile-card_bio {
    font-size: 14px;
    line-height: 19.6px;
    display: none;
  }

  .contact-form-section {
    box-sizing: border-box;
    padding: 15px 15px 0;
  }

  .contact-form-section_layout {
    flex-direction: column;
    margin-top: 30px;
  }

  .contact-form-section_form {
    grid-template-columns: 100%;
    width: 100%;
    display: block;
  }

  .contact-form-label-container {
    grid-column-gap: 0px;
    background-color: #0000;
    border-top-style: none;
    border-top-width: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 15px 0 0;
    display: flex;
  }

  .contact-form-label-container.contact-form-label-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contact-form-input-container {
    border-top-style: none;
    border-top-width: 0;
    height: auto;
    padding: 20px 0;
    display: block;
  }

  .contact-form-input-container.contact-form-input-wrap-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contact-form-input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
  }

  .contact-form-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 141px;
  }

  .contact-form-section_divider {
    display: none;
  }

  .contact-form-section_privacy {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 30px;
  }

  .contact-form-section_submit {
    width: 100%;
    height: 58px;
    display: block;
  }

  .contact-form-section_aside {
    width: 100%;
    margin-top: 77px;
  }

  .contact-form-section_map-link {
    width: 100%;
    height: auto;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .text-image-split_p {
    font-size: 14px;
    line-height: 22.4px;
  }

  .csp-nav-burger {
    display: flex;
  }

  .contact-form-input-container-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contact-form-textarea-container {
    border-top-style: none;
    border-top-width: 0;
    padding: 20px 0;
    display: block;
  }

  .contact-form-textarea-container.contact-form-textarea-wrap-last {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .contact-form-ok-row {
    width: 100%;
    height: 58px;
  }

  .contact-form-field-label {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-grid-spacer {
    display: none;
  }

  .link-tile-grid-3col_list {
    grid-template-columns: 1fr;
    row-gap: 11px;
    margin-top: 30px;
  }

  .feature-text-item, .feature-text-item:where(.w-variant-0963dca5-b189-0e22-e7f5-4ac5c33da11d) {
    width: 100%;
  }

  .feature-text-item_title {
    font-size: 18px;
    line-height: 22.5px;
  }

  .feature-text-item_list {
    font-size: 14px;
    line-height: 22.4px;
  }

  .feature-text-grid_list {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .two-column-grid_copy {
    font-size: 14px;
    line-height: 22.4px;
  }

  .hero-slide_item:where(.w-variant-dbb92a93-9dbb-145d-8b1c-8f78f08fa6f8) {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }

  .image-text-card-grid-3.content-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-text-card-grid-3_list {
    flex-direction: column;
  }

  .image-text-card {
    width: 100%;
    max-width: 100%;
  }

  .image-text-card_media {
    object-fit: cover;
    height: 220px;
  }

  .image-text-card_media:where(.w-variant-e7772264-4857-3056-3b67-96cb67d79d26) {
    aspect-ratio: 376 / 219;
    height: auto;
  }

  .image-text-card_copy:where(.w-variant-e7772264-4857-3056-3b67-96cb67d79d26) {
    margin-top: 9.8px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .text-image_rich {
    font-size: 14px;
    line-height: 22.4px;
  }

  .careers-intro-cta {
    flex-direction: column;
    max-width: 449px;
    margin-top: 2.15em;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .careers-intro-cta_copy {
    width: 100%;
    margin-top: 21px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .careers-intro-cta_panel {
    text-align: center;
    background-color: #0000;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 40px;
  }

  .privacy-tab-nav {
    margin-top: 30px;
  }

  .privacy-tab-nav_list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .privacy-tab-nav_item {
    margin-left: 12px;
  }

  .privacy-tab-nav_item:first-child {
    margin-left: 0;
  }

  .privacy-tab-nav_link {
    min-height: 45px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 16.8px;
  }

  .privacy-tab-nav_anchor-item {
    width: calc(50% - 7.5px);
    margin-top: 15px;
    margin-left: 15px;
  }

  .privacy-tab-nav_anchor-list {
    padding: 15px;
  }

  .privacy-tab-nav_anchor-link, .privacy-tab-nav_body {
    font-size: 14px;
    line-height: 22.4px;
  }

  .privacy-tab-nav_menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .privacy-tab-nav_tab {
    min-height: 45px;
    margin-left: 12px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 16.8px;
  }

  .index-video_hit {
    aspect-ratio: 640 / 361;
    width: 100%;
    height: auto;
  }

  .index-video_img {
    aspect-ratio: 640 / 361;
    height: auto;
  }

  .div-block-10 {
    padding: 20px;
  }

  .csp-footer-link-item {
    margin-right: 0;
  }

  .link-banner_caption {
    text-align: center;
    padding: 15px 30px;
  }

  .link-banner_title {
    font-size: 24px;
    line-height: 1.2;
  }

  .media-link-banner_caption {
    text-align: center;
    padding: 15px 30px;
  }

  .media-link-banner_title {
    font-size: 24px;
    line-height: 1.2;
  }

  .news-article, .news-article.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-article_section {
    box-sizing: border-box;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-article_section.content-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-article_section-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .news-article_recent-item {
    width: 100%;
    max-width: 100%;
  }

  .news-article_heading-wrap {
    margin-bottom: 21px;
    padding-bottom: 10px;
  }

  .news-filter-list_inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .media-kit-grid {
    max-width: 449px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .media-kit-grid_list {
    gap: 1.5em 15px;
  }

  .media-kit-tile {
    border-bottom-style: none;
    grid-template-columns: none;
    width: calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    display: block;
  }

  .media-kit-tile_image {
    aspect-ratio: 376 / 248;
    width: 100%;
    height: 100%;
  }

  .media-kit-tile_caption {
    border-bottom: 1px solid var(--color-split-bg);
  }

  .video-grid {
    max-width: 449px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-grid_list {
    gap: 1.5em 0;
  }

  .video-tile {
    width: 100%;
    max-width: 100%;
  }

  .sds-library-list, .sds-doc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sds-doc_downloads {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c85a111-1be0-d57d-8e9a-e0962a7626b5-2a7626b1 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}