@font-face {
  font-family: "Font awesome 5 pro solid 900";
  src: url(https://cdn.prod.website-files.com/66eb0fc6f6b2218d2443b762/66eb0fc6f6b2218d2443b79c_Font%20Awesome%205%20Pro-Solid-900.otf)
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --dodger-blue: #1689e5;
  --royal-blue: #3b6691;
  --white: white;
  --black: black;
  --gainsboro: #e6e6e6;
  --light-sea-green: #00b1ae;
  --_apps---typography--heading-font: Sora, sans-serif;
  --_apps---typography--body-font: "Work Sans", sans-serif;
  --_apps---typography--button-font: "Work Sans", sans-serif;
  --_apps---sizes--radius: 16px;
  --dodger-blue2: #048efc;
  --_apps---colors--background: #fcfcfc;
  --_apps---colors--foreground: #1a1b1f;
  --_apps---colors--card: var(--white);
  --color: white;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #efefef;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: var(--dodger-blue);
  --_apps---colors--primary-foreground: #070e16;
  --_apps---colors--secondary: #d1f7ff;
  --_apps---colors--secondary-foreground: #090e13;
  --_apps---colors--muted: #f5f5f5;
  --_apps---colors--muted-foreground: #7a7677;
  --_apps---colors--accent: #e1e1e1;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--border: var(--black);
  --_apps---colors--input: var(--black);
  --_apps---colors--ring: #448ace;
  --_apps---charts--chart-1: var(--dodger-blue);
  --_apps---charts--chart-2: #68a9eb;
  --_apps---charts--chart-3: #0078dd;
  --_apps---charts--chart-4: #0b6bb6;
  --_apps---charts--chart-5: #004d9a;
  --_apps---sidebar--sidebar: #f5f5f5;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--dodger-blue);
  --_apps---sidebar--sidebar-primary-foreground: #070e16;
  --_apps---sidebar--sidebar-accent: #e1e1e1;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: var(--black);
  --_apps---sidebar--sidebar-ring: #448ace;
  --_apps---colors--background-dark: #040404;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #161616;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #161616;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #1789e5;
  --_apps---colors--primary-foreground-dark: #070e16;
  --_apps---colors--secondary-dark: #00173c;
  --_apps---colors--secondary-foreground-dark: #f4f9ff;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--muted-foreground-dark: #888;
  --_apps---colors--accent-dark: #2b2b2b;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #e2524c;
  --_apps---colors--border-dark: #0000001a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #579de2;
  --_apps---charts--chart-1-dark: #1789e5;
  --_apps---charts--chart-2-dark: #78bafc;
  --_apps---charts--chart-3-dark: #0069cc;
  --_apps---charts--chart-4-dark: #5daaf5;
  --_apps---charts--chart-5-dark: #005caa;
  --_apps---sidebar--sidebar-dark: #090909;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #1789e5;
  --_apps---sidebar--sidebar-primary-foreground-dark: #070e16;
  --_apps---sidebar--sidebar-accent-dark: #2b2b2b;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #579de2;
}
.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;
}
body {
  color: #1a1b1f;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
p {
  margin-bottom: 10px;
}
a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity 0.2s;
  display: inline-block;
}
a:hover {
  color: #32343a;
}
a:active {
  color: #43464d;
}
ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}
li {
  margin-bottom: 10px;
}
img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}
figure {
  margin-top: 25px;
  padding-bottom: 20px;
}
figcaption {
  opacity: 0.6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}
.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.4s,
    opacity 0.4s,
    color 0.4s;
}
.button:hover {
  color: #fff;
  background-color: #32343a;
}
.button:active {
  background-color: #43464d;
}
.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}
.button.cc-contact-us {
  z-index: 5;
  clear: none;
  background-color: var(--dodger-blue);
  letter-spacing: 1px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 9px 15px 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}
