:root {
  --combine-library--grey-800: #1f2c3d;
  --combine-library--white: white;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--primary-200: #9e97ff;
  --combine-library--warning-400: #f8b34b;
  --blue-viotys: #0098de;
  --white: white;
  --combine-library--grey-100: #d9dce2;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --black: black;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--primary-800: #472def;
  --combine-library--grey-400: #8c94a5;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@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: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav3_menu-button {
  padding: .5rem;
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .45rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-nav3_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  min-width: 5rem;
  display: flex;
}

.combine-nav3_item {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav3_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav3_dropdown-column {
  min-width: 10rem;
}

.combine-nav3_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav3_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav3_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav3_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav3_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav3_link {
  color: var(--combine-library--grey-800);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav3_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav3_link-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav3_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-nav3_logo {
  max-height: 40px;
}

.combine-nav3_logo-link {
  flex: 0 auto;
}

.combine-nav3_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 14px;
  position: static;
}

.navbar {
  background-color: var(--combine-library--grey-050);
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: sticky;
  top: 0;
  bottom: auto;
  box-shadow: 0 1px 9px #0003;
}

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

.header1_image-wrapper {
  border-radius: 1.25rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  display: block;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.mibutton-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-size-regular {
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.heading-style-h1 {
  color: var(--combine-library--grey-800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.25;
}

.header1_content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  padding-left: 10px;
  display: flex;
}

.header1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.padding-section-medium {
  flex-direction: column;
  justify-content: space-around;
  min-height: 100svh;
  padding-top: 64px;
  padding-bottom: 40px;
  display: flex;
}

.container-large {
  flex: 0 auto;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: var(--combine-library--grey-050);
  min-height: 100svh;
  margin-top: -60px;
  position: static;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-footer1_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer1_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer1_link {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer1_link:hover {
  color: var(--combine-library--white);
}

.combine-footer1_link.min-heigth {
  padding-top: 0;
  padding-bottom: 0;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-footer1_title {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer1_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-footer1_top-text {
  color: var(--combine-library--grey-200);
  width: 12rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer1_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-footer1_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 14px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-footer1_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer {
  background-color: var(--combine-library--grey-800);
}

.combine-feature3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature3_number2 {
  color: var(--combine-library--warning-400);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_item {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature3_number1 {
  color: var(--combine-library--primary-600);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.feature3_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.heading-style-h2 {
  color: var(--combine-library--grey-800);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.benefits {
  background-color: var(--combine-library--grey-050);
}

.head-text-span {
  color: var(--blue-viotys);
}

.combine-menu-icon_line-bottom-2 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle-2 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top-2 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.solutions {
  padding-top: 20px;
  padding-bottom: 60px;
}

.header_content_wrapper {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.product-wrapper {
  color: #333;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.product-wrapper:hover {
  box-shadow: 5px 5px 14px -4px #0003;
}

.partner-logo {
  flex: none;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.feature2_image {
  object-fit: cover;
}

.combine-feature2_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.text-size-regular-2 {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-feature2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.software {
  background-color: var(--combine-library--grey-050);
}

.partners {
  background-color: var(--combine-library--grey-050);
  padding-top: 1.8rem;
  padding-bottom: 4rem;
}

.partner-grid {
  grid-column-gap: 50px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  min-width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.products {
  padding-top: 20px;
  padding-bottom: 40px;
}

.contact-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.d-131-logo-link-block {
  background-image: url('../images/2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0000;
  width: 100px;
  height: 100px;
  text-decoration: none;
  transition: border-color 1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.d-131-logo-link-block:hover {
  border: 1px solid #0006;
}

.header-logo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-text-stroke-color: transparent;
  border: 1px solid #0000;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.header-logo-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #75787e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.iconimage {
  opacity: .71;
  flex: 0 auto;
  max-height: 80px;
  margin-top: 0;
  margin-right: 1px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
}

.iconimage:hover {
  opacity: 1;
}

.icontext {
  padding-right: 11px;
}

.iconheader {
  color: #0098de;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  overflow: visible;
}

.icondatatext {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.logo-container {
  grid-row-gap: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.body {
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
}

.product-image {
  max-width: 100%;
  max-height: 130px;
}

.solution-box {
  color: var(--white);
  border: 2px solid #43c506;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 338px;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-box:hover {
  box-shadow: 4px 6px 19px 7px #0003;
}

.solution-box.station {
  background-image: url('../images/Gas-station.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #e9b552;
}

.solution-box.tanker {
  background-image: url('../images/tanker-truck.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #8ac96e;
}

.solution-box.viu {
  background-image: url('../images/viu.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #6fc4eb;
}

.solution-box.viu.slide-from-buttom-500 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/card_rfid_nozzle.webp');
  background-clip: border-box;
}

.solution-box.viu.slide-from-buttom-500.w--current {
  background-image: url('../images/card_rfid_nozzle.webp');
}

.image-3 {
  display: inline;
}

.all-products {
  max-height: 100px;
  margin-top: 43px;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-sub-text {
  background-color: var(--blue-viotys);
  color: var(--combine-library--grey-050);
  border-radius: 20px;
  margin-top: -5px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.solution-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
}

.industry {
  padding-top: 40px;
  padding-bottom: 60px;
}

.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 28px;
  display: flex;
}

.industries-2 {
  color: #f2f3f7;
  background-image: linear-gradient(1deg, #00000094, #ffffff52);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 400px;
  padding-bottom: 40px;
  display: flex;
}

.industries-2:hover {
  background-image: linear-gradient(20deg, #00000094 49%, #ffffff52);
  box-shadow: 1px 4px 11px -1px #0000005c;
}

.industries-2.governments {
  background-image: linear-gradient(1deg, #00000094, #ffffff52), url('../images/municipalities_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-width: 300px;
}

.industries-2.governments:hover {
  background-image: linear-gradient(1deg, #00000094 43%, #ffffff52), url('../images/municipalities_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.governments.swiper-slide {
  cursor: pointer;
  background-image: linear-gradient(1deg, #00000094, #ffffff52), url('../images/Governments_1.webp');
  flex: 0 auto;
}

.industries-2.governments.swiper-slide:hover {
  background-image: linear-gradient(30deg, #00000094 28%, #ffffff52), url('../images/Governments_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.agriculture {
  background-image: linear-gradient(1deg, #00000094, #ffffff52), url('../images/agriculture.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  min-width: 300px;
}

.industries-2.agriculture:hover {
  background-image: linear-gradient(1deg, #00000094 63%, #ffffff52), url('../images/agriculture.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.industries-2.agriculture.swiper-slide {
  cursor: pointer;
  background-image: linear-gradient(1deg, #00000094, #ffffff52), url('../images/Agriculturing_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
}

.industries-2.agriculture.swiper-slide:hover {
  background-image: linear-gradient(32deg, #00000094 38%, #ffffff52), url('../images/Agriculturing_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.constraction {
  background-image: linear-gradient(1deg, #00000094, #ffffff52), url('../images/construction_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-width: 300px;
}

.industries-2.constraction:hover {
  background-image: linear-gradient(1deg, #00000094 32%, #ffffff52), url('../images/construction_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.constraction.swiper-slide {
  cursor: pointer;
  background-image: linear-gradient(1deg, #00000094, #ffffff52), url('../images/Construction_2.webp');
  background-position: 0 0, 50%;
  flex: 0 auto;
}

.industries-2.constraction.swiper-slide:hover {
  background-image: linear-gradient(22deg, #00000094 31%, #ffffff52), url('../images/Construction_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.mining {
  background-image: linear-gradient(1deg, #00000094 35%, #ffffff52), url('../images/mining_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-width: 300px;
}

.industries-2.mining:hover {
  background-image: linear-gradient(21deg, #00000094 50%, #ffffff52), url('../images/mining_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.mining.swiper-slide {
  cursor: pointer;
  background-image: linear-gradient(1deg, #00000094 35%, #ffffff52), url('../images/Mining_2.webp');
  flex: 0 auto;
}

.industries-2.mining.swiper-slide:hover {
  background-image: linear-gradient(18deg, #00000094 45%, #ffffff52), url('../images/Mining_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.transport {
  background-image: linear-gradient(1deg, #00000094 27%, #ffffff52), url('../images/transport_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-width: 300px;
}

.industries-2.transport:hover {
  background-image: linear-gradient(1deg, #00000094 48%, #ffffff52), url('../images/transport_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.transport.swiper-slide {
  cursor: pointer;
  background-image: linear-gradient(1deg, #00000094 27%, #ffffff52), url('../images/Transportation_1.webp');
  flex: 0 auto;
}

.industries-2.transport.swiper-slide:hover {
  background-image: linear-gradient(40deg, #00000094 36%, #ffffff52), url('../images/Transportation_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.oil {
  background-image: linear-gradient(1deg, #00000094 22%, #ffffff52), url('../images/oil.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  min-width: 300px;
  padding-left: 10px;
  padding-right: 10px;
}

.industries-2.oil:hover {
  background-image: linear-gradient(1deg, #00000094 45%, #ffffff52), url('../images/oil.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.industries-2.oil.swiper-slide {
  cursor: pointer;
  background-image: linear-gradient(1deg, #00000094 22%, #ffffff52), url('../images/Oil-Enerhy_1.webp');
}

.industries-2.oil.swiper-slide:hover {
  background-image: linear-gradient(20deg, #00000094 45%, #ffffff52), url('../images/Oil-Enerhy_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

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

.swiper-button-next {
  z-index: 5;
  cursor: pointer;
  background-color: #146ef5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1.5rem 50% auto;
  transform: translate(0, 50%);
}

.swiper-button-next:hover {
  background-color: #146ef599;
}

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

.slider-wrapper {
  overflow: hidden;
}

.swiper-pagination {
  position: absolute;
  bottom: -2.625rem;
  left: 50%;
  transform: translate(-50%);
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper-button-prev {
  z-index: 5;
  cursor: pointer;
  background-color: #146ef5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1.5rem;
  transform: translate(0, 50%);
}

.swiper-button-prev:hover {
  background-color: #146ef599;
}

.global {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-050);
  text-align: center;
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/gt9-mobile---frame-at-0m0s_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 500px;
  display: flex;
}

.global-heading {
  max-width: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
}

.global-text {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

.global-text.small-size-text {
  font-size: 18px;
}

.title-header {
  color: var(--combine-library--grey-050);
  background-color: #03060a;
  background-image: linear-gradient(#00000075, #00000075), url('../images/about-header_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  display: flex;
}

.page-header-text {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.about-us {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  padding-right: 60px;
  display: flex;
}

.we-offer {
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.icon-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.icon-holder {
  padding: 20px;
}

.inclusive {
  background-color: var(--blue-viotys);
  background-image: url('../images/app-bg1_1.webp');
  background-size: cover;
}

.inclusive-holder {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.inclusive-header {
  color: var(--combine-library--grey-050);
  text-align: right;
  max-width: 380px;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.inclusive-span {
  color: #4fd5ed;
}

.deli-line {
  background-color: #4fd5ed;
  width: 5px;
}

.inclusive-text {
  color: var(--combine-library--grey-050);
  max-width: 450px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
}

.why-us {
  background-color: var(--combine-library--grey-050);
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.why-content-holder {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin: 10px 20px;
  padding-bottom: 20px;
  padding-left: 81px;
  padding-right: 81px;
  transition: box-shadow .5s;
}

.why-content-holder:hover {
  box-shadow: 5px 5px 15px #0003;
}

.top-mar {
  padding-top: 18px;
}

.why-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding-top: 30px;
}

.combine-form_error-message-2 {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message-2 {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem 1.5rem;
  font-size: .875rem;
}

.combine-button-2 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: #28364ae6;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_label {
  color: var(--combine-library--grey-800);
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.contact2_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #333;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact2_feature.hide {
  display: none;
}

.contact-icon-holder {
  color: var(--combine-library--primary-600);
  flex: none;
  width: 24px;
  height: 24px;
}

.heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-contact2_content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-contact2_content.slide-from-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-padding-section-medium-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.contact-info {
  background-color: var(--combine-library--white);
}

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

.success-message {
  font-size: 18px;
}

.contact-text {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.contact-text.small-width {
  font-size: 18px;
}

.contact-header-text {
  color: var(--combine-library--grey-600);
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

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

.representative-header {
  color: var(--combine-library--grey-800);
  padding-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.header5_image {
  object-fit: cover;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.combine-header5_image-wrapper {
  text-align: center;
  width: 80%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.combine-space-large {
  height: 3rem;
}

.combine-button-3 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-3:hover {
  background-color: #28364ae6;
}

.combine-button-white-2 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-2:hover {
  color: var(--combine-library--primary-600);
}

.button-wrapper-2 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-4 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.combine-padding-section-medium-5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.combine-padding-global-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.software-heder {
  background-color: var(--combine-library--grey-050);
  padding-bottom: 20px;
}

.platform {
  background-image: url('../images/bg2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-platform-grid {
  grid-template-rows: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.platform-header-h2 {
  max-width: 90%;
  line-height: 42px;
}

.platform-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 40px;
  padding-right: 60px;
  display: flex;
}

.mobile {
  color: var(--combine-library--grey-050);
  background-image: url('../images/app-bg1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-grid {
  grid-template-rows: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-size-regular-4 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.mobile-icon-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-top: 25px;
  display: flex;
}

.functions-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 30px;
}

.functions {
  background-color: var(--combine-library--grey-050);
  padding-top: 40px;
  padding-bottom: 40px;
}

.function-holder {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  padding: 20px;
  transition: box-shadow .5s;
  display: flex;
}

.function-holder:hover {
  box-shadow: 5px 5px 15px #0003;
}

.functions-grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 30px;
}

.use-case {
  color: var(--combine-library--grey-050);
  background-image: url('../images/app-bg1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.use-case-item-holder {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.item-text-holder {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.item-header {
  color: var(--combine-library--warning-400);
  margin-top: 0;
  font-size: 24px;
}

.use-case-image {
  max-width: 90%;
}

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

.tab-link {
  border-bottom: 1px solid var(--combine-library--grey-100);
  text-align: center;
  background-color: #ddd0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
}

.tab-link.w--current {
  border-width: 1px 1px 0;
  border-top-style: solid;
  border-top-color: var(--combine-library--grey-100);
  border-right-style: solid;
  border-right-color: var(--combine-library--grey-100);
  border-left-style: solid;
  border-left-color: var(--combine-library--grey-100);
  color: var(--combine-library--error-800);
  text-align: center;
  background-color: #c8c8c800;
  font-size: 22px;
}

.screen-icon {
  max-width: 80%;
  padding-bottom: 9px;
}

.screen-text {
  padding-bottom: 10px;
  font-size: 20px;
}

.screen-tabs {
  margin-top: 40px;
  padding-bottom: 60px;
}

.tabs-content {
  padding-top: 0;
}

.effective {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-050);
  text-align: center;
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/gt9-mobile---frame-at-0m0s_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.header-text-section {
  color: var(--combine-library--grey-050);
  text-align: center;
  background-image: url('../images/app-bg1_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.software-header {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.product-header-wrapper {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.product-grid-all {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 10px;
}

.contact-header {
  color: var(--combine-library--grey-050);
  background-color: #163c89;
  background-image: linear-gradient(#00000075, #00000075), url('../images/map_1.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  display: flex;
}

.product-header {
  color: var(--combine-library--grey-050);
  background-color: #16110c;
  background-image: linear-gradient(96deg, #0009 54%, #ffffff1a), url('../images/product-header_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  display: flex;
}

.product-image-main {
  max-width: 100%;
  max-height: 180px;
}

.rfid-header {
  color: var(--combine-library--grey-050);
  background-color: #12186e;
  background-image: url('../images/rfid_cover.png');
  background-position: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  display: flex;
}

.how-it-work {
  padding-top: 40px;
  padding-bottom: 60px;
}

.button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  margin-top: 15px;
  display: block;
}

.background-video {
  border-radius: 15px;
  width: 450px;
  height: 300px;
}

.system-architecture {
  text-align: center;
  background-image: url('../images/schema_bg_1.avif');
  background-position: 50%;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.how-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding-bottom: 25px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.rfid-item-holder {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 20px;
  padding: 20px 10px;
  transition: box-shadow .5s;
  display: flex;
}

.rfid-item-holder:hover {
  box-shadow: 5px 5px 15px #0003;
}

.rfid-text-wrapper {
  padding-bottom: 20px;
}

.rfid-image {
  max-height: 200px;
}

.components {
  background-color: var(--combine-library--grey-050);
  padding-top: 40px;
  padding-bottom: 40px;
}

.station-header {
  background-color: #12186e;
  background-image: linear-gradient(247deg, #00000012 8%, var(--black) 66%), url('../images/product-header_1.webp');
  color: var(--combine-library--grey-050);
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  display: flex;
}

.header-wrapper {
  padding-right: 60px;
}

.station-title {
  background-color: var(--combine-library--grey-050);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.what-you-get {
  text-align: center;
  background-image: url('../images/station-bg_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
}

.what-content-wrapper {
  padding-bottom: 29px;
  padding-left: 200px;
  padding-right: 200px;
}

.what-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.what-grid-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.what-icon {
  height: 80px;
}

.what-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
}

.communication {
  background-image: url('../images/Media_800x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.protocol-text {
  color: var(--combine-library--secondary-600);
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
}

.protocol-text.slide-from-left--500 {
  font-style: normal;
  font-weight: 400;
}

.com-item-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.com-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
}

.key-features {
  background-color: var(--combine-library--grey-050);
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.key-item {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.drop-icon {
  height: 24px;
}

.feature-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

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

.key-header {
  text-align: center;
  padding-bottom: 20px;
}

.how-it-works {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 60px;
}

.how-it-works-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.authorization {
  background-color: var(--combine-library--grey-050);
  padding-top: 40px;
  padding-bottom: 40px;
}

.auth-content-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.fuel-limits {
  padding-top: 60px;
  padding-bottom: 60px;
}

.level-gauging {
  background-color: var(--combine-library--grey-050);
  padding-top: 40px;
  padding-bottom: 40px;
}

.mobile-header {
  color: var(--combine-library--grey-050);
  background-color: #12186e;
  background-image: linear-gradient(#00000082, #00000082), url('../images/gt9-mobile---frame-at-0m0s_1.webp');
  background-position: 0 0, 100% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 200px;
  display: flex;
}

.we-control {
  color: var(--combine-library--grey-050);
  text-align: center;
  background-image: url('../images/bg-mobile-2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 44px;
  padding-bottom: 60px;
}

.we-control-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 40px;
}

.control-content-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.grid-text-wrapper {
  color: var(--combine-library--grey-200);
  padding-left: 36px;
  padding-right: 36px;
}

.solution-text-wrapper {
  text-align: center;
  background-color: #01033b96;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  display: block;
}

.solution-box-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.video-bg {
  background-image: linear-gradient(#0009, #0009);
}

.video-text-holder {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.how-viu-works {
  max-width: 100%;
}

.product-page-header {
  color: var(--combine-library--grey-050);
  background-color: #12186e;
  background-image: linear-gradient(#0000, #0000), url('../images/geotek-pump-automation-solution_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 150px;
  display: flex;
}

.product-page-header.rfid_solution {
  background-image: linear-gradient(#0000, #0000), url('../images/rfid_cover.png');
}

.product-info {
  background-color: var(--combine-library--grey-050);
  padding-top: 20px;
  padding-bottom: 60px;
}

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

.product-item-image {
  max-width: 70%;
}

.price-holder {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 31px;
  display: flex;
}

.price {
  color: var(--combine-library--secondary-600);
  font-size: 32px;
  font-weight: 400;
  display: none;
}

.product-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-right: 40px;
  display: flex;
}

.product-data {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-tab {
  border-right: 1px solid var(--combine-library--grey-050);
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.product-tab.w--current {
  background-color: var(--white);
  color: var(--blue-viotys);
  font-weight: 600;
}

.product-tab-content {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-tab-menu {
  box-shadow: 0 0 17px -5px #0003;
}

.product-text-list {
  line-height: 2;
}

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

.data-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--combine-library--grey-050);
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 20px;
  transition: box-shadow .475s;
  display: flex;
}

.data-wrapper:hover {
  box-shadow: 2px 2px 11px #0003;
}

.data-value {
  font-size: 18px;
  font-weight: 500;
}

.data-type {
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.product-image-item {
  max-width: 100%;
}

.product-image-item.small {
  max-width: 80%;
}

.size-image {
  padding-top: 25px;
}

.header-holder {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.image-6 {
  padding-top: 20px;
}

.hero-without-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 147px 109px;
  position: relative;
}

.post-header-holder {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-bottom: 77px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-7 {
  min-width: 0;
}

.blog-content {
  background-color: var(--combine-library--grey-050);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-size: 18px;
  line-height: 26px;
}

.post-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-header-section {
  background-image: url('../images/station-bg_1.webp');
  background-position: 50%;
  background-size: cover;
  padding: 40px 83px;
}

.container-2 {
  max-width: 1024px;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.hero-container {
  text-align: center;
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
}

.profile-block-header {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-detials-small {
  color: #d9d9da;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #ffffff80;
}

.heading-h1 {
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small.white {
  color: #fff;
}

.header-blog {
  background-color: #5c4ebd;
  background-image: url('../images/bg-mobile-2_1.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  padding: 60px 3%;
  display: flex;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.submit-button {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.featured-block {
  margin-top: 10px;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.blog-section {
  padding-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
}

.blog-hero-image {
  border-radius: 20px;
  max-height: 400px;
  margin-top: -150px;
  margin-bottom: 40px;
  box-shadow: -1px 20px 20px -2px #0000003b;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.container-3 {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.image-2 {
  position: absolute;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.content-right {
  position: sticky;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.post-header2 {
  color: #fafafa;
  padding-bottom: 20px;
}

.post-summary-text {
  background-color: #eeeded;
  border-radius: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 18px;
  line-height: 30px;
}

.post-rich-text {
  font-size: 18px;
  line-height: 30px;
}

.collection-item {
  flex-flow: row;
  align-items: center;
  padding-bottom: 10px;
  display: block;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .combine-nav3_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav3_button-wrapper {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .combine-nav3_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav3_dropdown {
    width: 100%;
  }

  .combine-nav3_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .combine-nav3_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-button {
    display: block;
  }

  .text-size-regular {
    padding-right: 0;
    font-size: 1rem;
  }

  .heading-style-h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.75rem;
  }

  .header1_content {
    max-width: 100%;
    padding-bottom: 40px;
    padding-right: 10px;
  }

  .header1_component {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .container-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-footer1_info {
    max-width: 20rem;
  }

  .combine-footer1_grid {
    grid-auto-columns: .25fr;
    justify-content: space-between;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-feature3_component {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .product-wrapper {
    flex: none;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .header-logo-grid {
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }

  .header-logo-card {
    flex-flow: row;
    flex: 0 auto;
    place-content: flex-start space-between;
    align-items: center;
    display: flex;
  }

  .image-3 {
    max-height: 500px;
    margin-top: 20px;
    display: block;
  }

  .solution-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .industries-2.governments.swiper-slide, .industries-2.agriculture.swiper-slide, .industries-2.constraction.swiper-slide, .industries-2.mining.swiper-slide, .industries-2.transport.swiper-slide, .industries-2.oil.swiper-slide {
    min-width: 250px;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -1rem;
  }

  .slider-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .swiper-pagination {
    bottom: -3rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -1rem;
  }

  .global {
    min-height: 500px;
    padding-top: 60px;
  }

  .global-heading {
    max-width: 100%;
    margin-top: 0;
    font-weight: 300;
  }

  .global-text {
    max-width: 90%;
  }

  .page-header-text {
    font-size: 42px;
  }

  .about-us {
    margin-top: 20px;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

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

  .inclusive-header {
    max-width: 350px;
    font-size: 40px;
    line-height: 50px;
  }

  .inclusive-text {
    font-size: 22px;
  }

  .why-content-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3, .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .about-platform-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .platform-header-h2 {
    max-width: 100%;
  }

  .platform-text-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .function-holder {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .functions-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .screen-icon {
    max-width: 70%;
  }

  .effective {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .software-header {
    font-size: 2.75rem;
  }

  .product-header-wrapper {
    text-align: center;
  }

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

  .product-header {
    background-position: 0 0, 100% 100%;
    background-size: auto, auto 400px;
  }

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

  .rfid-item-holder {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .station-header {
    background-position: 0 0, 100% 100%;
    background-size: auto, auto;
  }

  .header-wrapper {
    padding-right: 0;
  }

  .station-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .station-wrapper {
    grid-template-columns: 1fr;
  }

  .what-you-get {
    padding-top: 10px;
  }

  .what-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .what-grid-container {
    padding-right: 0;
  }

  .what-title {
    font-size: 18px;
  }

  .communication {
    padding-top: 20px;
  }

  .commnication-grid {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .features-wrapper {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: wrap;
  }

  .feature-group {
    width: 100%;
  }

  .how-it-works-content {
    text-align: center;
  }

  .grid-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .product-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .product-item-image {
    max-width: 60%;
  }

  .product-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

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

  .data-wrapper {
    flex-flow: wrap;
  }

  .product-image-item {
    max-width: 60%;
  }

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

  .post-header-holder {
    max-width: 728px;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    text-align: center;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-button {
    display: block;
  }

  .heading-style-h1 {
    text-align: center;
  }

  .header1_content {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .header1_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .combine-footer1_grid {
    grid-template-columns: 1fr 1fr;
  }

  .combine-feature3_component {
    flex-flow: column;
  }

  .partner-logo {
    width: 200px;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .header-logo-grid {
    flex-direction: column;
    align-items: center;
  }

  .header-logo-card {
    flex-direction: row;
  }

  .iconheader {
    text-align: left;
  }

  .image-3 {
    max-height: 400px;
  }

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

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

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    right: -.8rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    left: -.8rem;
  }

  .global {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .global-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .global-text {
    color: var(--combine-library--grey-100);
    font-size: 20px;
  }

  .page-header-text {
    text-align: center;
    font-size: 40px;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .we-offer {
    padding-bottom: 40px;
  }

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

  .inclusive-header {
    max-width: 400px;
    font-size: 36px;
    line-height: 40px;
  }

  .inclusive-text {
    font-size: 18px;
    line-height: 30px;
  }

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

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .representative {
    flex-flow: column;
  }

  .header5_image {
    max-width: 100%;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-platform-grid, .mobile-grid, .functions-grid {
    grid-template-columns: 1fr;
  }

  .functions-grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .use-case-image {
    max-width: 80%;
  }

  .tab-link {
    border-bottom-width: 0;
  }

  .tab-link.w--current {
    border-width: 0;
  }

  .effective {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .contact-header {
    background-image: linear-gradient(#00000094, #00000094), url('../images/map_1.webp');
    background-size: auto, auto;
    min-height: 150px;
  }

  .how-text-wrapper {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .station-wrapper, .what-grid {
    grid-template-columns: 1fr;
  }

  .communication {
    padding-bottom: 40px;
  }

  .feature-group {
    padding-right: 0;
  }

  .how-it-works-content {
    text-align: left;
  }

  .we-control-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-text-holder {
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .product-tab {
    border-right-style: none;
  }

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

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

  .image-5 {
    max-width: 100%;
  }

  .image-6 {
    padding-top: 0;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 100px;
  }

  .featured-item.w--current {
    flex-flow: row;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-hero-image {
    max-height: 500px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
  }

  .combine-nav3_item {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .combine-nav3_logo {
    width: 150px;
  }

  .combine-nav3_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .mibutton-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .text-size-regular.bold {
    text-align: left;
  }

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

  .header1_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
  }

  .combine-footer1_column {
    justify-content: center;
    align-items: center;
  }

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

  .combine-footer1_info {
    align-items: center;
    max-width: 100%;
  }

  .combine-footer1_grid {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .combine-padding-section-medium-2 {
    padding-bottom: 3rem;
  }

  .combine-feature3_number2, .combine-feature3_number1 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature3_wrapper {
    flex-flow: row;
  }

  .heading-style-h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .combine-feature3_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-logo-grid {
    grid-template-columns: 1fr;
  }

  .iconheader {
    text-align: left;
  }

  .solution-box {
    width: 300px;
  }

  .product-sub-text {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
  }

  .swiper-button-next {
    display: flex;
  }

  .swiper-pagination {
    bottom: -2.5rem;
  }

  .swiper-button-prev {
    display: flex;
  }

  .global-heading {
    text-transform: none;
    max-width: 100%;
    padding-bottom: 22px;
    font-size: 28px;
    line-height: 30px;
  }

  .global-text {
    max-width: 100%;
    font-size: 18px;
  }

  .title-header {
    min-height: 150px;
  }

  .page-header-text {
    font-size: 32px;
  }

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

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

  .inclusive-holder {
    flex-flow: wrap;
  }

  .inclusive-header {
    text-align: center;
    font-size: 40px;
  }

  .deli-line {
    display: none;
  }

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

  .combine-button-2 {
    width: 100%;
    display: inline-block;
  }

  .heading-style-h2-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .combine-padding-section-medium-4 {
    padding-top: 3rem;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .representative {
    flex-flow: column;
  }

  .representative-header {
    font-size: 20px;
  }

  .button-wrapper-2 {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-icon-holder {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .functions-grid-4 {
    grid-template-columns: 1fr;
  }

  .use-case-image {
    max-width: 90%;
  }

  .tab-link {
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-header, .product-header {
    min-height: 150px;
  }

  .rfid-header {
    text-align: center;
    min-height: 150px;
  }

  .button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 80%;
  }

  .background-video {
    width: 300px;
    height: 200px;
  }

  .how-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .station-header {
    text-align: center;
    background-position: 0 0, 100% 100%;
    background-size: auto, auto 300px;
    min-height: 150px;
  }

  .what-title {
    font-size: 16px;
    line-height: 25px;
  }

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

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

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

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

  .mobile-header {
    text-align: center;
    min-height: 150px;
  }

  .we-control-grid {
    grid-template-columns: 1fr;
  }

  .video-text-holder {
    padding-top: 40px;
  }

  .product-page-header {
    text-align: center;
    min-height: 150px;
  }

  .product-item-image {
    max-width: 80%;
  }

  .price-holder {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .product-tab {
    border-bottom: 1px solid var(--combine-library--grey-050);
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .data-wrapper {
    flex-flow: wrap;
  }

  .product-image-item {
    max-width: 80%;
  }

  .post-header-holder {
    max-width: none;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .header-blog {
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .blog-hero-image {
    margin-top: -45px;
  }

  .post-header2 {
    margin-top: 40px;
  }
}

#w-node-f32e1757-f64f-e171-0138-3608f5b79bd6-1effd72c, #w-node-f32e1757-f64f-e171-0138-3608f5b79bdd-1effd72c, #w-node-f32e1757-f64f-e171-0138-3608f5b79be4-1effd72c, #w-node-f32e1757-f64f-e171-0138-3608f5b79beb-1effd72c, #w-node-_801637b3-ec58-fc10-dd26-b5fdcc8cae23-cc8cae1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4778e101-ea3d-868b-97db-22da2fec71c8-2fec71c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4778e101-ea3d-868b-97db-22da2fec71f2-2fec71c0 {
  place-self: auto;
}

#w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6c9a-3d7f6c94, #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6ca0-3d7f6c94, #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6ca6-3d7f6c94 {
  place-self: center;
}

#w-node-c3f6f4cb-3f4c-1110-1167-1b9a174a86f7-ba20532c {
  place-self: center start;
}

#w-node-_97335fe9-4479-b66e-2974-c134076db4f3-ba20532c {
  place-self: center;
}

#w-node-_10809577-f7f5-3734-572d-d69e98aea21d-ba20532c {
  justify-self: end;
}

#w-node-c88a97c0-76d3-e7fc-4387-04ed5e1d40fc-ba20532c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch center;
}

#w-node-_5381f248-922c-4da0-e83c-ad9eaf2cc2a8-ba20532c {
  place-self: center;
}

#w-node-_5cb6766e-4c27-ffac-b788-2cbd27563184-ba20532c, #w-node-_9647d323-6e60-a5f0-234c-56974ffa757e-ba20532c, #w-node-_4ebe91f9-a4ea-5b64-b403-f499d629b35f-ba20532c, #w-node-eb5d4872-565f-4778-5229-b56fbf8efefc-bf8efeee, #w-node-eb5d4872-565f-4778-5229-b56fbf8eff03-bf8efeee, #w-node-eb5d4872-565f-4778-5229-b56fbf8eff0a-bf8efeee, #w-node-_650c66ca-85a0-7cd9-8046-df7e01b81f8a-6f0d4290, #w-node-_650c66ca-85a0-7cd9-8046-df7e01b81f90-6f0d4290, #w-node-_650c66ca-85a0-7cd9-8046-df7e01b81f97-6f0d4290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efe6be0f-852f-735b-4df0-f8c39ef4fb5e-6f0d4290 {
  place-self: start center;
}

#w-node-_39f06f5e-693b-8be9-c989-a308a25ae517-6f0d4290 {
  place-self: center;
}

#w-node-_8eb17d6f-7857-e9db-58ca-58c1e4ea0e87-6f0d4290, #w-node-_96b0f744-9176-56c5-df9c-46aec25c390e-6f0d4290 {
  align-self: center;
}

#w-node-_96b0f744-9176-56c5-df9c-46aec25c390d-6f0d4290 {
  place-self: center;
}

#w-node-_6eb1888d-adcf-b5f6-cdc2-5ba6df7f34fe-6f0d4290 {
  place-self: auto;
}

#w-node-_6eb1888d-adcf-b5f6-cdc2-5ba6df7f3505-6f0d4290, #w-node-_6eb1888d-adcf-b5f6-cdc2-5ba6df7f350c-6f0d4290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c126d720-ccb5-092e-8f75-c70df5207a00-6f0d4290 {
  place-self: auto;
}

#w-node-c126d720-ccb5-092e-8f75-c70df5207a07-6f0d4290, #w-node-c126d720-ccb5-092e-8f75-c70df5207a0e-6f0d4290, #w-node-e038711a-864c-8cd1-e4bc-7cdccc6cf060-6f0d4290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c322420-fe57-b338-e9e5-cbaa4281e7af-4281e7ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7cc92612-6e54-087a-b39d-490b631c188f-6ca28b7f {
  place-self: center start;
}

#w-node-_7cc92612-6e54-087a-b39d-490b631c1898-6ca28b7f {
  place-self: center;
}

#w-node-_951252ae-7807-dd31-e9f5-45809ae01bbd-6ca28b7f, #w-node-_951252ae-7807-dd31-e9f5-45809ae01bb6-6ca28b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_951252ae-7807-dd31-e9f5-45809ae01baf-6ca28b7f {
  place-self: auto;
}

#w-node-a9cb467d-3f0b-f3b1-d46f-adf1fdcfaeaf-6ca28b7f {
  place-self: center start;
}

#w-node-a9cb467d-3f0b-f3b1-d46f-adf1fdcfaebb-6ca28b7f {
  place-self: center;
}

#w-node-_089011f4-1902-4314-7ea1-92b6f993a0e4-6ca28b7f {
  place-self: auto;
}

#w-node-_089011f4-1902-4314-7ea1-92b6f993a0eb-6ca28b7f, #w-node-_089011f4-1902-4314-7ea1-92b6f993a0f2-6ca28b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_089011f4-1902-4314-7ea1-92b6f993a0fa-6ca28b7f {
  place-self: auto;
}

#w-node-_089011f4-1902-4314-7ea1-92b6f993a101-6ca28b7f, #w-node-_089011f4-1902-4314-7ea1-92b6f993a108-6ca28b7f, #w-node-_089011f4-1902-4314-7ea1-92b6f993a10f-6ca28b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e093008d-6aea-2b1d-06ab-a6090488d2a6-afc77710 {
  place-self: center start;
}

#w-node-cb00f30a-f472-ece4-cf33-70f812115e26-afc77710 {
  align-self: center;
}

#w-node-c7295bb9-f51b-5e4b-4a22-8cfd76065676-afc77710 {
  place-self: center;
}

#w-node-_7e61a131-a5af-387f-a911-947de789cfe7-afc77710, #w-node-_7e61a131-a5af-387f-a911-947de789cfef-afc77710, #w-node-_7e61a131-a5af-387f-a911-947de789cff7-afc77710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2505adb-e5be-0ccc-0c55-a96f2340409b-afc77710, #w-node-_057b1eaa-e2e3-fb5a-2479-8febdd84f68a-dd84f67c, #w-node-_4dfa0bee-ada2-7c49-08b3-0432bb74eaea-bb74eae7 {
  place-self: center;
}

#w-node-_4ac8289c-8978-dd27-6f1c-2c2a905ec3ae-905ec3ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_4ac8289c-8978-dd27-6f1c-2c2a905ec3b9-905ec3ab, #w-node-_4ac8289c-8978-dd27-6f1c-2c2a905ec3bd-905ec3ab, #w-node-_4ac8289c-8978-dd27-6f1c-2c2a905ec3c1-905ec3ab, #w-node-_17c315be-8bbb-a41a-06b4-4ae36e5eb481-6e5eb475, #w-node-_17c315be-8bbb-a41a-06b4-4ae36e5eb487-6e5eb475, #w-node-_17c315be-8bbb-a41a-06b4-4ae36e5eb48e-6e5eb475, #w-node-ba9d5ae0-ea0f-cfb9-d207-89d8adc793fc-adc793f4, #w-node-ba9d5ae0-ea0f-cfb9-d207-89d8adc7940a-adc793f4, #w-node-ba9d5ae0-ea0f-cfb9-d207-89d8adc79411-adc793f4, #w-node-ba9d5ae0-ea0f-cfb9-d207-89d8adc79418-adc793f4, #w-node-ba9d5ae0-ea0f-cfb9-d207-89d8adc7941f-adc793f4, #w-node-ba9d5ae0-ea0f-cfb9-d207-89d8adc79426-adc793f4, #w-node-ba9d5ae0-ea0f-cfb9-d207-89d8adc7942d-adc793f4, #w-node-ba9d5ae0-ea0f-cfb9-d207-89d8adc79434-adc793f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e093008d-6aea-2b1d-06ab-a6090488d2a6-078bb75f {
  place-self: center start;
}

#w-node-cb00f30a-f472-ece4-cf33-70f812115e26-078bb75f {
  align-self: center;
}

#w-node-c7295bb9-f51b-5e4b-4a22-8cfd76065676-078bb75f {
  place-self: center;
}

#w-node-d780e546-f846-512e-b117-d14b54b97957-078bb75f, #w-node-d780e546-f846-512e-b117-d14b54b9795f-078bb75f, #w-node-d780e546-f846-512e-b117-d14b54b97967-078bb75f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2505adb-e5be-0ccc-0c55-a96f2340409b-078bb75f, #w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-e96cdb4e {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-e96cdb4e {
  place-self: center start;
}

#w-node-bb9742ab-5fba-f986-5a8c-fdeb72c886ff-e96cdb4e, #w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-e96cdb4e, #w-node-ba8d4e14-a669-29e4-894e-64db442b1d07-e96cdb4e, #w-node-_54cf92f6-42a1-0e0a-fade-aee773889685-e96cdb4e, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-e96cdb4e, #w-node-e5163cc2-86ca-04b7-b987-fa793b055182-e96cdb4e, #w-node-_50d0c7d7-21c0-a3e4-a775-d80dce81809c-e96cdb4e, #w-node-_1c67f77a-7c48-412a-3257-33e70a3598a3-e96cdb4e, #w-node-_60b14230-64eb-f80f-7cba-9832e0f33bc4-e96cdb4e, #w-node-_346aa12b-1fe1-87b9-5a50-3a42c3dd186d-e96cdb4e, #w-node-_8a6b91b1-c540-a840-b1a0-0e3f47fd0e43-e96cdb4e, #w-node-eca073c4-3b6c-f968-3737-4a7b194cd162-e96cdb4e, #w-node-f38e219e-367e-e1bc-b913-d0a46540176a-e96cdb4e, #w-node-_723b5e5c-55f9-28d7-3608-12f582334305-e96cdb4e, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-e96cdb4e, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-e96cdb4e, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-e96cdb4e, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-e96cdb4e, #w-node-_8d2d7c0e-96d5-c7f0-edc9-299ffd0569ca-e96cdb4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-6374b57f {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-6374b57f {
  place-self: center start;
}

#w-node-bb9742ab-5fba-f986-5a8c-fdeb72c886ff-6374b57f, #w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-6374b57f, #w-node-ba8d4e14-a669-29e4-894e-64db442b1d07-6374b57f, #w-node-_54cf92f6-42a1-0e0a-fade-aee773889685-6374b57f, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-6374b57f, #w-node-e5163cc2-86ca-04b7-b987-fa793b055182-6374b57f, #w-node-_50d0c7d7-21c0-a3e4-a775-d80dce81809c-6374b57f, #w-node-_1c67f77a-7c48-412a-3257-33e70a3598a3-6374b57f, #w-node-_60b14230-64eb-f80f-7cba-9832e0f33bc4-6374b57f, #w-node-_346aa12b-1fe1-87b9-5a50-3a42c3dd186d-6374b57f, #w-node-_8a6b91b1-c540-a840-b1a0-0e3f47fd0e43-6374b57f, #w-node-eca073c4-3b6c-f968-3737-4a7b194cd162-6374b57f, #w-node-f38e219e-367e-e1bc-b913-d0a46540176a-6374b57f, #w-node-_723b5e5c-55f9-28d7-3608-12f582334305-6374b57f, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-6374b57f, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-6374b57f, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-6374b57f, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-6374b57f, #w-node-_8d2d7c0e-96d5-c7f0-edc9-299ffd0569ca-6374b57f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-556f4dd7 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-556f4dd7 {
  place-self: center start;
}

#w-node-bb9742ab-5fba-f986-5a8c-fdeb72c886ff-556f4dd7, #w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-556f4dd7, #w-node-ba8d4e14-a669-29e4-894e-64db442b1d07-556f4dd7, #w-node-_54cf92f6-42a1-0e0a-fade-aee773889685-556f4dd7, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-556f4dd7, #w-node-e5163cc2-86ca-04b7-b987-fa793b055182-556f4dd7, #w-node-_50d0c7d7-21c0-a3e4-a775-d80dce81809c-556f4dd7, #w-node-_1c67f77a-7c48-412a-3257-33e70a3598a3-556f4dd7, #w-node-_60b14230-64eb-f80f-7cba-9832e0f33bc4-556f4dd7, #w-node-_346aa12b-1fe1-87b9-5a50-3a42c3dd186d-556f4dd7, #w-node-_8a6b91b1-c540-a840-b1a0-0e3f47fd0e43-556f4dd7, #w-node-eca073c4-3b6c-f968-3737-4a7b194cd162-556f4dd7, #w-node-f38e219e-367e-e1bc-b913-d0a46540176a-556f4dd7, #w-node-_723b5e5c-55f9-28d7-3608-12f582334305-556f4dd7, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-556f4dd7, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-556f4dd7, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-556f4dd7, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-556f4dd7, #w-node-_8d2d7c0e-96d5-c7f0-edc9-299ffd0569ca-556f4dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-8d6e4459 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-8d6e4459 {
  place-self: center start;
}

#w-node-bb9742ab-5fba-f986-5a8c-fdeb72c886ff-8d6e4459, #w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-8d6e4459, #w-node-ba8d4e14-a669-29e4-894e-64db442b1d07-8d6e4459, #w-node-_54cf92f6-42a1-0e0a-fade-aee773889685-8d6e4459, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-8d6e4459, #w-node-e5163cc2-86ca-04b7-b987-fa793b055182-8d6e4459, #w-node-_50d0c7d7-21c0-a3e4-a775-d80dce81809c-8d6e4459, #w-node-_1c67f77a-7c48-412a-3257-33e70a3598a3-8d6e4459, #w-node-_346aa12b-1fe1-87b9-5a50-3a42c3dd186d-8d6e4459, #w-node-eca073c4-3b6c-f968-3737-4a7b194cd162-8d6e4459, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-8d6e4459, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-8d6e4459, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-8d6e4459, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-8d6e4459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-ab820c23 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-ab820c23 {
  place-self: center start;
}

#w-node-bb9742ab-5fba-f986-5a8c-fdeb72c886ff-ab820c23, #w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-ab820c23, #w-node-ba8d4e14-a669-29e4-894e-64db442b1d07-ab820c23, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-ab820c23, #w-node-e5163cc2-86ca-04b7-b987-fa793b055182-ab820c23, #w-node-f353efad-fccd-0e35-2db2-2aa6616301cf-ab820c23, #w-node-_1c67f77a-7c48-412a-3257-33e70a3598a3-ab820c23, #w-node-eca073c4-3b6c-f968-3737-4a7b194cd162-ab820c23, #w-node-_40540be3-d524-59d9-4328-b5758549eebd-ab820c23, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-ab820c23, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-ab820c23, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-ab820c23, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-ab820c23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-47a4b3e0 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-47a4b3e0 {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-47a4b3e0, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-47a4b3e0, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-47a4b3e0, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-47a4b3e0, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-47a4b3e0, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-47a4b3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-01102dd7 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-01102dd7 {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-01102dd7, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-01102dd7, #w-node-_79519625-711b-290b-c079-db6cf2422086-01102dd7, #w-node-_76228780-f56d-de34-d5ef-f8bca70fcf66-01102dd7, #w-node-_13fdcd2d-07f5-cf3a-1b4e-83b15570ec98-01102dd7, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-01102dd7, #w-node-da2da483-2f54-73ed-beca-715fa5b4684f-01102dd7, #w-node-dd320556-1a24-f712-0aa2-ef98431edade-01102dd7, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-01102dd7, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-01102dd7, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-01102dd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-407dbff5 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-407dbff5 {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-407dbff5, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-407dbff5, #w-node-_79519625-711b-290b-c079-db6cf2422086-407dbff5, #w-node-_76228780-f56d-de34-d5ef-f8bca70fcf66-407dbff5, #w-node-_13fdcd2d-07f5-cf3a-1b4e-83b15570ec98-407dbff5, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-407dbff5, #w-node-da2da483-2f54-73ed-beca-715fa5b4684f-407dbff5, #w-node-dd320556-1a24-f712-0aa2-ef98431edade-407dbff5, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-407dbff5, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-407dbff5, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-407dbff5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-a5998d97 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-a5998d97 {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-a5998d97, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-a5998d97, #w-node-_79519625-711b-290b-c079-db6cf2422086-a5998d97, #w-node-_76228780-f56d-de34-d5ef-f8bca70fcf66-a5998d97, #w-node-_13fdcd2d-07f5-cf3a-1b4e-83b15570ec98-a5998d97, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-a5998d97, #w-node-da2da483-2f54-73ed-beca-715fa5b4684f-a5998d97, #w-node-dd320556-1a24-f712-0aa2-ef98431edade-a5998d97, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-a5998d97, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-a5998d97, #w-node-_8ad62c5e-ab1a-a621-25fa-73be4ac60294-a5998d97, #w-node-e5cfe40b-b418-3e48-b757-ff66f6c8fe7a-a5998d97, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-a5998d97, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-a5998d97, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-a5998d97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-1c275fe9 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-1c275fe9 {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-1c275fe9, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-1c275fe9, #w-node-_79519625-711b-290b-c079-db6cf2422086-1c275fe9, #w-node-_76228780-f56d-de34-d5ef-f8bca70fcf66-1c275fe9, #w-node-_13fdcd2d-07f5-cf3a-1b4e-83b15570ec98-1c275fe9, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-1c275fe9, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-1c275fe9, #w-node-_83910ba0-fce4-231d-c7f0-818224944752-1c275fe9, #w-node-e5cfe40b-b418-3e48-b757-ff66f6c8fe7a-1c275fe9, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-1c275fe9, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-1c275fe9, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-1c275fe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-9ab1a02c {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-9ab1a02c {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-9ab1a02c, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-9ab1a02c, #w-node-_79519625-711b-290b-c079-db6cf2422086-9ab1a02c, #w-node-_76228780-f56d-de34-d5ef-f8bca70fcf66-9ab1a02c, #w-node-_13fdcd2d-07f5-cf3a-1b4e-83b15570ec98-9ab1a02c, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-9ab1a02c, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-9ab1a02c, #w-node-e5cfe40b-b418-3e48-b757-ff66f6c8fe7a-9ab1a02c, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-9ab1a02c, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-9ab1a02c, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-9ab1a02c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-9e292f7b {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-9e292f7b {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-9e292f7b, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-9e292f7b, #w-node-_79519625-711b-290b-c079-db6cf2422086-9e292f7b, #w-node-_76228780-f56d-de34-d5ef-f8bca70fcf66-9e292f7b, #w-node-_13fdcd2d-07f5-cf3a-1b4e-83b15570ec98-9e292f7b, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-9e292f7b, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-9e292f7b, #w-node-e5cfe40b-b418-3e48-b757-ff66f6c8fe7a-9e292f7b, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-9e292f7b, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-9e292f7b, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-9e292f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-1c2f0998 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-1c2f0998 {
  place-self: center start;
}

#w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-1c2f0998, #w-node-_79519625-711b-290b-c079-db6cf2422086-1c2f0998, #w-node-_76228780-f56d-de34-d5ef-f8bca70fcf66-1c2f0998, #w-node-_13fdcd2d-07f5-cf3a-1b4e-83b15570ec98-1c2f0998, #w-node-cf259edd-e9fb-288a-0102-e128c4bff8fc-1c2f0998, #w-node-_5f05c53a-dfd4-968d-0dde-4a6943d5737c-1c2f0998, #w-node-e5cfe40b-b418-3e48-b757-ff66f6c8fe7a-1c2f0998, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-1c2f0998, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-1c2f0998, #w-node-_5b513c3a-a012-660a-d143-4ddd25acd4d1-1c2f0998, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-1c2f0998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-00beca0b {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-00beca0b {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-00beca0b, #w-node-caa93dc0-51db-0a20-ac2e-e180dadde5b8-00beca0b, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-00beca0b, #w-node-_79519625-711b-290b-c079-db6cf2422086-00beca0b, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-00beca0b, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-00beca0b, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-00beca0b, #w-node-da160504-9149-7279-2be8-3f70fa1176f6-00beca0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-a6ab7fc9 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-a6ab7fc9 {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-a6ab7fc9, #w-node-caa93dc0-51db-0a20-ac2e-e180dadde5b8-a6ab7fc9, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-a6ab7fc9, #w-node-_79519625-711b-290b-c079-db6cf2422086-a6ab7fc9, #w-node-_45c3b36a-2233-86eb-ffef-d4ca5a1d96e0-a6ab7fc9, #w-node-_0a6f6cd3-ca7f-fb97-5c50-e4d122169ef4-a6ab7fc9, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-a6ab7fc9, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-a6ab7fc9, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-a6ab7fc9, #w-node-da160504-9149-7279-2be8-3f70fa1176f6-a6ab7fc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-d6b93a18 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-d6b93a18 {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-d6b93a18, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-d6b93a18, #w-node-_79519625-711b-290b-c079-db6cf2422086-d6b93a18, #w-node-e5cfe40b-b418-3e48-b757-ff66f6c8fe7a-d6b93a18, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-d6b93a18, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-d6b93a18, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-d6b93a18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850daa-78f14f55 {
  place-self: center;
}

#w-node-_62fc06e5-89b7-aeb9-a35d-fb9540850d96-78f14f55 {
  place-self: center start;
}

#w-node-_4b90d5ab-bd4d-5adf-396b-5a544656aa72-78f14f55, #w-node-d7f259cb-2c79-9ef2-c6c2-1d9e762e3aab-78f14f55, #w-node-_79519625-711b-290b-c079-db6cf2422086-78f14f55, #w-node-c7161bb6-3070-f170-bf5f-b39168d4e37c-78f14f55, #w-node-e5cfe40b-b418-3e48-b757-ff66f6c8fe7a-78f14f55, #w-node-_3fa6f083-6649-a616-7224-3b8ec5e5765e-78f14f55, #w-node-e85a9ca4-ff9c-f746-96de-6ae425e20784-78f14f55, #w-node-_6d4f74a1-181f-2be7-f70d-45764aa45814-78f14f55, #w-node-e73fc1ec-444f-621d-2122-c786aab511b0-78f14f55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_801637b3-ec58-fc10-dd26-b5fdcc8cae20-cc8cae1b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4778e101-ea3d-868b-97db-22da2fec71c8-2fec71c0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6c9a-3d7f6c94 {
    place-self: center;
  }

  #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6ca0-3d7f6c94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6ca6-3d7f6c94 {
    place-self: center;
  }

  #w-node-_39f06f5e-693b-8be9-c989-a308a25ae517-6f0d4290, #w-node-_0bf2df69-6ccc-e307-3f99-b64b380cd01d-6f0d4290, #w-node-_96b0f744-9176-56c5-df9c-46aec25c390d-6f0d4290 {
    align-self: center;
  }

  #w-node-_0c322420-fe57-b338-e9e5-cbaa4281e7af-4281e7ae {
    grid-column: span 2 / span 2;
  }

  #w-node-_7cc92612-6e54-087a-b39d-490b631c1898-6ca28b7f, #w-node-a9cb467d-3f0b-f3b1-d46f-adf1fdcfaebb-6ca28b7f, #w-node-c7295bb9-f51b-5e4b-4a22-8cfd76065676-afc77710, #w-node-_057b1eaa-e2e3-fb5a-2479-8febdd84f68a-dd84f67c {
    order: -9999;
  }

  #w-node-_4ac8289c-8978-dd27-6f1c-2c2a905ec3ae-905ec3ab {
    grid-column: span 4 / span 4;
  }

  #w-node-c7295bb9-f51b-5e4b-4a22-8cfd76065676-078bb75f {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_801637b3-ec58-fc10-dd26-b5fdcc8cae20-cc8cae1b {
    grid-column-end: 3;
  }

  #w-node-_4778e101-ea3d-868b-97db-22da2fec71c8-2fec71c0, #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6ca0-3d7f6c94 {
    grid-column: span 1 / span 1;
  }

  #w-node-efe6be0f-852f-735b-4df0-f8c39ef4fb5e-6f0d4290 {
    order: 9999;
  }

  #w-node-_96b0f744-9176-56c5-df9c-46aec25c390d-6f0d4290 {
    order: -9999;
  }

  #w-node-_0c322420-fe57-b338-e9e5-cbaa4281e7af-4281e7ae {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_801637b3-ec58-fc10-dd26-b5fdcc8cae20-cc8cae1b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6c9a-3d7f6c94, #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6ca0-3d7f6c94, #w-node-_4292ac1b-b364-605c-dca5-81dc3d7f6ca6-3d7f6c94 {
    place-self: center;
  }

  #w-node-_4ac8289c-8978-dd27-6f1c-2c2a905ec3ae-905ec3ab {
    grid-column: span 2 / span 2;
  }
}


