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

@font-face {
  font-family: Acumin Variable Concept;
  src: url('../fonts/AcuminVariableConcept.otf') format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acumin Variable Concept;
  src: url('../fonts/AcuminVariableConcept.otf') format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acumin Variable Concept;
  src: url('../fonts/AcuminVariableConcept.otf') format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Acumin Variable Concept;
  src: url('../fonts/AcuminVariableConcept.otf') format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-brand--brand-black);
  --text-color--text-primary: var(--base-color-brand--brand-white);
  --link-color--link-primary: var(--base-color-brand--brand-white);
  --background-color--background-alternate: var(--base-color-brand--brand-white);
  --text-color--text-navy-blue-light: var(--base-color-brand--navy-blue-light);
  --background-color--background-gold-light: var(--base-color-brand--gold-light);
  --border-color--border-primary: var(--base-color-brand--brand-white);
  --border-color--border-transparent: var(--base-color-neutral--transparent);
  --base-color-neutral--transparent: #0000;
  --button-color--button-primary: var(--base-color-brand--gold);
  --text-color--text-alternate: var(--base-color-brand--brand-black);
  --button-color--button-tertiary: var(--base-color-neutral--transparent);
  --text-color--text-gold: var(--base-color-brand--gold);
  --base-color-neutral--true-white: white;
  --button-color--button-secondary: var(--base-color-brand--brand-white);
  --button-color--button-navy-blue-light: var(--base-color-brand--navy-blue-light);
  --base-color-brand--indigo: #49485a;
  --base-color-neutral--true-black: black;
  --base-color-brand--brand-white: #edebe7;
  --border-color--border-gold: var(--base-color-brand--gold);
  --base-color-brand--indigo-light: #60668c;
  --base-color-brand--red: #a0464f;
  --background-color--background-indigo-light: var(--base-color-brand--indigo-light);
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-brand--brown);
  --link-color--link-alternate: var(--base-color-brand--brand-black);
  --background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>: #aaa;
  --text-color--text-secondary: var(--base-color-brand--brand-white-70);
  --background-color--background-success\<deleted\|relume-variable-background-color-6\>: var(--base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>);
  --text-color--text-success\<deleted\|relume-variable-text-color-4\>: var(--base-color-system--success-green\<deleted\|relume-variable-system-color-1\>);
  --background-color--background-error\<deleted\|relume-variable-background-color-8\>: var(--base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>);
  --text-color--text-error\<deleted\|relume-variable-text-color-5\>: var(--base-color-system--error-red\<deleted\|relume-variable-system-color-5\>);
  --background-color--background-true-black: var(--base-color-neutral--true-black);
  --background-color--background-gold: var(--base-color-brand--gold);
  --background-color--background-orange: var(--base-color-brand--orange);
  --background-color--background-red: var(--base-color-brand--red);
  --background-color--background-navy-blue: var(--base-color-brand--navy-blue);
  --border-color--border-brown: var(--base-color-brand--brown);
  --background-color--background-transparent: var(--base-color-neutral--transparent);
  --base-color-brand--brand-white-70: #edebe7b3;
  --base-color-brand--navy-blue: #3a4576;
  --accessible-components--dark-grey: #9b9b9b;
  --base-color-brand--navy-blue-light: #49507d;
  --base-color-brand--brown: #7a7362;
  --base-color-brand--brand-black: #231f20;
  --base-color-brand--red-light: #cb5a67;
  --base-color-brand--orange-light: #fa9c5d;
  --base-color-brand--orange: #fa7f43;
  --base-color-brand--gold-light: #fadb6c;
  --base-color-brand--gold: #f9c718;
  --link-color--link-secondary: var(--base-color-brand--brand-white-70);
  --background-color--background-navy-blue-light: var(--base-color-brand--navy-blue-light);
  --text-color--text-orange: var(--base-color-brand--orange);
  --background-color--background-true-white: var(--base-color-neutral--true-white);
  --background-color--background-brown: var(--base-color-brand--brown);
  --border-color--border-secondary: var(--base-color-brand--brand-white-70);
  --border-color--border-alternate: var(--base-color-brand--brand-black);
  --accessible-components--dodger-blue: #1378d1;
  --base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>: #ecfdf3;
  --base-color-system--success-green\<deleted\|relume-variable-system-color-1\>: #027a48;
  --base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>: #fef3f2;
  --base-color-system--error-red\<deleted\|relume-variable-system-color-5\>: #b42318;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-variation-settings: "slnt" 0;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, sans-serif;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, sans-serif;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  opacity: .8;
  margin-bottom: 0;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  list-style-type: disc;
}

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

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

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

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

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.main-wrapper.is-credit-cloud {
  background-image: url('../images/Grain-Texture.png'), url('../images/gradient-background_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
}

.main-wrapper.is-edge-platform {
  background-image: url('../images/Grain-Texture.png'), url('../images/Edge-Platform-Gradient_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
}

.main-wrapper.is-intel-ordering {
  background-image: url('../images/Grain-Texture.png'), url('../images/Intel-Ordering-Gradient_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
}

.main-wrapper.is-arrival-intel {
  background-image: url('../images/Grain-Texture.png'), url('../images/Arrival-Intel-Gradient_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
}

.main-wrapper.is-careers, .main-wrapper.is-client-stories, .main-wrapper.is-blog, .main-wrapper.is-podcast {
  background-image: none;
}

.main-wrapper.is-work {
  background-image: url('../images/Grain-Texture.png'), url('../images/work-bg-2_1work-bg-2.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
}

.main-wrapper.is-press {
  background-image: url('../images/Grain-Texture.png'), url('../images/press-Bg-Gradient_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
}

.main-wrapper.is-events {
  background-image: none;
}

.main-wrapper.is-edge {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-navy-blue-light);
  background-image: none;
}

.main-wrapper.is-pulse {
  background-image: url('../images/Grain-Texture.png'), url('../images/Pulse-Bg-Gradient_1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.text-opacity-90 {
  opacity: .9;
}

.text-size-medium.inline {
  flex-flow: wrap;
  display: inline-flex;
}

.margin-top-auto {
  margin-top: auto;
}

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-xsmall.is-yellow-bg {
  background-color: var(--background-color--background-gold-light);
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.4;
  display: block;
}

.heading-style-h5.text-weight-medium {
  font-weight: 500;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  flex-flow: row;
  align-items: stretch;
  font-size: 3.875rem;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.work_pillar-feature_content-right_block-2-top-tag-text {
  text-transform: uppercase;
  font-weight: 700;
}

.form_field-label {
  text-align: left;
  margin-bottom: .5rem;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border-color--border-transparent) var(--base-color-neutral--transparent) var(--base-color-neutral--transparent);
  background-color: var(--button-color--button-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: var(--background-color--background-gold-light);
}

.button.is-link {
  background-color: var(--button-color--button-tertiary);
  color: var(--text-color--text-gold);
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--true-white);
  background-color: #0000;
}

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

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

.button.is-secondary {
  background-color: var(--button-color--button-secondary);
  cursor: pointer;
}

.button.is-secondary:hover {
  background-color: var(--base-color-neutral--true-white);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--true-white);
  background-color: #0000;
}

.button.is-secondary.is-pagination {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
}

.button.is-secondary.is-edge-anchor {
  border-color: var(--border-color--border-primary);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-secondary.is-edge-anchor.dark {
  border-color: var(--button-color--button-navy-blue-light);
  color: var(--base-color-brand--indigo);
}

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

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

.button.is-alternate {
  border-color: var(--base-color-neutral--true-white);
  background-color: var(--base-color-neutral--true-white);
  color: var(--base-color-neutral--true-black);
}

.button.is-tertiary {
  border-color: var(--base-color-brand--brand-white);
  background-color: var(--button-color--button-tertiary);
  color: var(--text-color--text-primary);
}

.button.is-tertiary:hover {
  background-color: #ffffff1a;
}

.button.is-tertiary.is-yellow {
  border-color: var(--border-color--border-gold);
  color: var(--text-color--text-gold);
}

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

.button.is-anchor-link {
  background-color: var(--button-color--button-tertiary);
  color: var(--text-color--text-gold);
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.banner-button:hover {
  background-color: var(--button-color--button-primary);
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-light.text-opacity-90 {
  opacity: .9;
}

.rl-styleguide_label {
  background-color: var(--base-color-brand--indigo-light);
  color: #ebeffa;
  white-space: nowrap;
  cursor: context-menu;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: var(--base-color-brand--red);
  color: #f9eff6;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--background-color--background-indigo-light);
  color: var(--text-color--text-primary);
  background-color: #edebe74d;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.form_input:hover, .form_input:focus {
  border-color: var(--border-color--border-gold);
}

.form_input::placeholder {
  color: #fff9;
  font-weight: 400;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.button-group.is-center {
  justify-content: center;
}

.button-group.is-right, .button-group.is-right-desktop {
  justify-content: flex-end;
  align-items: center;
}

.text-color-white {
  color: var(--base-color-neutral--true-white);
}

.background-color-white {
  background-color: var(--base-color-neutral--true-white);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

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

.text-align-left {
  text-align: left;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-neutral--true-black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  text-align: center;
}

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

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

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  flex-flow: row;
  width: auto;
  max-width: none;
  font-size: 1.25rem;
  display: flex;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.hide {
  display: block;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.padding-section-large.is-pb-xsmall {
  padding-bottom: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-small.show-tablet {
  display: none;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-huge.is-hide-desktop {
  display: none;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|relume-variable-background-color-6\>);
  color: var(--text-color--text-success\<deleted\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|relume-variable-background-color-8\>);
  color: var(--text-color--text-error\<deleted\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.footer_component {
  z-index: 1;
  background-color: var(--background-color--background-true-black);
  margin-top: -.0625rem;
  position: relative;
  overflow: hidden;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer_left-wrapper {
  padding-top: 2.6rem;
}

.footer_details-wrapper {
  max-width: 38rem;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_link {
  color: var(--link-color--link-primary);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: .8;
  text-decoration: none;
}

.footer_bottom-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_mission-statement_component {
  max-width: 44rem;
}

.section_home_hero {
  overflow: hidden;
}

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

.credit_cloud_products_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.products_header_content-right {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section_products_statement {
  z-index: 7;
  position: relative;
}

.products_statement_component {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.products_statement_text-wrapper {
  max-width: 36rem;
}

.products_features_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product_features_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.product_features_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_products_client-stories {
  z-index: 1;
  position: relative;
}

.products_client-stories_component {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 5rem;
}

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

.products_solutions_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.products_solutions_products_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(0, auto);
  place-items: start;
  width: 100%;
  display: grid;
}

.products_solutions_products_item-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 1rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.products_solutions_products_icon-wrapper {
  flex: none;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.credit-cloud_products_cta_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.credit-cloud_products_cta_background-image {
  object-fit: fill;
  width: 115%;
  min-width: 107rem;
  max-width: none;
  position: absolute;
  inset: -3% auto auto -13%;
}

.products_cta_component {
  max-width: 48rem;
  position: relative;
}

.footer_right-wrapper {
  position: relative;
}

.footer_contact-link {
  text-decoration: none;
  display: block;
}

.navbar_logo-link {
  z-index: 1000;
  padding-left: 0;
  padding-right: 3.4rem;
}

.navbar_word-mark-wrapper {
  z-index: 1000;
  display: flex;
  position: relative;
}

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.navbar_menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.navbar_menu-icon_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon_line-top {
  background-color: var(--button-color--button-primary);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon_line-middle {
  background-color: var(--button-color--button-primary);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon_line-middle-base {
  background-color: var(--button-color--button-primary);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon_line-bottom {
  background-color: var(--button-color--button-primary);
  width: 24px;
  height: 2px;
}

.credit-cloud_products_header_background-image {
  filter: brightness(5000%);
  pointer-events: none;
  max-width: none;
  position: absolute;
  bottom: -22.1rem;
  left: -23.7rem;
}

.products_header_image-wrapper {
  position: relative;
}

.products_statement_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.credit-cloud_products_statement_background-image {
  width: 125%;
  min-width: 107rem;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product_features_item-heading {
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
}

.product_features_item-content {
  max-width: 20rem;
}

.products_features_heading {
  width: 100%;
  max-width: 54rem;
}

.product_features_button-group {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.product_features_button-group-placeholder {
  height: 0;
}

.product_solutions_products_item-heading {
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.3125rem;
  font-weight: 500;
}

.products_solutions_products_icon {
  display: block;
}

.products_solutions_products_content {
  max-width: 20rem;
}

.products_solutions_products_item-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(82px, .25fr) 3.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.products_solutions_products_item-left-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(83px, .25fr) 3.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.products_solutions_products_item-left-bottom.w--current {
  min-height: 100%;
}

.products_solutions_products_item-right-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 1rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.footer_details-text {
  font-size: 1.6875rem;
}

.footer_brand-mark-wrapper {
  z-index: 0;
  pointer-events: none;
  width: 32.125rem;
  position: absolute;
  inset: -14% 0% 0% -26%;
}

.products_cta_custom-spacer, .products_statement_custom-spacer {
  width: 100%;
  padding-top: 12vw;
}

.products_solutions_accelerators_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.products_solutions_accelerators_item-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(82px, .25fr) 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.products_solutions_accelerators_item-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.products_solutions_accelerators_item-center {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(83px, .25fr) 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.products_solutions_accelerators_icon-wrapper {
  width: 5.125rem;
  height: 5.125rem;
}

.products_solutions_accelerators_item-text {
  font-size: 1.5625rem;
}

.products_clitent-stories_image-overlay {
  z-index: 1;
  background-color: #00083670;
  position: absolute;
  inset: 0%;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_section.is-mb-custom-1 {
  margin-bottom: 6rem;
}

.text-size-medium-2 {
  font-size: 1.5rem;
}

.divlightgray-2 {
  background-color: #dfdfdf;
  height: 100px;
}

.center-content {
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-layout {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.column-layout.six {
  grid-column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.column-layout.three {
  grid-column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.column-layout.three.is-col-gap-8 {
  grid-column-gap: 12rem;
}

.column-layout.three.is-col-gap-6 {
  grid-column-gap: 6rem;
}

.column-layout.three.is-col-gap-4 {
  grid-column-gap: 4rem;
}

.column-layout.three.is-col-gap-2 {
  grid-column-gap: 2rem;
}

.column-layout.three.is-col-gap-3 {
  grid-column-gap: 3rem;
}

.column-layout.three.is-col-gap-5 {
  grid-column-gap: 5rem;
}

.column-layout.three.is-col-gap-7, .column-layout.three.is-col-gap-custom-1 {
  grid-column-gap: 8rem;
}

.column-layout.two {
  grid-column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.column-layout.two.is-col-gap-3 {
  grid-column-gap: 3rem;
}

.column-layout.two.is-col-gap-4 {
  grid-column-gap: 4rem;
}

.column-layout.two.is-col-gap-5 {
  grid-column-gap: 5rem;
}

.column-layout.two.is-col-gap-7 {
  grid-column-gap: 8rem;
}

.column-layout.two.is-col-gap-2 {
  grid-column-gap: 2rem;
}

.column-layout.two.is-col-gap-8 {
  grid-column-gap: 12rem;
}

.column-layout.two.is-col-gap-6 {
  grid-column-gap: 6rem;
}

.column-layout.two.is-col-gap-custom-1 {
  grid-column-gap: 20%;
  grid-column-gap: 20%;
}

.column-layout.two.is-col-gap-custom-1.is-three {
  grid-column-gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
}

.column-layout.four {
  grid-column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.column-layout.four.is-col-gap-7 {
  grid-column-gap: 8rem;
}

.column-layout.four.is-col-gap-5 {
  grid-column-gap: 5rem;
}

.column-layout.four.is-col-gap-3 {
  grid-column-gap: 3rem;
}

.column-layout.four.is-col-gap-6 {
  grid-column-gap: 6rem;
}

.column-layout.four.is-col-gap-8 {
  grid-column-gap: 12rem;
}

.column-layout.four.is-col-gap-4 {
  grid-column-gap: 4rem;
}

.column-layout.four.is-col-gap-2 {
  grid-column-gap: 2rem;
}

.column-layout.five {
  grid-column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.column-layout.five.is-col-gap-2 {
  grid-column-gap: 2rem;
}

.column-layout.home_client-stories_custom-layout {
  grid-column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.column-layout.is-work-pillar-layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  place-items: center stretch;
}

.column-layout.press-secondary-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.row-layout {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.row-layout.is-row-gap-8 {
  grid-row-gap: 12rem;
}

.row-layout.is-row-gap-6 {
  grid-row-gap: 6rem;
}

.row-layout.is-row-gap-2 {
  grid-row-gap: 2rem;
}

.row-layout.is-row-gap-7 {
  grid-row-gap: 8rem;
}

.row-layout.is-row-gap-3 {
  grid-row-gap: 3rem;
}

.row-layout.is-row-gap-5 {
  grid-row-gap: 5rem;
}

.row-layout.is-row-gap-4 {
  grid-row-gap: 4rem;
}

.row-layout.is-row-gap-0 {
  grid-row-gap: 0rem;
}

.spacer-100px {
  width: 100px;
  height: 100px;
}

.logo1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.logo1_component.is-right-desktop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.position-relative {
  position: relative;
}

.home_hero_video {
  width: 100%;
  height: 0;
  padding-bottom: 108.4%;
}

.background-color-gold {
  background-color: var(--background-color--background-gold);
  color: var(--base-color-neutral--true-black);
}

.text-color-gold {
  color: var(--text-color--text-gold);
}

.products_solutions_accelerators_item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(83px, .25fr) 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 5%;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
  position: relative;
}

.products_solutions_accelerators_item:hover, .products_solutions_accelerators_item.w--current {
  background-color: #ffffff1a;
}

.products_solutions_accelerators_item.is-center {
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
}

.display-none {
  display: none;
}

.edge-platform_products_header_background-image {
  pointer-events: none;
  max-width: none;
  position: absolute;
  bottom: -27.6rem;
  left: -30.4rem;
}

.edge-platform_products_statement_background-image {
  width: 110%;
  min-width: 107rem;
  max-width: none;
  position: absolute;
  bottom: -15%;
  right: -5%;
}

.edge-platform_products_cta_background-image {
  object-fit: fill;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.edge-platform_products_cta_background-image-wrapper {
  z-index: -1;
  position: relative;
}

.edge-platform_products_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.intel-ordering_products_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.intel-ordering_products_header_background-image {
  pointer-events: none;
  width: 125rem;
  min-width: 125rem;
  max-width: none;
  max-height: 22rem;
  position: absolute;
  inset: -2.6rem 37.7375rem auto auto;
  transform: translate(50%);
}

.intel-ordering_products_statement_background-image {
  width: 100%;
  min-width: 80rem;
  max-width: none;
  position: absolute;
  bottom: -3%;
  right: -16%;
}

.intel-ordering_products_client-stories_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.products_client-stories_background-image-wrapper-copy {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px) saturate(300%);
  backdrop-filter: blur(5px) saturate(300%);
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(#00000080, #00000080);
  mask-image: linear-gradient(#00000080, #00000080);
}

.intel-ordering_products_cta_background-image {
  object-fit: fill;
  max-width: none;
  position: absolute;
  top: -4rem;
  right: -11%;
}

.arrival-intel_products_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.arrival-intel_products_header_text-wrapper {
  width: 100%;
  max-width: 34rem;
}

.arrival-intel_products_header_background-image {
  pointer-events: none;
  width: 180.4rem;
  min-width: 125rem;
  max-width: none;
  position: absolute;
  inset: -20.9rem 46.4375rem auto auto;
  transform: translate(50%);
}

.arrival-intel_products_statement_background-image {
  min-width: 80rem;
  max-width: 140rem;
  position: absolute;
  top: -28.7rem;
  bottom: 0%;
  left: -66.8125rem;
}

.arrival-intel_products_cta_background-image {
  pointer-events: none;
  object-fit: fill;
  width: 188.6rem;
  max-width: none;
  position: absolute;
  inset: -12.2rem auto auto 27.4rem;
}

.arrival-intel_products_cta_custom-spacer {
  width: 100%;
  padding-top: 12rem;
}

.arrival-intel_products_statement_background-image-wrapper {
  z-index: -1;
  position: relative;
}

.arrival-intel_products_statement_custom-spacer {
  width: 100%;
  padding-top: 14rem;
}

.section_services_header, .section_services_features, .section_services_client-stories {
  z-index: 1;
  position: relative;
}

.section_services_client-stories.is-application-dev {
  background-color: var(--background-color--background-orange);
}

.section_services_client-stories.is-product-strategy {
  background-color: var(--background-color--background-red);
}

.section_services_client-stories.is-cloud-foundation {
  background-color: var(--background-color--background-navy-blue);
}

.section_services_client-stories.is-edge-computing {
  background-color: var(--background-color--background-secondary);
}

.section_services_client-stories.is-app-modern {
  background-color: var(--background-color--background-gold-light);
}

.section_services_client-stories.is-devops {
  background-color: var(--background-color--background-indigo-light);
}

.section_services_client-stories.is-ai-data {
  background-color: var(--background-color--background-primary);
}

.section_services_other, .section_services_cta {
  z-index: 1;
  position: relative;
}

.services_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.header_content-left {
  z-index: 2;
  position: relative;
}

.services_header_content-right {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.services_header_image-wrapper {
  position: relative;
}

.services_header_background-image {
  z-index: -1;
  pointer-events: none;
  width: 127.5rem;
  max-width: none;
  position: absolute;
  top: -3.7rem;
  bottom: auto;
  right: -26.5rem;
}

.services_header_background-image.is-application-dev {
  top: 5rem;
}

.services_header_background-image.is-cloud-foundation {
  width: 130rem;
  top: -14.3rem;
  right: -36.5rem;
}

.services_header_background-image.is-edge-computing {
  top: 8.7rem;
  right: -19.9rem;
}

.services_header_background-image.is-app-modern {
  width: 130rem;
  top: -17.4rem;
  right: -30.4rem;
}

.services_header_background-image.is-devops, .services_header_background-image.is-ai-data {
  width: 125rem;
  top: -5.9rem;
  right: -21.2rem;
}

.services_header_background-image.is-edge-plat-orange {
  top: 3.3rem;
}

.services_header_background-image.is-edge-plat-midnight {
  top: 2.3rem;
  right: -28.5rem;
}

.services_header_background-image.is-edge-home {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100rem;
  inset: -20.6rem auto;
  transform: rotate(0);
}

.services_features_component {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.services_features_content-top {
  z-index: 1;
  width: 100%;
  max-width: 47.1875rem;
  position: relative;
}

.services_features_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.services_heading-style-h3 {
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 1.2;
}

.services_features_item-heading {
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.services_features_item-content {
  max-width: 20rem;
}

.services_features_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.line-divider_brand-white {
  background-color: var(--background-color--background-alternate);
  width: 100%;
  padding-top: .0625rem;
}

.services_client-stories_component {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.services_client-stories_heading {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.services_client-stories_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.services_client-stories_background-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.services_other_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services_other_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.services_other_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-right: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: minmax(83px, .25fr) 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 5%;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
  position: relative;
}

.services_other_item:hover {
  background-color: #ffffff1a;
}

.services_other_item.is-top {
  border-bottom: 1px solid #ffffff1a;
}

.services_other_item.is-top.left, .services_other_item.is-bottom-left {
  border-left: 1px solid #ffffff1a;
}

.services_other_item_icon-wrapper {
  min-width: 5.625rem;
}

.services_other_heading {
  font-size: 2.5rem;
}

.services_cta_component {
  max-width: 48rem;
  position: relative;
}

.services_cta_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.product-strategy_services_cta_background-image {
  position: absolute;
  top: -31%;
  left: 83%;
  right: auto;
}

.gradient-top_services {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-size: auto;
}

.gradient-top_services.is-product-strategy {
  background-image: url('../images/Grain-Texture.png'), url('../images/Product-Strategy-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_services.is-application-dev {
  background-image: url('../images/Grain-Texture.png'), url('../images/Application-Dev-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_services.is-cloud-foundation {
  background-image: url('../images/Grain-Texture.png'), url('../images/Clound-Foundation-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_services.is-edge-computing {
  background-image: url('../images/Grain-Texture.png'), url('../images/Edge-Computing-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_services.is-app-modern {
  background-image: url('../images/Grain-Texture.png'), url('../images/App-Modern-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_services.is-devops {
  background-image: url('../images/Grain-Texture.png'), url('../images/DevOps-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_services.is-ai-data {
  background-image: url('../images/Grain-Texture.png'), url('../images/AI-Data-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-bottom_services {
  background-image: url('../images/Grain-Texture.png'), url('../images/Services-Gradient-Bottom_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.application-dev_services_cta_background-image, .cloud-foundation_services_cta_background-image, .edge-computing_services_cta_background-image {
  position: absolute;
  top: -20%;
  left: 83%;
  right: auto;
}

.app-modern_services_cta_background-image {
  position: absolute;
  top: -20%;
  left: 71%;
  right: auto;
}

.devops_services_cta_background-image {
  position: absolute;
  top: -10%;
  left: 71%;
  right: auto;
}

.ai-data_services_cta_background-image {
  position: absolute;
  top: -10%;
  left: 78%;
  right: auto;
}

.gradient-top_accelerators {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-size: auto;
}

.gradient-top_accelerators.is-dev-optimization {
  background-image: url('../images/Grain-Texture.png'), url('../images/Dev-Optimization-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_accelerators.is-artisan-launchpad {
  background-image: url('../images/Grain-Texture.png'), url('../images/Artisan-Launchpad-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_accelerators.is-challenge {
  background-image: url('../images/Grain-Texture.png'), url('../images/Challenge24-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

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

.accelerators_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.accelerators_header_content-left {
  z-index: 2;
  position: relative;
}

.accelerators_header_content-right {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.accelerators_header_image-wrapper {
  position: relative;
}

.accelerators_header_background-image {
  z-index: -1;
  pointer-events: none;
  width: 127.5rem;
  max-width: none;
  position: absolute;
  top: -3.7rem;
  bottom: auto;
  right: -26.5rem;
}

.accelerators_header_background-image.is-dev-optimization {
  width: 168.125rem;
  top: -71rem;
  right: -69rem;
}

.accelerators_header_background-image.is-artisan-launchpad {
  filter: brightness(120%);
  width: 122.25rem;
  top: -43.3rem;
  right: -70.5rem;
}

.accelerators_header_background-image.is-challenge {
  width: 168.125rem;
  top: -55.5rem;
  bottom: 4px;
  right: -59rem;
}

.section_accelerators_statement, .section_accelerators_features {
  z-index: 1;
  position: relative;
}

.accelerators_statement_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.accelerators_statement_content-left {
  width: 100%;
  max-width: 47.1875rem;
}

.accelerators_statement_content-right {
  border-left: 1px solid var(--border-color--border-primary);
  padding-left: 2rem;
  padding-right: 2rem;
}

.accelerators_features_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.accelerators_features_content-right {
  padding-left: 2rem;
  padding-right: 2rem;
}

.accelerators_features_content-top {
  text-align: center;
  width: 100%;
  max-width: 47.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.accelerators_features_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.accelerators_features_list.is-stacked {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  max-width: none;
}

.accelerators_features_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overflow-wrap: normal;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.accelerators_features_item-content {
  max-width: 20rem;
}

.accelerators_features_component {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.accelerators_heading-style-h3 {
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 1.2;
}

.accelerators_features_content-left {
  width: 100%;
  max-width: 47.1875rem;
}

.accelerators_dash_image-wrapper {
  position: relative;
}

.accelerators_dash_image {
  object-fit: fill;
  object-position: 100% 50%;
  width: 100vw;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.section_accelerators_client-stories {
  z-index: 1;
  position: relative;
}

.accelerators_client-stories_component {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.accelerators_client-stories_heading {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.accelerators_client-stories_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.accelerators_client-stories_background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.gradient-bottom_accelerators {
  background-image: url('../images/Grain-Texture.png'), url('../images/Accelerators-Gradient-Bottom_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

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

.accelerators_cta_component {
  max-width: 48rem;
  position: relative;
}

.accelerators_cta_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.dev-optimization_accelerators_cta_background-image {
  position: absolute;
  top: -10%;
  left: 72%;
  right: auto;
}

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

.accelerators_features_item-heading {
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.artisan-launchpad_accelerators_cta_background-image {
  position: absolute;
  top: -19%;
  left: 66%;
  right: auto;
}

.challenge_accelerators_cta_background-image {
  position: absolute;
  top: -10%;
  left: 63%;
  right: auto;
}

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

.careers_waves_image-wrapper {
  position: relative;
}

.careers_waves_image {
  object-position: 100% 50%;
  width: 100vw;
}

.section_careers_header {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-size: auto;
}

.gradient-top_careers {
  background-image: url('../images/Grain-Texture.png'), linear-gradient(#333447, #33344700 15%), url('../images/Careers-Gradient-Top_1.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, 100% 100%;
}

.careers_waves_grain {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.careers_why-artisan_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.why-artisan_list {
  grid-column-gap: 7.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.why-artisan_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_careers_client-stories {
  z-index: 1;
  position: relative;
}

.careers_client-stories_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.careers_client-stories_background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.careers_benefits_component {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.careers_benefits_list {
  background-color: #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4.5rem;
  display: flex;
}

.careers_benefits_list-item-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.careers_benefits_list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers_benefits_image-wrapper {
  flex: 0 auto;
}

.careers_benefits_image {
  width: 7.5rem;
}

.careers_client-stories_heading {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.success-message {
  background-color: #edebe71a;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.gradient-top_contact {
  background-image: url('../images/Grain-Texture.png'), url('../images/Contact-Gradient_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.contact_component {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_background-image-wrapper {
  position: relative;
}

.contact_background-image {
  width: 100vw;
}

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

.section_about_waves {
  z-index: 0;
  margin-top: -7rem;
  margin-bottom: -12rem;
  position: relative;
}

.about_waves_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about_waves_image {
  object-position: 50% 50%;
  width: 100vw;
}

.gradient-top_about {
  background-image: url('../images/Grain-Texture.png'), url('../images/About-Gradient-Top_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-bottom_about {
  background-image: url('../images/Grain-Texture.png'), url('../images/About-Gradient-Bottom_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.about_core-values_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.core-values_list {
  grid-column-gap: 7.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.core-values_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.about_cta_component {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.about_cta_content-wrapper {
  text-align: center;
  background-color: #ffffff1a;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 4.5rem;
  display: flex;
}

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

.section_about_statement.is-background-red {
  background-color: var(--background-color--background-red);
}

.about_statement_component {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.about_statement_heading {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.team_image {
  aspect-ratio: 320 / 360;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team_list {
  grid-column-gap: 4.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.team_item_modal-button {
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
}

.about_team_paragraph-wrapper {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.about_statement_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.about_statement_background-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.about_cta_logos {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.about_cta_logo {
  height: 7.5rem;
}

.gradient-top_blog {
  background-image: url('../images/Blog-Gradient_1.webp'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
}

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

.section_blog_waves {
  z-index: 0;
  margin-top: -4rem;
  margin-bottom: -4rem;
  position: relative;
  overflow: hidden;
}

.blog_waves_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog_waves_image {
  object-position: 100% 50%;
  width: 100vw;
}

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

.blog_content {
  grid-column-gap: 7.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog_content-left {
  background-color: #edebe70d;
  padding: 2.5rem 2.5rem 1rem;
  position: sticky;
  top: 6rem;
}

.blog_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.blog_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-transparent);
  background-color: #edebe708;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.blog_item-link:hover {
  border-color: var(--border-color--border-brown);
  background-color: #edebe726;
}

.blog_image-wrapper {
  flex: 1 0 45%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog_image {
  aspect-ratio: 320 / 260;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: .625rem;
  left: .625rem;
}

.blog_tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--true-black);
  text-transform: uppercase;
  background-color: #edebe7e6;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.blog_tag.w--current {
  border-bottom: 2px solid var(--base-color-neutral--true-black);
}

.blog_filter_radio-field {
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 0;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.blog_filter_radio-field:hover {
  color: var(--text-color--text-gold);
}

.blog_filter_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.blog_filter_radio-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #0000;
}

.blog_filter_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.blog_filter_radio-label {
  z-index: 1;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: .875rem;
  font-weight: 600;
  position: relative;
}

.blog_filter_reset-button {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 0;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.blog_filter_reset-button:hover {
  color: var(--text-color--text-gold);
}

.blog_filter_search-input {
  background-color: var(--background-color--background-transparent);
  color: var(--text-color--text-alternate);
  border: 0 solid #000;
  margin: 0;
  padding-top: .75rem;
  font-size: 1rem;
}

.blog_filter_search-input::placeholder {
  color: var(--text-color--text-alternate);
}

.blog_filter_search-wrapper {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .875rem;
  display: flex;
}

.blog_pagination_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
}

.section_client-stories_waves {
  z-index: 0;
  margin-top: -4rem;
  margin-bottom: -4rem;
  position: relative;
  overflow: hidden;
}

.client-stories_waves_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.client-stories_waves_image {
  object-position: 100% 50%;
  width: 100vw;
}

.gradient-top_client-stories {
  background-image: url('../images/Client-Stories-Gradient_1.webp');
  background-position: 50% 0;
  background-size: 100% 100%;
}

.section_client-stories_header, .section_client-stories {
  z-index: 1;
  position: relative;
}

.client-stories_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.client-stories_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.client-stories_item-link {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-transparent);
  background-color: #edebe708;
  grid-template-rows: auto;
  grid-template-columns: .36fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: grid;
}

.client-stories_item-link:hover {
  border-color: var(--border-color--border-brown);
  background-color: #edebe726;
}

.client-stories_image-wrapper {
  flex: 1 0 45%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.client-stories_image {
  aspect-ratio: 320 / 260;
  object-fit: cover;
  width: 100%;
  max-width: 20rem;
  height: 100%;
  max-height: 12.5rem;
}

.client-stories_item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.client-stories_pagination_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
}

.gradient-top_blur {
  background-color: var(--background-color--background-transparent);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  position: fixed;
  inset: 0% 0% -10%;
}

.client-stories_grain-texture {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.gradient-top_podcast {
  background-image: url('../images/Podcasts-Gradient_1.webp');
  background-position: 50% 0;
  background-size: 100% 100%;
}

.podcast_grain-texture {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

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

.section_podcast_waves {
  z-index: 0;
  margin-top: -7rem;
  margin-bottom: -2rem;
  position: relative;
  overflow: hidden;
}

.podcast_waves_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.podcast_waves_image {
  object-position: 100% 50%;
  width: 100vw;
}

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

.podcast_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
}

.podcast_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.podcast_item-link {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-transparent);
  background-color: #edebe708;
  grid-template-rows: auto;
  grid-template-columns: .36fr 1fr .36fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem 2.5rem;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.podcast_item-link:hover {
  border-color: var(--border-color--border-brown);
  background-color: #edebe726;
}

.podcast_image-wrapper {
  flex: 1;
  width: 100%;
  min-width: 10rem;
  max-width: 10rem;
  height: 100%;
  min-height: 10rem;
  position: relative;
  overflow: hidden;
}

.podcast_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100rem;
}

.podcast_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.podcast_pagination_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
}

.podcast_item_button-wrapper.is-display-desktop {
  display: block;
}

.podcast_item-content_button-wrapper.is-display-tablet {
  display: none;
}

.section_podcast_voices {
  z-index: 1;
  background-color: var(--background-color--background-indigo-light);
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.podcast_voices_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.podcast_voices_background-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.podcast_voices_component {
  text-align: center;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.podcast_voices_hosts-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.podcast_voices_hosts-content {
  pointer-events: none;
  flex-flow: column;
  padding: 1.5rem;
  transition: background-color .3s;
  display: flex;
}

.voices_host_image-wrapper {
  max-width: 25rem;
}

.voices_host_link {
  color: var(--text-color--text-gold);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: underline;
}

.podcast_voices_listen-wrapper {
  background-color: #3a457680;
  justify-content: center;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 1.875rem;
  display: flex;
}

.podcast_voices_listen-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.podcast_voices_listen_platform-icon {
  height: 3rem;
}

.podcast_voices_listen_platform-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.arrival-intel_products_cta_background-image-wrapper {
  z-index: -1;
  position: relative;
}

.home_why-us_image-slider-nav {
  display: none;
}

.home_services_scrollspy-image {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.home_why-us_image-slider-mask {
  height: auto;
}

.home_client-stories_modal-1_close {
  cursor: pointer;
  background-color: #edebe7;
  padding: .8rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home_client-stories_modal-1_close:focus-visible, .home_client-stories_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.home_why-us_image-slider-arrow {
  display: none;
}

.heading-style-xl {
  font-size: 6.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.home_client-stories_main-heading-sup {
  font-size: 40%;
  display: none;
}

.home_client-stories_modal-1_tabs-outer, .width-100-percent {
  width: 100%;
}

.tooltip-wrapper {
  color: #231f20;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  min-width: 300px;
  max-width: 300px;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.home_client-stories_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #231f20;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: block;
  position: relative;
}

.home_client-stories_modal-1_tabs-pane {
  padding: 4rem;
}

.home_client-stories_modal-1_tabs-pane.gradient-top_client-stories-single {
  color: var(--text-color--text-primary);
}

.tooltip-trigger {
  padding: 0;
  display: inline;
}

.section_home_client-stories-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home_why-us_ceo-letter_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.home_services_bottom-cta {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.home_client-stories_modal-1_cover {
  position: absolute;
  inset: 0%;
}

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

.home_why-us_image-slider-image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.home_why-us_image-slider-image.is-alternate {
  aspect-ratio: 1;
}

.home_why-us_image-slider-image.is-custom-1 {
  object-position: 50% 9%;
}

.tooltip-partner-content {
  flex-flow: row;
  align-items: flex-start;
  display: inline;
}

.tooltip-component {
  flex-flow: wrap;
  align-items: flex-start;
}

.tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: inline;
  position: relative;
  inset: 0%;
}

.tooltip-dropdown.display-none {
  display: none;
}

.home_client-stories_modal-1_tabs-menu {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.home_why-us_ceo-letter_signature {
  width: 100%;
  max-width: 300px;
  margin-bottom: -1.7rem;
  margin-left: -1.7rem;
  display: inline-block;
}

.home_mission-statement_background-image {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: -8%;
}

.home_services_scrollspy-content.is-secondary {
  padding-top: 6.25rem;
}

.home_why-us_ceo-letter_attribution {
  padding-top: 4rem;
}

.tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.tooltip-anchor.top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 1.75rem;
  inset: auto 0% 100%;
}

.tooltip-anchor.top.w--open {
  display: flex;
}

.home_mission-statement_background-image-wrapper {
  z-index: -1;
  opacity: .1;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home_client-stories-grid-bg {
  z-index: 0;
  background-color: #f9c718;
  position: absolute;
  inset: 0%;
}

.home_client-stories-grid-bg.is-2 {
  background-color: #edebe7;
}

.home_services_main-heading {
  padding-right: 10%;
}

.home_why-us_image-slider-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-left: 25%;
  display: flex;
}

.home_client-stories_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.bottom {
  top: auto;
  bottom: -7px;
}

.home_client-stories_modal-1_button-inner {
  width: 100%;
  max-width: 48rem;
  padding: 2.5rem;
}

.home_hero_component {
  flex-flow: column;
  display: flex;
}

.heading-style-text {
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
}

.heading-style-text.is-custom-1 {
  color: #edebe7b3;
  text-transform: uppercase;
}

.heading-style-text.is-custom-2 {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
}

.home_client-stories_modal-1_tabs-content {
  background-color: var(--background-color--background-primary);
}

.home_client-stories_modal-1_button {
  color: #edebe7;
  cursor: pointer;
  min-height: 50vh;
  padding: 1rem;
  position: relative;
}

.home_client-stories_modal-1_button:focus-visible, .home_client-stories_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.home_client-stories_modal-1_popup {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding: 10vh 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.home_client-stories-grid-item {
  z-index: 1;
  position: relative;
}

.home_client-stories_modal-1_button-bg {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_art_copy {
  padding-right: 15%;
}

.home_services_scrollspy-nav-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-top: 1px solid var(--base-color-brand--brand-white);
  opacity: .3;
  flex-flow: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: opacity .45s;
  display: flex;
}

.home_services_scrollspy-nav-link.w--current {
  opacity: 1;
}

.home_client-stories_main-heading {
  padding-right: 10%;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 1.2rem;
  position: relative;
}

.home_services_bottom-cta_component {
  max-width: 46rem;
}

.home_hero_content-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_services_scrollspy-nav {
  margin-top: 6.25rem;
  padding-left: 0;
  list-style-type: none;
  position: sticky;
  top: 6.25rem;
}

.home_client-stories_modal-1_tabs-link {
  background-color: #c8c8c8;
}

.home_client-stories_modal-1_tabs-link.w--current {
  background-color: #edebe7;
}

.section_home_mission-statement {
  z-index: 1;
  position: relative;
}

.home_why-us_image-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.home_client-stories_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 0;
  display: block;
}

.gradient-top_home {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-size: auto;
}

.gradient-top_home.is-hero-art {
  background-image: url('../images/Grain-Texture.png'), url('../images/home-hero-gradient-1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.gradient-top_home.is-services {
  background-image: url('../images/Grain-Texture.png'), url('../images/home-gradient-1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.home_why-us_ceo-letter_footer {
  padding-right: 15%;
}

.tooltip-trigger-inner {
  border-bottom: 1px #edebe7;
  text-decoration: none;
}

.client-stories_testimonial_background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.client-stories_testimonial_attr {
  color: #f9c718;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
}

.client-stories-single_main-scrollspy-nav {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.section_client-stories-single_featured-image {
  padding-bottom: 4rem;
  position: relative;
}

.gradient-top_client-stories-single {
  background-image: url('../images/Grain-Texture.png'), url('../images/client-stories-single-gradient.png');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.client-stories_testimonial_component {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.client-stories-single_main-scrollspy-button {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.client-stories-single_main-scrollspy-button:hover, .client-stories-single_main-scrollspy-button.w--current {
  color: #f9c718;
}

.client-stories-single_main-scrollspy {
  position: sticky;
  top: 6.25rem;
}

.client-stories-single_featured-image-overlay-1 {
  width: 33vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.client-stories_testimonial_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.client-stories-single_featured-image-overlay-2 {
  width: 33vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, -8rem);
}

.client-stories-single_main-scrollspy-li {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.section_client-stories_testimonial {
  z-index: 1;
  position: relative;
}

.client-stories-single_featured-image {
  aspect-ratio: 2.39;
  opacity: .9;
  object-fit: cover;
  width: 100%;
  display: block;
}

.section_client-stories-single_header {
  z-index: 1;
  position: relative;
}

.client-stories-single_main-rich-text {
  width: 100%;
}

.client-stories-single_main-rich-text h1, .client-stories-single_main-rich-text h2, .client-stories-single_main-rich-text h3, .client-stories-single_main-rich-text h4, .client-stories-single_main-rich-text h5, .client-stories-single_main-rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.navbar_component {
  z-index: 1001;
  background-color: var(--background-color--background-transparent);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_container.is-display-tablet {
  display: none;
}

.navbar_menu {
  background-color: var(--background-color--background-transparent);
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar_menu-dropdown {
  position: static;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar_dropdown-list.w--open {
  background-color: var(--background-color--background-primary);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar_dropdown-content_grid-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  padding: 4rem 0;
  display: grid;
}

.navbar_dropdown-column {
  border-right: 1px solid #edebe780;
}

.navbar_dropdown-column.is-last-border {
  border-right-width: 0;
}

.navbar_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .25rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar_icon-holder {
  flex: none;
}

.navbar_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar_dropdown-content-right {
  flex: 1;
  max-width: 14rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar_dropdown-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar_dropdown-content-wrapper.z-index-1 {
  grid-template-rows: max-content;
  grid-auto-rows: max-content;
  display: block;
}

.navbar_dropdown-link-small {
  font-size: 1rem;
  text-decoration: none;
}

.navbar_dropdown-background-layer {
  border-left: 1px solid #edebe780;
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.navbar_menu-right.display-desktop-only {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_button-wrapper.is-tablet {
  display: none;
}

.navbar_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
}

.navbar_dropdown-content_wrapper {
  flex: 1;
}

.navbar_dropdown-column_heading {
  color: var(--text-color--text-secondary);
  text-transform: uppercase;
}

.navbar_dropdown-content_column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar_dropdown-content_column.is-right {
  padding-left: 2rem;
}

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

.line-divider_full-width {
  background-color: var(--background-color--background-alternate);
  width: 100%;
  padding-top: .0625rem;
}

.intel-ordering_products_cta_background-image-wrapper {
  z-index: -1;
  position: relative;
}

.gsap_animation-spacer {
  z-index: 5;
  min-height: 85vh;
  position: relative;
}

.gsap_animation-spacer.is-accelerators {
  min-height: auto;
}

.navbar_tablet-button_wrapper {
  display: none;
}

.video_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.video_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video_lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.careers_client-stories_slider {
  background-color: var(--background-color--background-transparent);
  height: auto;
  padding-bottom: 4rem;
}

.careers_client-stories_slide-content {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.careers_client-stories_clider-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: 50% 50% auto auto;
  transform: translate(50%, -50%);
}

.gradient-top_blog-post {
  background-image: url('../images/Grain-Texture.png'), url('../images/Blog-Post-Gradient-Background.png');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.section_blog-post-header {
  position: relative;
  overflow: hidden;
}

.blog-post-header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post-header_content-wrapper {
  z-index: 1;
  position: relative;
}

.blog-post-header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-header_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog-post-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header_heading-wrapper {
  background-image: linear-gradient(90deg, #3a4576cc, #3a45761a);
  padding: 1.5rem;
}

.blog-post-header_background-image-wrapper {
  opacity: .3;
  pointer-events: none;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.section_blog-slider {
  z-index: 1;
  background-color: var(--base-color-brand--navy-blue);
  position: relative;
  overflow: hidden;
}

.blog-post_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 20rem;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.blog-post_sidebar {
  background-color: #edebe70d;
  flex-direction: column;
  width: 100%;
  margin-left: 12rem;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.content28_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content28_link-wrapper {
  overflow: hidden;
}

.content28_link-wrapper.is-h3, .content28_link-wrapper.is-h4, .content28_link-wrapper.is-h5, .content28_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.content28_link {
  text-transform: uppercase;
  width: 100%;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.content28_link:hover {
  color: var(--text-color--text-gold);
}

.content28_link.w--current {
  color: var(--text-color--text-gold);
  font-weight: 600;
}

.content28_link.is-h3.w--current, .content28_link.is-h4.w--current, .content28_link.is-h5, .content28_link.is-h6.w--current {
  background-color: #0000;
}

.blog-post_rich-text {
  width: 100%;
}

.blog-post_rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.blog-post_rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.blog-post_rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.blog-post_rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.blog-post_rich-text h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.blog-post_rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-weight: 500;
}

.blog-post_rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-post_rich-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-post_rich-text li {
  margin-top: .45rem;
  margin-bottom: .45rem;
}

.fs-toc_h-trigger {
  display: none;
}

.blog-slider_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: flex;
}

.blog-slider_content-left {
  border-right: 1px solid #fff;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
}

.blog-slider_content-right {
  flex: 1;
  max-width: 53rem;
}

.blog-slider_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.blog-slider_item {
  max-width: 53rem;
}

.blog-slider_heading {
  font-size: 2.5rem;
  display: inline;
}

.section_blog-post_hidden-content {
  display: none;
  overflow: hidden;
}

.blog-slider_slider {
  background-color: var(--background-color--background-transparent);
  min-width: 53rem;
  max-width: 53rem;
  height: auto;
}

.blog-slider_nav {
  display: none;
}

.blog-slider_slider-icon-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.blog-slider_arrow-left {
  left: -4rem;
  overflow: visible;
}

.blog-slider_slider-icon-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 50% 50% auto auto;
  transform: translate(50%, -50%);
}

.blog-slider_empty-state-text {
  display: inline;
}

.blog-slider_empty-state {
  background-color: var(--base-color-brand--red);
}

.blog-slider_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.blog-slider_background-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.blog-slider_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-transparent);
  background-color: #edebe708;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.blog-slider_item-link:hover {
  border-color: var(--border-color--border-brown);
  background-color: #edebe726;
}

.blog-slider_arrow-right {
  right: -4rem;
  overflow: visible;
}

.home_services_scrollspy-content_services-inner_list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.home_services_scrollspy-content_services-inner_list-item:hover {
  background-color: #edebe71a;
}

.home_hero_video-wrapper {
  width: 43%;
  position: absolute;
  top: 5.75rem;
  left: 50%;
  transform: translate(-50%);
}

.home_services_scrollspy-content_services-outer {
  border: 1px solid #edebe733;
  border-top-color: #edebe74d;
  padding: 1.5rem;
}

.home_hero_content-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tooltip-copy {
  font-weight: 500;
  position: relative;
}

.home_hero_content-right_component {
  opacity: 0;
  border: 1px solid #edebe74d;
  width: 23%;
  padding: 1rem;
  position: relative;
}

.work_pillar-feature_content-left {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.work_pillar-feature_content-right_block-1_text-wrapper {
  width: 70%;
}

.work_pillar-feature_content-right_block-2 {
  cursor: pointer;
  background-image: linear-gradient(#000c, #000c), url('../images/press.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 1rem;
  text-decoration: none;
}

.work_pillar-feature_content-right_block-2.is-2 {
  background-image: linear-gradient(#000c, #000c), url('../images/66e357e5af9c13e461d95374_Pixels-01.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.work_pillar-feature_content-right_block-2.is-3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/qsr_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.work_pillars_top-copy-wrapper {
  padding-left: 8%;
  padding-right: 8%;
}

.work_pillar-feature_content-right_block-1_icon-2 {
  width: 8.75rem;
}

.work_pillar-feature_content-right_block-2-top-tag {
  color: #231f20;
  background-color: #edebe7;
  padding: .5rem 1.5rem;
}

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

.work_pillar-feature_content-right_block-2-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.line-divider_brand-white-2 {
  background-color: #edebe7;
  width: 100%;
  padding-top: .0625rem;
}

.section_work_pillar-feature {
  transition: opacity .2s;
  position: relative;
}

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

.work_pillar-feature_content-right_block-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #edebe726;
  justify-content: flex-start;
  align-items: center;
  padding: 3.75rem;
  display: flex;
}

.work_pillar-feature_content-right_block-1_icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.work_pillar-feature_content-right_block-1_icon-1 {
  width: 6rem;
}

.work_background-image {
  display: block;
  position: absolute;
  inset: 6.25rem 0% 0% auto;
}

.work_pillar-feature_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-opacity-100 {
  opacity: 1;
}

.work_pillar-feature_divider {
  background-color: #edebe7;
  width: 1px;
  height: 100%;
}

.work_pillar-feature_content-right_block-2-top {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

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

.work_pillars_component {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

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

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

.press_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.press_item.is-secondary {
  width: 100%;
  height: 100%;
}

.press_item-link {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-transparent);
  background-color: #edebe708;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.press_item-link:hover {
  border-color: var(--border-color--border-brown);
  background-color: #edebe726;
}

.press_item-link.is-secondary {
  width: 100%;
  height: 100%;
}

.press_image-wrapper {
  flex: 1 0 50%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.press_image-wrapper.is-featured {
  flex-basis: 66.66%;
}

.press_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 0;
}

.press_tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color--background-primary);
  color: var(--base-color-neutral--true-black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.25rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.press_tag.w--current {
  border-bottom: 2px solid var(--base-color-neutral--true-black);
}

.press_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.press_image.is-secondary {
  aspect-ratio: 4 / 3;
}

.press_item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.press_logo {
  max-height: 4rem;
}

.skip-link {
  z-index: 1001;
  color: #0058ea;
  background-color: #efefef;
  align-items: center;
  height: 50px;
  margin-top: -50px;
  padding: 10px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.skip-link:focus-visible, .skip-link[data-wf-focus-visible] {
  outline-offset: -3px;
  outline: 3px solid #0058ea;
  margin-top: 0;
}

.skip-link.w--current {
  z-index: 1100;
}

.gradient-top_podcast-post {
  background-image: url('../images/Podcast-Single-Gradient_1.webp');
  background-position: 50% 0;
  background-size: 100% 100%;
}

.podcast-post_grain-texture {
  background-image: url('../images/Grain-Texture.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.section_podcast-post_header {
  z-index: 1;
  position: relative;
}

.podcast-post_waves_image-wrapper {
  z-index: 1;
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 17% auto auto 50%;
  transform: translate(-50%);
}

.podcast-post_waves_image {
  object-position: 50% 50%;
  width: 100vw;
}

.section_podcast-post {
  z-index: 1;
  position: relative;
}

.podcast-post_rich-text p {
  font-size: 1.125rem;
  font-weight: 500;
}

.podcast-post_episode-wrapper {
  background-color: var(--background-color--background-primary);
  padding: 1.5rem 1.5rem 1rem 1rem;
}

.podcast-post_header {
  z-index: 2;
  width: 100%;
  max-width: 48rem;
  position: relative;
}

.section_press_waves {
  z-index: 0;
  margin-top: -30rem;
  margin-bottom: -3rem;
  position: relative;
  overflow: visible;
}

.press_waves_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.press_waves_image {
  object-position: 100% 50%;
  width: 100vw;
  overflow: visible;
}

.logo1_logo-2 {
  opacity: .6;
  min-height: 3rem;
  max-height: 5rem;
}

.logo1_logo-2:hover {
  opacity: 1;
}

.logo1_logo-2.is-wired {
  min-height: 2.8rem;
}

.logo1_logo-2.is-aws {
  min-height: 4rem;
  max-height: 6rem;
}

.logo1_logo-2.is-forbes {
  opacity: .5;
  min-height: 2.8rem;
}

.logo1_logo-2.is-fortune {
  min-height: 2.1rem;
}

.logo1_logo-2.is-vercel {
  max-width: 10rem;
  min-height: 3rem;
}

.logo1_logo-2.is-cerbrec {
  width: auto;
  min-height: 2rem;
  max-height: 2.5rem;
}

.test-block {
  background-color: var(--base-color-neutral--true-white);
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.products_modal_close-icon {
  width: 1rem;
  height: 1rem;
}

.products_modal_close {
  background-color: var(--background-color--background-transparent);
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.products_modal_close:focus-visible, .products_modal_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.products_modal_description {
  margin-bottom: 0;
}

.products_modal_description.text-size-medium {
  text-align: left;
}

.products_modal_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.products_modal_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.products_modal_image {
  object-fit: cover;
  width: 5rem;
}

.products_modal_wrapper {
  z-index: 999;
  background-color: var(--background-color--background-primary);
  background-image: url('../images/Contact-Gradient_1.webp');
  background-position: 50% 0;
  background-size: 100% 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 48rem;
  position: relative;
}

.products_modal_wrapper.is-edge {
  background-color: var(--base-color-brand--indigo-light);
  color: var(--text-color--text-primary);
  background-image: none;
}

.products_modal_cover {
  position: absolute;
  inset: 0%;
}

.products_modal_popup {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #231f2080;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 15vh 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.products_modal_popup.is-edit {
  display: flex;
}

.products_modal_button {
  cursor: pointer;
}

.products_modal_button:focus-visible, .products_modal_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.products_modal_button.button {
  justify-content: center;
  align-items: center;
  width: auto;
}

.products_modal_button.button.is-edge {
  background-color: var(--button-color--button-navy-blue-light);
  color: var(--base-color-brand--brand-white);
}

.products_modal_button.button.is-edge:hover {
  background-color: var(--background-color--background-indigo-light);
}

.products_modal_button.button.is-edge.button-fixed-width {
  width: 180px;
}

.products_modal_button.button.lengthen-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.products_modal_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.products_modal_component.is-flex {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.products_modal_component.block {
  display: block;
}

.products_modal_heading-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  opacity: .8;
}

.gradient-top_legal {
  background-image: url('../images/Grain-Texture.png'), url('../images/Contact-Gradient_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.home_services_scrollspy-content_services-inner {
  padding: 1.25rem 1.5rem 1.5rem;
}

.button-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #231f20;
  text-align: center;
  background-color: #f9c718;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-2:hover {
  background-color: #fadb6c;
}

.button-2.is-tertiary {
  color: #edebe7;
  background-color: #0000;
  border-color: #edebe7;
}

.button-2.is-tertiary:hover {
  background-color: #ffffff1a;
}

.products_slider {
  background-color: var(--background-color--background-transparent);
  height: auto;
}

.products_aws_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.products_aws_background-image {
  object-fit: cover;
  object-position: 50% 75%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.products_aws_list {
  font-size: 1.3rem;
  list-style-type: square;
}

.products_slider_nav {
  display: none;
  bottom: 1.5rem;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.products_video_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.products_video-short {
  position: relative;
}

.products_short {
  height: 0;
  padding-top: 177.77%;
  position: relative;
}

.external-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.stay_together {
  display: inline-block;
}

.products_video-short-cover {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.home_hero_paragraph-wrapper {
  width: 100%;
  max-width: 27rem;
}

.featured-press_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.section_work_pillar-feature-bg {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-alt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.fs-styleguide_header.padding-top-hero {
  background-color: var(--background-color--background-secondary);
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo-download-icon {
  height: 140px;
}

.logo-download-icon.mark-alt {
  width: auto;
  height: 122px;
}

.logo-download-icon.logotype {
  height: 22px;
}

.style-grid-logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.logo-download-wrap {
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.logo-download-wrap.dark {
  background-color: #333;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_section-header.is-mb-custom-1 {
  margin-bottom: 3rem;
}

.label {
  color: #2a7e6a;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}

.label.small {
  color: #000;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.4em;
}

.guide-heading {
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 30px;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.btn {
  color: #534741;
  text-align: center;
  background-color: #0000;
  border: 2px solid #534741;
  border-radius: 6.66667vw;
  padding: 12px 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  transition: all .35s;
}

.btn:hover {
  color: #f2f7f7;
  background-color: #534741;
}

.btn.is-notify {
  color: #fff;
  background-color: #818181;
  border-style: none;
  font-size: 16px;
}

.color-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.color-block:hover {
  box-shadow: 6px 8px 10px -4px #33333340;
}

.color-block.navy-light {
  background-color: var(--base-color-brand--navy-blue-light);
}

.color-block.brown {
  background-color: var(--base-color-brand--brown);
}

.color-block.black {
  border: 1px solid var(--base-color-brand--brand-white-70);
  background-color: var(--base-color-brand--brand-black);
}

.color-block.white {
  background-color: var(--base-color-brand--brand-white);
  border: 1px solid #dfdfdf;
}

.color-block.navy {
  background-color: var(--base-color-brand--navy-blue);
}

.color-block.red-light {
  background-color: var(--base-color-brand--red-light);
  box-shadow: 2px 2px 7px -2px #33333340;
}

.color-block.red {
  background-color: var(--base-color-brand--red);
  box-shadow: 2px 2px 7px -2px #33333340;
}

.color-block.orang-light {
  background-color: var(--base-color-brand--orange-light);
  box-shadow: 2px 2px 7px -2px #33333340;
}

.color-block.orange {
  background-color: var(--base-color-brand--orange);
  box-shadow: 2px 2px 7px -2px #33333340;
}

.color-block.gold-light {
  background-color: var(--base-color-brand--gold-light);
  box-shadow: 2px 2px 7px -2px #33333340;
}

.color-block.gold {
  background-color: var(--base-color-brand--gold);
  box-shadow: 2px 2px 7px -2px #33333340;
}

.color-block.indigo-light {
  background-color: var(--base-color-brand--indigo-light);
  box-shadow: 2px 2px 7px -2px #33333340;
}

.color-block.indigo {
  background-color: var(--base-color-brand--indigo);
  box-shadow: 2px 2px 7px -2px #33333340;
}

.visual-cue {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.style-grid-four-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-four-c.no-margin {
  width: 100%;
  margin-bottom: 0;
}

.style-guide-labels {
  color: #b3bdcb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.style-guide-labels.no-margin {
  margin-bottom: 0;
}

.style-grid-two-c-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.style-grid-two-c-2.no-margin {
  margin-bottom: 0;
}

.style-grid-two-c-2.no-margin.is-typo {
  width: 100%;
}

.download-links {
  margin-right: 15px;
}

.sideflex {
  flex-wrap: wrap;
  display: flex;
}

.text-size-custom-1 {
  font-size: 3rem;
}

.mansory-image {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 50px;
}

.photography-images {
  width: 100%;
  margin-bottom: 50px;
  display: block;
}

.brand-guide_nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-scroll_outer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: auto 3% 3.125rem auto;
  overflow: hidden;
}

.hero-scroll_inner {
  width: 2px;
  height: 5rem;
  position: relative;
}

.hero-scroll_page {
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.gradient-top_events {
  background-image: url('../images/Podcast-Single-Gradient_1.webp');
  background-position: 50% 0;
  background-size: 100% 100%;
}

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

.events_header {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.events_header_details-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #edebe726;
  flex-flow: column;
  padding: 2rem 2.5rem;
  display: flex;
}

.events_header_details-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.events_header_image-wrapper {
  width: 75%;
}

.events_header_image {
  max-width: 100%;
}

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

.hero-scroll_inner-text {
  transform-origin: 50%;
  color: var(--link-color--link-secondary);
  width: 20px;
  position: relative;
  transform: translate(0, -12px)rotate(-90deg);
}

.custom-edge-styles {
  width: 0;
  height: 0;
  max-height: 0;
}

.navbar_mark {
  color: var(--base-color-brand--brand-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.navbar_mark.variable-svg {
  transition: color .3s;
}

.navbar-word-mark {
  color: var(--base-color-brand--brand-white);
  width: 213px;
  height: 19px;
}

.navbar-word-mark.variable-svg {
  transition: color .3s;
}

.section_edge-home_header {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--base-color-brand--indigo-light) 5%, var(--base-color-brand--brand-white));
  position: relative;
  overflow: hidden;
}

.edge-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.edge-header_component.is-deployment {
  grid-template-columns: .5fr .6fr;
}

.edge-header_content-right {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.edge-header_image-wrapper {
  position: relative;
}

.section_edge-home_testimonial {
  z-index: 1;
  background-color: var(--base-color-brand--indigo-light);
  color: var(--base-color-brand--brand-white);
  position: relative;
  overflow: hidden;
}

.edge-home_animation_content {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: flex-start;
  height: 2.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.edge-home_animation_heading, .edge-home_animation_heading-right {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.edge-home_animation_heading-right-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.edge-home_features_scrollspy {
  margin-top: 8.5rem;
  margin-bottom: 5rem;
  padding-left: 0;
  list-style-type: none;
  position: sticky;
  top: 8.5rem;
}

.edge-home_features_scrollspy-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.edge-home_features_scrollspy-nav-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-top: 1px solid var(--base-color-brand--navy-blue-light);
  opacity: .3;
  flex-flow: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: opacity .45s;
  display: flex;
}

.edge-home_features_scrollspy-nav-link.w--current {
  opacity: 1;
}

.edge-home_features-content.is-secondary {
  padding-top: 8.5rem;
}

.edge-home_scrollspy-image {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.edge-home_seeknfind-wrapper {
  position: relative;
}

.edge-home_seeknfind-image {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.edge-home_seeknfind-reveal-image {
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.edge-home_seeknfind-trigger {
  z-index: 10;
  cursor: crosshair;
  position: absolute;
  inset: 0%;
}

.edge-home_seeknfind-reveal-wrapper {
  opacity: 0;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.edge-home_seeknfind-reveal-text {
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}

.section_edge-home_video {
  z-index: 1;
  position: relative;
}

.section_edge-home_benefits {
  overflow: hidden;
}

.max-width-medium-large {
  width: 100%;
  max-width: 40rem;
}

.edge-home_benefits_list {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.edge-home_benefits_item {
  background-color: var(--base-color-brand--navy-blue-light);
  backface-visibility: hidden;
  color: var(--base-color-neutral--true-white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16.5rem;
  padding: 2.25rem 1rem;
  display: flex;
  transform: perspective(2000px);
}

.edge-home_benefits_item.is-back {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1rem auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)perspective(2000px);
}

.edge-home_benefits-item-wrapper {
  perspective: 2000px;
  transform-style: preserve-3d;
  border: 1px solid #49507d4d;
  border-radius: 1rem;
  padding: 1rem;
  transform: none;
}

.edge-testimonial_component {
  text-align: center;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.edge-nav_component {
  z-index: 100;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 4.5rem 0% auto auto;
}

.edge-nav_container {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.edge-nav_logo-link {
  z-index: 2;
  color: var(--text-color--text-navy-blue-light);
  padding-left: 0;
}

.edge-nav_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  height: auto !important;
}

.edge-nav_menu {
  background-color: var(--button-color--button-navy-blue-light);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.5rem;
  padding-left: 4%;
  padding-right: 5%;
  transition-property: height;
  transition-duration: .5s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: auto;
  height: auto !important;
}

.edge-nav_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.edge-nav_links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 50rem;
}

.edge-nav_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.edge-nav_link.w--current {
  color: #000;
}

.edge-nav_menu-button {
  z-index: 1;
  padding: 0;
}

.edge-nav_menu-button.w--open {
  background-color: #0000;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  background-color: var(--text-color--text-gold);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  background-color: var(--text-color--text-gold);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--text-color--text-gold);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_line-bottom {
  background-color: var(--text-color--text-gold);
  width: 24px;
  height: 2px;
}

.login-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border-color--border-transparent) var(--base-color-neutral--transparent) var(--base-color-neutral--transparent);
  background-color: var(--button-color--button-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.login-button:hover {
  background-color: var(--background-color--background-gold-light);
}

.edge-aoo_feature_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.edge-feature_image {
  width: 100%;
  display: block;
}

.edge-feature_image.white-border {
  border: 1px solid var(--base-color-neutral--true-white);
}

.edge-aoo_feature-3_heading-wrapper {
  max-width: 48rem;
}

.edge-ops-values_list {
  grid-column-gap: 7.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.edge-ops-values_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_edge_testimonial {
  z-index: 1;
  background-color: var(--base-color-brand--indigo-light);
  color: var(--base-color-brand--brand-white);
  position: relative;
  overflow: hidden;
}

.edge_testimonial_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.edge_testimonial_background-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.edge-2-col_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.edge-2-col_row {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.edge-2-col_image {
  width: 100%;
}

.edge_feature-layout_content {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.edge_feature-layout_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.edge_feature-layout_image {
  width: 100%;
}

.section_edge-home_background {
  overflow: hidden;
}

.edge-home_background-image-wrapper {
  position: relative;
}

.edge-home_background-image {
  width: 100vw;
}

.section_edge_cta {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.edge-4-col_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.edge-4-col_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sub-navbar_button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border-color--border-transparent) var(--base-color-neutral--transparent) var(--base-color-neutral--transparent);
  background-color: var(--button-color--button-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.sub-navbar_button:hover {
  background-color: var(--background-color--background-gold-light);
}

.sub-navbar_button.display-none {
  display: none;
}

.section_edge-bie_feature {
  z-index: 1;
  position: relative;
}

.edge-grid-feature_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.edge-grid-feature_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: minmax(0, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(0, auto);
  place-items: start;
  width: 100%;
  display: grid;
}

.edge-grid-feature_item-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  min-height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.edge-grid-feature_item-right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  min-height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 5rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.edge-grid-feature_item-left-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.edge-grid-feature_item-left-bottom.w--current {
  min-height: 100%;
}

.edge-grid-feature_item-right-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  min-height: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 5rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.edge-grid-feature_icon-wrapper {
  flex: none;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.edge-grid-feature_icon {
  display: block;
}

.edge-grid-feature_content {
  max-width: 20rem;
}

.edge-grid-feature_item-heading {
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.3125rem;
  font-weight: 500;
}

.section_edge_header-orange {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--base-color-brand--indigo-light) 47%, var(--base-color-brand--orange-light));
  color: var(--text-color--text-primary);
  min-height: 85vh;
  position: relative;
  overflow: hidden;
}

.section_edge_header-midnight {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--base-color-brand--indigo-light) 36%, var(--base-color-brand--indigo));
  color: var(--text-color--text-primary);
  min-height: 85vh;
  position: relative;
  overflow: hidden;
}

.section_edge_header-midnight.is-hardware {
  background-image: linear-gradient(to bottom, #00000080, #00000080), url('../images/Server-Scene-Master-hardware-hero-1650-optimized.jpg'), linear-gradient(270deg, var(--base-color-brand--indigo-light) 36%, var(--base-color-brand--indigo));
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
}

.edge_feature-hardware_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.edge_feature-hardware_item {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.edge_feature-hardware_item.is-right {
  border-left: 1px solid var(--base-color-brand--indigo-light);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.edge-pricing_scrollspy-nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--base-color-brand--navy-blue-light);
  opacity: .3;
  flex-flow: wrap;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: opacity .45s;
  display: flex;
}

.edge-pricing_scrollspy-nav-link.w--current {
  opacity: 1;
}

.edge-pricing_list {
  margin-top: 0;
  margin-bottom: 0;
  transition: height .2s;
  overflow: hidden;
}

.section_edge-feature, .section_edge-feature.no-overflow {
  overflow: hidden;
}

.sub-navbar_component {
  z-index: 1000;
  background-color: #231f2000;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 4.5rem;
}

.sub-navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.sub-navbar_logo-link {
  border-right: 1px solid var(--base-color-brand--brand-white);
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem 0 0;
  font-weight: 600;
  display: flex;
}

.sub-navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.sub-navbar_link {
  opacity: .75;
  padding: 0 1rem;
  transition: opacity .2s;
}

.sub-navbar_link:hover {
  opacity: 1;
}

.sub-navbar_link.w--current {
  opacity: 1;
  color: inherit;
  font-weight: 600;
}

.sub-navbar_link.text-color-gold {
  color: var(--text-color--text-gold);
}

.sub-navbar_link.is-logo {
  opacity: 1;
  padding-left: .75rem;
}

.sub-navbar_link.is-logo.w--current {
  color: inherit;
}

.sub-navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.sub-navbar_button-wrapper.display-none-desktop {
  display: none;
}

.sub-navbar_menu-button {
  padding: 0;
}

.sub-navbar_caret {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar-new_container {
  z-index: 999;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-new_wrapper {
  grid-column-gap: 1.625rem;
  flex-direction: row;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
}

.navbar-new_menu {
  z-index: 900;
  text-align: left;
  background-color: #231f20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.is-tablet-visible {
  display: none;
}

.navbar_button-wrapper-new {
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-new_menu-button {
  z-index: 1000;
  padding: 0;
}

.navbar-new_menu-button.w--open {
  background-color: #0000;
}

.navigation_light-mode {
  z-index: 1;
}

.header26_component {
  flex-direction: column;
  align-items: center;
}

.header26_image-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.edge-home_header_ghost {
  z-index: 3;
  position: relative;
}

.edge-home_header-heading {
  z-index: 2;
  color: var(--text-color--text-primary);
  font-size: 9.375rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.sub-navbar_mobile-background {
  z-index: 999;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  background-color: #231f20bf;
  transition: opacity .3s;
  position: fixed;
  inset: 0%;
}

.spacer-edge-home_header {
  width: 100%;
  padding-top: 5rem;
  display: none;
}

.edge-home_header_stack {
  z-index: 3;
  position: absolute;
}

.edge-home_benefits-spacer {
  padding-top: 2.675rem;
}

.edge-tab_content {
  flex-flow: column;
  height: 39.6875rem;
  display: flex;
  position: relative;
}

.edge-tab_inner-wrapper {
  width: 40%;
  padding-right: 2.5rem;
}

.edge-tab_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.edge-tab_tabs-content {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.edge-tab_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.edge-tab_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.edge-tab_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.edge-tab_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--base-color-brand--navy-blue);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  opacity: .4;
  padding: 1rem 0;
  display: flex;
}

.edge-tab_tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  opacity: 1;
  border-left-color: #000;
}

.edge-tab_paragraph {
  overflow: hidden;
}

.edge-tab_title {
  width: 100%;
  max-width: 48rem;
}

.edge-home_seeknfind_component {
  border: 1px solid #60668c4d;
  border-radius: 1rem;
  padding: 1rem;
}

.edge_bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.edge_bg-video-wrapper {
  z-index: 1;
  aspect-ratio: 16 / 9;
  position: relative;
}

.edge_bg-video-wrapper.is-deploy {
  width: 100%;
}

.edge-3-col_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.edge-3-col_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.edge-feature_heardware-heading {
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.4;
}

.section_edge-pricing {
  overflow: hidden;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.edge-pricing_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--base-color-brand--navy-blue-light);
  background-color: var(--base-color-brand--brand-white);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  font-weight: 500;
}

.tab-link.is-deal {
  border-color: var(--base-color-brand--navy-blue-light);
  background-color: var(--background-color--background-navy-blue-light);
  color: var(--base-color-brand--brand-white);
  font-weight: 500;
}

.tab-link.is-deal.w--current {
  background-color: var(--base-color-brand--indigo-light);
  color: var(--base-color-neutral--true-white);
}

.edge-pricing_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.edge-pricing_plan {
  border: 1px solid var(--base-color-brand--navy-blue-light);
  background-color: var(--base-color-brand--brand-white);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.edge-pricing_plan.is-preferred {
  background-color: var(--base-color-brand--navy-blue-light);
  color: var(--base-color-brand--brand-white);
  height: auto;
}

.edge-pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.edge-pricing_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.edge-pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border-color--border-transparent) var(--base-color-neutral--transparent) var(--base-color-neutral--transparent);
  background-color: var(--button-color--button-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-3:hover {
  background-color: var(--background-color--background-gold-light);
}

.button-3.is-secondary {
  background-color: var(--button-color--button-secondary);
}

.button-3.is-secondary:hover {
  background-color: var(--base-color-neutral--true-white);
}

.button-3.is-link {
  background-color: var(--button-color--button-tertiary);
  color: var(--text-color--text-gold);
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.edge-pricing_plan-wrapper {
  border: 1px solid #0000004d;
  border-radius: 1rem;
  padding: 1rem;
}

.section_logo4 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.edge-check_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.edge-check_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.edge-check_text {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.edge-check_logo {
  max-height: 3.5rem;
}

.edge-check_list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.edge-check_icon-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section_edge_why {
  z-index: 1;
  background-color: var(--base-color-brand--indigo-light);
  color: var(--base-color-brand--brand-white);
  display: none;
  position: relative;
  overflow: hidden;
}

.edge-why_image {
  width: 100%;
  display: block;
}

.display-inlineblock {
  display: inline-block;
}

.pulse_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.pulse_header_content-right {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.pulse_header_image-wrapper {
  position: relative;
}

.pulse_header_image {
  width: 184px;
}

.pulse_header_background-image {
  z-index: -1;
  pointer-events: none;
  width: 72rem;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.pulse_header_background-image.is-application-dev {
  top: 5rem;
}

.pulse_header_background-image.is-cloud-foundation {
  width: 130rem;
  top: -14.3rem;
  right: -36.5rem;
}

.pulse_header_background-image.is-edge-computing {
  top: 8.7rem;
  right: -19.9rem;
}

.pulse_header_background-image.is-app-modern {
  width: 130rem;
  top: -17.4rem;
  right: -30.4rem;
}

.pulse_header_background-image.is-devops, .pulse_header_background-image.is-ai-data {
  width: 125rem;
  top: -5.9rem;
  right: -21.2rem;
}

.pulse_header_background-image.is-edge-plat-orange {
  top: 3.3rem;
}

.pulse_header_background-image.is-edge-plat-midnight {
  top: 2.3rem;
  right: -28.5rem;
}

.pulse_header_background-image.is-edge-home {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100rem;
  inset: -20.6rem auto;
  transform: rotate(0);
}

.pulse_features_content-top {
  z-index: 1;
  width: 100%;
  max-width: 47.1875rem;
  position: relative;
}

.section_pulse_header {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.products_statement_component-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pulse_statement_component {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pulse_statement_text-wrapper {
  max-width: 33rem;
}

.pulse_how-it-works_feature {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.pulse_how-it-works_feature_item {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 3.625rem 22px;
  position: relative;
}

.pulse_how-it-works_feature_item-content {
  max-width: 20rem;
}

.pulse_how-it-works_feature_item-content.is-right {
  margin-left: auto;
}

.pulse_how-it-works_feature_image {
  z-index: 0;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.product_features_item-heading-copy {
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
}

.prpulse_how-it-works_feature_item-heading {
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.3125rem;
  font-weight: 500;
}

.section_pulse_how-it-works {
  overflow: hidden;
}

.section_pulse_center-cta {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.section_pulse_center-cta.is-application-dev {
  background-color: var(--background-color--background-orange);
}

.section_pulse_center-cta.is-product-strategy {
  background-color: var(--background-color--background-red);
}

.section_pulse_center-cta.is-cloud-foundation {
  background-color: var(--background-color--background-navy-blue);
}

.section_pulse_center-cta.is-edge-computing {
  background-color: var(--background-color--background-secondary);
}

.section_pulse_center-cta.is-app-modern {
  background-color: var(--background-color--background-gold-light);
}

.section_pulse_center-cta.is-devops {
  background-color: var(--background-color--background-indigo-light);
}

.section_pulse_center-cta.is-ai-data {
  background-color: var(--background-color--background-primary);
}

.pulse_center-cta_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.pulse_center-cta_background-image {
  opacity: .8;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.section_pulse_bottom-cta {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.pulse_bottom-cta_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.pulse_bottom-cta_background-image {
  opacity: 1;
  position: absolute;
  top: -21%;
  left: 66%;
  right: auto;
}

.pulse_header_background-image-2 {
  pointer-events: none;
  width: 66.625rem;
  max-width: none;
  position: absolute;
  inset: 6rem 0 auto auto;
  transform: translate(50%);
}

.press-release-single_main-external-link {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: block;
  position: relative;
}

.press-release-single_main-external-link:hover, .press-release-single_main-external-link.w--current {
  color: #f9c718;
}

.press-release-single_main-external {
  background-color: #edebe70d;
  padding: 2.5rem;
  position: sticky;
  top: 6.25rem;
}

.gradient-top_press-release-single {
  background-image: url('../images/Grain-Texture.png'), url('../images/PR-Gradient_1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, 100% 100%;
}

.section_press-release-single_header {
  z-index: 1;
  position: relative;
}

.section_press-release-single_main {
  position: relative;
}

.press-release_rich-text {
  width: 100%;
}

.press-release_rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.press-release_rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.press-release_rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.press-release_rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.press-release_rich-text h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.press-release_rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Acumin Variable Concept, sans-serif;
  font-weight: 500;
}

.press-release_rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.press-release_rich-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.press-release_rich-text li {
  margin-top: .45rem;
  margin-bottom: .45rem;
}

.press-release-single_background-image {
  opacity: .3;
  object-fit: fill;
  object-position: 100% 50%;
  width: auto;
  min-width: 100vw;
  max-width: none;
  display: block;
}

.press-release-single_background-image-wrapper {
  pointer-events: none;
  width: 100vw;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.display-inline {
  display: inline;
}

.custom-line-break_width {
  width: 100%;
  max-width: 45.7rem;
}

.tooltip-component-vercel {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.tooltip-dropdown-vercel {
  margin-left: 0;
  margin-right: 0;
  display: inline;
  position: relative;
  inset: 0%;
}

.tooltip-dropdown-vercel.display-none {
  display: none;
}

.section_layout3 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.layout3_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.code-embed {
  display: block;
}

.banner-text {
  color: var(--text-color--text-alternate);
  background-color: #ffd70000;
  padding: 0;
  font-weight: 500;
}

.banner {
  z-index: 1000;
  background-color: var(--background-color--background-gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 8% 0% auto;
}

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

.client-stories-single_main-scrollspy-inner {
  background-color: #edebe70d;
  padding: 2.5rem;
}

.blog-button-container {
  width: 200px;
  margin-top: 25px;
}

.code-embed-2 {
  background-color: #fff;
  padding: 20px;
}

.text-block-2 {
  text-align: center;
  margin-bottom: -42px;
}

.text-block-3 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

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

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

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

  .spacer-small.show-tablet {
    display: block;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .section_home_why-us.background-color-alternative {
    overflow: hidden;
  }

  .section_products_header {
    height: auto;
  }

  .credit_cloud_products_header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .products_header_content-right {
    justify-content: flex-end;
    align-items: center;
  }

  .product_features_list {
    grid-column-gap: 2rem;
  }

  .products_client-stories_component {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .products_solutions_products_item-right {
    grid-template-columns: minmax(82px, .25fr) 2fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .products_solutions_products_item-right.w--current {
    height: auto;
    min-height: auto;
  }

  .credit-cloud_products_cta_background-image {
    min-width: auto;
    left: -8%;
  }

  .products_cta_component {
    max-width: 42rem;
  }

  .navbar_word-mark-wrapper {
    display: none;
  }

  .navbar_word-mark-wrapper.is-tablet-visible {
    display: block;
  }

  .navbar_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar_menu-icon_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .credit-cloud_products_statement_background-image {
    width: 115%;
    min-width: 90rem;
  }

  .products_solutions_products_item-left {
    height: auto;
    min-height: auto;
    padding-left: 2rem;
  }

  .products_solutions_products_item-left-bottom {
    grid-template-columns: minmax(82px, .25fr) 3.5fr;
    height: auto;
    min-height: auto;
    padding-left: 2rem;
  }

  .products_solutions_products_item-right-bottom {
    grid-template-columns: minmax(82px, .25fr) 2fr;
    height: auto;
    min-height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_brand-mark-wrapper {
    top: -25%;
    left: 42%;
  }

  .products_cta_custom-spacer, .products_statement_custom-spacer {
    padding-top: 6rem;
  }

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

  .products_solutions_accelerators_item-left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .products_solutions_accelerators_item-right {
    grid-template-columns: minmax(82px, .25fr) 2fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .products_solutions_accelerators_item-center {
    grid-template-columns: minmax(82px, .25fr) 3.5fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .column-layout.three.is-col-gap-8 {
    grid-column-gap: 4rem;
  }

  .column-layout.three.is-col-gap-5, .column-layout.three.is-col-gap-custom-1 {
    grid-column-gap: 2rem;
  }

  .column-layout.two.is-col-gap-7 {
    grid-column-gap: 3rem;
  }

  .column-layout.two.is-col-gap-custom-1 {
    grid-column-gap: 1rem;
  }

  .column-layout.two.is-col-gap-custom-1.is-three {
    grid-column-gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .column-layout.four {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .column-layout.home_client-stories_custom-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.5fr);
  }

  .column-layout.press-secondary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .row-layout.is-row-gap-6 {
    grid-row-gap: 3rem;
  }

  .logo1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .logo1_component.is-right-desktop {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
  }

  .products_solutions_accelerators_item {
    grid-template-columns: minmax(82px, .25fr) 3.5fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: calc(5% + 2rem);
    padding-right: calc(5% + 2rem);
  }

  .products_solutions_accelerators_item.is-center {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: #ffffff1a;
    border-bottom-style: solid;
    border-bottom-color: #ffffff1a;
  }

  .edge-platform_products_statement_background-image {
    width: 115%;
    min-width: 90rem;
    right: -39%;
  }

  .edge-platform_products_cta_background-image {
    min-width: auto;
    inset: 0% 0% auto auto;
  }

  .edge-platform_products_header_component, .intel-ordering_products_header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .intel-ordering_products_statement_background-image {
    bottom: -20%;
    right: -48%;
  }

  .intel-ordering_products_cta_background-image {
    min-width: auto;
    left: auto;
    right: -17%;
  }

  .arrival-intel_products_header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .arrival-intel_products_statement_background-image {
    width: 48rem;
    max-width: 90rem;
    top: -16.2rem;
    left: -38.7125rem;
  }

  .arrival-intel_products_cta_background-image {
    width: 130rem;
    min-width: auto;
    top: -4.9rem;
    left: 14.5625rem;
  }

  .arrival-intel_products_cta_custom-spacer, .arrival-intel_products_statement_custom-spacer {
    padding-top: 6rem;
  }

  .section_services_header {
    height: auto;
  }

  .services_header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .services_header_content-right {
    justify-content: flex-end;
    align-items: center;
  }

  .services_header_background-image.is-application-dev {
    top: -2.7rem;
  }

  .services_header_background-image.is-cloud-foundation {
    width: 100rem;
    top: -13.2rem;
    right: -26.2rem;
  }

  .services_header_background-image.is-edge-computing {
    top: -2.7rem;
    right: -18rem;
  }

  .services_header_background-image.is-app-modern {
    width: 100rem;
    top: -20.1rem;
    right: -25.1rem;
  }

  .services_header_background-image.is-devops {
    width: 100rem;
    top: -9.4rem;
    right: -25.1rem;
  }

  .services_header_background-image.is-ai-data {
    width: 100rem;
    top: -6.2rem;
    right: -32.6rem;
  }

  .services_header_background-image.is-edge-plat-orange, .services_header_background-image.is-edge-plat-midnight {
    top: -21.7rem;
    right: -41.1rem;
  }

  .services_header_background-image.is-edge-home {
    width: 61.9375rem;
  }

  .services_features_list {
    grid-column-gap: 2rem;
  }

  .services_heading-style-h3, .services_client-stories_heading {
    font-size: 2.25rem;
  }

  .services_client-stories_background-image {
    object-fit: none;
    object-position: 50% 100%;
    width: 90rem;
    max-width: none;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .services_other_list {
    border-bottom-width: 0;
    grid-template-columns: 1fr;
  }

  .services_other_item {
    border-bottom: 1px solid #ffffff1a;
    border-right-width: 0;
    grid-template-columns: minmax(82px, .25fr) 3.5fr;
    justify-content: flex-start;
    align-items: center;
  }

  .services_other_item.is-top.left {
    border-left-width: 0;
  }

  .services_other_item.is-bottom-left {
    border-left-width: 0;
    border-right-width: 0;
  }

  .services_cta_component {
    max-width: 42rem;
  }

  .product-strategy_services_cta_background-image, .application-dev_services_cta_background-image, .cloud-foundation_services_cta_background-image {
    left: 40%;
  }

  .edge-computing_services_cta_background-image {
    left: 78%;
  }

  .app-modern_services_cta_background-image, .devops_services_cta_background-image, .ai-data_services_cta_background-image {
    left: 66%;
  }

  .section_accelerators_header {
    height: auto;
  }

  .accelerators_header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .accelerators_header_content-right {
    justify-content: flex-end;
    align-items: center;
  }

  .accelerators_header_background-image.is-dev-optimization {
    width: 100rem;
    top: -40.7rem;
    right: -32.6rem;
  }

  .accelerators_header_background-image.is-artisan-launchpad {
    width: 80rem;
    top: -32.9rem;
    right: -36.7rem;
  }

  .accelerators_header_background-image.is-challenge {
    width: 100rem;
    top: -32.4rem;
    right: -26.1rem;
  }

  .accelerators_statement_component, .accelerators_features_content-bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .accelerators_features_list {
    grid-column-gap: 2rem;
    margin-top: 1rem;
  }

  .accelerators_heading-style-h3, .accelerators_client-stories_heading {
    font-size: 2.25rem;
  }

  .accelerators_client-stories_background-image {
    object-position: 50% 50%;
    width: 90rem;
    max-width: none;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .accelerators_cta_component {
    max-width: 42rem;
  }

  .dev-optimization_accelerators_cta_background-image {
    left: 66%;
  }

  .artisan-launchpad_accelerators_cta_background-image {
    left: 57%;
  }

  .challenge_accelerators_cta_background-image {
    top: -18%;
    left: 56%;
  }

  .why-artisan_list {
    grid-column-gap: 2rem;
  }

  .careers_client-stories_background-image {
    object-position: 50% 50%;
    width: 90rem;
    max-width: none;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .careers_benefits_list {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
  }

  .careers_client-stories_heading {
    font-size: 2.25rem;
  }

  .section_about_waves {
    margin-bottom: -10rem;
  }

  .core-values_list {
    grid-column-gap: 2rem;
  }

  .about_statement_heading {
    font-size: 2.25rem;
  }

  .team_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .about_statement_background-image {
    object-fit: none;
    object-position: 50% 100%;
    width: 90rem;
    max-width: none;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .gradient-top_blog {
    background-image: url('../images/Blog-Gradient_1.webp'), linear-gradient(#0000, #0000);
    background-size: 100% 100%, auto;
  }

  .blog_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog_content-left {
    position: static;
  }

  .blog_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog_item-link {
    grid-column-gap: 2rem;
  }

  .client-stories_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .client-stories_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .client-stories_item-link {
    grid-column-gap: 2rem;
    grid-template-columns: .6fr 1fr;
  }

  .client-stories_image {
    max-height: none;
  }

  .section_podcast_waves {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .podcast_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .podcast_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .podcast_item-link {
    grid-column-gap: 2rem;
    grid-template-columns: .6fr 1fr;
  }

  .podcast_image {
    max-height: none;
  }

  .podcast_item_button-wrapper.is-display-desktop {
    display: none;
  }

  .podcast_item-content_button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .podcast_item-content_button-wrapper.is-display-tablet {
    display: flex;
  }

  .podcast_voices_background-image {
    object-fit: cover;
    object-position: 50% 100%;
    max-width: none;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .heading-style-xl {
    font-size: 5rem;
  }

  .home_client-stories_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .home_client-stories_modal-1_button-plus {
    width: 1.5rem;
  }

  .home_why-us_ceo-letter_signature {
    width: 100%;
    display: block;
  }

  .home_mission-statement_background-image {
    width: 115%;
    min-width: 90rem;
  }

  .home_client-stories_modal-1_button-inner {
    padding: 2rem;
  }

  .home_hero_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home_art_copy {
    padding-top: .5rem;
  }

  .home_hero_content-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .client-stories_testimonial_background-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
  }

  .client-stories-single_main-scrollspy {
    padding: 1.5rem;
    position: sticky;
  }

  .section_client-stories_testimonial {
    overflow: hidden;
  }

  .navbar_container {
    height: auto;
  }

  .navbar_container.is-display-tablet {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .navbar_container.is-inner {
    justify-content: space-between;
    align-items: flex-start;
    height: 100dvh;
    padding-bottom: 8rem;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .navbar_menu {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: calc(100dvh - 4.5rem);
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition-property: height;
    transition-duration: .5s;
    transition-timing-function: ease;
    position: absolute;
    overflow: hidden auto;
  }

  .navbar_menu-dropdown {
    width: 100%;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar_dropdown-content {
    text-align: left;
    flex-direction: column;
  }

  .navbar_dropdown-content_grid-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding: 2rem 0 0;
  }

  .navbar_dropdown-column {
    border-bottom: 1px solid #edebe780;
    border-right-width: 0;
    padding-bottom: 4rem;
  }

  .navbar_dropdown-column.is-last-border {
    border-bottom-width: 0;
  }

  .navbar_dropdown-link-list.is-bottom {
    padding-top: 1.5rem;
    padding-left: 2.75rem;
  }

  .navbar_dropdown-content-right {
    max-width: none;
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .navbar_dropdown-link-small {
    margin-bottom: 1rem;
  }

  .navbar_dropdown-background-layer {
    border-left-width: 0;
    min-width: 100%;
  }

  .navbar_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar_menu-right.display-desktop-only {
    display: none;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_button-wrapper {
    bottom: .5rem;
    left: -2rem;
  }

  .navbar_button-wrapper.is-tablet {
    display: flex;
    position: absolute;
    inset: 1.5rem auto auto -1rem;
  }

  .navbar_dropdown-content_wrapper {
    flex-flow: column;
    display: flex;
  }

  .navbar_dropdown-content_column {
    grid-template-columns: 1fr;
  }

  .navbar_dropdown-content_column.is-right {
    padding-left: 0;
  }

  .line-divider_full-width {
    background-color: var(--base-color-brand--brand-white-70);
    width: 100vw;
    margin-left: calc(51% - 50vw);
  }

  .gsap_animation-spacer {
    min-height: 80vh;
  }

  .navbar_tablet-button_wrapper {
    display: block;
    position: relative;
  }

  .video_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .blog-post-header_content {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-post-header_heading-wrapper {
    background-image: linear-gradient(90deg, #3a4576cc, #3a457600);
  }

  .blog-post-header_background-image-wrapper {
    top: 30%;
    bottom: auto;
    right: 0%;
  }

  .blog-post-header_background-image {
    width: 100vw;
    max-width: none;
  }

  .blog-post_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post_sidebar {
    order: -1;
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .blog-slider_content-wrapper {
    flex-flow: column;
  }

  .blog-slider_content-left {
    border-bottom: 1px solid #fff;
    border-right-width: 0;
  }

  .blog-slider_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-slider_item {
    max-width: none;
  }

  .blog-slider_slider {
    min-width: auto;
    max-width: none;
  }

  .blog-slider_arrow-left {
    left: -2.6rem;
  }

  .blog-slider_background-image-wrapper {
    opacity: .5;
  }

  .blog-slider_background-image {
    object-fit: cover;
    object-position: 50% 100%;
    width: 150vw;
    max-width: none;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .blog-slider_item-link {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-slider_arrow-right {
    right: -2.6rem;
  }

  .home_services_scrollspy-content_services-inner_list-item {
    color: var(--link-color--link-primary);
  }

  .home_hero_video-wrapper {
    order: -1;
    width: 59%;
    position: relative;
    top: auto;
    left: 0%;
    transform: none;
  }

  .home_hero_content-bottom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_hero_content-right_component {
    width: 100%;
    max-width: 20rem;
    display: none;
  }

  .work_pillar-feature_content-right_block-1_text-wrapper {
    width: 100%;
  }

  .work_pillar-feature_content-right_block-1 {
    flex-flow: wrap;
    padding: 2.5rem;
  }

  .work_pillar-feature_content-right_block-1_icon-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .press_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .press_item-link {
    grid-column-gap: 2rem;
  }

  .press_item-link.is-secondary {
    height: auto;
  }

  .press_item-link.is-featured {
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .press_image-wrapper.is-featured {
    flex-basis: 50%;
  }

  .skip-link {
    font-size: 19px;
  }

  .podcast-post_waves_image-wrapper {
    opacity: 1;
    top: 23%;
  }

  .section_press_waves {
    margin-top: -20rem;
  }

  .press_waves_image {
    width: 119vw;
    max-width: none;
  }

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

  .products_modal_popup {
    padding-top: 10vh;
    padding-bottom: 10vh;
    overflow: auto;
  }

  .home_services_scrollspy-content_services-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .products_slider_nav, .products_slider_arrows {
    display: none;
  }

  .nav-alt {
    max-width: 100%;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .btn {
    padding: 10px 32px;
    font-size: 20px;
  }

  .hero-scroll_outer {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    height: auto;
    right: 0%;
  }

  .hero-scroll_inner {
    width: 1px;
    height: 3.5rem;
  }

  .hero-scroll_inner-text {
    font-size: .875rem;
    line-height: 1;
  }

  .section_edge-home_header {
    height: auto;
  }

  .edge-header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .edge-header_component.is-deployment {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .edge-header_content-right {
    justify-content: flex-end;
    align-items: center;
  }

  .edge-home_animation_heading, .edge-home_animation_heading-right {
    font-size: 2rem;
  }

  .edge-home_benefits_list {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .edge-nav_container {
    grid-auto-columns: 1fr;
  }

  .edge-nav_menu {
    flex-direction: column;
    justify-content: center;
    width: 46vw;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    position: absolute;
  }

  .edge-nav_menu-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .edge-nav_links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .edge-nav_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .edge-nav_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .edge-ops-values_list {
    grid-column-gap: 2rem;
  }

  .edge_testimonial_background-image {
    object-position: 50% 100%;
  }

  .edge_feature-layout_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .edge-4-col_list {
    grid-template-columns: 1fr 1fr;
  }

  .edge-grid-feature_list {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .edge-grid-feature_item-left {
    height: auto;
    min-height: auto;
    padding-left: 2rem;
  }

  .edge-grid-feature_item-right {
    grid-template-columns: 2fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .edge-grid-feature_item-right.w--current {
    height: auto;
    min-height: auto;
  }

  .edge-grid-feature_item-left-bottom {
    grid-template-columns: 3.5fr;
    height: auto;
    min-height: auto;
    padding-left: 2rem;
  }

  .edge-grid-feature_item-right-bottom {
    grid-template-columns: 2fr;
    height: auto;
    min-height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section_edge_header-orange, .section_edge_header-midnight {
    height: auto;
  }

  .sub-navbar_container {
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .sub-navbar_logo-link {
    border-right-width: 0;
  }

  .sub-navbar_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .sub-navbar_menu.is-page-height-tablet {
    background-color: var(--base-color-brand--brand-black);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .sub-navbar_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .sub-navbar_link.is-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-navbar_button-wrapper {
    align-items: center;
  }

  .sub-navbar_button-wrapper.display-none-desktop {
    display: flex;
  }

  .sub-navbar_menu-button {
    padding: 0;
  }

  .sub-navbar_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .sub-navbar_caret {
    width: 2rem;
  }

  .navbar-new_container {
    grid-auto-columns: 1fr;
  }

  .navbar-new_menu {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 4.5rem 0%;
    top: 0%;
    overflow: hidden;
  }

  .is-tablet-visible {
    display: block;
  }

  .navbar-new_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .edge-home_header_ghost {
    width: 380px;
  }

  .edge-home_header-heading {
    font-size: 7rem;
  }

  .sub-navbar_mobile-background {
    background-color: var(--base-color-brand--brand-black);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition-duration: .3s;
  }

  .spacer-edge-home_header {
    padding-top: 4.5rem;
  }

  .edge-home_header_stack {
    width: 380px;
  }

  .edge-tab_inner-wrapper {
    padding-right: 1.5rem;
  }

  .edge-tab_tabs {
    grid-column-gap: 3rem;
  }

  .edge-tab_tabs-content {
    padding-left: 1.5rem;
  }

  .edge-3-col_list {
    grid-column-gap: 2rem;
  }

  .edge-check_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .edge-check_text {
    flex: 0 auto;
  }

  .pulse_header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .pulse_header_content-right {
    justify-content: flex-end;
    align-items: center;
  }

  .pulse_header_background-image {
    opacity: .73;
    width: 86rem;
    bottom: 4.5rem;
  }

  .pulse_header_background-image.is-application-dev {
    top: -2.7rem;
  }

  .pulse_header_background-image.is-cloud-foundation {
    width: 100rem;
    top: -13.2rem;
    right: -26.2rem;
  }

  .pulse_header_background-image.is-edge-computing {
    top: -2.7rem;
    right: -18rem;
  }

  .pulse_header_background-image.is-app-modern {
    width: 100rem;
    top: -20.1rem;
    right: -25.1rem;
  }

  .pulse_header_background-image.is-devops {
    width: 100rem;
    top: -9.4rem;
    right: -25.1rem;
  }

  .pulse_header_background-image.is-ai-data {
    width: 100rem;
    top: -6.2rem;
    right: -32.6rem;
  }

  .pulse_header_background-image.is-edge-plat-orange, .pulse_header_background-image.is-edge-plat-midnight {
    top: -21.7rem;
    right: -41.1rem;
  }

  .pulse_header_background-image.is-edge-home {
    width: 61.9375rem;
  }

  .section_pulse_header {
    height: auto;
  }

  .pulse_how-it-works_feature {
    grid-column-gap: 2rem;
  }

  .pulse_how-it-works_feature_image {
    opacity: .5;
  }

  .pulse_center-cta_background-image {
    object-fit: none;
    object-position: 50% 100%;
    width: 90rem;
    max-width: none;
    margin-left: 50%;
    transform: translate(-50%);
  }

  .pulse_bottom-cta_background-image {
    left: 57%;
  }

  .press-release-single_main-external {
    padding: 1.5rem;
    position: sticky;
  }

  .layout3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .client-stories-single_main-scrollspy-inner {
    padding: 1.5rem;
    position: sticky;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .button-group.is-right-desktop {
    justify-content: flex-start;
    align-items: center;
  }

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

  .icon-embed-xsmall.display-none-landscape {
    display: none;
  }

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

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

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

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

  .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-huge.is-hide-desktop {
    display: block;
  }

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

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

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .credit_cloud_products_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product_features_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .credit-cloud_products_cta_background-image {
    width: 140%;
    left: -19%;
  }

  .products_cta_component {
    max-width: 36rem;
  }

  .credit-cloud_products_header_background-image {
    width: 40rem;
    bottom: -15.4rem;
    left: -16.5rem;
  }

  .credit-cloud_products_statement_background-image {
    min-width: 62rem;
    bottom: 0%;
  }

  .product_features_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer_brand-mark-wrapper {
    width: 25rem;
    top: -22%;
    left: 30%;
  }

  .products_cta_custom-spacer, .products_statement_custom-spacer {
    padding-top: 4rem;
  }

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

  .text-size-medium-2 {
    font-size: 1.35rem;
  }

  .column-layout.three, .column-layout.two {
    grid-template-columns: minmax(0, 1fr);
  }

  .column-layout.two.is-col-gap-7 {
    grid-column-gap: 4rem;
  }

  .column-layout.two.is-col-gap-custom-1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .column-layout.two.is-col-gap-custom-1.is-three {
    grid-column-gap: 0rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .column-layout.four, .column-layout.home_client-stories_custom-layout, .column-layout.is-work-pillar-layout, .column-layout.press-secondary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .row-layout.is-row-gap-6 {
    grid-row-gap: 1rem;
  }

  .row-layout.is-row-gap-3 {
    grid-row-gap: 2rem;
  }

  .logo1_component {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    padding-top: 1rem;
  }

  .logo1_component.is-right-desktop {
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem;
    grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto);
    width: 100%;
  }

  .edge-platform_products_header_background-image {
    width: 40rem;
    bottom: -15.55rem;
    left: -17.3rem;
  }

  .edge-platform_products_statement_background-image {
    min-width: 62rem;
    bottom: -16%;
    right: -22%;
  }

  .edge-platform_products_cta_background-image {
    width: 25rem;
    inset: 0% -8% auto auto;
  }

  .edge-platform_products_header_component, .intel-ordering_products_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .intel-ordering_products_header_background-image {
    width: 115rem;
    min-width: 115rem;
    max-height: 18rem;
    top: -1.9rem;
    right: 33.8375rem;
  }

  .intel-ordering_products_statement_background-image {
    min-width: 52rem;
    bottom: -15%;
    right: -20%;
  }

  .intel-ordering_products_cta_background-image {
    width: 25rem;
    inset: 0% -18% auto auto;
  }

  .arrival-intel_products_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .arrival-intel_products_header_background-image {
    width: 115rem;
    min-width: 115rem;
    max-height: 18rem;
    top: -7.1rem;
    right: 25.5375rem;
  }

  .arrival-intel_products_statement_background-image {
    min-width: auto;
    max-width: 66rem;
    top: -10.2rem;
    left: -22.4125rem;
  }

  .arrival-intel_products_cta_background-image {
    width: 100rem;
    top: -3.9rem;
    left: 12.3625rem;
  }

  .arrival-intel_products_cta_custom-spacer, .arrival-intel_products_statement_custom-spacer {
    padding-top: 4rem;
  }

  .services_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .services_header_background-image.is-cloud-foundation {
    top: -16.1rem;
    right: -33.8rem;
  }

  .services_header_background-image.is-app-modern {
    top: -25.5rem;
    right: -33.8rem;
  }

  .services_header_background-image.is-devops {
    width: 90rem;
    top: -7.4rem;
    right: -7.5rem;
  }

  .services_header_background-image.is-ai-data {
    width: 90rem;
    top: -5.8rem;
    right: -27.4rem;
  }

  .services_header_background-image.is-edge-plat-orange {
    width: 91rem;
    top: -16.3rem;
    right: -35.7rem;
  }

  .services_header_background-image.is-edge-plat-midnight {
    width: 91rem;
    top: -10.8rem;
    right: -35.7rem;
  }

  .services_header_background-image.is-edge-home {
    width: 50rem;
  }

  .services_features_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .services_heading-style-h3, .services_client-stories_heading {
    font-size: 2rem;
  }

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

  .services_cta_component {
    max-width: 36rem;
  }

  .product-strategy_services_cta_background-image, .application-dev_services_cta_background-image, .cloud-foundation_services_cta_background-image, .edge-computing_services_cta_background-image, .app-modern_services_cta_background-image, .devops_services_cta_background-image, .ai-data_services_cta_background-image {
    top: -32%;
  }

  .accelerators_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .accelerators_header_background-image.is-dev-optimization {
    width: 90rem;
    top: -36.2rem;
    right: -27.4rem;
  }

  .accelerators_header_background-image.is-artisan-launchpad {
    top: -36.1rem;
    right: -34.2rem;
  }

  .accelerators_header_background-image.is-challenge {
    width: 90rem;
    top: -28.7rem;
    right: -27.4rem;
  }

  .accelerators_statement_component, .accelerators_features_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .accelerators_features_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .accelerators_heading-style-h3, .accelerators_client-stories_heading {
    font-size: 2rem;
  }

  .accelerators_cta_component {
    max-width: 36rem;
  }

  .dev-optimization_accelerators_cta_background-image, .artisan-launchpad_accelerators_cta_background-image {
    top: -32%;
  }

  .challenge_accelerators_cta_background-image {
    top: -18%;
  }

  .why-artisan_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .careers_benefits_list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .careers_client-stories_heading {
    font-size: 2rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .core-values_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about_cta_content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about_statement_heading {
    font-size: 2rem;
  }

  .team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team_image-wrapper {
    height: 100%;
  }

  .about_cta_logos {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .section_blog_waves {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .blog_content, .blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog_image-wrapper {
    height: 100%;
  }

  .section_client-stories_waves {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .client-stories_content, .client-stories_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .client-stories_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .client-stories_image-wrapper {
    height: 100%;
  }

  .client-stories_image {
    max-width: none;
    max-height: 18rem;
  }

  .section_podcast_waves {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .podcast_content, .podcast_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .podcast_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .podcast_image-wrapper {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
  }

  .podcast_image {
    width: 100%;
    max-width: none;
  }

  .home_client-stories_modal-1_close {
    padding: 1rem;
  }

  .heading-style-xl {
    font-size: 4rem;
  }

  .home_client-stories_modal-1_tabs-pane.gradient-top_client-stories-single {
    padding: 2rem;
  }

  .home_why-us_ceo-letter_component {
    margin-bottom: 3rem;
  }

  .home_services_scrollspy-nav-item {
    width: 100%;
    display: block;
    position: relative;
  }

  .home_mission-statement_background-image {
    min-width: 62rem;
    bottom: 0%;
  }

  .home_services_scrollspy-content.is-secondary {
    padding-top: 0;
  }

  .home_why-us_image-slider-wrapper {
    padding-left: 0%;
  }

  .home_client-stories_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home_services_scrollspy-nav-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_services_scrollspy-nav {
    width: 100%;
    margin-bottom: 0;
    display: none;
    position: relative;
    top: 0;
  }

  .home_client-stories_modal-1_tabs-link {
    padding: 11px 1.5rem;
  }

  .home_client-stories_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0;
  }

  .client-stories-single_main-scrollspy {
    width: 66%;
    margin-bottom: 2rem;
    position: relative;
    top: 0;
  }

  .client-stories-single_featured-image-overlay-2 {
    opacity: .4;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_menu {
    height: calc(100dvh - 4rem);
    padding-bottom: 6rem;
  }

  .navbar_dropdown-content_grid-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar_dropdown-column {
    padding-bottom: 3rem;
  }

  .navbar_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar_dropdown-content-right {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .gsap_animation-spacer {
    min-height: 75vh;
  }

  .blog-post-header_content {
    grid-row-gap: 3rem;
  }

  .blog-post-header_background-image {
    width: 150vw;
  }

  .blog-post_sidebar {
    padding: 1.25rem;
  }

  .blog-slider_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-slider_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .home_hero_video-wrapper {
    width: 75%;
  }

  .work_pillars_top-copy-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .work_pillar-feature_content-right_block-1 {
    padding: 1rem;
  }

  .work_pillar-feature_divider {
    display: none;
  }

  .press_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .press_item-link {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .press_image-wrapper {
    height: 100%;
  }

  .press_logo {
    max-height: 3.25rem;
  }

  .section_press_waves {
    margin-top: -10rem;
    margin-bottom: 0;
  }

  .press_waves_image {
    width: 175vw;
  }

  .logo1_logo-2 {
    min-height: 3rem;
    max-height: 5rem;
  }

  .products_modal_close {
    padding: 1rem;
  }

  .products_modal_heading {
    font-size: 2rem;
  }

  .products_modal_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .products_modal_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .products_slider_nav {
    bottom: 3rem;
  }

  .products_video_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .nav-alt {
    max-width: 100%;
  }

  .style-grid-logos {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .style-grid-four-c.no-margin {
    grid-template-columns: 1fr 1fr;
  }

  .style-grid-two-c-2 {
    grid-template-columns: 1fr;
  }

  .text-size-custom-1 {
    font-size: 1.125rem;
  }

  .mansory-image {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-scroll_outer {
    display: none;
  }

  .events_header {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .edge-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .edge-home_animation_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .edge-home_animation_heading, .edge-home_animation_heading-right {
    font-size: 2rem;
  }

  .edge-home_animation_heading-right-top {
    height: 2.5rem;
    overflow: hidden;
  }

  .edge-home_features_scrollspy {
    width: 100%;
    margin-bottom: 0;
    display: none;
    position: relative;
    top: 0;
  }

  .edge-home_features_scrollspy-nav {
    width: 100%;
    display: block;
    position: relative;
  }

  .edge-home_features_scrollspy-nav-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .edge-home_features-content.is-secondary {
    padding-top: 0;
  }

  .edge-home_seeknfind-reveal-text {
    font-size: 1rem;
  }

  .edge-home_benefits_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .edge-nav_component {
    min-height: 4rem;
    top: 4rem;
  }

  .edge-nav_menu {
    width: 100vw;
  }

  .edge-nav_menu-wrapper {
    padding-top: 4rem;
  }

  .edge-nav_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .edge-ops-values_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .edge_testimonial_background-image {
    opacity: .5;
    object-fit: cover;
    object-position: 100% 100%;
  }

  .edge-2-col_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .edge-2-col_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .edge_feature-layout_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .edge-grid-feature_list {
    grid-template-columns: 1fr;
  }

  .section_edge_header-orange, .section_edge_header-midnight {
    overflow: hidden;
  }

  .edge_feature-hardware_content {
    grid-template-columns: 1fr;
  }

  .edge_feature-hardware_item {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .edge-pricing_scrollspy-nav-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sub-navbar_component {
    top: 4rem;
  }

  .sub-navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .header26_image-wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .edge-home_header_ghost {
    width: 75%;
  }

  .edge-home_header-heading {
    font-size: 4rem;
  }

  .spacer-edge-home_header {
    padding-top: 2.5rem;
    display: block;
  }

  .edge-home_header_stack {
    width: 75%;
  }

  .edge-tab_content {
    flex-flow: column;
    display: flex;
  }

  .edge-tab_inner-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .edge-tab_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .edge-tab_tabs-content {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .edge-tab_tabs-menu {
    place-items: start stretch;
    margin-bottom: 2rem;
  }

  .edge-3-col_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .edge-feature_heardware-heading {
    text-align: left;
    font-size: 1.25rem;
  }

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

  .edge-pricing_plans {
    grid-template-columns: 1fr;
  }

  .edge-pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .edge-check_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .edge-check_text {
    flex: 0 auto;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .edge-check_logo {
    max-height: 3rem;
  }

  .edge-check_icon-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pulse_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .pulse_header_background-image {
    opacity: .36;
    width: 50rem;
    bottom: 7rem;
    left: 0;
    right: auto;
  }

  .pulse_header_background-image.is-cloud-foundation {
    top: -16.1rem;
    right: -33.8rem;
  }

  .pulse_header_background-image.is-app-modern {
    top: -25.5rem;
    right: -33.8rem;
  }

  .pulse_header_background-image.is-devops {
    width: 90rem;
    top: -7.4rem;
    right: -7.5rem;
  }

  .pulse_header_background-image.is-ai-data {
    width: 90rem;
    top: -5.8rem;
    right: -27.4rem;
  }

  .pulse_header_background-image.is-edge-plat-orange {
    width: 91rem;
    top: -16.3rem;
    right: -35.7rem;
  }

  .pulse_header_background-image.is-edge-plat-midnight {
    width: 91rem;
    top: -10.8rem;
    right: -35.7rem;
  }

  .pulse_header_background-image.is-edge-home {
    width: 50rem;
  }

  .pulse_how-it-works_feature {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pulse_how-it-works_feature_item {
    padding: 0;
  }

  .pulse_how-it-works_feature_item-content.is-right {
    margin-left: 0;
  }

  .pulse_how-it-works_feature_image {
    opacity: .54;
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 50%;
    transform: translate(-50%);
  }

  .prpulse_how-it-works_feature_item-heading {
    font-size: 1.25rem;
  }

  .pulse_bottom-cta_background-image {
    top: -32%;
  }

  .pulse_header_background-image-2 {
    width: 115rem;
    min-width: 115rem;
    max-height: 18rem;
    top: -7.1rem;
    right: 25.5375rem;
  }

  .press-release-single_main-external {
    width: 66%;
    margin-bottom: 2rem;
    position: relative;
    top: 0;
  }

  .layout3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .banner-text {
    padding-left: 20px;
  }

  .client-stories-single_main-scrollspy-inner {
    width: 66%;
    margin-bottom: 2rem;
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  .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-style-h2 {
    font-size: 2.1rem;
  }

  .rl-styleguide_item-row {
    grid-row-gap: .5rem;
    grid-template-columns: 15rem;
  }

  .rl-styleguide_item-row.is-button-row {
    grid-template-columns: 19rem;
  }

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

  .footer_component {
    z-index: 1;
  }

  .footer_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .credit_cloud_products_header_component, .product_features_list, .products_solutions_products_list {
    grid-template-columns: 1fr;
  }

  .products_solutions_products_item-right {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .products_solutions_products_icon-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .credit-cloud_products_cta_background-image {
    top: 2%;
  }

  .credit-cloud_products_statement_background-image {
    min-width: 44rem;
    bottom: 7%;
    right: -17%;
  }

  .products_solutions_products_content {
    max-width: none;
  }

  .products_solutions_products_item-left, .products_solutions_products_item-left-bottom, .products_solutions_products_item-right-bottom {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_brand-mark-wrapper {
    width: 20rem;
    top: 48%;
  }

  .products_cta_custom-spacer, .products_statement_custom-spacer {
    padding-top: 2.5rem;
  }

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

  .products_solutions_accelerators_item-left, .products_solutions_accelerators_item-right, .products_solutions_accelerators_item-center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .products_solutions_accelerators_icon-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .products_solutions_accelerators_item-text {
    font-size: 1.3125rem;
  }

  .text-size-medium-2 {
    font-size: 1.25rem;
  }

  .row-layout.is-row-gap-4 {
    grid-row-gap: 3rem;
  }

  .logo1_component {
    grid-column-gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-content: center;
  }

  .logo1_component.is-right-desktop {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
  }

  .products_solutions_accelerators_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: calc(5% + 1rem);
    padding-right: calc(5% + 1rem);
  }

  .edge-platform_products_statement_background-image {
    min-width: 44rem;
    bottom: -13%;
    right: -38%;
  }

  .edge-platform_products_cta_background-image {
    top: 2%;
    right: -17%;
  }

  .edge-platform_products_header_component, .intel-ordering_products_header_component {
    grid-template-columns: 1fr;
  }

  .intel-ordering_products_statement_background-image {
    min-width: 44rem;
    bottom: -13%;
    right: -76%;
  }

  .intel-ordering_products_cta_background-image {
    top: 2%;
    right: -44%;
  }

  .arrival-intel_products_header_component {
    grid-template-columns: 1fr;
  }

  .arrival-intel_products_statement_background-image {
    top: -9.2rem;
  }

  .arrival-intel_products_cta_background-image {
    width: 70rem;
    top: 4.1rem;
    left: 5.4625rem;
  }

  .arrival-intel_products_cta_custom-spacer, .arrival-intel_products_statement_custom-spacer {
    padding-top: 2.5rem;
  }

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

  .services_header_background-image.is-application-dev {
    top: -3.5rem;
  }

  .services_header_background-image.is-cloud-foundation {
    top: -16.4rem;
  }

  .services_header_background-image.is-edge-computing {
    top: -3.5rem;
  }

  .services_header_background-image.is-app-modern {
    top: -25.3rem;
  }

  .services_header_background-image.is-edge-plat-orange, .services_header_background-image.is-edge-plat-midnight {
    top: -13.6rem;
    right: -40.9rem;
  }

  .services_features_list, .services_other_list {
    grid-template-columns: 1fr;
  }

  .services_other_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services_other_item_icon-wrapper {
    min-width: auto;
  }

  .product-strategy_services_cta_background-image, .application-dev_services_cta_background-image, .cloud-foundation_services_cta_background-image {
    top: -3%;
  }

  .edge-computing_services_cta_background-image, .app-modern_services_cta_background-image, .devops_services_cta_background-image, .ai-data_services_cta_background-image {
    top: 3%;
    left: 60%;
  }

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

  .accelerators_header_background-image.is-dev-optimization {
    top: -36.9rem;
    right: -30.8rem;
  }

  .accelerators_header_background-image.is-artisan-launchpad {
    width: 60rem;
    top: -26.8rem;
    right: -27.7rem;
  }

  .accelerators_header_background-image.is-challenge {
    top: -27.6rem;
    right: -30.3rem;
  }

  .accelerators_statement_component, .accelerators_features_content-bottom, .accelerators_features_list {
    grid-template-columns: 1fr;
  }

  .accelerators_client-stories_background-image {
    width: auto;
  }

  .dev-optimization_accelerators_cta_background-image {
    top: 3%;
    left: 60%;
  }

  .artisan-launchpad_accelerators_cta_background-image {
    top: -1%;
    left: 58%;
  }

  .challenge_accelerators_cta_background-image {
    top: 3%;
    left: 45%;
  }

  .why-artisan_list {
    grid-template-columns: 1fr;
  }

  .careers_benefits_list {
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .careers_benefits_image-wrapper {
    margin-top: 1rem;
  }

  .core-values_list {
    grid-template-columns: 1fr;
  }

  .about_cta_content-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .team_list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .team_item_modal-button {
    padding: .75rem;
  }

  .about_cta_logos {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .blog_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .client-stories_content {
    grid-template-columns: 1fr;
  }

  .client-stories_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .client-stories_image {
    max-height: 14rem;
  }

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

  .podcast_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .podcast_image {
    max-height: 14rem;
  }

  .podcast_voices_hosts-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .podcast_voices_listen-content {
    flex-flow: wrap;
  }

  .heading-style-xl {
    font-size: 3rem;
  }

  .tooltip-wrapper {
    min-width: 171px;
  }

  .home_client-stories_modal-1_tabs-pane.gradient-top_client-stories-single {
    padding: 1.5rem;
  }

  .home_client-stories_modal-1_tabs-menu {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_mission-statement_background-image {
    min-width: 44rem;
    bottom: 7%;
    right: -17%;
  }

  .home_services_main-heading {
    padding-right: 0%;
  }

  .home_client-stories_modal-1_button {
    min-height: 40vh;
  }

  .home_art_copy {
    padding-right: 0%;
  }

  .home_services_scrollspy-nav-link.w--current {
    padding-top: .85rem;
    padding-bottom: .85rem;
  }

  .tooltip-container {
    padding: 1rem;
  }

  .home_services_scrollspy-nav {
    margin-top: 0;
  }

  .home_client-stories_modal-1_tabs-link {
    padding: 11px 1rem;
  }

  .client-stories-single_main-scrollspy {
    width: 85%;
  }

  .navbar_dropdown-content_grid-wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_dropdown-link-list {
    grid-row-gap: .5rem;
  }

  .navbar_dropdown-link {
    padding-left: 0;
  }

  .navbar_dropdown-content-right {
    max-width: none;
  }

  .navbar_dropdown-content-wrapper {
    width: 100%;
  }

  .gsap_animation-spacer {
    min-height: 70vh;
  }

  .blog-post-header_content {
    grid-template-columns: 1fr;
  }

  .blog-post-header_background-image-wrapper {
    top: 46%;
  }

  .blog-post_sidebar {
    padding: 1.125rem;
  }

  .blog-slider_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home_hero_video-wrapper {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .tooltip-copy {
    font-size: .875rem;
  }

  .work_pillars_top-copy-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .press_item-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .press_logo {
    max-height: 2.75rem;
  }

  .section_press_waves {
    margin-top: -10rem;
  }

  .press_waves_image {
    width: 247vw;
  }

  .logo1_logo-2 {
    min-height: 3rem;
    max-height: 4rem;
  }

  .logo1_logo-2.is-wired {
    min-height: 2.6rem;
  }

  .logo1_logo-2.is-fortune, .logo1_logo-2.is-vercel {
    min-height: 2.1rem;
  }

  .products_modal_image {
    width: 3.5rem;
  }

  .products_modal_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .nav-alt {
    text-align: center;
  }

  .btn {
    border-radius: 31px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .mansory-image {
    grid-template-columns: 1fr;
  }

  .brand-guide_nav {
    display: none;
  }

  .events_header_details-row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .edge-header_component {
    grid-template-columns: 1fr;
  }

  .edge-home_animation_heading, .edge-home_animation_heading-right {
    font-size: 1.5rem;
  }

  .edge-home_animation_heading-right-top {
    height: 1.9rem;
  }

  .edge-home_features_scrollspy {
    margin-top: 0;
  }

  .edge-home_features_scrollspy-nav-link.w--current {
    padding-top: .85rem;
    padding-bottom: .85rem;
  }

  .edge-home_benefits_list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .edge-nav_menu {
    border-left-style: none;
    width: 100dvw;
  }

  .edge-nav_menu-wrapper {
    padding-top: 3.5rem;
  }

  .edge-nav_links-wrapper {
    grid-template-columns: 1fr;
  }

  .edge-aoo_feature-3_heading-wrapper {
    padding-right: 0%;
  }

  .edge-ops-values_list, .edge_feature-layout_content, .edge-4-col_list, .edge-grid-feature_list {
    grid-template-columns: 1fr;
  }

  .edge-grid-feature_item-left, .edge-grid-feature_item-right, .edge-grid-feature_item-left-bottom, .edge-grid-feature_item-right-bottom {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .edge-grid-feature_icon-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .edge-grid-feature_content {
    max-width: none;
  }

  .edge-pricing_scrollspy-nav-link.w--current {
    padding-top: .85rem;
    padding-bottom: .85rem;
  }

  .spacer-edge-home_header {
    padding-top: 2.5rem;
  }

  .edge-tab_tabs, .edge-3-col_list, .edge-check_content {
    grid-template-columns: 1fr;
  }

  .edge-check_text, .edge-check_icon-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .pulse_header_background-image {
    bottom: 7rem;
    left: -15.7rem;
  }

  .pulse_header_background-image.is-application-dev {
    top: -3.5rem;
  }

  .pulse_header_background-image.is-cloud-foundation {
    top: -16.4rem;
  }

  .pulse_header_background-image.is-edge-computing {
    top: -3.5rem;
  }

  .pulse_header_background-image.is-app-modern {
    top: -25.3rem;
  }

  .pulse_header_background-image.is-edge-plat-orange, .pulse_header_background-image.is-edge-plat-midnight {
    top: -13.6rem;
    right: -40.9rem;
  }

  .pulse_how-it-works_feature {
    grid-template-columns: 1fr;
  }

  .pulse_how-it-works_feature_image {
    opacity: .26;
  }

  .pulse_bottom-cta_background-image {
    top: -1%;
    left: 58%;
  }

  .press-release-single_main-external {
    width: 85%;
  }

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

  .client-stories-single_main-scrollspy-inner {
    width: 85%;
  }
}

#w-node-_117778a7-dc78-9084-f321-623d5c318ca8-6f012d9a, #w-node-_117778a7-dc78-9084-f321-623d5c318cae-6f012d9a, #w-node-_117778a7-dc78-9084-f321-623d5c318cb0-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e62297959c-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e6229795a0-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e6229795a1-6f012d9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3dc8170-5602-2fb8-9c56-45e6229795b2-6f012d9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa8641-6f012d9a, #w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa8647-6f012d9a, #w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa8648-6f012d9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa869c-6f012d9a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86a1-6f012d9a, #w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86a7-6f012d9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#modal-button-1.w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86a8-6f012d9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#modal-button-2.w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86b1-6f012d9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86ba-6f012d9a {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86bf-6f012d9a, #modal-button-3.w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86c0-6f012d9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86c9-6f012d9a {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86ca-6f012d9a {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_29ab01ab-869f-cc62-f41a-ba4dd2a9b51f-d2a9b4ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-6f012db7 {
  justify-self: start;
}

#w-node-_5f7c8a73-8797-6994-3d8c-c3405065b8cc-6f012db7 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-6f012db7 {
  justify-self: start;
}

#w-node-c355defc-0e70-39ff-0cc8-5fd3298458e1-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c355defc-0e70-39ff-0cc8-5fd3298458e2-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-6f012db7 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-6f012db7, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-6f012db7, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-6f012db7, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-6f012db7, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-6f012db7, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-6f012db7, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-6f012db7, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-6f012db7, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-6f012db7, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-6f012db7, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-6f012db7, #w-node-_645adf50-ffc0-5f35-4163-48e693a01355-6f012db7, #w-node-_645adf50-ffc0-5f35-4163-48e693a01358-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-6f012db7 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-6f012db7 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-6f012db7 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-6f012db7 {
  justify-self: start;
}

#w-node-bb4f2ed3-633d-080a-0890-1deb5f326ac8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb4f2ed3-633d-080a-0890-1deb5f326ac9-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-6f012db7, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-6f012db7, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-6f012db7 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-6f012db7, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-6f012db7, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-6f012db7 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-6f012db7, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-6f012db7, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-6f012db7 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-6f012db7, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-6f012db7, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-6f012db7 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-6f012db7, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-6f012db7, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-6f012db7 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-6f012db7, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-6f012db7, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-6f012db7 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-6f012db7, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-6f012db7, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-6f012db7 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-6f012db7, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-6f012db7, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-6f012db7 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-6f012db7, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-6f012db7 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-6f012db7 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-6f012db7 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-6f012db7, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-6f012db7, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-6f012db7, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-6f012db7, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-6f012db7, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-6f012db7, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-6f012db7 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-6f012db7, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-6f012db7, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-6f012db7 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-6f012db7, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-6f012db7, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-6f012db7 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-6f012db7, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-6f012db7, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-6f012db7 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-6f012db7, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-6f012db7, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-6f012db7 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-6f012db7, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-6f012db7, #w-node-ee961e8d-845a-edc3-3307-509470022457-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-6f012db7 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-6f012db7, #w-node-ee961e8d-845a-edc3-3307-50947002245b-6f012db7, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-6f012db7 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-6f012db7, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-6f012db7, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-6f012db7 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-6f012db7, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-6f012db7, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-6f012db7 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-6f012db7, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-6f012db7, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-6f012db7 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-6f012db7, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-6f012db7, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-6f012db7 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-6f012db7, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-6f012db7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-6f012db7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-6f012db7 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-6f012db7 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-6f012db7 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-6f012db7 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-6f012db7 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-6f012db7 {
  justify-self: start;
}

#w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc230-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc231-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc233-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc236-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc237-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc239-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc23c-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc23d-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc23f-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc242-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc243-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc245-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc248-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc249-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc24b-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc24e-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc24f-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc251-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc254-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc255-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc257-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc259-6f012db7, #w-node-ad9ac1b6-a287-2685-5de1-6fe15dbfc25a-6f012db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f0043c7-f4f4-c272-8873-cfe3f2d205b2-b58001aa, #w-node-_3f0043c7-f4f4-c272-8873-cfe3f2d205bc-b58001aa, #w-node-_3f0043c7-f4f4-c272-8873-cfe3f2d205c6-b58001aa, #w-node-_3f0043c7-f4f4-c272-8873-cfe3f2d205d0-b58001aa, #w-node-_3f0043c7-f4f4-c272-8873-cfe3f2d205e4-b58001aa, #w-node-_3f0043c7-f4f4-c272-8873-cfe3f2d205fe-b58001aa, #w-node-_021a0700-9479-b328-4d32-8a369ae28333-531700d0, #w-node-_021a0700-9479-b328-4d32-8a369ae2833c-531700d0, #w-node-_021a0700-9479-b328-4d32-8a369ae28345-531700d0, #w-node-ffa98100-b834-c2ad-d5b1-f4964f1dcf6a-531700d0, #w-node-b3979a09-51a9-b3cb-a9f0-6984e4a82889-531700d0, #w-node-d73e5849-0650-15f8-8b2f-bd3419e06880-531700d0 {
  align-self: start;
}

#hero-btn.w-node-c5b60a32-8bee-33f8-c065-dc06b0be0c16-ec53398b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_0a554bba-36c1-3eea-56c6-678d246e70a0-ec53398b {
  align-self: center;
}

#w-node-_4540ee9c-9b35-ab61-5645-feb7448d3721-ec53398b, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d372b-ec53398b, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d3735-ec53398b, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d373f-ec53398b, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d3753-ec53398b, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d376d-ec53398b, #w-node-a03af932-2172-bcc1-0bcf-9de21946e428-ce08c370, #w-node-a03af932-2172-bcc1-0bcf-9de21946e432-ce08c370, #w-node-a03af932-2172-bcc1-0bcf-9de21946e43c-ce08c370, #w-node-a03af932-2172-bcc1-0bcf-9de21946e446-ce08c370, #w-node-a03af932-2172-bcc1-0bcf-9de21946e45a-ce08c370, #w-node-a03af932-2172-bcc1-0bcf-9de21946e474-ce08c370, #w-node-bf52aa37-c835-c78b-476c-2b67ca06469d-3ded6498, #w-node-_84124900-0fac-ed20-cd72-fb5b13bb8d6a-7e072449, #w-node-_20ba05ec-1bd7-4ba8-6984-592c6a88b092-fc2e4fec, #w-node-_94bfd729-6682-56f1-6926-d57778f1369b-9ca8d0f8, #w-node-_8ac92894-9c5a-c6a8-19bb-2886035f8c12-4edef6f2, #w-node-_902f0e2d-054a-d31c-7f7e-74aab3ba7a3c-ef6c257b, #w-node-fe8bc194-4aa6-90fc-316b-f3de4d700c97-4ee40428, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d760-9f193cab, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d714-9f193cab, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d71e-9f193cab, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d728-9f193cab, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d732-9f193cab, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d746-9f193cab, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d760-b46eb653, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d714-b46eb653, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d71e-b46eb653, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d728-b46eb653, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d732-b46eb653, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d746-b46eb653 {
  align-self: start;
}

#w-node-_6a90aa97-1746-00a8-066b-cc6e21d149f4-e5e6b46b {
  align-self: center;
}

#w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d760-e5e6b46b, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d714-e5e6b46b, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d71e-e5e6b46b, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d728-e5e6b46b, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d732-e5e6b46b, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d746-e5e6b46b {
  align-self: start;
}

#w-node-_4be00a2f-2909-77fd-8ac7-12f10d95e699-67103684 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4be00a2f-2909-77fd-8ac7-12f10d95e6c3-67103684 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5374f913-8260-1dbc-91aa-a2a167c8646c-67103684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5374f913-8260-1dbc-91aa-a2a167c8648e-67103684 {
  justify-self: end;
}

#w-node-_7d0b9f07-fd43-99d1-0c5c-8a62d562955c-e943916f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#hero-p.w-node-_7d0b9f07-fd43-99d1-0c5c-8a62d562955d-e943916f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d0b9f07-fd43-99d1-0c5c-8a62d562956b-e943916f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0b9f07-fd43-99d1-0c5c-8a62d562956c-e943916f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01a9a872-b915-a777-0959-c3c02e182b51-e943916f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_7dfeb789-3682-ec08-9b7b-31547e9589e4-6a4ffe62, #w-node-_7dfeb789-3682-ec08-9b7b-31547e9589e8-6a4ffe62, #w-node-_37a2e160-1ac5-b255-c23c-4c9cc049bc06-6a4ffe62, #w-node-_37a2e160-1ac5-b255-c23c-4c9cc049bc0a-6a4ffe62, #w-node-_865e7731-9f7a-1a13-dbe1-b744969b0b10-6a4ffe62, #w-node-_865e7731-9f7a-1a13-dbe1-b744969b0b14-6a4ffe62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a96c28ee-f725-a5b8-93e3-861e0cc8dc02-aa52c0ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d7b04fb-2fe9-f464-d50d-ea85befda6fc-aa52c0ec {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ab1a190c-77ea-248b-ff2e-82c1794c145f-aa52c0ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcbb6f8c-a5fa-295a-7c4a-cfc74902cd21-aa52c0ec {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c79b83c4-ba32-50a0-45ae-4c02814c8ec8-aa52c0ec, #w-node-_75d0413e-96da-e174-c0d0-c8a91cc3f6f2-aa52c0ec, #w-node-bd9c8179-5db4-26c3-e2ce-88ae8067e847-aa52c0ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d11b3929-1d24-9afa-af00-090b9bc9b7bd-aa52c0ec {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac5507e2-354b-5fa1-9e7b-af7934776be7-aa52c0ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7e20c39-5865-673a-3bd2-4f37c893a179-bf420022 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e20c39-5865-673a-3bd2-4f37c893a17a-bf420022 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_021a0700-9479-b328-4d32-8a369ae28333-f7699b33, #w-node-_021a0700-9479-b328-4d32-8a369ae2833c-f7699b33, #w-node-_021a0700-9479-b328-4d32-8a369ae28345-f7699b33, #w-node-ffa98100-b834-c2ad-d5b1-f4964f1dcf6a-f7699b33, #w-node-b3979a09-51a9-b3cb-a9f0-6984e4a82889-f7699b33, #w-node-d73e5849-0650-15f8-8b2f-bd3419e06880-f7699b33 {
  align-self: start;
}

#w-node-_6af17748-ba64-e476-86a4-3c42b2c4de5c-663b3071 {
  align-self: center;
}

#w-node-_4540ee9c-9b35-ab61-5645-feb7448d3721-663b3071, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d372b-663b3071, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d3735-663b3071, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d373f-663b3071, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d3753-663b3071, #w-node-_4540ee9c-9b35-ab61-5645-feb7448d376d-663b3071 {
  align-self: start;
}

#w-node-_2fe80ad7-2b05-b647-017d-cf64761cdb23-b0409017 {
  justify-self: start;
}

#w-node-a03af932-2172-bcc1-0bcf-9de21946e428-b0409017, #w-node-a03af932-2172-bcc1-0bcf-9de21946e432-b0409017, #w-node-a03af932-2172-bcc1-0bcf-9de21946e43c-b0409017, #w-node-a03af932-2172-bcc1-0bcf-9de21946e446-b0409017, #w-node-a03af932-2172-bcc1-0bcf-9de21946e45a-b0409017, #w-node-a03af932-2172-bcc1-0bcf-9de21946e474-b0409017 {
  align-self: start;
}

#w-node-_8edc9afa-1299-6a29-1be1-9a13468f2efe-468f2e84, #w-node-_8edc9afa-1299-6a29-1be1-9a13468f2f8a-468f2e84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bff1159-652f-16f5-636a-110680256502-772d3174 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1bff1159-652f-16f5-636a-110680256527-772d3174, #w-node-_1bff1159-652f-16f5-636a-11068025652b-772d3174, #w-node-_1bff1159-652f-16f5-636a-110680256553-772d3174, #w-node-_1bff1159-652f-16f5-636a-110680256557-772d3174, #w-node-_1bff1159-652f-16f5-636a-11068025657f-772d3174, #w-node-_1bff1159-652f-16f5-636a-110680256583-772d3174 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3647acdc-93b1-95e1-0112-dc0eadafd5c0-70f42e11, #w-node-_3647acdc-93b1-95e1-0112-dc0eadafd5e4-70f42e11, #w-node-_3647acdc-93b1-95e1-0112-dc0eadafd5c9-70f42e11, #w-node-_3647acdc-93b1-95e1-0112-dc0eadafd5d2-70f42e11, #w-node-_226fdea8-b196-eed2-4994-fbad0b0866c3-70f42e11, #w-node-_3647acdc-93b1-95e1-0112-dc0eadafd5db-70f42e11, #w-node-_40269071-5586-2b11-d3be-b642a0f7a5d5-70f42e11, #w-node-_7ff81367-20b7-a0a7-0940-80890292ba03-70f42e11, #w-node-_4b4e3ace-3442-eb48-b831-420be06a5390-70f42e11, #w-node-d7291e83-83cb-f476-1220-b1f521e2d344-70f42e11, #w-node-_6e950bd6-e352-ca58-b10b-e769863b793b-70f42e11, #w-node-_06dced55-b489-b4e9-23ef-025ffdf52608-70f42e11, #w-node-df9a65d3-8872-6b7b-cd6a-310ab0f55bdf-70f42e11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c08-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c09-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c0d-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c0e-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c12-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c13-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c17-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c18-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c1c-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c1d-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c21-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c22-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c8b-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c8c-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c90-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c91-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c95-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c96-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c9a-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c9b-70f42e11 {
  justify-self: start;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212c9f-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c52b006-574d-a4ec-7480-e37ce3212ca0-70f42e11 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-70f42e11 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-70f42e11 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-70f42e11, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-70f42e11, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-70f42e11 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-70f42e11 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-70f42e11 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-70f42e11 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-70f42e11 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-70f42e11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-70f42e11, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-70f42e11 {
  justify-self: start;
}

#w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-fe9b6355, #w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-6e7f7026, #w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-8b28ccbd {
  justify-self: end;
}

#w-node-e0b4730e-9b81-e4df-90a0-c81729d8c71f-92392e9e, #w-node-e0b4730e-9b81-e4df-90a0-c81729d8c724-92392e9e, #w-node-e0b4730e-9b81-e4df-90a0-c81729d8c725-92392e9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b4730e-9b81-e4df-90a0-c81729d8c733-92392e9e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_020a2521-49bd-3055-09e6-8245b7d17def-b7d17de8 {
  justify-self: center;
}

#w-node-_020a2521-49bd-3055-09e6-8245b7d17dfe-b7d17de8 {
  justify-self: end;
}

#w-node-_3b0608b2-ecb3-fba6-d184-627651c10279-47e3c123, #w-node-_3b0608b2-ecb3-fba6-d184-627651c10281-47e3c123, #w-node-_3b0608b2-ecb3-fba6-d184-627651c10289-47e3c123, #w-node-_3b0608b2-ecb3-fba6-d184-627651c10291-47e3c123 {
  align-self: start;
}

#w-node-_024fd656-bdf9-a111-4c67-207840c40251-9163df71, #w-node-_250a8b0a-4bc5-b55e-2d47-9e410ab4c280-05a45b27, #w-node-_7aca184d-c992-5ab5-bf70-97fa764acd26-05a45b27, #w-node-df7d76f1-b7b5-3803-befd-ba6138445f41-05a45b27 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_683c8c84-b56d-106c-57af-a1f9410b2aa6-efbfa5a5, #w-node-_683c8c84-b56d-106c-57af-a1f9410b2ab0-efbfa5a5, #w-node-_683c8c84-b56d-106c-57af-a1f9410b2aba-efbfa5a5, #w-node-_683c8c84-b56d-106c-57af-a1f9410b2ac4-efbfa5a5 {
  align-self: start;
}

#w-node-_9ba9adf8-d0d6-4bb9-d0d9-b74707df6910-efbfa5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8bec7f40-26b1-5f7c-1bf1-4514f3b7469c-c0ce44f1, #w-node-_8bec7f40-26b1-5f7c-1bf1-4514f3b746a6-c0ce44f1, #w-node-_8bec7f40-26b1-5f7c-1bf1-4514f3b746b0-c0ce44f1, #w-node-_8bec7f40-26b1-5f7c-1bf1-4514f3b746ba-c0ce44f1 {
  align-self: start;
}

#w-node-_696fc500-0c13-d6f6-29a7-4992e47a3550-c0ce44f1, #w-node-_696fc500-0c13-d6f6-29a7-4992e47a3558-c0ce44f1, #w-node-_696fc500-0c13-d6f6-29a7-4992e47a3559-c0ce44f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_696fc500-0c13-d6f6-29a7-4992e47a3570-c0ce44f1, #w-node-_66b567f6-9b12-8f98-0527-027c1f15f455-c0ce44f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29b70e5b-986b-1c31-4960-b4c3345a0827-c0ce44f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29b70e5b-986b-1c31-4960-b4c3345a0828-c0ce44f1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfc91-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfc96-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfc9b-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfca0-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfca5-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcaa-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcaf-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcc2-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcc7-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfccc-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcd1-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcd6-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcdb-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcf0-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcf5-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcfa-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfcff-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd04-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd09-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd0e-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd21-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd26-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd2b-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd30-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd35-c0ce44f1, #w-node-aa5fe3cd-1a68-92bd-7a9a-62fbc2cdfd3a-c0ce44f1, #w-node-ca398f96-7d08-a56e-d410-6929a9333b1d-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b22-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b27-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b2c-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b31-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b36-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b3b-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b4e-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b53-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b58-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b5d-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b62-78c91be7, #w-node-ca398f96-7d08-a56e-d410-6929a9333b67-78c91be7 {
  align-self: start;
}

#w-node-_566c2663-045d-2c6a-7893-f57f5ff8c5bc-dc626554, #w-node-_9b4a69ca-01c9-a037-920e-61664c783dd4-dc626554 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f519731-067d-8b67-c20f-ce6425398e78-419df56f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89c2027b-050d-7e51-2449-27c9d4c5e036-419df56f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a90aa97-1746-00a8-066b-cc6e21d149ff-419df56f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_802c8581-69ba-a4e0-4a8e-c30c973d4386-419df56f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_726824cc-ff63-6bd5-7444-82e955977d74-419df56f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-b2b47a76-3873-7cb1-c224-64e747fe1a41-419df56f, #w-node-b2b47a76-3873-7cb1-c224-64e747fe1a46-419df56f, #w-node-b2b47a76-3873-7cb1-c224-64e747fe1a47-419df56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b47a76-3873-7cb1-c224-64e747fe1a52-419df56f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-b2059c1d, #w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-cc12f8d0 {
  justify-self: end;
}

#w-node-_6a90aa97-1746-00a8-066b-cc6e21d149f4-e2178c53 {
  align-self: center;
}

#w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d760-e2178c53, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d714-e2178c53, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d71e-e2178c53, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d728-e2178c53, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d732-e2178c53, #w-node-a6f29b6f-1ff1-bc96-9b6e-1eafe281d746-e2178c53 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c3c74192-0860-b769-9fbe-fbef42211c99-6f012d9a, #w-node-_117778a7-dc78-9084-f321-623d5c318cb1-6f012d9a, #w-node-_117778a7-dc78-9084-f321-623d5c318cc0-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e6229795b7-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e6229795b9-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e6229795ef-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e6229795f1-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e622979624-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e622979626-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e622979629-6f012d9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4be00a2f-2909-77fd-8ac7-12f10d95e699-67103684, #w-node-_4be00a2f-2909-77fd-8ac7-12f10d95e6c3-67103684, #w-node-a96c28ee-f725-a5b8-93e3-861e0cc8dc02-aa52c0ec, #w-node-_024fd656-bdf9-a111-4c67-207840c40251-9163df71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ba9adf8-d0d6-4bb9-d0d9-b74707df690a-05a45b27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7aca184d-c992-5ab5-bf70-97fa764acd26-05a45b27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecea728b-f85f-dd08-ddd0-d66b0fc55f89-05a45b27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ba9adf8-d0d6-4bb9-d0d9-b74707df6910-efbfa5a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_696fc500-0c13-d6f6-29a7-4992e47a3575-c0ce44f1, #w-node-_696fc500-0c13-d6f6-29a7-4992e47a3577-c0ce44f1, #w-node-_696fc500-0c13-d6f6-29a7-4992e47a3582-c0ce44f1, #w-node-_696fc500-0c13-d6f6-29a7-4992e47a3584-c0ce44f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66b567f6-9b12-8f98-0527-027c1f15f455-c0ce44f1, #w-node-_566c2663-045d-2c6a-7893-f57f5ff8c5bc-dc626554 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ad647fe-c16b-8f9e-ce5e-9f61782bcc38-dc626554 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_117778a7-dc78-9084-f321-623d5c318cb1-6f012d9a, #w-node-_117778a7-dc78-9084-f321-623d5c318cc0-6f012d9a, #w-node-f3dc8170-5602-2fb8-9c56-45e6229795b2-6f012d9a {
    grid-column: span 1 / span 1;
  }

  #w-node-f3dc8170-5602-2fb8-9c56-45e622979600-6f012d9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #modal-button-1.w-node-_6cac8fe8-a920-d5a1-3b03-d68e20fa86a8-6f012d9a, #w-node-_7d0b9f07-fd43-99d1-0c5c-8a62d562956c-e943916f {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d0b9f07-fd43-99d1-0c5c-8a62d56296ae-e943916f {
    order: -9999;
  }

  #w-node-b7e20c39-5865-673a-3bd2-4f37c893a17a-bf420022 {
    grid-column: span 1 / span 1;
  }

  #w-node-b7e20c39-5865-673a-3bd2-4f37c893a1b0-bf420022 {
    order: -9999;
  }

  #w-node-_1bff1159-652f-16f5-636a-110680256502-772d3174 {
    grid-column: span 2 / span 2;
  }

  #w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-fe9b6355, #w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-6e7f7026 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_376ea46f-a1a5-2dfc-1901-d8ad9eb3fe54-8b28ccbd {
    order: -9999;
  }

  #w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-8b28ccbd {
    order: -9999;
    justify-self: start;
  }

  #w-node-e0b4730e-9b81-e4df-90a0-c81729d8c733-92392e9e, #w-node-_696fc500-0c13-d6f6-29a7-4992e47a3570-c0ce44f1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2f519731-067d-8b67-c20f-ce6425398e78-419df56f, #w-node-_89c2027b-050d-7e51-2449-27c9d4c5e036-419df56f, #w-node-_6a90aa97-1746-00a8-066b-cc6e21d149ff-419df56f, #w-node-_802c8581-69ba-a4e0-4a8e-c30c973d4386-419df56f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_726824cc-ff63-6bd5-7444-82e955977d74-419df56f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b2b47a76-3873-7cb1-c224-64e747fe1a52-419df56f {
    grid-column: span 1 / span 1;
  }

  #w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-b2059c1d, #w-node-bf18f656-a6d6-67eb-25c1-2b8e2c0b185c-cc12f8d0 {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d0b9f07-fd43-99d1-0c5c-8a62d56296ae-e943916f, #w-node-b7e20c39-5865-673a-3bd2-4f37c893a1b0-bf420022 {
    order: -9999;
  }

  #w-node-_1bff1159-652f-16f5-636a-110680256502-772d3174 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('../fonts/AcuminVariableConcept.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('../fonts/AcuminVariableConcept.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('../fonts/AcuminVariableConcept.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('../fonts/AcuminVariableConcept.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}