/*!
Theme Name: grandex
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grandex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

grandex is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
 * {
    border:1px solid red; 
 }
 
 
:root {
  --inter: Inter, sans-serif;
  --h5: 20px;
  --line-height-100: 100%;
  --_color---primary: #006aea;
  --_color---white: white;
  --_color---accent: #c7ef00;
  --manrope: Manrope, sans-serif;
  --_color---blue-50: #4c96f0;
  --_color---black: #0e1217;
  --_color---transparent-white: #ffffff4d;
  --sm-text-size: 12px;
  --h1: 54px;
  --_color---transparent: transparent;
  --base-text-size: 14px;
  --h2: 42px;
  --line-height-120: 120%;
  --_color---white-80: #fffc;
  --h3: 32px;
  --_color---bg-grey: #f5f7fa;
  --_color---grey-50: #87898b;
  --h4: 20px;
  --xl-text-size: 20px;
  --line-height-150: 150%;
  --list-item: 16px;
  --lg-text-size: 16px;
  --xs-text-size: 10px;
  --h6: 12px;
  --_color---grey-100: #e3e8f0;
  --_color---transparent-blue: #003d86b3;
  --_color---grey-70: #5f636a;
  --md-text-size: 14px;
  --line-height-160: 160%;
  --_color---transparent-black: #00000080;
  --subtitle-text-size: 16px;
  --_color---placeholder: #0e121780;
}

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

@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;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

h5 {
  clear: none;
  font-family: var(--inter);
  font-size: var(--h5);
  line-height: var(--line-height-100);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  margin-top:0;
}

a{
text-decoration: none;
}

.container {
  /*width: 100%;*/
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.blue-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---primary);
  flex-flow: column;
  flex: 1;
  align-items: baseline;
  /*width: 100%;*/
  max-width: none;
  height: auto;
  min-height: 30.1rem;
  max-height: 100%;
  padding: 40px;
  display: flex;
}

.blue-block:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
  flex-flow: column;
  height: auto;
  min-height: 0;
}

.body {
  background-color: var(--_color---white);
}

.green-button {
  background-color: var(--_color---accent);
  font-family: var(--manrope);
  color: var(--_color---primary);
  text-transform: uppercase;
  flex: 0 auto;
  padding: 17px 32px;
  font-weight: 800;
}

.green-button:hover {
  background-color: var(--_color---blue-50);
  color: var(--_color---white);
}

.div-block-2 {
  background-color: var(--_color---blue-50);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.paragraph {
  background-color: var(--_color---white);
  color: var(--_color---black);
}

.hero-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
}

.hero-wrapper.reverse {
  flex-flow: row-reverse;
  align-items: stretch;
}

.hero-wrapper.reverse.py-40 {
  justify-content: space-between;
  align-items: stretch;
  height: auto;
}

.chip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_color---blue-50);
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  justify-items: start;
  padding: 10px;
  display: inline-block;
}

.chip:where(.w-variant-fd99344b-d5f3-8309-25e8-f32c8941c4fb) {
  background-color: var(--_color---transparent-white);
}

.paragraph-2 {
  font-family: var(--inter);
  color: var(--_color---white);
  font-size: var(--sm-text-size);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
}

.h1 {
  font-family: var(--manrope);
  color: var(--_color---white);
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

.h1:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
  flex: 1;
}

.h1.mb-20 {
  margin-bottom: 0;
}

.light-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_color---white);
  font-family: var(--manrope);
  color: var(--_color---primary);
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 17px 32px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.light-button:where(.w-variant-d445aaa7-df58-9b35-ce26-e314d8fe6e58) {
  background-color: var(--_color---primary);
  color: var(--_color---white);
  justify-content: center;
  align-self: auto;
}

.light-button:where(.w-variant-8950fbde-558f-8555-56ff-4f963eb41ca1) {
  border: 1px solid var(--_color---white);
  background-color: var(--_color---transparent);
  color: var(--_color---white);
  justify-content: center;
}

.light-button:hover {
  background-color: var(--_color---accent);
  color: var(--_color---primary);
}

.light-button:hover:where(.w-variant-8950fbde-558f-8555-56ff-4f963eb41ca1) {
  background-color: var(--_color---white);
  color: var(--_color---primary);
}

.light-button:hover:where(.w-variant-d445aaa7-df58-9b35-ce26-e314d8fe6e58) {
  color: var(--_color---white);
}

.flex-button-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 0;
  display: flex;
}

.flex-button-wrap.mt-auto {
  margin-top: auto;
}

.flex-button-wrap.mt-auto:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
  margin-top: 1.875rem;
}

.text-base-white {
  font-family: var(--inter);
  color: var(--_color---white);
  font-size: var(--base-text-size);
  line-height: 160%;
}

.text-base-white:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
  flex: 1;
}

.text-base-white.mb-20 {
  padding-bottom: 20px;
}

.h2 {
  font-family: var(--manrope);
  color: var(--_color---black);
  font-size: var(--h2);
  line-height: var(--line-height-120);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
}

