@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-b.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-m.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-sb.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-ri.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-mi.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-eb.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-l.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-bi.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --item-blue: #0b6995;
  --subtile-urgent-orange: #c84a0f;
  --dark-text-blue: #143d51;
  --item-highlight-blue: #0976a8;
  --lighter-item-blue: #e7f0f4;
  --hovering: #114e6b;
  --pressing: #0e3f56;
  --pure-white: white;
  --presentation-blue: #095072;
  --text-blue: #0b6995;
  --table-stroke-blue: #d1dde3;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

.navbar-no-shadow {
  z-index: 999;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #f7f7f7b8;
  border-bottom: 1px solid #d1dde3;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
  position: fixed;
  inset: 0% 0 auto 0%;
}

.navbar-no-shadow-container {
  z-index: 9999;
  background-color: #0000;
  width: 88vw;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  position: relative;
}

.navbar-no-shadow-container.scrolling {
  padding-top: 12px;
  padding-bottom: 12px;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand.w--current {
  width: 120px;
  height: 32px;
}

.nav-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--item-blue);
  text-align: center;
  letter-spacing: .25px;
  border-radius: 4px;
  min-width: 117px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--item-blue);
  background-color: #e7f0f4;
}

.nav-link:active {
  background-color: #c2d9e4;
}

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

.nav-link.w--current {
  font-weight: 500;
}

.nav-link.current {
  font-weight: 700;
}

.nav-link.menu-sub-item {
  text-decoration: none;
}

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

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

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

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

.nav-dropdown-icon {
  color: var(--item-blue);
  margin-right: 10px;
}

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

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

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

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

.mobile-margin-top-10 {
  margin-left: 20px;
  display: block;
}

.nav-button-wrapper {
  margin-left: 0;
  font-family: Gilroy, Arial, sans-serif;
}

.button-primary {
  background-color: var(--item-blue);
  color: #fff;
  border-radius: 4px;
  padding: 8px 14px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #114e6b;
}

.button-primary:active {
  background-color: #0e3f56;
}

.button-primary.standard {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.button-primary.mobile {
  display: none;
}

.body {
  color: var(--item-blue);
  background-color: #f7f7f7;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  transition: all .2s;
  overflow: visible;
}

.body.full-height-page {
  min-height: 100vh;
}

.body.page-uc {
  font-size: 20px;
  line-height: 1.5em;
}

.body.bigger-text {
  font-size: 20px;
  line-height: 1.2em;
}

.list-item {
  display: none;
}

.section {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 88vw;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section.section-1 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 73px;
  margin-bottom: 140px;
  padding-top: 160px;
  display: flex;
}

.section.section-1.homepage-1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-top: 8vh;
  padding-bottom: 5vh;
}

.section.fullpage-section {
  height: 100vh;
}

.section.fullpage-section.section-2 {
  z-index: 1;
  justify-content: space-between;
}

.section.section-2 {
  height: 500vh;
  margin-bottom: 140px;
}

.section.section-2.uc-page {
  margin-bottom: 180px;
}

.section.section-4 {
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 60px;
}

.section.section-3 {
  margin-bottom: 140px;
}

.section.section-3.img-section-no-up-border {
  margin-bottom: 100px;
  padding-top: 40px;
}

.section.section-5 {
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.section-6 {
  height: auto;
  margin-bottom: 60px;
}

.section.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.section.section-9 {
  margin-bottom: 220px;
}

.section.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.section.section-11 {
  margin-bottom: 140px;
  display: flex;
}

.section.top-section {
  margin-top: 72px;
}

.section.section-13 {
  margin-bottom: 60px;
}

.section.about-imgs {
  margin-bottom: 220px;
}

.section.section-headline-dp {
  margin-bottom: 140px;
}

.section.section-60-margin {
  margin-bottom: 60px;
}

.section.end {
  margin-bottom: 140px;
}

.section.standard {
  margin-bottom: 60px;
}

.section.uc-feature-section {
  margin-bottom: 100px;
}

.section.uc-feature-section.end {
  margin-bottom: 140px;
}

.section.section-experience {
  margin-bottom: 0;
}

.section.section-experience.uc-page {
  margin-bottom: 180px;
}

.section.homepage-chart {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.section.section-15 {
  margin-top: 50vh;
  margin-bottom: 100px;
}

.section.section-16 {
  margin-bottom: 79px;
}

.section.section-hp-wic {
  margin-bottom: 140px;
}

.section.on-top {
  z-index: 2;
}

.section.section-4 {
  margin-bottom: 140px;
}

.section.section-4.uc-page {
  margin-bottom: 180px;
}

.section.section-4-copy {
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 60px;
}

.section.home-announcement {
  justify-content: space-around;
  margin-bottom: 240px;
  padding: 20px;
  display: flex;
}

.section.ado-slider {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 140px;
}

.section.ado-module {
  margin-bottom: 220px;
}

.section.section-ado-pillar, .section.section-ado-mapping {
  margin-bottom: 140px;
}

.section.platform-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 160px;
}

.section.platform-section.spotlight-mobile {
  display: none;
}

.section.about-page, .section.about {
  margin-bottom: 80px;
}

.section.about.about-slider {
  max-height: 90vh;
  overflow: hidden;
}

.section.memoriam {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 73px;
  margin-bottom: 140px;
  padding-top: 160px;
  display: flex;
}

.section.memoriam.homepage-1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-top: 8vh;
  padding-bottom: 5vh;
}

.section-2 {
  height: 100vh;
}

.cover-content {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.slogan {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
}

.slogan.bold.slogan-2 {
  text-align: left;
  align-self: flex-end;
  margin-bottom: 100px;
  font-size: 42px;
}

.slogan.bold.title-2 {
  text-align: left;
  align-self: flex-start;
  max-width: 800px;
  margin-bottom: 100px;
  font-size: 42px;
}

.slogan.bold.slogan-3 {
  text-align: left;
  align-self: flex-end;
  max-width: 800px;
  font-size: 42px;
}

.slogan.bold.title-3 {
  text-align: left;
  align-self: flex-start;
  max-width: 500px;
  margin-bottom: 100px;
  font-size: 42px;
}

.slogan.bold.title-2-copy {
  text-align: left;
  align-self: flex-start;
  max-width: 800px;
  font-size: 42px;
}

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

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

.bold.left-5 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
}

.intro-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-top: 2%;
  margin-bottom: 0%;
  display: flex;
}

.intro-content {
  width: 35%;
  margin-right: 40px;
}

.lottie-animation {
  width: 100%;
  display: block;
}

.section-quote {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 100px;
  margin-bottom: 200px;
  display: flex;
  position: relative;
}

.logo-icon-bg {
  width: 200px;
  margin: auto 60px;
  display: block;
  position: static;
  overflow: visible;
}

.image {
  opacity: 1;
  width: 130%;
  max-width: 150%;
  margin-left: -70px;
}

