:root {
  --black: black;
  --white: white;
  --grey: #b6b6b6;
  --ff6b00: #ff6b00;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #000;
  font-family: Fkgrotesk, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fkgrotesk, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--black);
  text-decoration: none;
}

.sucess-blogs-cl {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.products-loop_background {
  background-image: url('../images/AI-Loop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 996px;
  margin: 0 auto 50px;
}

.background-color-black {
  background-color: #000;
  overflow: visible;
}

.background-color-black.is-relative {
  position: relative;
}

.background-color-black.is-relative.is-overflow-hidden {
  overflow: hidden;
}

.product-hero_header-inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.products-hero_coverage_areas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.text-size-large {
  color: #000;
  letter-spacing: 0;
  margin-right: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  position: static;
}

.text-size-large.text-color-white {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-large.b15 {
  margin-bottom: 15px;
}

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

.text-size-large.bold.grey.styrene.lh-1 {
  font-family: Styrenedtweb, sans-serif;
  line-height: 1;
}

.text-size-large.b60 {
  color: #000;
  letter-spacing: -.01em;
  font-weight: 400;
}

.text-size-large.white {
  color: #fff;
}

.text-size-large.grey {
  color: #3b3b48;
}

.text-size-large.medium {
  color: #000;
  display: block;
}

.text-size-large.b5 {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-large.text-weight-bold {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-large.no-wrap {
  font-size: .875rem;
  font-weight: 300;
}

.image-copy {
  grid-column-gap: 4.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-copy.is-video {
  place-items: center stretch;
}

.image-copy.is-large-image {
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.image-copy.is-large-image.is-reverse {
  grid-template-columns: 1fr 1.5fr;
  align-items: stretch;
}

.image-copy.is-large-image.is-reverse.is-aling-center, .image-copy.is-small-image {
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.b25 {
  margin-bottom: 25px;
}

.overflow-hidden.max-width-medium.is-33rem {
  max-width: 33rem;
}

.primary-cta-success {
  background-color: #fff;
  margin-left: 40px;
}

.primary-cta-success.primary-cta-block {
  border-radius: 4px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.button---primary-default {
  background-color: #333;
  border: 1px #000;
  border-radius: 3px;
  align-items: center;
  max-height: 56px;
  margin-right: auto;
  padding: 16px 20px;
  display: inline-block;
}

.button---primary-default.colorful {
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to right, #fb8b23, #e5342a);
  border-radius: 4px;
  justify-content: center;
  max-height: 44px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: relative;
}

.button---primary-default.colorful:hover {
  background-image: linear-gradient(270deg, #f2582c, #fb8b23);
  transform: scale(.98);
}

.button---primary-default.colorful.width-100 {
  width: 100%;
}

.button---primary-default.colorful.desktop-hidden {
  display: none;
}

.button---primary-default.dark {
  background-color: #fff;
  border-radius: 3px;
  transition: all .2s;
}

.button---primary-default.dark:hover {
  transform: scale(.95);
}

.core-coverage-hero_new {
  border-bottom: 2px solid #f2582c;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  margin-top: -12.25rem;
  padding-top: 12.25rem;
  display: flex;
  position: relative;
}

.core-coverage-hero_new.is-no-border {
  background-color: #000;
  border-bottom-style: none;
  min-height: 0;
}

.core-coverage-hero_new.is-no-border.is-no-logo {
  border-bottom-style: none;
  min-height: 48rem;
  overflow: hidden;
}

.select-field {
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  min-width: 300px;
  height: 50px;
  margin-bottom: 0;
}

.select-field.white-label {
  height: 50px;
  padding-top: 8px;
}

.text-size-regular {
  color: #000;
  letter-spacing: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-regular.consent-text {
  font-size: 16px;
}

.text-size-regular.text-center-align {
  text-align: center;
  letter-spacing: -.01em;
  text-decoration: none;
}

.text-size-regular.text-center-align.no-break {
  white-space: nowrap;
}

.text-size-regular.text-center-align.white {
  color: #fff;
  text-decoration: none;
}

.text-size-regular.b15 {
  margin-bottom: 15px;
}

.text-size-regular.b15.max-w-470 {
  max-width: 470px;
}

.text-size-regular.grey {
  color: #3b3b48;
}

.text-size-regular.grey.width-90.percentage {
  width: 90%;
}

.text-size-regular.grey.white-2 {
  color: #f7f7f7;
}

.text-size-regular.grey.text-center-align {
  text-align: center;
}

.text-size-regular.grey._16pt.grey {
  white-space: pre-wrap;
}

.text-size-regular.grey.b15 {
  margin-bottom: 15px;
}

.text-size-regular.white {
  color: #fff;
}

.text-size-regular.b12 {
  margin-bottom: 12px;
}

.text-size-regular.b12.right-8 {
  margin-right: 16px;
}

.text-size-regular.text-color-white.no-wrap {
  white-space: nowrap;
}

.text-size-regular.white._20pt.max-w-490 {
  max-width: 490px;
}

.text-size-regular.white.text-center-align.max-w-220 {
  max-width: 220px;
}

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

.text-size-regular._16pt {
  font-size: 16px;
}

.text-size-regular._16pt:hover {
  color: #000;
}

.text-size-regular._16pt.grey {
  white-space: pre-wrap;
}

.text-size-regular._16pt.white-2:hover {
  color: #fff;
}

.text-size-regular._16pt.white-2.b10 {
  color: #fff;
  text-decoration: none;
}

.text-size-regular.text-color-white {
  font-family: Fkgrotesk, Arial, sans-serif;
}

.text-size-regular.right-margin-10 {
  margin-right: 10px;
}

.text-size-regular.underline {
  text-decoration: underline;
}

.text-size-regular.underline.orange-hover {
  transition: all .2s;
}

.text-size-regular.underline.orange-hover:hover {
  color: #f2582c;
}

.text-size-regular.is-white {
  color: #fff;
  font-size: 1rem;
}

.text-size-regular.no-wrap {
  white-space: nowrap;
  font-size: .875rem;
}

.text-eyebrow {
  color: var(--white);
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 100%;
  display: block;
  position: relative;
}

.text-eyebrow.text-center-align {
  text-align: center;
  border-bottom: 1px #000;
}

.text-eyebrow.orange-gradient-background.b0 {
  color: #f2582c;
}

.text-eyebrow.text-color-white {
  color: #fff;
}

.text-eyebrow.b0 {
  margin-bottom: 0;
}

.text-eyebrow.margin-0.is-orange-gradient {
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fb8b22, #f2582c);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-eyebrow.is-small {
  margin-bottom: 0;
  font-size: 12px;
}

.text-eyebrow.no-margin {
  margin-bottom: 0;
}

.text-eyebrow.text-is-white {
  color: #fff;
  margin-bottom: 0;
}

.text-eyebrow.text-color-black {
  color: var(--black);
  letter-spacing: 0;
  font-size: .8754rem;
  line-height: 1.5;
}

.heading-style-h1 {
  color: #000;
  letter-spacing: 0;
  font-size: 4rem;
  line-height: 110%;
}

.heading-style-h1.white {
  color: #fff;
}

.heading-style-h1.white.max-w-810 {
  max-width: 810px;
}

.heading-style-h1.white.max-w-508 {
  max-width: 508px;
}

.heading-style-h1.text-color-white.b60.primary-cta-max-text-width {
  max-width: 770px;
}

.heading-style-h1.text-color-white.t60.b40.width-auto {
  width: auto;
}

.heading-style-h1.text-color-white {
  color: #fff;
}

.heading-style-h1.text-colour-secondary {
  color: var(--grey);
}

.primary-cta-section {
  background-color: #000;
  background-image: url('../images/Primary-CTA-4_1Primary CTA 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gated-resource-cta_inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 3.75rem;
  display: flex;
  position: relative;
}

.consent-button-block {
  grid-column-gap: 20px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-copy_ui-image {
  border-radius: 4px;
  width: 100%;
  transform: perspective(1000px);
  box-shadow: 7px 4px 24px #0003;
}

.image-copy_ui-image.width-100 {
  width: 100%;
}

.products-loop_heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-bottom: 2rem;
  display: flex;
}

.image-copy_copy-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.white-paper-cta_deco-left {
  z-index: 1;
  width: 432px;
  height: 454px;
  position: absolute;
  inset: auto auto -61% -19%;
  transform: rotate(72deg);
}

.vertical {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.vertical.space-between {
  justify-content: space-between;
}

.vertical.space-between._20-column-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.vertical.center-align {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vertical.center-align.aoc-padding {
  padding: 40px 20px;
}

.vertical.center-align.aoc-padding.new-box-shadow:hover {
  color: #f2582c;
}

.vertical.center-align.aoc-padding.new-box-shadow.hover-move-y {
  transition: transform .2s;
}

.vertical.center-align.aoc-padding.new-box-shadow.hover-move-y:hover {
  transform: translate(0, -25px);
}

.vertical.center-align.aoc-padding.new-box-shadow.hover-move-y.dark-coverage {
  background-color: #000000a6;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s;
}

.vertical.center-align.aoc-padding.new-box-shadow.hover-move-y.dark-coverage:hover {
  background-color: #000;
  border-color: #fff3;
}

.vertical._40-column-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.vertical._40-column-gap.top-padding-20 {
  padding-top: 20px;
}

.vertical.max-w-860 {
  max-width: 860px;
}

.vertical.align-center {
  align-items: center;
}

.vertical.justify-center {
  justify-content: center;
}

.vertical.left-align {
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.vertical.justify-end {
  justify-content: flex-end;
}

.vertical.align-left {
  align-items: flex-start;
}

.vertical.align-left.overflow-hidden {
  overflow: hidden;
}

.products_cyber-image {
  display: none;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 15px;
  display: grid;
}

.products-hero_wrap {
  flex-direction: column;
  display: flex;
}

.gated-resource-cta_image {
  height: 22rem;
  margin-top: auto;
}

.logos_image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button.is-large {
  padding: 1.125rem 2rem;
}

.button.is-large.desktop-hidden {
  display: none;
}

.button.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button.is-third {
  color: #000;
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #000;
  font-weight: 500;
}

.button.is-third:hover {
  box-shadow: 0 2px 12px #0000001f;
}

.button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button.is-icon.is-alternate.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button.is-icon.is-alternate.is-nav.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button.is-icon.is-alternate.is-nav.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button.is-icon.is-alternate.is-light {
  border-style: none;
}

.button.is-icon.is-nav {
  color: #000;
  background-color: #fff;
  background-image: none;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5px;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button.is-tertiary.is-icon {
  transition-property: none;
}

.button.is-dropdown {
  padding-left: 0;
  padding-right: 2.3rem;
}

.button.is-secondary.is-alternate.is-icon {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  border-color: #ff6b00;
  text-decoration: none;
}

.button.is-light-primary {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-color: #ff6b00;
  border-radius: 2.5rem;
  transition: none;
  display: flex;
}

.button.is-light-primary:hover {
  box-shadow: none;
}

.button.is-light-primary.relative {
  z-index: 90;
}

.button.is-light-secondry {
  color: #000;
  background-image: none;
  border-radius: 2.5rem;
  font-weight: 400;
}

.button.is-light-secondry.no-left-padding {
  padding-left: 0;
}

.button.is-light-secondry.text-color-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
}

.button.is-dark-primary {
  background-color: #000;
  background-image: none;
  border-radius: 2.525rem;
}

.button.is-dark-primary.is-alternate.is-icon {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  border-color: #ff6b00;
  text-decoration: none;
}

.button.is-dark-primary.flex {
  display: inline-flex;
}

.button.is-secondary-orange {
  background-image: none;
  border-style: solid;
  border-radius: 24rem;
}

.button.is-secondary-orange.light {
  color: #000;
  background-color: #0000;
}

.button.is-dark-primary-copy {
  background-color: #000;
  background-image: none;
  border-radius: 2.525rem;
}

.button.is-dark-primary-copy.is-alternate.is-icon {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  border-color: #ff6b00;
  text-decoration: none;
}

.background-color-grey {
  background-color: #f7f7f7;
}

.background-color-grey.relative.overflow-hidden {
  display: block;
  position: relative;
}

.background-color-grey.relative.overflow-hidden.shadow {
  border-radius: 6px;
  box-shadow: 0 4px 12px #0000001f;
}

.text-input {
  border: 1px #000;
  border-bottom-style: solid;
  min-width: 300px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 1rem;
}

.text-input::placeholder {
  color: #3b3b48;
}

.text-input.white-label {
  height: 50px;
  padding-top: 20px;
}

.divider-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.divider-line.is-white {
  background-color: #fff;
}

.recaptcha {
  margin-bottom: 0;
}

.form-state-block {
  display: none;
  position: relative;
}

.sucess-posts-wrap {
  width: 100%;
}

.wide-image-copy {
  position: relative;
}

.heading-style-h2 {
  color: #000;
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
}

.heading-style-h2:hover {
  color: #000;
}

.heading-style-h2.white {
  color: #fff;
  display: block;
}

.heading-style-h2.white:hover, .heading-style-h2.white.text-center-align.b20 {
  color: #fff;
}

.heading-style-h2.b10.text-center-align.tablet-36pt.mobile-24pt.max-w-618 {
  text-align: center;
  max-width: 618px;
}

.heading-style-h2._36pt {
  font-size: 36px;
}

.heading-style-h2._36pt.t4 {
  margin-top: 4px;
}

.heading-style-h2.text-color-white:hover {
  color: #fff;
}

.heading-style-h2.text-align-center {
  text-align: center;
}

.heading-style-h2.text-center-align {
  text-align: center;
}

.heading-style-h2.max-width-medium.align-center {
  justify-content: center;
  align-items: center;
}

.heading-style-h2.white {
  display: block;
}

.heading-style-h2.white:hover {
  color: #fff;
}

.heading-style-h2.text-color-white {
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-style-h2._32pt {
  font-size: 32px;
  line-height: 1.4;
}

.heading-style-h2._32pt.line-height-0 {
  line-height: 1;
}

.heading-style-h2._32pt.line-height-0.t4 {
  margin-top: 4px;
}

.wide-image-copy_contain {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.free-trial-form-block {
  height: 0%;
  display: block;
  overflow: hidden;
}

.wide-image-copy_text-wrap {
  max-width: 40rem;
}

.text-link {
  border-bottom: 1px solid #000;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.text-link:hover, .text-link.is-orange {
  color: #f2582c;
  border-bottom-color: #f2582c;
}

.text-link.is-orange.hover-light-orange {
  text-decoration: none;
}

.text-link.is-orange.no-underline {
  border-bottom-style: none;
}

.text-link.is-orange.hover-light-orange:hover {
  color: #fb8b23;
  border-bottom-color: #fb8b23;
}

.text-link.is-orange.hover-light-orange.left-margin-84 {
  margin-left: 84px;
}

.text-link.black.right-20 {
  color: #000;
  margin-right: 20px;
  text-decoration: none;
}

.text-link.white, .text-link.white.is-hover-orange {
  border-bottom-color: #fff;
}

.text-link.white.is-hover-orange:hover {
  color: #fb8b23;
  border-bottom-color: #fb8b23;
}

.text-link.text-color-white {
  border-bottom-color: #fff;
}

.text-link.is-white {
  color: #fff;
  border-bottom-color: #fff;
}

.text-link.is-white.is-hover-orange:hover {
  color: #f2582c;
  border-bottom-color: #f2582c;
}

.full-width-div {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.full-width-div.form {
  padding-top: 150px;
  padding-bottom: 120px;
  display: block;
}

.products-hero_image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.white-paper-cta_wrap {
  background-color: #f7f7f7;
  border-radius: 6px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000001f;
}

.solutions-ui-image-wrap {
  transform: rotate(0);
}

.loop_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 310px;
  display: grid;
}

.text-color-white {
  color: #fff;
}

.core-coverage-hero_content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.core-coverage-hero_content.is-no-padding {
  padding-top: 0;
  padding-bottom: 3rem;
}

.core-coverage-hero_content.is-new {
  z-index: 4;
  padding-top: 0;
  position: relative;
}

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

.core-coverage_hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.orange-deco-line {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
  border-radius: 2px;
  width: 3rem;
  height: 2px;
}

.orange-deco-line.width-125 {
  width: 125px;
}

.orange-deco-line.width-160 {
  width: 160px;
}

.orange-deco-line.width-160.tablet-width-60.mobile-width-30 {
  width: 10rem;
  height: .125rem;
}

.orange-deco-line.width-160.tablet-width-60.mobile-width-30.sticky {
  z-index: 10;
  position: sticky;
  top: 50%;
}

.orange-deco-line.width-160.tablet-width-60.mobile-width-30.top-10 {
  margin-top: 10px;
}

.success-message-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.products-loop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.section_copy-image.is-z-2 {
  z-index: 2;
  aspect-ratio: auto;
  position: relative;
}

.logos_image {
  height: auto;
}

.get-a-demo-form-block-primary.hidable-form {
  height: 0;
  overflow: hidden;
}

.white-paper-cta_text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form-label {
  opacity: 1;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.7px;
  display: inline-block;
  position: relative;
  top: 35px;
  left: 12px;
}

.form-label.white-label {
  top: 34px;
}

.form-label.white-label.focus-in {
  transform: translate(0, -17px);
}

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

.container {
  flex: 1;
  min-width: 990px;
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: relative;
}

.container.full-height {
  height: 100%;
}

.text-size-small {
  color: #000;
  letter-spacing: 0;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  transition: border-color .2s;
}

.text-size-small:hover {
  border-bottom: 1px #000;
}

.text-size-small.text-color-white {
  color: #fff;
  text-decoration: none;
}

.text-size-small.secondary-1 {
  letter-spacing: -.01em;
}

.text-size-small.text-color-white.colorful-button {
  white-space: nowrap;
  line-height: 1em;
}

.text-size-small.passive {
  border-bottom: 1px solid #000;
  line-height: 1.5em;
}

.text-size-small.passive.dark {
  color: #000;
  border-bottom-color: #fff;
}

.text-size-small.passive.dark.hover-orange {
  transition: color .2s, border-color .2s;
}

.text-size-small.passive.dark.hover-orange:hover {
  color: #fb8b23;
  border-bottom-color: #fb8b23;
}

.text-size-small.text-color-white {
  cursor: auto;
}

.loop-hover {
  height: 100%;
}

.loop-hover.respond, .loop-hover.respond.dark, .loop-hover.heal, .loop-hover.heal.dark, .loop-hover.prevent, .loop-hover.prevent.dark, .loop-hover.detect, .loop-hover.detect.dark {
  background-color: #0000;
}

.container-large {
  flex-direction: column;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-large.z-3 {
  z-index: 3;
  max-width: 75rem;
  position: relative;
}

.container-large.is-full-height {
  height: 100%;
}

.container-large.z2 {
  z-index: 3;
  position: relative;
}

.horizontal {
  flex-direction: row;
  display: flex;
}

.horizontal._20-col-gap {
  grid-column-gap: 20px;
}

.horizontal.align-center {
  flex-direction: row;
  align-items: center;
}

.horizontal._10-col-gap {
  grid-column-gap: 10px;
}

.horizontal._40-column-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.horizontal.justify-center {
  flex-direction: row;
  justify-content: center;
}

.horizontal.space-between {
  justify-content: space-between;
  display: flex;
}

.horizontal.column-gap-12 {
  grid-column-gap: 12px;
}

.horizontal.column-gap-12.b5 {
  margin-bottom: 5px;
}

.horizontal.align-center {
  align-items: center;
}

.horizontal.align-center.space-between {
  justify-content: space-between;
}

.consent-button-checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.image-copy_image-contain {
  padding: .25rem 0 .25rem .25rem;
  position: relative;
}

.image-copy_image-contain.is-normal {
  padding: 0;
}

.image-copy_image-contain.is-normal.is-child-perspective {
  perspective: 2000px;
}

.image-copy_image-contain.is-reverse {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: .25rem;
  display: block;
}

.image-copy_image-contain.is-contain {
  align-items: center;
  display: flex;
}

.core-coverage-hero_gradient {
  z-index: 2;
  background-image: linear-gradient(#0003, #0000 25%), linear-gradient(to right, #0000008c 18%, #1a1a1a80 52%, #0000 80%);
  position: absolute;
  inset: 0%;
}

.core-coverage-hero_gradient.products {
  z-index: 2;
  background-image: linear-gradient(#0003, #0003), linear-gradient(#0000 58%, #00000080 82%, #0009), linear-gradient(#0003, #0000 25%), linear-gradient(to right, #000000bf 32%, #1a1a1aa6 61%, #0003 85%);
}

.core-coverage-hero_gradient.products.cyber {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#0000 58%, #00000080 82%, #0009), linear-gradient(to right, #000000bf 20%, #1a1a1aa6 48%, #0003 85%);
}

.core-coverage-hero_gradient.is-network {
  background-image: linear-gradient(#0003, #0000 25%), linear-gradient(to right, #000000bf 18%, #1a1a1ab3 57%, #0000 80%);
}

.core-coverage-hero_gradient.cloud {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#0003, #0000 25%), linear-gradient(to right, #000000bf 18%, #000000b3 52%, #0003 80%);
}

._60-square {
  width: 60px;
  min-width: 60px;
  height: 60px;
}

.line-deco-right {
  z-index: 1;
  width: 648px;
  height: 681px;
  position: absolute;
  inset: -68% -20% auto auto;
}

.padding-global {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.padding-global.is-full-height {
  height: 100%;
}

.padding-global.is-full-height.z2 {
  z-index: 3;
  position: relative;
}

.padding-global.is-full-width {
  width: 100%;
}

.get-a-demo-anchor, .free-trial-anchor {
  height: 90px;
}

.form-content-field-block {
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.faiilover-navbar {
  z-index: 999;
  background-color: #fff;
  position: sticky;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 3.75rem 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-link-two.is-top {
  margin-top: 0;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.section_company-quote {
  background-color: #f7f7f7;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section_company-locations {
  margin-bottom: 0;
  overflow: hidden;
}

.company-office-location {
  width: 260px;
}

.mclaren-dt-logo {
  height: 50px;
}

.section_company-hero {
  background-image: linear-gradient(to right, #363636b3 44%, #0000), url('../images/overview-header-background_1overview-header-background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 60vh;
  margin-top: -100px;
  padding-top: 100px;
}

.section_company-hero.new {
  background-image: linear-gradient(81deg, #000000b3 22%, #0000008f 50%, #0000 77%), linear-gradient(#00000080, #00000080), url('../images/GettyImages-1313265074_1GettyImages-1313265074.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: row;
  height: auto;
  min-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

._3-column-grid-1-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-column-grid-1-mobile.align-top {
  align-items: start;
}

.grey-quote-grid {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3.75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.company-office-image {
  object-fit: cover;
  width: 100%;
  height: 310px;
}

.company-office-image.b5 {
  border-radius: 4px;
}

.company-office-image.grey-background.centred {
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-office-image.grey-background.centred.height-180 {
  height: 180px;
}

.company-office-image.b5 {
  margin-bottom: 5px;
}

.line-deco-left {
  z-index: 1;
  width: 648px;
  height: 681px;
  position: absolute;
  inset: auto auto 17% -13%;
}

.line-deco-left.is-gated-resource {
  width: 432px;
  height: 454px;
  bottom: -61%;
  left: -19%;
  transform: rotate(72deg);
}

.width-100 {
  width: 100%;
}

.width-100.height-100 {
  outline-offset: 0px;
  outline: 2px #aeb7bb33;
  height: 100%;
}

.width-100.height-100.cover.round-corners-6 {
  object-fit: cover;
  border-radius: 6px;
}

.width-100.ui-drop-shadow {
  box-shadow: 0 0 16px #00000014;
}

.solution-stat {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.solution-stat.dark-orange {
  color: #f2582c;
  background-color: #f2582c;
  background-image: none;
}

.max-w-794 {
  max-width: 794px;
}

.max-w-794.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.max-w-794.margin-auto.vertical.left-align.b100 {
  margin-bottom: 80px;
}

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

.standard-grid.b150 {
  margin-bottom: 150px;
}

.standard-grid._60-grid-spacing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.company-hero-horizontal {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.min-height-390 {
  min-height: 390px;
}

.office-locations-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button---secondary {
  background-color: #000;
  border-radius: 3px;
  max-height: 50px;
  margin-right: auto;
  padding: 7px 20px;
  text-decoration: none;
}

.button---secondary.hover-grey {
  transition: background-color .2s;
}

.button---secondary.hover-grey:hover {
  background-color: #3b3b48;
}

.company-stock-block {
  background-color: #f7f7f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 24px 10px;
  display: flex;
}

.video-case-study-logo-block {
  display: flex;
}

.video-case-study-logo-block.padding-84 {
  padding-left: 84px;
}

.orange-deco_horizontal {
  background-color: #f2582c;
  width: 160px;
  height: 2px;
  margin-bottom: 20px;
}

.line-copy-block_line-wrap {
  padding-top: .5rem;
}

.company-mclaren {
  background-color: #0006;
  border: 1px solid #0009;
  border-radius: 4px;
  flex: none;
  padding: 8px;
  transition: background-color .4s;
}

.company-mclaren:hover {
  background-color: #000000b3;
  border-color: #000000b3;
}

.left-right-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.width-56px {
  width: 56px;
}

.orange-gradient-background {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #fb8b23, #e5342a);
  -webkit-background-clip: text;
  background-clip: text;
}

.company-hero-deco {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side, #fb8b2340, #fb8b2300);
  width: 750px;
  height: 790px;
  position: absolute;
  inset: auto auto -58% -23%;
}

.company-hero-deco.right {
  background-image: radial-gradient(circle farthest-side, #fb8b2333, #fb8b2300);
  inset: -15% -25% auto auto;
}

.company-poppy-image {
  outline-offset: 0px;
  border: 1px solid #0000001a;
  border-radius: 50%;
  outline: 1px #000;
  width: 356px;
}

.line-copy-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.company-hero {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  min-height: 480px;
  margin-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.block-quote {
  line-height: 30px;
}

.checkbox-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.background-flow-bottom-linear-gradient {
  background-image: linear-gradient(#0000 10%, #fff 79%);
  width: 100%;
  height: 20px;
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.product-family-header {
  max-width: 410px;
  margin-top: 150px;
  margin-left: 89px;
}

.product-family-header.prevent.new {
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 160px;
  margin-left: 50px;
  display: flex;
  position: relative;
}

.product-family-header.detect {
  margin-top: 158px;
}

.product-family-header.detect.new {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 160px;
  margin-left: 50px;
  display: flex;
}

.product-family-header.respond {
  margin-top: 149px;
}

.product-family-header.respond.new {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 160px;
  margin-left: 0;
  display: flex;
}

._4-column-grid-2-landscape-down-1-mob {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-background {
  background-image: url('../images/heal_1heal.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2560px 900px;
  height: 900px;
  display: block;
}

.product-background.new {
  position: relative;
  overflow: hidden;
}

.product-background.new.prevent {
  background-image: url('../images/PREVENT-Lockup.svg');
  background-position: 50%;
  background-size: auto 680px;
  position: relative;
}

.product-background.new.respond {
  background-image: url('../images/RESPOND-Locku.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 680px, auto;
}

.product-background.new.heal {
  background-image: url('../images/Heal-Lockup.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 680px, auto;
}

.product-background.detect {
  background-image: url('../images/Detect-Hero-w-text.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 2560px 680px, auto;
  position: relative;
}

.product-background.detect.new {
  background-image: url('../images/DETECT-Lockup.svg'), linear-gradient(#0000, #0000);
  overflow: hidden;
}

.block-quote_name.is-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 3rem;
  display: flex;
}

.product-lockup-darktrace {
  color: #fff;
  text-transform: uppercase;
  font-family: Styrenedtweb, sans-serif;
  font-size: 11px;
}

.product-lockup-darktrace.dark {
  color: #3b3b48;
  font-size: 12px;
}

.button---passive {
  color: #f2582c;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 700;
  display: flex;
}

.button---passive.dark {
  color: #fff;
  border-bottom-color: #fff;
}

.prevent-header_copy {
  padding-top: 24rem;
  padding-left: 48%;
}

.why-darktrace-hide {
  display: none;
}

.product-family-backround {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.block-quote_logo {
  height: 3rem;
}

.button---secondary-2 {
  background-color: #000;
  border-radius: 3px;
  max-height: 50px;
  margin-right: auto;
  padding: 7px 20px;
}

.button---secondary-2.transparent {
  background-color: #0000;
  border: 1px solid #000;
  margin-right: 0;
}

.button---secondary-2.transparent.dark {
  border-color: #fff;
}

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

.homepage-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.homepage-section.tech-vision {
  background-color: #000;
  justify-content: flex-start;
  height: 1280px;
}

.homepage-section.tech-vision._100-vertical-padding {
  height: 100%;
}

.image-copy_orange-bg {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
  border-radius: 6px;
  width: 92%;
  position: absolute;
  inset: 0%;
}

.image-copy_orange-bg.is-reverse {
  margin-left: auto;
}

.image-copy_orange-bg.is-hidden {
  display: none;
}

.section_product-hero.is-transparent-nav {
  margin-top: -6.25rem;
}

._4-column-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-column-grid.no-grid-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._4-column-grid.no-grid-spacing.loop-height {
  height: 310px;
}

.product-lockup {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #e5342a, #fb8b23);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Styrenedtweb, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
}

.product-lockup.large {
  flex-direction: column;
  font-size: 80px;
}

.product-lockup.large.slash {
  flex-direction: row;
  font-size: 26px;
}

.product-lockup.family-page {
  align-self: flex-start;
  font-size: 62px;
}

.product-lockup.family-page.darktrace {
  color: #fff;
  font-size: 18px;
}

.product-lockup.family-page.darktrace.dark {
  color: #3b3b48;
}

.product-lockup.family-page.white {
  background-image: linear-gradient(#fff, #fff);
}

.product-lockup.family-page.area {
  font-size: 26px;
}

.product-lockup.family-page.tm {
  -webkit-text-fill-color: transparent;
  background-color: #aeb7bb;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 400;
}

.product-lockup.tm {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: 0;
  font-size: 10px;
}

.background-flow-box {
  z-index: -3;
  background-image: url('../images/Middle-Background_1Middle Background.webp');
  background-position: 50% 0;
  background-size: 2560px;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-flow-box.flow {
  background-image: url('../images/prevent_flow_1prevent_flow.webp');
  height: 100%;
  display: block;
}

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

.checkbox-small-icon {
  color: #fb8b23;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.section_prevent-body {
  width: auto;
  position: relative;
}

.image-copy_video {
  z-index: 2;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.product-family---family-page {
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: -4px;
  display: flex;
}

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

.block-quote-2 {
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 4.5rem;
  padding-right: 0;
}

.block-quote-2.is-small {
  background-size: 2rem;
  padding-bottom: 0;
  padding-left: 3rem;
  font-size: 18px;
}

.large-checkmark {
  color: #fb8b23;
  width: 40px;
}

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

.checkbox-grid.is-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: .5fr 5fr;
  display: flex;
}

.wayfinder-family-loop {
  width: 30%;
}

.heading-style-h4 {
  letter-spacing: 0;
  font-family: Fkgrotesk, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.heading-style-h4.b10.white {
  color: #fff;
}

.delay-link {
  z-index: 3;
  background-image: linear-gradient(270deg, #000000e6 35%, #0000);
  width: 35%;
  height: 100%;
  transition: opacity .8s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.delay-link:hover {
  opacity: .32;
}

.delay-link.left-new {
  background-image: linear-gradient(270deg, #0000, #000000e6 64%);
  width: 35%;
  inset: 0% auto 0% 0%;
}

._50-width {
  width: 50%;
}

.loop-background {
  background-image: url('../images/AI-Loop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
}

.loop-background._100-vertical-margin {
  background-image: url('../images/AI-Loop.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
  margin-bottom: 100px;
}

.prevent-header {
  margin-bottom: 60px;
}

.prevent-header.is-second {
  margin-top: 10rem;
  margin-bottom: 5rem;
  padding-left: 5rem;
}

.image-copy_image {
  z-index: 2;
  object-fit: cover;
  border-radius: 6px;
  height: 24rem;
  position: relative;
}

.image-copy_image.shadow {
  width: 100%;
  box-shadow: 0 2px 12px #0000001f;
}

.image-copy_image.shadow.is-contain {
  object-fit: contain;
  height: auto;
}

.image-copy_image.shadow.height-420 {
  height: 420px;
}

.image-copy_image.shadow.large {
  height: 500px;
}

.image-copy_image.shadow.large.height-415 {
  height: auto;
  min-height: 415px;
}

.image-copy_image.is-large {
  height: 28rem;
}

.product-hero-deco {
  z-index: 1;
  width: 825px;
  height: 825px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-hero-deco.is-bottom-left {
  width: 900px;
  height: 870px;
  inset: auto auto -87% 0%;
}

.product-hero-deco.bottom-right {
  inset: auto -57% -75% auto;
}

.product-lookup-new {
  width: 261px;
  height: 160px;
}

.product-lookup-new.b10 {
  width: auto;
  height: 100px;
}

.full-width-height {
  width: 100%;
  height: 100%;
}

.backgroun-color-dark_grey {
  background-color: #15151a;
}

.title-copy_center, .logos-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heal-incident-ui-image {
  border-radius: 6px;
  width: 100%;
  max-width: 62.375rem;
  box-shadow: 7px 7px 30px #0003;
}

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

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

._7-column-grid-3-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-tiny {
  font-size: 12px;
}

.text-size-tiny.is-legal-text {
  opacity: .7;
  color: #3b3b48;
}

.aoc-logos-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.gartner-customer-choice {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  background-color: #f7f7f7;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  padding: 2rem 3.5rem;
  display: grid;
  box-shadow: 0 2px 6px #0000001f;
}

.aoc-logos-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-height: 120px;
  display: flex;
}

.coverage-areas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heal-incident-deco-left {
  z-index: 1;
  width: 740px;
  height: 740px;
  position: absolute;
  inset: auto auto -4% -17%;
}

.heal-incident-deco-left.is-black-bg {
  opacity: .6;
}

.heal-incident-deco-left.right {
  bottom: -10%;
  left: auto;
  right: -17%;
}

.heal-incident-deco-left.right.is-black-background {
  opacity: .6;
}

.aoc-logo-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  max-height: 100%;
  display: flex;
}

.primary-ui-block_copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.primary-ui-block {
  z-index: 2;
  perspective: 2000px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.heading-style-h3 {
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 110%;
  position: static;
}

.heading-style-h3.text-align-center {
  color: #000;
  text-align: center;
}

.heading-style-h3.text-color-white {
  letter-spacing: -.01em;
  position: static;
}

.heading-style-h3.text-color-white-2 {
  color: #fff;
}

.coverage-areas_grid-wrap {
  width: 100%;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 32px;
}

.text-size-medium.text-color-white.text-align-center {
  color: var(--white);
}

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

.mobile-app-icon {
  width: 46px;
  height: 50px;
}

.mobile-app-icons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f7f7f7;
  border-radius: .25rem;
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.mobile-app-icons_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b10 {
  margin-bottom: 10px;
}

.line-large-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-large-text.vertical-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.line-large-text.vertical-padding-60.tablet-vertical-padding-0.cloud-page {
  padding-bottom: 200px;
}

.background-color-dark_grey {
  background-color: #15151a;
}

.heal-product-card {
  flex-direction: column;
  display: flex;
}

.heal-product-card_bottom {
  z-index: 1;
  border: 1px solid #00000026;
  border-radius: 6px;
  height: 100%;
  margin-top: -36px;
  padding: 60px 30px 20px;
  position: relative;
}

.heal-product-card_desc-text {
  color: #3b3b48;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
}

.heal-product-card_desc-text.is-smaller {
  max-width: 16.25rem;
}

.orange-gradient {
  color: #f2582c;
  padding-left: 10px;
  padding-right: 10px;
}

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

.heal-product-card_top {
  z-index: 2;
  grid-row-gap: .75rem;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.25rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px #0000001f;
}

.height-64px {
  height: 64px;
}

.heal-title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.heal-title_deco {
  background-color: #f2582c;
  width: .125rem;
  height: 4rem;
  margin-right: .5rem;
}

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

.heal-orange-glow {
  z-index: 1;
  opacity: .25;
  width: 1000px;
  height: 1000px;
  position: absolute;
  inset: -31% -34% auto auto;
  overflow: hidden;
}

.heal-orange-glow.bottom-left {
  inset: auto auto -30% -32%;
}

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

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

.white-loop_copy-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.loop_background {
  background-image: url('../images/Light-Loop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
}

.loop_background.is-white {
  background-image: url('../images/AI-Loop.svg');
}

.loop_grid-img {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 310px;
  display: grid;
}

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

.padding-section-large.is-platform-hero {
  padding-top: 4rem;
  padding-bottom: 0;
}

.padding-section-large.is-platform-hero.is-footer {
  padding-top: 4rem;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.carousel-chevron {
  width: 16px;
  height: 10px;
  margin-bottom: 4px;
}

.play-thumbnail {
  background-image: linear-gradient(#00000059, #00000059);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 166.667px;
  display: flex;
}

.play-button {
  grid-column-gap: 10px;
  cursor: pointer;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
}

.play-button.hover-opacity {
  transition: opacity .2s;
}

.play-button.hover-opacity:hover {
  opacity: .8;
}

.play-button.hover-opacity.desktop-hidden {
  display: none;
}

.horizontal-line {
  background-color: #0000001f;
  width: 100%;
  height: 1px;
}

.aws-marketplace {
  width: auto;
  height: 56px;
}

.gated-resource-cta_copy {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-125 {
  overflow: hidden;
}

.list-dot---orange {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
  border-radius: 50%;
  flex: none;
  width: 4px;
  height: 4px;
  margin-top: 13px;
  margin-right: 8px;
}

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

.gated-resource-cta {
  background-color: #f7f7f7;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px #0003;
}

.lottie-animation-icon----grey-circle {
  background-color: #f7f7f7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.grow {
  flex: 1;
}

.cloud-partner-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vertical-2 {
  flex-direction: column;
  display: flex;
}

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

.vertical-2.z-3.left-align.vertical-padding-0 {
  padding: 0;
}

.vertical-2._10-row-gap {
  grid-row-gap: 10px;
}

.vertical-2.align-left {
  align-items: flex-start;
}

.vertical-2._50-row-gap {
  grid-row-gap: 50px;
}

.vertical-2.width-100 {
  width: 100%;
}

.vertical-2.align-center {
  align-items: center;
}

.vertical-2.align-center.t60.b60.z-2 {
  z-index: 2;
  position: relative;
}

.vertical-2.align-center.t60.b60.z-2.child-perspective {
  perspective: 2000px;
}

.vertical-2.align-center.max-w-794 {
  max-width: 794px;
  position: static;
}

.vertical-2.align-center.max-w-794.b60 {
  margin-bottom: 60px;
}

.relative {
  position: relative;
}

.cloud-parther-two-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changing-color-background {
  background-color: #fff;
  padding-top: 250px;
}

.image-copy-carousel-close {
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.product-three-card_plus {
  color: #fb8b23;
  text-align: center;
  width: 100%;
  margin-top: -10px;
  font-size: 100px;
  font-weight: 300;
  line-height: 1em;
}

.image-copy-carousel-item-open {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

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

.section.bottom-padding-0.top-margin-auto {
  margin-top: auto;
}

.cloud-partner-card {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 10px 0;
}

.cloud-partner-card.small-partners {
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 30px;
  display: flex;
}

.cloud-partner-card.white {
  background-color: #fff;
}

.cloud-partner-card.aws {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 80px;
  display: grid;
}

.orange-tick {
  width: 16px;
  height: 12px;
  margin-right: 10px;
}

.products-three-card_grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.products-three-card_grid.align-center {
  align-items: center;
}

.height-60px {
  height: 60px;
}

.section_cloud-capabilities-block {
  background-color: #f7f7f7;
  background-image: url('../images/Three-Cards-Large-Break-Point.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.products-three-card_header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2.5rem;
  display: grid;
}

.image-copy-carousel-item {
  cursor: pointer;
  border-bottom: 1px #0000001f;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: block;
}

.link-block-17 {
  width: 100%;
  height: 100%;
}

.height-44px {
  width: auto;
  height: 44px;
}

.blog-posts_image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.white-card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px #0000001f;
}

.white-card.vertical.align-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 30px 20px;
}

.white-card.vertical.align-center._15-row-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.white-card.vertical.align-center._15-row-gap.height-100.hover-move-up {
  transition: transform .2s;
}

.white-card.vertical.align-center._15-row-gap.height-100.hover-move-up:hover {
  transform: translate(0, -10px);
}

.core-coverage-logo-wrap {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.core-coverage-logo-wrap.padding-0 {
  padding: 0;
}

.core-coverage-logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.core-coverage-logos.padding-0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  padding: 0;
}

.core-coverage-logos.padding-0._6-cions {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.product-three-card_card {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.product-three-card_card.is-black {
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 6px;
  align-items: flex-start;
  height: 100%;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

.grey-info-box {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 40px 60px;
}

.grey-info-box._2-column {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 60px 50px 80px;
  display: grid;
}

.interactive-use-cases {
  background-color: #f7f7f7;
  border-radius: 6px;
  min-height: 400px;
  margin-bottom: 100px;
  display: flex;
  box-shadow: 0 4px 8px #0000001a;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.button-group.relative {
  z-index: 7;
}

.button-group.static {
  flex-flow: row;
  display: flex;
}

.four-line-bullet_line {
  background-color: #fb8b23;
  border-radius: 10px;
  width: .5rem;
  min-width: 0;
  height: 100%;
  min-height: 0;
}

.email-products-lightbox {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.email-products-lightbox:hover {
  opacity: .7;
}

.interactive-use-case-mockup {
  flex: none;
  width: 540px;
  margin-left: -304px;
}

._360-lottie-animation {
  flex: none;
  width: 900px;
  height: 900px;
}

.left-right-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.email-three-cards_arrow-wrap {
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.ui-window {
  background-image: linear-gradient(45deg, #c2c2c299, #dfdfdf33);
  border-radius: 6px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
  transform: perspective(1024px);
  box-shadow: 0 10px 10px #0000001a;
}

.vertical-3 {
  flex-direction: column;
  display: flex;
}

.vertical-3.width-35 {
  width: 35%;
  margin-right: 0%;
}

.vertical-3.width-65 {
  width: 65%;
}

.vertical-3.width-65.align-right {
  align-items: flex-end;
}

.vertical-3.overflow-hidden {
  overflow: visible;
}

.vertical-3.overflow-hidden.children-perspective {
  perspective: 1024px;
  transform: translate(0);
}

.vertical-3.space-between {
  justify-content: space-between;
}

.vertical-3.space-between._20-column-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.vertical-3.center-align {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vertical-3._40-column-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.vertical-3._40-column-gap.top-padding-20 {
  padding-top: 20px;
}

.email-three-cards_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr 1fr 4.5fr 1fr 4.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.interactive-use-cases_left {
  align-items: center;
  width: 50%;
  display: flex;
}

.width-382px {
  width: 382px;
}

.width-382px.orange-border-right {
  border-right: 2px solid #f2582c;
  width: 340px;
  height: 100%;
}

.width-382px.orange-border-right.left-round-corner {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.email-three-cards_card {
  opacity: 1;
  background-color: #3b3b4899;
  border: 1px solid #fff3;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.four-cards_image {
  height: 48px;
}

.email-color-block_content {
  z-index: 2;
  justify-content: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.circle-video-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.coverage-hero_contain {
  align-items: center;
  display: flex;
}

.email-three-cards_icon {
  width: 120px;
  height: 120px;
  margin-bottom: .5rem;
}

.dark-colour-block-ui-window {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(57deg, #c2c2c23d, #dfdfdf14);
  border-radius: 6px;
  margin-left: 60px;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.employee-feedback-lottie {
  flex: none;
  width: 990px;
}

.four-line-bullet_block {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.ui-screenshot-absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.ui-screenshot-absolute.lock-link {
  top: 41%;
  right: 8%;
}

.ui-screenshot-absolute.ui-window-border {
  background-image: linear-gradient(71deg, #c2c2c299, #dfdfdf33);
  border: 1px solid #fff3;
  border-radius: 6px;
  padding: 24px;
}

.ui-screenshot-absolute.ui-window-border.email-mishap {
  background-image: linear-gradient(71deg, #c2c2c2cc, #dfdfdf66);
  max-width: 400px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.ui-screenshot-absolute.ui-window-border.direct-messaging {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  top: 22%;
  right: -8%;
}

.ui-screenshot-absolute.unspoof {
  inset: 10% auto auto 32%;
}

.ui-screenshot-absolute.remove-attachment {
  inset: auto 9% 7% auto;
}

.four-cards {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.email-hero_copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 36rem;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

.b5 {
  margin-bottom: 5px;
}

.four-line-bullets {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email-color-block_fade {
  z-index: 1;
  background-image: linear-gradient(to right, #f2582c00 29%, #fb8b23);
  border-radius: 6px;
  position: absolute;
  inset: 0% 80px 0% 0%;
}

.circle-video-circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 560px;
  min-width: 560px;
  height: 560px;
  min-height: 560px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 16px #00000014;
}

.email-color-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 0;
  position: relative;
}

.four-cards_cards {
  grid-row-gap: .5rem;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 8px #00000029;
}

.interactive-use-cases_right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 80px;
  padding-right: 60px;
  display: flex;
}

.coverage-hero_copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 42rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.logos {
  background-color: #fff;
  align-items: center;
  height: 120px;
  display: block;
}

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

.problem-solution-table {
  width: 100%;
}

.title-table-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.problem-solution-table_row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .25px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 5fr 4fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25rem 1rem;
  transition: background-color .2s;
  display: grid;
}

.problem-solution-table_row:hover {
  color: #3b3b48;
  background-color: #f7f7f7;
}

.problem-solution-table_row.is-header:hover {
  background-color: #0000;
}

.text-eyebrow---orange {
  color: #f2582c;
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.button---passive-2 {
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 700;
  display: flex;
}

.button---passive-2.dark {
  color: #fff;
  border-bottom-color: #fff;
}

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

.duo-products {
  grid-column-gap: 4rem;
  justify-content: center;
  margin-bottom: 3rem;
  display: flex;
}

.ot-industry-image {
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: all .2s;
  box-shadow: 0 2px 6px #0000001f;
}

.ot-industry-image:hover {
  box-shadow: 0 4px 6px #00000029;
}

.quote-graphics {
  position: relative;
  overflow: hidden;
}

.ot-frameworks {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hidden {
  display: none;
}

.vertical-4 {
  flex-direction: column;
  display: flex;
}

.vertical-4.z-3 {
  z-index: 3;
  position: relative;
}

.vertical-4.z-3.left-align.vertical-padding-0 {
  padding: 0;
}

.vertical-4.space-between {
  justify-content: space-between;
}

.vertical-4.space-between._20-column-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.vertical-4._40-column-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.vertical-4._40-column-gap.top-padding-20 {
  padding-top: 20px;
}

.single-quote {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.ot-grid-item {
  border: 1px solid #00000029;
  border-radius: 4px;
  padding: 1.25rem;
  transition: all .2s;
}

.ot-grid-item:hover {
  box-shadow: 0 2px 12px #0000001f;
}

.deco-lines_right {
  width: 570px;
  height: 570px;
  position: absolute;
  inset: -85% -9% auto auto;
}

.deco-lines_right.is-quote {
  top: -64%;
  right: -6%;
}

.ot-grid_wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.deco-lines_left {
  width: 570.833px;
  height: 570.833px;
  position: absolute;
  inset: -87% auto auto -13%;
}

.deco-lines_left.is-quote {
  top: -65%;
}

.product-guides-text {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
}

.ot-frameworks_card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

.ot-grid.protection {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
}

.bold-text-3 {
  color: #f2582c;
}

.vertical-5 {
  flex-direction: column;
  display: flex;
}

.vertical-5.space-between {
  justify-content: space-between;
}

.vertical-5.space-between._20-column-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.vertical-5._40-column-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.vertical-5._40-column-gap.top-padding-20 {
  padding-top: 20px;
}

.aoc-logo-list-wrapper {
  background-color: #fff;
  align-items: center;
  height: 100%;
  display: flex;
}

.vertical-6 {
  flex-direction: column;
  display: flex;
}

.vertical-6.center-align {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vertical-6.justify-center {
  justify-content: center;
}

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

.contact-info {
  margin-bottom: 0;
  padding-top: 0;
}

.contact-info-icon {
  height: 18px;
  margin-top: 2px;
}

.contact-info_image {
  object-fit: cover;
  border-radius: 6px;
  height: 12rem;
}

.vertical-7 {
  flex-direction: column;
  display: flex;
}

.vertical-7._50-width.left-align.padding-0 {
  padding: 0;
}

.contact-info_card {
  background-color: #f7f7f7;
  border-radius: 5px;
  flex-direction: column;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 4px #0000001a;
}

.contact-info_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-info_text-wrap {
  padding: 1.5rem 1.5rem 2rem;
}

.orange-hover {
  color: #831313;
  cursor: pointer;
  transition: all .2s;
}

.orange-hover:hover {
  color: var(--white);
}

.media-contacts {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.media-contact_image {
  width: auto;
  height: 40px;
  margin-bottom: 25px;
}

.media-contact_image.is-pp {
  filter: none;
  border-radius: 50%;
  height: 60px;
}

.grey-label {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.media-contacts_card {
  text-align: left;
  border: 1px solid #3b3b482e;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.media-contacts_card.hidden {
  display: none;
}

.hp_hero-jan-24_subhead {
  color: #fff;
  max-width: 33rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.hp_hero-jan-24 {
  aspect-ratio: auto;
  background-color: #000;
  border-bottom: 2px solid #f2582c;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 0;
  max-height: 52rem;
  margin-top: -6.25rem;
  display: block;
  position: relative;
}

.cyber-ai-hero---nav-bg {
  z-index: 3;
  background-image: linear-gradient(#000000b3 39%, #0000);
  width: 100%;
  height: 210px;
  position: absolute;
  inset: 0% 0% auto;
}

.hp_hero-jan-24_heading-wrap {
  padding-left: 5rem;
  display: flex;
}

.hp_hero-jan-24_heading {
  background-color: #000c;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 38rem;
  padding: 1.5rem;
  display: flex;
}

.hp_hero-jan-24_inner {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.hp_hero-jan-24_bg-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hp_hero-jan-24_heading-wrapper {
  position: relative;
  overflow: hidden;
}

.word {
  aspect-ratio: auto;
  opacity: 1;
  color: #fb8b23;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  left: 8.75rem;
  overflow: visible;
}

.text-overflow-hidden {
  overflow: hidden;
}

.vertical-8 {
  flex-direction: column;
  display: flex;
}

.vertical-8.center-align {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vertical-8.center-align.aoc-padding {
  padding: 40px 20px;
}

.vertical-8.center-align.aoc-padding.new-box-shadow:hover {
  color: #f2582c;
}

.vertical-8.center-align.aoc-padding.new-box-shadow.hover-move-y {
  text-decoration: none;
  transition: transform .2s;
  box-shadow: 0 2px 5px #0003;
}

.vertical-8.center-align.aoc-padding.new-box-shadow.hover-move-y:hover {
  transform: translate(0, -25px);
}

.hp-coverages-areas_heading-wrap {
  max-width: 42rem;
}

.hp-coverage-areas {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-color-orange {
  color: #fb8b23;
}

.text-color-orange.is-hover-underline {
  border-bottom: 1px solid #0000;
}

.text-color-orange.is-hover-underline:hover {
  border-bottom: 1px solid #ff6b00;
}

.text-color-orange.is-hover-underline.text-style-inline-mobile {
  display: block;
}

.hp-ai_content {
  width: 100%;
  max-width: 38rem;
  margin-left: 6rem;
}

.hp-ai {
  height: auto;
  padding-bottom: 17rem;
}

.hp-ai_background {
  background-image: url('../images/homepage_bg_middle-1.jpg');
  background-position: -580% 100%;
  background-repeat: no-repeat;
  background-size: 1440px;
  background-attachment: scroll;
}

.vertical-9 {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button---passive-3 {
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 700;
  display: flex;
}

.mobile-b40 {
  margin-top: 0;
}

.link-block-18, .link-block-19, .link-block-20 {
  text-decoration: none;
}

.nav-block {
  z-index: 1000;
  background-color: #fff;
  position: sticky;
  top: 0;
  overflow: visible;
}

.dt-navbar {
  z-index: 200;
  position: sticky;
  top: 0;
}

.navbar12_component {
  z-index: 200;
  color: #fff;
  background-color: #030d11;
  border-bottom: 1px solid #030d11;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: static;
  top: 0;
}

.banner5_component {
  background-color: var(--ff6b00);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner5_wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.banner5_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.text-style-inline {
  display: block;
}

.banner5_close-button {
  color: #fff;
  margin-left: 1rem;
  display: none;
}

.banner5_close-button:hover {
  color: #ff6b00;
}

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

.navbar12_container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar12_logo-link {
  padding-left: 0;
}

.navbar12_logo {
  color: #fff;
  height: 1.25rem;
  transition: all .2s;
}

.navbar12_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar12_menu.is-page-height-tablet {
  position: static;
}

.navbar12_menu-contain {
  display: flex;
}

.navbar12_link-wrap {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar12_link {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.navbar12_link.w--current {
  color: #fff;
}

.nav-link_pixel {
  background-color: #fff;
  width: .5rem;
  height: .5rem;
  margin-top: -1.25rem;
  margin-bottom: .75rem;
  display: none;
}

.navbar-menu-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar12_menu-dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.navbar12_dropdown-toggle {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: 1.6rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: static;
}

.navbar12_dropdown-list {
  width: auto;
  right: 50%;
  transform: translate(50%);
}

.navbar12_dropdown-list.w--open {
  color: #fff;
  background-color: #0000;
  border-radius: .125rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar12_dropdown-list.is-resources.w--open {
  width: 47.1rem;
}

.navbar12_dropdown-list-contain {
  background-color: #030d11;
  border: 1px solid #fff;
  border-radius: .125rem;
  width: 100%;
  max-width: 52.375rem;
  padding: 1.5rem 1.25rem;
}

.navbar12_dropdown-list-contain.is-products {
  color: #fff;
  background-color: #030d11;
  border-color: #fff;
  max-width: 55rem;
  padding-bottom: 1rem;
}

.navbar12_dropdown-list-contain.is-resources {
  color: #fff;
  background-color: #030d11;
  border-color: #fff;
  max-width: 45.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar12_dropdown-list-contain.is-company {
  background-color: #030d11;
  border-color: #fff;
  max-width: 23rem;
  margin-left: 10rem;
}

.navbar12_dropdown-list-contain.is-partners {
  background-color: #030d11;
  border-color: #fff;
  max-width: 27rem;
  margin-left: 18rem;
}

.navbar12_dropdown-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar12_dropdown-content.is-resources {
  grid-column-gap: 2rem;
  grid-template-columns: 1fr auto 1fr;
}

.navbar12_dropdown-content.is-company, .navbar12_dropdown-content.is-partners {
  grid-template-columns: 1fr;
}

.navbar12_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  color: #fff;
  flex-flow: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.navbar12_dropdown-link-list.is-company {
  display: flex;
}

.navbar12_drop-products-primary {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.navbar12_dropdown-products-main_individual {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #0000;
  border-radius: .125rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.navbar12_dropdown-products-main_individual:hover {
  background-color: #94949414;
}

.navbar12_dropdown-products-main_invidual_icon {
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  height: auto;
  display: flex;
}

.navbar12_dropdown-products-main_individual-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.spacer-xxsmall {
  padding-top: .25rem;
}

.navbar12_dropdown-divider-line {
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navbar12_dropdown-divider-line.is-left {
  margin-top: 1rem;
  margin-bottom: 1rem;
  inset: auto auto -74% -19%;
}

.navbar12_dropdown-products-secondary {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: grid;
}

.navbar12_dropdown-products-secondary-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #fff0;
  border-radius: .125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 9.3rem;
  padding: .5rem .75rem .5rem 1rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.navbar12_dropdown-products-secondary-item:hover {
  background-color: #94949414;
}

.navbar12_dropdown-products-secondary-item.is-tablet {
  max-width: 100%;
  max-height: none;
}

.navbar12_dropdown-products-promo {
  color: #fff;
  border-radius: .125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: -.5rem;
  margin-bottom: 1.2rem;
  padding: .5rem .5rem 1rem;
  transition: background-color .25s;
  display: flex;
}

.navbar12_dropdown-products-promo:hover {
  background-color: #94949414;
}

.navbar12_dropdown-products-promo-image {
  background-image: url('../images/cyber-ai-analyst_glow.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.7rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_cyber-ai_icon {
  width: 4rem;
}

.navbar12_dropdown-link-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.75rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.navbar12_dropdown-link-list-grid.is-company {
  grid-column-gap: 3rem;
}

.navbar12_dropdown-link-list-grid.is-partners {
  grid-column-gap: 4rem;
}

.nav-menu_link {
  color: #fff;
  border-bottom: 1px solid #0000;
  padding-bottom: .125rem;
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.86, 0, .07, 1);
}

.nav-menu_link:hover {
  border-bottom-color: #fff;
  padding-bottom: .125rem;
}

.nav-menu_link.w--current {
  color: #ff6b00;
}

.button-style-dark {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button_embed-wrap {
  padding-left: .5rem;
  padding-right: .5rem;
  overflow: hidden;
}

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

.navbar12_vertical-line {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.navbar12_dropdown-link-resources-promo {
  color: #fff;
  border-radius: .125rem;
  margin: -.5rem;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: block;
}

.navbar12_dropdown-link-resources-promo:hover {
  background-color: #94949414;
}

.navbar12_dropdown-link-resources-image {
  width: 100%;
  height: 10rem;
}

.pixel-eyebrow_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.pixel-eyebrow_wrapper.center {
  justify-content: center;
  align-items: center;
}

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

.icon-embed-custom.is-pixel {
  min-width: .5rem;
  min-height: .5rem;
}

.icon-embed-custom.opacity-0 {
  opacity: 0;
}

.icon-embed-custom.is-footer {
  display: none;
}

.icon-embed-custom.is-white {
  color: #fff;
}

.navbar12_dropdown-link-company-partners {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.navbar12_dropdown_featured-partners {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: -.5rem;
  display: flex;
}

.navbar12_dropdown_featured-partners_single {
  color: #fff;
  border-radius: .125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.navbar12_dropdown_featured-partners_single:hover {
  background-color: #94949414;
}

.navbar12_dropdown_featured-partners_icon {
  border-radius: 0;
  width: auto;
  height: 1.125rem;
}

.navbar-menu-wrap_tablet {
  display: none;
}

.navbar12_dropdown-products-secondary-item-image {
  width: 1rem;
}

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

.navbar12_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar12_menu-button {
  padding: 0;
}

.menu-icon1 {
  display: none;
}

.nav-bar_dividier {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
}

.navbar-background {
  z-index: 1;
  opacity: .9;
  background-color: #030d11;
  display: none;
  position: fixed;
  inset: 0%;
}

.section_header1 {
  background-color: #030d11;
  border-bottom: 1px #fff;
  position: relative;
  overflow: hidden;
}

.section_header1.is-homepage {
  border-bottom-style: none;
}

.section_header1.is-underline {
  border-bottom-style: solid;
}

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

.header1_component {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
  position: relative;
}

.header1_component.is-homepage {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.header1_component.is-platform {
  width: 100%;
}

.header1_component.is-platform.is-footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  overflow: visible;
}

.header1_component.is-platform.is-footer.is-hp-beyond {
  color: #030d11;
}

.header1_component.is-platform.is-footer.glow-dark-footer {
  z-index: 0;
  opacity: .7;
  filter: blur(150px);
  background-image: linear-gradient(81deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
  width: 50%;
  height: 20rem;
  position: absolute;
  inset: 37% 0% 0% 54%;
}

.header1_content {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.header1_content.is-homepage {
  max-width: 40rem;
}

.header1_content.is-platform {
  width: 100%;
}

.header1_content.is-platform.is-footer {
  padding-top: 4rem;
}

.header1_content.is-platform.is-footer.glow-dark-footer-2 {
  z-index: 0;
  opacity: .7;
  filter: blur(150px);
  background-image: linear-gradient(81deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
  width: 50%;
  height: 20rem;
  position: absolute;
  inset: 37% 0% 0% 54%;
}

.eyebrow-reveal-div {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.homepage_heading-wrap {
  min-height: 4.4rem;
}

.h1-intelligenty {
  display: none;
  position: absolute;
}

.h1-boundaries {
  white-space: nowrap;
  display: none;
  position: absolute;
}

.h1-ease, .h1-beyond {
  display: none;
  position: absolute;
}

.is-alternate {
  color: #fff;
  background-color: #030d11;
  padding-right: 1rem;
}

.is-alternate.is-icon {
  padding-right: 1rem;
}

.hp-hero_play-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hp-hero_play-wrap.display-none {
  display: none;
}

.hp-hero_play-lightbox {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hp-hero_play {
  color: #fff;
  width: 4rem;
  transition: all .3s;
}

.hp-hero_play:hover {
  color: #ff6b00;
}

.hp-header_gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, #030d11 10%, #030d1100 25%), linear-gradient(90deg, #030d11cc 20%, #030d1100 40%);
  position: absolute;
  inset: 0%;
}

.hp-header_gradient.is-eraofai {
  background-image: linear-gradient(0deg, #030d11 5%, #030d1100 25%), linear-gradient(90deg, #030d11cc 20%, #030d1100 40%), url('../images/era_of_ai-footer-V2.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

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

.section_hp-dynamic-content {
  position: relative;
}

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

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

.hp_dynamic-card {
  border-radius: .125rem;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 15rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hp_dynamic-card_image {
  z-index: 1;
  height: 101%;
  position: absolute;
  inset: 0%;
}

.hp_dynamic-card_content-wrap {
  z-index: 3;
  color: #fff;
  flex-flow: column;
  padding: 1.5rem 1.5rem 1rem;
  display: flex;
  position: relative;
}

.hp_dynamic-card_content-wrap.is-right {
  background-image: linear-gradient(0deg, #000c 33%, #fff0);
}

.hp-dynamic-card_text-wrap {
  display: none;
  overflow: hidden;
}

.glow-banner {
  z-index: 1;
  opacity: .16;
  filter: blur(80px);
  background-image: linear-gradient(90deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
  width: 100%;
  height: 200px;
  position: absolute;
  inset: -6% 0% 0%;
}

.glow-banner.is-hp_dynamic {
  opacity: .25;
  filter: blur(60px);
  width: 100%;
  height: 44%;
  display: block;
  inset: 50% 0% auto 50%;
  transform: translate(-50%, -50%);
}

.glow-banner.is-hp_505 {
  opacity: .2;
  filter: blur(100px);
  width: 60%;
  inset: 26% 0% 0% auto;
}

.glow-banner.is-hp-beyond {
  opacity: .2;
  inset: auto 0% 0%;
}

.glow-banner.is-hp-beyond.number-2 {
  width: 50%;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.glow-banner.is-hp_stats {
  filter: blur(48px);
  height: 120%;
  top: -16%;
}

.glow-banner.is-hp-blog {
  opacity: .35;
  filter: blur(60px);
  height: 100%;
  top: -10%;
}

.glow-banner.is-get-demo {
  opacity: .2;
  width: 40rem;
  height: 30rem;
  inset: -15rem auto auto -10rem;
}

.glow-banner.is-company-hero {
  height: 27rem;
  top: 44%;
}

.glow-banner.is-copy-component {
  opacity: .1;
  height: 100px;
  top: 5%;
}

.glow-banner.is-stats {
  background-image: linear-gradient(90deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
}

.glow-banner.is-testimonial-1 {
  opacity: .9;
  height: 10%;
  top: 0%;
}

.glow-banner.is-products-overview {
  height: 60%;
  top: 22%;
}

.glow-banner.is-cta1 {
  opacity: .8;
  width: 20%;
  height: 210px;
  top: 26%;
  left: 16%;
}

.glow-banner.is-center {
  opacity: .8;
  filter: blur(120px);
  width: 60%;
  height: 120px;
  inset: 30% 0% 0% 37%;
}

.glow-banner.is-center.is-stats {
  background-image: linear-gradient(90deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
}

.glow-banner.is-bottom {
  opacity: .3;
  top: 77%;
}

.glow-banner.is-layout353 {
  opacity: .2;
  width: 54%;
  height: 100%;
  display: block;
  position: absolute;
  top: -2rem;
  bottom: 20%;
  left: 20%;
}

.glow-banner.is-image-copy {
  height: 120%;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.glow-banner.is-image-copy.is-timeline {
  height: 105%;
}

.glow-banner.is-product-grid {
  opacity: .16;
  filter: blur(100px);
  height: 100%;
}

.glow-banner.is-cta {
  z-index: 0;
  opacity: .3;
  filter: blur(100px);
  height: 180px;
  top: 50%;
  transform: translate(0, -50%);
}

.glow-banner.is-gallery-banner {
  filter: blur(100px);
  top: -13%;
}

.glow-banner.is-cloud-aws {
  opacity: .4;
  height: 100px;
  top: 0%;
}

.glow-banner.is-layout505 {
  opacity: .4;
  top: 25%;
}

.glow-banner.is-top-glow-var {
  opacity: .2;
  top: 0%;
}

.glow-banner.is-research_centre {
  top: 50%;
}

.glow-banner.is-tabs {
  opacity: .1;
  height: 100%;
  top: 0%;
}

.glow-banner.is-resource {
  opacity: 1;
  width: 28%;
  height: 180px;
  inset: 35% 0% 0% 65%;
}

.section_logo3 {
  overflow: hidden;
}

.background-color-secondary {
  color: #fff;
  background-color: #030d11;
}

.background-color-secondary.no-background {
  background-color: #030d1100;
}

.logo3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 1312px;
  display: flex;
  overflow: hidden;
}

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

.logo3_content-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 17.75rem;
  padding-right: 2rem;
  display: flex;
}

.logo3_content-right {
  flex-flow: row;
  display: flex;
}

.logo-banner-main_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-banner-main_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  opacity: .8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.logo-banner-main_list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: row;
  grid-template: "."
  / 5.625rem 12.5rem 12.5rem 7.25rem 5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
}

.logo-banner-main_item {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 39.75rem;
  position: relative;
}

.line-black {
  background-color: #030d11;
  border: 1px #000;
  height: 1px;
}

.text-color-highlight-light {
  color: #949494;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.text-color-highlight-light.display-inline {
  vertical-align: baseline;
  display: inline;
}

.layout505_glow-wrap {
  position: relative;
}

.layout505_component {
  border: 1px solid #949494;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout505_tabs-menu {
  border-right: 1px solid #b6b6b6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.layout505_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .4;
  background-color: #fff;
  border: 1px solid #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 2rem;
  display: flex;
}

.layout505_tab-link:hover {
  border-style: solid;
  border-color: #ff6b00;
}

.layout505_tab-link.w--current {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #ff6b00;
  justify-content: space-between;
  align-items: center;
}

.layout505_tab-link.tab-last {
  border-bottom-style: none;
}

.layout505_tab-link.tab-last.w--current {
  border: 1px solid #ff6b00;
}

.tab-link_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.heading-style-h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}

.layout505_tabs-content {
  overflow: visible;
}

.layout505_tab-pane {
  height: 100%;
}

.layout505_tab-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 2rem 4rem;
  display: flex;
  position: relative;
}

.layout-505-card-image_wrapper {
  width: 3rem;
  max-width: 20%;
}

.layout-505-card-image_wrapper.is-homepage {
  width: auto;
  max-width: none;
  height: 2rem;
}

.layout-505-card-image {
  width: auto;
  height: 100%;
}

.section_hp-beyond {
  position: relative;
  overflow: hidden;
}

.layout29_item-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.platform_hero-ui {
  z-index: 1;
  width: 180%;
  max-width: 66rem;
  height: auto;
  position: relative;
  inset: 23% 0% 0 0;
}

.platform_hero-ui-image {
  width: 75%;
}

.platform_hero-ui-image.is-footer {
  width: 90%;
}

.platform_hero-ui-image.is-footer.is-hp-beyond {
  opacity: .9;
  border-radius: .125rem;
}

.platform-footer-trace {
  position: absolute;
  inset: 34% auto 0% -2%;
}

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

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

.stats-list_glow-wrap {
  width: 100%;
  position: relative;
}

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

.stats7_item {
  border-left-style: none;
  border-left-width: 2px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
}

.section_layout19 {
  position: relative;
  overflow: hidden;
}

.layout19_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.layout19_component.image-large {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.layout19_component.max-width-medium.align-center {
  justify-content: center;
  align-items: center;
}

.layout19_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading_highlight-wrap {
  flex-flow: wrap;
  display: block;
}

.display-inline {
  vertical-align: baseline;
  text-wrap: balance;
  font-size: 2.5rem;
  line-height: 110%;
  display: inline-block;
}

.display-inline.text-color-highlight-dark {
  color: var(--grey);
}

.display-inline.text-color-highlight-dark.heading-style-h2.no-hover:hover, .display-inline.heading-style-h2 {
  color: #fff;
}

.display-inline.heading-style-h2.no-hover {
  color: #fff;
  font-weight: 300;
}

.display-inline.heading-style-h2.no-hover:hover {
  color: #fff;
}

.layout19_image-wrapper {
  object-fit: cover;
  border-radius: .125rem;
  position: static;
  overflow: hidden;
}

.layout19_image {
  object-fit: cover;
  width: 100%;
  height: 27rem;
}

.layout19_image.is-large {
  object-fit: fill;
  height: 28rem;
}

.layout19_image.is-large.is-academy {
  object-fit: cover;
  height: 32.6rem;
}

.footer-wrap {
  background-color: #ff6b00;
  position: relative;
}

.footer-blocks-wrapper {
  z-index: 3;
  background-color: #030d11;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.layout1_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.layout1_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.line-white {
  border: 1px solid #fff;
  width: 100%;
}

.layout2_lightbox {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout2_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 101%;
  max-height: none;
  position: absolute;
  inset: 0%;
}

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

.copy-video_video-copy-wrap {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.hp-blogs_heading {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hp-blog_wrap {
  position: relative;
}

.hp-blog_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-wrapper {
  z-index: 0;
  margin-top: -100vh;
  position: relative;
}

.cta-wrapper.not-behind {
  margin-top: 0;
  position: static;
}

.footer-spacer {
  min-height: 100vh;
}

.section_cta19 {
  background-color: #ff6b00;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  display: block;
  position: sticky;
  bottom: 0;
}

.section_cta19.is-static {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  position: static;
}

.text-eyebrow-large {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
  position: relative;
}

.cta-header {
  font-size: 5rem;
  font-weight: 400;
  line-height: 100%;
}

.footer-group_deco {
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-group_deco.is-1 {
  z-index: 4;
  width: 24rem;
  top: 12%;
  right: 3%;
}

.footer-group_deco.is-1.is-hp {
  width: 24rem;
  top: 35%;
  right: 21%;
}

.footer-group_deco.is-1.is-hp.is-hidden {
  display: none;
}

.footer-group_deco.is-1.is-products-overview {
  z-index: 4;
  width: 20rem;
  top: 22%;
  right: 22%;
}

.footer11_component {
  z-index: 2;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  margin-top: -.75rem;
  position: relative;
  overflow: hidden;
}

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

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.footer11_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: flex;
}

.footer11_social-link {
  color: #ff6b00;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer11_social-link:hover {
  color: #4b00d7;
}

.footer11_social-link-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer11_accreds {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer11_accred {
  object-fit: contain;
  width: auto;
  height: 3rem;
}

.locale-wrapper {
  color: #fff;
  background-color: #030d11;
  border: 1px solid #fff;
}

.locale-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: normal;
  background-color: #030d11;
  border-radius: 2px;
  flex-flow: column;
  padding: .5rem;
  display: flex;
  box-shadow: 0 2px 12px #0000001f;
}

.locale-item {
  white-space: nowrap;
  word-break: normal;
}

.locale-item:hover {
  text-decoration: underline;
}

.locale-item:lang(en-us) {
  color: #ff6b00;
}

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

.footer11_list-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer11_link-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: flex-start start;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.footer11_link-list.hide {
  display: none;
}

.footer_label {
  color: #fff;
  margin-bottom: .25rem;
}

.footer11_link {
  color: #fff;
  border-bottom: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 2rem .5rem 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  display: flex;
}

.footer11_link.hide {
  display: none;
}

.footer11_link-text {
  line-height: 100%;
}

.footer11_divider-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.footer11_bottom-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer11_bottom-wrapper-inner {
  flex-flow: column;
}

.footer11_legal-list {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.footer11_legal-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.old {
  display: none;
}

.section_contact-hero {
  position: relative;
  overflow: hidden;
}

.glow-wrap {
  position: relative;
}

.contact-hero_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.is-alternate.is-large {
  height: 28rem;
}

.is-alternate.is-large.is-icon, .is-alternate.is-icon {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  border-color: #ff6b00;
  text-decoration: none;
}

.contact-hero_socials-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.contact-hero_socials-wrap.hide {
  display: none;
}

.social-circle {
  background-color: #3b3b484d;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  transition: background-color .2s;
  display: flex;
}

.social-circle:hover {
  background-color: #3b3b48cc;
}

.social-circle_image {
  width: 1.25rem;
  height: 1rem;
}

.contact-hero_form {
  margin-bottom: -4rem;
}

.embed-form-wrap {
  display: none;
}

.dt-forms_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.dt-forms_form-element {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dt-forms_form-element.dd-contact-us-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-wrap {
  width: 100%;
}

.input-wrap.is-dark {
  background-color: #030d11;
  font-size: .875rem;
}

.input-wrap.is-dark.is-state {
  display: block;
}

.dt-forms_label {
  margin-bottom: 4px;
  font-size: .875rem;
  font-weight: 400;
}

.input-2 {
  color: #030d11;
  background-color: #0000;
  border: 1px solid #949494;
  border-radius: .125rem;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
}

.input-2:hover {
  border-color: #ff791b;
}

.input-2:focus {
  color: #030d11;
  border: 1px solid #ff6b00;
}

.input-2:focus-visible {
  color: #030d11;
}

.input-2[data-wf-focus-visible] {
  color: #030d11;
}

.input-2.is-dark {
  color: #fff;
  background-color: #030d11;
  border-color: #fff6;
  border-radius: .125rem;
  min-height: 3rem;
  margin-bottom: 0;
  font-size: 1rem;
  transition: border-color .3s;
}

.input-2.is-dark:hover {
  border-color: #ff791b;
}

.input-2.is-dark:focus {
  border-color: #ff6b00;
  border-radius: .125rem;
}

.select-2 {
  background-color: #0000;
  border: 1px solid #949494;
  min-height: 3rem;
}

.select-2:hover {
  border-color: #ff791b;
}

.select-2:focus {
  border-color: #ff6b00;
}

.select-2.is-dark {
  color: #fff;
  background-color: #030d11;
  border: 1px solid #fff6;
  border-radius: .2rem;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  transition: border-color .3s;
}

.select-2.is-dark:hover {
  border-color: #ff791b;
}

.select-2.is-dark:focus {
  border-color: #ff6b00;
}

.text-area.is-dark {
  color: #fff;
  background-color: #0000;
  border: 1px solid #949494;
  border-radius: .125rem;
  min-height: 9rem;
}

.text-area.is-dark:hover {
  color: #fff;
  border-color: #ff791b;
}

.text-area.is-dark:focus {
  color: #fff;
  border-color: #ff6b00;
}

.dt-forms_hidden-fields-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 4px solid #ff00d9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #030d11;
  border: 1px #f2582c;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-2:hover {
  border-color: #f2582c;
}

.dt-form_legal-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.new-form_success {
  background-color: #f4f4f4;
  border: 1px solid #000;
}

.new-form_success.is-dark {
  background-color: #15151a;
}

.section_wide-image-gallery {
  background-color: #101416;
}

.wide-image-gallery_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  min-height: 32rem;
  display: flex;
}

.wide-image-gallery_image-wrap {
  width: 100%;
}

.wide-image_image {
  aspect-ratio: auto;
  width: 100%;
}

.section_layout253 {
  background-color: #f4f4f4;
}

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

.layout253_content {
  flex-direction: column;
  align-items: center;
  padding-right: 2.5rem;
}

.layout253_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  width: 100%;
}

.layout253_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.office-locations {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.office-locations_accordion {
  border: 1px #0000002e;
  border-bottom: 1px solid #030d11;
  border-radius: .125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.office-locations_item {
  border-top: 1px solid #030d11;
  border-bottom: 1px #0000002e;
  border-radius: 0;
  height: 100%;
  overflow: visible;
}

.office-locations_item-trigger {
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  transition: background-color .2s;
  display: flex;
}

.office-locations_item-trigger:hover {
  background-color: #f4f4f4;
}

.office-locations_arrow {
  width: 1rem;
}

.office-locations-item_body {
  height: 100%;
  margin-bottom: -1px;
  padding-top: 11px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  overflow: hidden;
}

.centered-table-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.office-locations_block {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.offices-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 4fr 4.5fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.offices-grid.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 4.5fr 2.5fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 100%;
  display: grid;
  position: static;
  top: 0;
}

.offices-grid.header:hover {
  background-color: #fff;
}

.button-3 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-3:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-3.is-dropdown {
  padding-left: 0;
  padding-right: 2.3rem;
}

.section_header71, .header71_component {
  position: relative;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
  margin-left: 0;
  margin-right: 0;
}

.header71_image-wrapper {
  border-radius: .125rem;
  width: 100%;
  height: 32rem;
  overflow: hidden;
}

.header71_image {
  width: 100%;
  height: 100%;
}

.header71_image.is-company {
  grid-column-gap: 3rem;
}

.code-embed {
  position: absolute;
  inset: 6% 0% 0% 71%;
}

.section_copy-glow {
  background-color: #030d11;
  position: relative;
  overflow: hidden;
}

.copy_glow-component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copy-glow_trace {
  width: auto;
  height: 4rem;
}

.section_stats40 {
  z-index: 2;
  position: relative;
  overflow: visible;
}

.stats40_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.stats40_wrap {
  position: relative;
}

.stats40_list {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.stats40_item {
  border: 1px #030d11;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.stats40_item-content {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-style-display {
  font-size: 5rem;
  line-height: 100%;
}

.button-4 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-4:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-4.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-4.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-4.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-4.is-tertiary.is-icon {
  transition-property: none;
}

.is-icon {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  border-color: #ff6b00;
  text-decoration: none;
}

.is-icon.is-large {
  height: 28rem;
}

.layout1_image {
  object-fit: cover;
  border-radius: .125rem;
  width: 100%;
  height: 27rem;
}

.line-copy_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-copy_trace {
  height: auto;
}

.section_testimonial1 {
  display: none;
  position: relative;
  overflow: hidden;
}

.testimonial1_component {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial1_component.is-horizontal {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
}

.testimonial1_client-image {
  object-fit: cover;
  border: 2px solid #eaeaea;
  border-radius: .125rem;
  width: 18.5rem;
  min-width: 18.5rem;
  height: 18.5rem;
  min-height: 18.5rem;
}

.testimonial1_copy-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.icon-1x1-small {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section_newsletter {
  position: relative;
  overflow: hidden;
}

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

.newsletter_component-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #030d11;
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
}

.section_layout252-customers {
  display: none;
}

.layout252-customers_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout252-customers_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout252_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.layout252-customers_list-wrapper {
  width: 100%;
}

.layout252-customers_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: flex;
}

.layout252-customers_item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 20rem;
  display: flex;
  position: relative;
}

.button-5 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-5:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-5.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-5.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-5.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-5.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-5.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-5.is-tertiary.is-icon {
  transition-property: none;
}

.button-5.is-large {
  padding: 1.125rem 2rem;
}

.header1_image-wrapper {
  position: relative;
}

.header1_image {
  z-index: 1;
  object-fit: cover;
  border-radius: .125rem;
  width: 100%;
  height: 100%;
}

.header1_trace-line {
  z-index: 2;
  width: 7rem;
  position: absolute;
  inset: -2rem auto auto -2rem;
}

.header1_trace-line.is-2 {
  width: 12rem;
  inset: auto 3rem -1.5rem auto;
}

.products-grid_wrap {
  position: relative;
}

.products-grid_component {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #949494;
  border-radius: .125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.products-grid_component._2-grid {
  grid-template-columns: 1fr 1fr;
}

.products-grid_card {
  color: #fff;
  border: 1px solid #949494;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 12.75rem;
  padding: 1rem;
  text-decoration: none;
  transition: background-color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.products-grid_card:hover {
  background-color: #030d11;
}

.products-grid_icon {
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  display: flex;
}

.products-grid_icon.is-smaller {
  max-width: 16.25rem;
}

.products-grid_icon.is-tiny {
  width: 2.5rem;
}

.layout19_item {
  list-style-type: square;
}

.section_logo4 {
  position: relative;
}

.logo4_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  display: grid;
  position: static;
}

.logo4_content {
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch stretch;
  display: flex;
}

.logo4_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.logo4_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo4_list.is-2column {
  grid-template-columns: 1fr 1fr;
}

.logo4_wrapper {
  background-color: #030d11;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.logo4_wrapper.align-center {
  justify-content: center;
  align-items: center;
}

.logo4_wrapper.background-color-primary {
  background-color: #fff;
}

.logo4_logo {
  object-fit: contain;
  max-height: 3.5rem;
}

.logo4_logo.is-fit {
  object-fit: contain;
}

.glow {
  z-index: 0;
  opacity: .4;
  filter: blur(150px);
  background-image: linear-gradient(90deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
  width: 100%;
  height: 512px;
  position: absolute;
  inset: -1% 0% 0% 39%;
}

.glow.is-logo-grid {
  opacity: .8;
  width: 24%;
  height: 300px;
  top: 31%;
  left: 60%;
}

.glow.is-subtle {
  opacity: .26;
  height: 320px;
  top: 25%;
  left: auto;
}

.glow.testimonal-leader {
  filter: blur(130px);
  background-image: linear-gradient(144deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
  height: 130px;
  top: 54%;
  left: auto;
}

.glow.gartner-email {
  opacity: .4;
  filter: blur(200px);
  background-image: linear-gradient(266deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
  width: 80%;
  height: 200px;
  top: 25%;
  left: 53px;
}

.glow.is-hero {
  width: 50%;
  height: 212px;
  top: 22%;
  left: 25%;
  transform: rotate(180deg);
}

.glow.is-header47 {
  opacity: .2;
  filter: blur(140px);
  height: 245px;
  top: 28%;
  left: 0%;
}

.section_footer-platform {
  background-color: #030d11;
  position: relative;
  overflow: hidden;
}

.display-none {
  display: none;
}

.section_cta1 {
  position: relative;
}

.cta1_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.cta1_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.cta1_image {
  z-index: 1;
  width: auto;
  height: 26.7368rem;
  position: relative;
}

.cta1_image.is-whitepaper {
  height: 22rem;
}

.products-secondary-nav_wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%);
}

.products-secondary-nav_wrap.hide {
  display: none;
}

.products-secondary-nav {
  z-index: 10;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  background-color: #030d11;
  border: 1px solid #949494;
  border-radius: 3.5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem 2rem;
  display: flex;
}

.products-secondary-nav.hide {
  display: none;
}

.products-secondary-nav_icon {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.products-secondary_mobile-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.products-secondary-nav_items {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.products-secondary-nav_link-item {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.products-secondary-nav_link-item:hover {
  text-decoration: underline;
}

.products-secondary-nav_link-item.w--current {
  color: #ff6b00;
}

.button-6 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-6:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-6.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-6.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-6.is-icon.is-alternate.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-6.is-icon.is-alternate.is-nav.is-products-secondary-nav {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #030d11;
  border-style: solid;
  border-color: #ff6b00;
  padding-right: 1rem;
}

.button-6.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-6.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-6.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-6.is-tertiary.is-icon {
  transition-property: none;
}

.button-6.is-large {
  padding: 1.125rem 2rem;
}

.header1_background-image_product-wrap {
  width: 1920px;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-47%, -33%);
}

.header1_background-image {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.header1_background-image.is-product {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  inset: 0%;
}

.header1_image-gradient {
  display: none;
}

.section_stats31-products {
  position: relative;
}

.stats31-products_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.stats31-products_card-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.stats31-products_card {
  z-index: 2;
  background-color: #030d11;
  border-radius: .125rem;
  padding: 1.5rem;
  position: relative;
}

.section_copy-glow-products {
  position: relative;
  overflow: hidden;
}

.copy-glow-products {
  position: relative;
}

.copy-glow-products_trace {
  z-index: 1;
  width: 16.625rem;
  height: auto;
  position: absolute;
  inset: -35% auto auto -24%;
}

.copy-glow-products_trace.is-services {
  top: -14%;
}

.copy-glow-products_trace.is-short-text {
  top: -76%;
}

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

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.layout353_glow-wrap {
  position: relative;
}

.layout353_content-right {
  min-height: 900px;
}

.layout353_content-item {
  background-color: #fff;
  border: 1px #000;
  border-radius: .375rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  position: sticky;
  box-shadow: 0 2px 12px #0003;
}

.layout353_content-item.content-item-1 {
  box-shadow: none;
  background-color: #fff;
  padding: 1.5rem;
  top: 30%;
}

.layout353_content-item.content-item-1.last {
  z-index: 10;
}

.section_cta-third-dark {
  position: relative;
  overflow: hidden;
}

.cta-third-dark_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  display: grid;
}

.cta-third-dark_content {
  flex: 1;
}

.cta-third-dark_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-third-trace {
  position: absolute;
  top: 2px;
}

.cta-third-trace.is-left {
  margin-top: 1rem;
  margin-bottom: 1rem;
  inset: auto auto -74% -19%;
}

.cta-third-trace.is-right {
  background-image: linear-gradient(0deg, #000c 33%, #fff0);
}

.accordion-image_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.accordion-image_list {
  border-bottom: 1px #030d11;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.accordion-image_list-content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-image_accordion {
  border-bottom: 1px solid #b6b6b6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion-image_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px #030d11;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.accordion-image_icon-wrapper {
  align-self: flex-start;
  width: 1.26rem;
  display: flex;
}

.accordion-image_answer {
  overflow: hidden;
}

.accordion-image_image-wrapper {
  position: relative;
}

.accordion-image_image {
  z-index: 2;
  border-radius: .125rem;
}

.trace_image-copy {
  z-index: 1;
  position: absolute;
  inset: -1.5rem auto auto -1.5rem;
}

.trace_image-copy.is-bottom-right {
  inset: auto -1rem -1.5rem auto;
}

.trace_image-copy.it-top {
  inset: -1.5rem auto auto 30%;
}

.trace_image-copy.is-bottom {
  inset: auto 30% -1.5rem auto;
}

.section_stats31 {
  overflow: hidden;
}

.stats31_component {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.stats31_content {
  z-index: 1;
  position: static;
}

.stats31_item-list {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

.stats31_item-with-image {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px #000;
  border-radius: 2px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: grid;
  position: relative;
}

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

.stats-image {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 14.125rem;
}

.border-trace {
  background-image: linear-gradient(94deg, #4b00d700, #6f0067 10%, #ff6b03 85%, #ffa52f00);
  height: 1px;
  position: absolute;
  inset: 0%;
}

.image-accordion_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px #030d11;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.image-accordion_icon-wrapper {
  align-self: flex-start;
  width: 1.26rem;
  display: flex;
}

.image-accordion_answer {
  overflow: hidden;
}

.section_cta-gartner {
  position: relative;
  overflow: hidden;
}

.background-color-tertiary {
  background-color: #f4f4f4;
}

.cta-gartner_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-right: 8rem;
  display: grid;
}

.cta-gartner_content {
  flex: 1;
}

.cta-gartner_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-gartner_logo.is-gartner {
  width: 14rem;
}

.cta-gartner-trace.is-left {
  margin-top: 1rem;
  margin-bottom: 1rem;
  inset: auto auto -74% -19%;
}

.cta-gartner-trace.is-right {
  background-image: linear-gradient(0deg, #000c 33%, #fff0);
}

.section_testimonial-leader {
  display: none;
}

.testimonail-leader-decor {
  position: absolute;
  inset: 0% 0% auto auto;
}

.testimonial-leader_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial-leader_card {
  background-color: #fff0;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial-leader_logo-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-leader_logo {
  object-fit: fill;
  width: auto;
  height: 100%;
  max-height: 3rem;
}

.testimonial-leader-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonial-leader-height {
  min-height: 130px;
}

.testimonial29_logo {
  object-fit: fill;
  width: auto;
  height: 100%;
  max-height: 3rem;
}

.section_testimonial10 {
  position: relative;
  overflow: hidden;
}

.testimonial10_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial10_deco {
  position: absolute;
  inset: -18% 0% 0% -18%;
}

.layout252_wrap {
  position: relative;
}

.layout252-products_component-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout252-products_component-copy.is-light-mode {
  color: #030d11;
}

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

.layout252-products_content-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  display: grid;
}

.layout252-products_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout252-products_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: static;
}

.layout252-products_image-wrapper {
  width: 100%;
  position: static;
}

.layout252-products_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.layout252-products_item-top, .layout252-products_item-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.layout252_deco {
  z-index: 1;
  width: 17rem;
  position: absolute;
  inset: 0% -9% auto auto;
}

.products-grid_footer-wrap {
  z-index: 2;
  background-color: #030d11;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  margin-top: -1rem;
  position: relative;
  overflow: hidden;
}

.products-secondary-nav_drop-down {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 0;
  display: flex;
}

.products-secondary-nav_drop-down_icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.products-secondary-nav_drop-down_list.w--open {
  color: #fff;
  background-color: #030d11;
  border: 1px solid #fff;
  border-radius: .125rem;
  inset: auto auto 4rem 1rem;
}

.button-7 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-7:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-7.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-7.is-nav.is-products-secondary-nav {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #030d11;
  border-style: solid;
  border-color: #ff6b00;
  padding-right: 1rem;
}

.button-7.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-7.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-7.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-7.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-7.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-7.is-tertiary.is-icon {
  transition-property: none;
}

.button-7.is-large {
  padding: 1.125rem 2rem;
}

.section_cta-partner {
  position: relative;
}

.cta-partner_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.cta-partner_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.cta-partner_image {
  z-index: 1;
  width: auto;
  height: 6rem;
  position: relative;
}

.cta-partner_image.is-endpoint {
  height: 10rem;
}

.section_layout48.is-relative {
  position: relative;
}

.section_layout48.is-relative.hide {
  display: none;
}

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

.layout48_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout48_text-wrapper.is-gartner {
  width: 14rem;
}

.heading-44, .paragraph-2 {
  text-wrap: balance;
}

.gartner-image-wrapper {
  width: 50%;
}

.header47_embed.is-gartner-email {
  position: absolute;
  inset: 39% auto auto 22%;
  transform: rotate(90deg);
}

.button-8 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-8:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-8.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-8.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-8.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-8.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-8.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-8.is-nav.is-products-secondary-nav {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #030d11;
  border-style: solid;
  border-color: #ff6b00;
  padding-right: 1rem;
}

.button-8.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-8.is-tertiary.is-icon {
  transition-property: none;
}

.button-8.is-large {
  padding: 1.125rem 2rem;
}

.layout507_content-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.layout507_components {
  z-index: 2;
  border: 1px solid #b6b6b6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout507_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.layout507_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .4;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.layout507_tab-link.w--current {
  background-color: #0000;
  border-bottom-width: 1px;
  border-bottom-color: #0000;
}

.layout507_tab-link.tabs-last {
  border-right-style: none;
}

.layout507_tab-pane {
  height: 100%;
}

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

.layout507_card-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.layout507_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout507_image {
  object-fit: cover;
  border-radius: 2px;
  height: 20rem;
}

.section_gallery23 {
  position: relative;
  overflow: hidden;
}

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

.gallery23_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery23_mask {
  width: 25%;
  overflow: visible;
}

.gallery23_slide {
  padding-right: 2rem;
}

.gallery-23_link-wrap {
  position: relative;
}

.gallery23_image-wrapper {
  z-index: 1;
  border-radius: 2px;
  width: 100%;
  position: relative;
}

.gallery23_image {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.gallery23_gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, #0009 13%, #0000 35%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery23_content-wrapper {
  z-index: 2;
  width: 100%;
  padding: 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery23_arrow {
  background-color: #fff;
  border: 1px #030d11;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery23_arrow.is-left {
  margin-top: 1rem;
  margin-bottom: 1rem;
  inset: auto auto -74% -19%;
}

.gallery23_arrow-icon {
  color: #030d11;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.262rem;
  height: 1rem;
  display: flex;
}

.gallery23_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.button-9 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-9:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-9.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-9.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-9.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-9.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-9.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-9.is-nav.is-products-secondary-nav {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #030d11;
  border-style: solid;
  border-color: #ff6b00;
  padding-right: 1rem;
}

.button-9.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-9.is-tertiary.is-icon {
  transition-property: none;
}

.button-9.is-large {
  padding: 1.125rem 2rem;
}

.button-10 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-10:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-10.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-10.is-nav.is-products-secondary-nav {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #030d11;
  border-style: solid;
  border-color: #ff6b00;
  padding-right: 1rem;
}

.button-10.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-10.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-10.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-10.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-10.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-10.is-tertiary.is-icon {
  transition-property: none;
}

.button-10.is-large {
  padding: 1.125rem 2rem;
}

.section_layout-cloud-aws {
  position: relative;
}

.layout-cloud-aws_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cloud-aws_component-item {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10.8125rem;
  display: flex;
}

.cloud-aws_component-item.is-middle {
  background-color: #fff;
  border-style: solid none none;
}

.cloud-aws_content-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-radius: 1px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.cloud-aws-content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cloud-aws-content-right-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.spacer-xlarge {
  padding-top: 4rem;
  display: block;
}

.button-11 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-11:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-11.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-11.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-11.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-11.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-11.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-11.is-tertiary.is-icon {
  transition-property: none;
}

.button-11.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-11.is-nav.is-products-secondary-nav {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #030d11;
  border-style: solid;
  border-color: #ff6b00;
  padding-right: 1rem;
}

.button-11.is-large {
  padding: 1.125rem 2rem;
}

.section_layout302 {
  position: relative;
  overflow: hidden;
}

.layout302_component {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout302_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.button-12 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-family: Typetype Tt Interphases Pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-12:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-12.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-12.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-12.is-icon.is-alternate.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-12.is-icon.is-alternate.is-nav.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-12.is-icon.is-alternate.is-nav.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-12.is-icon.is-nav {
  color: #000;
  background-color: #fff;
  background-image: none;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5px;
}

.button-12.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-12.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-12.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-12.is-tertiary.is-icon {
  transition-property: none;
}

.button-12.is-large {
  padding: 1.125rem 2rem;
}

.button-12.is-dropdown {
  padding-left: 0;
  padding-right: 2.3rem;
}

.section_header-platform {
  background-color: #030d11;
  position: relative;
  overflow: hidden;
}

.platform_lockup {
  object-fit: contain;
  width: 22rem;
  height: auto;
}

.platform-hero_trace {
  z-index: 2;
  object-fit: contain;
  width: 9.375rem;
  height: auto;
  position: absolute;
  inset: -3rem auto auto -3rem;
}

.glow-dark-hero {
  z-index: 0;
  opacity: .4;
  filter: blur(150px);
  background-image: linear-gradient(90deg, #ffa52f, #ff6b00 33%, #ff00d9 63%, #4b00d7);
  width: 100%;
  height: 32rem;
  position: absolute;
  inset: 86% 0% 0%;
}

.section_platform-marchitecture {
  position: relative;
  overflow: hidden;
}

.platform_marchitecture-wrap {
  max-width: 48rem;
}

.platform_marchitecture-drop {
  background-color: #f4f4f4;
  border-radius: .375rem;
  margin-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: background-color .2s;
}

.platform_marchitecture-drop:hover {
  background-color: #f7f7f7;
}

.platform_marchitecture-drop-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.platform_marchitecture-chevron {
  width: auto;
  height: .5rem;
}

.platform-marchitecture-drop-content-wrap {
  overflow: hidden;
}

.platform_marchitecture-drop-content {
  border-top: 1px solid #0000001f;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.platform_marchitecutre_lightbox:hover {
  transform: translate(0, -.4rem);
}

.platform_marchitecture-diagram_img {
  object-fit: contain;
  background-color: #fff;
  border-radius: .00119403rem;
  width: 100%;
  max-width: none;
  padding: 0 0 0;
}

.platform_anim {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.platform_anim-copy-card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 31.125rem;
  padding-right: 4rem;
  display: flex;
}

.platform-anim_animation-wrap {
  background-color: #fff;
  border-radius: .375rem;
  min-height: 31.125rem;
  position: sticky;
  top: 22.5vh;
  box-shadow: 0 2px 12px #0003;
}

.platform_anim-lottie {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_platform-anim_mob {
  display: none;
}

.text-color-grey {
  color: #3b3b48;
}

.section_platform-visibility {
  position: relative;
  overflow: hidden;
}

.platform-visibility {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.platform-visibility_header {
  width: 50%;
}

.platform-visibility_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.platform-visibility_card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.platform-automation {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

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

.platform-automation_header-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-list_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet-list_dot {
  background-color: #030d11;
  border-radius: 50%;
  flex: none;
  width: .375rem;
  height: .375rem;
}

.platform-automation_image {
  object-fit: cover;
  border-radius: .375rem;
  width: 100%;
  height: 24.875rem;
}

.button-13 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-13:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-13.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-13.is-nav.is-products-secondary-nav {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #030d11;
  border-style: solid;
  border-color: #ff6b00;
  padding-right: 1rem;
}

.button-13.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-13.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-13.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-13.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-13.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-13.is-tertiary.is-icon {
  transition-property: none;
}

.button-13.is-large {
  padding: 1.125rem 2rem;
}

.section_header23 {
  position: relative;
  overflow: visible;
}

.text-align-center {
  color: #000;
  text-align: center;
}

.trace-left {
  width: auto;
  height: 38%;
  position: absolute;
  inset: 5% 0% 0% 8%;
}

.trace-right {
  width: auto;
  height: 34%;
  position: absolute;
  inset: 54% 0% 0% 77%;
}

.background-color-primary {
  background-color: #fff;
}

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

.layout19_bullet {
  display: flex;
}

.layout19_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.button-14 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-14:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-14.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-14.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-14.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-14.is-tertiary.is-icon {
  transition-property: none;
}

.button-14.is-large {
  padding: 1.125rem 2rem;
}

.section_ai-research-featured {
  position: relative;
}

.ai-research_featured {
  padding-top: 3.5rem;
}

.ai-research-featured {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b100 {
  margin-bottom: 100px;
}

.button-15 {
  color: #fff;
  background-image: linear-gradient(90deg, #fb8b23, #f2582c 33%, #fb8b23 86%);
  border: 1px #f2582c;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  padding: .8125rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: background-color .4s cubic-bezier(.77, 0, .175, 1), background-position 1s;
  display: flex;
}

.button-15:hover {
  background-image: linear-gradient(to right, #fb8b23, #f2582c);
}

.button-15.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-15.is-icon.is-alternate {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  border-style: solid;
  border-radius: 2.5rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.button-15.is-icon.is-alternate.is-nav {
  color: #030d11;
  background-color: #fff;
}

.button-15.is-icon.is-alternate.is-nav.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-15.is-icon.is-alternate.is-nav.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-15.is-icon.is-nav {
  color: #000;
  background-color: #fff;
  background-image: none;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5px;
}

.button-15.is-secondary {
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  transition-timing-function: ease, ease;
  display: inline-block;
}

.button-15.is-secondary:hover {
  background-color: #3b3b48;
  box-shadow: 0 2px 12px #0003;
}

.button-15.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
  padding-left: 0;
}

.button-15.is-tertiary.is-icon {
  transition-property: none;
}

.button-15.is-large {
  padding: 1.125rem 2rem;
}

.button-15.is-dropdown {
  padding-left: 0;
  padding-right: 2.3rem;
}

.header71_copy-wrap {
  max-width: 52rem;
}

.background-color-white {
  background-color: #fff;
}

.section_timeline11 {
  z-index: -3;
  background-color: #fff;
}

.timeline11_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline11_progress {
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline11_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, , #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline11_progress-line {
  background-color: #030d11;
  width: 3px;
  height: 50vh;
  margin-top: -43vh;
  position: sticky;
  top: 0;
}

.timeline11_line {
  background-color: #949494;
  width: 3px;
  height: 100%;
}

.timeline11_fade-overlay-bottom {
  z-index: 0;
  background-image: linear-gradient(180deg, #fff0, );
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline11_progress-line-cover {
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -45vh;
}

.timeline11_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.timeline11_empty-space {
  width: 100%;
}

.timeline11_circle-wrapper {
  justify-content: center;
  width: 2rem;
  display: flex;
}

.timeline11_circle {
  z-index: 2;
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
  box-shadow: 0 0 0 8px #000;
}

.timeline11_item {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.timeline11_item.item-left {
  align-items: flex-end;
}

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

.timeline11_content.item-left {
  text-align: right;
  align-items: flex-end;
}

.timeline11_image-wrapper {
  position: relative;
  overflow: visible;
}

.timeline11_image {
  z-index: 2;
  border-radius: 2px;
  width: 100%;
}

.text-color-md-grey {
  color: #949494;
}

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

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

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

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

.layout252_image-wrapper {
  width: 100%;
  position: relative;
}

.layout252_image {
  border-radius: .125rem;
  width: 100%;
  height: 14rem;
}

.header129_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.header129_image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
  overflow: hidden;
}

.header129_image-wrapper1 {
  width: 100%;
  height: 532px;
  position: relative;
}

.header129_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_header47 {
  position: relative;
}

.header47_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start stretch;
  display: grid;
}

.header47_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.header47_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.cta-gated-resource {
  position: relative;
}

.cta-gated-resource_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.cta-gated-resource_content-item-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-gated-resource_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cta-gated-resource_content-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.cta-gated-resource_content-item-right.align-center {
  justify-content: center;
  align-items: center;
}

.cta-gated-resource_image {
  width: 21.2586rem;
}

.container-3 {
  flex: 1;
  min-width: 990px;
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: relative;
}

.federal-products {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.federal-products-card {
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001f;
}

._2-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.darktrace-federal-products-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.width-56 {
  width: 56px;
}

.width-56.zero-trust {
  width: 59px;
}

.width-56.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.width-56.margin-auto.email {
  width: 58px;
}

.federal-contact_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.federal-contact_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.federal-contact-content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.federal-contact_bottom-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.federal-contact_item-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.federal-contact_item-list.layout4-content-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.federal-contact_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.federal-contact_item-bottom-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.federal-contact_link:hover {
  color: #ff6b00;
}

.federal-contact_right-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.layout4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.global-rich-text {
  color: #030d11;
  letter-spacing: -.03em;
  max-width: 86vw;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.office-phone-number {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.office-phone-number.hide {
  display: none;
}

.medium-contact-icon {
  width: 20px;
  height: 20px;
}

.notification-text {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .text-size-large {
    margin-right: 0;
  }

  .core-coverage-hero_new.is-no-border {
    border-bottom-style: none;
  }

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

  .orange-deco-line.width-160.tablet-width-60.mobile-width-30.top-10 {
    margin-top: 15px;
  }

  .container {
    grid-row-gap: 40px;
  }

  .container-large {
    max-width: 75rem;
  }

  .mclaren-dt-logo {
    height: 53px;
  }

  ._3-column-grid-1-mobile.align-top.child-perspective {
    perspective: 2000px;
  }

  .company-office-image.grey-background.centred.height-180 {
    height: 180px;
  }

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

  .product-family-header.detect.new {
    margin-top: 158px;
  }

  .product-family-header.respond.new {
    margin-top: 159px;
  }

  .product-background.new.prevent {
    background-position: 50%;
    background-size: auto 680px;
    width: 100%;
  }

  .delay-link {
    background-image: linear-gradient(270deg, #000000e6 69%, #0000);
  }

  .delay-link.left-new {
    background-image: linear-gradient(270deg, #0000, #000000e6 38%);
  }

  .product-hero-deco.bottom-right {
    right: -43%;
  }

  .product-lookup-new {
    width: auto;
    height: 100px;
  }

  .heal-incident-deco-left {
    width: 850px;
    height: 850px;
    bottom: -8%;
    left: -12%;
  }

  .heal-incident-deco-left.right {
    bottom: -22%;
  }

  .heal-orange-glow {
    width: 1300px;
    height: 1300px;
    right: -40%;
  }

  .heal-orange-glow.bottom-left {
    bottom: -34%;
    left: -41%;
  }

  .changing-color-background {
    padding-top: 250px;
  }

  .ot-industry-image {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
  }

  .ot-grid-item {
    border: 1px solid #00000029;
    border-radius: 4px;
    padding: 20px;
    transition: all .2s;
  }

  .ot-grid-item:hover {
    box-shadow: 0 2px 12px #0000001f;
  }

  .ot-grid_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .ot-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hp-ai_background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section_header1.is-underline {
    border-bottom-style: solid;
  }

  .header1_content.is-homepage {
    padding-top: 5rem;
  }

  .glow-banner.is-get-demo {
    width: 45rem;
  }

  .glow-banner.is-resource {
    left: 58%;
  }

  .logo-banner-main_list {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 5.625rem 12.5rem 12.5rem 7.5rem 5rem 12.5rem;
  }

  .glow.gartner-email {
    width: 80%;
  }

  .header1_background-image_product-wrap {
    transform: translate(-47%, -32%);
  }

  .cta-partner_component {
    grid-column-gap: 2.5rem;
  }

  .cta-partner_image.is-endpoint {
    height: 12rem;
  }

  .layout48_item-list {
    grid-column-gap: 2.5rem;
    grid-template-rows: auto auto;
  }

  .header47_embed.is-gartner-email {
    top: 39%;
    left: 22%;
  }

  .container-3 {
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .products-hero_coverage_areas {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-size-large {
    font-size: 18px;
    font-weight: 400;
  }

  .text-size-large.comma {
    margin-right: 5px;
  }

  .image-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .image-copy.is-large-image {
    grid-template-columns: 1.5fr;
    align-items: center;
  }

  .image-copy.is-large-image.is-reverse {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .image-copy.b50.tablet-vertical {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .button---primary-default.colorful.tablet-hidden {
    display: none;
  }

  .button---primary-default.colorful.desktop-hidden {
    display: block;
  }

  .core-coverage-hero_new {
    min-height: auto;
    margin-top: -100px;
    padding-top: 0;
  }

  .core-coverage-hero_new.is-no-border {
    margin-top: -6.25rem;
    padding-top: 6.25rem;
  }

  .core-coverage-hero_new.is-no-border.is-no-logo {
    min-height: 37rem;
  }

  .select-field {
    background-color: #fff;
    border-radius: 0;
  }

  .text-size-regular {
    white-space: normal;
    font-size: 16px;
    line-height: 170%;
  }

  .text-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .text-eyebrow.margin-0 {
    margin-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 36px;
    font-weight: 300;
  }

  .heading-style-h1.white {
    white-space: normal;
  }

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

  .heading-style-h1.text-color-white.is-hp-hero-24 {
    max-width: 24rem;
    min-height: 6.75rem;
  }

  .gated-resource-cta_inner {
    align-items: center;
    padding: 1rem 0 0 2rem;
  }

  .white-paper-cta_deco-left {
    width: 324px;
    height: 340.5px;
    display: none;
    inset: -23% auto auto -39%;
  }

  .gated-resource-cta_image {
    height: 250px;
  }

  .button.is-large.desktop-hidden {
    display: block;
  }

  .button.is-large.tablet-hidden, .button.is-icon.is-alternate.is-nav {
    display: none;
  }

  .button.is-icon.is-alternate.is-tablet-nav {
    color: #030d11;
    background-color: #fff;
  }

  .button.is-icon.is-nav {
    display: none;
  }

  .heading-style-h2 {
    font-size: 32px;
    font-weight: 300;
  }

  .heading-style-h2.b10.text-center-align.tablet-36pt {
    font-size: 36px;
  }

  .free-trial-form-block {
    height: 100%;
  }

  .loop_grid {
    height: 24vw;
  }

  .orange-deco-line.width-160.tablet-width-60 {
    width: 60px;
  }

  .orange-deco-line.width-160.tablet-width-60.mobile-width-30 {
    width: 6rem;
  }

  .white-paper-cta_text-wrap {
    margin-bottom: 1rem;
  }

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

  .container {
    min-width: 100%;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-size-small {
    white-space: normal;
    font-size: 14px;
  }

  .text-size-small.text-color-black.no-wrap {
    white-space: nowrap;
  }

  .horizontal {
    white-space: pre;
  }

  .horizontal.align-center {
    align-items: center;
    display: flex;
  }

  .image-copy_image-contain.is-reverse {
    padding-left: 5px;
  }

  .line-deco-right {
    top: -77%;
    right: -52%;
  }

  .form-content-field-block {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .company-office-location {
    width: 100%;
  }

  .company-office-location.tablet-hidden {
    display: none;
  }

  ._3-column-grid-1-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .company-office-image.b5 {
    height: 220px;
  }

  .company-office-image.grey-background.centred.height-180 {
    height: 140px;
  }

  .line-deco-left {
    width: 324px;
    height: 340.5px;
    inset: -23% auto auto -12%;
  }

  .line-deco-left.is-gated-resource {
    display: none;
    left: -39%;
  }

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

  .standard-grid._60-grid-spacing {
    flex-direction: column;
  }

  .company-hero-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .office-locations-grid {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button---secondary {
    margin-right: auto;
  }

  .orange-deco_horizontal {
    width: 60px;
  }

  .company-mclaren {
    width: 240px;
    margin-top: 40px;
  }

  .company-hero {
    min-height: 340px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .background-flow-bottom-linear-gradient {
    display: none;
  }

  .product-family-header {
    width: 360px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-family-header.prevent.new {
    margin-left: 0;
    margin-right: 0;
  }

  .product-family-header.detect.new {
    margin-top: 55px;
    margin-right: 0;
  }

  .product-family-header.respond.new {
    margin-left: 134px;
  }

  ._4-column-grid-2-landscape-down-1-mob {
    grid-template-columns: 1fr 1fr;
  }

  .product-background.new.prevent {
    background-position: 50%;
  }

  .product-background.new.heal.updated {
    height: 690px;
  }

  .product-background.detect {
    background-image: linear-gradient(83deg, #000 11%, #0000 16% 79%, #000 93%), url('../images/Detect.svg'), linear-gradient(#000, #000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 2560px 900px, auto;
  }

  .product-background.detect.new {
    background-image: url('../images/DETECT-Lockup.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: auto 680px, auto;
    height: 680px;
  }

  .product-family-backround {
    background-position: 26%;
    height: 80%;
  }

  .button---secondary-2 {
    margin-right: auto;
  }

  .button---secondary-2.transparent {
    align-self: flex-start;
  }

  .image-copy_orange-bg.is-reverse {
    width: 100%;
  }

  ._4-column-grid.no-grid-spacing.loop-height {
    height: 24vw;
  }

  .product-lockup {
    font-size: 20px;
  }

  .product-lockup.large.slash {
    font-size: 28px;
  }

  .product-lockup.family-page.area {
    font-size: 18px;
  }

  .product-lockup.family-page.tm {
    margin-top: 2px;
  }

  .background-flow-box.flow {
    display: block;
  }

  .heading-style-h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    display: flex;
  }

  .delay-link {
    display: none;
  }

  .prevent-header.is-second {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }

  .image-copy_image.shadow {
    height: 310px;
  }

  .image-copy_image.shadow.large.height-415 {
    min-height: 0;
  }

  ._7-column-grid-3-mobile {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._7-column-grid-3-mobile.full-height-and-width {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .aoc-logos-wrapper {
    min-height: 100%;
  }

  .gartner-customer-choice {
    grid-column-gap: 30px;
    padding: 30px 20px 20px;
  }

  .aoc-logos-list {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 30vh;
    display: flex;
  }

  .heal-incident-deco-left {
    width: 555px;
    height: 555px;
    bottom: 0%;
  }

  .heal-incident-deco-left.right {
    bottom: -8%;
  }

  .aoc-logo-item {
    width: 15%;
    max-width: 100%;
  }

  .heading-style-h3 {
    font-size: 24px;
    font-weight: 600;
  }

  .line-large-text.vertical-padding-60 {
    grid-template-columns: 1fr 3.5fr;
  }

  .line-large-text.vertical-padding-60.tablet-vertical-padding-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heal-product-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: start;
  }

  .heal-orange-glow {
    top: -51%;
    right: -38%;
  }

  .loop_background {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .loop_grid-img {
    min-height: 240px;
  }

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

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

  .play-button.hover-opacity {
    width: 60px;
    height: 60px;
  }

  .play-button.hover-opacity.desktop-hidden {
    width: 46px;
    height: 46px;
    display: block;
  }

  .gated-resource-cta_copy {
    margin-bottom: 0;
  }

  .changing-color-background {
    padding-top: 150px;
  }

  .section.grow {
    padding-top: 164px;
  }

  .cloud-partner-card.small-partners {
    padding: 20px;
  }

  .cloud-partner-card.aws {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .height-44px.b20 {
    height: 20px;
  }

  .blog-posts_image {
    height: 140px;
  }

  .tablet-hidden {
    display: none;
  }

  .grey-info-box._2-column {
    padding-left: 50px;
    padding-right: 60px;
  }

  ._360-lottie-animation {
    width: 675px;
    height: 675px;
  }

  .ui-window {
    padding: 20px;
  }

  .vertical-3.width-35 {
    width: auto;
  }

  .vertical-3.width-65.align-right {
    width: 100%;
  }

  .vertical-3.width-65.align-right.tablet-t20 {
    margin-top: 20px;
  }

  .email-three-cards_grid {
    grid-template-columns: 4.5fr .5fr 4.5fr .5fr 4.5fr;
  }

  .width-382px.orange-border-right {
    width: 330px;
  }

  .email-three-cards_card {
    padding: 20px 30px;
  }

  .email-color-block_content {
    flex-direction: column;
  }

  .circle-video-contain {
    width: auto;
  }

  .dark-colour-block-ui-window {
    margin-top: 30px;
    margin-left: 0;
  }

  .employee-feedback-lottie {
    width: 803.4px;
  }

  .ui-screenshot-absolute.ui-window-border.email-mishap {
    padding: 12px;
  }

  .ui-screenshot-absolute.ui-window-border.direct-messaging {
    right: 12%;
  }

  .email-three-cards_arrow-img {
    display: none;
  }

  .four-cards {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .email-hero_copy {
    max-width: 50%;
  }

  .four-line-bullets {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .email-color-block_fade {
    display: block;
    top: 186px;
  }

  .circle-video-circle {
    width: 420px;
    min-width: 0;
    height: 420px;
    min-height: 0;
  }

  .email-color-block {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .interactive-use-cases_right {
    padding-left: 40px;
    padding-right: 20px;
  }

  .coverage-hero_copy {
    max-width: 50%;
    padding-top: 2rem;
  }

  .logos {
    height: auto;
    max-height: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-eyebrow---orange {
    font-size: 11px;
  }

  .duo-products {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ot-grid-item {
    padding: 10px;
  }

  .deco-lines_right {
    right: -25%;
  }

  .deco-lines_right.is-quote {
    top: -94%;
  }

  .deco-lines_left {
    left: -30%;
  }

  .ot-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-info {
    padding-top: 140px;
  }

  .contact-info_grid, .media-contacts {
    grid-template-columns: 1fr 1fr;
  }

  .hp_hero-jan-24_heading-wrap {
    padding-left: 0;
  }

  .word {
    left: 6.125rem;
  }

  .hp-ai_content {
    width: 370px;
    margin-left: 60px;
  }

  .hp-ai {
    height: 789px;
  }

  .hp-ai_background {
    background-position: -90% 100%;
    background-size: 100%;
  }

  .banner5_wrapper {
    font-size: .857143rem;
  }

  .navbar12_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #030d11;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar12_menu.is-page-height-tablet {
    z-index: 4;
    background-color: #0000;
    border-bottom-style: none;
    border-radius: .125rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100svh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: scroll;
  }

  .navbar12_menu-contain {
    background-color: #030d11;
    border: 1px solid #fff;
    border-radius: .125rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: .5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    padding: 1rem 2rem 2rem;
  }

  .navbar12_link-wrap {
    color: #fff;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .navbar12_link-wrap.is-ai-research {
    margin-bottom: 0;
  }

  .navbar12_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 1rem;
  }

  .navbar-menu-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar12_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar12_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar12_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar12_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar12_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .navbar-menu-wrap_tablet {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar-menu-tablet_dropdown-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-menu-tablet_dropdown {
    color: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
  }

  .navbar-menu-dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-menu-dropdown-list.w--open {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #fff;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .navbar-menu-dropdown-link {
    color: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar12_dropdown-products-secondary-item-image {
    width: 1.5rem;
  }

  .navbar12_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar12_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-background {
    z-index: 1;
  }

  .section_header1.is-underline {
    border-bottom-style: solid;
  }

  .header1_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .header1_component.is-platform.is-footer.is-hp-beyond {
    grid-template-columns: 1fr;
  }

  .header1_component.is-platform.is-footer.glow-dark-footer, .header1_content.is-platform.is-footer.glow-dark-footer-2 {
    top: -274%;
  }

  .homepage_heading-wrap {
    min-height: 3.3rem;
  }

  .hp-hero_play-lightbox {
    display: none;
  }

  .glow-banner.is-company-hero {
    height: 13.5rem;
    top: 54%;
  }

  .glow-banner.is-cta1 {
    top: 18%;
    left: 39%;
  }

  .logo3_content-left {
    width: 14.75rem;
    max-width: 16rem;
  }

  .logo-banner-main_component, .logo-banner-main_wrapper, .logo-banner-main_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-banner-main_item {
    width: 80px;
  }

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

  .layout505_tab-content {
    padding: 2rem;
  }

  .platform_hero-ui {
    width: 130%;
    max-width: none;
    margin-top: 2rem;
    margin-left: 1rem;
    position: relative;
    inset: 0 0% 0 0;
  }

  .platform_hero-ui-image {
    width: 100%;
  }

  .platform_hero-ui-image.is-footer {
    width: 160%;
    max-width: none;
    margin-bottom: -5.5625rem;
  }

  .platform_hero-ui-image.is-footer.is-hp-beyond {
    width: 110%;
  }

  .platform-footer-trace {
    left: -5%;
  }

  .stats7_list {
    grid-column-gap: 2rem;
  }

  .layout19_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout19_component.image-large {
    grid-column-gap: 2.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout2_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .text-eyebrow-large {
    font-size: 11px;
  }

  .cta-header {
    font-size: 4rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer11_accreds {
    flex-flow: row;
  }

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

  .contact-hero_text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wide-image-gallery_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wide-image-gallery_image-wrap {
    height: 24rem;
  }

  .wide-image_image {
    height: 100%;
  }

  .layout253_component {
    grid-column-gap: 3rem;
  }

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

  .office-locations {
    margin-bottom: 0;
  }

  .offices-grid, .offices-grid.header {
    grid-template-columns: 5fr 5fr 3fr;
  }

  .stats40_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .layout1_image {
    object-fit: contain;
  }

  .testimonial1_component {
    flex-flow: column;
  }

  .testimonial1_client-image {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    min-height: 12rem;
  }

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

  .layout252-customers_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout252-customers_list {
    grid-column-gap: 2rem;
  }

  .header1_image-wrapper {
    width: 100%;
    height: 28rem;
  }

  .logo4_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .glow.is-header47 {
    opacity: .25;
    filter: blur(60px);
  }

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .products-secondary-nav_wrap {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .products-secondary-nav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .products-secondary_mobile-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #030d11;
    border: 1px solid #fff;
    border-radius: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1.2rem;
    display: none;
    position: absolute;
    bottom: 5rem;
    left: 80%;
    transform: translate(-50%);
  }

  .products-secondary-nav_items {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    display: flex;
  }

  .button-6.is-icon.is-alternate.is-nav {
    display: none;
  }

  .header1_background-image_product-wrap {
    width: 88.75rem;
    height: 25rem;
    position: relative;
    inset: auto 0% -2%;
    overflow: hidden;
    transform: translate(0%);
  }

  .header1_background-image.is-product {
    width: 100%;
    position: static;
    inset: auto 0% 0%;
    transform: translate(-36%, -25%);
  }

  .header1_image-gradient {
    z-index: 2;
    background-image: linear-gradient(#030d11, #030d1100 24%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .stats31-products_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section_copy-glow-products {
    overflow: hidden;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta-third-dark_component {
    grid-column-gap: 3rem;
  }

  .cta-third-dark_content {
    margin-right: 3rem;
  }

  .cta-third-dark_button-row {
    flex: none;
  }

  .accordion-image_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    min-height: auto;
  }

  .accordion-image_image {
    width: 100%;
  }

  .stats31_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .max-width-small {
    max-width: 28rem;
  }

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

  .cta-gartner_component {
    grid-column-gap: 3rem;
  }

  .cta-gartner_content {
    margin-right: 3rem;
  }

  .cta-gartner_button-row {
    flex: none;
  }

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

  .layout252-products_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout252-products_list {
    grid-column-gap: 2rem;
  }

  .products-nav_dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .products-secondary-nav_drop-down {
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-secondary-nav_drop-down_list.w--open {
    border-style: none;
    position: static;
  }

  .button-7.is-nav {
    display: none;
  }

  .cta-partner_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .gartner-image-wrapper {
    width: 30%;
  }

  .header47_embed, .button-8.is-nav {
    display: none;
  }

  .layout507_components {
    grid-column-gap: 3rem;
  }

  .layout507_tabs-menu {
    flex-flow: column;
  }

  .layout507_card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .gallery23_content-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .button-9.is-nav, .button-10.is-nav, .button-11.is-nav {
    display: none;
  }

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

  .button-12.is-icon.is-alternate.is-nav {
    display: none;
  }

  .button-12.is-icon.is-alternate.is-tablet-nav {
    color: #030d11;
    background-color: #fff;
  }

  .button-12.is-icon.is-nav {
    display: none;
  }

  .glow-dark-hero {
    top: -274%;
  }

  .platform_marchitecture-diagram_img {
    width: 100%;
    max-width: 100%;
  }

  .section_platform-anim {
    display: none;
  }

  .platform_anim {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .platform_anim-copy-card {
    min-height: 0;
  }

  .platform-anim_animation-wrap {
    min-height: 24rem;
  }

  .platform-anim_animation-wrap.is-mobile {
    background-color: #fbfbfb;
    position: relative;
    top: 0;
  }

  .section_platform-anim_mob, .section_platform-visibility {
    display: block;
  }

  .platform-visibility_header {
    width: 100%;
  }

  .platform-visibility_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .button-13.is-nav {
    display: none;
  }

  .trace-right {
    left: 81%;
  }

  .b100 {
    margin-bottom: 60px;
  }

  .button-15.is-icon.is-alternate.is-nav {
    display: none;
  }

  .button-15.is-icon.is-alternate.is-tablet-nav {
    color: #030d11;
    background-color: #fff;
  }

  .button-15.is-icon.is-nav, .timeline11_progress-line {
    display: none;
  }

  .timeline11_progress-line-cover {
    top: -33.3vh;
  }

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

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

  .layout252_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .header47_component {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 80%;
    display: flex;
  }

  .header47_trace {
    position: absolute;
    top: -.1rem;
    right: 1rem;
  }

  .cta-gated-resource_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .container-3 {
    min-width: 100%;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .federal-products {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .federal-contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .federal-contact_bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .medium-contact-icon {
    width: 17px;
    height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .products-loop_background {
    min-height: 140px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-copy {
    grid-column-gap: 40px;
  }

  .heading-style-h1 {
    font-size: 28px;
  }

  .heading-style-h1.white {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .gated-resource-cta_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem 0;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

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

  .heading-style-h2.mobile-b20 {
    margin-bottom: 20px;
  }

  .full-width-div {
    flex-direction: column;
  }

  .loop_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 24vw;
  }

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

  .white-paper-cta_text-wrap {
    margin-bottom: 20px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .horizontal.align-center {
    grid-template-columns: 1fr;
  }

  .horizontal.align-center.space-between.b20.mobile-vertical {
    flex-direction: column;
  }

  .core-coverage-hero_gradient.is-network {
    background-image: linear-gradient(#0003, #0000 25%), linear-gradient(to right, #000000bf 18%, #1a1a1ab3 100%, #0000);
  }

  .line-deco-right {
    right: -68%;
  }

  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .form-content-field-block {
    flex-direction: column;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-light {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .company-stats-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3-column-grid-1-mobile {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grey-quote-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .line-deco-left {
    top: -39%;
  }

  .standard-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .standard-grid.b150.mobile-b80 {
    margin-bottom: 80px;
  }

  .standard-grid._60-grid-spacing {
    grid-template-columns: 1fr;
  }

  .company-mclaren {
    margin-top: 20px;
  }

  .company-hero-deco {
    width: 375px;
    height: 395px;
    bottom: -39%;
    left: -23%;
  }

  .company-hero-deco.right {
    top: -10%;
  }

  .company-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-family-header {
    width: 360px;
    max-width: 90%;
    margin: auto;
  }

  .product-family-header.prevent.new {
    margin-top: 2.6rem;
  }

  .product-family-header.detect {
    margin-bottom: 88px;
  }

  .product-family-header.detect.new {
    margin-top: 0;
    margin-left: 50px;
  }

  .product-family-header.respond {
    margin-top: 157px;
  }

  .product-family-header.respond.new {
    margin-top: 0;
    margin-left: 72px;
  }

  ._4-column-grid-2-landscape-down-1-mob {
    grid-template-columns: 1fr 1fr;
  }

  .product-background.new.prevent {
    height: 42rem;
  }

  .product-background.new.respond, .product-background.new.heal {
    height: 560px;
  }

  .product-background.new.heal.updated {
    height: 584px;
  }

  .product-background.detect {
    background-image: linear-gradient(83deg, #000 3%, #0000 10% 86%, #000), url('../images/Prevent.svg'), linear-gradient(#000, #000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 2170px 900px, auto;
    height: 580px;
  }

  .product-background.detect.new {
    background-image: url('../images/DETECT-Lockup.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: auto 580px, auto;
    height: 580px;
  }

  .prevent-header_copy {
    padding-left: 0%;
  }

  .product-family-backround {
    margin-left: auto;
    margin-right: auto;
  }

  .section_product-hero.is-transparent-nav {
    margin-top: 0;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._4-column-grid.no-grid-spacing.loop-height {
    height: 24vw;
  }

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

  ._50-width {
    width: 100%;
  }

  .loop-background._100-vertical-margin {
    min-height: 140px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .product-hero-deco {
    height: 890px;
  }

  .product-lookup-new {
    width: 240px;
  }

  .gartner-customer-choice {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .aoc-logos-list {
    grid-column-gap: 18px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 100%;
    display: grid;
  }

  .heal-incident-deco-left {
    display: none;
  }

  .aoc-logo-item {
    width: 100%;
  }

  .primary-ui-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .line-large-text.vertical-padding-60.tablet-vertical-padding-0 {
    grid-template-columns: 1fr 4fr;
  }

  .heal-product-card_bottom {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .heal-product-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .white-loop_links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .loop_background {
    min-height: 140px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .gated-resource-cta_copy {
    width: 100%;
  }

  .products-three-card_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .6fr .3fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .products-three-card_grid.align-center {
    grid-template-columns: 1fr;
  }

  .grey-info-box._2-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .interactive-use-cases {
    flex-direction: column;
  }

  .email-three-cards_grid {
    grid-template-rows: 5fr 1fr 5fr 1fr 5fr;
    grid-template-columns: 1fr;
  }

  .interactive-use-cases_left {
    width: auto;
  }

  .microsoft-logo-better-together {
    max-height: 150px;
  }

  .email-color-block_fade {
    top: 214px;
  }

  .four-cards_cards {
    padding: 13px;
  }

  .interactive-use-cases_right {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .coverage-hero_copy {
    max-width: none;
  }

  .problem-solution-table_row {
    grid-row-gap: 2px;
    grid-template-columns: 5fr;
  }

  .duo-products {
    flex-direction: column;
  }

  .deco-lines_left.is-quote {
    left: -44%;
  }

  .contact-info {
    padding-top: 10rem;
  }

  .media-contacts {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    position: static;
    overflow: scroll;
  }

  .media-contacts_card {
    width: 285px;
  }

  .hp-ai_content {
    width: 100%;
    margin-left: 0;
  }

  .hp-ai {
    height: 42rem;
  }

  .hp-ai_background {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 150%;
  }

  .navbar12_component {
    min-height: 0;
  }

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

  .banner5_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner5_close-button {
    margin-left: 0;
  }

  .navbar12_menu.is-page-height-tablet {
    padding-bottom: 4rem;
  }

  .navbar12_menu-contain {
    flex-flow: column;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar12_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .navbar12_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hp-hero_play {
    width: 2rem;
  }

  .hp-header_gradient.is-eraofai {
    background-position: 0 0, 0 0, 50%;
  }

  .glow-banner.is-company-hero {
    height: 8rem;
    top: 66%;
  }

  .logo3_content-left {
    width: 9.75rem;
    max-width: none;
  }

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

  .layout505_tabs-menu {
    border-right-style: none;
  }

  .layout505_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout505_tab-link.tab-last {
    border-bottom-style: solid;
  }

  .layout505_tab-content {
    padding: 1.5rem;
  }

  .platform_hero-ui {
    width: 140%;
  }

  .platform_hero-ui-image {
    width: 100%;
  }

  .stats7_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout19_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout19_component.image-large {
    grid-template-columns: 1.75fr;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout2_lightbox {
    height: 19rem;
  }

  .hp-blog_grid {
    grid-template-columns: 1fr;
  }

  .cta-header {
    font-size: 3rem;
  }

  .footer-group_deco.is-1 {
    top: 7%;
  }

  .footer-group_deco.is-1.is-hp {
    display: none;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 0;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer11_link-text {
    line-height: 1.5rem;
  }

  .footer11_bottom-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer11_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .layout253_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout253_list {
    grid-row-gap: 3rem;
  }

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

  .offices-grid.header {
    display: none;
  }

  .section_header71 {
    overflow: hidden;
  }

  .stats40_wrap {
    width: 100%;
  }

  .stats40_list, .line-copy_component {
    grid-template-columns: 1fr;
  }

  .testimonial1_component {
    flex-flow: column;
  }

  .testimonial1_component.is-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonial1_client-image-wrapper {
    max-width: 20rem;
  }

  .testimonial1_client-image {
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
  }

  .layout252-customers_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout252-customers_list {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .header1_image-wrapper {
    height: 20rem;
  }

  .products-grid_component {
    grid-template-columns: 1fr 1fr;
  }

  .logo4_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo4_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo4_logo {
    max-height: 3rem;
  }

  .cta1_component {
    grid-row-gap: 2.5rem;
  }

  .cta1_image {
    height: 4rem;
  }

  .products-secondary_mobile-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: none;
  }

  .header1_background-image.is-product {
    transform: translate(-44%, -25%);
  }

  .copy-glow-products_trace {
    width: 12.4688rem;
    top: -36%;
    left: -25%;
  }

  .layout353_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout353_content-left {
    position: static;
  }

  .cta-third-dark_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-third-dark_content {
    margin-right: 0;
  }

  .cta-third-dark_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .accordion-image_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .accordion-image_list-content-top {
    margin-bottom: 1rem;
  }

  .accordion-image_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion-image_icon-wrapper {
    width: 1.75rem;
  }

  .stats31_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .image-accordion_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-accordion_icon-wrapper {
    width: 1.75rem;
  }

  .cta-gartner_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-gartner_content {
    margin-right: 0;
  }

  .cta-gartner_button-row {
    justify-content: flex-start;
    width: 100%;
  }

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

  .testimonial-leader_card {
    padding: 1.5rem;
  }

  .layout252-products_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout252-products_content-top {
    grid-template-columns: 1fr;
  }

  .layout252-products_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta-partner_component {
    grid-row-gap: 2.5rem;
  }

  .cta-partner_image {
    height: 4rem;
  }

  .layout48_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout507_content-top, .layout507_components {
    grid-template-columns: 1fr;
  }

  .layout507_tabs-menu {
    flex-flow: column;
  }

  .layout507_tab-link {
    border-bottom: 1px solid #000;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout507_tab-link.w--current {
    border-bottom-color: #000;
  }

  .layout507_card {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .gallery23_mask {
    width: 50%;
  }

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .cloud-aws_component-item.is-middle {
    width: 300px;
  }

  .layout302_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .platform_marchitecture-diagram_img {
    width: 100%;
    max-width: 100%;
  }

  .section_platform-anim {
    display: none;
  }

  .section_platform-anim_mob {
    display: block;
  }

  .platform-automation_image {
    height: 18rem;
  }

  .trace-left {
    top: 5%;
    left: 0%;
  }

  .trace-right {
    left: 83%;
  }

  .ai-research-featured {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .b100 {
    margin-bottom: 60px;
  }

  .timeline11_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline11_empty-space {
    display: none;
  }

  .timeline11_circle-wrapper {
    left: 0;
  }

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

  .timeline11_item.item-left, .timeline11_content.item-left {
    text-align: left;
    align-items: flex-start;
  }

  .layout252_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout252_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout252_image-wrapper {
    object-fit: cover;
  }

  .header129_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .header47_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .federal-contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .global-rich-text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .products-loop_background {
    min-height: 120px;
    margin-bottom: 0;
  }

  .product-hero_header-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .products-hero_coverage_areas {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-large {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .text-size-large.text-color-white.b40-mobile {
    margin-bottom: 40px;
  }

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

  .image-copy {
    grid-column-gap: 2px;
    grid-template-columns: 1fr;
  }

  .image-copy.is-large-image {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-copy.is-large-image.is-reverse {
    grid-template-columns: 1fr;
  }

  .image-copy.b50.tablet-vertical {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .core-coverage-hero_new {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .core-coverage-hero_new.is-no-border.is-no-logo {
    min-height: 36rem;
  }

  .select-field {
    min-width: 250px;
  }

  .text-size-regular.grey {
    word-break: normal;
    overflow-wrap: normal;
  }

  .text-eyebrow {
    line-height: 1.5;
  }

  .text-eyebrow.text-center-align {
    text-align: center;
    border-bottom-style: none;
  }

  .text-eyebrow.text-center-align.b0 {
    line-height: 1.3;
  }

  .text-eyebrow.b0 {
    width: auto;
    font-size: .75rem;
  }

  .text-eyebrow.margin-0, .text-eyebrow.margin-0.is-orange-gradient {
    margin-bottom: 0;
  }

  .text-eyebrow.b30.text-center-align {
    line-height: 1.3;
  }

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

  .heading-style-h1.white.mobile-b20 {
    margin-bottom: 20px;
  }

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

  .heading-style-h1.text-color-white.is-hp-hero-24 {
    min-height: 9rem;
  }

  .gated-resource-cta_inner {
    flex-direction: column;
    padding: 1rem;
  }

  .gated-resource-cta_inner.ot {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-copy_copy-contain.mob-b20 {
    margin-bottom: 20px;
  }

  .vertical.center-align.aoc-padding.new-box-shadow.hover-move-y.dark-coverage {
    border-color: #ffffff4d;
  }

  .vertical.justify-center.mob-b20 {
    margin-bottom: 20px;
  }

  .products_cyber-image {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 230px;
    margin-bottom: 30px;
    display: block;
  }

  .form {
    grid-template-columns: 1fr;
    width: auto;
  }

  .form.dd-trial-form.dd-get-free-trial-form {
    padding-left: 0;
    padding-right: 0;
  }

  .gated-resource-cta_image {
    width: 100%;
    height: auto;
  }

  .text-input {
    min-width: 300px;
  }

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

  .heading-style-h2.white.text-center-align.b20 {
    text-align: center;
  }

  .heading-style-h2.b10.text-center-align.tablet-36pt.mobile-24pt, .heading-style-h2._36pt {
    font-size: 24px;
  }

  .heading-style-h2.white.mob-28 {
    font-size: 28px;
  }

  .heading-style-h2.mobile-b20 {
    margin-bottom: 20px;
  }

  .heading-style-h2._32pt {
    font-size: 24px;
  }

  .wide-image-copy_contain {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-link.is-orange.hover-light-orange.left-margin-84 {
    margin-left: 40px;
  }

  .full-width-div.form {
    padding-left: 0;
    padding-right: 0;
  }

  .products-hero_image {
    object-fit: cover;
    height: 470px;
    inset: 0% 0% auto;
  }

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

  .white-paper-cta_wrap {
    margin-bottom: 80px;
  }

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

  .core-coverage-hero_content.is-new {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .padding-section-medium {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .core-coverage_hero-image {
    object-fit: cover;
  }

  .core-coverage_hero-image.cyber-ai {
    display: none;
  }

  .core-coverage_hero-image.is-email {
    object-fit: cover;
    object-position: 20% 100%;
  }

  .orange-deco-line.width-160.tablet-width-60.mobile-width-30 {
    width: 30px;
  }

  .orange-deco-line.width-160.tablet-width-60.mobile-width-30.sticky {
    width: 20px;
  }

  .products-loop {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .white-paper-cta_text-wrap {
    margin: 2rem 1rem 1rem;
  }

  .form-label.white-label.focus-in {
    position: relative;
  }

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

  .text-size-small {
    font-size: .825rem;
    line-height: 1.5;
  }

  .text-size-small.no-wrap {
    white-space: nowrap;
  }

  .text-size-small.text-color-white.colorful-button {
    white-space: normal;
  }

  .horizontal {
    white-space: pre-line;
  }

  .horizontal.align-center {
    white-space: normal;
  }

  .horizontal.align-center._20-column-gap.mobile-vertical {
    grid-row-gap: 20px;
  }

  .horizontal.align-center._20-column-gap.mob-vertical {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .horizontal.align-center._20-column-gap.mob-vertical.mob-left-align {
    align-items: flex-start;
  }

  .horizontal._40-column-gap.mob-vertical {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .horizontal.space-between.mobile-vertical {
    flex-direction: column;
  }

  .horizontal.space-between.mobile-vertical._20-row-gap {
    grid-row-gap: 20px;
  }

  .horizontal.align-center.space-between.b20.mobile-vertical.mobile-b30 {
    margin-bottom: 30px;
  }

  .horizontal.align-center.mobile-space-between {
    justify-content: space-between;
  }

  .horizontal.align-center.mobile-space-between.mobile-width-100 {
    width: 100%;
  }

  .image-copy_image-contain {
    padding-right: 5px;
  }

  .image-copy_image-contain.is-reverse.is-normal {
    padding-left: 0;
  }

  .core-coverage-hero_gradient.products {
    background-image: linear-gradient(#0003, #0003), linear-gradient(#0000 58%, #00000080 82%, #000), linear-gradient(#0003, #0000 25%), linear-gradient(to right, #000000bf 32%, #1a1a1aa6 61%, #0003 85%);
    width: 100%;
    height: 470px;
    inset: 0% 0% auto;
  }

  .core-coverage-hero_gradient.products.cyber {
    background-image: linear-gradient(#000, #000), linear-gradient(#0000 58%, #00000080 82%, #0009), linear-gradient(to right, #000000bf 20%, #1a1a1aa6 48%, #0003 85%);
    height: 100%;
    inset: 0%;
  }

  .core-coverage-hero_gradient.is-network {
    background-image: linear-gradient(#0003, #0000 25%), linear-gradient(to right, #000000bf 73%, #1a1a1ab3 100%, #0000);
  }

  .line-deco-right {
    display: none;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .mclaren-dt-logo {
    width: 100%;
    height: auto;
  }

  ._3-column-grid-1-mobile {
    grid-row-gap: 30px;
  }

  ._3-column-grid-1-mobile.align-top.child-perspective.mob-b80 {
    margin-bottom: 40px;
  }

  ._3-column-grid-1-mobile.align-top.child-perspective.mob-b80.mob-row-20 {
    grid-row-gap: 20px;
    margin-bottom: 80px;
  }

  .grey-quote-grid {
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .company-office-image.b5 {
    height: 140px;
  }

  .line-copy_copy-wrap.vertical.left-align.padding-0.mobile-b20 {
    margin-bottom: 20px;
  }

  .standard-grid {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-flow: row;
    justify-items: center;
    display: block;
  }

  .min-height-390.mobile-smaller {
    min-height: 220px;
  }

  .office-locations-grid {
    grid-column-gap: 15px;
  }

  .button---secondary.hover-grey.margin-0 {
    margin-right: 0;
  }

  .video-case-study-logo-block.padding-84, .video-case-study-logo-block.padding-84.b10 {
    padding-left: 40px;
  }

  .company-mclaren {
    width: 100%;
  }

  .left-right-content-block {
    order: 1;
  }

  .company-poppy-image {
    width: 220px;
  }

  .line-copy-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .line-copy-block.t40 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .line-copy-block.is-no-padding {
    padding: 0;
  }

  .company-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-family-header {
    margin-left: 7px;
  }

  .product-family-header.prevent.new {
    margin-top: 3.9rem;
  }

  .product-family-header.detect {
    max-width: 290px;
    margin-top: 15px;
    margin-bottom: 98px;
    margin-left: auto;
  }

  .product-family-header.detect.new {
    margin-top: 22px;
    margin-left: 30px;
  }

  .product-family-header.detect.new.heal {
    margin-top: 66px;
  }

  .product-family-header.respond {
    margin-top: 173px;
  }

  .product-family-header.respond.new {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 14px;
    margin-left: 10px;
    display: flex;
  }

  ._4-column-grid-2-landscape-down-1-mob {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .product-background.new.prevent {
    background-position: 50%;
    background-size: auto 570px;
    height: 42rem;
  }

  .product-background.new.respond {
    background-image: url('../images/Respond-Lookup.svg'), linear-gradient(#0000, #0000);
    background-size: auto 560px, auto;
    height: 580px;
  }

  .product-background.new.heal {
    background-image: url('../images/HEAL-Lookup.svg'), linear-gradient(#0000, #0000);
    background-size: auto 560px, auto;
    height: 580px;
  }

  .product-background.new.heal.updated {
    height: 680px;
  }

  .product-background.detect.new {
    background-image: url('../images/DETECT-Lockup.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: auto 570px, auto;
  }

  .block-quote_name.is-small {
    padding-left: 2rem;
  }

  .prevent-header_copy {
    padding-top: 20rem;
    padding-left: 3rem;
  }

  .product-family-backround {
    height: auto;
    min-height: 51.875px;
  }

  .block-quote_logo {
    height: 2rem;
  }

  .image-copy_orange-bg {
    width: 100%;
  }

  ._4-column-grid.no-grid-spacing.loop-height {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-lockup.family-page {
    font-size: 40px;
  }

  .spacer-small {
    overflow: visible;
  }

  .block-quote-2 {
    padding-left: 2.5rem;
  }

  .block-quote-2.is-small {
    background-size: 1.5rem;
    padding-left: 2rem;
  }

  .heading-style-h4 {
    font-family: Styrenedtweb, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .prevent-header {
    margin-bottom: 0;
  }

  .prevent-header.is-second {
    margin-top: 5rem;
    margin-bottom: 0;
    padding-left: 0;
  }

  .image-copy_image.shadow {
    height: 240px;
  }

  .image-copy_image.shadow.height-420, .image-copy_image.shadow.large {
    height: 250px;
  }

  .product-hero-deco {
    height: 830px;
  }

  .heal-incident-ui-image {
    margin-bottom: 26px;
  }

  .spacer-large.is-mobile-small {
    padding-top: 1.5rem;
  }

  ._7-column-grid-3-mobile.full-height-and-width {
    grid-row-gap: 16px;
  }

  ._7-column-grid-3-mobile.full-height-and-width._2-column-mobile {
    grid-template-columns: 1fr 1fr;
  }

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

  .gartner-customer-choice {
    margin-bottom: 60px;
  }

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

  .heal-incident-deco-left {
    display: none;
  }

  .heading-style-h3 {
    font-family: Styrenedtweb, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
  }

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

  .line-large-text.vertical-padding-60.tablet-vertical-padding-0 {
    grid-template-columns: 1fr 4.5fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .line-large-text.vertical-padding-60.tablet-vertical-padding-0.cloud-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 5fr;
    padding-bottom: 100px;
  }

  .heal-product-card_bottom {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .heal-product-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .heal-title_deco {
    height: 2.5rem;
    margin-right: 0;
  }

  .heal-orange-glow {
    display: none;
  }

  .white-loop_links-grid, .white-loop_copy-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .loop_grid-img {
    min-height: 170px;
  }

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

  .padding-section-large.is-mobile-smaller {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.is-platform-hero {
    padding-top: 0;
  }

  .aws-marketplace.b20 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .vertical-2.z-3.left-align.vertical-padding-0.t20.mob-b70 {
    margin-bottom: 50px;
  }

  .vertical-2.z-3.left-align.vertical-padding-0.t20.mob-b70.mob-t0 {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .cloud-parther-two-column {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .changing-color-background {
    padding-top: 100px;
  }

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

  .section.grow {
    padding-top: 0;
  }

  .cloud-partner-card.aws {
    padding: 30px 20px;
  }

  .orange-tick {
    flex: none;
    margin-right: 15px;
  }

  .section_cloud-capabilities-block {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .products-three-card_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .height-44px.b20 {
    height: 30px;
  }

  .core-coverage-logos.padding-0 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .core-coverage-logos.padding-0._6-cions {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grey-info-box._2-column {
    padding: 25px;
  }

  .interactive-use-cases {
    margin-bottom: 0;
  }

  .button-group.is-mobile-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .interactive-use-case-mockup {
    width: 80%;
    margin-bottom: -35px;
    margin-left: -40%;
  }

  ._360-lottie-animation {
    width: 400px;
    height: 400px;
  }

  .ui-window {
    padding: 16px;
  }

  .email-three-cards_grid {
    grid-template-rows: auto 20px auto 20px auto;
  }

  .width-382px.orange-border-right {
    width: 50%;
  }

  .email-three-cards_card {
    padding: 20px;
  }

  .left-right-image-block-new.relative.order-first.mobile-b10 {
    margin-bottom: 10px;
  }

  .dark-colour-block-ui-window {
    padding: 6px;
  }

  .employee-feedback-lottie {
    width: 400px;
  }

  .ui-screenshot-absolute.lock-link {
    height: 60px;
  }

  .ui-screenshot-absolute.ui-window-border.email-mishap {
    width: 100%;
    padding: 8px;
  }

  .ui-screenshot-absolute.ui-window-border.direct-messaging {
    width: 90%;
    padding: 12px;
    position: absolute;
    left: 15px;
    right: auto;
  }

  .ui-screenshot-absolute.unspoof, .ui-screenshot-absolute.remove-attachment {
    height: 60px;
  }

  .four-cards {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .email-hero_copy {
    max-width: none;
    margin-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: 1rem;
    font-weight: 500;
  }

  .four-line-bullets {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .email-color-block_fade {
    height: 180px;
    display: none;
    inset: auto 40px 4% 0%;
  }

  .circle-video-circle, .circle-video-circle.b20 {
    width: 240px;
    height: 240px;
  }

  .email-color-block {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .interactive-use-cases_right {
    padding-left: 20px;
  }

  .coverage-hero_copy {
    margin-bottom: 4rem;
    padding-top: 0;
  }

  .logos {
    padding-left: 16px;
    padding-right: 16px;
  }

  .duo-products {
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .ot-industry-image {
    width: 100%;
    height: 160px;
  }

  .ot-frameworks {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .vertical-4.z-3.left-align.vertical-padding-0.t20.mob-b70 {
    margin-bottom: 50px;
  }

  .vertical-4.z-3.left-align.vertical-padding-0.t20.mob-b70.mob-t0 {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .ot-frameworks_grid {
    grid-template-columns: 1fr;
  }

  .deco-lines_right {
    top: -125%;
    right: -38%;
  }

  .deco-lines_left {
    top: -117%;
    left: -44%;
  }

  .product-guides-text {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .ot-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .ot-grid.protection {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .spacer-xxhuge.is-mobile-smaller {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-info {
    padding-top: 8rem;
  }

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

  .hp_hero-jan-24 {
    height: auto;
    max-height: none;
  }

  .hp_hero-jan-24_heading-wrap {
    margin-top: 4rem;
    margin-bottom: 5rem;
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }

  .hp_hero-jan-24_bg-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .hp_hero-jan-24_heading-wrapper {
    padding-bottom: 1rem;
  }

  .word {
    line-height: 1.5;
    top: 6.5rem;
    left: 0;
  }

  .text-color-orange.is-hover-underline.text-style-inline-mobile {
    display: inline;
  }

  .hp-ai {
    height: 100%;
    min-height: 0;
    padding-bottom: 7rem;
  }

  .hp-ai_background {
    background-position: 0 110%;
  }

  .mobile-b40 {
    margin-top: 40px;
  }

  .navbar12_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner5_wrapper {
    border-bottom-style: none;
    border-bottom-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .hide {
    display: none;
  }

  .banner5_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner_inline-wrap {
    text-align: center;
    width: 100%;
    display: block;
  }

  .text-style-inline {
    display: inline;
  }

  .navbar12_container {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .navbar12_menu.is-page-height-tablet {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar12_menu-contain {
    border-color: #fff;
    flex-flow: column;
  }

  .navbar12_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-style-dark {
    flex-flow: column;
  }

  .pixel-eyebrow_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-menu-tablet_dropdown-wrap, .navbar-menu-dropdown-list {
    overflow: hidden;
  }

  .navbar-menu-dropdown-link.w--current {
    color: #ff6b00;
  }

  .header1_component {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header1_component.is-homepage {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header1_component.is-platform.is-footer {
    grid-template-columns: 1fr;
  }

  .header1_component.is-product {
    margin-top: -1rem;
    margin-bottom: -2rem;
  }

  .homepage_heading-wrap {
    min-height: 2.1rem;
  }

  .hp-hero_play {
    width: 2rem;
    height: auto;
  }

  .hp-header_gradient.is-eraofai {
    background-image: linear-gradient(0deg, #030d11 5%, #030d1100 25%), linear-gradient(90deg, #030d1180 20%, #030d1100 40%), url('../images/era_of_ai-footer-V2.jpeg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .hp_dynamic-content {
    grid-template-columns: 1fr;
  }

  .hp_dynamic-card_image {
    object-position: 100% 50%;
  }

  .glow-banner.is-hp-blog {
    width: 80%;
    height: 80%;
    top: 16%;
    bottom: 0%;
    left: 12%;
  }

  .glow-banner.is-stats, .glow-banner.is-center.is-stats {
    height: 100%;
  }

  .glow-banner.is-cta {
    top: 94%;
  }

  .glow-banner.is-resource {
    top: 14%;
    left: 40%;
  }

  .logo3_content-left {
    width: 6.75rem;
  }

  .logo-banner-main_item {
    width: 100px;
  }

  .layout505_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout505_tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .layout505_tab-link.w--current, .tab-link_content-left {
    justify-content: space-between;
    align-items: center;
  }

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

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

  .platform_hero-ui {
    width: 170%;
    margin-top: 1rem;
    margin-left: 1rem;
    top: 15px;
  }

  .platform_hero-ui-image {
    width: 100%;
  }

  .platform_hero-ui-image.is-footer {
    margin-bottom: 0;
  }

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

  .stats7_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout19_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .layout19_component.image-large {
    grid-row-gap: 2rem;
    grid-template-columns: 1.75fr;
  }

  .layout19_image {
    height: 20rem;
  }

  .layout19_image.is-large {
    object-fit: cover;
  }

  .layout1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout2_lightbox {
    height: 20rem;
  }

  .hp-blogs_heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section_cta19 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-eyebrow-large {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .cta-header {
    font-size: 3rem;
  }

  .footer-group_deco.is-1 {
    width: 20rem;
    display: none;
    top: 9%;
  }

  .footer-group_deco.is-1.is-products-overview {
    display: none;
  }

  .footer11_left-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .language-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .contact-hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-hero_text {
    padding-bottom: 0;
  }

  .dt-forms_form-element {
    grid-template-columns: 1fr;
  }

  .section_wide-image-gallery {
    padding-bottom: 2rem;
  }

  .wide-image-gallery_component {
    padding-top: 4rem;
  }

  .wide-image-gallery_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wide-image-gallery_image-wrap {
    height: 18rem;
  }

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

  .layout253_component, .layout253_list {
    grid-template-columns: 1fr;
  }

  .offices-grid.header {
    display: none;
  }

  .section_header71 {
    border-bottom: 1px #fff;
  }

  .header71_component {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .header71_image-wrapper {
    height: 16rem;
  }

  .code-embed {
    top: 2%;
    left: 59%;
  }

  .stats40_list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-display {
    font-size: 4rem;
  }

  .layout1_image {
    height: auto;
  }

  .testimonial1_client-image-wrapper {
    max-width: 16rem;
  }

  .layout252-customers_content {
    grid-template-columns: 1fr;
  }

  .layout252-customers_list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .layout252-customers_item {
    min-height: 16rem;
  }

  .products-grid_component {
    grid-template-columns: 1fr;
  }

  .products-grid_card {
    min-height: 12rem;
  }

  .section_logo4 {
    overflow: hidden;
  }

  .logo4_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .logo4_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo4_logo.is-fit {
    width: 60%;
  }

  .glow.is-logo-grid {
    width: 100%;
    top: 54%;
    left: 6%;
  }

  .glow.is-header47 {
    top: -31%;
  }

  .cta1_component {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cta1_image-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .cta1_image {
    height: 2.5rem;
  }

  .cta1_image.is-whitepaper {
    width: 100%;
    height: auto;
  }

  .products-secondary-nav_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .products-secondary_mobile-wrap {
    display: none;
    left: 60%;
  }

  .header1_background-image_product-wrap {
    object-fit: cover;
    object-position: 50% 50%;
    width: 1120px;
    height: 24rem;
    overflow: hidden;
  }

  .header1_background-image.is-product {
    transform: translate(-47%, -20%);
  }

  .section_stats31-products {
    overflow: hidden;
  }

  .stats31-products_card-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .copy-glow-products {
    padding-top: 2rem;
  }

  .copy-glow-products_trace {
    width: 11.6rem;
    top: -29%;
    left: -6%;
  }

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

  .accordion-image_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .accordion-image_list-content-top {
    margin-bottom: 0;
  }

  .trace_image-copy.is-bottom-right {
    right: -.75rem;
  }

  .trace_image-copy.is-top-left {
    top: -.75rem;
    left: -.75rem;
  }

  .stats31_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .stats31_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats31_item-with-image {
    grid-template-columns: 1fr;
  }

  .cta-gartner_component {
    place-items: start;
    padding-right: 0;
  }

  .cta-gartner_button-row {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_testimonial-leader {
    overflow: hidden;
  }

  .testimonail-leader-decor, .testimonial10_deco {
    width: 40%;
  }

  .layout252-products_content, .layout252-products_list {
    grid-template-columns: 1fr;
  }

  .layout252_deco {
    display: none;
  }

  .section_cta-partner {
    overflow: hidden;
  }

  .cta-partner_component {
    grid-template-columns: 1fr;
  }

  .cta-partner_image-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-partner_image {
    height: 2.5rem;
  }

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

  .layout507_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .layout-cloud-aws_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .cloud-aws_component-item {
    height: 6rem;
  }

  .cloud-aws_component-item.is-middle {
    width: 100%;
  }

  .cloud-aws_content-bottom {
    flex-flow: column;
  }

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

  .platform_lockup {
    width: 9rem;
  }

  .platform_marchitecture-diagram_img {
    padding-top: .5rem;
  }

  .platform-anim_animation-wrap.is-mobile {
    min-height: 21rem;
  }

  .platform-automation_header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .section_header23 {
    overflow: hidden;
  }

  .trace-left {
    left: -26%;
  }

  .trace-right {
    top: 59%;
    left: 69%;
  }

  .timeline11_progress-line {
    display: none;
  }

  .timeline11_item.item-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .layout252_content, .layout252_list {
    grid-template-columns: 1fr;
  }

  .header129_image-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header129_image-wrapper1 {
    height: 320px;
  }

  .section_header47 {
    overflow: hidden;
  }

  .header47_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .header47_trace {
    display: none;
  }

  .cta-gated-resource_component {
    grid-template-columns: 1fr;
  }

  .federal-products {
    margin-bottom: 50px;
  }

  .federal-products-card {
    padding: 30px 15px;
  }

  .federal-contact_component {
    grid-template-columns: 1fr;
  }

  .federal-contact_content {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .federal-contact_item-list.layout4-content-top {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .global-rich-text {
    max-width: none;
  }
}

#w-node-adcc7ee9-106c-e2e2-0220-6a9b7b63d8a4-02af96a7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-adcc7ee9-106c-e2e2-0220-6a9b7b63d8b2-02af96a7, #w-node-adcc7ee9-106c-e2e2-0220-6a9b7b63d99f-02af96a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adcc7ee9-106c-e2e2-0220-6a9b7b63d9d4-02af96a7 {
  order: 9999;
}

#w-node-adcc7ee9-106c-e2e2-0220-6a9b7b63da2f-02af96a7, #w-node-_22329747-7fcc-e48f-fe2e-b2c1f655a62c-f655a5d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f093a913-80b3-fe73-f17f-b68378d44569-22f8e81d {
  order: 9999;
}

#w-node-f093a913-80b3-fe73-f17f-b68378d445bc-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445be-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445c0-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445c2-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445c4-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445c6-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445c8-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445ca-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445cc-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445ce-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445d0-22f8e81d, #w-node-f093a913-80b3-fe73-f17f-b68378d445d2-22f8e81d {
  justify-self: center;
}

#w-node-f093a913-80b3-fe73-f17f-b68378d445f0-22f8e81d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f093a913-80b3-fe73-f17f-b68378d44607-22f8e81d {
  order: 9999;
}

#w-node-f093a913-80b3-fe73-f17f-b68378d44639-22f8e81d, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd2c2-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd2d0-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd2d9-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd317-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd31d-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd322-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd325-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd32d-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd333-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd34a-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd352-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd357-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd35a-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd37b-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd381-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd386-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd389-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd391-4b5a5790, #w-node-_809efc12-2bed-1e3f-f2b0-62274dcdd397-4b5a5790, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f200c6-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f200c9-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f200d7-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f200e0-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f200e8-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f200eb-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f201db-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f201dd-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f201f7-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f201fd-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f20205-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f20208-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f20213-6d15f659, #w-node-_5e245731-395a-9ffc-a61d-2a8a06f20219-6d15f659, #w-node-_1e6055a6-6d3e-3c13-d354-909835664c40-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664c42-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664c50-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664c53-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664c76-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664c78-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664c99-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664c9c-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664caa-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664cb3-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664cbb-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664cbe-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664ce2-0ac6c1f5, #w-node-_1e6055a6-6d3e-3c13-d354-909835664ce4-0ac6c1f5, #w-node-_023b344c-f585-1829-6e11-f18de7b678e5-0dea28d3, #w-node-_023b344c-f585-1829-6e11-f18de7b678e6-0dea28d3, #w-node-_99db2913-9caa-4096-ee76-7b3eb21248f1-0dea28d3, #w-node-_99db2913-9caa-4096-ee76-7b3eb2124900-0dea28d3, #w-node-_99db2913-9caa-4096-ee76-7b3eb212490f-0dea28d3, #w-node-_22808086-5c73-a36d-e66c-d7a3978b8248-0dea28d3, #w-node-_22808086-5c73-a36d-e66c-d7a3978b824b-0dea28d3, #w-node-_50173e66-135e-c25c-b811-32945e2e85af-0dea28d3, #w-node-_50173e66-135e-c25c-b811-32945e2e85b6-0dea28d3, #w-node-_8ff30b08-06e9-a9d9-a3b8-a3f41f3c583e-0dea28d3, #w-node-_8ff30b08-06e9-a9d9-a3b8-a3f41f3c5840-0dea28d3, #w-node-_8ff30b08-06e9-a9d9-a3b8-a3f41f3c584c-0dea28d3, #w-node-_8ff30b08-06e9-a9d9-a3b8-a3f41f3c5853-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c30b-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c318-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c319-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c31a-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c31b-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c31f-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c32c-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c339-0dea28d3, #w-node-f7bd1b9e-bc50-197b-90e3-7a5098a7c346-0dea28d3, #w-node-ca4f3083-64bb-a833-6ba5-dc332c125d57-0dea28d3, #w-node-ca4f3083-64bb-a833-6ba5-dc332c125d65-0dea28d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedeb52-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedeb58-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedeb5e-dc082a01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedeb79-dc082a01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedeba3-dc082a01 {
  order: -9999;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedebbb-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedebd1-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedebe7-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedebfd-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedec13-dc082a01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedec79-dc082a01 {
  order: 9999;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedec91-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedeca7-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedecbd-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedecd3-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedece9-dc082a01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979beded15-dc082a01 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979beded24-dc082a01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979beded4c-dc082a01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979beded5b-dc082a01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedee10-dc082a01 {
  order: 9999;
}

#w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedee5e-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedefd1-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedefef-dc082a01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91935-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde9193b-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91941-da0d880c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde9195c-da0d880c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91986-da0d880c {
  order: -9999;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde9199f-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde919b5-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde919cb-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde919e1-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde919f7-da0d880c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91a2a-da0d880c {
  order: 9999;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91a41-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91a57-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91a6d-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91a83-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91a99-da0d880c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91ac5-da0d880c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91ad4-da0d880c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91ae6-da0d880c {
  order: -9999;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91aff-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91b15-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91b2b-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91b41-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91b57-da0d880c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91bb0-da0d880c {
  order: -9999;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91bb8-da0d880c {
  order: 9999;
}

#w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91c33-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91da6-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91dc4-da0d880c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9bfdc1-e3dbe699 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9bfe0b-e3dbe699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9bfea0-e3dbe699 {
  order: -9999;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9bfeb9-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bfecf-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bfee5-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bfefb-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bff11-e3dbe699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9bff3d-e3dbe699 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9bff4c-e3dbe699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9bff5e-e3dbe699 {
  order: 9999;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9bff75-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bff8b-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bffa1-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bffb7-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bffcd-e3dbe699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9c0013-e3dbe699 {
  place-self: stretch stretch;
}

#w-node-_93b7c000-3670-c192-7690-430d8d9c0023-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9c003e-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9c0066-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9c01d9-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9c01f7-e3dbe699 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f09-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f0f-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f15-5311c63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f30-5311c63a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f5a-5311c63a {
  order: -9999;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f73-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f89-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f9f-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174733fb5-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174733fcb-5311c63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174733ffe-5311c63a {
  order: 9999;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174734015-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c17473402b-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174734041-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174734057-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c17473406d-5311c63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174734082-5311c63a {
  order: -9999;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c17473409b-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c1747340b1-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c1747340c7-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c1747340dd-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c1747340f3-5311c63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c17473411f-5311c63a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c17473412e-5311c63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174734154-5311c63a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c174734202-5311c63a {
  order: 9999;
}

#w-node-fbfb5d87-fc6d-c977-6f45-f5c17473432e-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c1747344a1-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c1747344bf-5311c63a, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c34-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c37-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c45-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c4e-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c56-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c59-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c67-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c70-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c78-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c7a-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c87-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437c93-033aa5ca, #w-node-_6de24173-a642-8d1e-7f2b-c6fef1437cac-033aa5ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de24173-a642-8d1e-7f2b-c6fef1437cae-033aa5ca {
  align-self: center;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42dc58-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42dc5e-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42dc64-83b9a1b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42dc7f-83b9a1b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42dcbf-83b9a1b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42dcce-83b9a1b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42dda1-83b9a1b2 {
  order: 9999;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42ddb9-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42ddcf-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42dde5-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42ddfb-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42de11-83b9a1b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42de3d-83b9a1b2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42de4c-83b9a1b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42dee1-83b9a1b2 {
  order: -9999;
}

#w-node-_0f531583-6479-8c43-87bc-01fa2c42df1a-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42e08d-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42e0ab-83b9a1b2, #w-node-_2a2fb076-a09c-9f26-294a-1c5e7817c536-eb93d8eb, #w-node-_2a2fb076-a09c-9f26-294a-1c5e7817c53f-eb93d8eb, #w-node-_2bfd5190-b025-1f7e-6540-01142f247fdb-eb93d8eb, #w-node-_2bfd5190-b025-1f7e-6540-01142f247fde-eb93d8eb, #w-node-d25e3365-e961-6e29-3c0b-00d2833c032f-eb93d8eb, #w-node-d25e3365-e961-6e29-3c0b-00d2833c0338-eb93d8eb, #w-node-cc18303d-f2ab-793e-a259-c3ce08413586-eb93d8eb, #w-node-cc18303d-f2ab-793e-a259-c3ce08413589-eb93d8eb, #w-node-dc1a70a1-3f18-da45-efde-1af3c9804fc3-eb93d8eb, #w-node-dc1a70a1-3f18-da45-efde-1af3c9804fc9-eb93d8eb, #w-node-_3f4604db-d69f-078c-d8e0-25e49a8b9f39-eb93d8eb, #w-node-_3f4604db-d69f-078c-d8e0-25e49a8b9f3d-eb93d8eb, #w-node-_3f4604db-d69f-078c-d8e0-25e49a8b9f41-eb93d8eb, #w-node-_3f4604db-d69f-078c-d8e0-25e49a8b9f45-eb93d8eb, #w-node-_98a4f4d0-0d10-9f2b-dcbf-46840ea4da9d-eb93d8eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a4f4d0-0d10-9f2b-dcbf-46840ea4da9f-eb93d8eb {
  align-self: center;
}

#w-node-_1481280f-4b8c-6f72-c1b3-a2d2129db052-033accef, #w-node-_1481280f-4b8c-6f72-c1b3-a2d2129db05c-033accef, #w-node-_1481280f-4b8c-6f72-c1b3-a2d2129db066-033accef, #w-node-_1481280f-4b8c-6f72-c1b3-a2d2129db070-033accef, #w-node-_1481280f-4b8c-6f72-c1b3-a2d2129db07a-033accef, #w-node-_1481280f-4b8c-6f72-c1b3-a2d2129db07d-033accef, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c479-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c567-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c569-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c56b-66796801, #w-node-_47d4b866-e9b2-84c5-622d-8e74593c7bd6-66796801, #w-node-_410732c5-6638-8090-5269-62e9e36e32b5-66796801, #w-node-_47d4b866-e9b2-84c5-622d-8e74593c7c10-66796801, #w-node-_85da2cc6-c936-88d7-e9ae-da484bc18870-66796801, #w-node-_85da2cc6-c936-88d7-e9ae-da484bc18873-66796801, #w-node-_85da2cc6-c936-88d7-e9ae-da484bc1887c-66796801, #w-node-_482abf99-23aa-26f9-d429-f1be70bac447-66796801, #w-node-_482abf99-23aa-26f9-d429-f1be70bac44a-66796801, #w-node-_482abf99-23aa-26f9-d429-f1be70bac453-66796801, #w-node-_87b5711d-b627-f722-e9b9-90165450bd13-66796801, #w-node-_87b5711d-b627-f722-e9b9-90165450bd16-66796801, #w-node-_87b5711d-b627-f722-e9b9-90165450bd1f-66796801, #w-node-_8d45c78a-41bf-674a-8677-cef33ceeb1b5-66796801, #w-node-_8d45c78a-41bf-674a-8677-cef33ceeb1b8-66796801, #w-node-_8d45c78a-41bf-674a-8677-cef33ceeb1c1-66796801, #w-node-_4f2e0f80-a196-7b02-9524-ab4a00c64279-66796801, #w-node-_4f2e0f80-a196-7b02-9524-ab4a00c6427c-66796801, #w-node-_4f2e0f80-a196-7b02-9524-ab4a00c64285-66796801, #w-node-_216f8dd0-2ff1-3abc-00d6-e5a60802e86a-66796801, #w-node-_216f8dd0-2ff1-3abc-00d6-e5a60802e86d-66796801, #w-node-_216f8dd0-2ff1-3abc-00d6-e5a60802e876-66796801, #w-node-c5ebf150-b997-c6a3-9734-a60c74fa762e-66796801, #w-node-c5ebf150-b997-c6a3-9734-a60c74fa7631-66796801, #w-node-c5ebf150-b997-c6a3-9734-a60c74fa763a-66796801, #w-node-_1154c087-5cb5-bc95-bae9-8cc4987e69e9-66796801, #w-node-_1154c087-5cb5-bc95-bae9-8cc4987e69ec-66796801, #w-node-_1154c087-5cb5-bc95-bae9-8cc4987e69f5-66796801, #w-node-e808509e-2dd5-68cd-0be0-7d7053647083-66796801, #w-node-e808509e-2dd5-68cd-0be0-7d7053647086-66796801, #w-node-e808509e-2dd5-68cd-0be0-7d705364708f-66796801, #w-node-_97a3a0bc-20fb-ad3d-8576-8e388021fd43-66796801, #w-node-_97a3a0bc-20fb-ad3d-8576-8e388021fd46-66796801, #w-node-_97a3a0bc-20fb-ad3d-8576-8e388021fd4d-66796801, #w-node-_3d52586a-64e6-3fba-9b35-1740548e948a-66796801, #w-node-_3d52586a-64e6-3fba-9b35-1740548e948d-66796801, #w-node-_3d52586a-64e6-3fba-9b35-1740548e9494-66796801, #w-node-d804fb76-05dd-a3f8-1b18-d6b24c57f36a-66796801, #w-node-d804fb76-05dd-a3f8-1b18-d6b24c57f36d-66796801, #w-node-d804fb76-05dd-a3f8-1b18-d6b24c57f374-66796801, #w-node-ed3f933b-f32c-10cb-af4c-36f295b42854-66796801, #w-node-ed3f933b-f32c-10cb-af4c-36f295b42857-66796801, #w-node-ed3f933b-f32c-10cb-af4c-36f295b4285e-66796801, #w-node-d8553437-696e-6c79-271a-79b69a9bf887-66796801, #w-node-d8553437-696e-6c79-271a-79b69a9bf88a-66796801, #w-node-d8553437-696e-6c79-271a-79b69a9bf891-66796801, #w-node-_1c2df852-a537-388d-a3cb-70f41b13058f-66796801, #w-node-_1c2df852-a537-388d-a3cb-70f41b130592-66796801, #w-node-_1c2df852-a537-388d-a3cb-70f41b130599-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c57c-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c57e-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c580-66796801, #w-node-_9fed06c5-4faf-c456-01cd-cd79ea59a0da-66796801, #w-node-_9fed06c5-4faf-c456-01cd-cd79ea59a0dd-66796801, #w-node-_9fed06c5-4faf-c456-01cd-cd79ea59a0e4-66796801, #w-node-b8b519fa-62ae-336b-58ac-2dfe1c27ff10-66796801, #w-node-b8b519fa-62ae-336b-58ac-2dfe1c27ff13-66796801, #w-node-b8b519fa-62ae-336b-58ac-2dfe1c27ff1a-66796801, #w-node-_152a8a2a-03e2-7b34-e363-bc5a544272b5-66796801, #w-node-_152a8a2a-03e2-7b34-e363-bc5a544272b8-66796801, #w-node-_152a8a2a-03e2-7b34-e363-bc5a544272bf-66796801, #w-node-_962fe2ad-5fec-d210-8a88-098dd07798e4-66796801, #w-node-_962fe2ad-5fec-d210-8a88-098dd07798e7-66796801, #w-node-_962fe2ad-5fec-d210-8a88-098dd07798ee-66796801, #w-node-_469f5380-facd-70d3-a6f8-f570bef77473-66796801, #w-node-_469f5380-facd-70d3-a6f8-f570bef77476-66796801, #w-node-_469f5380-facd-70d3-a6f8-f570bef77477-66796801, #w-node-accadfe3-61c8-2826-819a-73aa70e96963-66796801, #w-node-accadfe3-61c8-2826-819a-73aa70e96966-66796801, #w-node-accadfe3-61c8-2826-819a-73aa70e9696d-66796801, #w-node-f5fd0096-88b3-1271-c374-5a17b1383fee-66796801, #w-node-f5fd0096-88b3-1271-c374-5a17b1383ff2-66796801, #w-node-_9ec4ad02-809c-f458-3380-6450ea43f7e0-66796801, #w-node-_9ec4ad02-809c-f458-3380-6450ea43f7e4-66796801, #w-node-f7af2f05-1786-120e-327f-c8997d91da5a-66796801, #w-node-_51a347ea-6391-95a7-7af7-57be1d125ab2-66796801, #w-node-_51a347ea-6391-95a7-7af7-57be1d125ab6-66796801, #w-node-_51a347ea-6391-95a7-7af7-57be1d125abe-66796801, #w-node-_271d0ecd-91ef-e342-0d6a-1db80ed8e787-66796801, #w-node-_271d0ecd-91ef-e342-0d6a-1db80ed8e78b-66796801, #w-node-_271d0ecd-91ef-e342-0d6a-1db80ed8e792-66796801, #w-node-e0e8e0d3-95d3-4d6f-b6a4-9828aa6035a4-66796801, #w-node-e0e8e0d3-95d3-4d6f-b6a4-9828aa6035a8-66796801, #w-node-e0e8e0d3-95d3-4d6f-b6a4-9828aa6035af-66796801, #w-node-a8b2d7ed-6348-138e-364b-c6e28d6809f9-66796801, #w-node-a8b2d7ed-6348-138e-364b-c6e28d6809fd-66796801, #w-node-a8b2d7ed-6348-138e-364b-c6e28d680a04-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c591-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c593-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c595-66796801, #w-node-_8cedc686-ce5a-2e1a-631c-860b9bb97a1b-66796801, #w-node-_8cedc686-ce5a-2e1a-631c-860b9bb97a1f-66796801, #w-node-_8cedc686-ce5a-2e1a-631c-860b9bb97a26-66796801, #w-node-_6e186197-da71-f546-5ed2-288f2915f5d5-66796801, #w-node-_6e186197-da71-f546-5ed2-288f2915f5d9-66796801, #w-node-_6e186197-da71-f546-5ed2-288f2915f5e0-66796801, #w-node-d1b13678-f0a6-0e70-3548-8c3cfe40de61-66796801, #w-node-d1b13678-f0a6-0e70-3548-8c3cfe40de65-66796801, #w-node-d1b13678-f0a6-0e70-3548-8c3cfe40de6c-66796801, #w-node-_4679ddef-6e98-7af9-3d42-bb9c8cea2cda-66796801, #w-node-_4679ddef-6e98-7af9-3d42-bb9c8cea2cde-66796801, #w-node-_4679ddef-6e98-7af9-3d42-bb9c8cea2ceb-66796801, #w-node-ea4f75ec-0757-d3fc-7839-695c2f61333f-66796801, #w-node-ea4f75ec-0757-d3fc-7839-695c2f613343-66796801, #w-node-ea4f75ec-0757-d3fc-7839-695c2f613350-66796801, #w-node-e4885228-6be6-a804-fa7a-e42a45371960-66796801, #w-node-e4885228-6be6-a804-fa7a-e42a45371964-66796801, #w-node-e4885228-6be6-a804-fa7a-e42a45371971-66796801, #w-node-_09b4606f-f328-6a86-9066-ae4d9fd7ecc7-66796801, #w-node-_09b4606f-f328-6a86-9066-ae4d9fd7eccb-66796801, #w-node-_09b4606f-f328-6a86-9066-ae4d9fd7ecd8-66796801, #w-node-a2c6ed4c-f456-4b49-76a1-17600b7c13c7-66796801, #w-node-a2c6ed4c-f456-4b49-76a1-17600b7c13cb-66796801, #w-node-a2c6ed4c-f456-4b49-76a1-17600b7c13d8-66796801, #w-node-_23c29ae7-8395-8e8a-5a16-26b9d2403eec-66796801, #w-node-_23c29ae7-8395-8e8a-5a16-26b9d2403ef0-66796801, #w-node-_23c29ae7-8395-8e8a-5a16-26b9d2403efd-66796801, #w-node-e9eb9101-0c3a-65f8-6bd5-c126ef93317d-66796801, #w-node-e9eb9101-0c3a-65f8-6bd5-c126ef933181-66796801, #w-node-e9eb9101-0c3a-65f8-6bd5-c126ef93318e-66796801, #w-node-a5decab7-fe05-d056-824c-a89c350abb6d-66796801, #w-node-a5decab7-fe05-d056-824c-a89c350abb71-66796801, #w-node-a5decab7-fe05-d056-824c-a89c350abb7e-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c5a6-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c5a8-66796801, #w-node-c2bb01d2-3fcf-0191-8605-06cf132b4f59-66796801, #w-node-c2bb01d2-3fcf-0191-8605-06cf132b4f6a-66796801, #w-node-bd771f41-18a3-7247-b685-fa7b08c44905-66796801, #w-node-bd771f41-18a3-7247-b685-fa7b08c44909-66796801, #w-node-c4fcb856-00db-3369-234d-d07f2b46400b-66796801, #w-node-c4fcb856-00db-3369-234d-d07f2b46400f-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c5b9-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c5bb-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c5bd-66796801, #w-node-_93d3cfd1-1627-af3c-4cb4-982a2397dfff-66796801, #w-node-_93d3cfd1-1627-af3c-4cb4-982a2397e003-66796801, #w-node-_93d3cfd1-1627-af3c-4cb4-982a2397e010-66796801, #w-node-_94d39652-fe85-cf1f-4fc8-c56e3b9227c5-66796801, #w-node-_94d39652-fe85-cf1f-4fc8-c56e3b9227c9-66796801, #w-node-_94d39652-fe85-cf1f-4fc8-c56e3b9227d8-66796801, #w-node-af8caf61-1d6c-cbfa-9177-e1483c946b8e-66796801, #w-node-af8caf61-1d6c-cbfa-9177-e1483c946b92-66796801, #w-node-af8caf61-1d6c-cbfa-9177-e1483c946ba1-66796801 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c5cb-66796801 {
  order: 9999;
}

#w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c604-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c619-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c62f-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c644-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c659-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c66e-66796801, #w-node-_754d523e-e53d-c54d-a2f4-fad1bfc7c690-66796801 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f6fb6-ccc3180d, #w-node-_31a98aba-76d9-b381-2b12-242c541f6fbc-ccc3180d, #w-node-_31a98aba-76d9-b381-2b12-242c541f6fc2-ccc3180d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f7046-ccc3180d, #w-node-_31a98aba-76d9-b381-2b12-242c541f704e-ccc3180d, #w-node-_31a98aba-76d9-b381-2b12-242c541f7056-ccc3180d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f70a0-ccc3180d, #w-node-_31a98aba-76d9-b381-2b12-242c541f70db-ccc3180d {
  order: 9999;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f7141-ccc3180d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f7150-ccc3180d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f7179-ccc3180d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f7188-ccc3180d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f719b-ccc3180d {
  order: 9999;
}

#w-node-_31a98aba-76d9-b381-2b12-242c541f7242-ccc3180d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b3745dd-2558-f738-79a5-c744967f83ab-505f7240 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b3745dd-2558-f738-79a5-c744967f83d5-505f7240 {
  order: -9999;
}

#w-node-_6b3745dd-2558-f738-79a5-c744967f83ee-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8404-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f841a-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8430-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8446-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8499-505f7240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b3745dd-2558-f738-79a5-c744967f8528-505f7240 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6b3745dd-2558-f738-79a5-c744967f8537-505f7240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b3745dd-2558-f738-79a5-c744967f8565-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8567-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8569-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f856b-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f856d-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f856f-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8571-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8573-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8575-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8577-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8579-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f857b-505f7240 {
  justify-self: center;
}

#w-node-_6b3745dd-2558-f738-79a5-c744967f8598-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f870b-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8729-505f7240 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7413865-b86a-94f2-cda9-1812e64ae3a5-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae3ab-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae3b1-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae3b7-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae3bd-42f6b314 {
  align-self: start;
}

#w-node-c7413865-b86a-94f2-cda9-1812e64ae3e6-42f6b314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7413865-b86a-94f2-cda9-1812e64ae40e-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae41a-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae433-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae434-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae440-42f6b314 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7413865-b86a-94f2-cda9-1812e64ae49e-42f6b314 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8def719-6158-b4f7-783b-6013507d452e-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d4534-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d453a-43b58ed6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f8def719-6158-b4f7-783b-6013507d4555-43b58ed6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8def719-6158-b4f7-783b-6013507d4582-43b58ed6 {
  order: -9999;
}

#w-node-f8def719-6158-b4f7-783b-6013507d459b-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d45b1-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d45c7-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d45dd-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d45f3-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d4645-43b58ed6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8def719-6158-b4f7-783b-6013507d46d4-43b58ed6 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f8def719-6158-b4f7-783b-6013507d46e3-43b58ed6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8def719-6158-b4f7-783b-6013507d46f5-43b58ed6 {
  order: 9999;
}

#w-node-f8def719-6158-b4f7-783b-6013507d470c-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d4722-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d4738-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d474e-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d4764-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d48be-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d48dc-43b58ed6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80391-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80397-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b8039d-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b803a3-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b803a9-86894c57 {
  align-self: start;
}

#w-node-bdae04a0-6b81-f4ac-069f-7d4f83b803c1-86894c57 {
  order: 9999;
}

#w-node-bdae04a0-6b81-f4ac-069f-7d4f83b803d8-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b803ee-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80404-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b8041a-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80430-86894c57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80466-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b8046c-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80472-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80478-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b8047e-86894c57 {
  align-self: start;
}

#w-node-bdae04a0-6b81-f4ac-069f-7d4f83b804be-86894c57 {
  order: 9999;
}

#w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80523-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80549-86894c57, #w-node-bdae04a0-6b81-f4ac-069f-7d4f83b80567-86894c57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db7f17-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db7f1d-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db7f23-b7c64a96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db7f3e-b7c64a96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db7f9c-b7c64a96 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db7fab-b7c64a96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db8060-b7c64a96 {
  order: 9999;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db8077-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db808d-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db80a3-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db80b9-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db80cf-b7c64a96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db80e4-b7c64a96 {
  order: -9999;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db80fd-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db8113-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db8129-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db813f-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db8155-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db81a3-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db81c1-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db81df-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db81fd-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db821b-b7c64a96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db823f-b7c64a96 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db82e9-b7c64a96 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_227a4d83-9c27-ac17-a99e-3e3331db82f8-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db844f-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db846d-b7c64a96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deaa360e-87c8-c26c-66df-06146b7dd50f-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd515-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd51b-0c5af3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-deaa360e-87c8-c26c-66df-06146b7dd536-0c5af3f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-deaa360e-87c8-c26c-66df-06146b7dd560-0c5af3f5 {
  order: -9999;
}

#w-node-deaa360e-87c8-c26c-66df-06146b7dd579-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd58f-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd5a5-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd5bb-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd5d1-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd624-0c5af3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deaa360e-87c8-c26c-66df-06146b7dd6b2-0c5af3f5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-deaa360e-87c8-c26c-66df-06146b7dd6c1-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd862-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd880-0c5af3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98055878-747b-dab7-07d7-7e7285b4ed55-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4ed5b-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4ed61-7fa89181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_98055878-747b-dab7-07d7-7e7285b4ed7c-7fa89181 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98055878-747b-dab7-07d7-7e7285b4edac-7fa89181 {
  order: -9999;
}

#w-node-_98055878-747b-dab7-07d7-7e7285b4edc5-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4eddb-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4edf1-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4ee07-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4ee1d-7fa89181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98055878-747b-dab7-07d7-7e7285b4eed4-7fa89181 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_98055878-747b-dab7-07d7-7e7285b4eee3-7fa89181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98055878-747b-dab7-07d7-7e7285b4eef5-7fa89181 {
  order: 9999;
}

#w-node-_98055878-747b-dab7-07d7-7e7285b4ef0d-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4ef23-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4ef39-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4ef4f-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4ef65-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4f0fb-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4f119-7fa89181 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c99c917-5bad-88c5-07a8-29af85380da6-456e080b {
  order: 9999;
}

#w-node-_2c99c917-5bad-88c5-07a8-29af85380ddb-456e080b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c99c917-5bad-88c5-07a8-29af85380de6-456e080b {
  place-self: center;
}

#w-node-_2c99c917-5bad-88c5-07a8-29af85380e0e-456e080b, #w-node-_2c99c917-5bad-88c5-07a8-29af85380e8a-456e080b, #w-node-_2c99c917-5bad-88c5-07a8-29af85380e92-456e080b, #w-node-_2c99c917-5bad-88c5-07a8-29af85380e93-456e080b, #w-node-_2c99c917-5bad-88c5-07a8-29af85380e94-456e080b, #w-node-_2c99c917-5bad-88c5-07a8-29af85380e95-456e080b, #w-node-_2c99c917-5bad-88c5-07a8-29af85380e96-456e080b, #w-node-_2c99c917-5bad-88c5-07a8-29af85380e97-456e080b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c99c917-5bad-88c5-07a8-29af85380ec4-456e080b {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_50173e66-135e-c25c-b811-32945e2e85b6-0dea28d3, #w-node-_8ff30b08-06e9-a9d9-a3b8-a3f41f3c5853-0dea28d3 {
    order: -9999;
  }

  #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedeb79-dc082a01, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde9195c-da0d880c, #w-node-_93b7c000-3670-c192-7690-430d8d9bfdc1-e3dbe699, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174733f30-5311c63a, #w-node-_0f531583-6479-8c43-87bc-01fa2c42dc7f-83b9a1b2, #w-node-_6b3745dd-2558-f738-79a5-c744967f83ab-505f7240, #w-node-f8def719-6158-b4f7-783b-6013507d4555-43b58ed6, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db7f3e-b7c64a96, #w-node-deaa360e-87c8-c26c-66df-06146b7dd536-0c5af3f5, #w-node-_98055878-747b-dab7-07d7-7e7285b4ed7c-7fa89181 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-adcc7ee9-106c-e2e2-0220-6a9b7b63d8a4-02af96a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979bedecff-dc082a01, #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979beded00-dc082a01 {
    order: -9999;
  }

  #w-node-_9e8ba5bd-1af6-45fa-9b4f-48979beded4c-dc082a01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91aaf-da0d880c, #w-node-ac9f0d44-9244-7c87-7e10-b1fbdde91ab0-da0d880c, #w-node-_93b7c000-3670-c192-7690-430d8d9bff27-e3dbe699, #w-node-_93b7c000-3670-c192-7690-430d8d9bff28-e3dbe699, #w-node-fbfb5d87-fc6d-c977-6f45-f5c174734109-5311c63a, #w-node-fbfb5d87-fc6d-c977-6f45-f5c17473410a-5311c63a {
    order: -9999;
  }

  #w-node-fbfb5d87-fc6d-c977-6f45-f5c174734154-5311c63a, #w-node-_0f531583-6479-8c43-87bc-01fa2c42dcbf-83b9a1b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f531583-6479-8c43-87bc-01fa2c42de27-83b9a1b2, #w-node-_0f531583-6479-8c43-87bc-01fa2c42de28-83b9a1b2, #w-node-_31a98aba-76d9-b381-2b12-242c541f712b-ccc3180d, #w-node-_31a98aba-76d9-b381-2b12-242c541f712c-ccc3180d, #w-node-_31a98aba-76d9-b381-2b12-242c541f7163-ccc3180d, #w-node-_31a98aba-76d9-b381-2b12-242c541f7164-ccc3180d, #w-node-_6b3745dd-2558-f738-79a5-c744967f8512-505f7240, #w-node-_6b3745dd-2558-f738-79a5-c744967f8513-505f7240 {
    order: -9999;
  }

  #w-node-c7413865-b86a-94f2-cda9-1812e64ae41a-42f6b314 {
    grid-column: span 2 / span 2;
  }

  #w-node-f8def719-6158-b4f7-783b-6013507d46be-43b58ed6, #w-node-f8def719-6158-b4f7-783b-6013507d46bf-43b58ed6 {
    order: -9999;
  }

  #w-node-_227a4d83-9c27-ac17-a99e-3e3331db7f9c-b7c64a96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_227a4d83-9c27-ac17-a99e-3e3331db819d-b7c64a96 {
    justify-self: start;
  }

  #w-node-_227a4d83-9c27-ac17-a99e-3e3331db81dc-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db8218-b7c64a96 {
    order: -9999;
  }

  #w-node-_227a4d83-9c27-ac17-a99e-3e3331db823f-b7c64a96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_227a4d83-9c27-ac17-a99e-3e3331db82d3-b7c64a96, #w-node-_227a4d83-9c27-ac17-a99e-3e3331db82d4-b7c64a96, #w-node-deaa360e-87c8-c26c-66df-06146b7dd69c-0c5af3f5, #w-node-deaa360e-87c8-c26c-66df-06146b7dd69d-0c5af3f5, #w-node-_98055878-747b-dab7-07d7-7e7285b4eebe-7fa89181, #w-node-_98055878-747b-dab7-07d7-7e7285b4eebf-7fa89181 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e245731-395a-9ffc-a61d-2a8a06f201fd-6d15f659 {
    order: -9999;
  }

  #w-node-_50173e66-135e-c25c-b811-32945e2e85af-0dea28d3 {
    order: 9999;
  }

  #w-node-c7413865-b86a-94f2-cda9-1812e64ae40e-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae41a-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae433-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae434-42f6b314, #w-node-c7413865-b86a-94f2-cda9-1812e64ae440-42f6b314 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2c99c917-5bad-88c5-07a8-29af85380de6-456e080b {
    order: -9999;
  }
}


@font-face {
  font-family: 'Styrenedt';
  src: url('../fonts/StyreneDT-RegularWeb.woff2') format('woff2'), url('../fonts/StyreneDT-RegularWeb.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrenedtweb';
  src: url('../fonts/StyreneDTWeb-Medium.woff2') format('woff2'), url('../fonts/StyreneDTWeb-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrenedtweb';
  src: url('../fonts/StyreneDTWeb-Light.woff2') format('woff2'), url('../fonts/StyreneDTWeb-Light.woff') format('woff'), url('../fonts/StyreneDTWeb-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrenedtweb';
  src: url('../fonts/StyreneDTWeb-Black.woff2') format('woff2'), url('../fonts/StyreneDTWeb-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Styrenedtweb';
  src: url('../fonts/StyreneDTWeb-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typetype Tt Interphases Pro';
  src: url('../fonts/TypeType---TT-Interphases-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typetype Tt Interphases Pro';
  src: url('../fonts/TypeType---TT-Interphases-Pro-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typetype Tt Interphases Pro';
  src: url('../fonts/TypeType---TT-Interphases-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgroteskmono';
  src: url('../fonts/FKGroteskMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgroteskmono';
  src: url('../fonts/FKGroteskMono-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgroteskmono';
  src: url('../fonts/FKGroteskMono-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgroteskmono';
  src: url('../fonts/FKGroteskMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesk';
  src: url('../fonts/FKGrotesk-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesksemimono';
  src: url('../fonts/FKGroteskSemiMono-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesk';
  src: url('../fonts/FKGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesk';
  src: url('../fonts/FKGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesksemimono';
  src: url('../fonts/FKGroteskSemiMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesk';
  src: url('../fonts/FKGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgroteskmono';
  src: url('../fonts/FKGroteskMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesksemimono';
  src: url('../fonts/FKGroteskSemiMono-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgroteskmono';
  src: url('../fonts/FKGroteskMono-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesksemimono';
  src: url('../fonts/FKGroteskSemiMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fkgrotesk';
  src: url('../fonts/FKGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}