:root {
  --background-color--background-primary: var(--base-gray-iron--white);
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --text-color--text-primary: var(--brand--darker-secondary);
  --_text-style---font-size: 1rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --link-color--link-primary: var(--base-gray-iron--black);
  --max-width--medium: 38.5rem;
  --_responsive---container-large: 84rem;
  --text-color--text-alternate: var(--base-gray-iron--white);
  --border-color--border-primary: var(--base-gray-iron--black);
  --base-gray-iron--white: white;
  --base-gray-iron--black: black;
  --_text-style---color: var(--text-color--text-primary);
  --brand--darker-secondary: #013047;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-gray-iron--25);
  --_responsive---padding-global: 5vw;
  --background-color--background-alternate: var(--base-gray-iron--black);
  --link-color--link-alternate: var(--base-gray-iron--white);
  --background-color--background-tertiary: var(--base-gray-iron--100);
  --text-color--text-secondary: var(--base-gray-iron--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --brand--light-tertiary: #ebf4fa;
  --base-gray-iron--600: #4b5565;
  --nav--border-color: transparent;
  --nav--background-color: #fff0;
  --gap--card-grid: 1.5rem;
  --_responsive---card--card-padding: 1.5rem;
  --_responsive---card--card-radius: 1rem;
  --_responsive---text-and-component-gap: 5rem;
  --radius--medium: 1rem;
  --_responsive---spacing--main: 5rem;
  --site--gutter\<deleted\|variable-5f4e5625-ea45-4eb8-b0c9-1689ec81360b\>: var(--_responsive---gutter);
  --_responsive---gutter: 2rem;
  --_responsive---padding-section-large: 7rem;
  --brand--darkest-secondary: #012639;
  --base-gray-iron--400: #9aa4b2;
  --base-gray-iron--300: #cdd5df;
  --base-gray-iron--500: #697586;
  --max-width--large: 56rem;
  --brand--tertiary-mid: #b3d8f1;
  --base-gray-iron--200: #e3e8ef;
  --brand--light-primary: #0081c5;
  --base-gray-iron--100: #eef2f6;
  --base-gray-iron--50: #f8fafc;
  --max-width--text-accordion: 26rem;
  --brand--darker-primary: #00527a;
  --brand--green: #92c63e;
  --brand--gradient-darker: #013047;
  --brand--gradient-darkest: #080f12;
  --brand--light-green: #b6ee5b;
  --_responsive---font-size--h1: 4.5rem;
  --_responsive---font-size--h2: 3.75rem;
  --_responsive---font-size--h3: 3rem;
  --_responsive---font-size--eyebrow: 1.125rem;
  --_responsive---line-height--h1: 1.1;
  --_responsive---line-height--h2: 1.1;
  --_responsive---line-height--h3: 1.2;
  --_responsive---line-height--eyebrow: 1.5;
  --container--main: var(--_responsive---spacing--main);
  --max-width--text-standard: 32rem;
  --radius--large: 1.5rem;
  --brand--light-secondary: #0091da;
  --base-gray-iron--25: #fcfcfd;
  --base-gray-iron--700: #364152;
  --base-gray-iron--800: #202939;
  --base-gray-iron--900: #121926;
  --base-gray-iron--950: #0d121c;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-gray-iron--100);
  --border-color--border-alternate: var(--base-gray-iron--white);
  --link-color--link-secondary: var(--base-gray-iron--100);
}

body {
  background-color: var(--background-color--background-primary);
  font-family: var(--_text-style---font-family);
  color: var(--text-color--text-primary);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
}

h1 {
  font-family: var(--_text-style---font-family);
  color: var(--text-color--text-primary);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h1);
  --_text-style---line-height: var(--_responsive---line-height--h1);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: var(--_responsive---line-height--h2);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_text-style---font-family);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h3);
  --_text-style---line-height: var(--_responsive---line-height--h3);
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.page-wrapper {
  overflow: hidden;
}