.block-quote {
  mix-blend-mode: darken;
  border-left-style: none;
  width: 100%;
  max-width: 500px;
  padding: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

.quote-wrapper {
  margin-top: 50px;
  position: relative;
}

.quote-credit {
  color: #3d85a6;
  width: 90%;
  max-width: 500px;
  font-family: Gilroy, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.div-block {
  font-size: 80px;
}

.text-block {
  line-height: 1em;
}

.quote-mark-100 {
  z-index: -1;
  opacity: .2;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
  inset: -12px auto auto -14px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrapper.half-half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.align-left {
  align-items: flex-start;
}

.content-wrapper.align-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.content-wrapper.platform-page-1 {
  width: 100%;
  margin-bottom: 100px;
}

.content-wrapper._60-width {
  width: 60%;
  max-width: 800px;
}

.content-wrapper._80-width {
  width: 100%;
}

.content-wrapper.uc-image-wrapper {
  margin-top: 140px;
  margin-bottom: 140px;
}

.content-wrapper.open-roles {
  margin-bottom: 220px;
}

.div-block-2 {
  width: 50%;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-content._60-wide {
  width: 80%;
}

.text-content._60-wide.text-utilize-high-value {
  margin-bottom: 60px;
}

.button-light {
  background-color: var(--item-blue);
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.fullpage-section {
  height: 100vh;
}

.image-with-shadow {
  border-radius: 10px;
  width: 80%;
  margin-left: 0%;
  overflow: hidden;
  box-shadow: -17px -10px 100px 40px #0b699533;
}

.image-with-shadow._20-left-80 {
  width: 800px;
  margin-left: 0;
}

.image-with-shadow.about-img1 {
  width: 500px;
}

.image-with-shadow.about-img2 {
  width: 900px;
  margin-left: 15%;
}

.image-with-shadow.full-width {
  width: 100%;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.features {
  margin-bottom: 140px;
  display: flex;
}

.features.half-half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
}

.feature-item {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.feature-item.left.platform-page {
  width: 39%;
}

.feature-item.right.platform-page {
  width: 20%;
}

.line {
  border: 1px solid #0976a880;
  flex: 1;
}

.line.modules {
  border-color: #dce5ea;
}

.hompage-feature-item-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Gilroy, Arial, sans-serif;
}

.orange {
  color: var(--subtile-urgent-orange);
}

.extra-bold {
  font-weight: 800;
}

.footer {
  background-color: var(--item-blue);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 88vw;
  max-width: 1392px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.footer-left {
  z-index: 10;
  width: 900px;
  max-width: 100%;
  position: relative;
}

.footer-right {
  z-index: 10;
  position: relative;
}

.footer-intro {
  width: 100%;
  margin-bottom: 100px;
}

.footer-title {
  margin-bottom: 5px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  color: #ffffffbf;
}

.footer-link-2.privacy {
  color: #fff;
  text-decoration: underline;
}

.footer-link-2.privacy:hover {
  color: #ffffffbf;
  text-decoration: none;
}

.footer-right-section {
  margin-bottom: 40px;
}

.footer-right-section.end {
  margin-bottom: 0;
}

.footer-link-1 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

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

.footer-link-1.footer-left-link {
  margin-bottom: 15px;
}

.footer-menu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  display: flex;
}

.footer-left-menu-section {
  width: 100%;
}

.footer-copyright {
  margin-bottom: 5px;
}

.body-2 {
  color: var(--item-blue);
  background-color: #f7f7f7;
  font-family: Source Sans Pro, sans-serif;
  line-height: 1.2em;
}

.body-2.bigger-text {
  font-size: 20px;
}

.section-6 {
  height: 220vh;
}

.standard-heading {
  padding-top: 212px;
}

.standard-heading.depolyment {
  margin-bottom: 100px;
  display: block;
}

.standard-heading.uc-page {
  padding-top: 200px;
}

.standard-heading.ado {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  margin-bottom: 100px;
  display: flex;
}

.standard-heading.about {
  display: block;
}

.headline {
  max-width: 650px;
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
}

.headline.ver2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.headline.ver2.press {
  max-width: 980px;
  margin-bottom: 10px;
  font-size: 42px;
}

.headline.ver3 {
  max-width: 700px;
  margin-bottom: 10px;
  font-size: 32px;
}

.headline.ver3.press {
  margin-bottom: 10px;
  font-size: 42px;
}

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

.headline.light.use-cases {
  max-width: 100%;
  font-size: 42px;
  line-height: 86px;
}

.headline.job {
  font-size: 32px;
  line-height: 1em;
}

.headline.ado {
  max-width: 800px;
}

.headline.platform {
  max-width: 100%;
}

.sub-headline {
  color: var(--dark-text-blue);
  max-width: 800px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.sub-headline.ver2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 16px;
}

.sub-headline.press {
  max-width: 900px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.sub-headline.ver3 {
  max-width: 900px;
  margin-bottom: 40px;
  font-size: 16px;
}

.sub-headline.platform {
  max-width: 600px;
}

.digitize-wrapper {
  height: 400vh;
  position: sticky;
  top: 0;
}

.digitize-wrapper.about-page {
  height: 360vh;
}

.digitize-content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.digitize-content.about-page {
  height: 100vh;
}

.test-indicator {
  background-color: #ff9191;
  height: 60vh;
  display: none;
}

.test-indicator._2nd {
  background-color: var(--item-highlight-blue);
}

.test-indicator._3nd {
  background-color: #4e9480;
}

.section-7 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: 170px;
  margin-bottom: 220px;
  display: none;
  position: relative;
}

.digitize-animation {
  width: 200px;
}

.digitize-animation-wrapper {
  align-items: center;
  display: flex;
}

.digitize-animation-wrapper.about-page {
  align-items: flex-start;
  margin-top: 0;
}

.digitize-text-wrapper.digitize-text-wrapper1 {
  margin-top: 20px;
  font-family: Gilroy, Arial, sans-serif;
}

.digitize-text-wrapper.digitize-text-wrapper1.about-page {
  margin-top: 20px;
}

.digitize-title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2em;
}

.digitize-title.digitize-title-1 {
  margin-right: 8px;
  position: static;
}

.digitize-title.digitize-title-2 {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.digitize-title.digitize-title-2.stage-2, .digitize-title.digitize-title-2.stage-3 {
  opacity: 0;
}

.digitize-title.digitize-title-2.leverage {
  opacity: 0;
  font-weight: 300;
}

.digitize-title.digitize-title-2.stage-4 {
  opacity: 0;
  left: 27px;
}

.digitize-paragraph {
  opacity: 1;
  width: 400px;
  font-weight: 400;
  line-height: 2em;
  display: block;
  position: relative;
}

.digitize-paragraph._2, .digitize-paragraph._3 {
  opacity: 0;
}

.digitize-paragraph.line-1 {
  display: flex;
}

.digitize-title-wrapper {
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.digitize-title-2-wrapper {
  width: 350px;
  position: relative;
}

.digitize-paragraph-wrapper {
  height: 60px;
  position: relative;
}

.digitize-paragraph-content {
  position: absolute;
}

.digitize-paragraph-improve {
  margin-right: 4px;
}

.div-block-4 {
  width: 200px;
  display: block;
  position: relative;
}

.text-block-2 {
  position: absolute;
}

.text-block-2.bold.stage-2, .text-block-2.bold.stage-3 {
  opacity: 0;
}

.line-2 {
  position: absolute;
}

.line-2.stage-1 {
  display: block;
}

.line-2.stage-2, .line-2.stage-3 {
  opacity: 0;
  display: block;
}

.line-2.stage-4 {
  opacity: 0;
}

.image-3 {
  margin-right: 0;
}

.heading {
  font-family: Gilroy, Arial, sans-serif;
}

.heading-2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Gilroy, Arial, sans-serif;
}

.heading-2.wic {
  font-size: 32px;
}

.paragraph {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
}

.paragraph.platform-wic {
  text-align: center;
  width: 400px;
  max-width: 100%;
}

.div-block-5 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 550px;
  max-width: 100%;
  display: block;
}

.wic-modules-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9.73%;
  display: flex;
  position: relative;
}

.image-4 {
  z-index: 10;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.module-item {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  width: 10.4%;
  display: flex;
  position: absolute;
}

.module-item.forms {
  z-index: 1;
  top: 31.94%;
  left: 0;
}

.module-item.connectors {
  top: 56.42%;
  left: 16.38%;
}

.module-item.notifications {
  top: 66.75%;
  left: 35.26%;
}

.module-item.workflows {
  top: 66.75%;
  left: 54.34%;
}

.module-item.visualization {
  top: 56.42%;
  right: 16.38%;
}

.module-item.optimaztion {
  top: 31.94%;
  right: 0;
}

.text-block-3 {
  opacity: 1;
  text-align: center;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.wic-modules-title {
  text-align: center;
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-wic-top {
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 20vh;
}

.section-wic-bot {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-4 {
  padding: 20px 40px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.image-5 {
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
}

.image-5._1 {
  cursor: auto;
  position: static;
}

.image-5._2 {
  opacity: 0;
  display: none;
}

.section-wic-top-wrapper {
  max-height: 800px;
  margin-bottom: 140px;
  display: none;
  position: static;
  top: 20vh;
}

.module-info-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.module-info-wrapper._2, .module-info-wrapper._1 {
  opacity: 0;
}

.module-info-wrapper._3 {
  padding: 40px;
}

.div-block-6 {
  font-size: 32px;
}

.text-block-5 {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

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

.module-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.module-info-title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.module-info-title {
  max-width: 400px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.module-info-icon {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 40px;
  display: flex;
}

.module-icon {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.module-info-introduction {
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  line-height: 1.2em;
}

.statement {
  width: 1000px;
  max-width: 100%;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-6 {
  text-align: center;
  margin-top: 100px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.image-8 {
  position: absolute;
}

.image-8._1 {
  position: static;
}

.image-8._2 {
  opacity: 0;
  display: none;
}

.heading-3 {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 38px;
}

.heading-3.wic-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-70-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-7 {
  width: 360px;
}

.button {
  margin-left: auto;
  margin-right: auto;
}

.large-rounded-button {
  background-color: var(--item-blue);
  color: var(--lighter-item-blue);
  border-radius: 40px;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: static;
}

.large-rounded-button:hover {
  background-color: var(--hovering);
}

.large-rounded-button:active {
  background-color: var(--pressing);
}

.large-rounded-button._2-lines {
  align-items: stretch;
}

.large-rounded-button._2-lines.about {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  display: block;
}

.section-12 {
  background-image: linear-gradient(180deg, #f7f7f7, #609eba 56%, var(--item-blue));
  height: 80px;
  display: none;
}

.platform-feature-title {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
}

.logos-without-title {
  width: 88vw;
  max-width: 1392px;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  position: relative;
}

.logos-without-title.hp-logo {
  margin-bottom: 240px;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1392px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.clients-wrapper-three {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: auto;
  margin-right: -3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-image-three {
  max-width: 1%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-9 {
  height: 60px;
  margin-right: 3%;
}

.div-block-8 {
  z-index: 2;
  background-image: linear-gradient(to right, #f7f7f7, #fff0 15% 85%, #f7f7f7 100%, #f7f7f7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-8 {
  color: #0b699580;
  text-align: center;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 400;
}

.body-3 {
  background-color: #f7f7f7;
}

.about-animation-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.about-animation-title._1 {
  opacity: 1;
}

.about-animation-title._2 {
  opacity: 0;
  position: absolute;
}

.about-animation-title._2._3, .about-animation-title._2._4 {
  opacity: 0;
}

.about-animation-title._3 {
  position: absolute;
}

.about-animation-paragraph {
  line-height: 1.5em;
}

.about-animation-paragraph._1 {
  opacity: 1;
}

.about-animation-paragraph._2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.button-text {
  color: #fff;
  padding-top: 0;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.image-10 {
  margin-right: 8px;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.footer-media {
  grid-column-gap: 20px;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.image-11 {
  height: 24px;
}

.footer-bg-pattern {
  z-index: 1;
  width: auto;
  height: 100%;
  position: absolute;
  right: 10%;
}

.html-embed {
  color: #0a5e85;
  height: 100%;
}

.semi-bold {
  font-weight: 600;
}

.div-block-11 {
  width: 50%;
  display: block;
}

.list-item-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.list-item-2.dropdown {
  display: none;
}

.text-block-9 {
  color: var(--item-blue);
}

.link-dropdown {
  color: var(--item-blue);
  text-decoration: none;
}

.link-dropdown:hover {
  color: var(--hovering);
}

.link-dropdown:active {
  color: var(--pressing);
}

.module-wic {
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.module-wic.old {
  display: none;
}

.text-block-10 {
  max-width: 600px;
}

.statement-2 {
  width: 70%;
  font-size: 24px;
  line-height: 1.2em;
}

.module-info-button {
  width: 30px;
  margin-left: auto;
  margin-right: 20px;
  display: flex;
}

.module-line-1 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.wic-modules {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  border: 1px solid #000;
}

.module-intro-wrapper {
  margin-left: 140px;
}

.module-title-wrapper {
  align-items: center;
  display: flex;
}

.div-block-13 {
  display: flex;
}

.div-block-14 {
  grid-column-gap: 40px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.image-12 {
  width: 500px;
}

.text-block-11 {
  font-weight: 600;
}

.about-intro {
  width: 400px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.about-intro.connect {
  width: auto;
  margin-bottom: 60px;
}

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

.about-social {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.about-social-icon {
  width: auto;
  height: 30px;
}

.about-social-icon.twi {
  height: 24px;
}

.about-social-link {
  color: var(--item-blue);
}

.about-social-link:hover {
  color: var(--hovering);
}

.about-social-link:active {
  color: var(--pressing);
}

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

.newsletter-subscribe.resources-page {
  justify-content: flex-start;
  margin-bottom: 120px;
}

.form-block {
  display: none;
}

.deploy-item-wrapper {
  margin-bottom: 100px;
}

.deploy-item-title {
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.deploy-item-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.deploy-item-content-wrapper.ver2 {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  margin-bottom: 80px;
}

.deploy-item-content.left {
  width: 400px;
  max-width: 100%;
}

.deploy-item-content.left.ver2 {
  font-weight: 700;
  line-height: 1.2em;
}

.deploy-item-content.right {
  width: 800px;
  max-width: 100%;
}

.deploy-item-content.right.ver2 {
  width: 460px;
  max-width: 100%;
}

.image-13 {
  width: 100%;
  height: 400px;
}

.deploy-item-subtitle {
  width: 700px;
  max-width: 100%;
  margin-bottom: 100px;
  line-height: 1.2em;
}

.background-video {
  width: 100%;
}

.dp-graphics-wrapper {
  width: 30%;
}

.dp-graphics-wrapper.end {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.dp-graphics-wrapper.mid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.deploy-img {
  width: 100%;
  max-width: 350px;
  margin-bottom: 60px;
}

.dp-graphics-text-wrapper {
  width: 100%;
  max-width: 350px;
}

.dp-graphics-text-title {
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.deploy-end-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 300px;
  margin-bottom: 140px;
  display: flex;
}

.image-14 {
  margin-bottom: 100px;
}

.wic-title {
  margin-bottom: 30px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-15 {
  width: 70%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  max-width: 100%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.section-14 {
  z-index: 10000;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background-color: #0b6995b3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.pop-up-wrapper {
  background-color: #f5f5f5;
  border-radius: 8px;
  width: 980px;
  max-width: 88vw;
  height: 980px;
  position: relative;
}

.pop-up-wrapper.speak-to-expert {
  height: auto;
}

.pop-up-close {
  background-color: #c93c3c;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.pop-up-content {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.pop-up-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.pop-up-title {
  flex: 1;
  padding-left: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.list {
  margin-bottom: 20px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.2em;
}

.list.no-border {
  margin-bottom: 0;
}

.form-800 {
  max-width: 800px;
}

.contact-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  max-width: 800px;
  display: flex;
}

.contact-item {
  flex: 0 49%;
}

.contact-item.extra-top-margin {
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-name {
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.contact-info {
  line-height: 1.2em;
}

.html-embed-2 {
  margin-bottom: 0;
}

.html-embed-3 {
  max-width: 100%;
}

.resources-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: 100px;
  display: flex;
}

.resources-title {
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.resources-contents {
  width: 100%;
  margin-bottom: 0;
}

.blog-item-wrapper {
  color: #fff;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.blog-item-wrapper.no-img {
  background-image: url('../images/gradient-nobg.png');
  background-position: 0 0;
  background-size: auto;
  align-items: flex-end;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
}

.blog-item-wrapper.with-img {
  background-image: url('../images/gradient-nobg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-end;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
}

.blog-item-wrapper.with-img.press-release.ado {
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.blog-item-title {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.blog-preview {
  width: 200px;
  height: 200px;
}

.blog-link-block {
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

.collection-item {
  width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.collection-item.video {
  width: 622.4px;
}

.collection-list {
  grid-column-gap: 22.4px;
  grid-row-gap: 22.4px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-post-bg-shadow {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.image-15 {
  max-height: 60px;
  display: none;
}

.square-button.bot {
  background-image: linear-gradient(to bottom, #0b699500, #0b699566 30%, #0b6995b3 50%, var(--item-blue) 83%);
  color: var(--item-blue);
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.square-button.bot.text-left {
  background-color: #0000;
  background-image: none;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  position: relative;
}

.square-button.bot.text-left.text {
  color: #fff;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.square-button.bot {
  background-color: #e9e9e9;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  font-size: 12px;
  display: flex;
}

.square-button.bot.text-left {
  margin-left: 10px;
  font-weight: 500;
  position: relative;
}

.square-button.bot.text-left.text {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.square-button.bot.text-left.download {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
}

.square-button.bot.text-right {
  flex: 0 auto;
  justify-content: flex-end;
  margin-right: 10px;
}

.sq-button-img-full-size {
  object-fit: cover;
  flex: 1;
  height: 100%;
}

.sq-button.up {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sq-button.up.source-indicator.restricted-access.light-indicator {
  background-color: #0000;
  background-image: none;
}

.sq-button.up.source-indicator.external.light-indicator {
  background-color: #0000;
  background-image: none;
  width: 100%;
}

.sq-button.up.source-indicator-wrapper.light-indicator {
  z-index: 3;
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  width: 20px;
  display: flex;
  top: 20px;
  right: 20px;
}

.sq-button.up.source-indicator-wrapper.light-indicator.video-section {
  top: 10px;
  right: 10px;
}

.sq-button.up.source-indicator-wrapper.light-indicator.blog {
  display: none;
}

.sq-button.up.light {
  flex: 1;
  height: 100%;
}

.sq-button.up {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sq-button.up.source-indicator {
  align-items: flex-start;
  height: auto;
}

.sq-button.up.source-indicator.restricted-access.light-indicator {
  color: #fff;
  background-color: #0000;
  display: none;
}

.sq-button.up.source-indicator.external.light-indicator {
  background-color: #0000;
}

.sq-button.up.source-indicator-wrapper {
  grid-row-gap: 4px;
  color: #0b6995;
  flex-direction: column;
  width: 16px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sq-button.up.source-indicator-wrapper.light-indicator {
  background-color: #0000;
}

.square-button-light-controller.wrapper.light {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.square-button-light-controller.wrapper {
  border-radius: 4px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.square-lg-button-wrapper {
  color: #fff;
  width: 300px;
  height: 300px;
  padding: 0;
  text-decoration: none;
  display: block;
}

.square-lg-button-wrapper.with-img {
  background-image: none;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.html-embed-4 {
  color: #fff;
  display: block;
}

.html-embed-5 {
  color: #fff;
}

.press-hero-img-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.press-hero-img {
  width: 100%;
}

.press-content {
  color: var(--item-blue);
  max-width: 980px;
  margin-bottom: 60px;
}

.press-content h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2em;
  transition: all .2s;
}

.press-content p {
  margin-bottom: 20px;
}

.press-content a {
  color: var(--item-blue);
  text-decoration: underline;
}

.press-content a:hover {
  color: var(--hovering);
}

.press-content a:active {
  color: var(--pressing);
}

.press-content.about {
  max-width: 620px;
}

.link {
  color: var(--item-blue);
  margin-bottom: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

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

.link:active {
  color: var(--pressing);
}

.resources-item-title {
  z-index: 2;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.resources-item-title.press.event-note, .resources-item-title.press.press-note {
  opacity: .75;
  flex: 1;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 600;
}

.resources-doc-wrapper {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.resources-doc-wrapper.with-img {
  background-image: none;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.doc-cover {
  margin-bottom: 20px;
}

.doc-title {
  color: var(--item-blue);
  width: 100%;
  margin-bottom: 8px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.image-16 {
  border-radius: 4px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.doc-subtitle {
  color: #0b6995bf;
  width: 90%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.empty-state {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.resources-title-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.resources-video-wrapper {
  color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.resources-video-wrapper.with-img {
  background-image: none;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.text-block-12 {
  margin-top: 20px;
}

.video-title {
  color: var(--item-blue);
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.sq-button-img-full-width {
  object-fit: cover;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
}

.image-17 {
  max-height: 60px;
}

.blog-post-bg-pure {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.image-18 {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy-content {
  color: var(--item-blue);
  max-width: 980px;
  margin-bottom: 20px;
}

.privacy-content h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2em;
  transition: all .2s;
}

.privacy-content a {
  color: var(--item-blue);
  text-decoration: underline;
}

.privacy-content a:hover {
  color: var(--hovering);
}

.privacy-content a:active {
  color: var(--pressing);
}

.privacy-content.about {
  max-width: 620px;
}

.privacy-content ul {
  margin-bottom: 5px;
}

.privacy-content li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-span-2 {
  font-weight: 700;
}

.copyright {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

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

.link-block.sub-item, .link-block.sub-item.platform {
  display: none;
}

.headline-emphasize {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.2em;
}

._3-column {
  grid-column-gap: 10%;
  grid-row-gap: 20%;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 60%;
  margin-bottom: 20px;
}

.text-block-13 {
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.list-item-3 {
  margin-bottom: 5px;
}

.list-item-3.platform {
  margin-bottom: 20px;
}

.list-2 {
  padding-left: 20px;
}

.list-2.no-border {
  margin-bottom: 0;
}

._2-columm {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

._2-columm.uc-feature-wrapper {
  margin-bottom: 60px;
}

._2-columm.align-mid {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

._2-columm.align-mid.option1 {
  grid-column-gap: 10%;
}

.uc-intro-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.uc-intro-right {
  flex: 0 auto;
  max-width: 50%;
}

.uc-intro-right.ver2 {
  font-size: 18px;
}

.uc-intro-right.ver3 {
  flex: 1;
}

.italic {
  font-style: italic;
  font-weight: 400;
}

.italic.margin-20 {
  margin-bottom: 20px;
}

.uc-intro-text {
  margin-bottom: 40px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2em;
}

.uc-intro-text.extra-bold {
  font-size: 42px;
  font-weight: 700;
}

.uc-intro-text.extra-bold.ver2 {
  margin-bottom: 0;
  font-size: 48px;
}

.uc-modules-wrapper {
  grid-column-gap: 20px;
  background-color: var(--item-blue);
  border-radius: 16px;
  justify-content: space-between;
  margin-bottom: 140px;
  padding: 40px;
  display: flex;
}

.uc-modules-content-wrapper {
  grid-column-gap: 80px;
  border-radius: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uc-modules-button-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.uc-module-icon-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.uc-module-text-wrapper {
  border-radius: 16px;
  align-items: center;
  min-height: 580px;
  display: flex;
  position: relative;
}

.uc-module-title {
  color: #fff;
  margin-bottom: 40px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: none;
}

.uc-module-text {
  color: #fff;
  margin-bottom: 20px;
}

.list-3 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
}

.div-block-19 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.uc-feature-title {
  flex: 0 auto;
  width: 50%;
  margin-bottom: 80px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.uc-feature-title.ver2 {
  margin-bottom: 10px;
}

.uc-feature {
  width: 50%;
  padding-top: 20px;
}

.uc-feature-subtitle {
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.image-19, .image-19.tablet {
  width: 80%;
}

.image-19.phone-larger {
  width: 59%;
}

.image-19.p1 {
  opacity: 0;
  width: 50%;
}

.text-block-14 {
  margin-bottom: 20px;
}

.div-block-20 {
  flex: 0 auto;
  width: 50%;
  margin-bottom: 60px;
}

.text-block-15 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5em;
}

.text-block-15.end {
  margin-bottom: 0;
}

.text-block-16 {
  max-width: 400px;
}

.uc-tab-button {
  background-color: var(--item-blue);
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 12px;
  padding: 12px 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.uc-tab-button.safety {
  background-color: var(--pressing);
}

.uc-tab-button.active {
  background-color: #07405b;
}

.uc-module {
  max-width: 700px;
  display: none;
}

.uc-module.safety {
  flex: 0 auto;
  display: block;
}

.uc-module.production {
  display: none;
}

.uc-module-icon {
  width: 100px;
  display: none;
  position: absolute;
}

.uc-module-icon.safety {
  display: block;
}

.uc-module-icon.warehousing {
  align-self: flex-start;
  height: 100px;
}

.div-block-21 {
  border-right: 1px solid #ffffff40;
  margin-left: 20px;
  margin-right: 20px;
}

.uc-modules-intro-wrapper {
  margin-bottom: 60px;
}

.uc-modules-intro-title {
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.uc-modules-wrapper-factories {
  grid-column-gap: 20px;
  background-color: var(--item-blue);
  border-radius: 16px;
  justify-content: space-between;
  margin-bottom: 140px;
  padding: 0;
  position: relative;
}

.uc-modules-wrapper-factories.mobile {
  display: none;
}

.uc-factory-point-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 5%;
  display: flex;
  position: absolute;
}

.uc-factory-point-wrapper.quality {
  top: 45%;
  left: 5%;
}

.uc-factory-point-wrapper.warehousing {
  top: 20%;
  left: 15%;
}

.uc-factory-point-wrapper.production {
  top: 10%;
  left: 40%;
}

.uc-factory-point-wrapper.maintenance {
  top: 16%;
  left: 65%;
}

.uc-factory-point-wrapper.safety {
  top: 30%;
  left: 82%;
}

.uc-factory-point-img {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}

.uc-factory-item-title {
  color: var(--pure-white);
  cursor: pointer;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.uc-factory-item-title.quality, .uc-factory-item-title.warehousing, .uc-factory-item-title.production, .uc-factory-item-title.safety, .uc-factory-item-title.maintenance, .uc-factory-item-title.maintenance {
  padding-top: 0;
  padding-right: 2px;
  display: block;
}

.div-block-22 {
  align-self: flex-start;
  margin-left: 0;
}

.uc-factory-item {
  border: 2px solid var(--presentation-blue);
  background-color: var(--pure-white);
  cursor: default;
  border-radius: 12px;
  width: 560px;
  padding: 10px 20px;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 50px #00000040;
}

.uc-factory-item.quality {
  opacity: 0;
  width: 600px;
  position: absolute;
  top: 40px;
  left: 0;
}

.uc-factory-item.warehousing {
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
}

.uc-factory-item.production {
  z-index: 6;
  opacity: 0;
  margin-top: 0;
  margin-left: 0%;
  position: absolute;
  top: 70px;
  right: -200px;
}

.uc-factory-item.maintenance, .uc-factory-item.safety {
  opacity: 0;
  position: absolute;
  top: 70px;
  right: 0;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gilroy, Arial, sans-serif;
  display: none;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 1.5em;
}

.uc-factory-list {
  margin-bottom: 5px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.5em;
}

.uc-factory-point {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uc-factory-item-title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  display: flex;
  position: absolute;
}

.uc-factory-item-title-wrapper.quality, .uc-factory-item-title-wrapper.safety, .uc-factory-item-title-wrapper.warehousing, .uc-factory-item-title-wrapper.production, .uc-factory-item-title-wrapper.maintenance, .uc-factory-item-title-wrapper.maintenance, .uc-factory-item-title-wrapper.production, .uc-factory-item-title-wrapper.warehousing {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  top: 20%;
  left: 114%;
}

.image-21 {
  margin-top: 4px;
  display: none;
}

.image-22 {
  border-radius: 12px;
}

.div-block-23 {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.image-23 {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.text-block-17 {
  background-color: #fff;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.image-22-copy {
  border-radius: 12px;
}

.footer-intro-header {
  margin-bottom: 16px;
}

.footer-intro-header.bold {
  display: none;
}

.div-block-24 {
  margin-bottom: 30px;
  display: none;
}

.image-24 {
  width: 220px;
}

.text-span-3 {
  font-weight: 300;
}

.section-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.section-title.jobs {
  color: #0b699540;
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.job-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-description {
  width: 500px;
  max-width: 100%;
}

.div-block-26 {
  border: 1px solid #0b699540;
  margin-top: 120px;
  margin-bottom: 0;
}

.bold-text {
  font-size: 24px;
}

.div-block-27 {
  opacity: .8;
  align-self: flex-start;
  margin-bottom: 60px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 400;
}

.title {
  text-align: left;
  align-self: flex-start;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
}

.title.bold.slogan-2 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 42px;
}

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

.text-span-4 {
  font-weight: 800;
}

.cover-content-copy {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.experience-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-28 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-28.p1 {
  position: static;
}

.div-block-28.p2, .div-block-28.p3 {
  opacity: 0;
}

.div-block-29 {
  width: 60%;
}

.text-block-18 {
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-19 {
  margin-bottom: 20px;
}

.text-span-5 {
  font-weight: 900;
}

.div-block-30 {
  width: 40%;
  padding-right: 20px;
  position: relative;
}

.div-block-31 {
  font-size: 16px;
  line-height: 1.2em;
}

.text-block-20 {
  width: 80%;
  font-size: 16px;
  line-height: 1.2em;
}

.section-quote-copy {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: -25vh;
  margin-bottom: 200px;
  display: flex;
  position: relative;
}

.text-block-21 {
  max-width: 800px;
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-22 {
  opacity: .8;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 400;
}

.text-block-21-copy {
  z-index: 10;
  max-width: 600px;
  margin-bottom: 25px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
  position: relative;
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-23 {
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1em;
}

.text-block-24 {
  width: 100%;
  max-width: 700px;
}

.div-block-33 {
  width: 40%;
  margin-bottom: 20px;
}

.div-block-34 {
  text-align: center;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.image-25 {
  z-index: -1;
  margin-top: -40px;
  margin-bottom: 100px;
}

.underline-bold {
  font-weight: 700;
  position: relative;
}

.div-block-35 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.lottie-animation-3 {
  height: 100%;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  display: none;
}

.text-span-6 {
  display: none;
}

.text-block-25 {
  margin-bottom: 60px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1em;
}

.div-block-37 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.div-block-38 {
  flex: 1;
  margin-bottom: 60px;
}

.div-block-38.end {
  margin-bottom: 0;
}

.div-block-39 {
  flex: 1;
}

.text-block-39 {
  margin-bottom: 0;
  margin-left: 20px;
}

.text-block-38 {
  margin-bottom: 5px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-26 {
  width: 100%;
}

.div-block-40 {
  width: 60%;
}

.lottie-animation-4 {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.div-block-42 {
  flex: 0 auto;
  align-self: center;
  width: 100%;
}

.div-block-44 {
  display: none;
}

.div-block-45 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: none;
}

.div-block-46 {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.div-block-47 {
  width: 80%;
}

.div-block-48 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  display: flex;
}

.div-block-49 {
  z-index: 10;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 220px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-50 {
  width: 100%;
  margin-bottom: 40px;
}

.user-role {
  max-height: 100%;
}

.user-role.role-2 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.user-role.role-3 {
  opacity: 0;
  position: absolute;
  top: 0;
}

.text-block-18-copy {
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 800px;
  max-width: 90%;
  height: 200px;
  max-height: 100%;
  position: relative;
}

.lottie-animation-5 {
  width: 100%;
  max-width: 1200px;
  max-height: 50vh;
}

.div-block-52 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  max-width: 800px;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slide-track {
  animation: 30s linear infinite scroll;
  display: flex;
}

.text-block-26 {
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-26.ado-worker-strategy {
  width: 80%;
}

.heading-3-copy {
  width: 70%;
  margin-bottom: 100px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 38px;
}

.heading-3-copy.wic-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-70-wrapper-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 60px;
  display: flex;
}

.text-70-wrapper-copy.ado-blog {
  margin-bottom: 20px;
}

.text-70-wrapper-copy.platform-page {
  margin-top: 40px;
}

.div-block-53 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #e7edf0;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding: 20px 40px;
  display: flex;
  overflow: hidden;
}

.div-block-54 {
  aspect-ratio: 16 / 9;
  background-color: #f7f7f7;
  border-radius: 12px;
  width: 50%;
  overflow: hidden;
}

.div-block-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-top: 1px #d1dde3;
  border-bottom: 1px solid #d1dde3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.div-block-55._4, .div-block-55._8 {
  border-bottom-style: none;
}

.div-block-56 {
  width: 200px;
  height: 60px;
}

.heading-5 {
  width: 70%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.heading-5.wic-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-5.memorial {
  color: var(--dark-text-blue);
  font-size: 32px;
}

.heading-5.memorial-header {
  color: var(--dark-text-blue);
  font-size: 36px;
}

.text-block-28 {
  width: 100%;
  max-width: 650px;
  margin-bottom: 20px;
}

.div-block-58 {
  width: 100%;
}

.div-block-59 {
  width: 100%;
  margin-bottom: 60px;
}

.div-block-60 {
  border-top: 1px solid #d1dde3;
  border-bottom: 1px solid #d1dde3;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-55-copy {
  border-top: 1px #d1dde3;
  border-bottom: 1px solid #d1dde3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-55-copy._4 {
  border-bottom-style: none;
}

.div-block-61 {
  border-top: 1px #d1dde3;
  border-bottom: 1px #d1dde3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-61._4 {
  border-bottom-style: none;
}

.div-block-63 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-bottom: 60px;
  padding: 20px 0;
  display: flex;
  overflow: hidden;
}

.platform-featured-img {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-height: 100vh;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.image-28 {
  height: 100%;
}

.div-block-64 {
  display: none;
}

.image-29 {
  margin-top: 40px;
  margin-bottom: 200px;
}

.div-block-65 {
  margin-bottom: 100px;
}

.platform-module {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 650px;
  max-width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-8 {
  max-width: 100%;
}

.heading-6 {
  width: 70%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.heading-6.wic-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-41 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.image-30 {
  width: 150px;
}

.div-block-66 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.div-block-67 {
  width: 20px;
  height: 20px;
  padding-left: 0;
  transition: all .2s;
  position: absolute;
  top: 23px;
  left: 0;
  transform: rotate(180deg);
}

.div-block-67.active {
  transition: all .2s;
  transform: rotate(0);
}

.image-31 {
  vertical-align: top;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.fu-brand-logo {
  width: 200px;
  margin-bottom: 20px;
}

.fu-headline {
  max-width: 650px;
  margin-bottom: 80px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
}

.fu-headline.ver2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.fu-headline.ver2.press {
  margin-bottom: 10px;
  font-size: 42px;
}

.fu-headline.ver3 {
  margin-bottom: 10px;
  font-size: 32px;
}

.fu-headline.ver3.press {
  margin-bottom: 10px;
  font-size: 42px;
}

.fu-headline.light {
  font-weight: 300;
}

.fu-headline.light.use-cases {
  max-width: 100%;
  font-size: 42px;
  line-height: 86px;
}

.fu-headline.job {
  font-size: 32px;
  line-height: 1em;
}

.fu-point-of-contact {
  max-width: 800px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.fu-point-of-contact.ver2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 16px;
}

.fu-point-of-contact.press {
  max-width: 900px;
  font-size: 24px;
  font-weight: 600;
}

.fu-point-of-contact.ver3 {
  max-width: 900px;
  margin-bottom: 40px;
  font-size: 16px;
}

.fu-point-of-contact.platform {
  max-width: 600px;
}

.fu-pofc-title {
  margin-bottom: 5px;
  font-size: 14px;
}

.fu-pofc-name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.fu-pofc-wrapper {
  justify-content: space-between;
  display: flex;
}

.fu-pofc-email {
  font-size: 16px;
  font-weight: 400;
}

.fu-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 212px;
}

.fu-heading.depolyment {
  display: block;
}

.fu-heading.uc-page {
  padding-top: 200px;
}

.fu-section-title {
  margin-bottom: 32px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.fu-content-left {
  max-width: 800px;
}

.fu-content-right {
  width: 300px;
  max-width: 300px;
  height: 400px;
  position: sticky;
  top: 131px;
}

.fu-content-right.training {
  flex: none;
  width: 280px;
  max-width: 280px;
}

.fu-content-right.frost {
  display: none;
}

.fu-section {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 88vw;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fu-section.section-1 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 73px;
  margin-bottom: 140px;
  padding-top: 160px;
  display: flex;
}

.fu-section.section-1.homepage-1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-top: 8vh;
  padding-bottom: 5vh;
}

.fu-section.fullpage-section {
  height: 100vh;
}

.fu-section.fullpage-section.section-2 {
  z-index: 1;
  justify-content: space-between;
}

.fu-section.section-2 {
  height: 500vh;
  margin-bottom: 140px;
}

.fu-section.section-2.uc-page {
  margin-bottom: 180px;
}

.fu-section.section-4 {
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 60px;
}

.fu-section.section-3 {
  margin-bottom: 140px;
}

.fu-section.section-3.img-section-no-up-border {
  margin-bottom: 100px;
  padding-top: 40px;
}

.fu-section.section-5 {
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.fu-section.section-6 {
  height: auto;
  margin-bottom: 60px;
}

.fu-section.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.fu-section.section-9 {
  margin-bottom: 220px;
}

.fu-section.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.fu-section.section-11 {
  margin-bottom: 140px;
  display: flex;
}

.fu-section.top-section {
  margin-top: 72px;
}

.fu-section.section-13 {
  margin-bottom: 60px;
}

.fu-section.about-imgs {
  margin-bottom: 220px;
}

.fu-section.section-headline-dp {
  margin-bottom: 140px;
}

.fu-section.section-60-margin {
  margin-bottom: 60px;
}

.fu-section.end {
  margin-bottom: 140px;
}

.fu-section.standard {
  margin-bottom: 60px;
}

.fu-section.uc-feature-section {
  margin-bottom: 100px;
}

.fu-section.uc-feature-section.end {
  margin-bottom: 140px;
}

.fu-section.section-experience {
  margin-bottom: 0;
}

.fu-section.section-experience.uc-page {
  margin-bottom: 180px;
}

.fu-section.homepage-chart {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.fu-section.section-15 {
  margin-top: 50vh;
  margin-bottom: 100px;
}

.fu-section.section-16 {
  margin-bottom: 79px;
}

.fu-section.section-hp-wic {
  margin-bottom: 140px;
}

.fu-section.on-top {
  z-index: 2;
}

.fu-section.section-4 {
  margin-bottom: 140px;
}

.fu-section.section-4.uc-page {
  margin-bottom: 180px;
}

.fu-section.section-4-copy {
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 60px;
}

.qa-item-title {
  justify-content: space-between;
  margin-bottom: 5px;
  display: flex;
}

.right-menu-indicator-wrapper {
  background-color: #cee1ea;
  border-radius: 8px;
  width: 3px;
  overflow: hidden;
}

.right-menu-item {
  color: #143d51;
  padding: 7px 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.right-menu-item:hover {
  color: #0b6995;
}

.right-menu-item.w--current {
  display: block;
  position: relative;
}

.quick-access-button {
  background-color: #eff8fc;
  border-radius: 8px;
  width: 160px;
  padding: 10px;
  transition: all .2s;
}

.quick-access-button:hover {
  background-color: #e0f1f9;
}

.side-menu-right-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
}

.qa-arrow {
  color: #0b6995;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.right-menu-item-text {
  align-self: center;
  font-size: 16px;
}

.quick-access-link {
  text-decoration: none;
}

.right-menu-item-wrapper {
  padding-right: 20px;
}

.right-menu-indicator {
  background-color: #0b6995;
  border-radius: 8px;
  width: 3px;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: 0% auto auto -3px;
}

.qa-title {
  color: #0b6995;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.side-menu-right {
  display: flex;
}

.qa-intro {
  color: #143d51;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.fu-section-content-wrapper {
  padding-bottom: 220px;
}

.fu-section-text {
  margin-bottom: 40px;
}

.div-block-68 {
  aspect-ratio: 16 / 9;
  background-color: #b86060;
  border-radius: 12px;
  width: 100%;
}

.fu-empower-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

.image-32 {
  width: 20px;
}

.text-block-42 {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
}

.image-33 {
  margin-bottom: 5px;
}

.fu-block-quote {
  mix-blend-mode: darken;
  border-left-style: none;
  width: 100%;
  max-width: 400px;
  margin-bottom: 5px;
  padding: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.fu-quote-credit {
  color: #3d85a6;
  width: 90%;
  max-width: 500px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.fu-quote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.fu-quote-wrapper {
  text-align: center;
  margin-top: 140px;
}

.list-4 {
  list-style-type: decimal;
}

.fu-list {
  margin-top: -20px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: decimal;
}

.fu-list.no-border {
  margin-bottom: 0;
}

.fu-submit-question {
  margin-top: 60px;
}

.fu-link {
  background-color: #cedee6;
  border: 4px solid #cedee6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.fu-link:hover {
  background-color: #b1cdda;
  border-color: #b1cdda;
}

.fu-link:active {
  background-color: #a7c7d6;
  border-color: #a7c7d6;
}

.fu-link-img-wrapper {
  aspect-ratio: 3 / 2;
  background-color: #5a3232;
  width: 300px;
}

.fu-link-text {
  color: var(--text-blue);
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  margin-right: 20px;
}

.fu-link-text-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.fu-link-text-arrow {
  width: 30px;
  transform: rotate(180deg);
}

.text-span-7 {
  font-weight: 700;
}

.fu-link-img {
  width: 100%;
}

.fu-pofc-left {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.fu-pofc-right {
  width: 300px;
  display: none;
}

.fu-b {
  background-color: #0b6995;
  font-size: 16px;
}

.fu-button {
  background-color: var(--item-blue);
  color: var(--pure-white);
  border-radius: 40px;
  flex-direction: row;
  align-items: center;
  padding: 15px 30px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: static;
}

.fu-button:hover {
  background-color: var(--hovering);
}

.fu-button:active {
  background-color: var(--pressing);
}

.fu-button._2-lines {
  align-items: stretch;
}

.heading-7 {
  margin-bottom: 5px;
  font-family: Gilroy, Arial, sans-serif;
  line-height: 1.2em;
}

.image-34 {
  width: 80px;
  margin-bottom: 10px;
}

.fu-webalo-logo {
  vertical-align: sub;
  display: inline-block;
}

.rounded-button {
  background-color: var(--item-blue);
  color: var(--pure-white);
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: static;
}

.rounded-button:hover {
  background-color: var(--hovering);
}

.rounded-button:active {
  background-color: var(--pressing);
}

.rounded-button._2-lines {
  align-items: stretch;
}

.text-input {
  border-radius: 8px;
  width: 200px;
}

.div-block-69 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.field-label {
  display: none;
}

.error-message {
  color: var(--subtile-urgent-orange);
  background-color: #f5f5f5;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
}

.fu-section-text-0 {
  margin-bottom: 1.2em;
  font-weight: 700;
}

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

.list-2-copy {
  padding-left: 20px;
}

.list-2-copy.no-border {
  margin-bottom: 0;
}

.list-item-bot-10 {
  margin-bottom: 10px;
}

.training-section {
  margin-bottom: 40px;
}

.training-section.end {
  margin-bottom: 100px;
}

.training-section.training-module {
  margin-bottom: 40px;
}

.training-section-text {
  max-width: 800px;
  margin-bottom: 20px;
}

.training-item-wrapper {
  margin-bottom: 60px;
}

.training-module {
  margin-bottom: 80px;
}

.training-module.end {
  margin-bottom: 300px;
}

.training-item {
  border: 1px solid var(--table-stroke-blue);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}

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

.training-title {
  color: var(--dark-text-blue);
  margin-bottom: 8px;
  font-size: 16px;
}

.training-content.title {
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.training-details {
  max-width: 800px;
}

.list-2-copy-copy {
  padding-left: 20px;
  list-style-type: decimal;
}

.list-2-copy-copy.no-border {
  margin-bottom: 0;
}

.content-left {
  max-width: 800px;
}

.content-left.frost {
  width: 800px;
  max-width: 56%;
}

.content-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
}

.content-right.training {
  flex: none;
  width: 280px;
  max-width: 280px;
}

.text-section-780 {
  max-width: 780px;
  margin-bottom: 20px;
}

.flex-heading-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-top: 212px;
  display: flex;
}

.flex-heading-horizontal.depolyment {
  display: block;
}

.flex-heading-horizontal.uc-page {
  padding-top: 200px;
}

.flex-heading-horizontal.frost {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.frost-section {
  margin-bottom: 5rem;
}

.frost-section.end {
  margin-bottom: 300px;
}

.frost-section-title {
  margin-bottom: 32px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.frost-section-text {
  max-width: 800px;
  margin-bottom: 20px;
}

.frost-section-text.margin-bottom-3rem {
  margin-bottom: 3rem;
}

.frost-scroll-section {
  margin-top: 1.25rem;
  margin-left: -.5rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.frost-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .6;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: .5rem;
  transition: transform .5s, opacity .5s;
  display: flex;
}

.frost-list-item.visible {
  opacity: 1;
  transition-property: none;
}

.frost-list-item.end {
  margin-bottom: 0;
}

.frost-dashed-line {
  z-index: -1;
  border-left: .125rem dashed #ddd;
  height: 0;
  transition: height .5s;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 1rem;
}

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

.frost-title-checkmark {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.frost-title {
  margin-top: 0;
  margin-bottom: .75rem;
}

.frost-title-checkmark-img {
  width: 20px;
}

.frost-paragraph {
  margin-bottom: 0;
}

.frost-section-img {
  margin-bottom: 1rem;
}

.frost-quote {
  border-left: 4px solid #d1dde3;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.paragraph-9 {
  padding-left: 1rem;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.home-frost-radar {
  aspect-ratio: 1;
  flex: none;
  justify-content: flex-end;
  align-items: center;
}

.image-36 {
  width: 100%;
}

.frost-headline {
  max-width: 650px;
  margin-bottom: 3rem;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
}

.frost-headline.ver2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.frost-headline.ver2.press {
  margin-bottom: 10px;
  font-size: 42px;
}

.frost-headline.ver3 {
  margin-bottom: 10px;
  font-size: 32px;
}

.frost-headline.ver3.press {
  margin-bottom: 10px;
  font-size: 42px;
}

.frost-headline.light {
  font-weight: 300;
}

.frost-headline.light.use-cases {
  max-width: 100%;
  font-size: 42px;
  line-height: 86px;
}

.frost-headline.job {
  font-size: 32px;
  line-height: 1em;
}

.standard-width {
  width: 88vw;
  max-width: 87rem;
  margin-left: auto;
  margin-right: auto;
}

.ado-slide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  width: calc(100% - 100px);
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.ado-slide.single {
  display: none;
}

.slide-nav {
  margin-top: 10px;
  font-size: 14px;
  position: static;
}

.slider-2 {
  background-color: #ddd0;
  height: -moz-fit-content;
  height: fit-content;
}

.right-arrow, .left-arrow {
  color: var(--item-blue);
  background-color: #f7f7f7;
  height: 400px;
  margin-top: 0;
}

.mask {
  height: -moz-fit-content;
  height: fit-content;
}

.ado-slider-img-wrapper {
  aspect-ratio: 3 / 2;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
  display: flex;
}

.div-block-71 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-43 {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-44 {
  color: var(--dark-text-blue);
  margin-bottom: 5px;
  font-weight: 700;
}

.image-37 {
  border-radius: 12px;
  width: 100%;
}

.div-block-72 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.div-block-73 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 5px;
  display: flex;
}

.code-embed {
  padding-top: 2px;
}

.text-block-45 {
  text-align: center;
  max-width: 900px;
  margin-bottom: 1em;
}

.text-block-46 {
  color: var(--dark-text-blue);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.text-block-47 {
  margin-top: -20px;
  margin-bottom: 5px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

.code-embed-2 {
  padding: 20px;
}

.div-block-75 {
  color: #0c9de0;
  font-weight: 700;
}

.text-block-48 {
  text-align: center;
  margin-bottom: 1em;
}

.ado-pillar-wrapper {
  font-size: clamp(12px, 1.5vw, 20px);
  display: none;
}

.ado-pillar1 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pillar-1, .pillar-4 {
  width: 100%;
}

.ado-pillar2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pillar-2, .pillar-3 {
  width: 100%;
}

.div-block-79 {
  width: 52%;
  position: relative;
}

.div-block-80 {
  width: 48%;
  position: relative;
}

.pillar-1-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.text-block-49 {
  margin-bottom: 5%;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 700;
}

.pillar-2-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  right: 0;
}

.div-block-81 {
  width: 48%;
  margin-top: -4%;
  position: relative;
}

.div-block-82 {
  width: 52%;
  position: relative;
}

.pillar-3-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.pillar-4-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ado-framework-item, .text-70-wrapper-copy-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 60px;
  display: flex;
}

.code-embed-4 {
  width: 70%;
}

.ado-circle {
  height: 100%;
  min-height: 600px;
}

.image-38 {
  width: 100%;
}

.ado-schedule {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.text-block-50 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.ado-blog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: stretch;
  min-width: 300px;
  display: flex;
}

.ado-blog-post.blog-item-wrapper.with-img {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.text-block-51 {
  color: var(--pure-white);
  text-decoration: none;
}

.image-39 {
  display: none;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.platform-featured-video {
  aspect-ratio: 16 / 9;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
}

.platform_section-title {
  width: 70%;
  max-width: 800px;
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 38px;
  line-height: 42px;
}

.platform_section-title.wic-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.platform_section-title.platform-feature {
  font-style: italic;
  font-weight: 700;
}

.platform_section-subtitle {
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.platform_section-subtitle.ado-worker-strategy {
  width: 80%;
}

.platform_section-subtitle.platform-feature {
  margin-bottom: 40px;
}

.platform-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-84 {
  aspect-ratio: 3 / 2;
  background-color: #aaa;
  border-radius: 12px;
  width: 50%;
  overflow: hidden;
}

.div-block-85 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.heading-8 {
  line-height: 30px;
}

.text-span-8 {
  text-wrap: nowrap;
}

.list-platform {
  width: 100%;
  max-width: 600px;
  padding-left: 20px;
}

.list-platform.no-border {
  margin-bottom: 0;
}

.platform_feature-spotlight {
  background-color: #e7edf0;
  border-radius: 1000px 50px 50px 1000px;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.div-block-86 {
  aspect-ratio: 1;
  background-color: #b4b4b4;
  border-radius: 1000px;
  flex: none;
  width: auto;
  height: calc(100% - 100px);
  max-height: 500px;
  margin-left: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 50px #2987b380;
}

.div-block-87 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4rem;
  margin-right: 3rem;
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: 1.2em;
  display: flex;
}

.feature_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-top: 1px #d1dde3;
  border-bottom: 1px solid #d1dde3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.feature_item._4, .feature_item._8 {
  border-bottom-style: none;
}

.feature_item.start {
  border-top-style: solid;
}

.platform_spotlight-title {
  width: 100%;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.platform_spotlight-title.ado-worker-strategy {
  width: 80%;
}

.platform-item-connect-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.platform-item-connect-wrapper.mobile {
  display: none;
}

.arrow-toggle {
  width: 20px;
  height: 20px;
  padding-left: 0;
  transition: all .2s;
  position: absolute;
  top: 23px;
  left: 0;
  transform: rotate(180deg);
}

.arrow-toggle.active {
  transition: all .2s;
  transform: rotate(0);
}

.feature-spotlight-img {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.feature-spotlight-img.active {
  opacity: 1;
}

.platform_item-title {
  line-height: 1.2em;
}

.platform_item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-9 {
  line-height: 1.2em;
}

.platform_spotlight-title_mobile {
  width: 100%;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.platform_spotlight-title_mobile.ado-worker-strategy {
  width: 80%;
}

.text-block-29 {
  z-index: 10;
  max-width: 700px;
  margin-bottom: 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2em;
  position: relative;
}

.rich-text_paragraph-list-under {
  margin-bottom: 5px;
}

.image-41 {
  width: 100%;
}

.about-title-logo {
  width: 300px;
  margin-bottom: .5rem;
}

.about-title-text {
  margin-bottom: 2rem;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.about-statement-title {
  max-width: 800px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.about-statement-title.ver2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 16px;
}

.about-statement-title.press {
  max-width: 900px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.about-statement-title.ver3 {
  max-width: 900px;
  margin-bottom: 40px;
  font-size: 16px;
}

.about-statement-title.platform {
  max-width: 600px;
}

.about-statement-title.member-story {
  margin-bottom: 1rem;
}

.about-statement-text {
  width: 100%;
  max-width: 700px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.about-statement-text.ver2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 16px;
}

.about-statement-text.press {
  max-width: 900px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.about-statement-text.ver3 {
  max-width: 900px;
  margin-bottom: 40px;
  font-size: 16px;
}

.about-statement-text.platform {
  max-width: 600px;
}

.about-statement-wrapper {
  margin-bottom: 2rem;
}

.slider-3 {
  background-color: #ddd0;
}

.swiper-slide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.swiper-slide.about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.text-block-52 {
  max-width: 100%;
  margin-bottom: 1rem;
  font-family: Gilroy, Arial, sans-serif;
}

.text-block-52.extra-margin {
  margin-bottom: 2rem;
}

.text-block-53 {
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 400;
}

.small-rounded-button {
  background-color: var(--item-blue);
  color: var(--lighter-item-blue);
  border-radius: 40px;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
}

.small-rounded-button:hover {
  background-color: var(--hovering);
}

.small-rounded-button:active {
  background-color: var(--pressing);
}

.small-rounded-button._2-lines {
  align-items: stretch;
}

.small-rounded-button._2-lines.about {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  display: block;
}

.div-block-88 {
  flex: 0 auto;
  max-width: 350px;
}

.div-block-89 {
  background-color: #0b69950d;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 400px;
  padding: 2rem;
  display: flex;
  position: relative;
}

.div-block-90 {
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.text-block-54 {
  font-weight: 600;
  position: absolute;
  inset: 0 auto auto -10px;
}

.div-block-91 {
  position: relative;
}

.text-block-55 {
  font-weight: 700;
}

.text-block-56 {
  margin-bottom: 2rem;
  font-weight: 600;
}

.div-block-92 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: minmax(auto, 1fr) auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 140px;
  display: grid;
}

.image-42 {
  width: 100%;
}

.div-block-93 {
  background-color: var(--pure-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.text-block-58 {
  color: var(--dark-text-blue);
  text-align: center;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.memoriam-content {
  color: var(--dark-text-blue);
  text-align: left;
  max-width: 800px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.memoriam-subheader {
  color: var(--item-blue);
  max-width: 800px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.memoriam-subheader.ver2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: 16px;
}

.memoriam-subheader.press {
  max-width: 900px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.memoriam-subheader.ver3 {
  max-width: 900px;
  margin-bottom: 40px;
  font-size: 16px;
}

.memoriam-subheader.platform {
  max-width: 600px;
}

.memoriam-subheader.small {
  font-size: 20px;
}

.memoriam-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-43 {
  object-fit: contain;
  object-position: 50% 0%;
  flex: 1;
  max-width: 500px;
  margin-bottom: 20px;
}

.div-block-94 {
  max-width: 600px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #f7f7f7;
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .nav-menu {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .section.section-1.homepage-1 {
    flex-flow: column;
    min-height: 80vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.section-4-copy {
    margin-bottom: 100px;
  }

  .section.home-announcement {
    flex-flow: column-reverse;
  }

  .section.platform-section.spotlight {
    display: none;
  }

  .section.platform-section.spotlight-mobile {
    display: block;
  }

  .section.memoriam.homepage-1 {
    flex-flow: column;
    min-height: 80vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .standard-heading.ado {
    margin-bottom: 40px;
  }

  .heading-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-70-wrapper {
    width: 100%;
  }

  .logos-without-title.hp-logo {
    margin-top: 60px;
    margin-bottom: 220px;
  }

  .container {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .image-9 {
    max-width: none;
    height: 40px;
  }

  .list-item-2 {
    flex-direction: column;
  }

  .module-wic, .wic-modules {
    width: 100%;
  }

  .blog-item-wrapper.with-img.press-release.ado {
    flex: 0 auto;
    width: 100%;
  }

  .image-19.p1, .uc-modules-wrapper-factories {
    display: none;
  }

  .uc-modules-wrapper-factories.mobile {
    background-color: #095072;
    display: block;
    overflow: visible;
  }

  .uc-factory-point-wrapper.quality {
    align-items: center;
    width: auto;
    display: block;
    position: static;
  }

  .uc-factory-point-wrapper.warehousing {
    align-items: flex-start;
    width: auto;
    position: static;
  }

  .uc-factory-point-wrapper.production, .uc-factory-point-wrapper.maintenance, .uc-factory-point-wrapper.safety {
    width: auto;
    position: static;
  }

  .uc-factory-item-title.quality {
    padding-right: 0;
  }

  .uc-factory-item.quality {
    box-shadow: none;
    opacity: 1;
    border-style: none;
    width: auto;
    max-width: 100%;
    position: static;
  }

  .uc-factory-item.warehousing {
    opacity: 1;
    width: auto;
    position: static;
  }

  .uc-factory-item.production, .uc-factory-item.maintenance {
    opacity: 1;
    width: auto;
    margin-left: 0%;
    position: static;
  }

  .uc-factory-item.safety {
    opacity: 1;
    width: auto;
    margin-left: 0;
    position: static;
  }

  .uc-factory-point {
    align-items: flex-start;
    width: auto;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .uc-factory-point.end {
    margin-bottom: 20px;
  }

  .uc-factory-item-title-wrapper.quality, .uc-factory-item-title-wrapper.safety, .uc-factory-item-title-wrapper.warehousing, .uc-factory-item-title-wrapper.production, .uc-factory-item-title-wrapper.maintenance, .uc-factory-item-title-wrapper.maintenance, .uc-factory-item-title-wrapper.production, .uc-factory-item-title-wrapper.warehousing {
    position: static;
  }

  .image-22-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title {
    margin-bottom: 80px;
  }

  .cover-content-copy {
    justify-content: center;
  }

  .experience-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-29 {
    width: 50%;
  }

  .text-block-19 {
    line-height: 1.2em;
  }

  .div-block-30 {
    width: 50%;
  }

  .section-quote-copy {
    flex-flow: row;
    width: 88vw;
    max-width: 1392px;
    margin-top: -35vh;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-21-copy {
    text-align: center;
  }

  .div-block-32 {
    flex-flow: column-reverse;
  }

  .image-25 {
    display: none;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .lottie-animation-3 {
    margin-bottom: -10%;
  }

  .image-27 {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-40 {
    margin-bottom: 10px;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
  }

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-44 {
    margin-bottom: 100px;
    display: block;
  }

  .text-block-18-copy {
    font-size: 20px;
  }

  .div-block-52 {
    width: 100%;
  }

  .heading-3-copy {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-70-wrapper-copy {
    width: 100%;
  }

  .text-70-wrapper-copy.ado-blog {
    margin-bottom: 20px;
  }

  .div-block-53 {
    flex-flow: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-54 {
    width: 100%;
  }

  .heading-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-60, .div-block-61 {
    width: 100%;
  }

  .div-block-63 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .platform-featured-img {
    margin-top: 20px;
  }

  .heading-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .fu-content-right {
    display: none;
  }

  .fu-section.section-1.homepage-1 {
    flex-flow: column;
    min-height: 80vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fu-section.section-4-copy {
    margin-bottom: 100px;
  }

  .side-menu-right-wrapper {
    order: -1;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 60px;
    display: none;
  }

  .content-left.frost {
    max-width: 100%;
  }

  .content-right {
    display: block;
  }

  .flex-heading-horizontal {
    flex-flow: wrap;
  }

  .flex-heading-horizontal.frost {
    justify-content: center;
    padding-top: 160px;
  }

  .div-block-70 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .frost-headline {
    margin-bottom: 2rem;
  }

  .ado-slide {
    flex-flow: column;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }

  .slide-nav {
    margin-top: -10px;
  }

  .right-arrow, .left-arrow {
    height: auto;
  }

  .ado-slider-img-wrapper {
    max-width: none;
    margin-bottom: 20px;
  }

  .ado-framework-item, .text-70-wrapper-copy-copy, .code-embed-4 {
    width: 100%;
  }

  .ado-blog-wrapper {
    flex-flow: column;
  }

  .platform-featured-video {
    margin-top: 20px;
  }

  .platform_section-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.2em;
  }

  .platform-item {
    flex-flow: column;
    margin-bottom: 60px;
  }

  .div-block-84 {
    width: 100%;
  }

  .div-block-85 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .platform_feature-spotlight {
    background-color: #e7edf000;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 40px;
    overflow: visible;
  }

  .div-block-86 {
    width: 90%;
    height: auto;
    max-height: none;
    margin-top: 50px;
    margin-left: 0;
    overflow: hidden;
  }

  .div-block-87 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .feature_item {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 20px;
  }

  .feature_item.start {
    border-top-style: none;
    border-bottom-style: none;
  }

  .feature_item.mid {
    border-bottom-style: none;
    padding-left: 0;
  }

  .platform_spotlight-content {
    font-size: clamp(16px, 1.5vw, 20px);
  }

  .platform-item-connect-wrapper.desktop {
    display: none;
  }

  .platform-item-connect-wrapper.mobile {
    display: flex;
  }

  .arrow-toggle {
    display: none;
  }

  .paragraph-10 {
    margin-top: 20px;
  }

  .platform_spotlight-title_mobile {
    margin-bottom: 10px;
  }

  .platform_spotlight-content_mobile {
    font-size: 20px;
    line-height: 1.2em;
  }

  .image-40 {
    width: 100%;
  }

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

  .memoriam-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-43 {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .slogan.bold.title-2 {
    font-size: 28px;
  }

  .slogan.bold.slogan-3 {
    font-size: 32px;
  }

  .slogan.bold.title-3, .slogan.bold.title-2-copy {
    font-size: 28px;
  }

  .lottie-animation.digitize-animation {
    margin-left: -20px;
  }

  .features.half-half {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .digitize-animation-wrapper {
    flex-flow: column wrap;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .module-info-introduction {
    padding-left: 0;
    padding-right: 0;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-9 {
    margin-bottom: 40px;
  }

  .div-block-10 {
    width: 100%;
  }

  .module-intro-wrapper {
    margin-left: 0;
  }

  .deploy-item-content-wrapper.ver3 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .dp-graphics-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dp-graphics-wrapper.end {
    align-items: center;
  }

  .deploy-img.left {
    margin-bottom: 20px;
  }

  .div-block-15 {
    width: 100%;
  }

  .blog-item-wrapper.with-img.press-release.ado {
    height: auto;
    min-height: 250px;
  }

  .title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .experience-wrapper {
    flex-flow: row;
  }

  .section-quote-copy {
    width: 88vw;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .text-block-21 {
    font-size: 28px;
  }

  .text-block-21-copy {
    font-size: 24px;
  }

  .image-25 {
    margin-bottom: 60px;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .div-block-36 {
    font-size: 28px;
  }

  .text-block-18-copy {
    font-size: 20px;
  }

  .text-70-wrapper-copy {
    margin-bottom: 0;
  }

  .platform-module {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .fu-link {
    flex-flow: column;
  }

  .fu-link-img-wrapper {
    width: 100%;
  }

  .fu-link-text-wrapper {
    padding: 20px;
  }

  .flex-heading-horizontal {
    flex-flow: column;
  }

  .ado-slide {
    width: 100%;
    margin-bottom: 20px;
  }

  .ado-slide.single {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .slider-2 {
    display: none;
  }

  .ado-slider-img-wrapper {
    margin-bottom: 0;
  }

  .text-block-43 {
    margin-bottom: 20px;
  }

  .text-block-44 {
    margin-bottom: 0;
  }

  .ado-circle {
    min-height: auto;
  }

  .image-38 {
    display: none;
  }

  .image-39 {
    width: 100%;
    display: block;
  }

  .div-block-85 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-29 {
    font-size: 24px;
  }

  .swiper-slide.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .div-block-92 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  li {
    margin-bottom: 5px;
  }

  .navbar-no-shadow-container {
    width: 100vw;
    padding: 15px 6vw;
  }

  .navbar-wrapper {
    align-items: center;
  }

  .navbar-brand {
    z-index: 20;
    margin-top: -5px;
  }

  .navbar-brand.w--current {
    z-index: 20;
  }

  .nav-menu-wrapper {
    z-index: 10;
    background-color: #fff;
    width: 100vw;
    margin-top: 0;
    padding-top: 119px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    overflow: hidden;
  }

  .nav-menu {
    grid-column-gap: 0px;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-bottom: 20px;
  }

  .nav-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .nav-dropdown-toggle {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .nav-dropdown-toggle.w--open {
    flex-direction: row;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .nav-dropdown-icon {
    color: var(--item-blue);
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 0;
    position: static;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open, .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open:hover {
    background-color: #0000;
  }

  .nav-dropdown-link {
    color: var(--item-blue);
    text-align: center;
  }

  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.mobile {
    display: block;
  }

  .button-primary.desktop {
    display: none;
  }

  .menu-button, .menu-button.w--open {
    z-index: 20;
  }

  .body.page-uc {
    font-size: 16px;
    line-height: 20px;
  }

  .list-item {
    display: none;
  }

  .section.section-1 {
    height: auto;
    margin-top: 89px;
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .section.section-1.homepage-1 {
    min-height: 100vh;
    margin-bottom: 0;
  }

  .section.section-2, .section.section-2.uc-page {
    margin-bottom: 100px;
  }

  .section.section-4 {
    margin-top: 60px;
  }

  .section.section-3 {
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.section-3.img-section-no-up-border {
    margin-bottom: 60px;
  }

  .section.section-8, .section.section-11 {
    margin-bottom: 100px;
  }

  .section.about-imgs {
    margin-bottom: 140px;
  }

  .section.uc-feature-section.end, .section.section-experience, .section.section-experience.uc-page {
    margin-bottom: 100px;
  }

  .section.homepage-chart {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section.section-4, .section.section-4.uc-page {
    margin-bottom: 100px;
  }

  .section.section-4-copy {
    margin-top: 60px;
  }

  .section.home-announcement {
    padding: 0;
  }

  .section.memoriam {
    height: auto;
    margin-top: 89px;
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .section.memoriam.homepage-1 {
    min-height: 100vh;
    margin-bottom: 0;
  }

  .slogan, .slogan.bold.slogan-2 {
    font-size: 32px;
  }

  .slogan.bold.title-2 {
    margin-bottom: 60px;
    font-size: 28px;
  }

  .slogan.bold.slogan-3 {
    font-size: 32px;
  }

  .slogan.bold.title-3 {
    margin-bottom: 60px;
    font-size: 24px;
  }

  .slogan.bold.title-2-copy {
    font-size: 28px;
  }

  .bold.left-5 {
    line-height: 1.2em;
  }

  .intro-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .intro-content {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .lottie-animation.digitize-animation {
    margin-left: 0;
  }

  .section-quote {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .block-quote {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-wrapper {
    max-width: 88vw;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-credit {
    width: 100%;
    max-width: 300px;
  }

  .content-wrapper.platform-page-1 {
    width: 100%;
    margin-bottom: 60px;
  }

  .content-wrapper._60-width, .content-wrapper._80-width {
    width: 100%;
  }

  .content-wrapper.uc-image-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3, .text-content._60-wide.text-utilize-high-value, .image-with-shadow, .image-with-shadow._20-left-80 {
    width: 100%;
  }

  .image-with-shadow.about-img1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-with-shadow.about-img2 {
    margin-left: 0%;
  }

  .features.half-half {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .feature-item.left, .feature-item.left.platform-page, .feature-item.right {
    width: 100%;
  }

  .line {
    display: none;
  }

  .line.modules {
    border-color: #e7f0f4;
    display: block;
  }

  .footer-wrapper {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-right {
    flex-flow: column wrap;
    align-items: flex-start;
    display: flex;
  }

  .footer-intro {
    margin-bottom: 80px;
  }

  .footer-right-section {
    flex: 0 50%;
  }

  .footer-right-section.end {
    flex-basis: 100%;
    margin-top: 0;
  }

  .footer-right-section.company-name {
    display: none;
  }

  .footer-info, .footer-info:hover, .footer-info:active, .footer-info:focus {
    color: #fff;
    text-decoration: none;
  }

  .footer-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .footer-left-menu-section {
    flex: 0 50%;
    width: auto;
  }

  .body-2 {
    font-size: 16px;
  }

  .standard-heading {
    margin-top: 79px;
    padding-top: 60px;
    top: 89px;
  }

  .standard-heading.uc-page {
    padding-top: 40px;
  }

  .headline {
    width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .headline.light.use-cases {
    font-size: 24px;
    line-height: 43px;
  }

  .sub-headline {
    font-size: 16px;
  }

  .sub-headline.platform-2 {
    line-height: 1.2em;
  }

  .section-7 {
    overflow: hidden;
  }

  .digitize-animation {
    max-width: 100%;
  }

  .digitize-animation-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .digitize-animation-wrapper.about-page {
    margin-top: -40px;
  }

  .digitize-text-wrapper.digitize-text-wrapper1 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .digitize-text-wrapper.digitize-text-wrapper1.about-page {
    align-items: flex-start;
    padding-left: 25px;
  }

  .digitize-title {
    font-size: 24px;
  }

  .digitize-title.digitize-title-2.stage-4 {
    left: 0;
  }

  .digitize-paragraph {
    width: 100%;
  }

  .digitize-title-wrapper {
    flex-direction: column;
    width: 280px;
    max-width: 100%;
  }

  .digitize-title-2-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .digitize-paragraph-wrapper {
    width: 100%;
    max-width: 300px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .div-block-5 {
    width: auto;
  }

  .text-block-3 {
    font-size: 8px;
  }

  .section-wic-top {
    width: 100%;
  }

  .section-wic-bot {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .module-info-title-wrapper {
    width: 80%;
  }

  .module-info-title {
    font-size: 18px;
  }

  .module-info-icon {
    flex: none;
    width: 60px;
    margin-right: 0;
  }

  .module-icon {
    margin-left: -5px;
    margin-right: auto;
  }

  .module-info-introduction {
    max-width: none;
  }

  .statement {
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .text-70-wrapper, .text-block-7 {
    width: 100%;
  }

  .large-rounded-button {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .large-rounded-button._2-lines {
    flex-direction: column;
    align-items: center;
  }

  .large-rounded-button.bigger-text {
    line-height: 1.2em;
  }

  .platform-feature-title {
    margin-bottom: 0;
    font-size: 24px;
  }

  .logos-without-title {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .container {
    width: 500%;
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    width: 100vw;
  }

  .div-block-9 {
    width: 100%;
  }

  .button-text._2-lines {
    max-width: 200px;
    line-height: 1.2em;
  }

  .footer-bg-pattern {
    width: 100%;
    height: auto;
    top: 30%;
    right: auto;
  }

  .div-block-11 {
    width: 100%;
  }

  .list-item-2 {
    flex-direction: column;
    align-items: center;
    width: 88vw;
    margin-bottom: 20px;
  }

  .list-item-2.dropdown {
    display: none;
  }

  .text-block-9 {
    color: var(--item-blue);
    margin-right: 0;
    text-decoration: none;
  }

  .text-block-9:hover, .text-block-9:active, .link-dropdown {
    color: var(--item-blue);
    text-decoration: none;
  }

  .link-dropdown:active {
    color: var(--pressing);
  }

  .module-wic {
    width: 100%;
  }

  .statement-2 {
    width: 100%;
    font-size: 20px;
  }

  .module-info-button {
    margin-right: 0;
  }

  .module-line-1 {
    flex-flow: row;
  }

  .wic-modules {
    width: 100%;
  }

  .module-intro-wrapper, .module-intro-wrapper._1 {
    margin-left: 0;
  }

  .module-title-wrapper {
    align-items: center;
    display: flex;
  }

  .digitize-arrow {
    justify-content: center;
    align-items: center;
    width: 280px;
    max-width: 100%;
    display: flex;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .about-intro {
    width: 100%;
  }

  .deploy-item-title {
    font-size: 24px;
  }

  .deploy-item-content-wrapper {
    grid-row-gap: 20px;
  }

  .deploy-item-content-wrapper.ver2 {
    margin-bottom: 40px;
  }

  .deploy-item-content-wrapper.ver3 {
    flex-direction: column;
    width: 100%;
  }

  .dp-graphics-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .deploy-img {
    max-width: none;
    margin-bottom: 20px;
  }

  .dp-graphics-text-wrapper {
    max-width: none;
  }

  .deploy-end-wrapper {
    margin-top: 140px;
  }

  .wic-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .contact-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .resources-contents {
    margin-bottom: 40px;
  }

  .blog-item-wrapper.no-img, .blog-item-wrapper.with-img {
    width: 100%;
    height: auto;
  }

  .blog-item-wrapper.with-img.press-release.ado {
    min-height: 250px;
  }

  .collection-item {
    width: 100%;
    height: 100%;
  }

  .collection-list {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .sq-button.up {
    flex: 1;
  }

  .square-lg-button-wrapper.no-img, .square-lg-button-wrapper.with-img {
    width: 100%;
    height: auto;
  }

  .resources-item-title.press.press-note {
    margin-bottom: 40px;
  }

  .resources-doc-wrapper {
    width: 100%;
  }

  .resources-doc-wrapper.no-img, .resources-doc-wrapper.with-img {
    width: 100%;
    height: auto;
  }

  .collection-list-wrapper {
    margin-bottom: 40px;
  }

  .resources-video-wrapper {
    width: 100%;
  }

  .resources-video-wrapper.no-img, .resources-video-wrapper.with-img {
    width: 100%;
    height: auto;
  }

  .headline-emphasize {
    font-size: 36px;
  }

  ._3-column {
    grid-column-gap: 0%;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  ._2-columm {
    flex-direction: column;
  }

  ._2-columm.align-mid {
    align-items: flex-start;
  }

  .uc-intro-left {
    max-width: none;
    margin-bottom: 60px;
  }

  .uc-intro-right {
    max-width: none;
  }

  .uc-intro-right.ver3 {
    flex: 0 auto;
  }

  .uc-intro-text, .uc-intro-text.extra-bold.ver2 {
    font-size: 24px;
  }

  .uc-modules-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 20px;
    transition: all .2s;
  }

  .uc-modules-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    min-height: 450px;
  }

  .uc-modules-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    overflow: scroll;
  }

  .uc-module-text-wrapper {
    align-items: flex-start;
    min-height: auto;
  }

  .div-block-19, .uc-feature-title, .uc-feature {
    width: 100%;
  }

  .image-19.p1 {
    display: none;
  }

  .div-block-20 {
    width: 100%;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .uc-modules-wrapper-factories {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 20px;
    transition: all .2s;
  }

  .uc-modules-wrapper-factories.mobile {
    padding: 0;
  }

  .uc-factory-item.quality {
    width: 100%;
  }

  .job-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-25 {
    max-width: 100%;
  }

  .title, .title.bold.slogan-2 {
    font-size: 32px;
  }

  .cover-content-copy {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
  }

  .experience-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-29, .div-block-30 {
    width: 100%;
  }

  .section-quote-copy {
    flex-direction: column;
    height: auto;
    margin-top: -35vh;
    margin-bottom: 220px;
    padding-right: 0;
  }

  .text-block-21 {
    width: 100%;
    font-size: 28px;
  }

  .text-block-21-copy {
    font-size: 24px;
  }

  .div-block-32 {
    flex-flow: column-reverse;
  }

  .div-block-33 {
    width: 100%;
  }

  .image-25 {
    margin-top: 0;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .lottie-animation-3 {
    width: 100%;
  }

  .div-block-36 {
    font-size: 28px;
  }

  .div-block-40 {
    width: 100%;
  }

  .div-block-41 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    display: flex;
  }

  .div-block-51 {
    height: 400px;
  }

  .text-block-27 {
    width: 100%;
  }

  .heading-3-copy {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .text-70-wrapper-copy {
    width: 100%;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .heading-5.memorial {
    font-size: 24px;
  }

  .text-block-28 {
    width: 100%;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .div-block-67 {
    height: 40px;
  }

  .fu-headline {
    width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .fu-headline.light.use-cases {
    font-size: 24px;
    line-height: 43px;
  }

  .fu-point-of-contact {
    font-size: 16px;
  }

  .fu-heading {
    margin-top: 79px;
    padding-top: 60px;
    top: 89px;
  }

  .fu-heading.uc-page {
    padding-top: 40px;
  }

  .fu-section-title {
    font-size: 24px;
    line-height: 1.2em;
  }

  .fu-content-left {
    width: 100%;
  }

  .fu-section.section-1 {
    height: auto;
    margin-top: 89px;
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .fu-section.section-1.homepage-1 {
    min-height: 100vh;
    margin-bottom: 0;
  }

  .fu-section.section-2, .fu-section.section-2.uc-page {
    margin-bottom: 100px;
  }

  .fu-section.section-4 {
    margin-top: 60px;
  }

  .fu-section.section-3 {
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fu-section.section-3.img-section-no-up-border {
    margin-bottom: 60px;
  }

  .fu-section.section-8, .fu-section.section-11 {
    margin-bottom: 100px;
  }

  .fu-section.about-imgs {
    margin-bottom: 140px;
  }

  .fu-section.uc-feature-section.end, .fu-section.section-experience, .fu-section.section-experience.uc-page {
    margin-bottom: 100px;
  }

  .fu-section.homepage-chart {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .fu-section.section-4, .fu-section.section-4.uc-page {
    margin-bottom: 100px;
  }

  .fu-section.section-4-copy {
    margin-top: 60px;
  }

  .side-menu-right-wrapper {
    display: none;
    position: static;
  }

  .fu-block-quote {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .fu-quote-credit {
    width: 100%;
    max-width: 300px;
  }

  .fu-quote {
    max-width: 88vw;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .fu-button {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .fu-button._2-lines {
    flex-direction: column;
    align-items: center;
  }

  .fu-button.bigger-text {
    line-height: 1.2em;
  }

  .rounded-button {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .rounded-button._2-lines {
    flex-direction: column;
    align-items: center;
  }

  .rounded-button.bigger-text {
    line-height: 1.2em;
  }

  .training-section.end {
    margin-bottom: 60px;
  }

  .content-left {
    width: 100%;
  }

  .content-right {
    display: block;
  }

  .flex-heading-horizontal {
    flex-flow: column;
    margin-top: 79px;
    padding-top: 60px;
    top: 89px;
  }

  .flex-heading-horizontal.uc-page {
    padding-top: 40px;
  }

  .flex-heading-horizontal.frost {
    padding-top: 80px;
  }

  .frost-section-title {
    text-align: center;
    font-size: 24px;
    line-height: 1.2em;
  }

  .frost-section-img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .frost-headline {
    width: 100%;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .frost-headline.light.use-cases {
    font-size: 24px;
    line-height: 43px;
  }

  .ado-slide {
    flex-flow: column;
  }

  .right-arrow, .left-arrow {
    height: auto;
  }

  .text-block-47 {
    font-size: 28px;
  }

  .ado-framework-item, .text-70-wrapper-copy-copy {
    width: 100%;
  }

  .platform_section-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .arrow-toggle {
    height: 40px;
  }

  .text-block-29 {
    font-size: 24px;
  }

  .about-statement-title {
    margin-bottom: .5rem;
    font-size: 20px;
  }

  .about-statement-text {
    font-size: 16px;
    line-height: 1.2em;
  }

  .swiper-slide.about {
    height: 90vh;
    padding-left: 60px;
    padding-right: 60px;
  }

  .small-rounded-button {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .small-rounded-button._2-lines {
    flex-direction: column;
    align-items: center;
  }

  .small-rounded-button.bigger-text {
    line-height: 1.2em;
  }

  .div-block-89 {
    min-height: auto;
  }

  .text-block-54, .text-block-55 {
    font-size: 16px;
  }

  .text-block-56 {
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .text-block-57 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .div-block-93 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-block-58 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .memoriam-content {
    margin-top: 40px;
  }

  .memoriam-subheader {
    font-size: 16px;
  }

  .memoriam-subheader.platform-2 {
    line-height: 1.2em;
  }

  .memoriam-subheader.small {
    font-size: 18px;
  }

  .memoriam-container {
    display: block;
  }

  .image-43 {
    width: 100%;
  }

  .text-block-59, .text-block-60 {
    text-align: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-b.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-m.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-sb.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-ri.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-mi.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-eb.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-l.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-bi.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}