:root {
  --primary: #008cff;
  --light-blue: #008cff1a;
  --off-white: #f6f6f6;
  --black: black;
  --white: white;
  --heading-color: #182230;
  --transparent: transparent;
  --dark-blue: #13132a;
  --gray: var(--transparent);
  --secondary-blue: #016bb7;
  --light-gray: #808387;
  --off-yellow: #ffc30014;
  --dark-gray: #686b6e;
  --purple-dark: #29005a;
}

body {
  color: #414141;
  background-color: #f9fafb;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

p {
  color: #414141;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #414141;
  text-decoration: none;
}

ol {
  margin-top: 0;
}

li {
  color: #414141;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--primary);
  background-color: var(--light-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.button-primary {
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: #29005a;
  border-style: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}

.button-primary:hover {
  color: var(--white);
  background-color: #29005aed;
  border-style: none;
  border-color: #29005a;
}

.button-primary.is-alternate:hover {
  background-color: var(--white);
  color: var(--primary);
}

.button-primary.is-alternate.is-cookie {
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-primary.mt-20 {
  margin-top: 20px;
}

.button-primary.ebook_btn {
  width: 150px;
  margin-top: 30px;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  transition: all .35s ease-in-out;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--primary);
}

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

.footer-client-item {
  width: 80px;
}

.footer-client-item.is-1 {
  width: 120px;
}

.bdcs-cards-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

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

.card-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bdcs-cards {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  background-color: #fff6;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 130px;
  display: flex;
  box-shadow: 0 2px 4px #0000000d;
}

.image-125, .image-126 {
  text-align: center;
}

.icon-medium {
  width: 24px;
  height: 24px;
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-xsmall {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.paragraph-small {
  color: #414141;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-small.text-grey {
  color: #c3c9d5;
}

.paragraph-small.title-center-align {
  margin-bottom: 0;
}

.paragraph-small.mt-5 {
  margin-top: 5px;
}

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

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

.container-regular {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.row-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #29005a;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-top {
  justify-content: flex-start;
  align-items: center;
}

.row-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small-2.align-left {
  justify-content: center;
  align-items: flex-start;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.max-width-regular {
  max-width: 700px;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-primary-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: capitalize;
  background-color: #29005a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-header:hover {
  transform: translate(0, -2px);
  box-shadow: 0 0 5px 1px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-header.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-header.width {
  width: 170px;
}

.button-primary-header.mt-20 {
  margin-top: 20px;
}

.h4-heading {
  color: #414141;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}

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

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header-heading {
  color: #414141;
  text-transform: capitalize;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}

.header-heading.about {
  font-size: 3rem;
}

.header-heading.text-white {
  color: var(--white);
}

.header-heading.mb-20 {
  margin-bottom: 20px;
}

.header-paragraph {
  color: var(--dark-gray);
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.header-paragraph.text-white {
  color: var(--white);
}

.header-paragraph.text-white.mt-20 {
  margin-top: 20px;
}

.nav-link-new {
  color: var(--white);
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.nav-link-new:hover, .nav-link-new.w--current {
  color: var(--white);
  background-color: #29005a;
}

.nav-link-new.dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--white);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-link-new.dropdown-toggle.w--open {
  color: var(--white);
  background-color: #29005a;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-dropdown-list, .nav-dropdown-list.w--open {
  background-color: #0000;
}

.brand-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-dropdown-slot {
  padding-top: 12px;
}

.navbar---new {
  z-index: 999;
  background-color: #3817f3ed;
  background-image: radial-gradient(circle, #210cb9, #254bd6);
  width: 100%;
  padding: 24px 5%;
  position: sticky;
  top: 0;
}

.nav-container-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff3b;
  border: 1px solid #ffffff59;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 30px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.nav-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.nav-menu-button {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

.nav-dropdown-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f4f1fff2;
  border: 1px solid #ffffff59;
  border-radius: 15px;
  margin-top: 10px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 4px 5px #0000001a;
}

.nav-logo {
  width: 120px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.nav-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-dropdown-arrow {
  width: 20px;
  height: 20px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.nav-menu-a {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-links {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-text-wrapper {
  padding-left: 6px;
  padding-right: 6px;
}

.nav-dropdown-new {
  margin-left: 0;
  margin-right: 0;
}

.button_navbar {
  background-color: var(--off-white);
  color: #18181b;
  text-align: center;
  white-space: nowrap;
  border: 1px #5e17eb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: none;
  display: inline-flex;
}

.button_navbar.w--current:hover {
  color: var(--white);
  background-color: #29005a;
}

.nav-link-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1925;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  transition: color .3s;
  display: flex;
}

.nav-link-small:hover {
  color: #29005a;
}

.icon-bg-mark {
  color: #e9e9e9;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-client-logo {
  height: 35px;
}

.testimonial-client-logo.logo-medium {
  height: 50px;
}

.testimonial-client-logo.logo-large {
  height: 70px;
}

.logo_outline {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border: 1px solid #ffffffb3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.logo_grid-four {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.logo_grid-four.mb-0 {
  margin-bottom: 0;
}

.section-regular {
  background-color: #0000;
  padding: 70px 8%;
  position: relative;
}

.section-regular.dark_bg {
  background-color: #29005a;
}

.section-regular.hide {
  background-image: linear-gradient(#cfc3ff, #fff);
}

.section-regular.divider_section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-regular.light_bg {
  background-color: var(--light-blue);
  background-color: var(--light-blue);
}

.sections-heading {
  color: #414141;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.sections-heading.text-white {
  color: var(--white);
}

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

.sections-heading.mb-20 {
  margin-bottom: 20px;
}

.common-section-descritpion {
  color: #414141;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.common-section-descritpion.text-white {
  color: var(--white);
}

.title-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 75%;
  margin-bottom: 50px;
  display: flex;
}

.title-left.width-100 {
  width: 100%;
}

.title-left.mb-20 {
  margin-bottom: 20px;
}

.nav-bg-pattern {
  z-index: -1;
  pointer-events: none;
  color: #eeeef0;
  position: absolute;
  inset: -3px auto auto -3px;
}

.button-subtle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1925;
  text-align: center;
  letter-spacing: -.006em;
  background-color: #ddd;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.button-subtle:hover {
  color: #fff;
  background-color: #29005a;
}

.nav-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  max-width: 272px;
  display: flex;
}

.nav-menu-large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 700px;
  padding: 10px 15px;
  display: grid;
}

.icon-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-feature-icon {
  background-color: #f7f7f8;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.paragraph-x-small {
  color: #51515e;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-x-small.text-color-tertiary {
  color: #73737f;
}

.overline-6 {
  color: #73737f;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.divider-secondary {
  background-color: #eeeef0;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 1px;
}

.menu-icons {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.nav-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.nav-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.nav-menu-title {
  padding: 12px 12px 12px 24px;
}

.nav-menu-title.visible-tablet {
  display: none;
}

.nav-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.right-nav-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.right-nav-box:hover {
  color: #29005a;
}

.h6-heading {
  color: #414141;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.h6-heading.text-white {
  color: var(--white);
}

.footer_legal-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_grid-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
}

.footer_contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.footer_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff4d;
  border: 1px solid #ffffffb3;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 5rem;
  padding: 2.25rem 2rem;
  display: grid;
  box-shadow: 0 2px 5px #0000001a;
}

.footer-new {
  background-color: #fff;
  padding: 70px 10%;
  position: relative;
}

.footer-new.no_bg {
  background-color: var(--transparent);
  background-color: var(--transparent);
}

.footer_link-2 {
  color: #59595f;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footer_link-2:hover {
  color: #29005a;
}

.form_checkbox-icon {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .625rem;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #29005a;
  background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/69c265eb11059831c80af671_Check%20Icon.svg");
  background-position: 50%;
  background-size: 20px;
  border-style: none;
  border-color: #29005a;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.text_field-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .625rem .875rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.text_field-outline:focus {
  border-color: #ff5805;
}

.text_field-outline::placeholder {
  color: #59595f;
}

.footer_divider-2 {
  background-color: #e6e6e7;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.footer_divider-2.is-small {
  background-color: silver;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.form_checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.text-size-medium-2.text-color-tertiary {
  color: #59595f;
}

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

.footer_icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer_brand-divider {
  background-color: #a8a8aa;
  border-radius: 2px;
  width: 1px;
  height: 1.5rem;
}

.column-medium-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.social_inner {
  background-color: #c7e6ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.social_inner:hover {
  color: var(--primary);
}

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

.form_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-small-5 {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-5.text-color-tertiary {
  color: #59595f;
}

.footer_link-small {
  color: #59595f;
  font-size: .875rem;
  text-decoration: none;
  transition: color .3s;
}

.footer_link-small:hover {
  color: #252527;
}

.social_link {
  border: 1px dashed var(--primary);
  padding: .25rem;
}

.social_link:hover {
  border-color: var(--primary);
  border-radius: 5px;
}

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

.form_checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.footer-menu-heading {
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.gradient-container {
  background-color: #0000;
  background-image: linear-gradient(106deg, #f6eeff, #e2f2ff);
}

.hide {
  display: none;
}

.icon-large {
  color: #29005a;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.icon-large.text-color-brand {
  color: #5e17eb;
  text-overflow: clip;
}

.menu-heading {
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.footer-links-list {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.footer-menu-subheading {
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 14px;
}

.footer-link {
  color: #414141;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #29005a;
}

.nav-dropdown-slot-2 {
  min-width: 300px;
  min-height: 150px;
  padding-top: 12px;
}

.nav-dropdown-card-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f6f0ffe6;
  border: 1px solid #ffffff59;
  border-radius: 15px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000001a;
}

.nav-dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #18181b;
  border-radius: 8px;
  padding: 8px 24px 8px 8px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #29005a;
}

.nav-hover-styles {
  display: none;
}

.nav-dropdown-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
}

.column-2x-small-10 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.nav-dropdown-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.menu-title {
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-3 {
  background-image: radial-gradient(circle, #210cb9, #254bd6);
}

.h5-heading {
  color: #414141;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.h5-heading.mb-15 {
  margin-bottom: 15px;
}

.h5-heading.mb-15.text-white {
  color: var(--white);
}

.common-image-cover {
  object-fit: cover;
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.feature_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border-top: 1px solid #ffffffb3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.feature_card.is-tall {
  justify-content: space-between;
}

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

.common-header {
  background-color: #f6eeff;
  padding: 70px 5%;
}

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

.hero_image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.header-image {
  object-fit: cover;
  border: 15px #000;
  width: 100%;
  height: 100%;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular.dot_color {
  color: var(--primary);
}

.column-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-medium {
  color: #29005a;
  width: 36px;
  height: 36px;
}

.icon-medium.color_blue {
  color: var(--primary);
}

.paragraph-regular {
  color: #414141;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-regular.mt-20 {
  margin-top: 20px;
}

.paragraph-regular.bold {
  font-weight: 600;
}

.paragraph-regular.text-white {
  color: var(--white);
}

.paragraph-regular.mt-30 {
  margin-top: 30px;
}

.cta_background {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

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

.max-width-medium.large {
  max-width: 50rem;
}

.column-small-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.column-small-5.column-center {
  justify-content: center;
  align-items: center;
}

.cta_content-center {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.column-large-7 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.column-large-7.column-center {
  justify-content: center;
  align-items: center;
}

.text-balance {
  text-wrap: balance;
}

.cta_card-outline-2 {
  border: 2px dashed var(--primary);
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_pattern {
  position: absolute;
}

.cta_pattern.is-left-bottom {
  inset: auto auto -.5rem 9%;
}

.cta_pattern.is-left-top {
  inset: -5rem auto auto -2.875rem;
}

.cta_pattern.is-right-bottom {
  inset: auto -1.5rem 1rem auto;
}

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

.warehouse-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.warehouse-section.mb-50 {
  grid-template-columns: 1fr .5fr;
  margin-bottom: 70px;
}

.warehouse-section.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: .5fr 1fr;
}

.warehouse-section.bg {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
}

.menu-salesforce {
  text-transform: capitalize;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .header {
    background-color: #0000;
  }

  .button-primary.is-alternate.is-cookie {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container {
    max-width: 85%;
  }

  .heading-style-h1 {
    font-size: 2.6rem;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .button-secondary.is-cookie {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-tag {
    font-size: 1.25rem;
  }

  .home-service-title {
    width: 94%;
  }

  .title-semibold-h3 {
    font-size: 1.7rem;
  }

  .counter-item {
    height: 18.75rem;
  }

  .counter-content-box {
    font-size: 1.375rem;
  }

  .title-semibold-h2 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .location-image {
    width: 110px;
  }

  .location-dot {
    width: 10px;
    height: 10px;
  }

  .location-dot-box, .location-dot-active {
    width: 20px;
    height: 20px;
  }

  .partner-logo.salesforce {
    height: 3.75rem;
  }

  .cta-summary {
    max-width: 72%;
    font-size: 1.375rem;
  }

  .cta-info-wrap {
    width: 480px;
  }

  .cta-image {
    width: 10rem;
  }

  .cta-button-left {
    left: 2%;
  }

  .cta-button-right {
    right: -20%;
  }

  .footer-top-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .9fr 1fr .4fr .5fr;
  }

  .footer-bottom-inner {
    font-size: .875rem;
  }

  .footer-social-media-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-social-media-icon {
    width: 1.25rem;
  }

  .footer-column.is-middle {
    margin-top: 42px;
  }

  .footer-summary, .footer-contact-item, .footer-menu-title, .footer-menu-link {
    font-size: 1rem;
  }

  .case-study-right-wrap {
    height: 505px;
  }

  .paragraph-normal {
    font-size: 1rem;
  }

  .case-study-counter-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-size: 15px;
  }

  .case-study-counter {
    font-size: 1.875rem;
  }

  .title-semibold-h4 {
    font-size: 1.625rem;
  }

  .button-link-white {
    font-size: 18px;
  }

  .blog-title-header {
    max-width: 725px;
  }

  .pill-section-tag {
    font-size: 1.25rem;
  }

  .pill-tag-inner {
    background-color: #eff6ff;
    background-image: none;
  }

  .blog-list-bg {
    height: 550px;
  }

  .blog-search-field, .blog-search-button {
    font-size: 18px;
  }

  .blog-image {
    object-fit: cover;
    object-position: 11% 50%;
  }

  .blog-body {
    padding-top: 10px;
  }

  .press-release-image-wrap {
    height: 165px;
  }

  .award-logo.inc {
    width: 6.25rem;
  }

  .book-demo-title-header {
    max-width: 42.5rem;
  }

  .how-we-work-item {
    height: 300px;
  }

  .career-breadcrumb-item {
    font-size: 22px;
  }

  .career-hero-grid {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    grid-template-columns: .8fr 1fr;
  }

  .career-hero-content-title {
    width: 100%;
    max-width: 420px;
  }

  .why-join-us-header {
    max-width: 75%;
  }

  .why-join-us-item:hover {
    box-shadow: 7.1px 8.88px 17.76px #63636380;
  }

  .our-office-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .our-office-tab-link {
    padding-right: 20px;
    font-size: 2.25rem;
  }

  .our-office-location-1 {
    font-size: 1rem;
  }

  .our-office-location-2 {
    font-size: 16px;
    bottom: 35%;
  }

  .our-office-location-3 {
    font-size: 16px;
    bottom: 40%;
    right: 17%;
  }

  .why-join-us-hover {
    width: 500px;
  }

  .job-list-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .job-list-left-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr .6fr;
  }

  .job-list-info-flex {
    justify-content: center;
    align-items: center;
  }

  .job-body-rich-text p {
    font-size: 1rem;
  }

  .job-body-rich-text li {
    font-size: 16px;
  }

  .job-apply-header {
    max-width: 830px;
  }

  .form-file-field {
    background-position: 96%;
  }

  .service-right-shape {
    width: 120px;
    top: 500px;
  }

  .company-hero-header {
    max-width: 91%;
  }

  .company-hero-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .what-we-do-inner {
    grid-template-columns: 1fr 1fr;
  }

  .map-note {
    max-width: 500px;
    font-size: 18px;
  }

  .global-presence-1 {
    top: -2%;
  }

  .global-presence-2 {
    top: 41%;
  }

  .global-presence-3 {
    right: 19%;
  }

  .global-presence-image {
    width: 230px;
  }

  .certifications-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .85fr 1fr;
  }

  .partnerships-box {
    padding: 18.75rem 3.125rem 3.125rem;
  }

  .partnerships-grid, .awards-right-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .awards-item-box {
    border-radius: 1.25rem;
    height: 9.0625rem;
  }

  .why-hexaview-header {
    max-width: 550px;
  }

  .why-hexaview-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .certification-right-shape {
    width: 10rem;
  }

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

  .service-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 150px;
  }

  .title-semibold-h3-small {
    font-size: 1.6rem;
  }

  .cookie-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-wrapper {
    position: static;
    bottom: 170px;
  }

  .service---container {
    max-width: 85%;
  }

  .events-title {
    width: 65%;
  }

  .events-heading {
    font-size: 2.4rem;
  }

  .event-card-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-heading {
    font-size: 2.4rem;
  }

  .event-agenda-text {
    font-size: 1rem;
  }

  .events-container-hero-section, .upcoming-events-container {
    max-width: 85%;
  }

  .event-details-container, .event-details-overview-container {
    max-width: 75%;
  }

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

  .event-container, .event-details-hero-container {
    max-width: 85%;
  }

  .main-events-heading {
    font-size: 3.2rem;
  }

  .template-container {
    max-width: 85%;
  }

  .button-primary-3.bp3.bp17 {
    padding: .5rem 1.5rem;
  }

  .why-join-us-item-2:hover {
    box-shadow: 7.1px 8.88px 17.76px #63636380;
  }

  .benefits---card-2.bc1 {
    border-bottom-color: #b3dbff;
    border-left-color: #b3dbff;
    padding-left: 1.5rem;
  }

  .benefits---card-2.bc3 {
    border-left-color: #b3dbff;
    padding-left: 1.5rem;
  }

  .benefits---card-2.bc4 {
    border-bottom-color: #b3dbff;
    border-right-style: solid;
    border-right-color: #b3dbff;
  }

  .container-82 {
    width: 100%;
  }

  .faq-que {
    justify-content: space-between;
    align-items: stretch;
  }

  .container-152 {
    max-width: 850px;
    position: relative;
  }

  .column-3x-large {
    background-color: #0000;
  }

  .header-dashboard-asset {
    right: -3%;
  }

  .testimonial-client-logo {
    height: 40px;
  }

  .logo_grid-four.mt-30 {
    margin-top: 30px;
  }

  .popup-wrap {
    position: static;
  }

  .popup-close {
    width: 23px;
    top: 22%;
    right: 27%;
  }

  .popup {
    opacity: 0;
    display: none;
  }

  .navbar-3 {
    background-color: #124e34ed;
    background-image: radial-gradient(circle, #1063b1, #4329d3);
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding: 1rem 2.1875rem;
  }

  .header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .header-logo {
    width: 210px;
  }

  .navigation {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .nav-link, .dropdown-toggle {
    font-size: 1rem;
  }

  .nav-dropdown {
    font-size: 1.125rem;
  }

  .container {
    margin-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 2.8rem;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .title-semibold-h5 {
    font-size: 1.5rem;
  }

  .button-secondary {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: 1.125rem;
  }

  .client-logo {
    height: 3.75rem;
  }

  .section-tag {
    font-size: 1.5625rem;
  }

  .home-service-title {
    width: 100%;
  }

  .title-semibold-h3 {
    font-size: 1.9rem;
  }

  .testimonial-logo {
    width: 160px;
  }

  .counter-item {
    height: 21.875rem;
  }

  .counter-content-box {
    font-size: 1.5rem;
  }

  .title-semibold-h2 {
    font-size: 3.125rem;
  }

  .location-image {
    width: 140px;
  }

  .heading-style-h6 {
    font-size: 1.375rem;
  }

  .partner-logo.aws {
    height: 70px;
  }

  .partner-logo.salesforce {
    height: 4.6875rem;
  }

  .cta-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .cta-summary {
    max-width: 74%;
    font-size: 1.5625rem;
  }

  .cta-info-wrap {
    width: 580px;
  }

  .cta-image {
    width: 11.25rem;
  }

  .cta-button-left {
    left: 3%;
  }

  .cta-button-right {
    right: -17%;
  }

  .footer-client-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-client-item {
    width: 100px;
  }

  .footer-client-item.is-1 {
    width: 160px;
  }

  .footer-top-wrap {
    grid-template-columns: 18.75rem 1fr .4fr .4fr;
  }

  .footer-bottom-inner {
    font-size: 1rem;
  }

  .footer-social-media-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-social-media-link {
    width: 48px;
    height: 48px;
  }

  .footer-column.is-middle {
    margin-top: 45px;
  }

  .footer-logo {
    max-height: 60px;
  }

  .footer-contact-item {
    font-size: 1.125rem;
  }

  .footer-contact-icon {
    width: 25px;
    height: 25px;
  }

  .footer-menu-title {
    font-size: 1.125rem;
  }

  .case-study-left-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-study-right-wrap {
    border-radius: 30px;
    height: 555px;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .case-study-box-logo {
    width: 175px;
  }

  .title-semibold-h6 {
    font-size: 1.375rem;
  }

  .paragraph-normal {
    font-size: 1.125rem;
  }

  .case-study-counter-list {
    grid-template-columns: 1fr 1fr .8fr;
  }

  .case-study-counter-item {
    font-size: 1rem;
  }

  .case-study-counter {
    font-size: 2.125rem;
  }

  .case-study-info-box {
    font-size: 20px;
  }

  .title-semibold-h4 {
    font-size: 1.8125rem;
  }

  .button-link-white {
    font-size: 20px;
  }

  .blog-title-header {
    max-width: 800px;
  }

  .pill-section-tag {
    font-size: 1.375rem;
  }

  .blog-search-field {
    height: 70px;
    font-size: 20px;
    display: block;
    overflow: hidden;
  }

  .blog-search-button {
    font-size: 20px;
    display: flex;
  }

  .blog-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    display: inline-block;
  }

  .blog-pagination {
    margin-top: 150px;
  }

  .filter-dropdown-wrap {
    display: block;
  }

  .filter-dropdown-title {
    font-size: 22px;
  }

  .blog-body blockquote {
    padding: 40px;
  }

  .press-release-left-shape, .press-release-right-shape {
    width: 100px;
  }

  .press-release-list-wrap {
    margin-top: 100px;
  }

  .press-release-box {
    padding: 1.875rem;
  }

  .press-release-image-wrap {
    height: 185px;
  }

  .paragraph-medium {
    font-size: 18px;
  }

  .latest-customer-story-block {
    margin-bottom: 6.25rem;
  }

  .latest-customer-stories-item {
    border-radius: 40px;
  }

  .stories-top-menu {
    top: 90px;
  }

  .stories-top-menu.event-template-page {
    width: 60%;
    top: 70px;
  }

  .stories-top-menu-item {
    font-size: 1.15rem;
  }

  .award-logo.inc {
    width: 7.5rem;
  }

  .book-demo-section {
    padding-top: 12.5rem;
  }

  .book-demo-title-header {
    max-width: 56.25rem;
  }

  .book-demo-image-wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .how-we-work-item {
    height: 350px;
  }

  .career-hero-section {
    padding-top: 11rem;
  }

  .career-breadcrumb-item {
    font-size: 24px;
  }

  .career-hero-grid {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: .85fr 1fr;
    margin-top: 5rem;
  }

  .career-hero-content-title {
    max-width: 450px;
    margin-bottom: 40px;
  }

  .why-join-us-header {
    max-width: 80%;
  }

  .why-join-us-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 6.25rem;
  }

  .careers-gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .careers-gallery-item {
    border-radius: 1.2rem;
    padding: .9375rem;
  }

  .career-gallery-image {
    border-radius: 1rem;
  }

  .our-office-tab-link {
    padding-right: 30px;
    font-size: 2.5rem;
  }

  .our-office-content {
    padding-bottom: 30px;
  }

  .our-office-location-1 {
    font-size: 1.125rem;
  }

  .our-office-location-2, .our-office-location-3 {
    font-size: 18px;
  }

  .why-join-us-hover {
    top: -22%;
  }

  .why-join-us-content-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .job-list-section {
    padding-top: 11rem;
  }

  .job-list-box {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .job-list-top-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .job-list-button {
    width: 140px;
    font-size: 16px;
  }

  .job-location, .job-company-name {
    font-size: 18px;
  }

  .job-body-rich-text p {
    font-size: 1.125rem;
  }

  .job-body-rich-text li {
    font-size: 18px;
  }

  .job-body-content {
    padding-right: 10rem;
  }

  .job-apply-button {
    width: 140px;
    font-size: 16px;
  }

  .job-apply-section {
    padding-top: 12.5rem;
  }

  .job-apply-header {
    max-width: 900px;
  }

  .job-apply-form-inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .job-submit-button {
    font-size: 1rem;
  }

  .service-right-shape {
    width: 150px;
  }

  .filter-result-wrap {
    margin-top: 11rem;
    margin-left: 7.6rem;
    position: static;
    left: 9%;
  }

  .company-hero-section {
    padding-top: 11rem;
  }

  .company-hero-header {
    max-width: 84%;
  }

  .what-we-do-item {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .what-we-do-item.active {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .what-we-do-icon {
    width: 4.5rem;
  }

  .global-presence-1 {
    top: -3%;
    left: 9%;
  }

  .global-presence-3 {
    top: 33%;
  }

  .global-presence-image {
    width: 250px;
  }

  .global-presence-dot-box {
    width: 32px;
    height: 32px;
  }

  .global-presence-dot {
    width: 1rem;
    height: 1rem;
  }

  .global-presence-dot-active {
    width: 32px;
    height: 32px;
  }

  .certifications-inner {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .partnerships-box {
    border-radius: 30px;
    padding-top: 21.875rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .partnerships-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .partnerships-item {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .partnerships-logo.aws, .partnerships-logo.nvidia, .partnerships-logo.aws, .partnerships-logo.nvidia {
    height: auto;
  }

  .awards-right-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .awards-item-box {
    height: 10.3125rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .why-hexaview-header {
    max-width: 700px;
  }

  .why-hexaview-item {
    padding: 3.125rem 2.5rem;
  }

  .why-hexaview-icon {
    width: 6.25rem;
  }

  .certification-right-shape {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 12.5rem;
    top: 7.1875rem;
  }

  .job-back-button {
    font-size: 16px;
  }

  .dropdown-item {
    transition: none;
  }

  .dropdown-item-title {
    font-size: 1rem;
  }

  .service-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-semibold-h3-small {
    font-size: 1.9rem;
  }

  .empty-item-box, .success-message {
    margin-top: 120px;
  }

  .cookie-button-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: auto;
  }

  .cookie-close-icon {
    width: 30px;
    height: 30px;
  }

  .cta-wrapper {
    position: static;
    bottom: 150px;
  }

  .service---container {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .dropdown-item---services {
    transition: none;
  }

  .section {
    padding-top: 7rem;
  }

  .events-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 70%;
  }

  .title-text {
    font-size: 1.2rem;
  }

  .title-text.blue-heading {
    font-size: 1.5625rem;
  }

  .events-heading {
    font-size: 3rem;
  }

  .title-text-right {
    font-size: 1.2rem;
  }

  .featured-events {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--dark-blue) 70%, var(--off-white) 70%, var(--off-white));
  }

  .event-info {
    max-width: 80%;
  }

  .button-white {
    width: 170px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: .9375rem;
  }

  .div-block-158 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .event-card-image {
    height: 48%;
  }

  .event-card-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 30px;
    height: 350px;
    margin-top: -30px;
    padding: 40px 30px;
  }

  .event-location, .event-date {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .event-details-link {
    padding: 10px 21px;
  }

  .image-83 {
    height: 300px;
  }

  .event-card-description {
    font-size: .91rem;
  }

  .image-85 {
    height: 16px;
  }

  .date-location-text {
    font-size: .8rem;
  }

  .featured-event-card-title {
    font-size: 1.8rem;
  }

  .event-partner-with-us {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .event-partner-title {
    font-size: 1.56rem;
  }

  .event-partner-subtitle {
    font-size: 1.25rem;
  }

  .collection-item-2 {
    padding: 40px 50px;
  }

  .image-86 {
    height: 450px;
  }

  .featured-event-date-location {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .featured-event-date-location.event-template-page {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-88 {
    font-size: .9375rem;
  }

  .event-details-image-wrapper {
    padding: 18px;
  }

  .event-heading {
    font-size: 2.5rem;
  }

  .event-agenda-text {
    font-size: .9375rem;
  }

  .agenda-card {
    padding: 2.6rem;
  }

  .top-menu-section.event-main-page {
    top: 90px;
  }

  .events-container-hero-section {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .upcoming-events-container {
    padding-top: 0;
    padding-bottom: 7rem;
  }

  .featured-event-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 50%;
  }

  .rich-text-block.paragraph-large {
    font-size: .9375rem;
  }

  .key-takeaway-block {
    padding: 2.75rem 2.1rem;
  }

  .event-details-container {
    max-width: 65%;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .speaker-block {
    padding: 2.75rem 2.1rem;
  }

  .speaker-name-text {
    font-size: 1.3rem;
  }

  .speaker-title {
    font-size: .82rem;
  }

  .event-overview {
    font-size: 1.25rem;
  }

  .event-details-overview-container {
    max-width: 65%;
    padding-top: 7rem;
    padding-bottom: 0;
  }

  .event-details-overview-section {
    background-image: linear-gradient(180deg, var(--dark-blue), var(--dark-blue) 75%, var(--off-white) 75%, var(--off-white));
  }

  .event-details-text {
    font-size: 1.12rem;
  }

  .event-details-image {
    height: 16px;
    margin-top: 5px;
  }

  .agenda-image {
    height: 50px;
  }

  .button-arrow {
    height: 10px;
  }

  .event-text {
    font-size: .94rem;
  }

  .event-text.text-color-white {
    font-size: .95rem;
  }

  .event-title, .event-title.text-color-white, .event-title.text-color-white {
    font-size: 2.2rem;
  }

  .event-tag {
    font-size: 1.1rem;
  }

  .event-container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .event-card-title {
    font-size: 1.38rem;
  }

  .event-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-169 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .event-details-hero-container {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6915dc1b9e516b769fdccc47_grey-bg-lines.webp");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 98% 90%;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .main-events-heading {
    font-size: 4rem;
  }

  .section---hero {
    padding-top: 11rem;
  }

  .template-container {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .benefits-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 336px;
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
  }

  .techstack-item-image {
    max-width: none;
    max-height: 44px;
  }

  .techstack-item {
    padding: 20px 14.4px;
  }

  .button-primary-3 {
    padding: .9375rem 3.25rem;
    font-size: 1.125rem;
  }

  .benefits---card-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 4rem 4.5rem 4rem 0;
  }

  .benefits---grid-heading-2 {
    font-size: 28px;
  }

  .stat_card-3 {
    border-radius: 9px;
    justify-content: center;
    align-items: center;
  }

  .services-dropdown-new {
    width: 1200px;
  }

  .header-services-trending {
    width: 90%;
    height: 100%;
  }

  .paragraph-110 {
    font-size: .58rem;
  }

  .paragraph-111 {
    font-size: .85rem;
  }

  .services---nav-dropdown {
    font-size: 1.125rem;
  }

  .services---nav-link {
    font-size: 1rem;
  }

  .section-120 {
    margin-top: 0;
    display: block;
  }

  .container-152 {
    width: 84%;
    max-width: none;
    height: 500px;
  }

  .div-block-595 {
    padding-left: 45px;
  }

  .image-247 {
    width: 90%;
    height: 550px;
    margin-left: 10%;
  }

  .code-embed-5 {
    display: block;
  }

  .rt-cta-wrapper {
    padding-top: 135px;
    padding-bottom: 145px;
  }

  .container-regular {
    max-width: 1280px;
  }

  .header-dashboard-asset {
    max-width: 50%;
    min-height: 80%;
    right: -3%;
  }

  .popup-close {
    top: 22%;
    right: 30%;
  }

  .popup {
    opacity: 1;
    display: none;
  }

  .tab-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    background-color: var(--off-white);
  }

  .container {
    max-width: 1600px;
  }

  .heading-style-h1 {
    font-size: 3.75rem;
  }

  .title-semibold-h5 {
    font-size: 1.875rem;
  }

  .button-secondary {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .section-tag {
    font-size: 1.875rem;
  }

  .title-semibold-h3 {
    font-size: 2.8125rem;
  }

  .counter-item {
    height: 26.25rem;
  }

  .counter-item.is-white {
    padding: 1.875rem;
  }

  .counter-item.is-blue {
    padding: 20px;
  }

  .counter-item.is-content {
    padding: 30px;
  }

  .counter-content-box {
    font-size: 1.875rem;
  }

  .title-semibold-h2 {
    font-size: 3.75rem;
  }

  .location-image {
    width: 165px;
  }

  .location-dot {
    width: 12px;
    height: 12px;
  }

  .location-dot-box, .location-dot-active {
    width: 24px;
    height: 24px;
  }

  .why-choose-item {
    padding: 2.5rem 1.875rem;
  }

  .heading-style-h6 {
    font-size: 1.5625rem;
  }

  .partner-grid-wrap {
    width: 100%;
    max-width: 90.625rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-summary {
    max-width: 80%;
    font-size: 2.1875rem;
  }

  .cta-info-wrap {
    width: 680px;
  }

  .cta-image {
    width: 13.125rem;
  }

  .cta-button-left {
    left: 0%;
  }

  .cta-button-right {
    right: -27%;
  }

  .footer-client-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .footer-top-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 20rem 1fr .4fr .5fr;
  }

  .footer-bottom-inner {
    font-size: 1.125rem;
  }

  .footer-summary {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }

  .footer-menu-link {
    font-size: 1.125rem;
  }

  .case-study-inner-box {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .case-study-right-wrap {
    height: 540px;
  }

  .case-study-content {
    max-width: 85%;
  }

  .title-semibold-h6 {
    font-size: 1.5rem;
  }

  .case-study-counter-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .case-study-counter {
    font-size: 2.1875rem;
  }

  .case-study-info-box {
    font-size: 22px;
  }

  .title-semibold-h4 {
    font-size: 2.125rem;
  }

  .button-link-white {
    font-size: 22px;
    transition: all .35s ease-in-out;
  }

  .blog-title-header {
    max-width: 1050px;
  }

  .blog-search-field {
    padding: 13px 55px;
  }

  .blog-filter-form-box {
    max-width: 64.0625rem;
  }

  .blog-body p {
    line-height: 1.8;
  }

  .blog-body h6 {
    line-height: 1.7;
  }

  .press-release-left-shape, .press-release-right-shape {
    width: 130px;
  }

  .press-release-image-wrap {
    height: 250px;
  }

  .paragraph-medium {
    font-size: 20px;
  }

  .stories-top-menu {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: static;
  }

  .stories-top-menu-item {
    font-size: 1.3rem;
  }

  .heading-style-h3 {
    line-height: 1.4;
  }

  .book-demo-title-header {
    max-width: 100%;
  }

  .how-we-work-item {
    height: 380px;
    padding: 2.5rem 1.875rem;
  }

  .career-breadcrumb-item {
    font-size: 28px;
  }

  .career-hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .career-hero-left {
    padding-right: 60px;
  }

  .career-hero-content-title {
    max-width: 600px;
  }

  .why-join-us-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .why-join-us-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .careers-gallery-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .our-office-grid {
    grid-template-columns: 1fr 30.625rem;
  }

  .our-office-tab-link {
    font-size: 2.8125rem;
  }

  .our-office-location-1 {
    font-size: 1.5rem;
  }

  .our-office-location-2 {
    font-size: 24px;
    bottom: 34%;
    right: 26.5%;
  }

  .our-office-location-3 {
    font-size: 24px;
    bottom: 39%;
    right: 18%;
  }

  .why-join-us-hover {
    top: -20%;
  }

  .job-list-box {
    border-radius: 40px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .job-list-gray-tag {
    font-size: 16px;
  }

  .job-apply-header {
    max-width: 1190px;
  }

  .company-hero-header {
    max-width: 90%;
  }

  .company-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .global-presence-wrap {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .map-note {
    max-width: 550px;
    font-size: 20px;
  }

  .certifications-inner {
    grid-template-columns: 1fr 1fr;
  }

  .certifications-item {
    width: 150px;
  }

  .certifications-image.small {
    width: 100%;
  }

  .certifications-summary {
    padding-right: 60px;
  }

  .why-hexaview-header {
    max-width: 900px;
  }

  .why-hexaview-grid {
    grid-column-gap: 4.0625rem;
    grid-row-gap: 4.0625rem;
  }

  .why-hexaview-icon {
    width: 7.5rem;
  }

  .title-semibold-h3-small {
    font-size: 2.5rem;
  }

  .cookie-button-wrap {
    margin-right: 40px;
  }

  .cookie-close-button {
    width: 60px;
    height: 60px;
  }

  .cta-wrapper {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service---container {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .events-title {
    width: 70%;
  }

  .title-text {
    font-size: 1.5rem;
  }

  .title-text.blue-heading {
    font-size: 1.8rem;
  }

  .events-heading {
    font-size: 3.8rem;
  }

  .title-text-right {
    font-size: 1.5rem;
  }

  .featured-events {
    background-image: linear-gradient(180deg, var(--dark-blue), #13132a 60%, var(--dark-blue) 39%, #13132a 0%, var(--off-white) 60%, var(--off-white));
  }

  .event-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 70%;
  }

  .button-white {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.125rem;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .event-card-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 410px;
    padding: 40px;
  }

  .image-83 {
    height: 350px;
  }

  .event-card-description {
    font-size: 1.1rem;
  }

  .image-85 {
    height: 20px;
  }

  .date-location-text {
    color: var(--light-gray);
    font-size: 1.2rem;
  }

  .featured-event-card-title {
    font-size: 1.6rem;
  }

  .image-86 {
    object-fit: cover;
    max-width: 45%;
  }

  .featured-event-date-location.event-template-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-88 {
    font-size: 1.1rem;
  }

  .event-details-image-wrapper {
    width: 100%;
    max-width: 45%;
    padding: 25px;
  }

  .image-87 {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
  }

  .event-heading {
    color: var(--heading-color);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .grid-2.adenda-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .event-agenda-text {
    font-size: 1rem;
  }

  .agenda-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .event-details-section {
    background-color: var(--off-white);
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .top-menu-section {
    background-color: var(--transparent);
    background-image: none;
    padding-top: 1rem;
    position: sticky;
    top: 115px;
  }

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

  .page-wrapper-event-template {
    background-color: var(--off-white);
  }

  .events-container-hero-section {
    max-width: 1600px;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .upcoming-events-container {
    max-width: 1600px;
    padding-top: 0;
    padding-bottom: 9rem;
  }

  .featured-event-info {
    max-width: 50%;
  }

  .heading-2 {
    font-size: 1.4rem;
  }

  .rich-text-block.paragraph-large {
    font-size: 1.2rem;
  }

  .key-takeaway-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .event-details-container {
    max-width: 65%;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .speaker-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .speaker-name-text {
    font-size: 1.4rem;
  }

  .speaker-title {
    font-size: 1rem;
  }

  .event-agenda-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .event-overview {
    font-size: 1.5rem;
  }

  .event-details-overview-container {
    padding-top: 9rem;
    padding-bottom: 0;
  }

  .event-details-overview-section {
    background-image: linear-gradient(180deg, var(--dark-blue), #13132a 60%, var(--dark-blue) 70%, #13132a 0%, var(--off-white) 70%, var(--off-white));
  }

  .button-arrow {
    height: 14px;
  }

  .event-text {
    font-size: 1.1rem;
  }

  .event-title.text-color-black {
    font-size: 2.4rem;
  }

  .event-tag {
    font-size: 1.3rem;
  }

  .event-container {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .event-card-title {
    font-size: 1.6rem;
  }

  .event-details-hero-container {
    max-width: 1600px;
  }

  .main-events-heading {
    font-size: 4.8rem;
  }

  .template-container {
    max-width: 1600px;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .benefits-item {
    max-height: 420px;
    padding: 2.5rem 1.875rem;
  }

  .techstack-item-image {
    max-width: 175px;
  }

  .techstack-item {
    padding: 25px 18px;
  }

  .card-text {
    font-size: 17px;
    line-height: 21px;
  }

  .page-wrapper-3 {
    background-color: #f6f6f6;
  }

  .button-primary-3 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button-primary-3.bp3 {
    left: 855px;
  }

  .button-primary-3.bp3.bp17 {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }

  .benefits---grid-heading-2 {
    font-size: 30px;
  }

  .container-82 {
    max-width: 1200px;
  }

  .container-87 {
    max-width: 1600px;
  }

  .paragraph-74 {
    max-width: 1322px;
    margin-bottom: 0;
    padding-bottom: 36px;
    font-size: 28px;
    line-height: 50px;
  }

  .heading-105 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 32px;
    font-size: 60px;
  }

  .section-77 {
    padding-top: 148px;
    padding-bottom: 118px;
  }

  .div-block-413 {
    object-fit: fill;
    align-self: center;
    padding-right: 0;
  }

  .dropdown-list-services {
    left: -50%;
    right: 0%;
  }

  .section-120 {
    margin-top: 0;
  }

  .container-152 {
    max-width: 60%;
    height: 520px;
    display: flex;
  }

  .image-247 {
    width: 100%;
    height: 551px;
  }

  .nav-container-large {
    max-width: 1280px;
  }

  .testimonial-client-logo {
    height: 50px;
  }

  .testimonial-client-logo.logo-large {
    height: 70px;
  }

  .nav-menu-large {
    width: 800px;
  }

  .testimonial-logos {
    align-items: center;
  }

  .popup-close {
    top: 34%;
    right: 34%;
  }

  .award-grid {
    width: 100%;
    max-width: 90.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    border-radius: 10px;
    padding: .875rem 1.25rem;
  }

  .navigation {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-right: 40px;
  }

  .nav-menu {
    z-index: 98;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 450px;
    height: 100vh;
    padding: 120px 0 60px 40px;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: auto;
    transform: translate(105%);
  }

  .brand {
    z-index: 100;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1rem;
  }

  .nav-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    max-width: 92%;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .title-semibold-h5 {
    font-size: 1.125rem;
  }

  .button-secondary.blog-pagination {
    margin-top: 80px;
  }

  .section-tag {
    font-size: 1rem;
  }

  .title-semibold-h2 {
    font-size: 1.875rem;
  }

  .why-choose-item {
    padding: 1.25rem .9375rem;
  }

  .cta-inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .cta-info-wrap {
    width: 400px;
    margin-top: 55px;
  }

  .cta-image {
    width: 7.5rem;
  }

  .cta-button-right {
    right: -23%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-top-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3.125rem;
    grid-template-columns: 1fr .4fr .4fr;
    margin-top: 4.375rem;
    margin-bottom: 3.75rem;
  }

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

  .footer-bottom-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .copyright-text {
    text-align: center;
    order: 9999;
    width: 100%;
  }

  .footer-legal-list {
    order: -9999;
  }

  .footer-social-media-icon {
    width: 1.125rem;
  }

  .footer-summary {
    width: 15.625rem;
  }

  .case-study-inner-box {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .case-study-right-wrap {
    border-radius: 15px;
    height: 400px;
    padding-bottom: 2.1875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .case-study-box-logo {
    margin-bottom: 60px;
  }

  .case-study-content-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .case-study-top-content {
    font-size: 16px;
  }

  .menu-button {
    z-index: 101;
    background-color: var(--primary);
    border-radius: .3125rem;
    width: 2.8125rem;
    height: 2.8125rem;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--primary);
  }

  .menu-bar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-top-line, .menu-bottom-line {
    background-color: var(--white);
    width: 22px;
    height: 2px;
    padding: 0;
  }

  .menu-middle-line {
    background-color: var(--white);
    width: 1.375rem;
    height: .125rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding: 0;
  }

  .blog-search-field {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-filter-form-box {
    max-width: 82%;
  }

  .blog-pagination {
    margin-top: 100px;
  }

  .filter-dropdown-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .filter-dropdown-title {
    font-size: 18px;
  }

  .filter-select {
    width: 220px;
    font-size: 16px;
  }

  .blog-body p {
    font-size: 14px;
  }

  .blog-body h2 {
    font-size: 1.625rem;
  }

  .blog-body h6 {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .blog-body li {
    font-size: 14px;
  }

  .blog-body blockquote {
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 24px;
    font-size: 16px;
  }

  .blog-body h5 {
    font-size: 1.125rem;
  }

  .blog-body h1 {
    font-size: 28px;
  }

  .blog-body h3 {
    font-size: 24px;
  }

  .blog-body h4 {
    font-size: 22px;
  }

  .press-release-left-shape, .press-release-right-shape {
    width: 70px;
  }

  .press-release-grid {
    grid-template-columns: 1fr 1fr;
  }

  .press-release-image-wrap {
    height: 160px;
  }

  .paragraph-medium {
    font-size: 16px;
  }

  .latest-customer-story-block {
    margin-bottom: 3.75rem;
  }

  .stories-top-menu {
    top: 72px;
  }

  .stories-top-menu.event-template-page {
    width: 90%;
  }

  .stories-top-menu-item {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    font-size: 1rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .award-logo {
    width: 9.375rem;
  }

  .award-logo.inc {
    width: 6.5625rem;
  }

  .book-demo-section {
    padding-top: 10rem;
    padding-bottom: 3.75rem;
  }

  .book-demo-image-wrap {
    margin-top: 3.75rem;
  }

  .how-we-work-item {
    height: 250px;
    padding: 1.25rem .9375rem;
  }

  .career-hero-section {
    padding-top: 10rem;
  }

  .career-breadcrumb-item {
    font-size: 18px;
  }

  .career-hero-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem;
  }

  .career-hero-content-title {
    width: 85%;
    margin-bottom: 20px;
  }

  .why-join-us-header {
    max-width: 90%;
  }

  .why-join-us-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.75rem;
  }

  .careers-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-office-grid {
    grid-template-columns: 1fr;
  }

  .our-office-location-1 {
    top: 36%;
  }

  .our-office-location-2 {
    bottom: 34%;
  }

  .our-office-location-3 {
    bottom: 39%;
    right: 19%;
  }

  .why-join-us-hover {
    width: 500px;
  }

  .job-list-section {
    padding-top: 10rem;
  }

  .job-list-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .job-list-box {
    border-radius: 24px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .job-list-left-wrap {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .job-list-info-flex {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .job-list-gray-tag {
    font-size: 12px;
  }

  .job-list-column-last {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .job-location {
    font-size: 14px;
  }

  .job-company-name {
    margin-top: 6px;
    font-size: 14px;
  }

  .job-apply-section {
    padding-top: 10rem;
  }

  .job-apply-header {
    max-width: 100%;
  }

  .similar-job-list-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .job-apply-form-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .form-label {
    font-size: 13px;
  }

  .form-text-field, .form-file-field {
    font-size: 14px;
  }

  .service-right-shape {
    width: 80px;
    top: 350px;
  }

  .filter-result-wrap {
    flex-flow: wrap;
    margin-top: 3.75rem;
  }

  .company-hero-section {
    padding-top: 10rem;
  }

  .company-hero-header {
    max-width: 100%;
  }

  .company-hero-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 4.375rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .what-we-do-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .what-we-do-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: .9fr 1fr;
  }

  .what-we-do-item {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .what-we-do-item.active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .what-we-do-content {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

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

  .global-presence-wrap {
    margin-top: 50px;
  }

  .global-presence-1 {
    top: -6%;
  }

  .global-presence-2 {
    top: 38%;
  }

  .global-presence-3 {
    top: 28%;
  }

  .global-presence-image {
    width: 150px;
  }

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

  .certifications-inner {
    grid-template-columns: .8fr 1fr;
  }

  .certifications-image {
    width: 130px;
  }

  .certifications-image.small {
    width: 7.1875rem;
  }

  .certifications-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .certifications-content-box {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    padding: 1.25rem;
  }

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

  .partnerships-inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 2.5rem;
  }

  .partnerships-box {
    background-position: 100% 0;
    padding: 12.5rem 1.25rem 1.25rem;
  }

  .partnerships-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .partnerships-item {
    padding: .9375rem;
  }

  .partnerships-logo.aws {
    height: 45px;
  }

  .partnerships-logo.nvidia {
    height: 55px;
  }

  .awards-section {
    padding-bottom: 5rem;
  }

  .awards-inner {
    grid-template-columns: 1fr;
  }

  .awards-item-box {
    height: 8.75rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

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

  .why-hexaview-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 3.125rem;
  }

  .why-hexaview-item {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    border-radius: .9375rem;
    padding: 1.875rem 1.25rem;
  }

  .why-hexaview-icon {
    margin-bottom: .9375rem;
  }

  .certification-right-shape {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 6.25rem;
  }

  .dropdown-list {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .empty-item-box, .success-message {
    margin-top: 60px;
  }

  .cookie-banner {
    padding-right: 50px;
    font-size: 12px;
  }

  .cookie-banner-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .utility-page-content {
    width: 75%;
  }

  .cta-wrapper {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .service---container {
    max-width: 92%;
  }

  .services-dropdown {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dropdown-item---services {
    width: 100%;
  }

  .div-block-156 {
    z-index: 99;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .events-title {
    width: 100%;
    max-width: 90%;
  }

  .events-title.heading-container {
    width: 100%;
    max-width: none;
  }

  .event-info {
    max-width: 90%;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .event-partner-title {
    font-size: 1.2rem;
  }

  .event-partner-subtitle {
    font-size: 1rem;
  }

  .collection-item-2 {
    flex-flow: column-reverse;
  }

  .image-86 {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .event-details-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

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

  .agenda-card {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .events-container-hero-section {
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 92%;
  }

  .upcoming-events-container {
    max-width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-event-info {
    max-width: 90%;
  }

  .grid-3 {
    grid-template: "Area Area Area Area Area"
                   "Area Area Area Area Area"
                   "Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2"
                   / 1fr 1fr 1fr 1fr 1fr;
  }

  .event-details-container {
    max-width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .image-94 {
    left: -45px;
  }

  .event-details-overview-container {
    max-width: 92%;
    padding-left: 0;
    padding-right: 0;
  }

  .event-details-image {
    margin-top: 3px;
  }

  .event-container {
    max-width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-169 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    max-width: none;
  }

  .event-details-hero-container {
    max-width: 92%;
  }

  .section---hero {
    padding-top: 10rem;
  }

  .template-container {
    max-width: 92%;
  }

  .benefits---grid-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefits-item {
    padding: 1.25rem .9375rem;
  }

  .main-wrapper-2 {
    overflow: visible;
  }

  .bdcs-cards-wrapper {
    justify-content: stretch;
    align-self: center;
  }

  .button-primary-3.bp3 {
    left: 325px;
  }

  .benefits---card-2 {
    border-right-style: none;
    border-right-width: 0;
    padding-right: 0;
  }

  .benefits---card-2.bc2, .benefits---card-2.bc4 {
    border-bottom-style: none;
  }

  .benefits---card-2.bc1 {
    border-bottom-style: none;
    border-left-style: none;
  }

  .benefits---card-2.bc3 {
    border-left-style: none;
  }

  .benefits---card-2.bc2, .benefits---card-2.bc4 {
    border-bottom-style: none;
  }

  .paragraph-74 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-105 {
    font-size: 30px;
  }

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

  .stat_card-3 {
    border-radius: 13px;
    height: 99.6px;
    padding: 12px;
  }

  .dropdown-list-services {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .header-services-trending {
    display: none;
  }

  .services---nav-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .services---nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }

  .body {
    overflow: visible;
  }

  .ce1 {
    position: relative;
  }

  .rt-cta-wrapper {
    padding: 50px 15px 60px;
  }

  .heading-style-h5-2 {
    font-size: 1.75rem;
  }

  .hero_title-row {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero_features-left {
    grid-template-columns: 1fr 1fr;
  }

  .column-3x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .column-4x-large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .header-dashboard-asset {
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 16px;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-bottom: -40px;
    position: static;
  }

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

  .h4-heading {
    font-size: 28px;
  }

  .dashboard-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .header-content-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
  }

  .nav-link-new {
    color: #414141;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link-new.dropdown-toggle {
    color: #414141;
  }

  .nav-link-new.dropdown-toggle:hover {
    color: var(--white);
  }

  .nav-dropdown-list {
    position: static;
  }

  .nav-dropdown-list.w--open {
    padding-top: 4px;
    padding-bottom: 4px;
    position: static;
  }

  .nav-dropdown-slot {
    padding-top: 0;
  }

  .navbar---new {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-container-large {
    padding-right: 16px;
  }

  .nav-menu-button {
    background-color: #000;
  }

  .nav-menu-button.w--open {
    background-color: #5caefe;
  }

  .nav-dropdown-card {
    box-shadow: none;
    background-color: #0000;
  }

  .nav-menu-a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fafafa;
    border: 1px solid #fff;
    border-radius: 24px;
    flex-flow: column;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    position: absolute;
    left: 5%;
    right: 5%;
  }

  .nav-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .nav_bar-4 {
    padding-bottom: .75rem;
  }

  .nav-dropdown-3, .nav-dropdown-4 {
    width: 100%;
    margin-bottom: 4px;
  }

  .logo_grid-four {
    grid-template-columns: 1fr 1fr;
  }

  .section-regular {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sections-heading {
    font-size: 28px;
  }

  .feature-card-outline.mb-20 {
    margin-bottom: 20px;
  }

  .title-left {
    width: 600px;
  }

  .testimonial_person {
    height: 500px;
  }

  .testimonial_tabs-menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .testimonial_tabs {
    flex-flow: column;
  }

  .testimonial_details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 4px dashed #6869ac;
    border-right-style: none;
    padding: 2rem 5%;
  }

  .testimonial_grid {
    grid-template-columns: 2fr;
  }

  .client-image {
    object-fit: cover;
  }

  .nav-menu-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .6fr;
    width: auto;
    max-height: 30vh;
    display: flex;
    overflow: auto;
  }

  .nav-menu-links {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-title.visible-tablet {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-links-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .content-bento-image-wrapper {
    max-width: none;
    max-height: 250px;
  }

  .content-bento-image-wrapper.medium {
    max-width: none;
  }

  .content-bento, .footer_grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .footer_contact {
    max-width: none;
  }

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

  .footer-new {
    padding-top: 4.5rem;
  }

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

  .form_block {
    align-items: center;
  }

  .engineering_grid, .engineering_grid.three, .engineering_grid.three {
    display: block;
  }

  .ai-service-image {
    height: 350px;
    margin-bottom: 20px;
  }

  .testimonial-slider-image {
    height: auto;
  }

  .testimonial-slider-card {
    align-items: stretch;
  }

  .testimonial-logo-row {
    justify-content: flex-start;
  }

  .grid-three-column-4 {
    grid-template-columns: 1fr 1fr;
  }

  .process-dashed-line {
    display: none;
  }

  .process-grid-three {
    grid-template-columns: 1fr 1fr;
  }

  .data-image {
    display: none;
  }

  .nav-dropdown-slot-2 {
    padding-top: 0;
  }

  .nav-dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .header-section---about {
    padding-top: 64px;
  }

  .header-image-grid {
    display: none;
  }

  .timeline-progress {
    left: 0%;
  }

  .timeline-left {
    max-width: none;
  }

  .timeline-step-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .timeline-right {
    max-width: none;
  }

  .team-grid-small {
    grid-template-columns: 1fr;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .location-card {
    min-width: 200px;
    padding: 24px;
  }

  .location-section {
    padding-bottom: 150px;
  }

  .location-card-image {
    display: none;
  }

  .location-title-wrapper {
    margin-bottom: 100px;
  }

  .h3-heading {
    font-size: 36px;
  }

  .feature_statistics.salesforce {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project_sticky {
    max-width: none;
    position: static;
  }

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

  .project_article-images {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .feature_image-wrapper {
    max-width: none;
  }

  .hero34_avatars {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .ai-lab-header {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .hero_overlay {
    background-image: linear-gradient(#fff0, #ffffffc4 31%, #fff);
    justify-content: center;
    align-items: center;
    height: 12.5rem;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero_graphic {
    max-width: none;
    max-height: 28.125rem;
  }

  .hero_grid-large {
    grid-template-columns: 1fr;
  }

  .content-tab-image {
    max-height: none;
  }

  .content-tab-link {
    border-style: none;
    border-color: #000;
  }

  .content-tab-link.w--current {
    border-style: none;
    border-color: #000;
    flex-flow: wrap;
  }

  .content-tab-grid {
    grid-template-columns: 1fr;
  }

  .content-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .hero_grid, .content_grid, .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .image_cover {
    margin-top: 30px;
  }

  .grid-two-column-4 {
    grid-template-columns: 1fr;
  }

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

  .form_card-outline {
    max-width: none;
  }

  .grid-two-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-header-bottom {
    display: block;
  }

  .header-features {
    grid-column-gap: 24px;
    padding: 24px;
  }

  .divider-wrapper {
    margin-top: 60px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header-image-2 {
    display: none;
  }

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

  .grid-five-column.mt-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-grid {
    flex-flow: column;
    grid-template-columns: 1.5fr 1fr;
    display: flex;
  }

  .blog_card-featured {
    grid-template-columns: 1fr;
  }

  .blog-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog_article-image {
    height: auto;
  }

  .ebook_image {
    height: 300px;
  }

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

  .blog_image-3 {
    height: 350px;
  }

  .blog_grid-two {
    grid-template-columns: 1fr;
  }

  .blog_article-image-2 {
    height: auto;
  }

  .data-grid-wrapper {
    display: block;
  }

  .cta_block-outline {
    grid-template-columns: 1fr;
  }

  .cta_pattern {
    display: none;
  }

  .feature_grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid-large, .services-grid-three {
    grid-template-columns: 1fr;
  }

  .hiw_tile.is-middle {
    margin-top: 0;
  }

  .hiw_arrow-02 {
    inset: auto auto -5rem 0%;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .hiw_arrow-01 {
    top: -2.5rem;
    left: -.75rem;
  }

  .table_wrapper {
    width: 81.25rem;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 160px;
  }

  .nav-menu {
    width: 100%;
    display: none;
  }

  .brand {
    z-index: 102;
  }

  .container {
    max-width: 90%;
  }

  .heading-style-h1 {
    font-size: 1.75rem;
  }

  .button-secondary.blog-pagination {
    margin-top: 60px;
  }

  .section-tag-icon {
    width: 14px;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .title-semibold-h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .counter-content-box {
    font-size: 1.125rem;
    bottom: 24px;
    left: 20px;
  }

  .title-semibold-h2 {
    font-size: 1.75rem;
  }

  .why-choose-item {
    padding: 1.5rem;
  }

  .partner-grid-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .cta-inner {
    padding: 3.125rem 1.5rem;
  }

  .cta-summary {
    max-width: 100%;
    font-size: 1.125rem;
  }

  .cta-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    margin-top: 40px;
  }

  .cta-image {
    width: 5rem;
    margin-left: -1.25rem;
  }

  .cta-button-left {
    width: 175px;
    margin-left: 20px;
    position: static;
    transform: none;
  }

  .cta-button-right {
    width: 10.9375rem;
    position: static;
    right: -12%;
    transform: none;
  }

  .footer {
    padding-top: 60px;
  }

  .footer:where(.w-variant-9f2f7335-d338-d0d8-ea29-461b493ded4a) {
    padding-top: 20rem;
  }

  .footer-client-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer-top-wrap {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-logo:where(.w-variant-9f2f7335-d338-d0d8-ea29-461b493ded4a) {
    width: 100%;
  }

  .footer-menu-title {
    font-size: 1rem;
  }

  .footer-menu-link {
    font-size: .9375rem;
  }

  .case-study-inner-box {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .case-study-right-wrap {
    height: auto;
  }

  .case-study-image {
    overflow: clip;
  }

  .title-semibold-h4 {
    font-size: 1.5rem;
  }

  .cta-button-wrap {
    margin-top: 1.5rem;
  }

  .blog-title-header {
    max-width: 100%;
  }

  .pill-section-tag {
    font-size: 1rem;
  }

  .pill-tag-inner {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .blog-search-field {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px;
  }

  .blog-filter-form-box {
    max-width: 100%;
  }

  .search-icon {
    width: 18px;
    font-size: .8rem;
  }

  .blog-pagination {
    margin-top: 70px;
  }

  .filter-dropdown-wrap {
    margin-left: 0;
  }

  .blog-body h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .blog-body h6 {
    margin-bottom: 1.5rem;
  }

  .blog-body h5 {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .blog-body h1 {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .blog-body h3 {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .blog-body h4 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .press-release-left-shape {
    width: 60px;
    top: 130px;
  }

  .press-release-right-shape {
    width: 60px;
  }

  .press-release-list-wrap {
    margin-top: 60px;
  }

  .press-release-grid {
    grid-template-columns: 1fr;
  }

  .press-release-image-wrap {
    height: 16.875rem;
  }

  .paragraph-medium {
    font-size: 14px;
  }

  .latest-customer-stories-item {
    padding: 1.875rem;
  }

  .stories-top-menu-item {
    font-size: .8125rem;
  }

  .heading-style-h3 {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .award-logo {
    width: 100%;
  }

  .award-logo.inc {
    width: 5.3125rem;
  }

  .book-demo-section {
    padding-top: 8.75rem;
  }

  .book-demo-image-wrap {
    margin-top: 3.125rem;
  }

  .how-we-work-item {
    padding: 1.5rem;
  }

  .career-hero-section {
    padding-top: 8.75rem;
    padding-bottom: 3.125rem;
  }

  .career-breadcrumb-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3.75rem;
  }

  .career-hero-button {
    margin-top: 30px;
  }

  .career-hero-content-title {
    width: 100%;
  }

  .why-join-us-section {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }

  .why-join-us-header {
    max-width: 100%;
  }

  .why-join-us-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 3.125rem;
  }

  .careers-gallery-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .careers-gallery-grid {
    margin-top: 3.75rem;
  }

  .career-gallery-image {
    border-radius: 1rem;
  }

  .our-offices-section {
    padding-bottom: 3.125rem;
  }

  .our-office-grid {
    margin-top: 3.125rem;
  }

  .our-office-location-1 {
    top: 34%;
  }

  .our-office-location-2 {
    bottom: 33%;
    right: 27%;
  }

  .our-office-location-3 {
    right: 16%;
  }

  .job-list-section {
    padding-top: 8.75rem;
  }

  .job-list-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .job-list-box {
    border-radius: 20px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .job-list-top-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .job-list-left-wrap {
    border-right-style: none;
    padding-right: 0;
  }

  .job-list-gray-tag {
    font-size: 12px;
  }

  .job-list-column-last {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    justify-content: flex-end;
    align-items: center;
  }

  .job-location {
    font-size: 12px;
  }

  .job-apply-section {
    padding-top: 8.75rem;
  }

  .job-apply-header {
    margin-bottom: 3.125rem;
  }

  .job-apply-form-inner {
    grid-template-columns: 1fr;
  }

  .service-right-shape {
    top: 380px;
  }

  .filter-result-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .company-hero-section {
    padding-top: 8.75rem;
  }

  .company-hero-grid {
    margin-top: 3.125rem;
  }

  .heading-style-h4 {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .what-we-do-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .what-we-do-inner {
    grid-template-columns: 1fr;
  }

  .what-we-do-button-wrap {
    margin-top: 15px;
  }

  .what-we-do-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .what-we-do-item.active {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .what-we-do-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .global-presence-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .global-presence-wrap {
    margin-top: 40px;
  }

  .map-note {
    font-size: 14px;
  }

  .global-presence-image {
    width: 120px;
  }

  .global-presence-dot-box {
    width: 20px;
    height: 20px;
  }

  .global-presence-dot {
    width: .5rem;
    height: .5rem;
  }

  .global-presence-dot-active {
    width: 20px;
    height: 20px;
  }

  .certifications-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .certifications-inner {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    grid-template-columns: 1fr;
  }

  .certifications-image {
    width: 160px;
  }

  .partnerships-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .partnerships-inner {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    border-radius: 1.25rem;
    padding: 1.875rem;
  }

  .partnerships-box {
    background-position: 80% 0;
    border-radius: 15px;
    padding-bottom: .9375rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .partnerships-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .partnerships-item {
    border-radius: .625rem;
    padding: .625rem;
  }

  .partnerships-logo.aws {
    height: 35px;
  }

  .awards-section {
    padding-bottom: 3.75rem;
  }

  .awards-right-wrap {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
  }

  .awards-item-box {
    height: 7.5rem;
  }

  .why-hexaview-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .why-hexaview-header {
    max-width: 100%;
  }

  .why-hexaview-grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-hexaview-icon {
    width: 4.0625rem;
  }

  .title-semibold-h3-small {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .success-message {
    margin-top: 50px;
  }

  .cookie-banner {
    padding-right: 30px;
    font-size: 14px;
  }

  .cookie-banner-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cookie-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .utility-page-content {
    width: 75%;
  }

  .service---container {
    max-width: 90%;
  }

  .services-dropdown {
    width: 100%;
  }

  .events-title {
    max-width: 100%;
  }

  .title-text {
    font-size: .8rem;
  }

  .events-heading {
    font-size: 1.6rem;
  }

  .title-text-right {
    font-size: .8rem;
  }

  .event-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .button-white {
    font-size: .8rem;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .event-date-location {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .event-location {
    justify-content: flex-start;
    align-items: center;
  }

  .featured-event-card-title {
    font-size: 1.2rem;
  }

  .event-partner-title {
    font-size: 1rem;
  }

  .event-partner-subtitle {
    font-size: .8rem;
  }

  .collection-item-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 20px;
  }

  .featured-event-date-location {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .event-details-image-wrapper {
    padding: 10px;
  }

  .event-heading {
    font-size: 1.8rem;
  }

  .top-menu-section.event-main-page {
    top: 72px;
  }

  .events-container-hero-section {
    background-size: cover;
    max-width: 90%;
  }

  .upcoming-events-container {
    max-width: 90%;
  }

  .grid-3 {
    width: 100%;
  }

  .key-takeaway-block {
    padding: 2rem 1.5rem;
  }

  .event-details-container {
    max-width: 90%;
  }

  .speaker-block {
    padding: 2rem 1.5rem;
  }

  .speaker-name-text {
    font-size: 1.2rem;
  }

  .speaker-title {
    font-size: .75rem;
  }

  .image-94 {
    inset: auto 10% -35px auto;
  }

  .event-details-overview-container {
    max-width: 90%;
  }

  .event-details-text {
    font-size: .9rem;
  }

  .event-details-image {
    margin-top: 2px;
  }

  .agenda-image {
    height: 45px;
  }

  .event-text, .event-text.text-color-white, .event-text.text-color-white {
    font-size: .8rem;
  }

  .event-title.text-color-white {
    font-size: 2rem;
  }

  .event-title.text-color-black {
    font-size: 1.6rem;
  }

  .event-container {
    max-width: 90%;
  }

  .event-card-title {
    font-size: 1.2rem;
  }

  .event-details-hero-container {
    max-width: 90%;
  }

  .main-events-heading {
    font-size: 2.2rem;
  }

  .section---hero {
    padding-top: 8.75rem;
  }

  .template-container {
    max-width: 90%;
  }

  .benefits-item {
    height: 200px;
    padding: 1.5rem;
  }

  .bdcs-cards-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-primary-3.bp3 {
    left: 226px;
  }

  .paragraph-74 {
    font-size: 14px;
    line-height: 22px;
  }

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

  .div-block-413 {
    padding-top: 0;
  }

  .stat_card-3 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 83.9375px;
    padding: 8px;
  }

  .div-block-548 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .rt-button-icon-wrapper {
    height: 50px;
  }

  .rt-button-two {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-style-h5-2 {
    font-size: 1.5rem;
  }

  .hero_features-left {
    grid-template-columns: 1fr;
  }

  .column-3x-large, .column-4x-large {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section-header {
    overflow: hidden;
  }

  .h4-heading {
    font-size: 32px;
  }

  .header-heading {
    font-size: 48px;
  }

  .navbar---new {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title-center {
    margin-bottom: 3rem;
  }

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

  .testimonial_tab {
    padding-bottom: .75rem;
  }

  .content-bento-image-wrapper {
    order: -1;
  }

  .content-bento-card.row {
    flex-flow: column;
  }

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

  .footer_legal-row {
    flex-flow: column;
  }

  .footer_grid-large {
    grid-template-columns: 1fr;
  }

  .footer_header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_brand-divider {
    display: none;
  }

  .testimonial-slider-image {
    height: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider-card {
    flex-direction: column;
  }

  .testimonial-slider-grid {
    grid-template-columns: 3fr;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-three-column-4, .process-grid-three {
    grid-template-columns: 1fr;
  }

  .three-pillars-heading {
    font-size: 40px;
  }

  .popup-wrap {
    padding-left: 0;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_location, .team-grid-small, .grid-four-column {
    grid-template-columns: 1fr;
  }

  .team-tab-link {
    font-size: 18px;
  }

  .team-block {
    padding: 48px 32px 32px;
  }

  .h3-heading {
    font-size: 36px;
    line-height: 52px;
  }

  .feature_statistics {
    justify-content: center;
  }

  .content_numbers, .grid-two {
    grid-template-columns: 1fr;
  }

  .heading-style-h6-2 {
    font-size: 1.25rem;
  }

  .ai-lab-header {
    background-size: auto, auto, 250px, cover;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .hero_image {
    height: 24rem;
  }

  .header-heading-services {
    font-size: 48px;
  }

  .award-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .icon_inner {
    padding: .5rem;
  }

  .timeline-text-wrapper {
    display: none;
  }

  .timeline-row-grid.first {
    grid-template-columns: 16px 1fr;
  }

  .timeline-text {
    display: block;
  }

  .grid-header-bottom {
    grid-template-columns: 1fr;
  }

  .header-image-base {
    display: none;
  }

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

  .blog_card-content-2 {
    padding: 0;
  }

  .ebook-card {
    flex-flow: column;
  }

  .cta_background {
    display: none;
  }

  .cta_card-outline-2 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature_grid-small {
    grid-template-columns: 1fr;
  }

  .hiw_arrow-02 {
    inset: auto auto -3.5rem 2.5rem;
    transform: rotateX(180deg)rotateY(180deg)rotateZ(12deg);
  }

  .hiw_arrow-01 {
    left: 2.5rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(-24deg);
  }

  .table_wrapper {
    width: 61.25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .9375rem;
  }

  .navbar {
    padding: .75rem .9375rem;
  }

  .header-logo {
    width: 140px;
  }

  .navigation {
    padding-right: 20px;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 100px 0 60px 30px;
  }

  .button-primary {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .heading-style-h1 {
    font-size: 1.5rem;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .paragraph-large.font-weight-medium {
    color: #000;
  }

  .paragraph-large.font-weight-medium.min_height_70 {
    height: auto;
  }

  .title-semibold-h5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .button-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button-icon {
    width: 16px;
    height: 16px;
  }

  .client-logo {
    height: auto;
  }

  .section-tag-icon {
    width: 12px;
  }

  .testimonial-logo {
    width: 100px;
  }

  .counter-item {
    height: auto;
  }

  .title-semibold-h2 {
    font-size: 1.625rem;
  }

  .location-image {
    width: 80px;
  }

  .location-dot {
    width: 6px;
    height: 6px;
  }

  .location-dot-box, .location-dot-active {
    width: 12px;
    height: 12px;
  }

  .why-choose-item {
    padding-bottom: 1.875rem;
  }

  .partner-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .partner-logo {
    width: 150px;
  }

  .cta-inner {
    padding: 1.875rem;
  }

  .cta-summary {
    font-size: .9375rem;
  }

  .cta-info-wrap {
    flex-flow: column;
  }

  .cta-image {
    margin-left: 0;
  }

  .cta-button-left {
    width: auto;
    margin-left: 0;
  }

  .footer {
    padding-top: 50px;
  }

  .footer:where(.w-variant-9f2f7335-d338-d0d8-ea29-461b493ded4a) {
    padding-top: 18.75rem;
  }

  .footer-client-grid {
    flex-flow: wrap;
  }

  .footer-client-item {
    width: 75px;
  }

  .footer-top-wrap {
    margin-top: 3.75rem;
    margin-bottom: 3.125rem;
  }

  .footer-legal-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-column.is-middle {
    margin-top: 0;
  }

  .footer-menu-link {
    font-size: .8125rem;
  }

  .case-study-right-wrap {
    height: 280px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .case-study-box-logo {
    width: 110px;
  }

  .title-semibold-h6 {
    font-size: 18px;
  }

  .case-study-counter-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .case-study-counter-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-study-counter, .title-semibold-h4 {
    font-size: 1.375rem;
  }

  .case-study-top-content {
    font-size: 14px;
  }

  .pill-tag-inner {
    font-size: .9375rem;
  }

  .blog-search-field {
    background-image: url("https://cdn.prod.website-files.com/69147b66a811141322d63445/6915803c0629e2f11bdde29d_search%202.svg");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 56px;
    padding-left: 15px;
    font-size: 13px;
  }

  .blog-filter-form-box {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-search-button {
    padding: 12px 24px;
    font-size: 14px;
    display: none;
    position: static;
  }

  .search-icon {
    width: 16px;
    height: 16px;
  }

  .blog-pagination {
    margin-top: 60px;
  }

  .filter-dropdown-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .filter-select {
    width: 100%;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 12.5px;
  }

  .blog-body blockquote {
    padding: 20px;
    font-size: 14px;
  }

  .press-release-left-shape, .press-release-right-shape {
    width: 50px;
  }

  .press-release-image-wrap {
    height: auto;
  }

  .latest-customer-stories-item {
    border-radius: 20px;
    padding: 1.25rem;
  }

  .stories-top-menu {
    display: none;
    position: static;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

  .award-logo {
    width: 9.375rem;
  }

  .award-logo.inc {
    width: 6.25rem;
  }

  .book-demo-section {
    padding-top: 8.125rem;
    padding-bottom: 3.125rem;
  }

  .book-demo-image-wrap {
    margin-top: 2.5rem;
  }

  .how-we-work-item {
    padding-bottom: 1.875rem;
  }

  .career-hero-section {
    padding-top: 8.125rem;
  }

  .career-breadcrumb-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .career-breadcrumb-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 16px;
  }

  .career-hero-grid {
    margin-top: 3.125rem;
  }

  .why-join-us-section {
    padding-bottom: 3.125rem;
  }

  .why-join-us-grid {
    grid-template-columns: 1fr;
  }

  .careers-gallery-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .careers-gallery-header {
    width: 100%;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-gallery-grid {
    grid-template-columns: 1fr;
    margin-top: 3.125rem;
  }

  .our-offices-section {
    padding-top: 3.125rem;
  }

  .our-office-content {
    padding-bottom: 15px;
  }

  .our-office-location-1 {
    font-size: .75rem;
    top: 32%;
    left: 21%;
  }

  .our-office-location-2 {
    font-size: 12px;
    bottom: 30%;
    right: 26%;
  }

  .our-office-location-3 {
    font-size: 12px;
    right: 11%;
  }

  .job-list-section {
    padding-top: 8.125rem;
  }

  .job-list-box {
    border-radius: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .job-list-top-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .job-list-left-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .job-list-button {
    width: 112px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }

  .job-list-column {
    width: 100%;
  }

  .job-list-info-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .job-list-gray-tag {
    font-size: 12px;
  }

  .job-list-column-last {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: flex-start;
    align-items: center;
  }

  .job-location {
    font-size: 14px;
  }

  .job-apply-button {
    width: 112px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }

  .job-apply-section {
    padding-top: 8.125rem;
  }

  .similar-job-list-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .job-apply-form {
    border-radius: 20px;
  }

  .job-apply-form-inner {
    border-radius: 1.25rem;
    padding: 1.25rem;
  }

  .form-label {
    margin-bottom: 8px;
  }

  .job-submit-button {
    font-size: .8125rem;
  }

  .service-right-shape {
    width: 60px;
    top: 410px;
  }

  .company-hero-section {
    padding-top: 8.125rem;
  }

  .company-hero-grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .counter-summary {
    margin-top: 80px;
  }

  .what-we-do-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .what-we-do-button-wrap {
    margin-top: 10px;
  }

  .what-we-do-item {
    border-radius: .75rem;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .what-we-do-item.active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .global-presence-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .global-presence-title-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .map-note {
    max-width: 75%;
    font-size: 10px;
    bottom: -8%;
  }

  .global-presence-1 {
    left: 7%;
  }

  .global-presence-image {
    width: 80px;
  }

  .global-presence-dot-box {
    width: 12px;
    height: 12px;
  }

  .global-presence-dot {
    width: .375rem;
    height: .375rem;
  }

  .global-presence-dot-active {
    width: 12px;
    height: 12px;
  }

  .certifications-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .certifications-left-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .certifications-image {
    width: 100%;
  }

  .certifications-image.small {
    width: 6rem;
  }

  .certifications-list-col {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    justify-content: center;
    align-items: flex-start;
  }

  .certifications-content-box {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    padding: .9375rem;
  }

  .partnerships-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .partnerships-inner {
    border-radius: .9375rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .partnerships-box {
    background-position: 70% 0;
    border-radius: 10px;
    padding-top: 7.5rem;
  }

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

  .awards-section {
    padding-bottom: 3.125rem;
  }

  .awards-right-wrap {
    grid-template-columns: 1fr;
  }

  .awards-item-box {
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .awards-item-box.is-2, .awards-item-box.is-3, .awards-item-box.is-2, .awards-item-box.is-3 {
    margin-top: 0;
  }

  .why-hexaview-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .why-hexaview-grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .certification-right-shape {
    width: 5rem;
    top: 12.5rem;
  }

  .job-back-button {
    font-size: 13px;
  }

  .dropdown-list {
    max-width: 90%;
  }

  .footer-column-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .title-semibold-h3-small {
    font-size: 1rem;
  }

  .certifications-content-title {
    width: 100%;
  }

  .empty-item-box {
    margin-top: 50px;
  }

  .success-message {
    margin-top: 40px;
  }

  .cookie-banner {
    font-size: 13px;
  }

  .cookie-close-icon {
    width: 20px;
    height: 20px;
  }

  .utility-page-wrap {
    background-size: auto;
  }

  .utility-page-content {
    width: 80%;
  }

  .title-text.blue-heading {
    font-size: .9rem;
  }

  .events-heading {
    font-size: 1.6rem;
  }

  .event-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .event-info {
    max-width: 100%;
  }

  .button-white {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .event-card-content {
    height: 350px;
  }

  .featured-event-card-title {
    font-size: 1rem;
  }

  .event-partner-title {
    font-size: .8rem;
  }

  .event-partner-subtitle {
    font-size: .7rem;
  }

  .image-86 {
    height: 250px;
  }

  .text-block-88 {
    font-size: .8rem;
  }

  .event-heading {
    font-size: 1.6rem;
  }

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

  .events-container-hero-section {
    background-repeat: no-repeat;
    background-size: 160%;
  }

  .featured-event-info {
    max-width: 100%;
  }

  .heading-2 {
    font-size: 1.1rem;
  }

  .rich-text-block.paragraph-large {
    font-size: .7rem;
  }

  .key-takeaway-block, .speaker-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .speaker {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .speaker-name-text {
    font-size: 1.1rem;
  }

  .speaker-title {
    font-size: .7rem;
  }

  .image-92 {
    object-fit: cover;
  }

  .event-overview {
    font-size: .9rem;
  }

  .event-details-text {
    font-size: .75rem;
  }

  .event-title.text-color-white {
    font-size: 1.6rem;
  }

  .event-card-title {
    font-size: 1rem;
  }

  .main-events-heading {
    font-size: 1.3rem;
  }

  .section---hero {
    padding-top: 8.125rem;
  }

  .benefits-item {
    padding-bottom: 1.875rem;
  }

  .techstack-item {
    padding: 12.5px 9px;
  }

  .card-text {
    line-height: 19px;
  }

  .bdcs-cards {
    width: 120px;
    height: 100px;
  }

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

  .button-primary-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button-primary-3.bp3 {
    left: 110px;
  }

  .techstack-grid-wrapper-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .container-82.c-82 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stat_card-3 {
    border-radius: 6px;
    width: 40%;
    height: 79.6px;
    padding: 2px;
  }

  .dropdown-list-services {
    max-width: 90%;
  }

  .body {
    overflow: visible;
  }

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

  .bold-text-26 {
    font-size: .9rem;
  }

  .faq-que {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 0;
  }

  .faq-que.fq1, .faq-que.fq2, .faq-que.fq3, .faq-que.fq4, .faq-que.fq5 {
    padding-right: 5px;
  }

  .faq-que.fq1, .faq-que.fq2, .faq-que.fq3, .faq-que.fq4, .faq-que.fq5 {
    padding-right: 5px;
  }

  .faq-que.fq7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .arrow-accor, .arrow-accor.aa-1, .arrow-accor.aa-1 {
    width: 2.5rem;
  }

  .container-152 {
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  .paragraph-171 {
    font-size: .9rem;
  }

  .image-247 {
    object-fit: cover;
    width: 100%;
    height: 350px;
    position: relative;
    bottom: 35px;
    right: 10px;
  }

  .heading-187 {
    font-size: 1.7rem;
  }

  .div-block-596 {
    padding-left: 50px;
  }

  .ce1 {
    z-index: 9999;
    position: static;
  }

  .rt-icon-out {
    transform: none;
  }

  .rt-icon-in {
    opacity: 0;
  }

  .paragraph-small {
    font-size: 12px;
  }

  .section-header {
    padding-bottom: 70px;
  }

  .button-primary-header {
    font-size: 14px;
  }

  .h4-heading {
    font-size: 28px;
  }

  .header-client-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-heading {
    font-size: 42px;
  }

  .header-paragraph {
    font-size: 16px;
  }

  .nav-link-new, .nav-link-new.dropdown-toggle {
    color: var(--black);
  }

  .nav-link-new.dropdown-toggle {
    color: var(--black);
  }

  .nav-link-new.dropdown-toggle:hover {
    color: var(--white);
  }

  .nav-dropdown-slot {
    min-width: auto;
  }

  .navbar---new {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-button {
    color: #29005a;
    background-color: #fff;
  }

  .nav-menu-button.w--open {
    background-color: #29005a;
  }

  .nav-dropdown-card {
    padding-left: 0;
  }

  .nav-dropdown-arrow {
    color: var(--black);
  }

  .nav-menu-a {
    border-radius: 10px;
    max-width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .nav-feature-link {
    flex-flow: column;
  }

  .testimonial-client-logo {
    margin-bottom: 20px;
  }

  .logo_grid-four {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding: 50px 10%;
  }

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

  .common-section-descritpion {
    font-size: 16px;
  }

  .blog_slide-card {
    padding: 1rem;
  }

  .paragraph-regular-medium.min_height, .paragraph-regular-medium.wealth-text-height, .paragraph-regular-medium.min_height, .paragraph-regular-medium.wealth-text-height {
    min-height: auto;
  }

  .feature-card-outline {
    margin-top: 20px;
  }

  .title-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .testimonial_person {
    height: 100%;
  }

  .testimonial_quote {
    font-size: 1rem;
  }

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

  .nav-menu-large {
    width: auto;
    padding-right: 0;
  }

  .nav-menu-links {
    grid-template-columns: 1fr;
  }

  .h6-heading {
    font-size: 18px;
  }

  .footer_grid-large {
    grid-template-columns: 1fr;
  }

  .footer_block {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_link-2 {
    font-size: 14px;
  }

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

  .form_row {
    flex-flow: column;
    align-items: stretch;
  }

  .row-large {
    align-items: center;
  }

  .footer-menu-heading {
    font-size: 18px;
  }

  .engineering_grid {
    display: block;
  }

  .ai-service-image {
    height: auto;
  }

  .testimonial-slider-image {
    max-width: none;
    height: 320px;
    margin-right: 0;
  }

  .testimonial-slider-card {
    padding: 16px;
  }

  .testimonial-logo-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-three-column-4 {
    grid-template-columns: 1fr;
  }

  .process-image-block {
    margin-bottom: 20px;
  }

  .process-grid-three {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .ai-service-grid {
    margin-top: 20px;
    display: block;
  }

  .data-image {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .three-pillars-heading {
    min-height: auto;
    font-size: 18px;
  }

  .footer-menu-subheading {
    font-size: 16px;
  }

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

  .popup-close {
    top: 19%;
    right: 7%;
  }

  .form-row {
    flex-direction: column;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .scrollbar {
    padding: 20px;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .popup {
    opacity: 0;
    display: none;
  }

  .timeline-middle {
    display: none;
  }

  .timeline-right {
    padding-bottom: 0;
  }

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

  .team-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .team-avatar-large {
    max-width: none;
  }

  .grid-four-column {
    flex-flow: column;
    display: flex;
  }

  .team-tabs-menu {
    border-radius: 32px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .team-block {
    padding: 40px 24px 24px;
  }

  .location-title-wrapper {
    margin-bottom: 150px;
  }

  .location-card-arrow {
    display: none;
  }

  .location-popup {
    inset: 24px auto auto;
  }

  .team-card---advisor {
    flex-flow: column;
  }

  .feature_statistics.salesforce {
    flex-flow: wrap;
    display: flex;
  }

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

  .ebook-collection {
    display: block;
  }

  .header-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .content-tab-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 40px 24px 24px;
  }

  .content-tab-link.w--current {
    border-color: #d4d4d4;
  }

  .content-tab-menu {
    grid-template-columns: 1fr;
  }

  .header-heading-services {
    font-size: 42px;
  }

  .content_card-wide {
    padding: .75rem;
  }

  .content_grid, .grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .feature_card-large {
    padding: 1rem;
  }

  .grid-two-column-4, .feature_card-grid {
    grid-template-columns: 1fr;
  }

  .faq-item-plain {
    padding: 24px;
  }

  .button-outline {
    font-size: 14px;
  }

  .features-badge {
    flex-flow: wrap;
  }

  .timeline-line-wrapper-2 {
    flex-direction: column;
  }

  .timeline-row-grid.first {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .timeline-line-3 {
    flex: 1;
    width: 1.2px;
    height: auto;
  }

  .features-box {
    margin-top: 20px;
  }

  .salesforce-feature-badge {
    font-size: 11px;
    font-weight: 500;
  }

  .grid-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-regular {
    font-size: 14px;
  }

  .grid-header-bottom {
    display: block;
  }

  .header-features {
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .divider-wrapper {
    margin-top: 40px;
  }

  .feature-card-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .grid-five-column.mt-30 {
    flex-flow: column;
    display: flex;
  }

  .grid-five-column.margin-tb {
    flex-flow: wrap;
    display: flex;
  }

  .faq-wrap {
    width: 100%;
  }

  .faq-grid {
    flex-flow: column;
    display: flex;
  }

  .title-cta, .question-title {
    flex: 1;
  }

  .ecosystem-wrapper {
    flex-flow: wrap;
  }

  .industry-feature-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .row-small-2.row-wrap {
    flex-flow: wrap-reverse;
  }

  .blog-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .blog-button {
    width: 100%;
  }

  .blog_article-image {
    height: auto;
  }

  .ebook_image {
    width: auto;
    height: auto;
  }

  .ebook-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog_image-3 {
    height: 150px;
  }

  .blog_link-card, .blog_link-card-2 {
    padding: 1rem;
  }

  .blog_article-image-2 {
    height: auto;
  }

  .press-image {
    width: 100%;
  }

  .content_block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .data-grid-wrapper {
    display: block;
  }

  .cta_header {
    padding: 0;
  }

  .cta_block-outline {
    grid-row-gap: 24px;
    padding: 1.5rem;
  }

  .insight_wrapper {
    max-width: 100%;
  }

  .feature_card-white {
    padding: 1rem;
  }

  .feature-slider-image {
    width: auto;
  }

  .feature-slider-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

  .feature-item.center {
    flex-flow: row;
    display: flex;
  }

  .hiw_arrow-02, .hiw_arrow-01 {
    height: 4rem;
    left: 0;
  }

  .hiw_text-number {
    font-size: 5rem;
  }

  .wrap-h-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .industry-service {
    flex-flow: wrap;
  }

  .software-feature {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
  }

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

  .table_wrapper {
    width: 52.5rem;
  }
}

#w-node-_80580edb-2a22-a3cf-2b0f-1f9427fc2bf9-747a5732 {
  justify-self: center;
}

#w-node-ea45ac7c-d2fb-686a-88b8-e018ddd7bd2b-747a5732, #w-node-e680d84a-215d-ae34-c61a-e4458443a606-8443a5f1 {
  align-self: center;
}

#w-node-e680d84a-215d-ae34-c61a-e4458443a61e-8443a5f1, #w-node-e680d84a-215d-ae34-c61a-e4458443a676-8443a5f1 {
  justify-self: end;
}

#w-node-e09a34b2-385e-0090-4666-53cb07ced3f9-07ced3e9, #w-node-e09a34b2-385e-0090-4666-53cb07ced470-07ced3e9 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e680d84a-215d-ae34-c61a-e4458443a61e-8443a5f1 {
    justify-self: auto;
  }
}