.container-large {
  max-width: var(--_responsive---container-large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.text-weight-medium {
  font-weight: 500;
}

.heading-style-h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: var(--_responsive---line-height--h2);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
}

.button_wrapper {
  color: var(--base-gray-iron--white);
  text-align: center;
  border-radius: 4rem;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: inline-block;
  position: relative;
}

.button_wrapper:where(.w-variant-b25a4b05-1934-0170-1288-46ec5ddaf23a) {
  background-color: var(--base-gray-iron--white);
  color: var(--text-color--text-primary);
}

.button_wrapper:where(.w-variant-add3e63c-4787-0271-e84a-5a307b1c7fe4) {
  background-color: var(--base-gray-iron--white);
}

.button_wrapper:hover {
  box-shadow: 0 2px 9px #0081c599;
}

.button_wrapper:active {
  transform: scale(.975);
}

.button_wrapper.is-link {
  color: var(--base-gray-iron--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button_wrapper.is-link.is-alternate {
  color: var(--base-gray-iron--white);
  background-color: #0000;
}

.button_wrapper.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button_wrapper.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_wrapper.is-secondary {
  background-color: #0000;
}

.button_wrapper.is-secondary.is-alternate {
  color: var(--base-gray-iron--white);
  background-color: #0000;
}

.button_wrapper.is-small {
  padding: .5rem 1.25rem;
}

.button_wrapper.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button_wrapper.is-alternate {
  border-color: var(--base-gray-iron--white);
  background-color: var(--base-gray-iron--white);
  color: var(--base-gray-iron--black);
}

.button_wrapper.is-tertiary {
  color: var(--base-gray-iron--black);
  background-color: #0000;
  border-color: #0000;
}

.button_wrapper.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button_wrapper.is-primary {
  color: var(--base-gray-iron--white);
}

.button_wrapper.is-other {
  padding-left: 1rem;
  padding-right: 1rem;
}

.button_wrapper.is-outline {
  border-width: 1px;
  border-color: #fff3;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: color .2s, background-color .2s, transform .2s;
  display: inline-flex;
}

.button_wrapper.is-outline:hover {
  color: var(--_text-style---color);
  background-color: #fff;
}

.button_wrapper.is-newsletter-subscribe {
  border-top-width: 2px;
  border-top-color: var(--brand--darker-secondary);
  border-right-width: 2px;
  border-right-color: var(--brand--darker-secondary);
  border-bottom-width: 2px;
  border-bottom-color: var(--brand--darker-secondary);
  border-left-width: 2px;
  border-left-color: var(--brand--darker-secondary);
  background-color: var(--brand--darker-secondary);
  border-radius: .5rem;
  width: 100%;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  box-shadow: inset 0 0 0 1px #1018282e, inset 0 -2px #1018280d, 0 1px 2px #1018280d;
}

.button_wrapper.is-submit {
  width: 100%;
}

.button-group.hidden:where(.w-variant-e3d373e0-e2be-f456-ce26-826b22cca8f6), .button-group.hidden.link-12 {
  display: block;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group:where(.w-variant-e3d373e0-e2be-f456-ce26-826b22cca8f6) {
  display: block;
}

.button-group.align-center {
  justify-content: center;
  align-items: stretch;
}

.button-group.hidden:where(.w-variant-e3d373e0-e2be-f456-ce26-826b22cca8f6), .button-group.hidden.link-12 {
  display: block;
}

.button-group.fadein {
  animation-delay: .2s;
}

.text-small {
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: .875rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
}

.text-small.text-style-uppercase {
  letter-spacing: .2em;
  text-transform: uppercase;
}

.text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  font-family: var(--_text-style---font-family);
  font-weight: var(--_text-style---font-weight);
  font-size: inherit;
  line-height: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text.large-2, .text-rich-text.large-3, .text-rich-text.large-4, .text-rich-text.large-5, .text-rich-text.large-6, .text-rich-text.large-7, .text-rich-text.large-8 {
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
}

.text-rich-text {
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  text-wrap: pretty;
}

.text-rich-text:where(.w-variant-7da516e0-db64-ab43-5118-3b931daede80) {
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
}

.text-rich-text:where(.w-variant-62be7184-bb92-7b42-1be6-dd519423dcd8) {
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: .875rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
}

.text-rich-text:where(.w-variant-8fc1fc3f-0d28-e97c-c158-3cf7b7e2ec0c) {
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  font-size: 1.875rem;
  line-height: 1.3;
}

.text-rich-text:where(.w-variant-4a1f6657-5715-663c-1734-44149434d56f) {
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: 1.25rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
}

.text-rich-text h1 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: 1.5rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: 1.5rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text h3 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: 1.25rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.text-rich-text h4, .text-rich-text h5, .text-rich-text h6 {
  font-family: var(--_text-style---font-family);
  font-weight: var(--_text-style---font-weight);
  font-size: inherit;
  line-height: inherit;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text.carat-list:where(.w-variant-adb47375-bafc-65b6-8bd9-56d9daa0df53) {
  text-wrap: balance;
}

.text-rich-text.large-2, .text-rich-text.large-3, .text-rich-text.large-4, .text-rich-text.large-5, .text-rich-text.large-6, .text-rich-text.large-7, .text-rich-text.large-8 {
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
}

.text-rich-text.inherit {
  all: inherit;
}

.text-large {
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: 1.5rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
}

.text-large.fadein {
  animation-delay: .2s;
}

.padding-global {
  z-index: 2;
  padding-right: var(--_responsive---padding-global);
  padding-left: var(--_responsive---padding-global);
  position: relative;
}

.padding-global.z-index-4 {
  z-index: 4;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.padding-section-hero {
  padding-bottom: 4rem;
}

.padding-section-large.padding-section-hero.is-404 {
  padding-bottom: 12rem;
}

.padding-section-large.padding-bottom-2rem {
  padding-bottom: 2rem;
}

.button_text:where(.w-variant-add3e63c-4787-0271-e84a-5a307b1c7fe4) {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #92c63e, #0081c5);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav_desktop_layout {
  z-index: 1;
  flex: 1;
  display: flex;
}

.mobile-nav_close-text {
  display: block;
}

.nav_button_wrap {
  z-index: 2;
  border-radius: 3.5rem;
  flex: none;
  align-self: center;
  padding: 0;
  font-size: 1rem;
}

.nav_button_wrap.w--open {
  color: inherit;
  background-color: #0000;
}

.nav_dropdown_mega_contain {
  max-width: var(--container--main);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav_dropdown_mega_contain.is-desktop {
  padding-top: var(--_spacing---space--7);
  padding-bottom: var(--_spacing---space--8);
  padding-top: var(--_spacing---space--7);
  padding-bottom: var(--_spacing---space--8);
  max-width: 100%;
}

.nav_links_svg {
  flex: none;
  width: .75rem;
  height: .75rem;
  margin-left: auto;
  transition: transform .2s;
}

.nav_dropdown_mega_layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
}

.nav_dropdown_mega_layout.is-desktop {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.nav_links_wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav_links_wrap.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav_wrap {
  z-index: 1;
  position: relative;
}

.nav_wrap.is-mobile {
  background-color: #0000;
  font-size: 1.5rem;
}

.nav_wrap.is-desktop {
  display: none;
}

.nav_links_text {
  font-weight: 500;
}

.nav_dropdown_item {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav_dropdown_link {
  z-index: 2;
  cursor: pointer;
  color: inherit;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .75rem 0;
  font-size: 1.25rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  outline-offset: -2px !important;
}

.nav_component {
  z-index: 1000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--nav--border-color);
  background-color: var(--nav--background-color);
  color: var(--nav-text-color);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_inner-container {
  z-index: 2;
  max-width: var(--_responsive---container-large);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav_dropdown_mega_content {
  position: relative;
}

.nav_dropdown_mega_content.is-desktop {
  background-color: var(--_theme---background);
  background-color: var(--_theme---background);
}

.nav_menu_wrap {
  text-align: left;
  padding-top: var(--nav--height);
  background-color: #fff;
  top: 0;
  transform: none !important;
}

.nav_logo_wrap {
  z-index: 2;
  outline-offset: var(--focus--offset-inner);
  justify-content: flex-start;
  align-items: center;
  width: 11rem;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.nav_logo_wrap:active {
  transform: scale(.95);
}

.nav_links_item {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.clickable_wrap {
  z-index: 3;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav_contain {
  height: var(--nav--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.nav_contain.u-container {
  padding-right: 0;
}

.nav_logo {
  width: 8.25rem;
}

.nav_actions_wrap {
  flex-flow: column;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_actions_wrap.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.clickable_link {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_links_link {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  color: inherit;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 0;
  display: inline-flex;
  position: relative;
}

.nav_links_link.is-desktop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 100%;
  padding: 0 1rem;
}

.clickable_button {
  border-radius: inherit;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_dropdown_mega_scroll {
  position: relative;
}

.nav_dropdown_mega_scroll.is-desktop {
  max-height: calc(100svh - var(--nav--height-total)  - 1rem);
  max-height: calc(100svh - var(--nav--height-total)  - 1rem);
  border-bottom: 1px solid #e9eaeb;
  overflow: hidden auto;
  margin-top: var(--nav--height) !important;
  margin-top: var(--nav--height) !important;
}

.nav-css {
  display: none;
}

.nav_dropdown_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  padding-left: 0;
  overflow: visible;
}

.nav_dropdown_list.is-desktop {
  grid-column-gap: var(--gap--card-grid);
  grid-row-gap: var(--gap--card-grid);
  grid-column-gap: var(--gap--card-grid);
  grid-row-gap: var(--gap--card-grid);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16.5rem), 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 2.75rem;
  display: grid;
}

.nav_container {
  max-width: var(--_responsive---container-large);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_dropdown_main_wrap {
  background-color: #0000;
  min-width: 0;
  position: relative;
}

.nav_dropdown_component {
  z-index: unset;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav_buttons_item {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav_buttons_item.is-main {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--3);
}

.nav_buttons_item.is-main.is-desktop {
  margin-top: 0;
  margin-bottom: 0;
}

.nav_padding {
  padding-right: var(--_responsive---padding-global);
  padding-left: var(--_responsive---padding-global);
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu_scroll {
  max-height: calc(100svh - var(--nav--height));
  overflow: hidden auto;
}

.nav_dropdown_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #0000001a;
  width: 100%;
  height: 200svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_menu_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_button {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  cursor: pointer;
  box-shadow: var(--shadow);
  background-color: #0000;
  border-radius: 3.5rem;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: inline-flex;
  position: relative;
}

.nav_button:hover {
  color: #fff;
  background-color: #113c5e;
}

.nav_button:active {
  transform: scale(.95);
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.nav_dropdown_text {
  transition: opacity .1s;
}

.nav_dropdown_mega_wrap {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav_dropdown_mega_wrap.is-desktop {
  position: absolute;
}

.nav_dropdown_mega_wrap.is-desktop.w--open {
  box-shadow: var(--nav--shadow);
}

.nav_links_component {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav_links_component.is-desktop {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.nav_links_search_icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1em;
  padding: 0;
  display: flex;
}

.spacer {
  height: 1rem;
}

.spacer:where(.w-variant-d1c4d402-4706-470e-a6f3-cb385131179f) {
  height: 1.5rem;
}

.spacer:where(.w-variant-99ac41ff-8ac2-1b23-408b-47a99121b2f0) {
  height: .5rem;
}

.spacer:where(.w-variant-8f0787ab-297a-16e2-1c7d-175cd65e34a0) {
  height: .75rem;
}

.spacer:where(.w-variant-33be58e7-70a7-f5f0-d85b-3338063443c6) {
  height: 1rem;
}

.spacer:where(.w-variant-bb87d826-5899-70b4-f057-8f0d7469f3f0) {
  height: 3rem;
}

.spacer:where(.w-variant-ad880d6a-22b9-29ba-64ba-58da4f89c92b) {
  height: .25rem;
}

.spacer:where(.w-variant-58269ec4-41f1-dd52-a82d-ff8ffae4f886) {
  height: 2rem;
}

.spacer.medium-24px {
  height: 1.5rem;
}

.nav-card_icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 3.5rem;
}

.nav_dropdown_list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav_menu_link-list-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  min-height: calc(100svh - var(--nav--height));
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section_home-hero {
  position: relative;
}

.gradient-heading {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h1);
  --_text-style---line-height: var(--_responsive---line-height--h1);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
  text-wrap: pretty;
}

.gradient-heading:where(.w-variant-bc4d2d32-6309-c297-36d6-c9aa950ca9f2) {
  line-height: var(--_text-style---line-height);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h1);
  --_text-style---line-height: var(--_responsive---line-height--h1);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
}

.gradient-heading:where(.w-variant-7ddec0b0-8fbf-a824-64ca-cadd09eed38a) {
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: var(--_responsive---line-height--h2);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
}

.gradient-heading:where(.w-variant-04e56538-eba9-53c1-86c9-73c1006434d1) {
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h3);
  --_text-style---line-height: var(--_responsive---line-height--h3);
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
}

.gradient-heading strong {
  -webkit-text-fill-color: transparent;
  background-image: url("https://cdn.prod.website-files.com/672b958a1f7b68b0a1af32c6/67ef0f230aa94ef8f7b6d7f6_green-gradient-small.avif");
  background-position: 50%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.gradient-heading.fadein.heading-style-h2 {
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: var(--_responsive---line-height--h2);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
}

.home-hero_content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-height-spacer {
  height: var(--nav--height);
  border-bottom: 1px solid #0000;
}

.mosaic-grid_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  display: grid;
}

.mosaic-grid_component.is-xxl {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 40rem;
  display: none;
}

.mosaic-grid_component.is-xl {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  display: none;
}

.mosaic-grid_component.is-l {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.mosaic-grid_component.is-l.hidden {
  display: none;
}

.mosaic-grid_component.is-m {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  margin-top: -2rem;
  display: none;
}

.mosaic-grid_component.is-s {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.mosaic_item-wrapper {
  width: 100%;
  height: 100%;
  min-height: 8rem;
  position: relative;
}

.mosaic_item-wrapper.image {
  aspect-ratio: 2;
}

.mosaic_item-wrapper.fadein {
  animation-delay: calc(.4s + var(--i) * 50ms);
  animation-delay: calc(.4s + var(--i) * 50ms);
}

.masonry-grid_card {
  z-index: 2;
  padding-top: var(--_responsive---card--card-padding);
  padding-right: var(--_responsive---card--card-padding);
  padding-bottom: var(--_responsive---card--card-padding);
  padding-left: var(--_responsive---card--card-padding);
  border-top-left-radius: var(--_responsive---card--card-radius);
  border-top-right-radius: var(--_responsive---card--card-radius);
  border-bottom-left-radius: var(--_responsive---card--card-radius);
  border-bottom-right-radius: var(--_responsive---card--card-radius);
  background-color: var(--base-gray-iron--white);
  overflow-wrap: break-word;
  box-shadow: var(--shadow);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.25rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.masonry-grid_card:where(.w-variant-9a378718-843c-6962-21c9-e648b6214585) {
  font-size: 3rem;
  line-height: 1.1;
}

.bg-gradient_img {
  z-index: 2;
}

.bg-gradient_img.is-hero-1 {
  opacity: .8;
  width: 80%;
  position: absolute;
  inset: -15% auto auto -35%;
}

.bg-gradient_img.is-hero-2 {
  width: 100%;
  position: absolute;
  inset: -25% -30% auto auto;
}

.mosaic_image {
  border-radius: var(--_responsive---card--card-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_text-and-component {
  position: relative;
}

.text-and-component_layout {
  grid-column-gap: var(--_responsive---text-and-component-gap);
  grid-row-gap: var(--_responsive---text-and-component-gap);
  flex-flow: column;
  display: flex;
}

.max-width-component:where(.w-variant-9e5e1e9b-8fa1-dfd9-ebf8-841563c9f716) {
  max-width: 52rem;
}

.max-width-component:where(.w-variant-04d3a600-9a8a-b3a8-5c04-928e7d0683e1) {
  max-width: 38.5rem;
}

.max-width-component.large {
  max-width: 52rem;
}

.card-grid {
  grid-column-gap: var(--gap--card-grid);
  grid-row-gap: var(--gap--card-grid);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.card-grid._2-column-2 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 32rem), 1fr));
}

.card-grid.is-awards {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
}

.card {
  padding-top: var(--_responsive---card--card-padding);
  padding-right: var(--_responsive---card--card-padding);
  padding-bottom: var(--_responsive---card--card-padding);
  padding-left: var(--_responsive---card--card-padding);
  border-top-left-radius: var(--_responsive---card--card-radius);
  border-top-right-radius: var(--_responsive---card--card-radius);
  border-bottom-left-radius: var(--_responsive---card--card-radius);
  border-bottom-right-radius: var(--_responsive---card--card-radius);
  background-color: var(--base-gray-iron--white);
  box-shadow: var(--shadow);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.card:active {
  transform: scale(.99);
}

.card.is-partner {
  display: flex;
}

.card.is-link {
  color: var(--_text-style---color);
}

.card_icon-wrapper {
  aspect-ratio: 1;
  width: 3.5rem;
}

.card_icon-wrapper.is-small {
  background-color: var(--base-gray-iron--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  display: flex;
}

.card_icon-img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 3rem;
}

.video-embed_button {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1.125rem;
  transition: transform .1s, box-shadow .2s;
  display: flex;
  position: relative;
}

.video-embed_button:hover {
  box-shadow: 0 2px 5px #0003, 0 0 20px #0003;
}

.video-embed_button:active {
  transform: scale(.95);
}

.video-embed_wrapper {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--medium);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.video-embed_overlay {
  z-index: 2;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-embed_thumbnail {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-embed_iframe {
  z-index: 1;
  padding: 0;
  position: relative;
}

.heading {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h1);
  --_text-style---line-height: var(--_responsive---line-height--h1);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
  text-wrap: balance;
}

.heading:where(.w-variant-99966df8-a8ac-cd43-4b7f-08fed3c9cb25) {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: var(--_responsive---line-height--h2);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
}

.heading:where(.w-variant-c8f4f9c8-a550-1c96-4910-8f5b416c1dca) {
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h3);
  --_text-style---line-height: var(--_responsive---line-height--h3);
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
}

.heading.h2 {
  letter-spacing: -.02em;
  text-wrap: balance;
  font-size: 3rem;
  line-height: 1.15;
}

.heading.h2-2, .heading.h2-3, .heading.h2-4 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h2);
  --_text-style---line-height: var(--_responsive---line-height--h2);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
}

.video-embed_button-svg {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-left: .25rem;
  display: flex;
}

.container-xlarge {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.card-bg-gradient_img {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-bg-gradient_img.for-quote {
  justify-content: flex-end;
  align-items: flex-end;
  inset: auto -25% -1rem auto;
}

.metric_card {
  border-radius: var(--_responsive---card--card-radius);
  background-color: var(--brand--light-tertiary);
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.metric_card:where(.w-variant-8c4426ee-e676-efcf-5239-22d91041927c) {
  grid-row-end: span 3;
  justify-content: flex-start;
  align-items: stretch;
}

.metric_value {
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: var(--_responsive---font-size--h1);
  --_text-style---line-height: var(--_responsive---line-height--h1);
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: -.02em;
  --_text-style---color: var(--text-color--text-primary);
  align-self: flex-end;
  font-weight: 700;
}

.logo-grid_component {
  width: 100%;
}

.logo-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 8rem), 1fr));
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  display: grid;
}

.logo_wrapper {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.logo_img {
  object-fit: contain;
  max-height: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.logo_img:where(.w-variant-b7b1bb3c-46c2-97c9-e03f-f9dcaa45b179) {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.logo_img:where(.w-variant-d7ec26aa-1a9e-0662-91fa-7749fa91f4b2) {
  padding-left: .5rem;
  padding-right: .5rem;
}

.text-and-component-spacer {
  height: var(--_responsive---text-and-component-gap);
}

.section_cta {
  padding: 1.5rem;
}

.cta_component {
  background-color: var(--brand--darker-secondary);
  color: var(--base-gray-iron--white);
  padding-left: calc(var(--_responsive---padding-global)  - 1.5rem);
  padding-right: calc(var(--_responsive---padding-global)  - 1.5rem);
  border-radius: 2.75rem;
  position: relative;
  overflow: hidden;
}

.opacity-80 {
  opacity: .8;
}

.padding-section-cta {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.chevron-list_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
  position: relative;
}

.chevon-list_chevron-img {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: .3rem;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

.footer {
  color: var(--base-gray-iron--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer:where(.w-variant-a3833e58-a7ba-99e6-75a2-ee326087309c) {
  margin-top: -3rem;
}

.footer_foreground-circle {
  z-index: 2;
  aspect-ratio: 1;
  background-image: radial-gradient(circle closest-side at 50% 15%, #080f12 52%, #013047);
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 1000%;
  display: flex;
  position: absolute;
  top: .625rem;
  overflow: hidden;
}

.footer_background {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  container-type: size;
}

.footer_background-circle {
  z-index: 1;
  aspect-ratio: 1;
  background-image: linear-gradient(270deg, #e0ffad 46%, #66c1ed 54%);
  border-radius: 50%;
  width: 1000%;
  position: absolute;
}

.footer_content {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  position: relative;
}

.padding-section-footer {
  margin-top: var(--_responsive---padding-section-large);
  margin-bottom: var(--_responsive---padding-section-large);
}

.footer_top {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer_first-block {
  flex: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 18rem;
}

.footer_logo {
  width: 8.25rem;
}

.footer_nav {
  grid-column-gap: .5rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  flex: 500 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 50rem;
  display: flex;
}

.footer_nav.grid-autofit {
  grid-auto-columns: 1fr;
}

.footer_nav-links_category-title {
  opacity: .4;
  font-size: var(--_text-style---font-size);
  letter-spacing: .3em;
  text-transform: uppercase;
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: .875rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  margin-bottom: .75rem;
}

.footer_nav-links_category {
  min-width: 12rem;
  padding-right: 4rem;
}

.footer_nav-link {
  font-size: 1rem;
}

.footer_nav-link:hover {
  text-decoration: underline;
}

.footer_nav-link.is-muted {
  opacity: .4;
  transition: opacity .2s;
}

.footer_nav-link.is-muted:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer_nav-links_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer_nav-links_list-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.footer_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 5rem;
  display: flex;
}

.opacity-40 {
  opacity: .4;
}

.footer-bottom_second-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  display: flex;
}

.footer_container {
  max-width: var(--_responsive---container-large);
  flex-flow: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form_success-message {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.form_success-message:where(.w-variant-79b3468f-cc30-8050-0aa2-6c984b3fb06f) {
  display: none;
}

.card_gradient-bg {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#0097e0, #0080c5);
  position: absolute;
  inset: 0%;
}

.card_content {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.bg_radial-gradient {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side at 50% 0, #d1efff, #e2ffea);
  position: absolute;
  inset: 0%;
}

.bg_transition-gradient {
  z-index: 2;
  background-image: linear-gradient(180deg, #fff0, var(--background-color--background-primary));
  width: 100%;
  height: 33%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-color-gray-iron-600 {
  color: var(--base-gray-iron--600);
}

.cta-component_layout {
  z-index: 2;
  grid-column-gap: var(--_responsive---gutter);
  grid-row-gap: var(--_responsive---gutter);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: flex;
  position: relative;
}

.cta-component_layout.with-list {
  grid-column-gap: var(--_responsive---gutter);
  grid-row-gap: var(--_responsive---gutter);
  grid-column-gap: var(--_responsive---gutter);
  grid-row-gap: var(--_responsive---gutter);
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.cta-component_first {
  flex: 1 0 auto;
  max-width: 40rem;
}

.cta-component_first.is-for-no-list {
  max-width: var(--max-width--large);
}

.nav_links_search-icon {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  width: 3rem;
  padding: 0;
  transition-property: transform, box-shadow;
  transition-duration: .1s, .2s;
  transition-timing-function: ease, ease;
  box-shadow: 0 2px 2px -1px #2a33460a, 0 5px 5px -2.5px #2a334608, 0 3px 3px -1.5px #2a33460a, 0 10px 10px -5px #2a334608, 0 24px 24px -8px #2a334608;
}

.nav_links_search-icon:hover {
  box-shadow: 0 2px 11px #0003;
}

.nav_links_search-icon:active {
  transform: scale(.95);
}

.mosaic_text {
  text-align: center;
  font-family: Titilliumweb, Arial, sans-serif;
}

.bg_color-gradient {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_bg {
  z-index: -1;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
  overflow-y: visible !important;
}

.hero_bg.clip {
  overflow: clip hidden;
}

.bg_fixed {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto;
}

.metric_grid {
  grid-column-gap: var(--gap--card-grid);
  grid-row-gap: var(--gap--card-grid);
  grid-template-rows: minmax(18rem, 1fr) minmax(18rem, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hidden {
  display: none;
}

.metric_value-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(85deg, #048f8c 18%, #47a368);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  font-family: Titilliumweb, Arial, sans-serif;
  font-weight: 600;
  display: flex;
}

.bg-image {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.bg-image.is-success-metrics {
  inset: auto 0% 0%;
  inset: auto 0% 0%;
}

.text-color-light-primary {
  color: var(--brand--light-primary);
}

.fadein {
  animation-name: fadein;
  animation-duration: .2s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.card_title {
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  display: flex;
}

.gradient-heading_background {
  display: none;
  position: absolute;
  inset: 0%;
}

.button_bg {
  z-index: 2;
  background-image: linear-gradient(#013047, #080f12);
  border-radius: 3.5rem;
  width: 100%;
  height: 100%;
  padding: .75rem 2.5rem;
  position: relative;
}

.button_bg:where(.w-variant-b25a4b05-1934-0170-1288-46ec5ddaf23a), .button_bg:where(.w-variant-add3e63c-4787-0271-e84a-5a307b1c7fe4) {
  background-image: none;
}

.button_border {
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_border:where(.w-variant-b25a4b05-1934-0170-1288-46ec5ddaf23a) {
  box-shadow: 0 0 0 1px #00527a24, 0 2px 2px -1px #2a33460a, 0 3px 3px -1.5px #2a33460a, 0 5px 5px -2.5px #2a334608, 0 10px 10px -5px #2a334608, 0 24px 24px -8px #2a334608;
}

.button_border-img {
  z-index: 1;
  aspect-ratio: 1;
  width: 200%;
  max-width: 200%;
  position: absolute;
}

.button_border-img:where(.w-variant-b25a4b05-1934-0170-1288-46ec5ddaf23a), .button_border-img:where(.w-variant-add3e63c-4787-0271-e84a-5a307b1c7fe4) {
  display: none;
}

.max-width-paragraph {
  max-width: 34.375rem;
}

.footer_nav_links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}

.nav_search-wrapper {
  padding-left: 1rem;
  position: relative;
}

.nav_search-panel {
  transition: all .2s;
  position: absolute;
  inset: 4rem 0% 0% auto;
}

.nav_search-panel.is-mobile {
  background-color: #0000;
  position: static;
}

.nav_search-panel.is-mobile.w--open {
  background-color: #0000;
  inset: auto auto 0% 0%;
}

.nav_search-inner-wrapper {
  background-color: var(--base-gray-iron--white);
  border-radius: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 0 1px #00527a24, 0 24px 24px -8px #2a334608;
}

.nav_search-inner-wrapper.is-mobile {
  box-shadow: none;
  box-shadow: none;
  inset: 0% auto auto 0%;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.search_input-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .75rem;
  display: flex;
}

.search_input-field {
  border: 1px solid var(--base-gray-iron--300);
  color: var(--_text-style---color);
  border-radius: .5rem;
  width: 25.5rem;
  height: 100%;
  margin-bottom: 0;
  padding: .75rem 1rem .75rem 2.5rem;
}

.nav_search_icon {
  aspect-ratio: 1;
  color: var(--base-gray-iron--400);
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  display: flex;
  position: absolute;
  left: .75rem;
}

.search-input_wrapper {
  justify-content: flex-start;
  align-items: center;
  transition: color .1s;
  display: flex;
  position: relative;
}

.search-input_wrapper:focus {
  color: var(--nav-text-color);
}

.search_button {
  background-color: var(--brand--darker-primary);
  border-radius: .5rem;
  padding: .75rem 1rem;
}

.nav_search_label {
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: .875rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  margin-bottom: .125rem;
}

.mobile-nav_search-dropdown_toggle {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.mobile-nav_search-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.dependencies {
  display: none;
}

.video-and-text_grid {
  grid-column-gap: var(--_responsive---spacing--main);
  grid-row-gap: var(--_responsive---spacing--main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.metric_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.metric_title {
  margin-bottom: .25rem;
  font-family: Titilliumweb, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.card_horizontal-divider {
  border: 1px #000;
  border-bottom-style: solid;
  flex: none;
  width: 100%;
  height: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.metric_subtitle {
  --_text-style---font-family: Titilliumweb, Arial, sans-serif;
  --_text-style---font-size: 1.25rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  font-family: Titilliumweb, Arial, sans-serif;
}

.metric_bottom-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.metric_bottom_primary-text {
  font-family: Titilliumweb, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.icon:where(.w-variant-24a2536e-0d77-1506-d4af-f9e50b6c9028) {
  flex: none;
  width: 5.25rem;
  height: 5.25rem;
}

.icon:where(.w-variant-47c268e0-e975-4576-f5c7-f3ed088924da) {
  width: 6.5rem;
  height: 5.25rem;
}

.metrics-and-awards_wrapper {
  grid-column-gap: var(--gap--card-grid);
  grid-row-gap: var(--gap--card-grid);
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-row-end: span 2;
  grid-template-rows: subgrid;
  place-items: stretch stretch;
  display: grid;
}

.awards_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 3px solid var(--brand--light-tertiary);
  border-radius: var(--_responsive---card--card-radius);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.award {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.award_title {
  text-align: center;
  width: 100%;
  font-family: Titilliumweb, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.award_image.is-twp, .award_image.is-crn {
  height: 8rem;
}

.award_image.is-twp, .award_image.is-crn {
  height: 8rem;
}

.award_image.is-twp, .award_image.is-crn {
  height: 8rem;
}

.award_image.is-msp {
  width: 16rem;
}

.award_image.is-imagesource {
  width: 22rem;
}

.metrics-and-awards_grid-wrapper {
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-row-end: span 2;
  grid-template-rows: subgrid;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-row-end: span 2;
  grid-template-rows: subgrid;
  display: grid;
}

.metrics-and-awards_heading-wrapper {
  margin-bottom: 2rem;
}

.custom-checkbox_input {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0;
  margin-right: .5rem;
}

.custom-checkbox_input.w--redirected-checked {
  background-color: #80b900;
}

.custom-checkbox_input.w--redirected-focus {
  border-color: #000;
  box-shadow: 0 0 3px 1px #bdfd2e;
}

.hs-form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: .875rem;
  max-width: 100% !important;
}

.hubspot_field-help {
  color: #fff;
  margin-bottom: .5rem;
  margin-left: -.5rem;
  font-size: 1rem;
}

.hubspot_field-type {
  color: #fff;
  text-transform: uppercase;
  margin: .5rem auto .5rem .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.form-columns-1 {
  width: 100%;
  max-width: 100% !important;
}

.hs-recaptcha {
  margin-top: 1.5rem;
}

.hs-field-desc {
  color: #333333bf;
  margin-bottom: .5rem;
  padding-top: .25rem;
  font-size: .875rem;
  display: inline-block;
}

.submitted-message {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-gray-iron--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  font-size: 1rem;
  display: flex;
  overflow: hidden;
}

.hs-input {
  border: 1px solid var(--base-gray-iron--300);
  color: #000;
  border-radius: .3125rem;
  width: 100%;
  min-height: 3rem;
  margin-top: .25rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: .25rem 1rem;
  font-size: 1.125rem;
}

.hs-input:focus {
  border-color: #150050;
}

.hs-input::placeholder {
  color: #15005080;
  font-size: 1rem;
}

.hs-input.hs-fieldtype-textarea {
  min-height: 10rem;
}

.hs-error-msg {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.hubspot_form-block {
  margin-left: auto;
  margin-right: auto;
}

.hs-form-booleancheckbox {
  align-items: center;
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.hs-button {
  background-color: var(--brand--darker-primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3.5rem;
  width: 100%;
  margin-top: 1.25rem;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .1s;
}

.hs-button:hover {
  background-color: var(--brand--darker-secondary);
  color: #fff6e8;
}

.form-message-error {
  color: #fff6e8;
  background-color: #ef6051;
  margin-top: 1rem;
  padding: .75rem;
  font-size: 1rem;
}

.form-columns-2 {
  grid-column-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  max-width: 100% !important;
}

.hubspot_divider {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hubspot_top-wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hubspot_field-inner {
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.hs-error-msgs {
  color: #ef6051;
  background-color: #fff;
  border-radius: .25rem;
  margin-top: .25rem;
  margin-bottom: 0;
  padding: .15rem 1rem;
  font-size: .75rem;
  position: absolute;
  inset: auto 0% -.5rem auto;
  box-shadow: 0 2px 5px #00000026;
}

.hs-error-msgs.inputs-list {
  text-transform: uppercase;
  text-transform: uppercase;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.class-names_span {
  z-index: 1;
  color: #000;
  cursor: pointer;
  background-color: #bdfd2e;
  background-image: url("https://cdn.prod.website-files.com/672b958a1f7b68b0a1af32c6/68388aef57a281aa84954829_Vector%20(17).svg");
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 60%;
  border-radius: .125rem;
  margin: .5rem;
  padding: .25rem .5rem .25rem 2rem;
  font-size: .875rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.inputs-list {
  padding-left: 0;
  list-style-type: none;
}

.hs-form-radio-display {
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.hubspot_field-wrapper {
  background-color: #000;
  border-radius: .5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2.5rem;
}

.hs-form-field {
  flex: 1;
  margin-bottom: 1rem;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.hs-form-booleancheckbox-display {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.background_blur.is-blue-and-left-top:where(.w-variant-60b56ca6-4c87-4fc3-7061-ecb8fab6512c), .background_blur.is-blue-and-left-top:where(.w-variant-34bf6efd-98b7-4a31-50d1-f2a157f575d6), .background_blur.is-blue-and-left-top:where(.w-variant-1ce6701c-9ad6-a70a-27fa-479e3a632f7c) {
  display: none;
}

.background_blur.is-blue-and-left-top.pull-in:where(.w-variant-be288728-b387-ef81-2ff1-d259e1642ba4), .background_blur.is-blue-and-left-top.pull-in:where(.w-variant-85280f16-393f-3c3e-21a6-ee02eb41405c) {
  display: none;
}

.background_blur.is-green-and-right-bottom:where(.w-variant-60b56ca6-4c87-4fc3-7061-ecb8fab6512c), .background_blur.is-green-and-right-bottom:where(.w-variant-34bf6efd-98b7-4a31-50d1-f2a157f575d6), .background_blur.is-green-and-right-bottom:where(.w-variant-1ce6701c-9ad6-a70a-27fa-479e3a632f7c) {
  display: none;
}

.background_blur.is-green-and-right-bottom.pull-in:where(.w-variant-be288728-b387-ef81-2ff1-d259e1642ba4), .background_blur.is-green-and-right-bottom.pull-in:where(.w-variant-85280f16-393f-3c3e-21a6-ee02eb41405c) {
  display: none;
}

.background_blur {
  aspect-ratio: 1;
  opacity: .15;
  filter: blur(10rem);
  background-color: #0097e0;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background_blur.is-blue-and-left-top:where(.w-variant-60b56ca6-4c87-4fc3-7061-ecb8fab6512c), .background_blur.is-blue-and-left-top:where(.w-variant-34bf6efd-98b7-4a31-50d1-f2a157f575d6), .background_blur.is-blue-and-left-top:where(.w-variant-1ce6701c-9ad6-a70a-27fa-479e3a632f7c) {
  display: none;
}

.background_blur.is-blue-and-left-top.pull-in:where(.w-variant-be288728-b387-ef81-2ff1-d259e1642ba4), .background_blur.is-blue-and-left-top.pull-in:where(.w-variant-85280f16-393f-3c3e-21a6-ee02eb41405c) {
  display: none;
}

.background_blur.is-green-and-right-bottom:where(.w-variant-60b56ca6-4c87-4fc3-7061-ecb8fab6512c), .background_blur.is-green-and-right-bottom:where(.w-variant-34bf6efd-98b7-4a31-50d1-f2a157f575d6), .background_blur.is-green-and-right-bottom:where(.w-variant-1ce6701c-9ad6-a70a-27fa-479e3a632f7c) {
  display: none;
}

.background_blur.is-green-and-right-bottom.pull-in:where(.w-variant-be288728-b387-ef81-2ff1-d259e1642ba4), .background_blur.is-green-and-right-bottom.pull-in:where(.w-variant-85280f16-393f-3c3e-21a6-ee02eb41405c) {
  display: none;
}

.background_blur.is-blue-and-left-top {
  max-width: 100%;
  top: -20%;
  left: -40%;
}

.background_blur.is-blue-and-left-top:where(.w-variant-60b56ca6-4c87-4fc3-7061-ecb8fab6512c), .background_blur.is-blue-and-left-top:where(.w-variant-34bf6efd-98b7-4a31-50d1-f2a157f575d6), .background_blur.is-blue-and-left-top:where(.w-variant-1ce6701c-9ad6-a70a-27fa-479e3a632f7c) {
  display: none;
}

.background_blur.is-blue-and-left-top.pull-in {
  left: -20%;
}

.background_blur.is-blue-and-left-top.pull-in:where(.w-variant-be288728-b387-ef81-2ff1-d259e1642ba4), .background_blur.is-blue-and-left-top.pull-in:where(.w-variant-85280f16-393f-3c3e-21a6-ee02eb41405c) {
  display: none;
}

.background_blur.is-green-and-right-bottom {
  background-color: #90c53d;
  inset: auto -40% -20% auto;
}

.background_blur.is-green-and-right-bottom:where(.w-variant-60b56ca6-4c87-4fc3-7061-ecb8fab6512c), .background_blur.is-green-and-right-bottom:where(.w-variant-34bf6efd-98b7-4a31-50d1-f2a157f575d6), .background_blur.is-green-and-right-bottom:where(.w-variant-1ce6701c-9ad6-a70a-27fa-479e3a632f7c) {
  display: none;
}

.background_blur.is-green-and-right-bottom.pull-in {
  right: -20%;
}

.background_blur.is-green-and-right-bottom.pull-in:where(.w-variant-be288728-b387-ef81-2ff1-d259e1642ba4), .background_blur.is-green-and-right-bottom.pull-in:where(.w-variant-85280f16-393f-3c3e-21a6-ee02eb41405c) {
  display: none;
}

.section_custom-9 {
  color: var(--base-gray-iron--white);
  position: relative;
}

.section_custom-9:where(.w-variant-732e4567-29c8-f386-6a66-ac239c43d2d9), .section_custom-9:where(.w-variant-06cff226-5303-07ec-1766-794ff32fabda), .section_custom-9:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1) {
  color: var(--text-color--text-secondary);
}

.wave-bg_image.is-blue:where(.w-variant-732e4567-29c8-f386-6a66-ac239c43d2d9), .wave-bg_image.is-blue:where(.w-variant-06cff226-5303-07ec-1766-794ff32fabda), .wave-bg_image.is-blue:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1), .wave-bg_image.is-grey {
  display: none;
}

.wave-bg_image.is-grey-blue-gradient:where(.w-variant-06cff226-5303-07ec-1766-794ff32fabda), .wave-bg_image.is-tricolor:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1) {
  object-fit: fill;
  display: block;
}

.wave-bg_image {
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
}

.wave-bg_image.is-blue:where(.w-variant-732e4567-29c8-f386-6a66-ac239c43d2d9), .wave-bg_image.is-blue:where(.w-variant-06cff226-5303-07ec-1766-794ff32fabda), .wave-bg_image.is-blue:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1), .wave-bg_image.is-grey {
  display: none;
}

.wave-bg_image.is-grey-blue-gradient:where(.w-variant-06cff226-5303-07ec-1766-794ff32fabda), .wave-bg_image.is-tricolor:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1) {
  object-fit: fill;
  display: block;
}

.wave-bg_image.is-blue {
  object-fit: fill;
  flex: none;
  width: 100%;
  min-height: 100%;
  display: block;
  overflow: clip;
}

.wave-bg_image.is-blue:where(.w-variant-732e4567-29c8-f386-6a66-ac239c43d2d9), .wave-bg_image.is-blue:where(.w-variant-06cff226-5303-07ec-1766-794ff32fabda), .wave-bg_image.is-blue:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1), .wave-bg_image.is-grey {
  display: none;
}

.wave-bg_image.is-grey:where(.w-variant-732e4567-29c8-f386-6a66-ac239c43d2d9) {
  display: block;
}

.wave-bg_image.is-grey-blue-gradient {
  display: none;
}

.wave-bg_image.is-grey-blue-gradient:where(.w-variant-06cff226-5303-07ec-1766-794ff32fabda), .wave-bg_image.is-tricolor:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1) {
  object-fit: fill;
  display: block;
}

.wave-bg_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wave_quote-svg {
  width: 2.25rem;
}

.wave_quote-text {
  font-family: Titilliumweb, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}

.section_custom-9-inner-wrapper {
  z-index: 2;
  padding-top: 15%;
  padding-bottom: 10%;
  position: relative;
}

.wave_quote-title {
  opacity: .8;
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
}

.wave-quote_name {
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
  --_text-style---font-size: 1.125rem;
  --_text-style---line-height: 1.5;
  --_text-style---font-weight: 400;
  --_text-style---letter-spacing: 0px;
  --_text-style---color: var(--text-color--text-primary);
  font-weight: 500;
}

.text-color-blue {
  color: var(--brand--light-primary);
}

.metric_bottom_2nd-text {
  font-family: Titilliumweb, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.who-we-are_dropdown-list {
  grid-column-gap: var(--gap--card-grid);
  grid-row-gap: var(--gap--card-grid);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16.5rem), 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 2.75rem;
  padding-left: 0;
  display: grid;
  overflow: visible;
}

.homepage_hero-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.homepage_hero-padding.padding-section-hero {
  padding-bottom: 4rem;
}

.homepage_hero-padding.padding-bottom-2rem {
  padding-bottom: 2rem;
}

.dropdown_text-link {
  color: var(--brand--light-primary);
  text-decoration: underline;
}

.hs-referrer-tracking-js {
  display: none;
}

.spotlight_light {
  aspect-ratio: 1;
  background-color: var(--brand--darker-secondary);
  filter: blur(200px);
  border-radius: 50rem;
  width: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer_spotlight-component {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.masked-element {
  max-width: var(--_responsive---container-large);
  aspect-ratio: 2.25;
  object-position: 0% 0%;
  background-color: #ffffff03;
  width: 100%;
  height: 100%;
  -webkit-mask: url("https://cdn.prod.website-files.com/672b958a1f7b68b0a1af32c6/684ca6fa1f1182508179bcc9_fc92595b680e9a5786a9febaeb55bcdf_vitis-mask.png") bottom / contain no-repeat;
  mask: url("https://cdn.prod.website-files.com/672b958a1f7b68b0a1af32c6/684ca6fa1f1182508179bcc9_fc92595b680e9a5786a9febaeb55bcdf_vitis-mask.png") bottom / contain no-repeat;
}

.spotlight_logo-borders {
  z-index: 2;
  max-width: var(--_responsive---container-large);
  aspect-ratio: 2.25;
  opacity: .02;
  object-fit: contain;
  width: 100%;
  position: absolute;
}

.footer_spotlight-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: -8rem;
  display: flex;
}

.footer_phone-number {
  font-size: 1.75rem;
}

.footer_phone-number:hover {
  text-decoration: underline;
}

.footer_phone-number.is-muted {
  opacity: .4;
  transition: opacity .2s;
}

.footer_phone-number.is-muted:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .mosaic-grid_component.is-xxl {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mosaic-grid_component.is-xl {
    display: grid;
  }

  .mosaic-grid_component.is-l {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .nav_links_link.is-desktop {
    opacity: 1;
    opacity: 1;
  }

  .mosaic-grid_component.is-xxl {
    display: grid;
  }

  .mosaic-grid_component.is-xl {
    display: none;
  }

  .background_blur.is-blue-and-left-top.is-home {
    top: 10%;
    left: -60%;
  }

  .background_blur.is-green-and-right-bottom.is-home {
    bottom: 10%;
    right: -60%;
  }

  .spotlight_light {
    filter: blur(100px);
  }
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---container-large: 84rem;
    --_responsive---padding-global: 2rem;
    --_responsive---card--card-padding: 1.5rem;
    --_responsive---card--card-radius: 1rem;
    --_responsive---text-and-component-gap: 5rem;
    --_responsive---spacing--main: 4rem;
    --_responsive---gutter: 1.5rem;
    --_responsive---padding-section-large: 5rem;
    --_responsive---font-size--h1: 4rem;
    --_responsive---font-size--h2: 3.25rem;
    --_responsive---font-size--h3: 3rem;
    --_responsive---font-size--eyebrow: 1.125rem;
    --_responsive---line-height--h1: 1.1;
    --_responsive---line-height--h2: 1.1;
    --_responsive---line-height--h3: 1.2;
    --_responsive---line-height--eyebrow: 1.5;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .text-rich-text.inherit {
    font-size: 1.5rem;
  }

  .padding-section-medium, .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.padding-section-hero {
    padding-bottom: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .nav_button_wrap.w--open {
    color: inherit;
    background-color: #c8c8c800;
  }

  .nav_padding {
    z-index: 3;
    position: relative;
  }

  .mosaic-grid_component.is-l {
    display: none;
  }

  .mosaic-grid_component.is-m {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .masonry-grid_card {
    min-width: auto;
    font-size: 1.75rem;
  }

  .heading.is-blog-post {
    font-size: 3rem;
    line-height: 1.2;
  }

  .card-bg-gradient_img.for-quote {
    justify-content: flex-end;
    align-items: flex-start;
    right: -15%;
  }

  .metric_card {
    height: 100%;
    padding: 1.5rem;
  }

  .section_cta {
    padding-left: 0;
    padding-right: 0;
  }

  .cta_component {
    padding-right: var(--_responsive---padding-global);
    padding-left: var(--_responsive---padding-global);
  }

  .padding-section-cta {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .contact-form_component {
    min-height: 57.5rem;
  }

  .contact-section_layout {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section_dark-card {
    padding-left: 0;
    padding-right: 0;
  }

  .dark-card_component {
    padding-left: var(--_responsive---padding-global);
    padding-right: var(--_responsive---padding-global);
  }

  .cta-component_layout.with-list {
    grid-row-gap: var(--_responsive---spacing--main);
    grid-row-gap: var(--_responsive---spacing--main);
    grid-template-columns: 7fr;
  }

  .cta-component_first.is-for-no-list {
    max-width: 100%;
  }

  .layout-1fr-2fr {
    grid-template-columns: 1fr;
  }

  .layout-1fr-2fr.break-landscape {
    grid-template-columns: 1fr 2fr;
  }

  .privacy_rich-text h2 {
    font-family: var(--_text-style---font-family);
    --_responsive---container-large: 84rem;
    --_responsive---padding-global: 2rem;
    --_responsive---card--card-padding: 1.5rem;
    --_responsive---card--card-radius: 1rem;
    --_responsive---text-and-component-gap: 5rem;
    --_responsive---spacing--main: 4rem;
    --_responsive---gutter: 1.5rem;
    --_responsive---padding-section-large: 5rem;
    --_responsive---font-size--h1: 4rem;
    --_responsive---font-size--h2: 3.25rem;
    --_responsive---font-size--h3: 3rem;
    --_responsive---font-size--eyebrow: 1.125rem;
    --_responsive---line-height--h1: 1.1;
    --_responsive---line-height--h2: 1.1;
    --_responsive---line-height--h3: 1.2;
    --_responsive---line-height--eyebrow: 1.5;
    --_text-style---font-family: Titilliumweb, Arial, sans-serif;
    --_text-style---font-size: 1.5rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
    font-weight: 500;
    font-family: var(--_text-style---font-family);
    font-weight: 500;
  }

  .vault_post-grid {
    grid-template-columns: 1fr 1fr;
  }

  .post_newsletter-signup {
    padding: 1rem;
  }

  .post_rich-text h2 {
    font-family: var(--_text-style---font-family);
    --_responsive---container-large: 84rem;
    --_responsive---padding-global: 2rem;
    --_responsive---card--card-padding: 1.5rem;
    --_responsive---card--card-radius: 1rem;
    --_responsive---text-and-component-gap: 5rem;
    --_responsive---spacing--main: 4rem;
    --_responsive---gutter: 1.5rem;
    --_responsive---padding-section-large: 5rem;
    --_responsive---font-size--h1: 4rem;
    --_responsive---font-size--h2: 3.25rem;
    --_responsive---font-size--h3: 3rem;
    --_responsive---font-size--eyebrow: 1.125rem;
    --_responsive---line-height--h1: 1.1;
    --_responsive---line-height--h2: 1.1;
    --_responsive---line-height--h3: 1.2;
    --_responsive---line-height--eyebrow: 1.5;
    --_text-style---font-family: Titilliumweb, Arial, sans-serif;
    --_text-style---font-size: 1.5rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
    font-weight: 500;
    font-family: var(--_text-style---font-family);
    font-weight: 500;
  }

  .text-and-image_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .image-with-graphic_component {
    height: auto;
    margin-top: 2rem;
  }

  .image-with-graphic_square {
    max-width: 50%;
    inset: -2rem 0% auto auto;
  }

  .image-with-graphic_square.is-aligned-left {
    inset: -2rem auto auto 0%;
    inset: -2rem auto auto 0%;
  }

  .text-grid_grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._2x1-grid {
    grid-template-columns: 1fr;
  }

  .image-with-graphic_image-wrapper {
    aspect-ratio: 1;
    max-width: min(90%, 36rem);
  }

  .image-with-graphic_image-wrapper.is-reversed {
    float: right;
    float: right;
  }

  .search {
    margin-bottom: 0;
  }

  .fibers_wrapper {
    width: 180%;
    min-width: 80rem;
    height: 30rem;
    margin-top: -12.6rem;
  }

  .nodes_svg-embed {
    width: 200%;
    margin-left: -19%;
  }

  .fibers_container {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .fibers_container:where(.w-variant-376e3c37-47d5-f5c4-f49e-3baba68174cb) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container {
    max-width: 728px;
  }

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

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

  .video-and-text_grid {
    grid-template-columns: 1fr;
  }

  ._404_content {
    text-align: center;
  }

  .metrics-and-awards_wrapper {
    grid-template-columns: 2fr;
    align-items: start;
  }

  .awards_grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .award {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .award_image.is-msp, .award_image.is-imagesource, .award_image.is-msp, .award_image.is-imagesource {
    object-fit: contain;
    width: auto;
    height: 5rem;
  }

  .metrics-and-awards_grid-wrapper.is-recognition {
    margin-top: 4.5rem;
  }

  .form-columns-2 {
    display: block;
  }

  .hs-form-field {
    margin-right: 0;
  }

  .split-section_layout {
    --_responsive---container-large: 84rem;
    --_responsive---padding-global: 2rem;
    --_responsive---card--card-padding: 1.5rem;
    --_responsive---card--card-radius: 1rem;
    --_responsive---text-and-component-gap: 5rem;
    --_responsive---spacing--main: 4rem;
    --_responsive---gutter: 1.5rem;
    --_responsive---padding-section-large: 5rem;
    --_responsive---font-size--h1: 4rem;
    --_responsive---font-size--h2: 3.25rem;
    --_responsive---font-size--h3: 3rem;
    --_responsive---font-size--eyebrow: 1.125rem;
    --_responsive---line-height--h1: 1.1;
    --_responsive---line-height--h2: 1.1;
    --_responsive---line-height--h3: 1.2;
    --_responsive---line-height--eyebrow: 1.5;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .section_custom-2_grid {
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  }

  .custom-3_images {
    margin-top: -4rem;
  }

  .custom-3_image-1_image {
    aspect-ratio: 2 / 3;
  }

  .custom-3_image-2_image {
    inset: 4rem 36% 0% auto;
  }

  .custom-3_image-1_image-wrapper {
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .custom-3_text-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-5_3col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .custom-6_2-col-grid:where(.w-variant-be288728-b387-ef81-2ff1-d259e1642ba4) {
    grid-template-columns: 1fr;
  }

  .wave-bg_image.is-blue, .wave-bg_image.is-grey:where(.w-variant-732e4567-29c8-f386-6a66-ac239c43d2d9) {
    min-width: 80rem;
    transform: rotate(7deg);
  }

  .wave-bg_image.is-tricolor:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1), .wave-bg_image.is-blue, .wave-bg_image.is-grey:where(.w-variant-732e4567-29c8-f386-6a66-ac239c43d2d9) {
    min-width: 80rem;
    transform: rotate(7deg);
  }

  .wave-bg_image.is-grey-blue-gradient:where(.w-variant-06cff226-5303-07ec-1766-794ff32fabda) {
    object-fit: cover;
    min-width: 80rem;
    transform: rotate(7deg);
  }

  .wave-bg_image.is-tricolor:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1) {
    min-width: 80rem;
    transform: rotate(7deg);
  }

  .section_custom-9-inner-wrapper {
    padding-top: 24%;
    padding-bottom: 20%;
  }

  .support_grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .support {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .homepage_hero-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .homepage_hero-padding.padding-section-hero {
    padding-bottom: 0;
  }

  .padding-home_cta {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .cta_content-financial.with-list {
    grid-row-gap: var(--_responsive---spacing--main);
    grid-row-gap: var(--_responsive---spacing--main);
    grid-template-columns: 7fr;
  }

  .vitis-in-the-community_grid-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 2fr;
    align-items: start;
  }

  .vitis-in-the-community_supporting-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vitis-in-the-community_supporting-wrapper {
    margin-top: 2rem;
  }

  .padding-section_vitis-in-the-community-hero {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .padding-section_vitis-in-the-community-hero.padding-section-hero {
    padding-bottom: 0;
  }

  .padding-section-large-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-copy.padding-section-hero {
    padding-bottom: 0;
  }

  .padding-section_our-story-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section_our-story-hero.padding-section-hero {
    padding-bottom: 0;
  }

  .padding-section_timline-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section_timline-hero.padding-section-hero {
    padding-bottom: 0;
  }

  .footer_spotlight-wrapper {
    margin-bottom: -4rem;
  }

  .leadership-team-cards {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section_careers-page {
    padding-top: 4rem;
  }

  .padding-section_careers-page.padding-section-hero {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---container-large: 84rem;
    --_responsive---padding-global: 1.5rem;
    --_responsive---card--card-padding: 1.5rem;
    --_responsive---card--card-radius: 1rem;
    --_responsive---text-and-component-gap: 3.5rem;
    --_responsive---spacing--main: 3rem;
    --_responsive---gutter: 1rem;
    --_responsive---padding-section-large: 4rem;
    --_responsive---font-size--h1: 3rem;
    --_responsive---font-size--h2: 2.5rem;
    --_responsive---font-size--h3: 1.5rem;
    --_responsive---font-size--eyebrow: .875rem;
    --_responsive---line-height--h1: 1.1;
    --_responsive---line-height--h2: 1.1;
    --_responsive---line-height--h3: 1.33;
    --_responsive---line-height--eyebrow: 1.5;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p, .text-xlarge {
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: 1.125rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-rich-text {
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: .875rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .text-rich-text:where(.w-variant-7da516e0-db64-ab43-5118-3b931daede80) {
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: 1.125rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .text-rich-text h1, .text-rich-text h2, .text-rich-text h3 {
    --_text-style---font-family: Titilliumweb, Arial, sans-serif;
    --_text-style---font-size: 1.25rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .text-rich-text.inherit, .text-rich-text.inherit:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1) {
    font-size: var(--_text-style---font-size);
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: 1.125rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .text-rich-text.large-2, .text-rich-text.large-3, .text-rich-text.large-4, .text-rich-text.large-5, .text-rich-text.large-6, .text-rich-text.large-7, .text-rich-text.large-8 {
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: 1.125rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .text-rich-text h1, .text-rich-text h2, .text-rich-text h3 {
    --_text-style---font-family: Titilliumweb, Arial, sans-serif;
    --_text-style---font-size: 1.25rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .text-rich-text.inherit, .text-rich-text.inherit:where(.w-variant-85917ee9-f587-49fd-b9fc-ede5fa358bc1) {
    font-size: var(--_text-style---font-size);
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: 1.125rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .text-rich-text.large-2, .text-rich-text.large-3, .text-rich-text.large-4, .text-rich-text.large-5, .text-rich-text.large-6, .text-rich-text.large-7, .text-rich-text.large-8 {
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: 1.125rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .text-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium, .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .nav_wrap.is-mobile {
    font-size: 1.25rem;
  }

  .nav_logo_wrap {
    width: 6.25rem;
  }

  .nav_button {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .spacer:where(.w-variant-d1c4d402-4706-470e-a6f3-cb385131179f), .spacer.medium-24px, .spacer.medium-24px {
    height: 1.25rem;
  }

  .mosaic-grid_component.is-m {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: none;
  }

  .mosaic-grid_component.is-s {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: minmax(8rem, 1fr) minmax(8rem, 1fr) minmax(8rem, 1fr) minmax(8rem, 1fr) minmax(8rem, 1fr) minmax(8rem, 1fr) minmax(8rem, 1fr) minmax(8rem, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .masonry-grid_card {
    padding: 1rem;
  }

  .text-display-xs {
    --_text-style---font-family: Titilliumweb, Arial, sans-serif;
    --_text-style---font-size: 1.25rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .video-embed_button {
    padding: 1.125rem;
  }

  .video-embed_wrapper {
    border-radius: .5rem;
  }

  .text-and-component_stack {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
  }

  .heading.h2 {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .heading.is-blog-post {
    font-size: 2.5rem;
  }

  .video-embed_button-svg {
    width: 1rem;
    height: 1rem;
  }

  .card-bg-gradient_img {
    width: 100%;
    min-height: 30rem;
    max-height: 100%;
    inset: auto 0% 0% auto;
  }

  .card-bg-gradient_img.is-large, .card-bg-gradient_img.is-large-copy, .card-bg-gradient_img.is-large, .card-bg-gradient_img.is-large-copy {
    object-position: 0% 100%;
  }

  .metric_card {
    width: 100%;
  }

  .metric_value {
    font-size: 3.25rem;
  }

  .logo-grid {
    grid-row-gap: 2.75rem;
  }

  .logo_wrapper {
    max-width: 8rem;
    max-height: 3rem;
  }

  .padding-section-cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_background-logo {
    min-width: 40rem;
    bottom: -1rem;
  }

  .contact-form_component {
    min-height: 62.5rem;
  }

  .form.is-contact {
    grid-template-columns: 1fr;
  }

  .rich-text-field {
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: .875rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .dark-card_component {
    border-radius: 1.5rem;
  }

  .cta-component_first {
    max-width: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .list-grid {
    grid-template-columns: 1fr;
  }

  .timeline_item {
    justify-content: flex-start;
  }

  .timeline_item_line-wrapper {
    margin-bottom: 5.25rem;
  }

  .timeline_item_year {
    font-size: 3rem;
  }

  .timeline_item_text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    height: auto;
    min-height: 0;
  }

  .toc_component {
    display: none;
  }

  .layout-1fr-2fr.break-landscape, .metric_grid {
    grid-template-columns: 1fr;
  }

  .post_body-wrapper {
    grid-template-columns: 8fr;
  }

  .metric_value-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-with-graphic_component {
    margin-top: 2rem;
  }

  .hero_paragraph {
    font-size: 1.125rem;
  }

  .image-with-graphic_image-wrapper {
    min-height: 10rem;
  }

  .search_input-wrapper {
    justify-content: space-between;
  }

  .search_input-field, .search-input_wrapper {
    width: 100%;
  }

  .fibers_wrapper {
    height: 34rem;
    margin-top: -18rem;
    left: -50%;
  }

  .quote-text {
    --_text-style---font-family: "Source Sans 3", Arial, sans-serif;
    --_text-style---font-size: 1.125rem;
    --_text-style---line-height: 1.5;
    --_text-style---font-weight: 400;
    --_text-style---letter-spacing: 0px;
    --_text-style---color: var(--text-color--text-primary);
  }

  .fibers_container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .fibers_container:where(.w-variant-376e3c37-47d5-f5c4-f49e-3baba68174cb) {
    margin-bottom: 0;
  }

  .post_aside {
    flex-flow: column-reverse;
    display: flex;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .awards_grid {
    grid-template-columns: 1fr 1fr;
  }

  .metrics-and-awards_heading-wrapper {
    margin-bottom: 1rem;
  }

  .hs-button {
    font-size: 1.125rem;
  }

  .form-columns-2 {
    display: block;
  }

  .hubspot_field-inner {
    padding: 1rem;
  }

  .hubspot_field-wrapper {
    padding: 1.1rem;
  }

  .hs-form-field {
    margin-bottom: 1rem;
  }

  .split-section_layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    --_responsive---container-large: 84rem;
    --_responsive---padding-global: 1.5rem;
    --_responsive---card--card-padding: 1.5rem;
    --_responsive---card--card-radius: 1rem;
    --_responsive---text-and-component-gap: 3.5rem;
    --_responsive---spacing--main: 3rem;
    --_responsive---gutter: 1rem;
    --_responsive---padding-section-large: 4rem;
    --_responsive---font-size--h1: 3rem;
    --_responsive---font-size--h2: 2.5rem;
    --_responsive---font-size--h3: 1.5rem;
    --_responsive---font-size--eyebrow: .875rem;
    --_responsive---line-height--h1: 1.1;
    --_responsive---line-height--h2: 1.1;
    --_responsive---line-height--h3: 1.33;
    --_responsive---line-height--eyebrow: 1.5;
    grid-template-columns: 1fr;
  }

  .section_custom-2_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .custom-3_images {
    margin-top: 2rem;
  }

  .custom-3_image-2_image {
    inset: 4rem auto 0% 0%;
  }

  .custom-6_2-col-grid, .custom-8_cards-wrapper {
    grid-template-columns: 1fr;
  }

  .support_grid {
    grid-template-columns: 1fr 1fr;
  }

  .homepage_hero-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-home_cta {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .vitis-in-the-community_supporting-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .padding-section_vitis-in-the-community-hero {
    padding-top: 3rem;
  }

  .padding-section-large-copy, .padding-section_our-story-hero, .padding-section_timline-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .masked-element {
    -webkit-mask-position: bottom;
    mask-position: bottom;
  }

  .spotlight_logo-borders {
    object-position: 50% 100%;
  }

  .footer_spotlight-wrapper {
    margin-bottom: -2rem;
  }

  .video-and-timeline_stack {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
  }

  .leadership-team-3x3 {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section_careers-page {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading.is-blog-post {
    font-size: 2rem;
  }

  .card-bg-gradient_img {
    min-height: 20rem;
  }

  .card-bg-gradient_img.is-large, .card-bg-gradient_img.is-large-copy, .card-bg-gradient_img.is-large, .card-bg-gradient_img.is-large-copy {
    object-position: 50% 100%;
    min-height: 40rem;
  }

  .logo_wrapper:where(.w-variant-2d135f92-6206-e619-2ca3-16cc2e1cbc68) {
    max-height: 2rem;
  }

  .logo_img:where(.w-variant-2d135f92-6206-e619-2ca3-16cc2e1cbc68) {
    max-height: 2.5rem;
  }

  .footer_foreground-circle {
    min-height: 500%;
  }

  .footer_background-logo {
    margin-left: -4rem;
  }

  .timeline_item {
    width: 100%;
  }

  .featured-update_component {
    margin-top: -2rem;
  }

  .vault_post-grid {
    grid-template-columns: 1fr;
  }

  .swiper-slide, .swiper-wrapper, .swiper {
    width: 100%;
  }

  .form_select-input {
    font-size: .9rem;
  }

  .search_heading {
    line-height: 1;
  }

  .fibers_wrapper {
    height: 26rem;
    margin-top: -24rem;
  }

  .nodes_svg-embed {
    width: 400%;
    margin-left: -60%;
  }

  .container {
    max-width: none;
  }

  .awards_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hubspot_field-inner {
    padding: 1rem;
  }

  .custom-3_image-1_image {
    width: 90%;
  }

  .custom-5_3col-grid:where(.w-variant-34bf6efd-98b7-4a31-50d1-f2a157f575d6) {
    grid-template-columns: 1fr;
  }

  .custom-6_card {
    flex-flow: column;
  }

  .custom-6_card-image {
    max-width: 80%;
  }

  .support_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .masked-element {
    background-color: #ffffff05;
  }

  .spotlight_logo-borders {
    opacity: .1;
  }

  .footer_spotlight-wrapper {
    margin-bottom: -1rem;
  }
}

#w-node-e2c90af1-c963-00c0-67d1-6918b597f47e-a1af3352, #w-node-e2c90af1-c963-00c0-67d1-6918b597f483-a1af3352 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_1dfb7eaa-7510-0c4b-c42c-8bd8106b0549-106b0542 {
  align-self: center;
}

#w-node-_455687d9-8326-c603-18ff-dd9d8a834c63-8a834c63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef7e-940aef66 {
  grid-area: 2 / 1 / 6 / 8;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef81-940aef66 {
  grid-area: 10 / 5 / 13 / 9;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef83-940aef66 {
  grid-area: 1 / 8 / 6 / 12;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef85-940aef66 {
  grid-area: 3 / 12 / 6 / 16;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef87-940aef66 {
  grid-area: 2 / 16 / 6 / 23;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef8a-940aef66 {
  grid-area: 1 / 23 / 6 / 28;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef8c-940aef66 {
  grid-area: 2 / 28 / 6 / 33;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef8e-940aef66 {
  grid-area: 6 / 2 / 10 / 9;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef90-940aef66 {
  grid-area: 6 / 9 / 9 / 15;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef92-940aef66 {
  grid-area: 9 / 9 / 13 / 15;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef95-940aef66 {
  grid-area: 6 / 15 / 11 / 19;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef97-940aef66 {
  grid-area: 6 / 19 / 13 / 25;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef99-940aef66 {
  grid-area: 6 / 25 / 10 / 33;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aef9d-940aef66 {
  grid-area: 1 / 1 / 5 / 10;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefa0-940aef66 {
  grid-area: 7 / 9 / 9 / 19;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefa2-940aef66 {
  grid-area: 2 / 10 / 5 / 16;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefa4-940aef66 {
  grid-area: 1 / 16 / 5 / 23;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefa7-940aef66 {
  grid-area: 2 / 23 / 5 / 33;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefa9-940aef66 {
  grid-area: 5 / 2 / 8 / 9;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefab-940aef66 {
  grid-area: 5 / 9 / 7 / 19;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefae-940aef66 {
  grid-area: 5 / 19 / 8 / 25;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefb0-940aef66 {
  grid-area: 5 / 25 / 8 / 33;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefb5-940aef66 {
  grid-area: 1 / 1 / 5 / 10;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefb8-940aef66 {
  grid-area: 7 / 8 / 9 / 18;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefba-940aef66 {
  grid-area: 2 / 10 / 5 / 16;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefbc-940aef66 {
  grid-area: 2 / 16 / 5 / 26;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefbf-940aef66 {
  grid-area: 1 / 26 / 5 / 33;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefc1-940aef66 {
  grid-area: 5 / 1 / 8 / 8;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefc3-940aef66 {
  grid-area: 5 / 8 / 7 / 18;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefc6-940aef66 {
  grid-area: 5 / 18 / 8 / 23;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefc8-940aef66 {
  grid-area: 5 / 23 / 8 / 33;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefcc-940aef66 {
  grid-area: 3 / 1 / 11 / 9;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefce-940aef66 {
  grid-area: 5 / 9 / 11 / 14;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefd0-940aef66 {
  grid-area: 5 / 14 / 11 / 27;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefd3-940aef66 {
  grid-area: 1 / 27 / 11 / 33;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefd5-940aef66 {
  grid-area: 11 / 1 / 21 / 13;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefd7-940aef66 {
  grid-area: 11 / 13 / 25 / 23;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefd9-940aef66 {
  grid-area: 11 / 23 / 29 / 33;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefdb-940aef66 {
  grid-area: 21 / 1 / 28 / 13;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefdf-940aef66 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefe2-940aef66 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefe8-940aef66 {
  grid-area: 5 / 1 / 8 / 3;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefea-940aef66 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefed-940aef66 {
  grid-area: 6 / 3 / 9 / 5;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefef-940aef66 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aeff4-940aef66 {
  grid-area: 12 / 3 / 13 / 5;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aeff6-940aef66 {
  grid-area: 11 / 1 / 13 / 3;
}

#w-node-_6ba746a4-1cf1-d1d7-865d-6061940aeff8-940aef66 {
  grid-area: 11 / 3 / 12 / 5;
}

#w-node-_484be6ad-fd04-1498-5755-9069e80f42de-ad98f098 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_98659569-7add-8f3e-b3ab-e15edd67a48b-ad98f098 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_98659569-7add-8f3e-b3ab-e15edd67a48b-ad98f098 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e2c90af1-c963-00c0-67d1-6918b597f47e-a1af3352 {
    grid-column: span 1 / span 1;
    align-self: stretch;
  }

  #w-node-e2c90af1-c963-00c0-67d1-6918b597f483-a1af3352 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d6c668e-f3b8-2906-8018-a889ea95f1b0-ea95f1aa {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e2c90af1-c963-00c0-67d1-6918b597f470-a1af3352 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e2c90af1-c963-00c0-67d1-6918b597f47e-a1af3352, #w-node-e2c90af1-c963-00c0-67d1-6918b597f483-a1af3352 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefdf-940aef66 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefe2-940aef66 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefe8-940aef66 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefea-940aef66 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefed-940aef66 {
    grid-area: 4 / 2 / 6 / 3;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aefef-940aef66 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aeff4-940aef66 {
    grid-area: 6 / 1 / 8 / 2;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aeff6-940aef66 {
    grid-area: 7 / 2 / 9 / 3;
  }

  #w-node-_6ba746a4-1cf1-d1d7-865d-6061940aeff8-940aef66 {
    grid-area: 6 / 2 / 7 / 3;
  }
}
