:root {
  --blue-primary: #0866ff;
  --gray-stroke: #0000001a;
  --white: #fff;
  --black: #0c0020;
  --blue-secondary: #0866ff1f;
  --black-light: #0c002099;
  --gray-bg: #f7f7f7;
  --dark-blue: #001c48;
  --display-font: Plusjakartasans, Arial, sans-serif;
  --paragraph: Plusjakartasans, Arial, sans-serif;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-right-content {
  align-items: center;
  display: flex;
}

.dropdown-arrow {
  margin-left: 5px;
}

.dropdown {
  background-color: #fff;
  border: 1px solid #1113;
  border-radius: 7px;
  min-width: 242px;
  padding: 7px;
  display: none;
}

.dropdown:lang(ar) {
  display: block;
}

.navbar-left-content {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--blue-primary);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(255deg, #001c48, #012d71 67%, #023483 85%, #033e9b);
  border-radius: 8px;
  padding: 14px 21px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: inset 4px 4px 12px #00000080;
}

.button:hover {
  background-image: linear-gradient(255deg, #001c48b3, #012d71b3 67%, #023483 85%, #033e9bb3);
  box-shadow: inset 0 0 0 200px #0000001a;
}

.button.small {
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button.small.nav-button {
  background-color: #3f88ff;
  border-radius: 6px;
  font-family: Plusjakartasans, Arial, sans-serif;
  text-decoration: none;
}

.button.secondary-button {
  border-color: var(--gray-stroke);
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
  background-image: none;
  font-weight: 400;
}

.button.secondary-button.small {
  background-color: var(--blue-secondary);
  color: var(--white);
}

.button.bg-white {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
}

.button.case-study-button {
  color: var(--white);
  background-color: #eaeaea;
  margin-top: 21px;
}

.button.case-study-button:lang(ar) {
  text-align: right;
}

.button.bg-primary-1 {
  background-color: var(--blue-primary);
  box-shadow: none;
  background-image: none;
  border-radius: 6px;
  font-family: Plusjakartasans, Arial, sans-serif;
  text-decoration: none;
  transition-property: none;
}

.button.cookie-button {
  padding: 10px;
  font-weight: 400;
}

.button.cookie-button.decline-button {
  color: var(--black-light);
  text-align: center;
  background-color: #ebebeb;
  font-weight: 400;
}

.button.cookie-button.gray-button {
  border: 1px solid var(--gray-stroke);
  background-color: var(--gray-bg);
  box-shadow: none;
  color: #000;
  border: 1px solid var(--gray-stroke);
  background-image: none;
  background-color: var(--gray-bg);
  box-shadow: none;
  background-image: none;
}

.button.dark-button {
  background-image: linear-gradient(255deg, #001c48, #012d71 67%, #023483 85%, #033e9b);
  border-radius: 8px;
  font-weight: 500;
  box-shadow: inset 4px 4px 11px #0006;
}

.button.dark-button:hover {
  background-image: linear-gradient(255deg, #001c48b3, #012d71b3 67%, #023483b3 85%, #033e9bb3);
  box-shadow: inset 4px 4px 12px #00000080;
}

.button.dark-button.small {
  background-image: linear-gradient(255deg, #001c48, #012d71 67%, #023483 85%, #033e9b);
  padding-left: 17px;
  padding-right: 17px;
  font-size: 14px;
}

.button.dark-button.navbar-button {
  padding: 10px 17px;
}

.button.email-popup-button {
  vertical-align: baseline;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.dropdown-wrapper.language.hide, .dropdown-wrapper.language.right {
  display: none;
}

.dropdown-wrapper {
  display: inline-block;
}

.dropdown-wrapper.language.hide, .dropdown-wrapper.language.right, .dropdown-wrapper.language.hide, .dropdown-wrapper.language.right, .dropdown-wrapper.language.right {
  display: none;
}

.main-container {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.main-container.esg-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container.relative-container {
  position: relative;
}

.navbar {
  background-color: #0000;
}

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

.dropdown-link {
  color: var(--black);
  background-color: #d2f1e400;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-link:hover {
  background-color: var(--blue-secondary);
}

.dropdown-link.hide {
  display: none;
}

.nav-dropdown-toggle {
  align-items: center;
  padding: 0;
  font-weight: 700;
  display: flex;
}

.nav-dropdown-toggle.hide {
  display: none;
}

.dropdown-screen {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  display: flex;
}

.brand {
  margin-right: 21px;
}

.navbar-wrapper {
  z-index: 10;
  background-color: #ffffffe6;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-wrapper.bg-nav-blue {
  background-color: #0866ff;
}

.navbar-wrapper.white-navbar-with-opacity {
  background-color: #ffffffe6;
  position: sticky;
}

.text-block {
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-block.text-white {
  font-weight: 300;
}

.text-block-3 {
  color: #0866ff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-3.text-white {
  line-height: 24px;
}

.small-text {
  color: var(--black-light);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.small-text.action-row-text {
  margin-top: 14px;
}

.small-text.benefit-text {
  color: var(--white);
}

.small-text.team-designation {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.small-text.text-white.justify-content-center {
  font-size: 18px;
  font-weight: 400;
}

.section.hero.case-study-hero.no-vh-height, .section.hero.case-study-hero.no-bottom-padding {
  height: auto;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.blue-bg {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/6742dd3d565291b5d6eccaca_Hero%20BG.png");
  background-position: 50% 0;
  background-size: 1446px;
}

.section.bg-primary-1 {
  color: #fffc;
}

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

.section.section-with-bg {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/6744407546cffd7c19ee4579_BG%20(2).png");
  background-position: 0 0;
  background-size: 1800px;
}

.section.reduced-top-padding {
  padding-top: 56px;
}

.section.reduced-top-padding.reduced-bottom-padding {
  padding-bottom: 56px;
}

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

.section.no-bottom-padding.section-blue-gradient-bg {
  background-image: linear-gradient(#fff, #e7f0ff 74%, #fff);
}

.section.reduced-padding {
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.section.reduced-padding.no-top-padding {
  padding-top: 0;
}

.section.bg-hero-blue {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/678a41fd52edd795de9434e1_Line%20(1).png"), linear-gradient(#0866ff, #83b2ff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.bg-hero-blue.no-bottom-padding.hero {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/678a41fd52edd795de9434e1_Line%20(1).png"), linear-gradient(#0866ff, #68a1ff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.bg-hero-blue.industries-hero {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/67a328d5dabb037e8c8550c3_Line%20(1).svg"), linear-gradient(#0866ff, #4a8efd);
  background-position: 0 0, 0 0;
}

.section.hide {
  display: none;
}

.section.updated-hero {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/67ae083f5b3a799b53b51a8e_line%20bg.png");
  background-position: 0 0;
  background-size: 1384px;
}

.section.updated-hero.no-padding.added-side-padding {
  background-image: none;
  padding-left: 28px;
  padding-right: 28px;
}

.section.bg-lines {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/67f4d694c531f01ccb98e7aa_Line%20(2).svg");
  background-position: 0 0;
  background-size: auto;
}

.section.hero.case-study-hero.no-vh-height, .section.hero.case-study-hero.no-bottom-padding {
  height: auto;
}

.section.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section.bg-dark-blue {
  background-color: var(--dark-blue);
  color: var(--white);
}

.section.bg-dark-blue.bg-dark-blue-with-lines {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/674495431258d10d161d384e_Line.svg");
  background-position: 0 0;
  background-size: contain;
}

.section.bg-dark-blue.reudced-bottom-padding {
  padding-bottom: 56px;
}

.section.bg-dark-blue.cta {
  color: var(--white);
  font-weight: 300;
}

.section.bg-gray {
  background-color: var(--gray-bg);
}

.section.bg-gray.extra-top-margin {
  margin-top: 56px;
}

.section.bg-gray.comparison-section-mob {
  display: none;
}

.section.bg-gray.certification-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.hero {
  background-image: radial-gradient(circle closest-corner at 0 28%, #0866ff40, #fff);
  padding-top: 56px;
  padding-bottom: 112px;
}

.section.hero.case-study-hero {
  background-image: radial-gradient(circle closest-corner at 50% 0, #0866ff40, #fff 71%);
  padding-top: 112px;
}

.section.hero.case-study-hero.no-vh-height, .section.hero.case-study-hero.no-bottom-padding {
  height: auto;
}

.section.hero.case-study-hero.blog-hero {
  background-image: radial-gradient(circle closest-corner at 50% 0, #0866ff40, #fff 43%);
}

.section.hero.case-study-hero.blog-hero.no-bottom-padding {
  padding-bottom: 0;
}

.section.hero.case-study-hero.podcast-hero {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/68dfa22a1ccc5d234682a8c7_BG%20Waves.png"), radial-gradient(circle closest-corner at 50% 0, #0866ff40, #fff 71%);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.action-row {
  margin-top: 28px;
}

.action-row.multiple-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.justify-content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: relative;
}

.paragraph {
  font-family: var(--paragraph);
  color: var(--black);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.text-white.freight-para {
  width: 536px;
}

.paragraph.esg-para {
  margin-bottom: 36px;
}

.paragraph.esg-para.hide {
  display: none;
}

.paragraph.email-popup-para {
  text-align: center;
  text-align: center;
}

.body {
  color: var(--black);
  font-family: Plusjakartasans, Arial, sans-serif;
}

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

.width-792px.freight-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.width-792px.justify-content-center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.feature-box-grid.product-feature._4-column-grid, .feature-box-grid.product-feature._4-column-grid.esg-gov-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-box-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.feature-box-grid.home-feature-box {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-box-grid.home-feature-box._30px-top-padding {
  padding-top: 30px;
}

.feature-box-grid.product-feature._4-column-grid, .feature-box-grid.product-feature._4-column-grid.esg-gov-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-box-grid.how-it-works-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-box-grid.how-it-works-grid.freight-how-it-works {
  grid-template-columns: 1fr 1fr;
}

.feature-box-grid.product-feature.benefit-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-box-grid.product-feature._4-column-grid, .feature-box-grid.product-feature._4-column-grid.esg-gov-grid, .feature-box-grid.product-feature.benefit-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-box-grid.product-feature.benefit-grid._3-column-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-box {
  border: 1px solid var(--gray-stroke);
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.feature-box.gov-card {
  border-style: none;
  justify-content: space-between;
  padding: 20px;
}

.feature-box.bg-white {
  background-color: #fff;
}

.feature-box.space-between {
  justify-content: space-between;
  align-items: center;
}

.feature-box.bg-gray {
  background-color: var(--gray-bg);
  border-style: none;
}

.feature-box.anomaly-benefit-box {
  border-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-box.anomaly-benefit-box.no-top-padding {
  padding-top: 0;
}

.feature-box.bg-light-blue {
  background-color: #ffffff14;
}

.feature-box.benefit-box {
  justify-content: flex-start;
  align-items: center;
}

.in-flow-icon {
  margin-bottom: 12px;
}

.in-flow-icon.image-center {
  margin-left: auto;
  margin-right: auto;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  place-items: stretch stretch;
}

.grid-halves.esg-features-grid {
  align-items: center;
}

.grid-halves.blog-hero-grid {
  justify-items: end;
}

.ui-snippet-box {
  background-color: #e0edff;
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/6742e66875a2cbe7877f13b7_UI%201.png");
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 580px;
  padding: 28px;
  display: flex;
}

.ui-snippet-box.ui-bg-2 {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/6742e74a5c5ccf9560513528_UI%202.png");
  background-position: 50% 0;
  background-size: 580px;
}

.ui-snippet-box.ui-bg-2.bottom-alighned {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
}

.ui-snippet-box.ui-bg-3 {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/6742e97d25012b92fc000084_UI%203.png");
}

.ui-snippet-box.section-snippet-box {
  background-color: var(--white);
  background-image: none;
  min-height: 350px;
  padding: 0 28px 0 0;
}

.ui-snippet-box.ui-bg-4 {
  background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/67ac10f51283af59e43232b5_Brutalist%20Shape%20115.png");
  background-size: 580px;
}

.ui-snippet-box.no-bg {
  background-color: #fff0;
  background-image: none;
  position: sticky;
  top: 56px;
}

.ui-snippet-box.no-bg.no-padding {
  min-height: 440px;
  padding: 0;
  top: 112px;
}

.ui-snippet-box.no-bg.no-padding.video-test {
  min-height: 0;
}

.ui-snippet-container {
  width: 100%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 580px;
}

.container.portrait-image-container {
  max-width: 480px;
}

.container.bottom-padding {
  padding-bottom: 112px;
}

.container.extended-width {
  max-width: 800px;
}

.container.reduced-width {
  max-width: 474px;
}

.heading-3 {
  color: var(--black);
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.heading-3.hide {
  display: none;
}

.heading-3.no-top-margin {
  margin-top: 10px;
}

.large-heading-2 {
  color: #111;
  letter-spacing: -.01em;
  margin-bottom: 21px;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.large-heading-2.text-white {
  color: var(--white);
  font-size: 40px;
  font-weight: 300;
  line-height: 54px;
}

.metric-grid-halves {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.bordered-metric {
  border-left: 1px solid var(--white);
  padding-left: 28px;
}

.bordered-metric.gray-stroke {
  border-left-color: var(--gray-stroke);
}

.padded-metric {
  padding-top: 14px;
  padding-bottom: 14px;
}

.metric-heading {
  margin-bottom: 7px;
  font-size: 28px;
  line-height: 34px;
}

.text-white {
  color: #fff;
}

.image-wrapper.align-center.tms-image, .image-wrapper.align-center.product-image-wrapper {
  position: static;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.align-center.tms-image, .image-wrapper.align-center.product-image-wrapper {
  position: static;
}

.image-wrapper.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper.align-center.tms-image, .image-wrapper.align-center.product-image-wrapper {
  position: static;
}

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

.checklist.below-text {
  margin-top: 20px;
}

.checklist-item {
  align-items: center;
  display: flex;
}

.checklist-item.top-align-content {
  justify-content: flex-start;
  align-items: flex-start;
}

.checklist-item-text.text-left-align.text-white.no-left-margin, .checklist-item-text.text-left-align.no-left-margin {
  margin-left: 0;
}

.checklist-item-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.checklist-item-text.text-left-align.text-white.no-left-margin, .checklist-item-text.text-left-align.no-left-margin {
  margin-left: 0;
}

.checklist-item-text.no-side-margin {
  margin-left: 0;
}

.checklist-item-text.light-black-text {
  color: var(--black-light);
}

.checklist-item-text.light-black-text.with-without-us-text {
  font-size: 16px;
}

.checklist-item-text.with-without-us-text {
  font-size: 16px;
  line-height: 26px;
}

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

.checklist-item-text.text-left-align.text-white {
  color: var(--white);
}

.checklist-item-text.text-left-align.text-white.no-left-margin, .checklist-item-text.text-left-align.no-left-margin {
  margin-left: 0;
}

.checklist-item-text.text-left-align.no-left-margin {
  margin-left: 0;
}

.checklist-item-text.text-left-align.no-left-margin.text-white:lang(ar) {
  text-align: right;
  text-align: right;
}

.check:lang(ar) {
  padding-left: 12px;
}

.testimonial-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.testimonial-text:lang(ar) {
  color: var(--black);
  text-align: right;
}

.testimonial-text.justify-content-left {
  text-align: left;
}

.fine-print-text {
  font-size: 14px;
  line-height: 20px;
}

.fine-print-text.text-bold.justify-content-left {
  text-align: left;
}

.footer-heading {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

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

.fine-print-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.fine-print-link.footer-link {
  opacity: .5;
  color: var(--black-light);
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
  transition: opacity .2s;
}

.fine-print-link.footer-link:hover {
  opacity: 1;
  color: var(--black);
}

.vertical-links {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  text-decoration: none;
  display: grid;
}

.footer-small-links {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-small-links.fine-print-text {
  margin-left: -7px;
  margin-right: -7px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 54px;
}

.footer-grid {
  grid-column-gap: 56px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.slide-nav {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.justify-content-left {
  justify-content: flex-start;
  display: flex;
}

.quote-author-row {
  align-items: center;
  display: flex;
}

.quote-author-row.industries-cta-quote {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.quote-author-row.below-text {
  margin-top: 35px;
}

.quote-author-row.below-text:lang(ar) {
  justify-content: flex-end;
  align-items: center;
}

.quote-author-position {
  border-left: 2px solid #1113;
  margin-left: 14px;
  padding-left: 14px;
}

.quote-author-position.border-white {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-right-color: #000;
}

.quote-author-position.border-white:lang(ar) {
  border-left-width: 1px;
  border-right-width: 0;
  margin-right: 14px;
  padding-right: 14px;
}

.quote-author-position.border-white.no-padding {
  margin-left: 0;
  padding-left: 0;
}

.quote-author-position.border-white.no-padding:lang(ar) {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.no-top-margin {
  margin-top: 0;
}

.justify-content-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 7px;
  grid-template-rows: auto;
  place-items: center;
  padding: 0 56px 84px;
}

.small-text-9 {
  font-size: 16px;
  line-height: 24px;
}

.customer-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.slide-1 {
  background-color: var(--white);
}

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

.small-text-10 {
  font-size: 16px;
  line-height: 24px;
}

.small-text-10.cin {
  color: var(--black-light);
  padding-top: 5px;
  font-size: 15px;
}

.small-text-10.footer-link {
  opacity: .75;
  color: var(--black);
  font-weight: 300;
  transition: opacity .2s;
}

.small-text-10.footer-link:hover {
  opacity: 1;
}

.small-text-10.footer-link.hide {
  display: none;
}

.footer-link {
  color: #333;
  text-decoration: none;
}

.hero-image {
  border-radius: 10px;
  max-width: 90%;
}

.text-span-4, .text-span-5 {
  font-weight: 600;
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.carousel.pharma-logos {
  justify-content: center;
  align-items: center;
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  list-style-type: none;
  display: flex;
  overflow: visible;
}

.logo-carousel.no-right-padding {
  padding-right: 0;
}

.logo-carousel.center-align {
  justify-content: center;
  align-items: center;
}

.logo-carousel.no-side-padding {
  padding-right: 0;
  position: relative;
}

.logo-image.star {
  max-width: 80%;
}

.logo-image.landmark {
  max-width: 96%;
}

.logo-image.pharma-bio {
  max-width: 80%;
}

.logo-image.pharma-alkem {
  max-width: 89%;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.carousel-component {
  padding-top: 10px;
  padding-bottom: 10px;
}

.carousel-component.hero-logo-carousel {
  padding-top: 56px;
  padding-bottom: 56px;
}

.logo-carousel-item {
  flex: none;
  align-self: center;
  padding: 1rem;
}

.logo-carousel-item.no-right-padding {
  padding-right: 0;
}

.logo-carousel-item.no-left-padding {
  padding-left: 0;
}

.logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  transform: perspective(1px);
}

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

.home-feature-image {
  border-radius: 8px;
  max-width: 85%;
}

.home-feature-image.esg-image {
  width: 450px;
  height: 450px;
}

.text-block-7, .text-block-8 {
  font-weight: 300;
}

.heading-13 {
  font-size: 24px;
}

.cookie-wrapper {
  z-index: 999;
  background-color: #fff;
  border: 0 solid #0003;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 20px;
  display: flex;
  position: sticky;
  inset: auto auto 0% 0%;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.contained-grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.contained-grid-halves.withus-without-us-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow-testimonial {
  width: 40px;
  height: 40px;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-testimonial {
  width: 40px;
  height: 40px;
}

.updated-hero-heading {
  margin-bottom: 24px;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.hero-sub-heading-updated {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.hero-sub-heading-updated.text-center {
  font-weight: 400;
}

.blue-text-gradient {
  color: #0c0020;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #0043ab, #001d4b 52%, #0043ab);
  -webkit-background-clip: text;
  background-clip: text;
}

.primary-button-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.section-heading-updated {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-heading-updated.justify-content-left.text-left-align {
  text-align: left;
}

.section-heading-updated.justify-content-left.text-left-align.white-blue-gradient {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(62deg, #fff 7%, #4c90ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.with-without-us-image {
  position: sticky;
  top: 112px;
}

.with-without-us-image.hide {
  display: none;
}

.with-without-us-image.hide:lang(ar) {
  display: block;
}

.section-helper-text {
  margin-top: 21px;
  font-size: 18px;
  line-height: 28px;
}

.section-helper-text.light-black-text {
  color: var(--black-light);
  font-weight: 500;
}

.before-after-image-wrapper:lang(ar) {
  display: none;
}

.image-35 {
  position: relative;
  bottom: -15px;
  right: 110px;
  transform: rotate(-3deg);
}

.image-36 {
  position: relative;
  right: -160px;
  transform: rotate(4deg);
}

.image-37 {
  z-index: 1;
  position: relative;
  top: -91px;
  transform: rotate(-3deg);
}

.image-38 {
  z-index: 2;
  position: relative;
  top: -105px;
  left: 53px;
  transform: rotate(8deg);
}

.image-39 {
  display: none;
}

.tms-snippet {
  position: absolute;
  bottom: 15px;
  right: 55px;
}

.tms-snippet.enterprise-hero-snippet {
  right: 43px;
}

.testimonial-video {
  border-radius: 10px;
}

.video-testimonial-wrapper:hover {
  background-color: #00000008;
}

.video-testimonial-text-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.video-testimonial-name {
  color: var(--white);
  font-size: 26px;
  line-height: 36px;
}

.video-testimonial-desgination {
  color: var(--white);
  font-weight: 300;
  line-height: 24px;
}

.lightbox-link-2 {
  background-color: #fff;
  border-radius: 13px;
}

.certificate-logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slider {
  height: 100%;
}

.email-popup {
  z-index: 99;
  color: #0000000f;
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.form-2 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px 40px;
}

.form-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.form-block-3 {
  color: #000;
}

.email-popup-heading {
  text-align: center;
}

.close-icon {
  position: relative;
  inset: 0% 0% auto 400px;
}

@media screen and (min-width: 1280px) {
  .section.hero {
    background-image: radial-gradient(circle closest-corner at 0 31%, #0866ff40, #fff);
  }

  .product-hero-heading.esg-heading {
    font-weight: 300;
  }

  .checklist-item-text {
    font-weight: 400;
  }

  .checklist-item-text.light-black-text.with-without-us-text {
    font-size: 16px;
    line-height: 26px;
  }

  .review-column {
    grid-row-gap: 16px;
  }

  .industry-review-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .fine-print-text-2 {
    color: #fff;
  }

  .fine-print-text-2.text-gray {
    font-size: 14px;
  }

  .review-avatar-2 {
    max-height: 48px;
    margin-right: 10px;
  }

  .small-text-6 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .fine-print-text-3 {
    color: var(--black);
  }

  .fine-print-text-4 {
    color: #fff;
  }

  .fine-print-text-4.adjacent-to-arrow-link {
    color: var(--black);
  }

  .blog-image {
    border-radius: 2px;
  }

  .case-study-tile:lang(ar) {
    padding-left: 0;
    padding-right: 30px;
    overflow: hidden;
  }

  .case-study-showcase-heading:lang(ar), .case-study-text-wrapper:lang(ar), .case-study-sub-title:lang(ar) {
    text-align: right;
  }

  .retail-feature-gif {
    display: block;
  }

  .retail-feature-video {
    display: none;
  }

  .certificate-logo-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .capabilities-cell {
    width: 350px;
  }

  .anomaly-cell-highlighted {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .dropdown {
    border-style: none;
    padding: 0;
    display: block;
    position: relative;
  }

  .dropdown:lang(ar) {
    display: block;
  }

  .dropdown.w--open {
    padding-bottom: 7px;
  }

  .menu-button {
    padding: 7px 21px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #1113;
    border-radius: 7px;
    max-height: 80vh;
    padding: 14px;
    overflow: scroll;
  }

  .dropdown-wrapper {
    width: 100%;
    display: flex;
  }

  .dropdown-wrapper.language.left {
    display: none;
  }

  .dropdown-wrapper.language.right {
    display: flex;
  }

  .main-container.justify-content-center {
    max-width: 690px;
  }

  .nav-dropdown, .nav-link {
    margin: 3px 0;
  }

  .menu-button-icon {
    display: block;
  }

  .small-text.text-white {
    font-size: 14px;
    line-height: 26px;
  }

  .small-text.text-white.justify-content-center {
    font-size: 15px;
    line-height: 24px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.reduced-padding {
    padding-bottom: 56px;
  }

  .section.hero, .section.reduced-padding {
    padding-bottom: 56px;
  }

  .section.bg-hero-blue.no-bottom-padding.hero {
    padding-top: 60px;
  }

  .section.bg-gray.reduced-top-padding.comparison-section {
    display: none;
  }

  .section.bg-gray.comparison-section-mob {
    display: block;
  }

  .section.hero {
    padding-bottom: 56px;
  }

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

  .hero-icon-2 {
    display: none;
  }

  .display-heading {
    font-size: 54px;
    line-height: 60px;
  }

  .hero-icon-1 {
    display: none;
  }

  .width-792px {
    width: 660px;
  }

  .width-792px.freight-flex {
    flex-flow: column;
  }

  .feature-box-grid {
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-box-grid.home-feature-box {
    grid-template-columns: 1fr 1fr;
    max-width: 640px;
  }

  .feature-box-grid.product-feature {
    grid-template-columns: 1fr 1fr;
  }

  .feature-box-grid.product-feature.benefit-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 850px;
  }

  .feature-box-grid.product-feature._4-column-grid.esg-gov-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-box-grid.how-it-works-grid {
    grid-template-columns: 1fr;
  }

  .feature-box-grid.how-it-works-grid.freight-how-it-works {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .feature-box.benefit-box {
    padding-left: 0;
    padding-right: 0;
  }

  .in-flow-icon {
    margin-bottom: 14px;
  }

  .grid-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .grid-halves.esg-features-grid {
    place-items: center;
  }

  .grid-halves.cta-grid-halves {
    place-items: stretch start;
  }

  .ui-snippet-box {
    min-height: 368px;
  }

  .ui-snippet-container.manufacturing-video {
    object-fit: cover;
    object-fit: cover;
    background-image: url("https://cdn.prod.website-files.com/6742b3dccc0f00830311b6f4/67b19c8390c3edee3f99c733_Scene.gif");
    background-position: 0 0;
    background-size: auto;
  }

  .container.bottom-padding {
    max-width: 520px;
    padding-bottom: 56px;
  }

  .large-heading-2.text-white.cta-testimonial {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .metric-heading {
    font-size: 24px;
  }

  .image-wrapper.align-center {
    justify-content: center;
    align-items: center;
  }

  .product-hero-heading {
    font-size: 43px;
    line-height: 55px;
  }

  .checklist.certificate-para {
    text-align: center;
    text-align: center;
  }

  .checklist-item.certificate-para {
    justify-content: center;
    align-items: center;
  }

  .checklist-item-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-testmonial {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text {
    max-width: 680px;
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-text.justify-content-left {
    max-width: 700px;
  }

  .div-block {
    justify-content: space-between;
    align-items: center;
  }

  .logo-row {
    grid-column-gap: 28px;
  }

  .section-title.increased-margin {
    margin-bottom: 70px;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-small-links.fine-print-text {
    margin-top: 14px;
  }

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

  .slide-nav {
    background-color: #fff0;
    padding-top: 0;
    bottom: -50px;
  }

  .feature-box-grid-2 {
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .in-flow-icon-2 {
    margin-bottom: 14px;
  }

  .compare-table {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 0;
  }

  .cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 19px;
  }

  .compare-list-text {
    font-size: 16px;
  }

  .ui-snippet-badge.outlined-badge.problem, .ui-snippet-badge.outlined-badge.sollution, .ui-snippet-badge.outlined-badge.problem, .ui-snippet-badge.outlined-badge.sollution, .ui-snippet-badge.outlined-badge.problem, .ui-snippet-badge.outlined-badge.sollution {
    margin-bottom: 0;
  }

  .review-column {
    grid-row-gap: 28px;
  }

  .industry-review-grid {
    grid-template-columns: 1fr;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .metrics-grid-quarters {
    grid-template-columns: 1fr 1fr;
  }

  .quote-text {
    font-size: 28px;
    line-height: 36px;
  }

  .grid-halves-section {
    grid-template-columns: 1fr;
  }

  .quote-author-row.industries-cta-quote {
    justify-content: center;
    align-items: center;
  }

  .in-flow-icon-3 {
    margin-bottom: 14px;
  }

  .offices-grid {
    grid-template-columns: 1fr;
    max-width: 373px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-sub-heading.text-white {
    width: 450px;
    font-size: 16px;
    line-height: 30px;
  }

  .hero-heading.text-white {
    font-size: 43px;
    line-height: 56px;
  }

  .testimonial-section {
    padding: 0 0 15px;
  }

  .in-flow-icon-4 {
    margin-bottom: 14px;
  }

  .small-text-9 {
    font-size: 14px;
    line-height: 22px;
  }

  .customer-name {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-image {
    max-width: 70%;
  }

  .text-span-5 {
    font-size: 16px;
  }

  .customer-image {
    max-width: 60%;
  }

  .team-hero-image.no-top-margin {
    height: auto;
  }

  .heading-13.justify-content-left {
    justify-content: center;
    align-items: center;
  }

  .case-study-tile {
    flex-flow: column;
  }

  .in-flow-icon-5 {
    margin-bottom: 14px;
  }

  .offices-grid-2 {
    grid-template-columns: 1fr;
    max-width: 373px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-image-wrapper {
    display: none;
  }

  .background-video {
    object-fit: contain;
  }

  .text-block-10 {
    width: 422px;
  }

  .abou-us-carousel {
    display: block;
  }

  .mask {
    height: auto;
  }

  .about-us-image-grid-2, .left-arrow, .right-arrow-2 {
    display: none;
  }

  .updated-hero-heading, .hero-sub-heading-updated {
    text-align: center;
  }

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

  .div-block-8 {
    flex-flow: column;
  }

  .table-of-content {
    position: static;
  }

  .certificate-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .slider {
    background-color: #ddd0;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .comparison-table-row {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-cell-top {
    margin-bottom: 28px;
    padding-top: 0;
  }

  .comparison-cell-top.bg-white {
    background-color: #0000;
  }

  .comparison-table-cell.rule {
    display: none;
  }

  .comparison-table-cell.justify-content-center.bg-white {
    background-color: #0000;
  }

  .comparison-table-cell.title-cell {
    background-color: var(--white);
    color: var(--blue-primary);
    text-align: center;
    justify-content: center;
    font-weight: 700;
  }

  .comparison-table-cell.bg-gray {
    background-color: var(--white);
  }

  .comparison-table-cell.bg-white {
    background-color: var(--gray-bg);
  }

  .comparison-table-first-cell {
    display: none;
  }

  .podcast-bento-grid {
    grid-template-columns: 1fr 1fr;
  }

  .podcast-tile.bg-gray {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .small-text.text-white.justify-content-center {
    font-size: 13px;
    line-height: 22px;
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section.hero.case-study-hero.podcast-hero, .section.reduced-bottom-padding {
    padding-top: 56px;
  }

  .section.bg-dark-blue.bg-dark-blue-with-lines.reduced-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.reduced-padding {
    padding-top: 25px;
  }

  .section.bg-hero-blue.no-bottom-padding.hero {
    padding-top: 90px;
  }

  .section.hero.case-study-hero.podcast-hero, .section.reduced-bottom-padding {
    padding-top: 56px;
  }

  .action-row {
    text-align: left;
    margin-top: 21px;
  }

  .extra-large-text {
    font-size: 24px;
    line-height: 32px;
  }

  .display-heading {
    font-size: 35px;
    line-height: 44px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .large-heading {
    margin-bottom: 14px;
    font-size: 35px;
    line-height: 48px;
  }

  .large-text {
    font-size: 20px;
    line-height: 28px;
  }

  .width-792px {
    width: 510px;
  }

  .feature-box-grid.how-it-works-grid.freight-how-it-works {
    grid-template-columns: 1fr;
  }

  .in-flow-icon {
    width: 30px;
  }

  .in-flow-icon.image-center {
    width: auto;
  }

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

  .heading-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .large-heading-2 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 48px;
  }

  .large-heading-2.text-white {
    font-size: 24px;
    line-height: 34px;
  }

  .metric-grid-halves {
    grid-column-gap: 21px;
  }

  .extra-large-text-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-wrapper.align-center {
    justify-content: center;
    align-items: center;
    font-size: 0;
    position: static;
  }

  .testimonial-text {
    max-width: 540px;
    font-size: 16px;
    line-height: 24px;
  }

  .review-author {
    margin-top: 28px;
  }

  .logo-row {
    grid-template-columns: auto auto;
    justify-items: center;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .section-title.increased-margin {
    margin-bottom: 56px;
  }

  .medium-heading {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

  .footer-bottom-row {
    flex-direction: column;
  }

  .form-grid-halves._3-column-form-grid {
    grid-template-columns: minmax(200px, 2.2fr);
  }

  .form-input {
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-3 {
    width: 50px;
  }

  .image-4 {
    max-width: 20%;
  }

  .section-heading.no-top-margin {
    font-size: 30px;
    line-height: 40px;
  }

  .compare-table {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 11px 11px 20px;
  }

  .compare-list-text {
    font-size: 14px;
    line-height: 24px;
  }

  .review-author-2 {
    margin-top: 28px;
  }

  .industry-review-grid {
    grid-row-gap: 28px;
  }

  .company-hero {
    margin-bottom: 56px;
  }

  .company-hero-icon {
    height: 84px;
    left: 14px;
  }

  .metrics-grid-quarters {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .quote-text {
    font-size: 24px;
    line-height: 32px;
  }

  .section-2 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .quote-author-row.below-text {
    justify-content: center;
    align-items: center;
    margin-top: 21px;
  }

  .offices-grid {
    grid-row-gap: 28px;
  }

  .hero-sub-heading.text-white {
    text-align: center;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-heading.text-white {
    text-align: center;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-section {
    grid-row-gap: 28px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .home-feature-image {
    margin-top: 30px;
  }

  .image-22 {
    padding-top: 30px;
  }

  .compare-icon {
    max-width: 60%;
  }

  .text-white-2 {
    font-size: 17px;
  }

  .div-block-5 {
    padding-bottom: 30px;
  }

  .offices-grid-2 {
    grid-row-gap: 28px;
  }

  .form-container {
    margin-top: 30px;
  }

  .cookie-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-10 {
    text-align: left;
    width: auto;
    margin-bottom: 10px;
  }

  .updated-hero-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .updated-hero-heading.text-center {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-sub-heading-updated {
    font-size: 18px;
    line-height: 28px;
  }

  .section-heading-updated {
    font-size: 44px;
    line-height: 58px;
  }

  .section-heading-updated.testimonial-heading {
    font-size: 35px;
    line-height: 48px;
  }

  .before-after-image-wrapper {
    margin-bottom: 30px;
  }

  .image-35 {
    max-width: 70%;
    left: -136px;
    right: 69px;
  }

  .image-36 {
    max-width: 70%;
    right: -99px;
  }

  .image-37 {
    max-width: 31%;
  }

  .image-38 {
    max-width: 31%;
    left: -12px;
  }

  .retail-feature-gif {
    display: block;
  }

  .retail-feature-video {
    display: none;
  }

  .blog-grid-2 {
    grid-template-columns: 1fr;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid-2.halves, .freight-bento-grid-top {
    grid-template-columns: 1fr;
  }

  .flex-bentrogrid-bottom {
    grid-template-columns: 2fr;
  }

  .comparison-table-logo {
    display: none;
  }

  .comparison-table-mobile-ttitle {
    display: block;
  }

  .cell-top-heading, .cell-top-heading.bold, .cell-top-heading.bold {
    font-size: 20px;
  }

  .podcasttext-wrapper {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .trigger-search-modal, .button.small.nav-button, .button.dark-button.small, .button.dark-button.navbar-button, .button.small.nav-button, .button.small.nav-button, .button.dark-button.small, .button.dark-button.navbar-button, .button.dark-button.small, .button.dark-button.navbar-button, .dropdown-wrapper.language, .dropdown-wrapper.language {
    display: none;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .dropdown-screen {
    display: none;
  }

  .navbar-row {
    min-height: 70px;
  }

  .text-block.text-white {
    color: var(--black);
  }

  .small-text {
    font-size: 14px;
    line-height: 20px;
  }

  .small-text.team-designation {
    font-size: 12px;
    line-height: 18px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.blue-bg {
    padding-top: 86px;
    padding-bottom: 110px;
  }

  .section.no-top-padding.reduced-bottom-padding {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section.bg-dark-blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.bg-dark-blue.cta.reduced-padding {
    padding-bottom: 40px;
  }

  .section.bg-dark-blue.reduced-padding {
    padding-top: 40px;
  }

  .section.reduced-top-padding {
    padding-top: 20px;
  }

  .section.no-bottom-padding.reduced-top-padding {
    padding-top: 0;
  }

  .section.reduced-padding {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .section.bg-hero-blue {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section.bg-hero-blue.no-bottom-padding.hero {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section.bg-gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.bg-gray.no-top-padding {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.bg-gray.extra-top-margin {
    padding-bottom: 0;
  }

  .section.bg-lines {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .section.hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero.case-study-hero {
    height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.hero.case-study-hero.podcast-hero {
    background-size: auto, auto;
  }

  .section.reduced-bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .arrow-link.adjacent-to-button {
    margin-top: 14px;
    margin-left: 0;
  }

  .action-row {
    text-align: center;
    margin-top: 20px;
  }

  .action-row.multiple-buttons {
    flex-direction: column;
  }

  .action-row.justify-content-left {
    margin-top: 20px;
  }

  .extra-large-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .display-heading {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .paragraph {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

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

  .paragraph.about-us-hero-para, .paragraph.hero-paragraph, .paragraph.text-white {
    text-align: center;
  }

  .paragraph.text-white.freight-para {
    width: auto;
  }

  .paragraph.about-us-hero-para, .paragraph.hero-paragraph {
    text-align: center;
  }

  .large-heading {
    letter-spacing: 0;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .large-heading.section-heading {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
  }

  .large-heading.section-heading.text-white {
    text-align: center;
    text-align: center;
  }

  .large-text {
    font-size: 16px;
    line-height: 24px;
  }

  .width-792px {
    width: 280px;
  }

  .width-792px.justify-content-center {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .feature-box-grid.home-feature-box, .feature-box-grid.product-feature {
    grid-template-columns: 1fr;
  }

  .feature-box-grid.product-feature.benefit-grid._3-column-grid, .feature-box-grid.product-feature._4-column-grid, .feature-box-grid.product-feature._4-column-grid.esg-gov-grid, .feature-box-grid.home-feature-box, .feature-box-grid.product-feature {
    grid-template-columns: 1fr;
  }

  .feature-box-grid.product-feature.benefit-grid._3-column-grid, .feature-box-grid.product-feature._4-column-grid, .feature-box-grid.product-feature._4-column-grid.esg-gov-grid {
    grid-template-columns: 1fr;
  }

  .feature-box-grid.product-feature.benefit-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .feature-box-grid.product-feature.benefit-grid._3-column-grid, .feature-box-grid.product-feature._4-column-grid, .feature-box-grid.product-feature._4-column-grid.esg-gov-grid, .feature-box-grid.product-feature._4-column-grid.esg-gov-grid {
    grid-template-columns: 1fr;
  }

  .feature-box {
    padding: 21px;
  }

  .feature-box.benefit-box {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .in-flow-icon {
    width: auto;
    height: auto;
    margin-bottom: 5px;
  }

  .in-flow-icon.benefits-icon {
    width: 25px;
  }

  .ui-snippet {
    border-radius: 4px;
    font-size: 12px;
  }

  .ui-snippet-icon-bottom-right {
    height: 56px;
    right: 14px;
  }

  .ui-snippet-title {
    font-size: 13px;
    line-height: 20px;
  }

  .grid-halves {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .ui-snippet-box {
    background-color: #0000;
    min-height: 250px;
    padding: 15px;
  }

  .ui-snippet-box.ui-bg-2 {
    padding: 15px;
  }

  .ui-snippet-box.section-snippet-box {
    min-height: auto;
    padding-right: 0;
  }

  .ui-snippet-box.no-bg.no-padding {
    min-height: 0;
  }

  .ui-snippet-action-row {
    margin-top: 7px;
  }

  .ui-snippet-container {
    width: 100%;
    margin-top: 10px;
  }

  .ui-snippet-container.manufacturing-video {
    margin-top: 10px;
  }

  .ui-snippet-grid-halves {
    grid-column-gap: 7px;
  }

  .ui-snippet-body {
    padding: 14px;
  }

  .container {
    max-width: 410px;
  }

  .container.bottom-padding {
    width: 100%;
    padding-bottom: 10px;
  }

  .container.form-testimonial {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ui-snippet-banner.bg-primary-1 {
    padding: 7px 14px;
  }

  .ui-snippe-title-large {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .large-heading-2 {
    letter-spacing: 0;
    margin-bottom: 7px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }

  .large-heading-2.text-white {
    text-align: left;
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .large-heading-2.text-white.cta-testimonial {
    text-align: center;
    text-align: center;
  }

  .metric-grid-halves {
    grid-template-columns: 1fr;
  }

  .padded-metric {
    padding-top: 0;
  }

  .metric-heading {
    margin-bottom: 0;
  }

  .extra-large-text-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .no-bottom-margin.text-white-2 {
    font-size: 12px;
  }

  .image-wrapper.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .product-hero-heading {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .heading-4.team-name {
    font-size: 14px;
    line-height: 18px;
  }

  .checklist.below-text {
    margin-top: 20px;
  }

  .checklist-item-text, .checklist-item-text.light-black-text.with-without-us-text, .checklist-item-text.with-without-us-text {
    font-size: 14px;
    line-height: 22px;
  }

  .checklist-item-text.light-black-text.with-without-us-text, .checklist-item-text.with-without-us-text {
    font-size: 14px;
    line-height: 22px;
  }

  .checklist-item-text.text-left-align.no-left-margin.certificate-para {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .hero-testmonial {
    padding: 21px 0;
  }

  .testimonial-text {
    max-width: none;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .review-author {
    grid-template-columns: 56px 1fr;
    margin-top: 21px;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-title.increased-margin {
    margin-bottom: 35px;
  }

  .medium-heading {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .small-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom-row {
    align-items: flex-start;
  }

  .fine-print-link.footer-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-small-links.fine-print-text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .testimonials {
    width: 100%;
  }

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

  .checkbox {
    flex: none;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14 {
    max-width: 120%;
  }

  .image-16 {
    max-width: 20%;
  }

  .image-17 {
    max-width: 25%;
  }

  .section-heading {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .section-heading.justify-content-center.no-top-margin.about-us-heading, .section-heading.justify-content-center.about-us-heading {
    font-size: 20px;
  }

  .section-heading.justify-content-center.no-top-margin.about-us-heading, .section-heading.justify-content-center.about-us-heading, .section-heading.justify-content-center.no-top-margin.about-us-heading, .section-heading.justify-content-center.no-top-margin.about-us-heading, .section-heading.justify-content-center.about-us-heading {
    font-size: 20px;
  }

  .section-heading.no-top-margin {
    text-align: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .section-heading.no-top-margin.testimonial-heading {
    text-align: center;
    text-align: center;
  }

  .section-heading.blog-heading {
    margin-bottom: 26px;
  }

  .feature-box-2 {
    padding: 21px;
  }

  .in-flow-icon-2 {
    height: 70px;
  }

  .small-text-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .compare-table {
    padding-top: 20px;
  }

  .cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 11px;
    padding-left: 11px;
  }

  .ui-snippet-badge {
    padding-bottom: 3px;
    font-size: 9px;
    line-height: 12px;
  }

  .ui-snippet-badge.outlined-badge.problem {
    margin-bottom: 0;
  }

  ._2-0-badge-text {
    font-size: 12px;
  }

  .review {
    padding: 21px;
  }

  .small-text-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .review-column {
    grid-row-gap: 21px;
  }

  .review-author-2 {
    grid-template-columns: 56px 1fr;
    margin-top: 21px;
  }

  .industry-review-grid {
    grid-row-gap: 21px;
  }

  .review-avatar-2 {
    width: auto;
    max-width: 100%;
  }

  .company-hero {
    margin-bottom: 28px;
  }

  .text-center.no-bottom-margin.long-text {
    font-size: 20px;
    line-height: 28px;
  }

  .metrics-grid-quarters {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .small-text-5, .small-text-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .quote-text {
    font-size: 18px;
    line-height: 28px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .quote-author-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-author-row.below-text {
    justify-content: flex-start;
    align-items: center;
  }

  .quote-author-row.industries-cta-quote {
    justify-content: center;
    align-items: center;
  }

  .quote-author-position {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .quote-author-position.border-white {
    border: 1px #000;
  }

  .small-text-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .office-location {
    padding: 21px;
  }

  .in-flow-icon-3 {
    height: 70px;
  }

  .hero-sub-heading {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-sub-heading.text-white {
    width: auto;
    font-size: 14px;
    line-height: 24px;
  }

  .hero-heading.text-white {
    font-size: 24px;
    line-height: 36px;
  }

  .small-text-8 {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-section {
    padding: 0 0 50px;
  }

  .in-flow-icon-4 {
    height: 70px;
  }

  .small-text-9 {
    text-align: center;
    width: 230px;
    font-size: 14px;
    line-height: 20px;
  }

  .customer-name {
    text-align: center;
    line-height: 24px;
  }

  .small-text-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-image {
    max-width: 100%;
    margin-top: 10px;
  }

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

  .logo-carousel {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-right: 0;
  }

  .logo-carousel.no-right-padding {
    position: relative;
  }

  .logo-image {
    max-width: 60%;
  }

  .carousel-component {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .small-instructions {
    line-height: 1em;
  }

  .logo-carousel-item {
    padding: 0;
  }

  .core-team-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

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

  .home-feature-image.esg-image {
    width: auto;
    height: auto;
  }

  .cargofl-logo {
    max-width: 80%;
  }

  .team-hero-image {
    margin-top: 28px;
  }

  .team-hero-image.no-top-margin {
    height: 32vh;
  }

  .heading-13.justify-content-left.no-top-margin.certificate-heading {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .industry-review {
    padding: 21px;
  }

  .small-text-11 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-rating-star {
    width: auto;
    max-width: 100%;
  }

  .accordion-arrow {
    width: auto;
  }

  .accordion-title {
    padding: 14px;
  }

  .small-text-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-white-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .accordion-content {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .arrow-link-icon-2 {
    width: auto;
  }

  .case-study-hero-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .case-study-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .case-study-tile {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-tile.bg-gray {
    min-height: 0;
  }

  .case-study-showcase-heading {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .case-study-text-wrapper {
    width: 100%;
  }

  .div-block-5 {
    padding-bottom: 0;
  }

  .certification {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .small-text-13 {
    font-size: 14px;
    line-height: 20px;
  }

  .office-location-2 {
    padding: 21px;
  }

  .in-flow-icon-5 {
    height: 70px;
  }

  .form-container {
    width: 100%;
    max-width: 792px;
  }

  .form-block-2 {
    width: auto;
  }

  .case-study-sub-title {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .bold-text-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .image-31 {
    max-width: 90%;
  }

  .image-32 {
    max-width: 70%;
  }

  .flex-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .contained-grid-halves {
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
    display: grid;
  }

  .small-text-14 {
    font-size: 14px;
    line-height: 20px;
  }

  .abou-us-carousel {
    margin-top: 26px;
    display: block;
  }

  .slide-nav-3 {
    bottom: -4%;
  }

  .mask {
    height: 39vh;
  }

  .about-us-image-grid-2 {
    display: none;
  }

  .certification-img {
    height: 80px;
  }

  .left-arrow, .right-arrow-2 {
    display: none;
  }

  .updated-hero-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .updated-hero-heading.text-center {
    margin-bottom: 14px;
  }

  .updated-hero-heading.blog-hero-heading {
    text-align: left;
  }

  .hero-sub-heading-updated {
    text-align: center;
  }

  .section-heading-updated {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
  }

  .section-heading-updated:lang(ar) {
    text-align: right;
  }

  .section-heading-updated.justify-content-left.text-left-align.white-blue-gradient {
    line-height: 32px;
  }

  .section-heading-updated.testimonial-heading {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .section-helper-text, .section-helper-text.light-black-text, .section-helper-text.light-black-text {
    font-size: 14px;
    line-height: 22px;
  }

  .before-after-image-wrapper {
    display: none;
  }

  .image-39 {
    display: block;
  }

  .image-39:lang(ar) {
    display: none;
  }

  .tms-snippet {
    max-width: 40%;
    bottom: 10px;
    right: 30px;
  }

  .tms-snippet.enterprise-hero-snippet {
    right: 30px;
  }

  .feature-video-lottie {
    margin-top: 0;
  }

  .video-testimonial-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .video-testimonial-name {
    font-size: 16px;
    line-height: 24px;
  }

  .video-testimonial-desgination {
    font-size: 12px;
    line-height: 22px;
  }

  .div-block-8 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .small-text-15, .accordion-heading-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .accordion-content-2 {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .blog-heading {
    font-size: 20px;
  }

  .certificate-logo-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .certificate-logo {
    max-width: 28%;
  }

  .field-label-2 {
    font-size: 12px;
  }

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

  .comparison-table-row {
    font-size: 14px;
    line-height: 20px;
  }

  .comparison-cell-top, .comparison-cell-top.bg-white, .comparison-cell-top.bg-white {
    margin-bottom: 0;
  }

  .comparison-table-cell {
    padding: 10px;
  }

  .comparison-table-mobile-ttitle {
    font-size: 14px;
    line-height: 20px;
  }

  .text-semibold {
    font-size: 14px;
  }

  .cell-top-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .cell-top-heading.bold {
    font-size: 18px;
    line-height: 27px;
  }

  .podcast-bento-grid {
    grid-template-columns: 1fr;
  }

  .podcast-tile.bg-gray {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 12px;
  }

  .podcasttext-wrapper {
    width: auto;
  }
}

#w-node-_1a413416-80cd-95d5-7cac-a6dcfabd20e2-1ade1608, #w-node-_6a739344-db9d-9061-a5a2-3d7ef4bb948e-1ade1608, #w-node-_6a739344-db9d-9061-a5a2-3d7ef4bb949d-1ade1608, #w-node-effa846c-361f-7f5e-1a20-194ba70c6b99-1ade1608, #w-node-effa846c-361f-7f5e-1a20-194ba70c6ba3-1ade1608, #w-node-b4a9579d-cfc5-0b62-b3e4-3b6df941b536-1ade1608, #w-node-_7c7e4b4a-82ab-fcef-eab9-5e3c6ddb1213-1ade1608, #w-node-_65a674d5-b118-78cd-e7df-dfc74ea91849-1ade1608, #w-node-e77c7696-b133-809f-9493-cec0f525ad73-f525ad70 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1a413416-80cd-95d5-7cac-a6dcfabd20e2-1ade1608 {
    justify-self: center;
  }

  #w-node-_6a739344-db9d-9061-a5a2-3d7ef4bb949d-1ade1608, #w-node-effa846c-361f-7f5e-1a20-194ba70c6ba3-1ade1608, #w-node-b4a9579d-cfc5-0b62-b3e4-3b6df941b547-1ade1608, #w-node-_7c7e4b4a-82ab-fcef-eab9-5e3c6ddb1222-1ade1608, #w-node-_65a674d5-b118-78cd-e7df-dfc74ea91858-1ade1608 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a739344-db9d-9061-a5a2-3d7ef4bb949d-1ade1608, #w-node-effa846c-361f-7f5e-1a20-194ba70c6ba3-1ade1608, #w-node-b4a9579d-cfc5-0b62-b3e4-3b6df941b547-1ade1608, #w-node-_7c7e4b4a-82ab-fcef-eab9-5e3c6ddb1222-1ade1608 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a413416-80cd-95d5-7cac-a6dcfabd20e2-1ade1608 {
    justify-self: center;
  }

  #w-node-_6a739344-db9d-9061-a5a2-3d7ef4bb949d-1ade1608, #w-node-effa846c-361f-7f5e-1a20-194ba70c6ba3-1ade1608, #w-node-_7c7e4b4a-82ab-fcef-eab9-5e3c6ddb1222-1ade1608, #w-node-_65a674d5-b118-78cd-e7df-dfc74ea91858-1ade1608 {
    order: 9999;
  }
}