.h2.white-color {
  color: var(--_color---white);
}

.h2.text-white {
  flex: none;
}

.h2.text-white.mb-10 {
  margin-bottom: 10px;
}

.text-span {
  color: var(--_color---primary);
}

.section-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-base {
  width: 100%;
  max-width: 43rem;
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: var(--base-text-size);
  flex: 0 auto;
  align-self: auto;
  line-height: 160%;
}

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

.text-base.responsive-align {
  text-align: center;
  align-self: center;
}

.text-base.text-transparent-white {
  color: var(--_color---white-80);
}

.text-base.manrope {
  font-family: var(--manrope);
}

.text-base.manrope.text-white.uppecase.bold {
  font-weight: 800;
}

.text-base.manrope.text-white.uppecase.bold.ls-1 {
  letter-spacing: 1px;
}

.card {
  background-color: var(--_color---white);
  flex-flow: column;
  width: 100%;
  max-width: 16.4rem;
  height: 11.25rem;
  max-height: none;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.card:hover {
  background-color: var(--_color---primary);
}

.h3 {
  font-family: var(--manrope);
  color: var(--_color---black);
  font-size: var(--h3);
  line-height: var(--line-height-100);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.bg-grey {
  background-color: var(--_color---bg-grey);
}

.bg-grey.mb-15 {
  margin-top: .938rem;
}

.bg-grey.responsive-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg-grey.hero-padding {
  padding-bottom: 25px;
}

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

.image:where(.w-variant-5d7daaea-b6ab-e8d1-3a97-8a8990af26c7) {
  max-width: 14px;
  height: 14px;
}

.image:where(.w-variant-d32c1ef0-abd3-6493-2854-d6d6ba4b00b4), .image:where(.w-variant-510d4858-63e5-02c3-999d-0899a17127c2) {
  max-width: 1.25rem;
  height: 1.25rem;
}

.icon-wrap {
  background-color: var(--_color---bg-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.icon-wrap.mb-auto {
  width: 4rem;
  height: 4rem;
  margin-bottom: auto;
}

.icon-wrap.mb-auto:where(.w-variant-4deb3d6b-7597-e11b-375a-88ae6877cc33) {
  background-color: var(--_color---white);
}

.icon-wrap.mb-auto:where(.w-variant-5d7daaea-b6ab-e8d1-3a97-8a8990af26c7) {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-wrap.mb-auto:where(.w-variant-d32c1ef0-abd3-6493-2854-d6d6ba4b00b4) {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-wrap.mb-auto:where(.w-variant-510d4858-63e5-02c3-999d-0899a17127c2) {
  background-color: var(--_color---blue-50);
  width: 2.5rem;
  height: 2.5rem;
}

.text-sm {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: var(--inter);
  color: var(--_color---grey-50);
  font-size: var(--sm-text-size);
  line-height: var(--line-height-100);
  flex-flow: column;
  display: block;
}

.text-sm.color-black {
  color: var(--_color---black);
}

.div-block-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._5-col-grid, ._5-col-grid.mb-40 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-span-2 {
  color: var(--_color---primary);
}

.project-card {
  background-color: var(--_color---white);
  width: 50%;
}

.h4 {
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: var(--h4);
  line-height: var(--line-height-100);
  font-weight: 400;
}

.paragraph-6 {
  text-decoration: none;
}

.blue-arrow {
  max-width: 16px;
  max-height: 16px;
  display: block;
}

.blue-arrow:where(.w-variant-d445aaa7-df58-9b35-ce26-e314d8fe6e58), .blue-arrow:where(.w-variant-8950fbde-558f-8555-56ff-4f963eb41ca1) {
  display: none;
}

.project-card-text-block {
  padding: 2.5rem;
}

.lg-text {
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: var(--xl-text-size);
  line-height: var(--line-height-150);
}

.list {
  margin-bottom: 0;
  padding-left: 10px;
}

.list.mb-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.list-item {
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: var(--list-item);
  line-height: 24px;
}

.list-item:where(.w-variant-599d73cd-444a-8171-ae6e-0a75a8551a8d) {
  color: var(--_color---white);
}

.list-item.text-blue {
  padding: 0;
  display: block;
}

.list-item.text-blue:where(.w-variant-46b2f659-2e7b-50bf-351d-00af201df46f) {
  color: var(--_color---white);
  font-size: var(--sm-text-size);
}

.list-item.text-white.uppecase.font-semibold {
  font-weight: 700;
}

.list-item.text-white.uppecase.font-semibold.ls-1 {
  letter-spacing: 1px;
}

.bg-image {
  z-index: 4;
  flex-flow: column;
  justify-content: space-between;
  height: 20rem;
  padding: 1.25rem 2.5rem 2.5rem;
  display: flex;
  position: relative;
}

.heading {
  box-sizing: border-box;
  aspect-ratio: auto;
  font-family: var(--manrope);
  color: var(--_color---white);
  font-size: var(--h3);
  font-weight: 400;
}

.project-card-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-card-wrapper.mb-40 {
  margin-top: 40px;
}

.hero-image {
  box-sizing: content-box;
  aspect-ratio: 2.39;
  vertical-align: baseline;
  object-fit: cover;
  flex: none;
  align-self: stretch;
  width: 100%;
  max-width: 50%;
  height: auto;
  min-height: 0;
  max-height: 100%;
  display: block;
  overflow: hidden;
}

.div-block-6 {
  width: 50%;
  height: 40.8px;
}

.navbar {
  background-color: #0000;
}

.nav-menu {
  display: flex;
}

.button {
  background-color: var(--_color---accent);
  font-family: var(--manrope);
  color: var(--_color---primary);
  font-size: var(--sm-text-size);
  text-transform: uppercase;
  flex: none;
  align-self: center;
  padding: 1rem 1.25rem;
  font-weight: 700;
  line-height: 160%;
}

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

.nav-link {
  font-family: var(--manrope);
  color: var(--_color---black);
  font-size: var(--base-text-size);
  line-height: var(--line-height-100);
}

.nav-link:hover {
  color: var(--_color---black);
  text-align: left;
  text-underline-offset: 20px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_color---primary);
  text-decoration-color: var(--_color---primary);
  text-underline-position: auto;
  flex: 0 auto;
  text-decoration-thickness: 3px;
}

.nav-link:lang(en) {
  text-underline-offset: 20px;
  -webkit-text-decoration-color: var(--_color---primary);
  text-decoration-color: var(--_color---primary);
  text-decoration-thickness: 3px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  background-color: var(--_color---bg-grey);
  order: 9999;
  justify-content: center;
  align-items: stretch;
  height: 3.5rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.search:where(.w-variant-943677d4-b238-8d38-95b0-3ca1fb4705db) {
  align-items: center;
}

.search-button {
  background-color: var(--_color---transparent);
  background-image: url('../images/Frame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}

.search-button:where(.w-variant-943677d4-b238-8d38-95b0-3ca1fb4705db) {
  background-color: var(--_color---primary);
  background-image: url('../images/Vector-9.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 50px;
  width: 2.6rem;
  height: 2.6rem;
}

.search-input {
  border: 1px solid var(--_color---transparent);
  background-color: var(--_color---transparent);
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #333;
  height: 100%;
  margin-bottom: 0;
}

.search-input::placeholder {
  font-family: var(--manrope);
  font-size: var(--base-text-size);
  line-height: var(--line-height-100);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  /*width: 100%;*/
  max-width: 1440px;
  padding: .875rem 20px;
  display: flex;
}

.image-4 {
  width: 100%;
  max-width: 11.1rem;
}

.brand {
  flex: 0 auto;
}

.mb-40 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-size: var(--h2);
}

.categories-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--_color---white);
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.categories-wrapper.mt-40 {
  background-color: var(--_color---transparent);
}

.category-chip {
  border: 1px solid var(--_color---blue-50);
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: var(--lg-text-size);
  padding: 6px 20px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.category-chip:hover {
  background-color: var(--_color---primary);
  color: var(--_color---white);
}

.category-chip.swiper-slide {
  justify-content: center;
  width: auto;
  display: flex;
}

.paragraph-8 {
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: var(--list-item);
  line-height: 24px;
  display: inline-block;
}

.products-container {
  background-color: var(--_color---white);
  margin-top: 20px;
  padding: 2.5rem 1.25rem;
}

.product-card {
  width: 100%;
  max-width: 15.5rem;
  color: var(--_color---black);
  text-decoration: none;
}

.products-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.products-wrapper.mt-40 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.h5 {
  font-family: var(--inter);
  font-weight: 600;
}

.text-xs {
  font-family: var(--inter);
  font-size: var(--xs-text-size);
  font-weight: 300;
}

.div-block-9 {
  background-color: var(--_color---accent);
  font-family: var(--inter);
  font-size: var(--base-text-size);
  line-height: var(--line-height-100);
  border-radius: 30px;
  padding: 5px 10px;
  font-weight: 600;
  display: inline-block;
}

.price-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.image-5 {
  aspect-ratio: 2 / 1.7;
  object-fit: cover;
  width: 100%;
}

.product-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.feature-card {
  grid-column-gap: .87rem;
  grid-row-gap: .87rem;
  background-color: var(--_color---white);
  flex-flow: column;
  /*width: 100%;*/
  max-width: 28.3rem;
  padding: 1.25rem;
  display: flex;
}

.secondary-p {
  font-family: var(--inter);
  color: var(--_color---grey-50);
  line-height: var(--line-height-150);
}

.div-block-11 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-3 {
  color: var(--_color---primary);
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.bg-blue-50 {
  background-color: var(--_color---blue-50);
}

.bg-blue-50.mb-15 {
  margin-top: .938rem;
}

.bg-white {
  background-color: var(--_color---white);
}

.bg-white.py-40.hidden-overflow {
  overflow: hidden;
}

.image-6 {
  width: 100%;
  max-width: 13.375rem;
}

.paragraph-10 {
  width: 100%;
  max-width: 19.6rem;
  color: var(--_color---grey-50);
  font-size: var(--base-text-size);
}

.footer-left-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.footer-right-side {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-card {
  background-color: var(--_color---white);
  flex-flow: column;
  /*width: 100%;*/
  max-width: 28.3rem;
  height: 18.1rem;
  padding: 1.25rem;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: auto;
  display: flex;
}

.paragraph-11 {
  font-family: var(--inter);
  font-size: var(--base-text-size);
  font-weight: 500;
}

.paragraph-12 {
  font-family: var(--inter);
  color: var(--_color---grey-50);
  font-size: var(--sm-text-size);
  line-height: 16px;
}

.image-7 {
  width: 100%;
  max-width: 2.5rem;
  height: 2.5rem;
}

.black-block {
  background-color: var(--_color---black);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2.5rem;
  display: flex;
}

.black-block:where(.w-variant-c6683669-3a82-3f95-1b00-dcb80f17a378) {
  text-align: center;
  align-items: center;
}

.white-p {
  color: var(--_color---white);
}

.white-p.mt-24:where(.w-variant-c6683669-3a82-3f95-1b00-dcb80f17a378) {
  text-align: center;
}

.div-block-16 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 40px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-8 {
  object-fit: cover;
  max-width: 50%;
}

.mt-24 {
  margin-top: 1.5rem;
}

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

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.testimonial-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  display: grid;
}

.footer-list-item {
  color: var(--_color---grey-50);
  font-size: var(--base-text-size);
  line-height: var(--line-height-100);
  text-decoration: none;
  list-style-type: none;
}

.list-item-3, .list-item-4, .list-item-3-copy {
  list-style-type: none;
}

.footer-link {
  font-family: var(--inter);
  color: var(--_color---grey-50);
  text-decoration: none;
}

.footer-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 13.5rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.h6 {
  font-family: var(--manrope);
  color: var(--_color---primary);
  font-size: var(--h6);
  line-height: var(--line-height-100);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 13.5rem;
  display: flex;
}

.divider {
  background-color: var(--_color---grey-100);
  width: 100%;
  height: 1px;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.white-arrow {
  flex: 0 auto;
  display: none;
}

.white-arrow:where(.w-variant-8950fbde-558f-8555-56ff-4f963eb41ca1) {
  margin-top: 0%;
  padding-top: 2%;
  display: block;
}

.white-arrow:where(.w-variant-d445aaa7-df58-9b35-ce26-e314d8fe6e58) {
  margin-top: 3%;
  padding-top: 0%;
  display: block;
}

.desktop-none {
  display: none;
}

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

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

.text-wrapper:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.secondary-container {
  flex-flow: column;
  /*width: 100%;*/
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.secondary-container.responsive-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-spacing {
  margin-top: 2.5rem;
}

.div-block-20 {
  flex-flow: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.small-container {
  max-width: 57.875rem;
}

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

.paragraph-13 {
  flex: 0 auto;
}

.category-card {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 25rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.category-card:where(.w-variant-a8af28a1-1ed5-2a80-46fc-1c230c89f0e5) {
  padding-left: .8rem;
  padding-right: .8rem;
}

.category-card:hover {
  background-image: linear-gradient(to bottom, var(--_color---transparent-blue), var(--_color---transparent-blue)), url('../images/b1a04614cc51597c78ec147f8daa3c24d0bc50b2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-22 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 70%;
  display: flex;
}

.div-block-22:where(.w-variant-a8af28a1-1ed5-2a80-46fc-1c230c89f0e5) {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  height: 94%;
}

.mt-auto {
  margin-top: auto;
}

.grid-2 {
  margin-top: 40px;
  margin-bottom: 5px;
}

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

.div-block-23 {
  max-width: none;
}

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

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

.text-grey-70 {
  color: var(--_color---grey-70);
}

.text-md {
  font-family: var(--inter);
  color: var(--_color---grey-70);
  font-size: var(--md-text-size);
  line-height: 21px;
}

.text-xl {
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: var(--xl-text-size);
  line-height: var(--line-height-100);
}

.text-xl.text-white {
  color: var(--_color---white);
}

.text-xl.text-blue.manrope {
  font-family: var(--manrope);
}

.p-20 {
  padding: 1.25rem;
}

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

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

.link.mt-40 {
  margin-top: auto;
}

.image-10 {
  width: 100%;
  max-width: 16px;
}

.text-base-uppercase {
  font-family: var(--manrope);
  font-size: var(--base-text-size);
  line-height: var(--line-height-160);
  text-transform: uppercase;
  font-weight: 700;
}

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

.content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  width: 100%;
}

.blue-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_color---primary);
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.image-11 {
  max-width: 30px;
}

.div-block-25 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category-wrap-button {
  margin-top: 20px;
}

.category-wrap-button:where(.w-variant-a8af28a1-1ed5-2a80-46fc-1c230c89f0e5) {
  display: none;
}

.foot, .footer-list-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 13.5rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.card-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.green-arrow {
  width: 24px;
  margin-left: auto;
}

.link-wrapper {
  background-color: var(--_color---white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 11.625rem;
  padding: 20px;
  display: flex;
}

.specification-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_color---white);
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 12.5rem;
  padding: 1.25rem;
  display: flex;
}

.specification-card:where(.w-variant-a78a64d7-098c-8a87-07f3-6103b3e79281) {
  height: 100%;
}

.specification-card:hover {
  background-color: var(--_color---primary);
}

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

.uppecase {
  text-transform: uppercase;
}

.text-grey-50 {
  color: var(--_color---grey-50);
}

.text-grey-50.uppecase:where(.w-variant-a78a64d7-098c-8a87-07f3-6103b3e79281) {
  color: var(--_color---primary);
}

.text-grey-50.uppecase.ls-1 {
  letter-spacing: 1px;
}

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

.detail-card {
  background-image: linear-gradient(to bottom, var(--_color---transparent-black), var(--_color---transparent-black)), url('../images/b1a04614cc51597c78ec147f8daa3c24d0bc50b2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 25rem;
  padding: 1.25rem;
  display: flex;
}

.detail-card:hover {
  background-image: linear-gradient(to bottom, var(--_color---transparent-blue), var(--_color---transparent-blue)), url('../images/b1a04614cc51597c78ec147f8daa3c24d0bc50b2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.detail-card-bg {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--_color---transparent-black), var(--_color---transparent-black));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 25rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.detail-card-bg:hover {
  background-image: linear-gradient(to bottom, var(--_color---transparent-blue), var(--_color---transparent-blue)), url('../images/b1a04614cc51597c78ec147f8daa3c24d0bc50b2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.paragraph-14 {
  text-decoration: line-through;
}

.subtitle {
  font-family: var(--inter);
  color: var(--_color---grey-70);
  font-size: var(--subtitle-text-size);
  line-height: 26px;
}

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

.source-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  margin-top: 20px;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.blue-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_color---primary);
  flex-flow: column;
  flex: 1;
  align-items: baseline;
  /*width: 100%;*/
  max-width: none;
  height: 40.875rem;
  padding: 40px;
  display: flex;
}

.blue-block-2:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
  flex-flow: column;
  height: auto;
  min-height: 26.8rem;
}

.list-item-5 {
  list-style-type: none;
}

.custom-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.custom-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-size: var(--subtitle-text-size);
  justify-content: flex-start;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.solution-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_color---white);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.solution-list-item:where(.w-variant-599d73cd-444a-8171-ae6e-0a75a8551a8d) {
  background-color: var(--_color---primary);
}

.div-block-30 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.solutions-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-31, .div-block-32 {
  flex: 1;
}

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

.blue-line {
  z-index: -1;
  background-color: var(--_color---primary);
  flex: 1;
  width: 100%;
  max-width: 80%;
  height: 1px;
  position: absolute;
  inset: 50% 0 0% 10%;
}

.step-wrap {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.steps-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 4.1rem;
  display: flex;
  position: relative;
}

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

.step-wrapper-copy {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-block {
  font-family: var(--inter);
}

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

.step-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-36 {
  margin-top: 40px;
}

.image-section {
  background-image: linear-gradient(to bottom, var(--_color---transparent-blue), var(--_color---transparent-blue)), url('../images/q98.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 37.5rem;
  min-height: 0;
  max-height: 37.5rem;
  display: flex;
}

.rounded-chip {
  background-color: var(--_color---white);
  border-radius: 20px;
  flex: none;
  padding: 10px 20px;
  display: inline-block;
}

.rounded-chip:where(.w-variant-46b2f659-2e7b-50bf-351d-00af201df46f) {
  background-color: var(--_color---transparent-white);
  border-radius: 20px;
  padding: 6px 12px;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 49.6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.black-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--_color---black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
}

.text-span-4 {
  color: var(--_color---primary);
}

.span {
  color: var(--_color---blue-50);
  font-size: var(--h3);
  line-height: var(--line-height-120);
}

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

.div-block-39 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-39.mb-10 {
  align-items: flex-end;
  margin-bottom: 10px;
}

.section-header-center {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.blue-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_color---primary);
  flex-flow: column;
  flex: 1;
  align-items: baseline;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  padding: 40px;
  display: flex;
}

.blue-block-3:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
  flex-flow: column;
  height: auto;
  min-height: 26.8rem;
}

.deatails-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.green-line {
  background-color: var(--_color---accent);
  flex: 0 auto;
  align-self: stretch;
  width: 1px;
  height: auto;
}

.detail-item {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.div-block-40 {
  flex: none;
}

.background-image {
  z-index: -1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-41 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.div-block-42 {
  z-index: -1;
  background-image: linear-gradient(270deg, var(--_color---transparent), var(--_color---primary) 100%, var(--_color---transparent));
  position: absolute;
  inset: 0%;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  display: flex;
}

.form-block {
  background-color: var(--_color---white);
  flex: 1;
  height: auto;
}

.form-block.py-40 {
  height: 100%;
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 20.9rem;
  display: flex;
}

.text-field {
  border: 1px solid var(--_color---bg-grey);
  background-color: var(--_color---bg-grey);
  height: 56px;
  color: var(--_color---black);
}

.text-field::placeholder {
  font-family: var(--inter);
  color: var(--_color---placeholder);
  font-size: var(--lg-text-size);
  line-height: var(--line-height-100);
}

.field-label {
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: var(--base-text-size);
  margin-bottom: 8px;
  font-weight: 400;
}

.radio-button {
  margin-left: 0;
  display: none;
}

.radio-button-2 {
  display: none;
}

.radio-button-fileld {
  background-color: var(--_color---bg-grey);
  height: 53px;
  font-family: var(--inter);
  font-size: var(--base-text-size);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button-fileld:active {
  background-color: var(--_color---primary);
  color: var(--_color---white);
}

.div-block-45 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.input-wrapper {
  flex: 1;
}

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

.text-area {
  border: 1px solid var(--_color---bg-grey);
  background-color: var(--_color---bg-grey);
  height: auto;
  min-height: 152px;
  color: var(--_color---black);
}

.text-area::placeholder {
  font-family: var(--inter);
  color: var(--_color---placeholder);
  font-size: var(--lg-text-size);
  line-height: var(--line-height-100);
}

.submit-wrapper {
  flex: 1;
  display: flex;
  position: relative;
}

.image-13 {
  position: absolute;
  inset: 50% auto auto 35%;
  transform: translate(0, -50%);
}

.green-submit {
  background-color: var(--_color---accent);
  width: 100%;
  font-family: var(--manrope);
  color: var(--_color---primary);
  text-transform: uppercase;
  flex: 0 auto;
  padding: 17px 32px;
  font-weight: 800;
}

.button-2 {
  border: 1px solid var(--_color---primary);
  background-color: var(--_color---transparent);
  font-family: var(--manrope);
  color: var(--_color---primary);
  font-size: var(--base-text-size);
  text-transform: uppercase;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-weight: 800;
  display: flex;
}

.icon-2 {
  position: absolute;
  inset: 50% 0% 0% 26%;
  transform: translate(0, -50%);
}

.code-embed {
  display: none;
}

.overlay-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--_color---transparent-black), var(--_color---transparent-black));
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  display: none;
}

.grid-8 {
  grid-row-gap: 19px;
  grid-template-rows: min-content min-content min-content;
  grid-template-areas: "."
                       "."
                       ".";
  grid-auto-rows: min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: row;
  place-content: start;
  place-items: start stretch;
  margin-top: 40px;
}

.grid-span-2 {
  height: 37.5rem;
  padding-left: 0;
  text-decoration: none;
  position: relative;
}

.grid-span-2.margin {
  margin-top: -200px;
}

.grid-span-2.margin-2 {
  margin-top: -20px;
}

.image-14 {
  position: absolute;
}

.div-block-48 {
  height: auto;
}

.overlay-image-copy {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-15 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-47-copy {
  height: auto;
  position: relative;
}

.overlay-copy {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--_color---transparent-black), var(--_color---transparent-black));
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-50 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 0;
  display: flex;
}

.text-block-2 {
  font-family: var(--manrope);
  color: var(--_color---white);
  font-size: 28px;
  line-height: 34px;
}

.div-block-51 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.grid-span-1 {
  width: 100%;
  height: 25rem;
  padding-left: 0;
  text-decoration: none;
  position: relative;
}

.grid-span-1.margin {
  margin-top: -16%;
}

.image-3-copy {
  box-sizing: border-box;
  aspect-ratio: 4 / 4.4;
  object-fit: none;
  flex: 1;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
}

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

.image-16 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-52:where(.w-variant-a8af28a1-1ed5-2a80-46fc-1c230c89f0e5) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.swiper {
  overflow: visible;
}

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

.badge {
  background-color: var(--_color---bg-grey);
  font-family: var(--inter);
  color: var(--_color---black);
  font-size: 8px;
  line-height: var(--line-height-100);
  justify-content: center;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: auto auto 10px 10px;
}

@media screen and (max-width: 991px) {
  .blue-block {
    height: auto;
    min-height: auto;
  }

  .green-button {
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .hero-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .hero-wrapper.reverse {
    flex-flow: column;
  }

  .light-button {
    justify-content: center;
    align-self: auto;
  }

  .light-button:where(.w-variant-d445aaa7-df58-9b35-ce26-e314d8fe6e58) {
    background-color: var(--_color---primary);
    color: var(--_color---white);
    justify-content: center;
    align-self: auto;
    display: flex;
  }

  .flex-button-wrap.mt-auto {
    width: 100%;
    margin-top: 20px;
  }

  .section-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .text-base {
    max-width: none;
  }

  .bg-grey.hero-padding {
    padding-bottom: 0;
  }

  .icon-wrap.mb-auto {
    width: 4rem;
    height: 4rem;
  }

  .icon-wrap.mb-auto:where(.w-variant-5d7daaea-b6ab-e8d1-3a97-8a8990af26c7) {
    width: 24px;
    height: 24px;
  }

  ._5-col-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._5-col-grid.mb-40 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-image {
    width: 100%;
    max-width: 100%;
    height: 30.1rem;
  }

  .nav-menu {
    background-color: var(--_color---white);
    flex-flow: column;
    justify-content: center;
    padding: .9rem .9rem 2.5rem;
    display: flex;
  }

  .nav-link {
    justify-content: center;
    display: flex;
  }

  .search {
    order: 1;
  }

  .nav-container {
    justify-content: flex-start;
    padding-top: 1.56rem;
    padding-bottom: 1.56rem;
  }

  .image-4 {
    max-width: 9.25rem;
  }

  .brand {
    margin-right: auto;
    padding-left: 0;
  }

  .category-chip.swiper-slide {
    flex: none;
    width: auto;
  }

  .products-container {
    overflow: hidden;
  }

  .products-wrapper {
    padding-bottom: 1.25rem;
  }

  .products-wrapper.mt-40 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .div-block-16 {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .menu-button {
    background-color: var(--_color---primary);
    margin-left: 1.25rem;
    padding: 12px 8px;
  }

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

  .nav-button-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    display: flex;
  }

  .white-arrow:where(.w-variant-d445aaa7-df58-9b35-ce26-e314d8fe6e58) {
    margin-top: 1%;
    padding-top: 0%;
  }

  .desktop-none {
    display: flex;
  }

  .icon {
    color: var(--_color---accent);
  }

  .button-wrapper {
    justify-content: center;
    display: flex;
  }

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

  .secondary-container.responsive-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-spacing {
    margin-top: 1.25rem;
  }

  .small-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    margin-bottom: 5px;
  }

  .grid-3.py-40 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
  }

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

  .blue-block-2 {
    height: auto;
  }

  .div-block-29 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .rounded-chip {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .div-block-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .blue-block-3 {
    height: auto;
  }

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

  .form-block.py-40 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-44 {
    max-width: 100%;
  }

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 19px;
    flex-flow: column;
    grid-template-rows: min-content min-content min-content auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: min-content;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .grid-span-2 {
    width: 100%;
  }

  .grid-span-2.margin, .grid-span-2.margin-2, .grid-span-1.margin {
    margin-top: 0%;
  }

  .image-3-copy {
    width: 100%;
    max-width: 100%;
    height: 30.1rem;
  }

  .hero-padding {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .swiper {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  body {
    --inter: Inter, sans-serif;
    --h5: 20px;
    --line-height-100: 100%;
    --manrope: Manrope, sans-serif;
    --sm-text-size: 12px;
    --h1: 32px;
    --base-text-size: 14px;
    --h2: 26px;
    --line-height-120: 120%;
    --h3: 22px;
    --h4: 18px;
    --xl-text-size: 16px;
    --line-height-150: 150%;
    --list-item: 14px;
    --lg-text-size: 12px;
    --xs-text-size: 10px;
    --h6: 12px;
    --md-text-size: 12px;
    --line-height-160: 160%;
    --subtitle-text-size: 16px;
  }

  .blue-block:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
    min-height: 26rem;
  }

  .flex-button-wrap.mt-auto:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    max-width: 100%;
  }

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

  .text-base.text-grey-50 {
    align-self: auto;
  }

  .text-base.text-grey-50.align-start {
    text-align: left;
  }

  .card {
    /*max-width: 100%;*/
    height: 8.75rem;
  }

  .icon-wrap.mb-auto {
    width: 2.6rem;
    height: 2.6rem;
  }

  ._5-col-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr 1fr;
  }

  ._5-col-grid.mb-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    place-content: center;
    place-items: stretch center;
  }

  .project-card {
    width: 100%;
  }

  .bg-image {
    background-image: linear-gradient(270deg, transparent, var(--_color---primary)), url('../images/image-43.png');
    background-position: 0 0, 50%;
    background-size: auto, 100%;
    width: 100%;
  }

  .project-card-wrapper.mb-40 {
    flex-flow: column;
  }

  .category-chip.swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-container {
    padding-top: 2.5rem;
  }

  .product-card {
    max-width: 10.6rem;
  }

  .products-wrapper.mt-40 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .feature-card {
    max-width: 100%;
  }

  .div-block-11 {
    grid-column-gap: .87rem;
    grid-row-gap: .87rem;
    flex-flow: row;
    align-items: center;
  }

  .div-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg-white {
    flex: none;
  }

  .bg-white.p-20 {
    flex: 0 auto;
  }

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

  .testimonial-card {
    max-width: 100%;
  }

  .black-block {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-16 {
    margin-top: 20px;
  }

  .div-block-17 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

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

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .text-wrapper:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .category-card {
    min-height: 9rem;
  }

  .category-card:where(.w-variant-a8af28a1-1ed5-2a80-46fc-1c230c89f0e5) {
    min-height: 12.5rem;
  }

  .div-block-22 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .grid-3.py-40 {
    grid-template-columns: 1fr;
    place-content: center start;
    max-width: 100%;
  }

  .image-9 {
    max-width: 10.9rem;
    height: auto;
  }

  .text-md {
    font-family: Inter, sans-serif;
    font-size: var(--md-text-size);
  }

  .p-20 {
    padding: .6rem;
  }

  .link-block {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .link.mt-40 {
    display: none;
  }

  .content-wrapper {
    max-width: none;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    font-size: var(--h5);
  }

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

  .body-2 {
    border: 1px #000;
  }

  .category-wrap-button {
    display: none;
  }

  .link-wrapper {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .specification-card {
    flex-flow: row;
    max-width: 100%;
    height: auto;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .specification-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
  }

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

  .detail-card {
    min-height: 9rem;
  }

  .detail-card-bg {
    min-height: 12.5rem;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .source-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .div-block-28 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    align-self: auto;
  }

  .blue-block-2 {
    padding: 20px 10px 40px;
  }

  .blue-block-2:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
    min-height: 26rem;
  }

  .solution-list-item {
    padding: 1.25rem;
  }

  .blue-line {
    width: 1px;
    min-height: 90%;
    top: 10%;
    left: 50%;
  }

  .step-wrap {
    flex-flow: row;
  }

  .steps-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .step-grid {
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 20px;
  }

  .step-description {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-36 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .grid-col-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blue-block-3:where(.w-variant-2fd555b3-2bea-9908-8cb4-b4b3d6307f21) {
    min-height: 26rem;
  }

  .green-line {
    flex: 0 auto;
    display: block;
  }

  .detail-item {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-13 {
    left: 30%;
  }

  .icon-2 {
    left: 20%;
  }
}

@media screen and (max-width: 479px) {
  .green-button {
    justify-content: center;
    display: flex;
  }

  .light-button {
    justify-content: center;
    align-self: auto;
  }

  .flex-button-wrap.mt-auto {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .h2.text-white {
    --inter: Inter, sans-serif;
    --h5: 20px;
    --line-height-100: 100%;
    --manrope: Manrope, sans-serif;
    --sm-text-size: 12px;
    --h1: 32px;
    --base-text-size: 14px;
    --h2: 26px;
    --line-height-120: 120%;
    --h3: 22px;
    --h4: 18px;
    --xl-text-size: 16px;
    --line-height-150: 150%;
    --list-item: 14px;
    --lg-text-size: 12px;
    --xs-text-size: 10px;
    --h6: 12px;
    --md-text-size: 12px;
    --line-height-160: 160%;
    --subtitle-text-size: 16px;
  }

  .card {
    height: auto;
  }

  .icon-wrap.mb-auto {
    flex: none;
  }

  .bg-image {
    background-size: auto, cover;
  }

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

  .product-card {
    max-width: 10rem;
  }

  .products-wrapper.mt-40 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .black-block {
    padding-left: 1rem;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-wrap {
    grid-template-columns: 1fr;
  }

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

  .grid-3.py-40 {
    grid-template-columns: 1fr;
  }

  .card-text-wrapper {
    flex: 0 auto;
    margin-top: 20px;
  }

  .link-wrapper {
    background-color: var(--_color---white);
  }

  .source-card {
    width: 100%;
  }

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

  .div-block-28 {
    justify-content: flex-start;
    width: 100%;
  }

  .div-block-30 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-38 {
    text-align: center;
  }

  .blue-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .green-line {
    flex: none;
    align-self: auto;
  }

  .div-block-40 {
    flex: 0 auto;
  }

  .image-13 {
    left: 15%;
  }

  .green-submit {
    justify-content: center;
    display: flex;
  }

  .icon-2 {
    display: none;
    left: 10%;
  }

  .swiper {
    overflow: visible;
  }
}

#w-node-_8f6dcf65-42e5-855b-c8fc-e1f7d6a8d7bc-3d0692f9 {
  order: -9999;
}

#w-node-dea020fa-8eda-d92a-09e4-064d62823783-62823782 {
  justify-self: auto;
}

#w-node-_35ad2306-e788-e088-1296-0e618ddb8757-8ddb8757 {
  place-self: center;
}

#w-node-_4ae078e2-bb72-133d-c280-66577968bd08-0f17ee79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a75f04f6-4436-f4f7-9c8e-71ec463ee079-0f17ee79 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-_8c7b51cc-dd63-92ad-b283-61cec621f10f-0f17ee79 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_23c72746-3004-9bae-6027-5c7a4f1b23db-0f17ee79 {
  grid-area: 2 / 2 / 4 / 3;
  align-self: start;
}

#w-node-_8a5ba2d6-2cec-3925-115f-96da0e94f528-0f17ee79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-ebad7a51-237d-51d0-df8a-aa5969170165-0f17ee79 {
  grid-area: 3 / 1 / 5 / 2;
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_35ad2306-e788-e088-1296-0e618ddb8757-8ddb8757 {
    place-self: auto;
  }
}