.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}
.button.cc-white-button:hover {
  background-color: #fffc;
}
.button.cc-white-button:active {
  background-color: #ffffffe6;
}
.navigation {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
}
.detail-header-image.w--current {
  margin-bottom: 60px;
}
.text-block-51.w--current {
  color: var(--white);
  white-space: normal;
  margin-right: 140px;
  display: block;
}
.text-block-51.w--current:hover {
  color: #fffc;
}
.link-9.w--current {
  color: var(--white);
  font-family:
    Work Sans,
    sans-serif;
  text-decoration: none;
}
.link-9.w--current:hover {
  color: #ffffffbf;
}
.text-block-51-copy.w--current {
  color: var(--white);
  white-space: normal;
  margin-right: 230px;
  display: block;
}
.text-block-51-copy.w--current:hover {
  color: #fffc;
}
.text {
  color: #292929;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.tumultuous-times-call-for-simple-powerful-tools-powered-by-our-industry-best-kinetic-data-engine-the-ori-excellence-platform-combines-dynamic-demand-planning-sop-data-analytics-and-more-all-tailored-to-your-business-and-industry-0 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20%;
  text-decoration: none;
}
.error-6b2c5bac-cfc3-2b7c-eb79-8f28f8014c12 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}
.hero-stack {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 44px;
  padding: 64px 24px 24px;
  text-decoration: none;
  display: flex;
}
.small-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}
.title-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: -16px;
  text-decoration: none;
  display: flex;
}
.content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.h1 {
  text-align: center;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  line-height: 45px;
}
.reduce-risk-manage-uncertainty-and-increase-resilience-with-ori-s-best-in-class-data-management-and-ai-powered-software-platform {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: -15px;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.actions {
  z-index: 999;
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 60px;
}
.actions.ex {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
}
.image-wrapper {
  aspect-ratio: 2.287;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: -24px;
  text-decoration: none;
  display: none;
}
.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: none;
  overflow: visible;
}
.logo-carrousel {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}
.smarter-decision-support-for-supply-chain-excellence-0 {
  color: #292929;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}
.smarter-decision-support-for-supply-chain-excellence-1 {
  color: #ff7276;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}
.navbar-logo-left {
  z-index: 9999;
  clear: both;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffffbf;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}
.navbar-logo-left.dm {
  background-color: #231f30;
}
.navbar-logo-left.dm.teal {
  background-color: rgb(17, 89, 115);
  display: block;
}
.navbar-logo-left.teal,
.navbar-logo-left.hidden {
  display: block;
}
.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}
.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}
.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.logo-2 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.navbar-menu {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.small-container-2 {
  grid-row-gap: 40px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}
.motif {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}
.features-list {
  grid-column-gap: 80px;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 24px 24px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
}

.features-list > .columns {
  margin-left: auto;
  margin-right: auto;
}
.columns {
  grid-column-gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column.center {
  justify-content: flex-start;
  align-items: center;
}
.content-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}
.intro {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.title {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.description {
  color: #7a7a7a;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  place-items: center stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}
.feature {
  grid-column-gap: 24px;
  background-color: #f4f6f8;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 18px 12px;
  text-decoration: none;
  display: flex;
}
.feature-2 {
  grid-column-gap: 24px;
  box-shadow: inset 0 0 0 4px var(--light-sea-green);
  background-color: #231f30;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 14px 12px;
  text-decoration: none;
  display: flex;
}
.description-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.description-1 {
  color: #948f8f;
  margin-top: 0;
  margin-bottom: 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.description-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.description-4 {
  color: #e3e3e3;
  margin-top: 0;
  margin-bottom: 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.subheader-1 {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 24px 16px;
  text-decoration: none;
  display: flex;
}
.content-5 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-60 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 6px;
  text-decoration: none;
  display: flex;
}
.text-81 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.subheader-2 {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 960px;
  padding: 0 24px 24px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-61 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}
.text-83 {
  text-align: center;
  line-height: 20px;
}
.tumultuous-times-call-for-simple-powerful-tools-powered-by-our-industry-best-kinetic-data-engine-the-ori-excellence-platform-combines-dynamic-demand-planning-sop-data-analytics-and-more-all-tailored-to-your-business-and-industry-2 {
  color: #000;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
._1-feature-section {
  grid-row-gap: 64px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
}

._1-feature-section > .container-2,
._1-feature-section > .container-3 {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container-2 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}
.columns-2 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.card {
  object-fit: fill;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.image-wrapper-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 16px 24px 5px;
  display: flex;
}
.image-2 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.info {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 21px;
  text-decoration: none;
  display: flex;
}
.description-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.description-6 {
  color: #000;
  text-align: center;
  letter-spacing: -0.6px;
  min-height: 22px;
  margin: 0 auto 16px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  display: block;
}
.description-6.white {
  color: #fff;
  min-height: auto;
  margin-bottom: 12px;
  padding-bottom: 0;
  line-height: 12px;
}
.description-7 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: undefinedundefined;
  margin: -15px auto 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
.container-3 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}
.columns-4 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}
.card-4 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.description-9 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.card-5 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
._3-feature-section {
  grid-row-gap: 64px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px 24px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
}

._3-feature-section > .container-3 {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.card-6 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.card-7 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.kinetic {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 24px 24px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
}

.kinetic > .small-container-3 {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.small-container-3 {
  grid-row-gap: 40px;
  background-color: #231f30;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-62 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 24px;
  text-decoration: none;
  display: flex;
}
.text-84 {
  margin-top: 0;
  margin-bottom: 0;
}
.text-85 {
  color: #ccc;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.columns-6 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}
.card-8 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 272px;
  text-decoration: none;
  display: flex;
}
.card-9 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.powered-by-kinetic-3 {
  color: #fcfcfc;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.powered-by-kinetic-4 {
  color: #ff7276;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.description-11 {
  color: #ccc;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
.subheader-3 {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 24px 25px;
  text-decoration: none;
  display: flex;
}
.small-container-4 {
  grid-row-gap: 40px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-63 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 19px;
  text-decoration: none;
  display: flex;
}
._4-feature-section {
  grid-row-gap: 64px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 24px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
}

._4-feature-section > .container-4 {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container-4 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}
.card-10 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 268.557px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.info-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8px 24px 24px;
  text-decoration: none;
  display: flex;
}
.description-12 {
  letter-spacing: -0.5px;
}
.description-13 {
  color: #7a7a7a;
  letter-spacing: undefinedundefined;
  height: 23px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
.description-14 {
  color: #000;
  letter-spacing: -0.5px;
  margin-top: 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 0;
  text-decoration: none;
  display: block;
  overflow: visible;
}
.subheader-4---no-fluff {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-65 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 21px;
  text-decoration: none;
  display: flex;
}
.results {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
}
.results.ex {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.results:not(.ex) > .small-container-6 {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.small-container-6 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.small-container-6.exp {
  max-width: 960px;
}
.card-11 {
  background-color: #231f30;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  box-shadow:
    0 5px 0 -1px #82d0e5,
    0 0 7px #00000026;
}
.info-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-66 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8.97869px;
  height: 16px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.description-15 {
  text-align: left;
  margin-top: 5px;
  line-height: 23px;
}
.vectors-wrapper-67 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.8281px;
  height: 13.9922px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-68 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.9963px;
  height: 16px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-69 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-70 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.8281px;
  height: 14.0234px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.content-7 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}
.text-89 {
  color: #292929;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.text-89.hide {
  display: none;
}
.description-16 {
  color: #fff;
  text-align: right;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.description-17 {
  color: #ccc;
  text-align: right;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
}
.cta {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}
.container-5 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
.container-5.nopad {
  padding-left: 0;
  padding-right: 0;
}
.title-copy-goes-here-be-awesome {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
}
.column-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-3.hide {
  display: none;
}
.image-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.image-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.footer {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  text-decoration: none;
  display: flex;
}
.columns-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}
.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}
.logo-wrapper-2 {
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}
.logo-3 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.small-columns {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}
.column-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.text-91 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
.footer-links {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.link {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.link.hidden {
  display: none;
}
.content-9,
.content-10,
.content-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}
.text-92 {
  color: #3336;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
.ai-cover {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.subheroimage {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-copy {
  color: #7a7a7a;
  letter-spacing: -0.01em;
  margin-top: -16px;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-copy.center {
  text-align: center;
}
.container-6 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}
.column-6 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.title-copy-goes-here-be-awesome-2 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}
.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-2 {
  color: #7a7a7a;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.button-3 {
  grid-column-gap: 8px;
  border: 3px undefined undefined;
  background-color: #000;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}
.text-93 {
  color: #fff;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.subtitle-header---1 {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 24px 32px;
  text-decoration: none;
  display: flex;
}
.small-container-7 {
  grid-row-gap: 40px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}
.text-94 {
  color: #292929;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.container-7 {
  box-sizing: border-box;
  grid-column-gap: 80px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #0000002b;
}
.column-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-72 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23.0449px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.title-copy-goes-here-be-awesome-3 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-3 {
  color: #948f8f;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.button-4 {
  grid-column-gap: 8px;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}
.button-4.newsbutton {
  -webkit-text-stroke-color: white;
  background-color: #231f30;
  padding-top: 8px;
  padding-bottom: 8px;
}
.text-96 {
  color: #292929;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.text-96.white {
  color: #fff;
}
.column-8 {
  grid-column-gap: 10px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.image-wrapper-5 {
  object-fit: fill;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
.hero-preview {
  object-fit: fill;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.subhero-section---ibp {
  grid-column-gap: 80px;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}
.container-8 {
  grid-column-gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #0000002b;
}
.column-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-73 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 25.875px;
  height: 20.125px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.title-copy-goes-here-be-awesome-4 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.button-5 {
  grid-column-gap: 8px;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}
.image-wrapper-6 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
.container-10 {
  grid-column-gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #0000002b;
}
.vectors-wrapper-75 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26.209px;
  height: 18.375px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.container-11 {
  grid-column-gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #0000002b;
}
.subhero-section---data {
  grid-column-gap: 80px;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}
.container-12 {
  grid-column-gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #0000002b;
}
.vectors-wrapper-77 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.button-container-grad {
  background-image: linear-gradient(
    270deg,
    #8084a2,
    #0097ce 12%,
    #23c6b0 53%,
    #82d0e5 76%,
    #ff7276
  );
  border-radius: 8px;
  width: auto;
  padding: 3px;
}
.button-container-grad.secondstyle {
  margin-top: 16px;
  display: inline-block;
}
.button-container-grad.shadow {
  box-shadow: 0 0 7px #0003;
}
.button-container-grad.shadow.margin {
  margin-top: 24px;
}
.button-container-grad.nograd {
  background-image: none;
}
.image-3-copy {
  object-fit: cover;
  justify-content: center;
  align-items: stretch;
  width: 108%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.crown {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-80 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28.75px;
  height: 23px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-80.ex {
  width: auto;
  height: auto;
}
.sign-illustration {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36px;
  height: 26px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-81 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26.357px;
  height: 23.165px;
  text-decoration: none;
  display: flex;
}
.hero2-lv {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.hero-lv3 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  text-decoration: none;
  display: flex;
}
.title-2 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}
.feature-3 {
  grid-row-gap: 4px;
  background-color: #ff7276;
  border: 2px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}
.features-list-3 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}
.columns-10 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}
.column-22 {
  clear: none;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 48px;
  left: 0;
}
.content-21 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}
.button-12 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}
.text-106 {
  color: #292929;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.vectors-wrapper-89 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.75px;
  height: 29.0283px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.description-24 {
  line-height: 25px;
}
.feature-6 {
  grid-row-gap: 4px;
  background-color: #23c6b0;
  border: 2px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-90 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.75px;
  height: 29px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.feature-7 {
  grid-row-gap: 4px;
  background-color: #0097ce;
  border: 2px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-91 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28.0938px;
  height: 28.0938px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.description-25 {
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
}
.description-26 {
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.route {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-92 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  text-decoration: none;
  display: flex;
}
.security {
  grid-column-gap: 80px;
  background-color: #231f30;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 98px 24px 64px;
  text-decoration: none;
  display: flex;
}
.column-24 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 64px;
  left: 0;
}
.content-23 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-97 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26.25px;
  height: 27.9863px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.title-4 {
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}
.description-34 {
  color: #fcfcfccc;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.button-14 {
  grid-column-gap: 8px;
  border: 2px solid #fff;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}
.feature-11 {
  grid-row-gap: 4px;
  background-color: #201c2b;
  border: 2px solid #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-98 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.271px;
  height: 22.03px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.description-35 {
  color: #fff;
  line-height: 24px;
}
.vectors-wrapper-99 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.25px;
  height: 22px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.feature-12 {
  grid-row-gap: 4px;
  background-color: #f5c77d;
  border: 2px solid #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-100 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.feature-13 {
  grid-row-gap: 4px;
  background-color: #fcfcfc;
  border: 2px solid #d1d1d1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-101 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22.13px;
  height: 22.13px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.description-36 {
  color: #000;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
}
.description-38 {
  color: #4b3e3b;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}
.description-39 {
  color: #4b3e3b;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.description-40 {
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.description-36-copy-copy {
  letter-spacing: -0.05em;
  color: #fff;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
}
.description-36-copy-copy-copy {
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 31px;
  text-decoration: none;
}
.description-37-copy-copy {
  color: #ffffffb3;
  letter-spacing: -0.05em;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.joinus {
  grid-column-gap: 80px;
  background-color: #115973;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 80px 24px 64px;
  text-decoration: none;
  display: flex;
}
.rowinside-5 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}
._2-columns {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: grid;
}
.description2 {
  clear: none;
  line-height: 23px;
}
.column-37 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 54px;
  left: 0;
}
.content-26 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}
.button-17 {
  grid-column-gap: 8px;
  border: 2px solid #fff;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}
.text-121 {
  box-sizing: border-box;
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: -0.01em;
  object-fit: fill;
  flex-flow: row;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}
.column-38 {
  grid-row-gap: 16px;
  background-color: #10526a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.feature-20 {
  grid-row-gap: 4px;
  background-color: #10526a;
  border: 2px solid #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-126 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22.043px;
  margin-bottom: 12px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.feature-21 {
  grid-row-gap: 4px;
  background-color: #156e8e;
  border: 2px solid #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-127 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 27.5px;
  height: 19.25px;
  margin-bottom: 12px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.rowinside-7 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}
.column-39 {
  grid-column-gap: 12px;
  background-color: #187ba0;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 18px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-128 {
  object-fit: cover;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 19.125px;
  height: 14.8418px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: block;
}
.vectors-wrapper-129 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.1461px;
  height: 17px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.text-122 {
  color: #fff;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}
.vectors-wrapper-130 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 12.75px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-131 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.2197px;
  height: 17px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-132 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.875px;
  height: 17px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-133 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.0066px;
  height: 16.9955px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-134 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.7627px;
  height: 17px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-135 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.25px;
  height: 14.875px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.feature-22 {
  grid-row-gap: 10px;
  background-color: #fcfcfc;
  border: 2px solid #d1d1d1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 48px;
  display: flex;
}
.vectors-wrapper-136 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21.0059px;
  height: 28px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.column-40 {
  grid-row-gap: 4px;
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 166px;
  height: 236px;
  padding: 24px 14px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-137 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.9889px;
  height: 16.0156px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.text-123 {
  color: #000;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.text-124 {
  color: #000000bf;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.column-41 {
  grid-row-gap: 4px;
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 14px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-138 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.9694px;
  height: 14px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.column-42 {
  grid-row-gap: 4px;
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 166px;
  height: 220.006px;
  padding: 24px 14px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-139 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 12.0088px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-140 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.7095px;
  height: 16.0061px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-141 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 14px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-142 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 16px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.description-36.whitetext {
  color: #fff;
}
.description2-2.whitetext {
  color: #fff;
}
.description2-3 {
  color: #000;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.description2-3.whitetext {
  color: #fffc;
  font-size: 15px;
  line-height: 20px;
}
.description-56 {
  color: #fffc;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.solutions-sub---hero {
  grid-row-gap: 80px;
  background-color: #ff7276;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 24px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}
.solutions-sub---hero.sop {
  background-color: #5bb5ce;
  overflow: hidden;
}
.solutions-sub---hero.ba {
  background-color: #3f90c2;
  overflow: hidden;
}
.solutions-sub---hero.di {
  background-color: #ebb45c;
}
.solutions-sub---hero.cr {
  background-color: #65c7b5;
}
.small-container-9 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}
.title-section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.content-27 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.text-127 {
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}
.supply-chain-success-starts-with-dynamic-demand-planning-the-ori-excellence-platform-helps-you-quickly-adapt-to-market-changes-see-the-immediate-impact-plan-changes {
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.image-wrapper-13 {
  box-sizing: border-box;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}
.image-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 1300px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: inline-flex;
  position: static;
  left: auto;
  right: auto;
  overflow: clip;
}
.small-container-10 {
  grid-row-gap: 40px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-147 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 51.4667px;
  height: 6.15385px;
  text-decoration: none;
  display: flex;
}
.text-130 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.text-130.alt {
  padding-top: 4px;
}
.columns-17 {
  grid-column-gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.content-31 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-152 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 46.375px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-152.sop {
  filter: hue-rotate(224deg);
  border: 1px #000;
}
.vectors-wrapper-152.a-beverage-brand-was-struggling-with-a-disconnected-sales-and-operations-planning-process-featuring-multiple-software-tools-and-no-single-source-of-truth-for-data-and-analytics-1 {
  filter: invert(62%) sepia(83%) saturate(398%) hue-rotate(122deg)
    brightness(89%) contrast(90%);
}
.vectors-wrapper-152.yw {
  filter: invert(95%) sepia(75%) saturate(6527%) hue-rotate(307deg)
    brightness(103%) contrast(101%);
}
.intro-6 {
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}
.description-60 {
  color: #948f8f;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 0 auto;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}
.vectors-wrapper-153 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64.9424px;
  height: 52px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-153.forest {
  filter: invert(62%) sepia(83%) saturate(398%) hue-rotate(122deg)
    brightness(89%) contrast(90%);
}
.vectors-wrapper-153.yw {
  filter: invert(95%) sepia(75%) saturate(6527%) hue-rotate(307deg)
    brightness(103%) contrast(101%);
}
.feature-24 {
  grid-column-gap: 24px;
  background-color: #f4f6f8;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 18px 12px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-154 {
  object-fit: cover;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(240deg) brightness(94%)
    contrast(88%);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-left: 10px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-154.blk {
  filter: invert(0%) sepia(87%) saturate(2533%) hue-rotate(264deg)
    brightness(92%) contrast(102%);
}
.description-61 {
  color: #292929;
  letter-spacing: -0.05em;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}
.vectors-wrapper-155 {
  object-fit: cover;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(240deg) brightness(94%)
    contrast(88%);
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 16px;
  margin-left: 10px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-156 {
  object-fit: cover;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(240deg) brightness(94%)
    contrast(88%);
  justify-content: center;
  align-items: center;
  width: 17.9963px;
  height: 16px;
  margin-left: 10px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.text-133 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.container-16 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}
.columns-18 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.image-wrapper-14 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  margin-bottom: 14px;
  padding: 16px 16px 19px;
  display: flex;
}
.image-12 {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110%;
  text-decoration: none;
  display: flex;
}
.info-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
.description-62 {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}
.description-63 {
  color: #000;
  text-align: center;
  letter-spacing: -0.04em;
  margin: 0 auto;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
.description-64 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: undefinedundefined;
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.container-17 {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
  height: auto;
  text-decoration: none;
  display: grid;
}
.columns-19 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.card-15 {
  background-color: #ff727633;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.card-15.sop {
  background-color: #f2fafc;
}
.card-15.ba {
  background-color: #3f90c226;
}
.card-15.di {
  background-color: #f5c77d33;
}
.card-15.cr {
  background-color: #65c7b526;
}
.image-wrapper-15 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  overflow: hidden;
}
.image-13 {
  object-fit: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  text-decoration: none;
  display: flex;
}
.image-13.forest {
  filter: invert(62%) sepia(83%) saturate(398%) hue-rotate(122deg)
    brightness(89%) contrast(90%);
}
.description-65 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 20px;
}
.description-67 {
  color: #7a7a7a;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 auto;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.container-17-copy {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 0.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
  height: auto;
  text-decoration: none;
  display: grid;
}
.card-15-copy,
.card-16-copy-copy.sop {
  background-color: #f2fafc;
}
.card-16-copy-copy.ba {
  background-color: #3f90c226;
}
.card-16-copy-copy.cr {
  background-color: #65c7b526;
}
.columns-20 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.card-17 {
  background-color: #231f30;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.card-17.gradient {
  background-image: url(https://cdn.prod.website-files.com/66eb0fc6f6b2218d2443b762/67d74a91b8353a2644fe836f_Gradient.png);
  background-position: 0 0;
  background-size: cover;
}
.image-wrapper-16 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 16px;
  display: flex;
}
.image-wrapper-16.alt {
  width: auto;
  height: 100px;
  align-items: center;
  align-self: center;
}
.image-14 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}
.image-14.yw {
  filter: invert(95%) sepia(75%) saturate(6527%) hue-rotate(307deg)
    brightness(103%) contrast(101%);
}
.image-14.alt {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.description-68.black {
  text-align: left;
}
.card-18 {
  background-color: #231f30;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.card-18.gradient {
  background-image: url(https://cdn.prod.website-files.com/66eb0fc6f6b2218d2443b762/67d74a91b8353a2644fe836f_Gradient.png);
  background-position: 0 0;
  background-size: cover;
}
.description-69 {
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
  margin: 0 auto;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.description-69.black {
  color: #000;
}
.description-70 {
  color: #fffc;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.description-70.gray {
  color: #0009;
  text-align: left;
}
.description-70.gray.alt2 {
  vertical-align: baseline;
  padding-top: 4px;
  display: inline-block;
}
.case---hero {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 24px 64px;
  text-decoration: none;
  display: flex;
}
.container-19 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}
.column-45 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.title-copy-goes-here-be-awesome-10 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}
.error-2ad66b36-1713-8416-328b-00ca7edffe46 {
  color: #7a7a7a;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.column-46 {
  grid-column-gap: 10px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.image-wrapper-17 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.image-15 {
  filter: hue-rotate(326deg);
  object-fit: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.image-15.care {
  filter: hue-rotate(322deg);
}
.case---header-1 {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 24px 0;
  text-decoration: none;
  display: flex;
}
.small-container-12 {
  grid-row-gap: 40px;
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}
.text-135 {
  color: #292929;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.ori-s-industry-leading-integrated-business-planning-software-is-ideal-for-wine-bottlers-beer-suppliers-soft-drink-suppliers-food-service-companies-organic-food-suppliers-industrial-meat-companies-organic-food-suppliers-farms-and-ranches-and-other-food-and-beverage-vendors-that-manage-dynamic-supply-chains-with-ori-you-can {
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.ori-s-industry-leading-integrated-business-planning-software-is-ideal-for-wine-bottlers-beer-suppliers-soft-drink-suppliers-food-service-companies-organic-food-suppliers-industrial-meat-companies-organic-food-suppliers-farms-and-ranches-and-other-food-and-beverage-vendors-that-manage-dynamic-supply-chains-with-ori-you-can-1 {
  color: #292929;
  text-align: center;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.case---list {
  grid-column-gap: 80px;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 4px 24px 24px;
  text-decoration: none;
  display: flex;
}
.columns-21 {
  grid-column-gap: 80px;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.feature-25 {
  grid-column-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 18px 12px 18px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #0000001a;
}
.feature-25.fbc {
  background-color: #fff2ec;
}
.vectors-wrapper-159 {
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(240deg) brightness(94%)
    contrast(88%);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 16px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-159.golden {
  filter: invert(66%) sepia(53%) saturate(297%) hue-rotate(349deg)
    brightness(89%) contrast(89%);
}
.vectors-wrapper-160 {
  object-fit: cover;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(240deg) brightness(94%)
    contrast(88%);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 14px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-160.golden {
  filter: invert(66%) sepia(53%) saturate(297%) hue-rotate(349deg)
    brightness(89%) contrast(89%);
}
.vectors-wrapper-161 {
  object-fit: cover;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(240deg) brightness(94%)
    contrast(88%);
  justify-content: center;
  align-items: center;
  width: 19.9688px;
  height: 14px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-161.golden {
  filter: invert(66%) sepia(53%) saturate(297%) hue-rotate(349deg)
    brightness(89%) contrast(89%);
}
.vectors-wrapper-162 {
  object-fit: cover;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(240deg) brightness(94%)
    contrast(88%);
  justify-content: center;
  align-items: center;
  width: 15.5px;
  height: 15.5px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-162.golden {
  filter: invert(66%) sepia(53%) saturate(297%) hue-rotate(349deg)
    brightness(89%) contrast(89%);
}
.vectors-wrapper-163 {
  object-fit: cover;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(240deg) brightness(94%)
    contrast(88%);
  justify-content: center;
  align-items: center;
  width: 8.97869px;
  height: 16px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-163.golden {
  filter: invert(66%) sepia(53%) saturate(297%) hue-rotate(349deg)
    brightness(89%) contrast(89%);
}
.description-72 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.description-73 {
  color: #948f8f;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.case-feature-section {
  grid-row-gap: 16px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 24px 24px;
  text-decoration: none;
  display: flex;
}
.columns-22 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.image-wrapper-18 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 16px;
  display: flex;
}
.image-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 148px;
  text-decoration: none;
  display: flex;
}
.description-74 {
  color: #948f8f;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 0 auto;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.card-20 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.columns-24 {
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.vectors-wrapper-165 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.text-138 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.column-48 {
  grid-row-gap: 24px;
  background-color: #fff2ec;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
._2-columns-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-49 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-166 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.5938px;
  height: 12.5938px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}
.text-139 {
  color: #292929;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.column-50 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.text-140 {
  opacity: 1;
  color: var(--black);
  line-height: 20px;
}
._2-columns-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-51 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
._4-columns {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-52 {
  grid-row-gap: 8px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 4px;
  text-decoration: none;
  display: flex;
}
.text-142 {
  color: #231f30;
  text-align: left;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}
.text-143 {
  opacity: 0.8;
  color: #7a7a7a;
  text-align: left;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
.a-beverage-brand-was-struggling-with-a-disconnected-sales-and-operations-planning-process-featuring-multiple-software-tools-and-no-single-source-of-truth-for-data-and-analytics-1 {
  color: #292929;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
.our-technology-was-weak-everyone-had-their-own-individual-spreadsheet-with-different-assumptions-from-the-demand-planner-through-the-materials-planner-what-was-integration-there-was-not-a-process-to-ensure-alignment-on-the-sales-and-operations-plan-we-did-not-have-a-defined-and-documented-operating-strategy-there-were-no-existing-data-or-tracking-systems-in-place-to-measure-seven-of-the-measures-1 {
  opacity: 1;
  color: #7a7a7a;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}
.our-technology-was-weak-everyone-had-their-own-individual-spreadsheet-with-different-assumptions-from-the-demand-planner-through-the-materials-planner-what-was-integration-there-was-not-a-process-to-ensure-alignment-on-the-sales-and-operations-plan-we-did-not-have-a-defined-and-documented-operating-strategy-there-were-no-existing-data-or-tracking-systems-in-place-to-measure-seven-of-the-measures-2 {
  opacity: 1;
  color: #292929;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}
.columns-25 {
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.vectors-wrapper-167 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.text-144 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
._2-columns-4 {
  grid-column-gap: 24px;
  background-color: #fff6ec;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-168 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.5938px;
  height: 12.5938px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.text-146 {
  line-height: 20px;
}
.text-147 {
  opacity: 1;
  line-height: 20px;
}
.column-56 {
  grid-row-gap: 24px;
  background-color: #fff6ec;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
._2-columns-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-57 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
.column-58 {
  grid-row-gap: 8px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 4px;
  text-decoration: none;
  display: flex;
}
.rate-of-innovation {
  opacity: 0.8;
  color: #7a7a7a;
  text-align: left;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
.early-in-our-implementation-the-business-operated-from-a-single-strategy-document-that-aligned-the-organization-to-the-need-to-increase-the-pace-of-bringing-consumer-meaningful-initiatives-to-the-market-this-consistent-strategy-has-served-the-business-well-both-in-terms-of-business-results-and-in-focus-to-the-organization-0 {
  opacity: 1;
  color: #000;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}
.early-in-our-implementation-the-business-operated-from-a-single-strategy-document-that-aligned-the-organization-to-the-need-to-increase-the-pace-of-bringing-consumer-meaningful-initiatives-to-the-market-this-consistent-strategy-has-served-the-business-well-both-in-terms-of-business-results-and-in-focus-to-the-organization-1 {
  opacity: 1;
  color: #7a7a7a;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.vectors-wrapper-169 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
._2-columns-6 {
  grid-column-gap: 24px;
  background-color: #f1f7f7;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-60 {
  grid-row-gap: 8px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.column-61 {
  grid-row-gap: 24px;
  background-color: #f1f7f7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.image-15-copy {
  filter: hue-rotate(4deg);
  object-fit: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-171 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.text-155 {
  color: #292929;
  letter-spacing: -0.05em;
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.column-64 {
  grid-row-gap: 24px;
  background-color: #fffbf7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
._2-columns-8 {
  grid-column-gap: 24px;
  background-color: #fffbf7;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.text-158 {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-color: #000;
  font-size: 15px;
  line-height: 20px;
}
._2-columns-9 {
  background-color: #fffbf7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-69 {
  grid-row-gap: 8px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 4px 24px;
  text-decoration: none;
  display: flex;
}
.text-161 {
  opacity: 0.8;
  color: #7a7a7a;
  text-align: left;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
}
.an-automotive-supply-company-needed-to-improve-delivery-to-first-promise-and-manage-risk-associated-with-losing-a-major-customer-while-reducing-overall-costs-1 {
  color: #292929;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.looking-back-one-wonders-how-we-ever-managed-prior-to-sop-and-integrated-planning-work-process-improvements-our-world-then-was-made-up-of-huge-inventories-of-materials-and-we-still-ran-out-we-had-inventory-record-accuracy-of-85-with-twice-monthly-physical-counts-there-was-no-one-number-system-our-technology-was-weak-0 {
  opacity: 0.73;
  color: #000;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}
.looking-back-one-wonders-how-we-ever-managed-prior-to-sop-and-integrated-planning-work-process-improvements-our-world-then-was-made-up-of-huge-inventories-of-materials-and-we-still-ran-out-we-had-inventory-record-accuracy-of-85-with-twice-monthly-physical-counts-there-was-no-one-number-system-our-technology-was-weak-1 {
  opacity: 0.73;
  color: #7a7a7a;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.columns-28 {
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  height: 598.188px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
.text-162 {
  color: #292929;
  letter-spacing: -0.05em;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
._2-columns-10 {
  grid-column-gap: 24px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-70 {
  grid-row-gap: 24px;
  background-color: #fbfcf6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px 24px 0;
  text-decoration: none;
  display: flex;
}
.column-71 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 444px;
  height: 207.594px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.column-72 {
  grid-row-gap: 24px;
  background-color: #fbfcf6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
.column-73 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px 0;
  text-decoration: none;
  display: flex;
}
.column-74 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 24px 24px;
  text-decoration: none;
  display: flex;
}
.column-75 {
  grid-row-gap: 8px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 117.429px;
  height: 128px;
  padding: 24px 4px;
  text-decoration: none;
  display: flex;
}
.a-beverage-brand-was-struggling-with-a-disconnected-sales-and-operations-planning-process-featuring-multiple-software-tools-and-no-single-source-of-truth-for-data-and-analytics-3 {
  color: #292929;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.columns-29 {
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  height: auto;
  padding: 24px 24px 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
._2-columns-12 {
  grid-column-gap: 24px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}
.column-76 {
  grid-row-gap: 24px;
  background-color: #f5f7fb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.column-77 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 444px;
  height: 207.594px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.column-78 {
  grid-row-gap: 24px;
  background-color: #f5f7fb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
._2-columns-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-79 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 24px 0;
  text-decoration: none;
  display: flex;
}
.column-80 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 24px 24px;
  text-decoration: none;
  display: flex;
}
.as-a-result-of-the-implementation-everyone-from-the-people-developing-the-strategy-to-the-people-ordering-the-raw-materials-now-better-understand-how-their-roles-impact-the-entire-business-0 {
  color: #000;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}
.columns-30 {
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #00000026;
}
._2-columns-14 {
  grid-column-gap: 24px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-82 {
  grid-row-gap: 24px;
  background-color: #f4f1f3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 255.594px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.column-83 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 444px;
  height: 207.594px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
._2-columns-15 {
  grid-column-gap: 24px;
  background-color: #f4f1f3;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-84 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 912px;
  padding-bottom: 4px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
._4-columns-2 {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
._2-columns-16 {
  grid-column-gap: 24px;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.column-86 {
  grid-row-gap: 24px;
  background-color: #fff7f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
.column-87 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 444px;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}
._2-columns-17 {
  grid-column-gap: 24px;
  background-color: #fff7f8;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  text-decoration: none;
  display: flex;
}
.column-88 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 912px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}
._4-columns-3 {
  grid-column-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.container-21 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}
.column-90 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.title-copy-goes-here-be-awesome-11 {
  color: #292929;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}
.column-91 {
  grid-column-gap: 10px;
  background-color: #fcfcfc;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px #0000001a;
}
.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-0 {
  color: #7a7a7a;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.text-block-58 {
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.text-block-58.dm {
  color: #ffffffb0;
}
.icon {
  color: #1a1b1f66;
  display: none;
  overflow: visible;
}
.dropdown-list {
  background-color: #ddd;
}
.dropdown-list.w--open {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 10px;
  outline: 1px solid #fff;
  min-width: 220px;
  padding-bottom: 16px;
  padding-left: 4px;
  padding-right: 4px;
  box-shadow: 0 0 7px #0000001a;
}
.dropdown-link {
  color: #1a1b1fbf;
  letter-spacing: -0.2px;
  border-radius: 8px;
  margin-top: 4px;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.dropdown-link:hover {
  background-color: #f0f0f0;
}
.dropdown-link.w--current {
  color: #000000bf;
  background-color: #0000000d;
  padding-bottom: 10px;
  padding-left: 10px;
}
.dropdown-link.child {
  border-radius: 8px;
  padding-bottom: 10px;
  padding-left: 36px;
}
.dropdown-link.child:hover {
  background-color: #f0f0f0;
}
.dropdown-link.child.w--current {
  border-radius: 8px;
  padding-bottom: 10px;
}
.dropdown-link.hidden {
  display: none;
}
.dropdown {
  margin-bottom: 0;
}
.dropdown-toggle {
  padding-bottom: 20px;
  padding-right: 24px;
}
.dropdown-toggle.w--open {
  padding-bottom: 20px;
  display: inline-block;
}
.field-label {
  color: #948f8f;
  letter-spacing: -0.1px;
  text-transform: none;
  margin-bottom: 6px;
  padding-top: 12px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.text-field-2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: #000;
  border: 1px solid #dee2e3;
  border-radius: 5px;
  padding-top: 8px;
}
.text-field-2.comment {
  -webkit-text-stroke-width: 0px;
  object-fit: fill;
  color: #000;
  align-content: flex-start;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: block;
  overflow: scroll;
}
.text-field-2.comment:active {
  -webkit-text-stroke-width: 0px;
}
.text-field-2.comment:focus {
  -webkit-text-stroke-width: 0px;
  object-position: 0% 0%;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 12px;
}
.text-field-2.comment.comment2 {
  object-fit: fill;
  min-height: 100px;
  overflow: auto;
}
.text-field-2.com {
  -webkit-text-stroke-width: 0px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
}
.form-block {
  align-self: auto;
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}
.submit-button {
  background-color: var(--black);
  border-radius: 6px;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
}
.text-block-59,
.error-message {
  font-family:
    Work Sans,
    sans-serif;
}
.request-overlay {
  grid-column-gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  margin: auto;
  padding: 64px 40px 96px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0%;
}
._2-columns-18 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}
.column-92 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 24px 24px 0;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-192 {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 76px;
  height: 21px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.column-93 {
  grid-row-gap: 24px;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 0 0 24px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-193 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.5px;
  height: 17.5px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}
.backdrop {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000096;
  display: none;
  position: fixed;
  inset: 0%;
}
.list-custom-elements {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 960px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.collection-list-wrapper {
  text-align: center;
  background-color: #fcfcfc;
  font-family:
    Work Sans,
    sans-serif;
  font-weight: 500;
}
.empty-state,
.collection-list {
  background-color: #f4f6f8;
  border-radius: 12px;
}
.news-hero {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}
.slider {
  display: none;
}
.heading {
  letter-spacing: -0.7px;
  margin-top: 4px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
}
.image-18 {
  vertical-align: baseline;
  margin-left: 1px;
  margin-right: 1px;
  display: block;
}
.text-block-60 {
  color: #1a1b1f9c;
  text-transform: uppercase;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
}
.collection-item {
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 17px;
  padding: 32px 24px;
}
.rich-text-block-2 {
  color: #1a1b1fcc;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.div-block-5 {
  background-color: #fff;
  max-width: 960px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family:
    Work Sans,
    sans-serif;
}
.heading-2 {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
  position: static;
  top: 130px;
}
.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.div-block-7 {
  z-index: 998;
  background-color: #fff;
  margin-top: -58px;
  padding-bottom: 2px;
  position: sticky;
  top: 60px;
}
.rich-text-block-3 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  vertical-align: baseline;
  flex-flow: column;
  margin-top: 50px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.heading-3 {
  letter-spacing: -0.9px;
  margin-top: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}
.rich-text-block-4 {
  color: #000000bd;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  line-height: 21px;
}
.collection-list-wrapper-3 {
  background-color: #fcfcfc;
  border: 4px #000;
  border-radius: 12px;
  padding: 0;
}
.image-19 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.text-block-61 {
  color: #0000008c;
  letter-spacing: -0.5px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.collection-item-2 {
  border: 3px solid #000;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 24px;
  box-shadow: inset 0 0 0 2px #ff7276;
}
.description-37-copy-copy-copy {
  color: #ffffffb3;
  letter-spacing: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.slide-nav-2,
.right-arrow-2,
.left-arrow {
  display: none;
}
.slider-2 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-color: #000;
  background-clip: border-box;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.slider-2.whitemode {
  mix-blend-mode: normal;
  background-color: #0000;
}
.image-20 {
  height: 45px;
}
.slide-2 {
  vertical-align: middle;
  width: auto;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.slide-2.hide {
  display: none;
}
.div-block-10 {
  vertical-align: middle;
  display: inline-block;
}
.mask {
  margin-left: auto;
  margin-right: auto;
}
.content-7-copy {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: none;
}
.lottie-animation {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-top: -50px;
  margin-bottom: -25px;
  padding-top: 0;
  display: block;
}
.navbar-logo-left-copy.dm {
  background-color: #231f30;
}
.navbar-logo-left-copy.dm.teal {
  background-color: #115973;
  display: block;
}
.navbar-logo-left-copy.teal {
  display: block;
}
.navbar-logo-left-copy.hidden {
  display: none;
}
.text-span,
.text-span-2,
.text-span-3,
.text-span-4,
.text-span-5 {
  color: #000;
  font-weight: 500;
}
.text-span-6 {
  font-family:
    Work Sans,
    sans-serif;
  font-weight: 500;
}
.custom-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-3 Area-3 Area-3 Area-4 Area-4 Area-4" "Area-5 Area-5 Area-6 Area-6 Area-7 Area-7"/1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: dense;
}
.hero-grid-stack {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.redsquare {
  background-color: #ff7276;
  border-top-left-radius: 12px;
}
.bluesquare {
  background-color: #0097ce;
  border-top-right-radius: 12px;
}
.lightbsquare {
  background-color: #82d0e5;
  border-bottom-left-radius: 12px;
}
.greensquare {
  background-color: #65c7b5;
}
.yellowsquare {
  background-color: #fec570;
  border-bottom-right-radius: 12px;
}
.text-block-63 {
  color: #fff;
  text-align: center;
  letter-spacing: -0.2px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.text-block-63-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -0.2px;
  padding-top: 6px;
  padding-bottom: 8px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.div-block-14 {
  aspect-ratio: 2.48;
  height: auto;
  margin-top: -24px;
  margin-bottom: -4px;
  padding-top: 0;
}
.lottie-animation-2,
.lottie-animation-3 {
  height: 100%;
}
.div-block-15 {
  aspect-ratio: 1.66;
  margin-bottom: -24px;
}
.logo-carrousel-custom {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}
.legal-text-container {
  max-width: 960px;
  margin-top: 97px;
  margin-left: auto;
  margin-right: auto;
}
.legal-text {
  font-family:
    Work Sans,
    sans-serif;
  font-weight: 400;
  line-height: 21px;
}
.heading-5 {
  margin-bottom: 0;
  font-weight: 500;
}
.hero-section-legal {
  text-align: center;
  padding-bottom: 24px;
}
.heading-6 {
  letter-spacing: -0.6px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}
.text-block-66 {
  color: #707070;
  margin-top: -10px;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.columns-32 {
  width: 100%;
}
.link-12 {
  text-align: right;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}
.link-12.w--current {
  text-align: right;
  line-height: 150%;
  text-decoration: none;
}
.heading-7,
.heading-8,
.heading-9,
.heading-10,
.heading-11,
.heading-12,
.heading-13,
.heading-14,
.heading-15,
.heading-16,
.heading-17,
.heading-18,
.heading-19,
.heading-20,
.heading-21,
.heading-22,
.heading-23,
.paragraph,
.heading-24,
.heading-25,
.heading-26,
.heading-27,
.paragraph-2,
.partners-hero {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}
.why-partner {
  grid-row-gap: 64px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}
.why-partner .text-83.black {
  text-align: center;
}
.why-partner .description-69.black {
  text-align: center;
}
.why-partner .description-70.gray,
.why-partner .description-70.gray.alt2 {
  text-align: center;
}
.header-2 {
  grid-row-gap: 80px;
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 24px 24px;
  text-decoration: none;
  display: flex;
}
.column-97 {
  padding-left: 0;
}
.div-block-18 {
  margin-top: 120px;
}
.image-22 {
  text-align: left;
  border-radius: 8px;
  width: 100%;
  margin-right: 0;
}
.column-98 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: text-bottom;
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: block;
  position: static;
}
.image-23 {
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: static;
  top: auto;
}
.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0f0f0;
  border-radius: 12px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
  position: static;
}
.column-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 0;
  display: block;
  position: static;
}
.div-block-20 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
.textarea {
  min-height: 100px;
  font-family:
    Work Sans,
    sans-serif;
}
.textarea:focus-visible,
.textarea[data-wf-focus-visible] {
  color: #000;
}
@media screen and (min-width: 1440px) {
  .request-overlay {
    max-width: 900px;
    padding-top: 64px;
  }
  .backdrop {
    display: none;
  }
  .blog-hero {
    padding-bottom: 0;
  }
  .list-custom-elements {
    border-radius: 12px;
    padding: 24px 24px 12px;
    font-family:
      Work Sans,
      sans-serif;
    line-height: 19px;
  }
  .heading {
    font-weight: 500;
    line-height: 41px;
  }
  .previous {
    perspective: 1853px;
    border-radius: 6px;
    transition-property: none;
  }
  .next {
    scroll-snap-coordinate: top;
    border-radius: 8px;
  }
  .collection-list-wrapper-2 {
    pointer-events: auto;
  }
  .image-18 {
    object-fit: none;
    border-radius: 6px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-height: 250px;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .text-block-60 {
    color: #1a1b1f66;
    text-transform: uppercase;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }
  .button {
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    margin-left: 30px;
    position: static;
  }
  .navigation-wrap {
    background-color: #0000;
  }
  .navigation {
    padding: 25px 30px;
  }
  .menu-button {
    padding: 0;
  }
  .menu-button.w--open {
    background-color: #0000;
  }
  .logo-image {
    margin-left: 0;
  }
  .navigation-items {
    background-color: var(--royal-blue);
    border-radius: 8px;
    padding: 24px;
    display: block;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .text-block-51 {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    display: block;
    inset: 20% auto auto 0%;
  }
  .text-block-51.w--current {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: block;
    inset: 20% auto auto 0%;
  }
  .selection-subtitle-copy {
    margin-left: 40px;
    margin-right: 41px;
  }
  .footer-mobileonly {
    display: none;
  }
  .text-block-51-copy {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    display: block;
    inset: 20% auto auto 0%;
  }
  .text-block-51-copy.w--current {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: block;
    inset: 20% auto auto 0%;
  }
  .error-6b2c5bac-cfc3-2b7c-eb79-8f28f8014c12 {
    display: block;
  }
  .small-container {
    padding-left: 0;
  }
  .actions.center {
    margin-left: auto;
    margin-right: auto;
  }
  .logos {
    flex-direction: column;
    align-items: center;
  }
  .navbar-logo-left {
    padding-right: 0;
  }
  .navbar-logo-left.teal {
    background-color: #fff;
    display: block;
  }
  .navbar-logo-left.hidden {
    display: block;
  }
  .navbar-menu {
    max-width: unset;
    background-color: #fff;
    inset: 0%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 0;
  }

  /* Hamburger menu: Webflow sets [data-nav-menu-open] to display:block — use flex for even vertical rhythm */
  .navbar-menu[data-nav-menu-open] {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    padding: 10px 20px 28px;
    text-align: left;
  }

  .navbar-menu .dropdown.w-dropdown {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .navbar-menu .dropdown-toggle.w-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    margin: 0;
    white-space: normal;
    text-align: left;
  }

  .navbar-menu .dropdown-toggle.w-dropdown-toggle.w--open {
    padding-bottom: 8px;
  }

  .navbar-menu .dropdown-list.w-dropdown-list {
    position: static !important;
    opacity: 1;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    border-bottom: 0;
    padding-left: 0;
  }

  .navbar-menu .dropdown-list.w-dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 4px 0 10px 10px;
  }

  .navbar-menu .dropdown-link.w-dropdown-link {
    position: relative;
    top: auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 12px;
    white-space: normal;
  }

  .navbar-menu .dropdown-link.w-dropdown-link.child {
    padding-left: 22px;
  }

  .navbar-menu .button-container-grad {
    margin-top: 10px;
    align-self: center;
  }

  .navbar-link,
  .navbar-button {
    justify-content: center;
  }
  .columns {
    flex-direction: column;
    align-items: center;
  }
  .subheader-2 {
    min-width: auto;
  }
  .columns-2 {
    flex-direction: column;
    align-items: center;
  }
  .image-2 {
    width: 16%;
  }
  .info {
    padding-top: 4px;
  }
  .description-6.white {
    margin-left: auto;
    margin-right: auto;
  }
  .container-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .columns-3 {
    flex-direction: column;
    align-items: center;
  }
  .columns-4 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .description-9 {
    margin-left: auto;
    margin-right: auto;
  }
  ._3-feature-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .body {
    overflow: visible;
  }
  .small-container-3 {
    padding-bottom: 32px;
  }
  .text-84 {
    margin-left: auto;
    margin-right: auto;
  }
  .columns-6 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .card-8 {
    height: auto;
  }
  .description-11 {
    margin-left: auto;
    margin-right: auto;
  }
  .card-10 {
    height: auto;
  }
  .description-15 {
    line-height: 19px;
  }
  .text-89 {
    display: block;
  }
  .description-16 {
    font-size: 16px;
    line-height: 12px;
  }
  .container-5 {
    flex-direction: column;
    align-items: center;
  }
  .image-3 {
    object-fit: contain;
    width: 40%;
    height: 90%;
  }
  .footer {
    padding-top: 32px;
  }
  .columns-7 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .column-4 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }
  .logo-3 {
    height: auto;
  }
  .small-columns {
    grid-column-gap: 2px;
    width: 100%;
    max-width: 100%;
    padding-top: 24px;
    padding-left: 12px;
  }
  .content-8,
  .footer-links {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .link {
    text-align: center;
  }
  .content-9,
  .content-10,
  .content-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ai-cover {
    height: 150px;
  }
  .subheroimage {
    width: 60%;
  }
  .container-6 {
    flex-direction: column;
    align-items: center;
  }
  .title-copy-goes-here-be-awesome-2 {
    text-align: center;
    line-height: 40px;
  }
  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-2.centered {
    text-align: center;
  }
  .container-7 {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 24px;
  }
  .column-7 {
    padding-top: 32px;
  }
  .title-copy-goes-here-be-awesome-3 {
    text-align: left;
  }
  .hero-preview {
    width: 50%;
    height: 100%;
  }
  .container-8 {
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .container-10,
  .container-11 {
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .container-12 {
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 23px;
  }
  .container-13,
  .button-container-grad.hidden,
  .image-3-copy {
    display: none;
  }
  .hero2-lv {
    width: 60%;
  }
  .hero-lv3 {
    width: 20%;
  }
  .columns-9,
  .columns-10 {
    flex-direction: column;
    align-items: center;
  }
  .column-22 {
    background-color: #fff;
    position: sticky;
  }
  .columns-11,
  .column-24 {
    background-color: #231f30;
    top: 58px;
  }
  .content-23 {
    background-color: #231f30;
  }
  .navbar-logo-left-dm {
    padding-right: 0;
  }
  .columns-13,
  .rowinside,
  .rowinside-2,
  .rowinside-3,
  .rowinside-4,
  .rowinside-5 {
    flex-direction: column;
    align-items: center;
  }
  ._2-columns {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
  }
  .columns-14,
  .rowinside-6,
  .content-26 {
    background-color: #115973;
  }
  .rowinside-7 {
    flex-direction: column;
    align-items: center;
  }
  .column-40,
  .column-42 {
    width: auto;
    height: auto;
  }
  .logos-2,
  .columns-16,
  .columns-17,
  .columns-18,
  .columns-19 {
    flex-direction: column;
    align-items: center;
  }
  .columns-20 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .container-19 {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }
  .columns-21 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .columns-22 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .image-16 {
    width: 30%;
  }
  .columns-24 {
    flex-direction: column;
    align-items: flex-start;
  }
  .vectors-wrapper-165,
  .text-138 {
    align-self: flex-start;
  }
  ._2-columns-2,
  ._2-columns-3 {
    flex-direction: column;
    align-items: center;
  }
  ._4-columns {
    flex-direction: column;
    align-items: flex-start;
  }
  .column-52 {
    justify-content: center;
    align-items: flex-start;
  }
  .columns-25,
  ._2-columns-4,
  ._2-columns-5 {
    flex-direction: column;
    align-items: flex-start;
  }
  .column-58 {
    justify-content: center;
    align-items: flex-start;
  }
  .vectors-wrapper-169 {
    align-self: flex-start;
  }
  ._2-columns-6,
  .vectors-wrapper-171,
  .text-155 {
    align-self: flex-start;
  }
  ._2-columns-8,
  ._2-columns-9 {
    flex-direction: column;
    align-items: flex-start;
  }
  .column-69 {
    justify-content: center;
    align-items: flex-start;
  }
  .text-161 {
    text-align: left;
  }
  .columns-28 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .vectors-wrapper-173,
  .text-162 {
    align-self: flex-start;
  }
  ._2-columns-10 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .column-70 {
    justify-content: center;
    align-items: flex-start;
  }
  ._2-columns-11,
  .columns-29 {
    flex-direction: column;
    align-items: flex-start;
  }
  .vectors-wrapper-175,
  ._2-columns-12 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .column-77 {
    align-self: flex-start;
  }
  ._2-columns-13 {
    flex-direction: column;
    align-items: flex-start;
  }
  .column-80 {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
  }
  .columns-30 {
    flex-direction: column;
    align-items: flex-start;
  }
  .vectors-wrapper-177,
  ._2-columns-14 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .column-83 {
    align-self: flex-start;
    padding-left: 0;
  }
  ._2-columns-15,
  ._4-columns-2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .vectors-wrapper-179,
  ._2-columns-16 {
    flex-direction: column;
    align-items: center;
  }
  .column-87 {
    align-self: flex-start;
    padding-left: 0;
  }
  ._2-columns-17,
  ._4-columns-3 {
    flex-direction: column;
    align-items: flex-start;
  }
  .container-21 {
    flex-direction: column;
    align-items: center;
  }
  .request-overlay {
    height: 95%;
  }
  ._2-columns-18 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .column-92 {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 79%;
    padding-bottom: 0;
  }
  .column-93 {
    align-self: flex-end;
    width: 20%;
    padding-bottom: 0;
  }
  .backdrop {
    z-index: 999999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
  .list-custom-elements,
  .div-block-5,
  .div-block-8 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-7-copy {
    display: block;
  }
  .menu-button-2 {
    background-color: #fff;
  }
  .navbar-logo-left-copy.dm,
  .navbar-logo-left-copy.dm.teal {
    display: none;
  }
  .navbar-logo-left-copy.teal {
    background-color: #fff;
    display: block;
  }
  .navbar-logo-left-copy.hidden {
    display: block;
  }
  .text-block-63 {
    padding-bottom: 8px;
    font-size: 12px;
  }
  .text-block-63-copy {
    padding-top: 14px;
    font-size: 12px;
  }
  .legal-text-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .partners-hero {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0;
  }
  .logo-link.w--current {
    z-index: 5000;
  }
  .navigation-wrap {
    z-index: 9999;
  }
  .navigation {
    z-index: 5000;
    padding: 20px 30px;
  }
  .menu-button {
    z-index: 5000;
  }
  .logo-image {
    margin-left: 0;
  }
  .navigation-items {
    z-index: 4999;
    background-color: var(--royal-blue);
    text-align: center;
    border-radius: 0;
    flex: 1;
    height: 100%;
    padding: 62px 70px 24px;
    display: block;
    position: fixed;
    top: 0;
    box-shadow: 1px 1px 3px #0000001a;
  }
  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .text-block-51 {
    text-align: left;
    margin: 90px auto 24px;
    padding-left: 35px;
    display: block;
    inset: 4% auto auto 0%;
  }
  .text-block-51.w--current {
    text-align: left;
    margin: 90px auto 24px;
    padding-left: 32px;
    display: block;
    inset: 5% auto auto 0%;
  }
  .selection-subtitle-copy {
    margin-left: 40px;
    margin-right: 40px;
  }
  .grid-10 {
    display: none;
  }
  .text-block-55 {
    margin-top: 0;
  }
  .text-block-57 {
    margin-bottom: 15px;
  }
  .grid-11,
  .footer-mobileonly {
    display: block;
  }
  .link-11 {
    color: var(--white);
    text-decoration: none;
    display: inline;
  }
  .link-11:hover {
    color: #ffffffbf;
  }
  .text-block-51-copy {
    text-align: left;
    margin: 130px auto 24px;
    padding-left: 35px;
    display: block;
    inset: 4% auto auto 0%;
  }
  .text-block-51-copy.w--current {
    text-align: left;
    margin: 130px auto 24px;
    padding-left: 32px;
    display: block;
    inset: 5% auto auto 0%;
  }
  .small-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .link,
  .link-12,
  .link-12.w--current {
    text-align: left;
  }
  .columns-33 {
    padding-top: 8px;
  }
  .column-98 {
    padding-top: 20px;
    padding-left: 0;
  }
  .column-100 {
    height: auto;
    padding-left: 0;
  }
  .hero-stack {
    z-index: 5;
    background-color: #0000;
    margin-top: 0;
    position: relative;
  }
  .hero-stack.nopad {
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    overflow-x: clip;
  }
  .hero-stack.nopad .small-container {
    max-width: 100%;
    min-width: 0;
  }
  .hero-stack.nopad .title-section,
  .hero-stack.nopad .content {
    max-width: 100%;
    min-width: 0;
  }
  .h1 {
    line-height: 34px;
  }
  .reduce-risk-manage-uncertainty-and-increase-resilience-with-ori-s-best-in-class-data-management-and-ai-powered-software-platform {
    line-height: 130%;
  }
  .reduce-risk-manage-uncertainty-and-increase-resilience-with-ori-s-best-in-class-data-management-and-ai-powered-software-platform.whitetx {
    color: #fffffff5;
    font-weight: 400;
  }
  .actions {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    position: static;
  }
  .image-wrapper,
  .image {
    display: none;
  }
  .logo-carrousel {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }
  .logos {
    flex-flow: row;
    display: none;
  }
  .smarter-decision-support-for-supply-chain-excellence-0 {
    min-width: 0;
    max-width: 100%;
    font-size: 32px;
    line-height: 33px;
  }
  .smarter-decision-support-for-supply-chain-excellence-0.whitetx {
    color: #fff;
  }
  .smarter-decision-support-for-supply-chain-excellence-1.black {
    color: #000;
  }
  .hero-stack.nopad .hero-grid-stack {
    display: none !important;
  }
  .hero-stack.nopad .title-section {
    position: relative;
    z-index: 45;
  }
  .hero-stack:not(.nopad) .hero-grid-stack {
    z-index: 2;
    background-color: #ddd0;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
  }
  .icon-2,
  .icon-3,
  .slide-nav {
    display: none;
  }
  .slider {
    background-color: #0000;
    width: 110%;
    height: 100%;
    margin-top: -4px;
    margin-bottom: 32px;
    margin-left: 10px;
    display: none;
  }
  .image-17 {
    object-fit: cover;
    width: 300px;
    overflow: visible;
  }
  .slide {
    aspect-ratio: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .right-arrow {
    overflow: hidden;
  }
  .lottie-animation {
    display: none;
  }
  .mask-2 {
    aspect-ratio: 2.48;
    height: auto;
  }
  .image-17-copy {
    aspect-ratio: auto;
    object-fit: none;
    margin-left: 0;
    overflow: visible;
  }
}
@media screen and (max-width: 479px) {
  .hero-stack.nopad .hero-grid-stack {
    display: none !important;
  }
  .slider-3 .w-slider-arrow-left,
  .slider-3 .w-slider-arrow-right,
  .slider-4 .w-slider-arrow-left,
  .slider-4 .w-slider-arrow-right {
    display: none !important;
  }
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .section {
    margin-left: 0;
    margin-right: 0;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .logo-link.w--current {
    z-index: 5000;
  }
  .menu {
    margin-left: 15px;
  }
  .navigation-wrap {
    z-index: 5000;
  }
  .navigation {
    z-index: 5000;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-button {
    z-index: 5000;
    flex: none;
  }
  .menu-button.w--open {
    flex: none;
  }
  .logo-image {
    margin-left: 0;
  }
  .navigation-items {
    z-index: 4999;
    background-color: var(--royal-blue);
    opacity: 1;
    text-align: center;
    border-radius: 0;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    height: 100%;
    padding: 62px 40px 24px;
    display: block;
    position: fixed;
    top: 0;
    box-shadow: 1px 1px 3px #0000001a;
  }
  .footer-wrap {
    flex-direction: column;
    display: flex;
  }
  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .text-block-51 {
    text-align: left;
    margin: 70px auto 24px;
    padding-top: 20px;
    padding-left: 20px;
    display: block;
    inset: 5% auto auto 0%;
  }
  .text-block-51.w--current {
    text-align: left;
    margin: 70px auto 24px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
    display: block;
    inset: 5% auto auto 0%;
  }
  .selection-subtitle-copy {
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
  }
  .grid-10 {
    display: none;
  }
  .text-block-57 {
    margin-bottom: 4px;
  }
  .grid-11 {
    border-top-style: solid;
    display: block;
  }
  .text-block-55-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }
  .footer-mobileonly {
    display: block;
  }
  .link-11 {
    color: var(--black);
  }
  .text-block-51-copy {
    text-align: left;
    margin: 120px auto 24px;
    padding-top: 20px;
    padding-left: 20px;
    display: block;
    inset: 5% auto auto 0%;
  }
  .text-block-51-copy.w--current {
    text-align: left;
    margin: 120px auto 24px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
    display: block;
    inset: 5% auto auto 0%;
  }
  .error-6b2c5bac-cfc3-2b7c-eb79-8f28f8014c12 {
    padding-top: 8px;
  }
  .navbar-content {
    flex-flow: row;
  }
  .navbar-menu {
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    padding: 0 20px 20px;
    display: flex;
    box-shadow: 0 7px 5px #0003;
  }
  .small-container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .features-list {
    z-index: 30;
    position: relative;
  }
  .columns {
    flex-flow: column;
  }
  .column-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }
  .subheader-1 {
    z-index: 20;
    margin-top: 16px;
    position: relative;
  }
  .subheader-2 {
    min-width: 0;
  }
  .card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .image-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .image-2 {
    width: 30%;
  }
  .info {
    padding-left: 0;
    padding-right: 0;
  }
  .description-6.white {
    line-height: 20px;
  }
  .card-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card-5 {
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .card-6,
  .card-7 {
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .body {
    overflow: visible;
  }
  .kinetic {
    margin-top: -23px;
  }
  .small-container-3 {
    padding-bottom: 32px;
  }
  .text-84 {
    text-align: center;
    line-height: 20px;
  }
  .text-85 {
    margin-top: 12px;
    line-height: 20px;
  }
  .columns-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 12px;
    display: grid;
  }
  .card-8 {
    height: auto;
  }
  .powered-by-kinetic-3 {
    text-align: center;
    line-height: 33px;
  }
  .description-11 {
    font-size: 15px;
    line-height: 20px;
  }
  ._4-feature-section {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -8px;
    padding-top: 0;
    display: flex;
  }
  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
  .card-10 {
    height: auto;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .info-2 {
    padding-left: 0;
  }
  .small-container-6 {
    flex-flow: wrap;
    justify-content: flex-start;
    height: auto;
    padding-bottom: 32px;
  }
  .content-7 {
    display: none;
  }
  .column-3 {
    display: none;
    overflow: hidden;
  }
  .image-3 {
    object-fit: fill;
    overflow: hidden;
  }
  .footer {
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
  }
  .columns-7 {
    justify-content: space-between;
    align-self: auto;
    align-items: center;
  }
  .small-columns {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-top: 4px;
    display: flex;
  }
  .column-5 {
    margin-top: 12px;
    padding-top: 12px;
  }
  .text-91 {
    margin-bottom: -12px;
  }
  .text-92 {
    text-align: center;
    padding-bottom: 4px;
  }
  .subheroimage {
    width: auto;
    height: auto;
  }
  .title-copy-goes-here-be-awesome-2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-2 {
    text-align: left;
    margin-top: 12px;
    margin-bottom: -10px;
  }
  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-2.centered {
    text-align: center;
  }
  .button-3 {
    position: static;
    inset: auto 0% 0%;
  }
  .subtitle-header---1 {
    padding-top: 0;
  }
  .small-container-7 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .text-94 {
    margin-bottom: 4px;
  }
  .container-7 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .column-7 {
    padding-bottom: 12px;
  }
  .button-4 {
    width: 100%;
  }
  .text-96 {
    font-size: 12px;
  }
  .image-wrapper-5 {
    padding-right: 0;
  }
  .hero-preview {
    width: 95%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }
  .container-8 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .button-5 {
    margin-left: auto;
    margin-right: auto;
  }
  .image-wrapper-6 {
    padding-right: 0;
  }
  .container-10 {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .container-12 {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .subhero-section---data-test {
    flex-direction: column;
    align-items: center;
  }
  .button-container-grad {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    inset: 0%;
  }
  .button-container-grad.shadow.margin {
    margin-top: 12px;
  }
  .button-container-grad.hidden,
  .image-3-copy {
    display: none;
  }
  .hero2-lv {
    width: 80%;
  }
  .hero-lv3 {
    width: auto;
    height: 100px;
  }
  .feature-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .column-22 {
    position: static;
  }
  .feature-6,
  .feature-7 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .column-24 {
    position: static;
  }
  .feature-11,
  .feature-12,
  .feature-13 {
    padding-left: 24px;
    padding-right: 24px;
  }
  ._2-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .column-37 {
    position: static;
  }
  .feature-20,
  .feature-21,
  .feature-22 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .column-40 {
    background-color: #fff;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .column-41 {
    background-color: #fcfcfc;
    padding-left: 0;
    padding-right: 0;
  }
  .column-42 {
    background-color: #fcfcfc;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .small-container-9 {
    grid-row-gap: 20px;
  }
  .text-127 {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
  }
  .image-wrapper-13 {
    object-fit: fill;
    height: 100%;
    overflow: visible;
  }
  .image-11 {
    object-fit: cover;
    width: auto;
    min-width: 0;
    height: 160px;
    overflow: visible;
  }
  .small-container-10 {
    padding-left: 0;
    padding-right: 0;
  }
  .text-130,
  .text-133 {
    padding-top: 8px;
  }
  .container-17 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .container-17-copy {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }
  .columns-20 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .case---hero {
    padding-bottom: 32px;
  }
  .column-45 {
    grid-row-gap: 4px;
  }
  .title-copy-goes-here-be-awesome-10 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
  .error-2ad66b36-1713-8416-328b-00ca7edffe46 {
    text-align: center;
  }
  .image-15 {
    height: 220px;
    margin-top: 16px;
  }
  .small-container-12 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .text-135 {
    margin-bottom: 6px;
  }
  .ori-s-industry-leading-integrated-business-planning-software-is-ideal-for-wine-bottlers-beer-suppliers-soft-drink-suppliers-food-service-companies-organic-food-suppliers-industrial-meat-companies-organic-food-suppliers-farms-and-ranches-and-other-food-and-beverage-vendors-that-manage-dynamic-supply-chains-with-ori-you-can {
    padding-bottom: 24px;
  }
  .columns-21 {
    padding: 0;
  }
  .columns-22 {
    grid-row-gap: 12px;
  }
  .image-wrapper-18 {
    height: auto;
  }
  .image-16 {
    width: 70%;
    height: auto;
  }
  .vectors-wrapper-165 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .column-51 {
    flex-flow: column;
  }
  ._4-columns {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .column-52 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .text-143 {
    text-align: left;
    margin-top: -8px;
  }
  .vectors-wrapper-167 {
    align-self: flex-start;
  }
  .column-58 {
    justify-content: center;
    align-items: flex-start;
  }
  .rate-of-innovation {
    text-align: left;
  }
  .vectors-wrapper-169 {
    align-self: flex-start;
  }
  .image-15-copy {
    height: 220px;
    margin-top: 16px;
  }
  .vectors-wrapper-171 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }
  .text-155 {
    align-self: flex-start;
    max-width: 90%;
  }
  .column-69 {
    justify-content: center;
    align-items: flex-start;
  }
  .text-161 {
    text-align: left;
  }
  .looking-back-one-wonders-how-we-ever-managed-prior-to-sop-and-integrated-planning-work-process-improvements-our-world-then-was-made-up-of-huge-inventories-of-materials-and-we-still-ran-out-we-had-inventory-record-accuracy-of-85-with-twice-monthly-physical-counts-there-was-no-one-number-system-our-technology-was-weak-1 {
    color: #383838;
  }
  .columns-28 {
    height: auto;
  }
  .text-162 {
    align-self: flex-start;
    width: 100%;
  }
  .column-70 {
    height: auto;
    padding-bottom: 12px;
  }
  .column-71 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .column-72 {
    margin-top: 12px;
  }
  .column-73 {
    padding-left: 0;
    padding-right: 0;
  }
  .column-74 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }
  .column-75 {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .column-76 {
    margin-bottom: 12px;
  }
  .column-77,
  .column-79 {
    padding-left: 0;
    padding-right: 0;
  }
  .column-80 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  ._2-columns-14 {
    grid-row-gap: 12px;
    height: auto;
  }
  .column-82 {
    grid-column-gap: 0px;
    height: 100%;
  }
  .column-83 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  ._2-columns-16 {
    grid-row-gap: 12px;
  }
  .column-87 {
    padding-left: 0;
    padding-right: 0;
  }
  .column-90 {
    grid-row-gap: 8px;
  }
  .title-copy-goes-here-be-awesome-11 {
    font-size: 30px;
    line-height: 32px;
  }
  .column-91 {
    box-shadow: none;
    background-color: #fff;
  }
  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-0 {
    display: none;
    overflow: visible;
  }
  .form-block {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .request-overlay {
    width: 95%;
    height: 95%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 24px 20px;
    position: absolute;
    overflow: hidden;
  }
  ._2-columns-18 {
    grid-column-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
    position: sticky;
    top: 20px;
  }
  .column-92 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }
  .column-93 {
    align-self: flex-end;
    width: 20%;
  }
  .vectors-wrapper-193 {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .backdrop {
    z-index: 99999;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: clip;
  }
  .list-custom-elements.news {
    padding-left: 24px;
    padding-right: 24px;
  }
  .heading {
    font-size: 32px;
    line-height: 32px;
  }
  .div-block-5 {
    margin-top: 58px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .heading-2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
    position: static;
  }
  .div-block-7 {
    margin-top: 0;
    position: static;
  }
  .rich-text-block-3 {
    margin-top: 20px;
  }
  .heading-3 {
    font-size: 32px;
    line-height: 32px;
  }
  .div-block-8 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .heading-4 {
    font-size: 32px;
    line-height: 32px;
  }
  .rich-text-block-5 {
    margin-top: 0;
  }
  .div-block-9 {
    padding-right: 0;
    position: static;
  }
  .content-7-copy {
    padding-top: 0;
    display: block;
  }
  .form {
    padding-bottom: 24px;
  }
  .menu-button-2 {
    background-color: #fff;
  }
  .left-arrow-2,
  .right-arrow-3,
  .slider-3 {
    z-index: 2;
    background-color: #ddd0;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
  }
  .slide-3 {
    background-color: #ff7276;
  }
  .slide-4 {
    background-color: #ebb45c;
  }
  .mask-2 {
    aspect-ratio: 2.48;
    height: auto;
  }
  .image-17-copy {
    aspect-ratio: auto;
    object-fit: none;
    margin-left: 0;
    overflow: visible;
  }
  .slider-4 {
    z-index: 40;
    background-color: #0000;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .left-arrow-3 {
    display: none;
    overflow: visible;
  }
  .right-arrow-4,
  .slide-5 {
    background-color: #0000;
    position: relative;
  }
  .text-block-64 {
    color: #fff;
    text-align: center;
    font-family:
      Work Sans,
      sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  .image-21 {
    width: 100%;
  }
  .div-block-16 {
    aspect-ratio: 1.4;
    margin-top: -42px;
  }
  .div-block-17 {
    aspect-ratio: 2.89;
  }
  .text-block-65 {
    color: #fff;
    text-align: center;
    letter-spacing: -0.1px;
    padding-bottom: 48px;
    font-family:
      Work Sans,
      sans-serif;
    font-size: 13px;
  }
  .slide-4-copy,
  .slide-4-copy-copy-copy {
    background-color: #65c7b5;
  }
  .slide-6 {
    background-color: #0097ce;
  }
  .slide-7 {
    background-color: #5bb5ce;
  }
  .logo-carrousel-custom {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }
  .heading-5 {
    line-height: 28px;
  }
  .heading-6 {
    font-size: 32px;
  }
  .link-12,
  .link-12.w--current {
    text-align: center;
  }
  .column-94 {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .column-95,
  .column-96 {
    padding-top: 8px;
  }
  .div-block-18 {
    margin-top: 0;
  }
  .column-98 {
    padding-top: 12px;
    padding-left: 0;
  }
}
#w-node-_7d25c419-5249-557d-74f2-86263bb55698-2443b772 {
  grid-area: Area-7;
}
#w-node-_7d25c419-5249-557d-74f2-86263bb5569d-2443b772 {
  grid-area: Area-4;
}
#w-node-_7d25c419-5249-557d-74f2-86263bb556a2-2443b772 {
  grid-area: Area-5;
  justify-self: auto;
}
#w-node-_7d25c419-5249-557d-74f2-86263bb556a7-2443b772 {
  grid-area: Area-6;
}
#w-node-_7d25c419-5249-557d-74f2-86263bb556ac-2443b772 {
  grid-area: Area-3;
}
#w-node-_2265b894-5b09-e3f1-a757-b9aff2d9711f-2443b7ba {
  grid-area: Area-7;
}
#w-node-_9d0661e6-e399-ae1e-f7fe-e8ce41dc603c-2443b7ba {
  grid-area: Area-4;
}
#w-node-_39185137-e1ed-4738-a89b-5f1784578b57-2443b7ba {
  grid-area: Area-5;
  justify-self: auto;
}
#w-node-_75c2ad7b-226c-5593-f09d-71177d1ad281-2443b7ba {
  grid-area: Area-6;
}
#w-node-_33a53ba5-b844-194f-62ef-8e3cc94bb0bd-2443b7ba {
  grid-area: Area-3;
}
