@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito Variablefont Wght;
  src: url('../fonts/Nunito-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunito Variablefont Wght;
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-black-text: #212529;
  --blue-text: #2288cb;
  --grey-1: #f7f7f7;
  --gray-2: #e8e8e8;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-900: #160042;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

body {
  color: #333;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--primary-black-text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h2 {
  color: var(--primary-black-text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  color: var(--primary-black-text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  color: var(--primary-black-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

h5 {
  color: var(--primary-black-text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--primary-black-text);
  margin-bottom: 10px;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.navbar-no-shadow {
  box-shadow: 0 2px 5px #0003;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

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

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

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

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

.nav-dropdown.internal {
  z-index: 2;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.nav-dropdown-toggle.internal {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.nav-dropdown-toggle.internal:hover {
  background-color: var(--blue-text);
  color: #fff;
}

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

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  z-index: 10;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #e0e0e0 #e0e0e0 var(--blue-text);
  background-color: #fff;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 2px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.internal {
  inset: 0% -98% 0% auto;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.internal.w--open {
  right: -117%;
}

.nav-dropdown-link {
  z-index: 1;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: var(--blue-text);
  color: var(--grey-1);
}

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

.nav-dropdown-link.w--current {
  background-color: var(--blue-text);
  color: var(--grey-1);
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1a1b1f;
  background-image: linear-gradient(#2288cb, #00d0ff);
  border-radius: 8px;
  padding: 6px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

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

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

.button-primary.ecommerce {
  background-image: linear-gradient(#1a1a1a, #1a1a1a);
}

.button-primary.ecommerce.secondary {
  color: #000;
  background-image: linear-gradient(#dadada, #dadada);
}

.hero-heading-left {
  z-index: 1;
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  height: 100vh;
  padding: 80px 30px;
  position: relative;
}

.container {
  z-index: 2;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.align-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container.overflow-unhide {
  overflow: visible;
}

.container.footer {
  padding-left: 0;
  padding-right: 0;
}

.container.about {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.container.story {
  z-index: 10;
  margin-top: 80px;
  position: relative;
}

.container.team-members {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container.join-us {
  background-image: url('../images/helpbg-1.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  padding: 30px 80px;
}

.container.clients {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container.solution-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container.slider-points {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container.slider-points.custom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container.testimonial-slider {
  justify-content: flex-end;
  align-items: center;
}

.container.services-long {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: visible;
}

.container.services-long.custom-single-column-grid {
  display: flex;
}

.container.services-long.single {
  grid-template-columns: 1fr;
}

.container.benefits {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.container.job-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  overflow: visible;
}

.container.training {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  overflow: visible;
}

.container.contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.container.ecommerce {
  justify-content: center;
  align-items: center;
}

.container.ecom {
  justify-content: center;
  align-items: flex-start;
}

.container.ecom.bg {
  background-color: var(--grey-1);
  padding: 80px 40px;
}

.container.center {
  justify-content: center;
  align-items: center;
}

.container.bottom-padding {
  margin-bottom: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 880px;
  max-width: 90%;
  height: 785px;
  display: flex;
}

.hero-split.text {
  width: auto;
  height: auto;
}

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

.shadow-two {
  width: auto;
  height: auto;
}

.slider {
  background-color: #ddd0;
  width: 50%;
  height: 380px;
  overflow: hidden;
}

.icon {
  color: #0e0e0e;
  font-size: 26px;
}

.icon-2 {
  color: #000;
  font-size: 26px;
}

.left-arrow {
  background-color: #e7e7e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  top: 266px;
}

.right-arrow {
  background-color: #e7e7e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  inset: 266px auto 0% 10%;
}

.div-block {
  flex-flow: row;
  display: flex;
  position: relative;
}

.div-block-2 {
  width: 350px;
  position: sticky;
  top: 64px;
}

.div-block-3 {
  width: 600px;
}

.image {
  position: sticky;
  top: 36px;
}

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

.button-group.is-center {
  justify-content: center;
}

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

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #fff;
  border: 1px solid #e7eaee;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.timeline10_item.is-alternate {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

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

.team16_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline-10-instructions-delete {
  z-index: 1;
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  position: relative;
}

.navbar_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_circle {
  z-index: 2;
  background-color: var(--blue-text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.padding-global {
  padding-left: 3%;
  padding-right: 3%;
}

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

.timeline1_instructions-list {
  padding-left: 1.25rem;
}

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

.right-panel-wrapper {
  max-width: 271px;
}

.team16_list-wrapper {
  max-width: 1280px;
}

.contact_grid-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: flex;
}

.navbar_dropdown-toggle-text {
  font-size: 1rem;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-heading {
  color: var(--blue-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.timeline-heading.text-color-586174 {
  font-size: 28px;
  font-weight: 600;
}

.timeline-heading.left-align {
  text-align: left;
  font-size: 24px;
}

.hiring {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.text-size-large {
  font-size: 1.375rem;
}

.navbar_dropdown-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.navbar_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 357px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navbar_dropdown-link:hover {
  color: #ff4b0e;
}

.navbar_icon-wrapper {
  flex: none;
  margin-top: -2px;
}

.component_container-nav {
  z-index: 500;
  position: sticky;
  top: 0;
}

.navbar_menu-left {
  flex-flow: wrap;
  display: flex;
}

.padding-section-large {
  padding: 4rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.timeline10_component-2 {
  margin-top: 40px;
}

.navbar_component {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.navbar_link {
  padding: 1.5rem 1rem;
  font-size: 1rem;
}

.navbar_link.w--current {
  color: #000;
}

.section_timeline {
  z-index: -3;
  background-color: #fff;
  display: block;
}

.section_timeline.is-hidden {
  display: none;
}

.section_timeline.custom {
  position: relative;
}

.text-size-small {
  color: #23272e;
  font-size: 1rem;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-size-tiny {
  color: #4b5563;
  font-size: .875rem;
}

.text-size-tiny.text-color-light-grey {
  color: #d0dcdd;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.team16_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.navbar5_blog-list {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.main-wrapper {
  overflow: clip;
}

.contact18_item {
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact18_item.background-color-white {
  white-space: nowrap;
  padding: 1rem 3.063rem;
}

.contact18_item.backgrounf-color-f85d3a {
  background-color: #f85d3a;
  border-radius: 12px;
  padding: 1rem 2.625rem;
}

.contact18_item.background-color-fbf7e7 {
  white-space: nowrap;
  word-break: keep-all;
  background-color: #fbf7e7;
  padding: 1rem 3.063rem;
}

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

.navbar_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.navbar_dropdown-content-wrapper.z-index-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-auto-rows: max-content;
  width: 100%;
  display: flex;
}

.timeline10_progress-line-cover {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: var(--blue-text);
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.team16_item-content {
  flex: auto;
  width: 100%;
}

.text-color-737b8f {
  color: #737b8f;
}

.link_red_underline {
  text-underline-offset: 4px;
  justify-content: center;
  align-items: flex-start;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  font-weight: 700;
  -webkit-text-decoration: underline #f85d3a;
  text-decoration: underline #f85d3a;
  text-decoration-thickness: 2px;
  transition: color .2s;
}

.link_red_underline:hover {
  color: #ff4b0e;
}

.styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.timeline1_instructions-list-item {
  padding-left: .5rem;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  text-align: center;
  letter-spacing: -.011rem;
  background-color: #f85d3a;
  border-radius: .625rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: #e04c2b;
}

.button.is-secondary {
  color: #fff;
  background-color: #184a5e;
}

.button.is-secondary:hover {
  background-color: #0b2e3c;
}

.button.is-secondary.is-nav {
  padding: .625rem 1rem;
  font-size: .813rem;
}

.button.is-secondary.is-nav:hover {
  background-color: #0b2e3c;
}

.button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-alternate.is-nav {
  color: #737b8f;
  text-underline-offset: 7px;
  font-size: .875rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.button.is-alternate.is-nav:hover {
  color: #2e3138;
  background-color: #fff;
}

.button.is-nav {
  padding: .625rem 1rem;
  font-size: .85rem;
}

.button.is-nav:hover {
  background-color: #e04c2b;
}

.navbar_menu-button {
  padding: 0;
}

.contact18_icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

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

.navbar_menu-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

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

.heading-style-h5-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
}

.heading-style-h5-2.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem .2rem;
  font-size: 1rem;
  display: flex;
}

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

.timeline10_line {
  background-color: #adbfd100;
  border: 2px dashed #e4e4e4;
  width: 1px;
  height: 100%;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.navbar_dropdown-list.w--open {
  background-color: #fbf7e7;
  border-bottom: 1px #000;
  width: 100vw;
  max-width: 100%;
  min-height: 500px;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.section_team2 {
  background-color: #fbf7e7;
}

.navbar_logo-link {
  min-width: 150px;
  max-width: 200px;
  padding-top: .5rem;
  padding-left: 0;
}

.navbar_menu-dropdown {
  position: static;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17.left-align {
  justify-content: flex-start;
  align-items: center;
}

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

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_empty-space {
  width: 100%;
}

.navbar_dropdown-background-layer {
  background-color: #2d5466;
  min-width: 150%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar_dropdown-content-right {
  flex: 1;
  max-width: 30rem;
  padding: 3rem 0 3rem 3rem;
  display: flex;
  position: relative;
}

.navbar_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.team16_image-wrapper {
  border-radius: 0;
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
}

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

.heading-style-h6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
}

.navbar_dropdown-content-left {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem 3rem 3rem 1rem;
  display: grid;
}

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

.form-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-primary-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #000;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.overline-x-large {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
}

.styles-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.styles-introduction-image {
  background-color: #edf0f2;
  background-image: url('../images/Cover.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  min-height: 200px;
  overflow: hidden;
}

.text-color-tertiary {
  color: #737b8f;
}

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

.overline-large {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5;
}

.styles-menu-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f5f7f8;
  border-radius: 8px;
  flex-flow: column;
  padding: 4px;
  display: flex;
}

.text-strikethrough {
  text-decoration: line-through;
}

.container-small-2 {
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

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

.styles-background {
  border: 1px solid #6397ff;
}

.badge-outline-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  white-space: nowrap;
  border: 1px solid #c8d1d9;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.badge-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.styles-category-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.icon-wrapper-large {
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.text-align-center-2 {
  text-align: center;
}

.icon-button-secondary-small {
  color: #000;
  background-color: #f5f7f8;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.avatar-regular {
  background-color: #f5f7f8;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.button-secondary-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

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

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

.form-label {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.button-outline-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.badge-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.text-align-right {
  text-align: right;
}

.styles-form-block {
  margin-bottom: 0;
}

.text-weight-x-bold {
  font-weight: 800;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.subheading-x-small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.form-text-area-large {
  color: #000;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  min-height: 130px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
}

.form-text-area-large:focus {
  border-color: #000;
}

.form-text-area-large::placeholder {
  color: #50555f;
}

.styles-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 32px;
}

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

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

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

.styles-grid.styles-grid-small {
  grid-template-columns: 1fr;
}

.styles-grid.styles-grid-large {
  grid-template-columns: 1fr 1fr 1fr;
}

.h6-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.background-inverse {
  background-color: #000;
}

.subheading-large {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

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

.styles-main {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 920px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.form-message-success {
  text-align: center;
  background-color: #d6ffe6;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px;
}

.button-group-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.container-x-small {
  width: 100%;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
}

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

.icon-button-ghost {
  color: #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.subheading-x-large {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.h2-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.styles-item-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-message-error {
  text-align: center;
  background-color: #fff1f0;
  padding: 12px 24px;
  font-size: 14px;
}

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

.icon-button-outline-small {
  color: #000;
  border: 1px solid #c8d1d9;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-wrapper-small {
  border: 1px solid #c8d1d9;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.section-x-large {
  background-color: #fff;
  padding: 128px 5%;
  position: relative;
}

.row-right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.styles-group-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.icon-button-ghost-large {
  color: #000;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-button-secondary {
  color: #000;
  background-color: #f5f7f8;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.avatar-large {
  background-color: #f5f7f8;
  border-radius: 100%;
  flex: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.styles-sidebar {
  flex-direction: column;
  flex: none;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.row-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.subheading-regular {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-x-small {
  width: 100%;
  max-width: 320px;
}

.form-select-large {
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.form-select-large:focus {
  border-color: #000;
}

.form-select-large::placeholder {
  color: #50555f;
}

.relative {
  position: relative;
}

.button-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
}

.styles-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.styles-item.styles-item-stretch {
  align-items: stretch;
}

.styles-item.styles-item-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styles-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.button-link-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
}

.badge-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.text-italics {
  font-style: italic;
}

.form-select {
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.form-select:focus {
  border-color: #000;
}

.button-ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.styles-class {
  color: #fff;
  background-color: #2567eb;
  background-image: linear-gradient(#2288cb, #00d0ff);
  border-radius: 0;
  padding: 6px 24px;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.styles-class.styles-class-global {
  background-color: #d678c2;
}

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

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.icon-button-secondary-large {
  color: #000;
  background-color: #f5f7f8;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.styles-box {
  pointer-events: none;
  color: #a4c3ff;
  text-align: center;
  background-color: #e6ebff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
}

.styles-box.styles-box-border {
  border: 1px solid #8bb2ff;
}

.styles-box.styles-box-small {
  width: 110px;
}

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

.section-small {
  background-color: #fff;
  padding: 48px 5%;
  position: relative;
}

.text-color-primary {
  color: #000;
}

.section-regular {
  background-color: #fff;
  max-width: 1330px;
  padding: 64px 5%;
  position: relative;
}

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

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

.subheading-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.form-icon-right {
  color: #747c90;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto 10px auto auto;
}

.styles-page {
  background-color: #fff;
  padding: 32px 5%;
}

.background-primary {
  background-color: #fff;
}

.max-width-x-large {
  width: 100%;
  max-width: 846px;
}

.max-width-large-2 {
  width: 100%;
  max-width: 628px;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 6px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.container-x-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.styles-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: inline-flex;
}

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

.avatar-small {
  background-color: #f5f7f8;
  border-radius: 100%;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

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

.styles-swatch-inner {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100px;
}

.badge-outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  white-space: nowrap;
  border: 1px solid #c8d1d9;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.form-checkbox-button {
  border: 1px solid #c8d1d9;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

.form-checkbox-button.w--redirected-checked {
  background-color: #160042;
  background-size: .75rem;
  border-style: none;
  border-radius: .25rem;
}

.form-checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.form-checkbox-button.w--redirected-focus-visible {
  outline-offset: 1px;
  outline: 1px solid #000;
}

.background-brand {
  background-color: #000;
}

.icon-button-outline {
  color: #000;
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.form-label-large {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.overflow-hide {
  overflow: hidden;
}

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

.form-radio {
  align-items: center;
  min-height: 24px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.icon-wrapper-regular {
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.h4-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.h3-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.button-ghost-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.text-color-secondary {
  color: #50555f;
}

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

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

.text-color-brand {
  color: #000;
}

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

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.overline-x-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
}

.button-secondary-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.badge-outline-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  white-space: nowrap;
  border: 1px solid #c8d1d9;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

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

.background-tertiary {
  background-color: #edf0f2;
}

.max-width-regular {
  width: 100%;
  max-width: 512px;
}

.button-ghost-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.badge-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.column-2x-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.overline-regular {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
}

.hide {
  display: none;
}

.styles-link {
  color: #50555f;
  border: 1px solid #0000;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.styles-link:hover {
  color: #000;
  background-color: #f5f7f8;
  box-shadow: 0 1px .5px #acb5c314;
}

.styles-link.w--current {
  color: #000;
  background-color: #fff;
}

.styles-category-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.styles-overline {
  color: #000;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

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

.styles-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-3x-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.row-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-button-primary-small {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.button-link-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
}

.section-large {
  background-color: #fff;
  max-width: 1330px;
  padding: 80px 5%;
  position: relative;
}

.styles-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.container-large-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.icon-button-primary {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 384px;
}

.badge-secondary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

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

.icon-button-ghost-small {
  color: #000;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.styles-introduction {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-color-inherit {
  color: inherit;
}

.form-checkbox {
  align-items: center;
  min-height: 24px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

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

.form-input-large {
  color: #000;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
}

.form-input-large:focus {
  border-color: #000;
}

.form-input-large::placeholder {
  color: #50555f;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #50555f;
}

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

.paragraph-x-large {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.form-text-area {
  color: #000;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  min-height: 130px;
  margin-bottom: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
}

.form-text-area:focus {
  border-color: #000;
}

.form-text-area::placeholder {
  color: #737b8f;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
}

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

.button-primary-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.row-top {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.section-x-small {
  background-color: #fff;
  padding: 32px 5%;
  position: relative;
}

.column {
  flex-flow: column;
  display: flex;
}

.row-bottom {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-weight-x-light {
  font-weight: 200;
}

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

.icon-button-primary-large {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.form-radio-button {
  border: 1px solid #c8d1d9;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.styles-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #c8d1d9;
  flex-flow: column;
  padding-top: 24px;
  display: flex;
}

.styles-menu-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  display: flex;
}

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

.button-outline-small {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.badge-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.icon-button-outline-large {
  color: #000;
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.background-secondary {
  background-color: #f5f7f8;
}

.h5-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.heading1 {
  color: var(--primary-black-text);
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  line-height: 32px;
}

.heading {
  color: var(--primary-black-text);
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
}

.list-item, .list, .list-2 {
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
}

.text-block {
  text-transform: none;
  font-family: Nunito Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.arrow-icon {
  color: #757575;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.section-title {
  color: var(--blue-text);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.section-title.left-align, .section-title.hoome, .section-title.ecommerce {
  text-align: left;
}

.mask {
  overflow: hidden;
}

.home-about-section {
  color: var(--primary-black-text);
  height: auto;
  padding: 80px 30px;
  overflow: hidden;
}

.home-about-left {
  width: 50%;
}

.home-about-right {
  width: 50%;
  margin-left: 60px;
}

.about-slider-image {
  width: 150px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.home-about-tab-title {
  filter: grayscale();
  background-color: #ddd0;
  padding-left: 10px;
  padding-right: 10px;
}

.home-about-tab-title.w--current {
  filter: grayscale(0%);
  background-color: #c8c8c800;
  padding-left: 10px;
  padding-right: 10px;
}

.home-about-tab-title.tab-text-box {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.home-about-tab-title.tab-text-box.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.home-about-tab-content-title.blue {
  color: var(--blue-text);
}

.tab-pane-tab-1 {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-18 {
  background-color: #000;
}

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

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
}

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

.section.careers-cta {
  z-index: 100;
  background-image: url('../images/asset-26.jpeg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.section.testimonial {
  z-index: 10;
  padding-bottom: 160px;
  position: relative;
  overflow: visible;
}

.section.footer {
  background-color: #0c0c0c;
  height: 420px;
  padding: 0;
}

.section.company-overview-hero.story {
  position: relative;
}

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

.section.contact-section {
  background-image: linear-gradient(#000c, #000c), url('../images/exp-img.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.leadership-feature {
  background-color: var(--grey-1);
}

.section.team-members, .section.solutions-benefits {
  position: relative;
}

.section.solution-points {
  background-color: var(--grey-1);
}

.section.solution-points.ecom {
  background-color: #f7f7f7;
  width: 100%;
}

.section.solution-points.ecom.custom {
  background-color: #fff;
  padding-top: 0;
}

.section.solution-points.whitebg {
  background-color: #fff;
}

.section.solutions-cards {
  position: relative;
}

.section.solutions-cards.bg {
  background-color: #f7f7f7;
}

.section.slider-points.custom-padding {
  padding-top: 40px;
}

.section.slider-testimonial {
  background-image: linear-gradient(#000c, #000c), url('../images/business-team.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.services-long {
  padding-top: 0;
  overflow: visible;
}

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

.section.build-career {
  background-color: var(--grey-1);
  position: relative;
}

.section.benefits {
  z-index: 10;
  position: relative;
}

.section.benefits.bg {
  background-color: var(--grey-1);
}

.section.careers-hero {
  background-image: url('../images/oportuni-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 40vh;
}

.section.job {
  background-color: var(--blue-text);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 250px;
  display: flex;
}

.section.training {
  background-image: url('../images/training-bg-c.png');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.section.whytraining {
  background-color: var(--grey-1);
}

.section.e-commerce-cta {
  z-index: 20;
  background-image: linear-gradient(#03558b, #218acc);
  justify-content: center;
  align-items: center;
  position: relative;
  inset: auto 0% 0% auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.services-home-card-wrapper {
  background-image: url('../images/wide-area-img-2.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding: 20px;
  display: flex;
  position: relative;
}

.services-home-card-wrapper._1 {
  background-image: url('../images/asset-7.jpeg');
}

.services-home-card-wrapper._3 {
  background-image: url('../images/wide-area-img-3.jpg');
}

.services-home-card-wrapper._4 {
  background-image: url('../images/wide-area-img-4.jpg');
}

.service-card-title {
  color: #fff;
  margin-left: 0;
}

.service-cards-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.services-hover-card-wrapper {
  z-index: 10;
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-status-bar {
  background-color: var(--blue-text);
  height: 3px;
  margin-top: 4px;
}

.home-solutions-left-wrapper {
  background-color: #f7f7f7;
  width: 350px;
  padding: 60px 30px;
}

.home-solutions-right-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-solutions-right-wrapper.custom-home-solution-slider {
  width: 100%;
  overflow: hidden;
}

.home-solutions-right-wrapper.custom-home-solution-slider.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-solutions-right-wrapper.custom-home-solution-slider.grid3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solutions-slide {
  vertical-align: baseline;
  width: 30%;
  margin-right: 30px;
  padding-right: 0;
}

.solutions-slide.custom-solution-slide-item {
  width: 32%;
}

.slider-2 {
  background-color: #ddd0;
}

.solutions-slider-icon {
  width: 72px;
  height: 72px;
}

.solution-slider-title {
  color: var(--blue-text);
  text-align: center;
}

.solution-slider-title.no-bottom-padding {
  margin-bottom: 0;
}

.solution-slider-content {
  text-align: center;
}

.solution-slide-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  margin-top: 0;
  padding-top: 0;
  top: 330px;
}

.left-arrow-2, .right-arrow-2 {
  opacity: 0;
}

.video {
  z-index: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.home-careers-cta-wrapper {
  z-index: 10;
  width: 60%;
  position: relative;
}

.home-careers-cta-wrapper.ecommerce {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-cta-title-home {
  color: #fff;
}

.careers-cta-title-home.ecommercxe {
  text-align: center;
}

.careers-cta-title-home.ecommercxe.cta {
  margin-bottom: 20px;
}

.careers-cta-description-home {
  color: #fff;
}

.careers-cta-description-home.ecommerce {
  text-align: center;
  margin-bottom: 20px;
}

.center {
  z-index: 10;
  text-align: center;
  position: relative;
}

.testimonial-image-wrapper {
  background-image: url('../images/asset-26.jpeg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.testimonials-heading-content {
  width: 40%;
}

.testimonials-slider-wrapper {
  background-color: var(--blue-text);
  width: 470px;
  height: 320px;
  position: absolute;
  inset: 100px 40px 0% auto;
  overflow: visible;
}

.slider-3 {
  background-color: #ddd0;
}

.left-arrow-3, .right-arrow-3 {
  opacity: 0;
}

.testimonial-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
}

.testimonial-content {
  color: #fff;
  text-align: center;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 420px;
}

.logo-and-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/asset-40.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.linkedin {
  width: 28px;
  height: 28px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.linkedin.footer {
  width: 36px;
  height: 36px;
  position: static;
}

.image-2 {
  width: 36px;
  height: 36px;
}

.footer-logo-text {
  color: #fff;
}

.image-3 {
  width: 200px;
}

.footer-column {
  padding-top: 39px;
  padding-bottom: 39px;
}

.footer-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}

.footer-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.footer-link-card {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-icon-wrapper {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: flex;
}

.footer-link-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.image-4 {
  border: 1px #835e5e;
  width: 16px;
  height: 16px;
}

.footer-bottom-bar {
  background-color: #525252;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.copy-right-text {
  color: #fff;
  font-size: 16px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-block {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-grid-six-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 1330px;
  min-height: 104px;
  margin: -149px auto 60px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-carousel {
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: var(--flowui-component-library--grey-300);
}

.co-image-section-wrapper {
  width: 100%;
  position: relative;
}

.co-image-section-wrapper.custom {
  overflow: visible;
}

.co-image_wrapper {
  width: 80%;
  margin-top: 12px;
}

.co-image_wrapper.custom {
  background-color: #78c143;
  padding: 10px;
}

.co-image.custom {
  box-shadow: 0 0 5px #0003;
}

.co-hero-text {
  background-color: #ebebeb;
  width: 500px;
  height: 280px;
  padding: 24px;
  position: absolute;
  inset: 25% 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

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

.story-grid._2-grid {
  grid-template-columns: 1.75fr 1fr;
  align-items: center;
}

.story-points-wrapper.top-space {
  margin-top: 20px;
}

.point-icon-and-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.icon-wrapper {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.image-5 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: block;
}

.point-text {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

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

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

.story-card {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: auto;
  padding: 15px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.text-block-2 {
  color: #007bff;
  text-decoration: underline;
}

.side-bar-card {
  background-color: var(--blue-text);
  width: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.story-image-wrapper {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-6 {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  position: static;
}

.image-6.is-webonly.height {
  height: 400px;
}

.background-half {
  z-index: 0;
  background-color: #e8e8e8;
  width: 60%;
  height: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  width: 100%;
}

.partner-right-image-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: url('../images/bg-prt.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1px 19px;
  display: flex;
}

.tablink {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.tablink.w--current {
  color: var(--blue-text);
  background-color: #fff;
}

.tab-name {
  font-size: 16px;
  font-weight: 800;
}

.tab-content-partners {
  margin-top: 12px;
}

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

.white-text {
  color: #fff;
}

.white-text.center._16 {
  font-size: 16px;
}

.grid-3 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  width: 100%;
}

.image-grid-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-with-padding {
  margin-bottom: 20px;
}

.industries-text-wrapper {
  flex-flow: column;
  display: flex;
}

.industries-paragraph {
  padding-top: 10px;
}

.heading-4 {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.testimonial-company-text-wrapper {
  z-index: 2;
  background-color: var(--blue-text);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  margin-right: -100px;
  padding: 40px;
  display: flex;
  position: relative;
}

.company-testimonial-image-wrapper {
  z-index: 1;
  background-image: url('../images/img-section.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 1060px;
  height: 660px;
  position: relative;
}

.testimonial-company-text {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.image-7 {
  width: 86px;
  height: 86px;
}

.grid-4 {
  grid-template-rows: auto;
  width: 100%;
}

.contact-testimonial-wrapper.right {
  padding-left: 48px;
  padding-right: 48px;
}

.slider-4 {
  background-color: #ddd0;
}

.right-arrow-4, .left-arrow-4 {
  opacity: 0;
}

.testimonial-content-wrapper-contact {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 78px;
  padding-right: 78px;
  display: flex;
}

.image-8 {
  filter: invert();
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-9 {
  filter: invert();
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-10 {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-11 {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.submit-button {
  background-color: #e30000;
  width: 100%;
}

.grid-5 {
  grid-template-rows: auto;
  width: 100%;
}

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

.feature-leadership-grid {
  grid-template-rows: auto;
  width: 100%;
}

.f-leadership-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.designation-text {
  color: #212529;
  font-size: 24px;
  line-height: 30px;
}

.mission-statement-card-wrapper {
  background-color: #212529;
  padding: 39px 19px;
  position: relative;
}

.mission-statement {
  z-index: 1;
  color: #fff;
  position: relative;
}

.image-12 {
  z-index: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.f-leader-title {
  margin-top: 0;
  margin-bottom: 0;
}

.team-members-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
}

.team-member-wrapper {
  width: 460px;
  height: 500px;
}

.team-member-text-card {
  background-color: #fff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 60px 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.team-member-text-card:hover {
  color: #fff;
  background-color: #2288cb;
}

.team-member-name {
  text-align: center;
}

.team-member-short-description {
  text-align: center;
  margin-bottom: 20px;
}

.team-member-description {
  text-align: center;
  font-size: 18px;
}

.team-member-photo-wrapper {
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-top: -100px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.background-shape-2 {
  z-index: 0;
  background-color: var(--gray-2);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.join-us-text-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  display: flex;
}

.link {
  color: #015a95;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-logo-carousel-wrap-2 {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l-2 {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-gradient-r-2 {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-carousel-2 {
  flex: none;
  display: flex;
}

.f-logo-group-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-css-2 {
  display: none;
}

.f-logo-cell-2 {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell-2:hover {
  background-color: var(--flowui-component-library--grey-300);
}

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

.solutions-hero-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.nav-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.active-page-name {
  color: var(--blue-text);
}

.solutions-hero-image.ecommerce {
  border-radius: 20px;
}

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

.solutions-benefits-text-slider {
  background-color: #ddd0;
  flex-flow: row;
  display: block;
}

.slide {
  width: 30%;
}

.solution-slide-content-wrapper {
  padding: 24px 12px;
}

.solution-slide {
  width: 30%;
  height: 100%;
  margin-right: 26px;
}

.solution-icon {
  width: 64px;
  height: 64px;
}

.is-hidden {
  display: none;
}

.left-block-background {
  z-index: 1;
  background-color: var(--gray-2);
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 40% auto 0% 0%;
}

.left-block-background.color {
  background-color: var(--blue-text);
}

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

.solution-points-grid.ecom, .solution-points-grid.single {
  grid-template-columns: 1fr;
}

.solution-points-text-wrapper.ecom {
  width: 100%;
}

.f-paragraph-small {
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.cener {
  text-align: center;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
}

.f-accordian-toggle {
  background-color: var(--gray-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
}

.f-accordian-toggle:active, .f-accordian-toggle:focus {
  background-color: var(--blue-text);
  color: #fff;
}

.f-accordian-dropdown {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  width: 100%;
  padding: 0;
  transition: all .3s;
  display: block;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-wrapper {
  grid-row-gap: 12px;
  border: 1px none var(--flowui-component-library--grey-300);
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 0;
  display: flex;
}

.f-accordian-wrapper.ecom, .f-accordian-wrapper.ecp {
  max-width: 100%;
}

.f-accordian-wrapper.custom {
  width: 100%;
  max-width: none;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-list {
  background-color: #fff;
  width: 100%;
  padding: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
}

.accordian-2-grid {
  grid-template-rows: auto;
  margin-top: 28px;
}

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

.accordian-2-grid.topspace {
  margin-top: 40px;
}

.solution-cards-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 24px;
}

.solution-card-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.solution-card-wrapper.is-invisible {
  opacity: 0;
}

.solution-card-title, .solution-card-content {
  text-align: center;
}

.solution-points-slider {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 0;
}

.solution-points-slide-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.solution-points-slide-grid {
  grid-template-rows: auto;
}

.solution-points-slide-grid.service {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1.5fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.solution-points-slide-grid.service.top-spcae {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.solution-points-slide-image-wrapper {
  width: 300px;
}

.solution-points-slide-image-wrapper.right-align {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  display: block;
}

.slider-point-title {
  margin-top: 0;
}

.slider-point-subtext {
  font-weight: 700;
}

.testimonial-backround-wrapper {
  width: auto;
  height: 100%;
  display: flex;
}

.left-triangle {
  border-top: 600px solid var(--blue-text);
  background-color: #015a9500;
  border-left: 100px solid #0000;
  border-right: 0 #0000;
  width: 100px;
  height: 600px;
}

.center-content {
  background-color: var(--blue-text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100%;
  display: flex;
}

.right-triangle {
  border-right: 100px solid #5f484800;
  border-bottom: 600px solid var(--blue-text);
  background-color: #015a9500;
  width: 100px;
  height: 100%;
}

.left-container-wrapper {
  width: 380px;
  height: auto;
  position: sticky;
  top: 10px;
  overflow: visible;
}

.right-container-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.right-container-wrapper.custom-single-column-width {
  width: 100%;
  display: flex;
}

.right-container-wrapper.custom-single-column-width.ecom {
  overflow: visible;
}

.side-bar-navigation-content {
  background-color: #f7f7f700;
  border-bottom: 1px solid #e2e2e2;
  width: 90%;
  height: auto;
}

.side-bar-navigation-content:focus {
  background-color: var(--blue-text);
  color: var(--grey-1);
}

.side-bar-heading {
  background-color: #e8e8e800;
  padding: 10px;
  font-size: 18px;
  font-weight: 800;
}

.side-bar-heading:hover {
  color: #fff;
  background-color: #015a9500;
}

.side-bar-heading.heading {
  background-color: var(--primary-black-text);
  color: var(--grey-1);
}

.side-bar-heading.dark {
  font-size: 16px;
  font-weight: 600;
}

.side-bar-heading.bottom-button {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.side-bar-navigation-element {
  display: flex;
}

.side-bar-navigation-element.heading, .side-bar-navigation-element.bottom-button {
  z-index: 2;
  position: relative;
}

.side-bar-arrow {
  border: 31px solid #fff;
  border-left-width: 30px;
  border-right: 0 solid #0000;
  width: 10%;
  display: block;
}

.side-bar-arrow:hover, .side-bar-arrow:lang(en) {
  border-left-color: #fff0;
}

.link-block {
  z-index: 2;
  color: var(--primary-black-text);
  background-color: #fff0;
  width: 100%;
  position: relative;
}

.link-block:hover, .link-block.w--current {
  background-color: var(--blue-text);
  color: var(--grey-1);
}

.services-cards._1.ecommerce {
  margin-top: 60px;
}

.services-cards._1.capabilities {
  width: 100%;
}

.services-cards._1.padding-top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-cards._1.padding-top.sliderhww {
  width: 100%;
}

.services-cards._2 {
  margin-top: 40px;
}

.services-cards._2.ecommerce {
  margin-top: 0;
}

.services-text-tile {
  text-align: center;
}

.services-text-tile.ecommerce {
  text-align: left;
}

.services-text-tile.margin-bottom-24px.custom {
  margin-bottom: 0;
}

.services-cards-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-cards-3.top-space {
  margin-top: 20px;
  margin-bottom: 40px;
}

.services-card-point {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 28px 14px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.services-card-point.how-we-work {
  flex: auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 14%;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.service-heading, .service-heading.how-we-work {
  text-align: center;
}

.service-heading.top-space {
  margin-top: 31px;
}

.service-description {
  text-align: center;
}

.service-description.how-we-work {
  text-align: left;
}

.image-wrapper-service {
  width: 60%;
  margin-top: 0;
}

.image-wrapper-service.ecommerce {
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
}

.accordian-wrapper-right-margin {
  margin-left: -60px;
}

.accordian-wrapper-right-margin.ecommerce {
  width: 50%;
  margin-left: 0;
}

.image-and-accordian-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.partner-card {
  width: 100%;
  margin-top: 40px;
}

.partner-card-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.partner-card-content-wrapper {
  flex-flow: column;
  width: auto;
  display: block;
}

.partner-card-slider-wrapper {
  flex-flow: column;
  display: block;
}

.sticky-wrapper {
  flex-flow: column;
  height: auto;
  margin-top: 25px;
  display: flex;
  position: static;
  top: 100px;
}

.key-features-card {
  width: 100%;
  padding: 39px 0;
}

.key-features-card.ecommerce {
  margin-top: 20px;
}

.key-features-grid {
  grid-template-rows: auto;
  place-items: center start;
}

.key-features-text-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.key-features-title {
  margin-bottom: 0;
}

.serices-subtext {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.feature-tile-wrapper {
  background-image: url('../images/a-4.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 250px;
  height: 250px;
  padding: 20px;
  display: flex;
}

.feature-tile-wrapper._1 {
  background-image: url('../images/monitorinh.jpg');
  background-position: 50% 0;
}

.feature-tile-wrapper._1.ecommerce {
  background-image: linear-gradient(#00000080, #00000080), url('../images/monitorinh.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.feature-tile-wrapper._2 {
  background-image: url('../images/mainta.webp');
  background-position: 50%;
  margin-top: -24px;
}

.feature-tile-wrapper._2.ecommerce {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mainta.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.feature-tile-wrapper._3 {
  background-image: url('../images/Performance-Optimization-for-Growth.jpg');
}

.feature-tile-wrapper._3.ecommerce {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Performance-Optimization-for-Growth.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.feature-tile-wrapper._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dedicated-Support--Scalability.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -24px;
}

.feature-name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.assist-card {
  width: 100%;
  padding: 40px 0;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center start;
}

.grid-6.ecom {
  grid-template-columns: .75fr 1.5fr;
}

.image-wrapper-assist {
  background-image: url('../images/96209.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
}

.image-wrapper-assist.ecommerce {
  background-image: none;
}

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

.assist-points-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.assist-point-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: block;
}

.career-build-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 100%;
}

.career-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.benefits-category {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.benefits-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.beenfits-category-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

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

.benefit-card {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  box-shadow: 2px 2px 5px #0003;
}

.benefits-icon {
  width: auto;
  height: 64px;
  margin-bottom: 12px;
}

.benefit-name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.baclground-bottom {
  z-index: 0;
  background-color: var(--gray-2);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.why-join-us-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  width: 100%;
}

.hero-text-wrapper-careers {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.jobs-wrapper {
  width: 70%;
}

.form-wrapper {
  width: 30%;
}

.job-card {
  border: 1px solid var(--flowui-component-library--grey-300);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 36px;
  padding: 20px;
  display: flex;
  position: relative;
}

.job-id {
  color: var(--blue-text);
  font-size: 16px;
  font-weight: 400;
}

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

.job-title {
  color: var(--blue-text);
}

.job-short-description {
  color: #474747;
  font-weight: 400;
}

.details-card {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.details-card.white-text {
  justify-content: space-between;
  width: 60%;
  margin-top: 14px;
}

.short-tag-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-job {
  margin-right: 10px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.icon-job.blue {
  color: var(--blue-text);
}

.icon-job.white {
  color: #fff;
}

.location-name {
  font-size: 16px;
  font-weight: 700;
}

.cms-location {
  font-size: 16px;
}

.job-id-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.careers-form {
  background-color: var(--grey-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 41px 20px;
  display: flex;
  position: relative;
}

.form-block, .submit-button-2 {
  width: 100%;
}

.top-bar-form-section {
  background-image: linear-gradient(280deg, #ac0000, #2c2c2c 61%, #1f94dd);
  width: 100%;
  height: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.job-title-cms {
  color: #fff;
}

.job-body-text-wrapper {
  width: 70%;
}

.why-training-grid {
  grid-template-rows: auto;
  width: 100%;
}

.why-training-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.why-training-image-wrapper {
  position: relative;
  overflow: visible;
}

.overlay-card-training {
  z-index: 5;
  background-color: var(--blue-text);
  width: 350px;
  height: 250px;
  padding: 30px;
  position: absolute;
  inset: auto -2% -8% auto;
}

.image-13 {
  z-index: 1;
  position: relative;
}

.overlay-text-training {
  font-size: 18px;
}

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

.grid-7 {
  grid-template-rows: auto;
}

.training-form {
  background-color: var(--grey-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.form-block-2, .submit-button-3 {
  width: 100%;
}

.text-wrapper-contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.contact-details-wrapper {
  width: 100%;
  margin-top: 60px;
}

.contact-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 200px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.card-top-bar {
  background-color: #353535;
  width: 100%;
  height: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-icon-wrapper {
  z-index: 5;
  color: #353535;
  background-color: #353535;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.contact-icon {
  color: #fff;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 36px;
}

.contact-title {
  color: var(--blue-text);
}

.contact-page-form-wrapper {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 20px 20px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.form-block-3, .submit-button-4 {
  width: 100%;
}

.contact-form-field {
  height: 50px;
}

.contact-form-message-field {
  height: 100px;
}

.icon-service-card {
  width: 64px;
  height: 64px;
}

.text-link.white {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.case-study-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -63px;
  display: grid;
}

.case-link {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-14 {
  background-color: #fff;
  height: 80px;
}

.image-15 {
  height: 60px;
}

.mobile-container {
  display: none;
}

.image-16 {
  border-radius: 10px;
}

.imagewebonly {
  opacity: 0;
  border-radius: 20px;
  width: auto;
  height: 400px;
}

.imagewebonly.tab {
  height: 400px;
  display: block;
}

.home-services-headers-content {
  text-align: center;
}

.div-block-20 {
  z-index: 100;
  position: relative;
}

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

.slide-nav-2 {
  margin-top: 0;
}

.image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33 {
  display: block;
}

.tabs-item-content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ecommerce-parar {
  text-align: center;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center start;
}

.grey-bg {
  z-index: 0;
  background-color: #f0f0f0;
  width: 90%;
  margin-top: 25px;
  position: absolute;
  inset: 0%;
}

.sidearrow {
  border: 31px solid #fff;
  border-left: 30px solid #8a797900;
  border-right-width: 0;
  width: 10%;
}

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

.custom-link-block {
  display: flex;
}

.spiralgrid_icon {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35%;
  position: relative;
}

.spiralgrid_content-container {
  background-image: url('../images/dotted-timeline_top-left.svg'), url('../images/dotted-timeline_top-right.svg'), url('../images/dotted-timeline_bottom-right.svg'), url('../images/dotted-timeline_bottom-left.svg'), url('../images/dotted-timeline_right-vertical.svg'), url('../images/dotted-timeline_left-vertical.svg');
  background-position: 0 0, 100% 0, 100% 100%, 0 100%, 100%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y;
  background-size: 50%, 50%, 50%, 50%, 50%, 50%;
  min-width: 25%;
  max-width: 25%;
  height: auto;
  padding: 1.5rem;
  position: relative;
}

.spiralgrid_content-container.even {
  z-index: 2;
  background-color: #fff;
  background-image: url('../images/dotted-timeline_top-left.svg'), url('../images/dotted-timeline_top-right.svg'), url('../images/dotted-timeline_blank.svg'), url('../images/dotted-timeline_blank.svg'), url('../images/dotted-timeline_right-vertical.svg'), url('../images/dotted-timeline_left-vertical.svg');
}

.spiralgrid_content-container.odd {
  z-index: 3;
  background-image: url('../images/dotted-timeline_bottom-right.svg'), url('../images/dotted-timeline_bottom-left.svg');
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 50%;
  margin-top: -5rem;
  margin-bottom: 5rem;
}

.spiralgrid_content-container.end {
  z-index: 3;
  background-image: linear-gradient(to right, #fff0, #fff 25%), url('../images/dotted-timeline_bottom-left.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
}

.spiralgrid_content-container.end.mobile {
  display: none;
}

.spiralgrid_content-container.start {
  z-index: 2;
  background-image: linear-gradient(to right, #fff 75%, #fff0), url('../images/dotted-timeline_top-right.svg'), url('../images/dotted-timeline_blank.svg'), url('../images/dotted-timeline_right-vertical.svg');
  background-position: 0 0, 100% 0, 100% 100%, 100%;
  background-repeat: repeat, no-repeat, no-repeat, repeat-y;
  background-size: auto, 50%, 50%, 50%;
}

.spiralgrid_content-container.start.tablet {
  display: none;
}

.spiralgrid_content-border {
  text-align: center;
  background-color: #f7f7f7;
  border: 2px solid #4353ff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding: 1.8rem;
  display: flex;
}

.position_absolute-contain {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spiralgrid_container {
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5rem;
  display: flex;
}

.small-head {
  color: #1a3151;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 4px 11px;
  display: flex;
}

.div-block-38._1 {
  justify-content: flex-end;
}

.div-block-41 {
  border-left: 1px solid #a0d854;
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.div-block-37 {
  background-image: url('../images/image-31-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #a0d854;
  width: 180px;
  height: 90px;
}

.horizonal-scroll-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 5px solid #a0d854;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 450vh;
  height: 80vh;
  display: grid;
}

.big-green-number {
  color: #2188cb;
  padding-top: 25px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.para-blue {
  color: #1a3151;
  letter-spacing: 1px;
  line-height: 25px;
}

.div-block-42 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 4px 11px;
  display: flex;
}

.div-block-42._1 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-43 {
  border-left: 1px solid #2188cb;
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  padding-left: 300px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.horizonal-scroll-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 5px solid #2188cb;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 450vh;
  display: grid;
}

.main-sections {
  min-height: 778.313px;
}

.main-sections.right {
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.main-sections.right.horizontal-scroll-section {
  align-items: flex-start;
  min-height: 400vh;
  margin-bottom: -100px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.medium-head {
  color: #1a3151;
  font-size: 35px;
  font-weight: 800;
}

.div-block-45 {
  background-image: url('../images/image-31-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #a0d854;
  width: 180px;
  height: 90px;
  display: none;
}

.div-block-35 {
  margin-bottom: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}

.image-34 {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

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

.buttons-layout {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.slider-card_bottom {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.icon-1x1-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: .875rem;
  min-width: .875rem;
  max-width: .875rem;
  height: .875rem;
  min-height: .875rem;
  max-height: .875rem;
  display: flex;
}

.slider_mask {
  width: 25%;
  overflow: visible;
}

.slider_arrow {
  color: #054638;
  background-color: #60eea3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .6s;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #19f580;
  border-color: #ced2d9;
}

.slider_arrow.left {
  transition-timing-function: cubic-bezier(.6, .6, 0, 1);
  display: flex;
  right: 3rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.slider_slide {
  width: 24rem;
  margin-right: 1rem;
}

.slider-card {
  color: #054638;
  background-color: #60eea3;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  padding: 1.75rem;
  display: flex;
  position: relative;
}

.slider-card_top {
  width: 100%;
}

.slider_navigation {
  height: 1.75rem;
  font-size: .5rem;
  display: flex;
  inset: auto auto .25rem 0%;
}

.heading-style-h2 {
  letter-spacing: -.02em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.slider-5 {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.slider-6 {
  background-color: #ddd0;
  width: 100%;
}

.hww {
  width: 22%;
  margin-right: 10px;
}

.hww-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.image-35 {
  opacity: .7;
  width: 34px;
  height: 34px;
  padding: 10px;
  position: absolute;
  inset: 36% -7% 0% auto;
}

.icon-float {
  background-color: #ebebeb00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: static;
  inset: 50% -10% 0% auto;
}

.space {
  margin-bottom: 31px;
}

.image-36 {
  width: 48px;
  height: 48px;
}

.problems-image {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: auto;
  height: 300px;
  position: static;
  overflow: clip;
}

.f-accordian-wrapper-2 {
  grid-row-gap: 12px;
  border: 1px #e4e6f1;
  border-radius: 8px;
  flex-direction: column;
  max-width: 500px;
  padding: 0;
  display: flex;
}

.f-accordian-wrapper-2.ecom {
  max-width: 100%;
}

.f-accordian-toggle-2 {
  background-color: #e8e8e8;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
}

.f-accordian-toggle-2:active, .f-accordian-toggle-2:focus {
  color: #fff;
  background-color: #2288cb;
}

.f-accordian-icon-2 {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-grid-four-column._3-coloum {
  grid-template-columns: 1fr 1fr 1fr;
}

.f-grid-four-column._2-colum {
  grid-template-columns: 1fr 1fr;
}

.f-section-small-2 {
  padding: 64px 5%;
  position: relative;
}

.f-section-small-2.small-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 0 24px;
  display: flex;
}

.f-logo-plain.right {
  justify-content: flex-end;
  align-items: center;
}

.f-logo-plain.left {
  justify-content: flex-start;
  align-items: center;
}

.image-37 {
  max-width: none;
  height: 70px;
}

.image-37.a {
  height: 50px;
}

.image-37.b {
  height: 46px;
}

.image-37.c {
  height: 100px;
}

.image-37.d {
  height: 60px;
}

.client-details {
  font-size: 20px;
  line-height: 34px;
}

.client-logo-cs {
  height: 100px;
  margin-bottom: 5px;
}

.challenges-title {
  color: var(--blue-text);
  margin-bottom: 40px;
}

.challenge-point {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

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

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

.div-block-46 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46.left-align {
  justify-content: flex-start;
  align-items: center;
}

.timeline-heading-2 {
  color: #2288cb;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

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

.line {
  background-color: #2288cb;
  width: 100%;
  height: 2px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.sc-image-wrapper {
  height: 100%;
  overflow: hidden;
}

.sc-image-wrapper.bg {
  height: 90%;
  box-shadow: 0 0 5px #0003;
}

.image-38 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px #0003;
}

.approach-icon {
  width: 48px;
  height: 48px;
}

.bottom-padding._20 {
  margin-bottom: 20px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 27px;
}

.image-39, .image-40, .image-41, .image-42 {
  height: 70px;
}

.image-43 {
  max-width: none;
  height: 100px;
}

.image-43.a {
  height: 80px;
}

.image-43.b, .image-44 {
  height: 56px;
}

.image-44.a {
  height: 100px;
}

.image-45, .image-46 {
  height: 70px;
}

.image-47 {
  height: 81px;
}

.image-48 {
  height: 70px;
}

.image-49 {
  height: 94px;
}

.image-50 {
  filter: invert();
  height: 66px;
}

.image-51 {
  height: 83px;
}

.image-52 {
  height: 100px;
}

.image-52.a, .image-53, .image-54, .image-55 {
  height: 80px;
}

.image-56 {
  max-width: none;
  height: 100px;
}

.image-56.a {
  height: 80px;
}

.image-57 {
  height: 70px;
}

.image-58 {
  width: auto;
  height: 400px;
}

.internal-link {
  color: var(--primary-black-text);
  padding-left: 10px;
}

.internal-link:hover {
  color: var(--grey-1);
}

@media screen and (min-width: 1280px) {
  .navbar-no-shadow-container {
    max-width: 1360px;
  }

  .button-primary {
    background-image: linear-gradient(#2288cb, #00d0ff);
  }

  .button-primary.button-width {
    text-align: center;
    width: 181px;
  }

  .container.align-vertical {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container.overflow-unhide.custom-client-header-bg {
    background-image: linear-gradient(329deg, #00bcd4, #248acc);
  }

  .container.services-long {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
  }

  .container.services-long.custom-single-column-grid {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    display: flex;
  }

  .hero-split {
    width: auto;
  }

  .dropdown-chevron {
    display: flex;
  }

  .navbar_component {
    z-index: 2;
  }

  .navbar_dropdown-toggle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_dropdown-list.w--open {
    z-index: 4;
  }

  .section-title {
    -webkit-text-stroke-color: var(--blue-text);
  }

  .section-title.left-align.padding-bottom {
    padding-bottom: 8px;
  }

  .section-title.hoome {
    -webkit-text-stroke-color: var(--blue-text);
  }

  .home-about-section {
    background-color: #f7f7f7;
  }

  .about-slider-image {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .home-about-tab-title {
    filter: grayscale();
    padding: 0 10px 0 0;
    overflow: hidden;
  }

  .home-about-tab-title.w--current {
    filter: grayscale(0%);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-about-tab-content-title.blue {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section.e-commerce-cta {
    background-image: linear-gradient(#000, #00d0ff);
    background-position: 0 0;
  }

  .tab-status-bar {
    margin-top: 0;
  }

  .home-solutions-right-wrapper.custom-home-solution-slider {
    width: 100%;
  }

  .solutions-slide {
    width: 30%;
  }

  .solutions-slide.custom-solution-slide-item {
    width: 33.3%;
    margin-right: 0;
    padding: 20px;
  }

  .tablink, .tablink.w--current {
    margin-right: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-name.tab-padding {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .team-member-wrapper {
    cursor: pointer;
  }

  .team-member-text-card:hover {
    color: #fff;
    background-color: #2288cb;
  }

  .f-accordian-toggle:focus {
    background-image: linear-gradient(#2288cb, #00bcd4);
  }

  .f-accordian-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .left-container-wrapper {
    width: 370px;
  }

  .right-container-wrapper.custom-single-column-width {
    width: 100%;
  }

  .side-bar-arrow {
    background-color: #2288cb;
    border-top-width: 32px;
    border-bottom-width: 32px;
    width: 10%;
    overflow: visible;
  }

  .link-block.w--current {
    color: #fff;
    background-color: #015a95;
  }

  .services-cards._1.padding-top {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-text-tile.text-left {
    text-align: left;
  }

  .services-cards-3.padding-top {
    padding-top: 24px;
  }

  .key-features-card.margin-top {
    margin-top: 80px;
  }

  .key-features-title.margin-bottom {
    margin-bottom: 32px;
  }

  .benefit-card:hover {
    color: #fff;
    background-color: #2288cb;
  }

  .image-17 {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .flex-block {
    text-align: center;
    flex: 1;
    align-items: center;
  }

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

  .custom-client-bg {
    background-image: linear-gradient(329deg, #00bcd4, #248acc);
  }

  .client-logo-content {
    width: 100%;
  }

  .client-details-header {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .section-heading {
    color: var(--flowui-component-library--gray-100);
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
  }

  .custom-client-image {
    width: 390px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-client-image.custom-image-height {
    height: 358px;
  }

  .customer-flex-section {
    display: flex;
  }

  .customer-content {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .customer-content.custom-padding-top {
    padding-top: 20px;
  }

  .customer-header {
    margin-bottom: 16px;
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
  }

  .customer-context {
    margin-bottom: 16px;
    font-weight: 400;
  }

  .help-section {
    background-image: linear-gradient(#02b3e4, #02ccba);
  }

  .client-details-footer {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .help-footer-context {
    color: var(--flowui-component-library--gray-100);
  }

  .flow-card-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .f-accordian-toggle-2:focus {
    background-image: linear-gradient(#2288cb, #00bcd4);
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.internal.w--open {
    margin-top: 4px;
    position: static;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-heading-left {
    height: auto;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    max-width: 98vw;
    display: grid;
  }

  .container.about {
    overflow: visible;
  }

  .container.slider-points {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container.services-long {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    margin-bottom: 40px;
  }

  .hero-split.text {
    width: 100vw;
  }

  .slider {
    width: 100%;
  }

  .right-arrow {
    left: 8%;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .timeline10_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 10rem 1fr;
  }

  .timeline10_item.is-alternate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team16_item {
    text-align: left;
    justify-content: center;
    align-items: center;
    min-width: 400px;
  }

  .dropdown-chevron {
    display: flex;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .team16_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .team16_list.align-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .contact_grid-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar_dropdown-toggle-text {
    font-size: 1.125rem;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline-heading, .timeline-heading.text-color-586174 {
    font-size: 1rem;
  }

  .navbar_dropdown-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100vw;
    padding-top: 2rem;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .navbar_menu-left {
    flex-flow: column;
  }

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

  .timeline10_component-2 {
    display: none;
  }

  .navbar_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .navbar_link {
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_link.text-weight-bold {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar5_blog-list, .navbar_dropdown-content-wrapper {
    width: 100%;
  }

  .timeline10_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .navbar_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .navbar_dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_dropdown-toggle.text-weight-bold {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding: 2rem 2rem 0;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .team16_image-wrapper {
    max-width: 100px;
  }

  .navbar_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding: 0 2rem 2rem;
  }

  .styles-form-block {
    align-items: center;
  }

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

  .h2-heading {
    font-size: 48px;
  }

  .styles-sidebar {
    display: none;
  }

  .h1-heading {
    font-size: 56px;
  }

  .styles-page {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .h4-heading {
    font-size: 32px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .hide-tablet {
    display: none;
  }

  .h5-heading {
    font-size: 28px;
  }

  .arrow-icon {
    display: none;
  }

  .home-about-left {
    width: 90%;
  }

  .home-about-right {
    width: 90%;
    margin-left: 0;
  }

  .section.footer {
    height: auto;
  }

  .service-cards-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .center {
    text-align: left;
  }

  .testimonial-image-wrapper {
    padding-left: 20px;
  }

  .testimonials-slider-wrapper {
    position: absolute;
    top: -11px;
    left: auto;
    right: -23px;
  }

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

  .f-grid-six-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

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

  .story-grid, .story-grid._2-grid {
    grid-template-columns: 1.75fr;
  }

  .story-cards-wrapper {
    flex-flow: column;
  }

  .image-6 {
    width: 70%;
    height: auto;
  }

  .image-6.is-webonly, .background-half {
    display: none;
  }

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

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

  .testimonial-company-text-wrapper {
    width: 90%;
    height: auto;
  }

  .company-testimonial-image-wrapper {
    width: auto;
    height: auto;
  }

  .testimonial-company-text {
    width: 80vw;
  }

  .grid-4, .team-members-grid {
    grid-template-columns: 1fr;
  }

  .f-logo-carousel-wrap-2 {
    width: 95%;
  }

  .solutions-hero-grid {
    grid-template-columns: 1fr;
  }

  .solutions-benefits-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .solution-slide {
    width: 50%;
  }

  .left-block-background {
    display: none;
  }

  .solution-points-grid {
    grid-template-columns: 1fr;
  }

  .f-accordian-list {
    width: 100%;
  }

  .solution-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solution-card-wrapper.is-invisible {
    display: none;
  }

  .solution-points-slide-grid.service.top-spcae {
    grid-template-columns: 1fr;
  }

  .solution-points-slide-image-wrapper.right-align {
    display: none;
  }

  .slider-point-title {
    text-align: center;
  }

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

  .left-container-wrapper {
    display: none;
  }

  .services-card-point.how-we-work {
    flex-flow: column;
    width: 100%;
  }

  .image-and-accordian-wrapper {
    flex-flow: column;
  }

  .partner-card-grid, .key-features-grid, .grid-6 {
    grid-template-columns: 1fr;
  }

  .image-wrapper-assist.ecommerce {
    height: 100%;
  }

  .career-build-grid {
    grid-template-columns: 1fr;
  }

  .form-wrapper {
    width: 96%;
  }

  .job-card {
    width: 90vw;
  }

  .why-training-grid, ._3-grid {
    grid-template-columns: 1fr;
  }

  .text-wrapper-contact {
    width: 96%;
  }

  .contact-page-form-wrapper {
    width: 100%;
  }

  .mobile-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    display: flex;
  }

  .mobile-container.custom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-16 {
    margin-bottom: 26px;
  }

  .imagewebonly {
    display: none;
  }

  .imagewebonly.tab {
    display: block;
  }

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

  .spiralgrid_content-container {
    width: 25%;
    min-width: auto;
    max-width: 19rem;
  }

  .spiralgrid_content-container.end.mobile, .spiralgrid_content-container.start.tablet {
    display: block;
  }

  .spiralgrid_container {
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    width: 150%;
    position: relative;
    left: -25%;
  }

  .div-block-41 {
    border-left-width: 0;
  }

  .horizonal-scroll-content {
    grid-template-columns: 1fr;
    width: auto;
  }

  .div-block-43 {
    border-left-width: 0;
  }

  .div-block-44 {
    width: 95%;
    height: auto;
    padding-left: 0;
  }

  .div-block-34 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .horizonal-scroll-content-2 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .main-sections.right.horizontal-scroll-section {
    min-height: 90vh;
    margin-bottom: -50px;
  }

  .slider_mask {
    width: 50%;
  }

  .slider-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .hww-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    text-align: left;
  }

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

  .timeline-heading-2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .team16_item {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
  }

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .navbar_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .team16_list {
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .contact_grid-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .timeline-heading {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-large {
    padding: 4rem 1rem;
  }

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

  .navbar_component {
    min-height: 4rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .timeline10_progress {
    left: 0;
  }

  .team16_image {
    width: auto;
    max-width: none;
  }

  .contact18_item.background-color-white {
    width: auto;
  }

  .team16_item-content {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_empty-space {
    display: none;
  }

  .navbar_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar_menu {
    padding-bottom: 6rem;
  }

  .team16_image-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 200px;
    height: 100%;
    display: flex;
  }

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

  .navbar_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .styles-grid.styles-grid-large {
    grid-template-columns: 1fr 1fr;
  }

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

  .subheading-x-large {
    font-size: 18px;
  }

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

  .h1-heading {
    font-size: 40px;
  }

  .h4-heading {
    font-size: 28px;
  }

  .h3-heading {
    font-size: 32px;
  }

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

  .hide-mobile {
    display: none;
  }

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

  .section.services-long {
    padding-top: 40px;
  }

  .f-section-large, .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .services-cards-3.padding-top {
    grid-template-columns: 1fr 1fr;
  }

  .services-card-point.how-we-work {
    width: 100%;
  }

  .grid-6.ecom {
    grid-template-columns: 1fr;
  }

  .benefits-cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .imagewebonly.tab {
    display: none;
  }

  .spiralgrid_icon {
    width: 40%;
    max-width: 4.5rem;
    padding-top: 40%;
  }

  .spiralgrid_content-container, .spiralgrid_content-border {
    padding: 1rem;
  }

  .small-head {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .medium-head {
    font-size: 28px;
  }

  .slider-card_bottom {
    width: auto;
    margin-top: 1rem;
  }

  .slider_mask {
    width: auto;
  }

  .slider_arrow:hover {
    background-color: #fff;
  }

  .slider_arrow.left {
    right: 3rem;
  }

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

  .slider_slide {
    width: auto;
  }

  .slider-card {
    align-items: flex-start;
    width: auto;
    display: inline-block;
  }

  .slider-card_top {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .slider-5 {
    margin-top: 3rem;
  }

  .hww-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    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: grid;
  }

  .image-35 {
    display: none;
  }

  .timeline-heading-2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-dropdown {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .nav-dropdown.internal {
    margin-left: 0;
  }

  .nav-dropdown-toggle.w--open {
    margin-right: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    flex-flow: column;
    width: 90vw;
    max-width: none;
  }

  .container.footer {
    height: auto;
  }

  .container.join-us {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.solution-cards {
    overflow: visible;
  }

  .container.contact {
    flex-flow: column;
    display: flex;
  }

  .container.ecom.bg {
    width: 96vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-split, .hero-split.text {
    width: 90vw;
  }

  .slider {
    width: 101%;
  }

  .left-arrow {
    display: none;
    top: 300px;
  }

  .right-arrow {
    display: none;
    top: 300px;
    left: 14%;
  }

  .button-group {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
  }

  .team16_item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
  }

  .team16_list {
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline-heading {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
  }

  .timeline-heading.left-align {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
  }

  .navbar_dropdown-content {
    display: flex;
  }

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

  .navbar_menu-left {
    justify-content: flex-start;
    align-items: center;
  }

  .padding-section-large {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar_link, .navbar_link.text-weight-bold {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar_dropdown-content-wrapper.z-index-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar_dropdown-toggle, .navbar_dropdown-toggle.text-weight-bold {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar_dropdown-list.w--open {
    display: flex;
  }

  .navbar_logo-link {
    width: 50%;
    padding-top: .6rem;
  }

  .div-block-17 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .div-block-17.left-align {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar_menu {
    background-color: #fbf7e7;
  }

  .navbar_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .styles-grid, .styles-grid.styles-grid-large {
    grid-template-columns: 1fr;
  }

  .button-group-2 {
    flex-flow: column;
    width: 100%;
  }

  .arrow-icon {
    display: block;
    transform: rotate(90deg);
  }

  .home-about-left, .home-about-right {
    width: 90vw;
  }

  .section.footer {
    height: auto;
  }

  .section.company-overview-hero.story, .section.solution-points {
    padding-left: 10px;
  }

  .section.solution-points.ecom {
    background-color: #f7f7f700;
    padding-left: 0;
  }

  .section.solution-points.ecom.custom {
    padding-right: 0;
  }

  .section.solutions-cards {
    padding-left: 10px;
  }

  .section.slider-points {
    padding-left: 0;
  }

  .section.services-long {
    padding-top: 0;
    padding-left: 10px;
  }

  .section.benefits.bg {
    padding-left: 10px;
  }

  .service-cards-container {
    flex-flow: column;
  }

  .home-careers-cta-wrapper {
    width: 100%;
  }

  .center {
    flex-flow: column;
    width: 90vw;
    display: block;
  }

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

  .f-grid-six-column {
    grid-template-columns: 1fr;
  }

  .f-logo-gradient-l, .f-logo-gradient-r {
    width: 40px;
  }

  .co-image_wrapper.custom {
    padding: 0;
  }

  .co-image.custom {
    display: none;
  }

  .co-hero-text {
    width: 90vw;
    height: auto;
    position: static;
  }

  .story-grid {
    width: 90vw;
  }

  .image-5 {
    width: 24px;
    height: 24px;
    max-height: 100%;
  }

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

  .testimonial-company-text-wrapper {
    width: 100%;
  }

  .contact-testimonial-wrapper {
    width: 90vw;
  }

  .grid-5, .feature-leadership-grid {
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    width: 96vw;
    height: auto;
  }

  .join-us-text-wrapper {
    width: 90vw;
  }

  .f-logo-gradient-l-2, .f-logo-gradient-r-2 {
    width: 40px;
  }

  .f-accordian-wrapper {
    width: 100%;
    max-width: 99vw;
  }

  .accordian-2-grid, .solution-cards-grid, .solution-points-slide-grid {
    grid-template-columns: 1fr;
  }

  .left-triangle {
    display: none;
  }

  .center-content {
    width: 90vw;
  }

  .right-triangle {
    display: none;
  }

  .right-container-wrapper {
    width: 99vw;
  }

  .services-cards._1 {
    width: 90vw;
  }

  .services-cards-3, .services-cards-3.padding-top {
    grid-template-columns: 1fr;
  }

  .services-card-point.how-we-work {
    width: 100%;
    box-shadow: 0 0 5px #0003;
  }

  .accordian-wrapper-right-margin {
    margin-left: 0;
  }

  .features-tiles-grid, .assist-points-grid, .benefits-cards-grid, .why-join-us-grid {
    grid-template-columns: 1fr;
  }

  .hero-text-wrapper-careers {
    width: 96%;
  }

  .details-card {
    flex-flow: column;
  }

  .why-training-text-wrapper {
    width: 90vw;
  }

  .overlay-card-training {
    position: static;
  }

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

  .training-form {
    width: 96vw;
  }

  .form-block-2 {
    width: 98%;
  }

  .contact-cards-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    height: 250px;
  }

  .spiralgrid_icon {
    width: 60%;
    padding-top: 60%;
  }

  .spiralgrid_container {
    width: 170%;
    left: -35%;
  }

  .button-layout {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .buttons-layout {
    flex-flow: column;
  }

  .slider_mask {
    width: 95%;
  }

  .slider-card {
    padding: 1.75rem;
  }

  .slider_navigation {
    right: 7rem;
  }

  .slider-5 {
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .hww-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-35 {
    display: block;
    inset: auto 0% -5% 70%;
    transform: rotate(90deg);
  }

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

  .icon-float {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .f-accordian-wrapper-2 {
    width: 100%;
    max-width: 99vw;
  }

  .f-grid-four-column, .f-grid-four-column._3-coloum, .benefits-points {
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .div-block-46.left-align {
    justify-content: center;
    align-items: flex-start;
  }

  .timeline-heading-2 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
  }
}

#w-node-_15c6e21a-6793-cad1-7159-e472d3eb4537-05d268b4, #w-node-_787cafd9-46de-be0f-0044-fb51d9a45f68-354c246b, #w-node-_787cafd9-46de-be0f-0044-fb51d9a463c3-354c246b, #w-node-_787cafd9-46de-be0f-0044-fb51d9a464f1-354c246b, #w-node-_787cafd9-46de-be0f-0044-fb51d9a4650a-354c246b, #w-node-_787cafd9-46de-be0f-0044-fb51d9a46523-354c246b, #w-node-b6da2d95-2229-c7d7-d906-97b635e6f132-e6dec0d9, #w-node-_8fc30689-a8ec-f926-9eaf-9d5783e9bf30-8d544831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc864320-8806-9b2f-bf7c-358f34727e94-5bcdbdb6 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-fc864320-8806-9b2f-bf7c-358f34727e9e-5bcdbdb6 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-fc864320-8806-9b2f-bf7c-358f34727ea8-5bcdbdb6 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-fc864320-8806-9b2f-bf7c-358f34727eb2-5bcdbdb6 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-fc864320-8806-9b2f-bf7c-358f34727ebc-5bcdbdb6 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-fc864320-8806-9b2f-bf7c-358f34727ec6-5bcdbdb6 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_3effd75d-8aff-826d-1748-4ab1d8f7af26-c4782450, #w-node-b04b7d54-ed10-3edc-84a6-a7f18313f98f-c4782450, #w-node-b04b7d54-ed10-3edc-84a6-a7f18313f991-c4782450, #w-node-b04b7d54-ed10-3edc-84a6-a7f18313f993-c4782450, #w-node-_2446e28a-fb46-fb9e-1b37-53fcde61ec61-c4782450, #w-node-_2446e28a-fb46-fb9e-1b37-53fcde61ec63-c4782450, #w-node-_2446e28a-fb46-fb9e-1b37-53fcde61ec65-c4782450, #w-node-_236bcdc6-41ff-43ad-aae3-2b1791d05892-c4782450, #w-node-_83dd449f-1232-06c1-ccf1-87f42e48bcf6-c4782450, #w-node-_4a98cf28-6844-9089-966a-977a5f6bc8b1-c4782450, #w-node-_1ce2022d-cbe8-d758-fba9-536b4828ad1d-c4782450, #w-node-_9b5b5787-c3a0-a91c-06e7-5785c20f3513-c4782450, #w-node-_9b5b5787-c3a0-a91c-06e7-5785c20f3515-c4782450, #w-node-_9b5b5787-c3a0-a91c-06e7-5785c20f3517-c4782450, #w-node-_9b5b5787-c3a0-a91c-06e7-5785c20f3519-c4782450, #w-node-_9b5b5787-c3a0-a91c-06e7-5785c20f351b-c4782450, #w-node-_9b5b5787-c3a0-a91c-06e7-5785c20f351d-c4782450, #w-node-_2167bba8-4c6a-0a78-747e-410a5b2cf3d6-c4782450, #w-node-cc679ebe-262a-d90e-16e5-7a713129f4da-c4782450, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2feaa-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2fefc-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2fefe-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2ff00-5b24e2f2, #w-node-a8fd17dc-860e-c730-57d5-d25050a3a794-5b24e2f2, #w-node-a8fd17dc-860e-c730-57d5-d25050a3a796-5b24e2f2, #w-node-a8fd17dc-860e-c730-57d5-d25050a3a798-5b24e2f2, #w-node-a8fd17dc-860e-c730-57d5-d25050a3a79a-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2ff1c-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2ff1e-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2ff20-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2ff22-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2ff08-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2ff0a-5b24e2f2, #w-node-_7e3309bd-64b6-6393-868c-7a3d9ed2ff0c-5b24e2f2, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b27288-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b272e6-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b272ec-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b272e8-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b272ee-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b272ea-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b272fa-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b272fc-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b272fe-c0faf8ed, #w-node-_6dcce108-9732-fb02-1cd8-cd7b00b27300-c0faf8ed, #w-node-de626827-1984-e037-dd92-ed57974952f2-c0faf8ed, #w-node-de626827-1984-e037-dd92-ed57974952f4-c0faf8ed, #w-node-de626827-1984-e037-dd92-ed57974952f6-c0faf8ed, #w-node-_43e4528e-4464-752e-adf0-3e98a3db6ea6-07c59fee, #w-node-_43e4528e-4464-752e-adf0-3e98a3db6ef8-07c59fee, #w-node-_43e4528e-4464-752e-adf0-3e98a3db6efa-07c59fee, #w-node-a6109e78-3338-3f5a-920a-88a505aee302-07c59fee, #w-node-a6109e78-3338-3f5a-920a-88a505aee304-07c59fee, #w-node-_43e4528e-4464-752e-adf0-3e98a3db6f04-07c59fee, #w-node-_43e4528e-4464-752e-adf0-3e98a3db6f06-07c59fee, #w-node-_43e4528e-4464-752e-adf0-3e98a3db6f08-07c59fee, #w-node-ba8e42a0-2d5d-d4bc-0d42-e8ecbe212df6-07c59fee, #w-node-ba8e42a0-2d5d-d4bc-0d42-e8ecbe212df8-07c59fee, #w-node-ba8e42a0-2d5d-d4bc-0d42-e8ecbe212dfa-07c59fee, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968ba43-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968ba95-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968ba97-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968ba99-682a4496, #w-node-fbad1ba2-c28f-23b7-8b97-cf8488291640-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968baa1-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968baa3-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968baa5-682a4496, #w-node-c3493c41-bd5a-251e-bc4f-29dfbd33facf-682a4496, #w-node-c3493c41-bd5a-251e-bc4f-29dfbd33fad1-682a4496, #w-node-c3493c41-bd5a-251e-bc4f-29dfbd33fad3-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968bab5-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968bab7-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968bab9-682a4496, #w-node-_1e4447ec-2c86-71bf-b142-b4de0968babb-682a4496, #w-node-b91e820b-9a88-e945-ca63-5805bd3fd849-41386e88, #w-node-b91e820b-9a88-e945-ca63-5805bd3fd8bb-41386e88, #w-node-b91e820b-9a88-e945-ca63-5805bd3fd8bd-41386e88, #w-node-b91e820b-9a88-e945-ca63-5805bd3fd8bf-41386e88, #w-node-b91e820b-9a88-e945-ca63-5805bd3fd89b-41386e88, #w-node-b91e820b-9a88-e945-ca63-5805bd3fd89d-41386e88, #w-node-b91e820b-9a88-e945-ca63-5805bd3fd89f-41386e88, #w-node-_36ed4b08-98d4-4bb6-6231-efce4772a24b-41386e88, #w-node-_36ed4b08-98d4-4bb6-6231-efce4772a24d-41386e88, #w-node-_36ed4b08-98d4-4bb6-6231-efce4772a24f-41386e88, #w-node-_84e3b609-86ac-e7e1-0c14-4636bc7da435-41386e88, #w-node-_84e3b609-86ac-e7e1-0c14-4636bc7da437-41386e88, #w-node-_84e3b609-86ac-e7e1-0c14-4636bc7da439-41386e88, #w-node-_3e18a92a-98c0-45aa-1aee-d942173fd886-259adad5, #w-node-_3e18a92a-98c0-45aa-1aee-d942173fd8d8-259adad5, #w-node-_3e18a92a-98c0-45aa-1aee-d942173fd8da-259adad5, #w-node-_3e18a92a-98c0-45aa-1aee-d942173fd8dc-259adad5, #w-node-_20e4a0cb-a2c7-1785-738e-acb824f14c45-259adad5, #w-node-_4df4dc9e-37cb-6676-014e-31ff8bc1272e-259adad5, #w-node-_4df4dc9e-37cb-6676-014e-31ff8bc12730-259adad5, #w-node-_3e18a92a-98c0-45aa-1aee-d942173fd8e4-259adad5, #w-node-_3e18a92a-98c0-45aa-1aee-d942173fd8e6-259adad5, #w-node-_3e18a92a-98c0-45aa-1aee-d942173fd8e8-259adad5, #w-node-_3e18a92a-98c0-45aa-1aee-d942173fd8ea-259adad5, #w-node-_89f91fff-b01b-0d2f-0b1f-e1118984f670-259adad5, #w-node-_89f91fff-b01b-0d2f-0b1f-e1118984f672-259adad5, #w-node-b07b07de-9eb9-699c-429e-ae864ffa7d1f-ea6bc96e, #w-node-b07b07de-9eb9-699c-429e-ae864ffa7d71-ea6bc96e, #w-node-b07b07de-9eb9-699c-429e-ae864ffa7d73-ea6bc96e, #w-node-b07b07de-9eb9-699c-429e-ae864ffa7d75-ea6bc96e, #w-node-d8b105e6-77b1-06dc-bf4c-6e324163127c-ea6bc96e, #w-node-d8b105e6-77b1-06dc-bf4c-6e324163127e-ea6bc96e, #w-node-d8b105e6-77b1-06dc-bf4c-6e3241631280-ea6bc96e, #w-node-_52231db8-dd3b-ac88-a405-f0bbdc38ec10-ea6bc96e, #w-node-_52231db8-dd3b-ac88-a405-f0bbdc38ec12-ea6bc96e, #w-node-d24fd009-cad2-d4ea-1c43-35368dd9a32a-ea6bc96e, #w-node-d24fd009-cad2-d4ea-1c43-35368dd9a32c-ea6bc96e, #w-node-_9e461e81-5a5e-350c-b5ff-e20d5e3289f8-242b211d, #w-node-_9e461e81-5a5e-350c-b5ff-e20d5e328a4a-242b211d, #w-node-_9e461e81-5a5e-350c-b5ff-e20d5e328a4c-242b211d, #w-node-_9e461e81-5a5e-350c-b5ff-e20d5e328a4e-242b211d, #w-node-_9fe82d55-e82b-b4cc-7b8b-b1bf87acc772-242b211d, #w-node-_9fe82d55-e82b-b4cc-7b8b-b1bf87acc774-242b211d, #w-node-_9fe82d55-e82b-b4cc-7b8b-b1bf87acc776-242b211d, #w-node-a504ddf9-db1f-6da8-40a1-b0bb17d25897-242b211d, #w-node-a504ddf9-db1f-6da8-40a1-b0bb17d25899-242b211d, #w-node-a504ddf9-db1f-6da8-40a1-b0bb17d2589b-242b211d, #w-node-b02db358-9755-0dab-0428-09b81a9b3b62-242b211d, #w-node-b02db358-9755-0dab-0428-09b81a9b3b64-242b211d, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945d32-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945d84-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945d86-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945d88-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945d90-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945d92-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945d94-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945d96-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945da4-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945da6-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945da8-648d7030, #w-node-_034b92ac-3bdf-d578-5918-1b8c33945daa-648d7030, #w-node-_44617c4d-c84d-f761-a99c-9c6abb3a5e86-648d7030, #w-node-_44617c4d-c84d-f761-a99c-9c6abb3a5e88-648d7030, #w-node-_44617c4d-c84d-f761-a99c-9c6abb3a5e8a-648d7030, #w-node-e64d7c2f-7925-a07f-25ea-7b9f7f47008f-aeb03007 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_14289f87-a167-4fc9-a2ca-6314f6d09eda-d7bf5df6 {
    place-self: center;
  }

  #w-node-fc864320-8806-9b2f-bf7c-358f34727e9e-5bcdbdb6, #w-node-fc864320-8806-9b2f-bf7c-358f34727eb2-5bcdbdb6 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_15c6e21a-6793-cad1-7159-e472d3eb454f-05d268b4, #w-node-_15c6e21a-6793-cad1-7159-e472d3eb4569-05d268b4 {
    order: -9999;
  }

  #w-node-_787cafd9-46de-be0f-0044-fb51d9a463f5-354c246b, #w-node-_787cafd9-46de-be0f-0044-fb51d9a463fd-354c246b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6da2d95-2229-c7d7-d906-97b635e6f14a-e6dec0d9, #w-node-b6da2d95-2229-c7d7-d906-97b635e6f164-e6dec0d9, #w-node-e64d7c2f-7925-a07f-25ea-7b9f7f4700b3-aeb03007, #w-node-e64d7c2f-7925-a07f-25ea-7b9f7f4700d9-aeb03007, #w-node-_5552f885-5752-a067-e44c-6bf18f115e02-aeb03007 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Variablefont Wght';
  src: url('../fonts/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Variablefont Wght';
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}