:root {
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
  --Main-Black: #000000FF;
  --Main-White: #FFFFFFFF;
  --Main-Main-Green: #00585CFF;
  --Main-Secondary-Green: #0A3F42FF;
  --Main-Light-Green: #5FC9CDFF;
  --Main-Grey: #9CABACFF;
  --Main-Neat: #DCDCD1FF;
  --Main-Orange: #FF5B00FF;
  --Grey-900: #212529FF;
  --Grey-800: #343A40FF;
  --Grey-700: #495057FF;
  --Grey-600: #6C757DFF;
  --Grey-500: #ADB5BDFF;
  --Grey-400: #CED4DAFF;
  --Grey-300: #DEE2E6FF;
  --Grey-200: #E9ECEFFF;
  --Grey-100: #F8F9FA;
  --Additional-Red: #FF6961FF;
  --Additional-Red-BG: #FFD5D3FF;
  --Additional-Green-BG: #F8F8EDFF;
  --Additional-Yellow: #FAD652FF;
  --Additional-Yellow-BG: #FFF4C9FF;
}

* {  box-sizing: border-box;  border-width: 0;  border-style: solid;  -webkit-font-smoothing: antialiased;}
p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption {  margin: 0;  padding: 0;}
button {  background-color: transparent;}
button,input,optgroup,select,textarea {  font-family: inherit;  font-size: 100%;  line-height: 1.15;  margin: 0;}
button,select {  text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;  color: inherit;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}
button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus {  outline: 1px dotted ButtonText;}
a {  color: inherit;  text-decoration: inherit;}
input {  padding: 2px 4px;}
img {  display: block;}
details {  display: block;  margin: 0;  padding: 0;}
summary::-webkit-details-marker {  display: none;}[data-thq="accordion"] [data-thq="accordion-content"] {  max-height: 0;  overflow: hidden;  transition: max-height 0.3s ease-in-out;  padding: 0;}[data-thq="accordion"] 
details[data-thq="accordion-trigger"][open] + [data-thq="accordion-content"] {  max-height: 1000vh;}
details[data-thq="accordion-trigger"][open] 
summary [data-thq="accordion-icon"] {  transform: rotate(180deg);}html { scroll-behavior: smooth  }
li { line-height:180%; list-style-position: inside; }
ul li::marker {color: var(--Main-Orange);}


html {
    font-family: Urbanist;
    font-size: 16px;
    line-height: 1.15;
  }

body {
  font-weight: 600;
  margin: 0;
  font-style:normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.15;
  color: var(--dl-color-theme-neutral-dark);
  background: var(--dl-color-theme-neutral-light);

  fill: var(--dl-color-theme-neutral-dark);
}

.orange {
  color: var(--Main-Orange);
}

.black {
  color: var(--Main-Black);
}

.grey {
  color: var(--Grey-400);
}

.white {
   color: var(--Main-White);
}

.paragraph {
  font-family: Urbanist;
  line-height: 180%;
}

.paragraph a {
  text-decoration: none;
  transition-duration: 0.5s;
}

.paragraph a:hover {
  text-decoration: underline;
  transition-duration: 0.5s;

}

.wthin {
  font-weight: 300; 
}
.wregular {
  font-weight: 400; 
}
.wsemibold {
  font-weight: 600; 
}
.wbold {
  font-weight: 700; 
}
.wblack {
  font-weight: 900; 
}

.xxlarge {
  font-size: 5.375rem; /* 86px */
}

.xlarge {
  font-size: 4.625rem; /* 74px */
}

.large {
  font-size: 4rem; /* 64px */
}

h1 {
  font-size: 3.5rem; /* 56px */
  line-height: 1.5;
}

h2 {
  font-size: 3rem; /* 48px */
  line-height: 1.5;
}

h3 {
  font-size: 2.5rem; /* 40px */
  line-height: 1.5;
}

h4 {
  font-size: 2rem; /* 32px */
  line-height: 1.5;
}

h5 {
  font-size: 1.625rem; /* 26px */
  line-height: 1.5;
}

h6 {
  font-size: 1.375rem; /* 22px */
  line-height: 1.5;
}


.large {
  font-size: 1.25rem; /* 20px */
  line-height: 1.8;
}

.medium {
  ont-size: 1.125rem; /* 18px */
  line-height: 1.8;
}

.regular {
  font-size: 1rem; /* 16px */
  line-height: 1.8;
}

.small {
  font-size: 0.875rem; /* 14px */
  line-height: 1.8;
}


.xsmall {
  font-size: 0.75rem; /* 12px */
  line-height: 1.8;
}

.xxsmall {
  font-size: 0.625rem; /* 10px */
  line-height: 1.8;
}

.container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}

.container-inner {
  gap: 120px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.head-intro-wrapper {
  gap: 48px;
  width: calc(100% - 40px);
  display: flex;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}

.index-head-intro-wrapper {
  gap: 48px;
  width: 100%;
  display: flex;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}

.head-intro-wrapper-inner {
  gap: 12px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.head-intro-subtext {
  color: var(--Main-Black);
  width: 100%;
  height: auto;
  max-width: 600px;
}

.head-intro-subtext-white {
  color: var(--Main-White);
  width: 100%;
  height: auto;
  max-width: 600px;
}

.black-button {
  gap: 16px;
  display: flex;
  padding: 16px 58px 16px 28px;
  align-items: center;
  border-radius: 78px;
  justify-content: center;
  background-color: var(--Main-Black);
  font-weight: 700;
  color: var(--Main-White);
  border-style: solid;
  border-width: 2px;
  border-color: var(--Main-Black);
  background-image: url('images/white-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
  transition-duration: 0.5s;
  cursor: pointer;

}

.black-button:hover {
  transition-duration: 0.5s;
  background-color: transparent;
  color: var(--Main-Black);
  background-image: url('images/black-arrow.svg');

}

.black-button2 {
  gap: 16px;
  display: flex;
  padding: 16px 28px 16px 58px;
  align-items: center;
  border-radius: 78px;
  justify-content: center;
  background-color: var(--Main-Black);
  font-weight: 700;
  color: var(--Main-White);
  border-style: solid;
  border-width: 2px;
  border-color: var(--Main-Black);
  background-image: url('images/white-arrow-left.svg');
  background-repeat: no-repeat;
  background-position: left 20px center;
  transition-duration: 0.5s;
  cursor: pointer;

}

.black-button2:hover {
  transition-duration: 0.5s;
  background-color: transparent;
  color: var(--Main-Black);
  background-image: url('images/black-arrow-left.svg');

}

.white-button {
    gap: 16px;
    display: flex;
    padding: 16px 58px 16px 28px;
    align-items: center;
    border-color: var(--Main-White);
    color: var(--Main-White);
    border-style: solid;
    border-width: 1px;
    border-radius: 78px;
    justify-content: center;
    font-weight: 700;
    background-image: url('images/white-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    transition-duration: 0.5s;
    cursor: pointer;
}

.white-button:hover {
    transition-duration: 0.5s;
    background-color: var(--Main-White);
    color: var(--Main-Black);
    background-image: url('images/black-arrow.svg');
}

.client-white-button {
    gap: 16px;
    display: flex;
    padding: 16px 28px 16px 58px;
    align-items: center;
    border-color: var(--Main-White);
    color: var(--Main-White);
    border-style: solid;
    border-width: 1px;
    border-radius: 78px;
    justify-content: center;
    font-weight: 700;
    background-image: url('images/user-icon.svg');
    background-repeat: no-repeat;
    background-position: left 20px center;
    transition-duration: 0.5s;
    cursor: pointer;
}

.client-white-button:hover {
    transition-duration: 0.5s;
    background-color: var(--Main-Main-Green);
    border-color: var(--Main-Main-Green);
}

.client-green-button {
    gap: 16px;
    display: flex;
    padding: 16px 28px 16px 58px;
    align-items: center;
    border-color: var(--Main-Main-Green);
    background-color: var(--Main-Main-Green);;
    color: var(--Main-White);
    border-style: solid;
    border-width: 1px;
    border-radius: 78px;
    justify-content: center;
    font-weight: 700;
    background-image: url('images/user-icon.svg');
    background-repeat: no-repeat;
    background-position: left 20px center;
    transition-duration: 0.5s;
    cursor: pointer;
}

.client-green-button:hover {
    transition-duration: 0.5s;
    background-color: var(--Main-Secondary-Green);
    border-color: var(--Main-Secondary-Green);
}

/* --------------------- Start mail sending ----------------- */

.form-container {
    width: 40%;
    text-align: center;
}

/* --- OPTIONS SECTION --- */
.options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    margin-bottom: 20px;
}

/* Hide the native radio button */
.options label > input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Label styled like a selectable card */
.options label {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    user-select: none;
}

/* Hover effect */
.options label:hover {
    border-color: rgba(255, 255, 255, 0.7);
     color: rgba(255, 255, 255, 1);
}

/* Custom circle radio before label text */
.options label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

/* Focus effect for keyboard navigation */
.options label > input[type="radio"]:focus + * {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.25);
    border-radius: 10px;
}

/* ✅ Selected state using :has() */
.options label:has(> input[type="radio"]:checked) {
    border-color: #FFF;
    color: #FFF;
}

/* ✅ Fill custom circle when checked */
.options label:has(> input[type="radio"]:checked)::before {
    border-color: #FFF;
    background-color: #FFF; /* <-- selected fill color */
}

/* --- INPUT FIELDS --- */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 35px;
    font-size: 14px;
    outline: none;
    color: rgba(255, 255, 255, 1);
    transition: border-color 0.3s;
    background-color: var(--Main-Secondary-Green);
}

input:focus,
textarea:focus {
    border: 1px solid rgba(255, 255, 255, 1);
}

textarea {
    min-height: 80px;
    resize: none;
}

.form-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* --- FORM STEPS --- */
.form-step {
    display: none;
    text-align: center;
    color: var(--Main-White);
    font-size: 16px;
    line-height: 180%;
}
.form-step img, .form-step button {
  display: inline-block; /* Make sure both are inline */
  margin: 10px 0 10px 0;
}
.form-step.active {
    display: block;
}

/* ----------------------end mail sending ------------------- */

/* ---------------------  Start Header -----------------------*/

.desktop-header-wrapper {
  display: contents;
}
 
.desktop-header-header {
  gap: 0;
  width: 100%;
  display: flex;
  padding: 30px 0;
  position: relative;
  max-width: 1480px;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.desktop-header-color-logo {
  width: 184px;
  height: 46.800785064697266px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-header-logo {
  top: 0px;
  left: 0px;
  width: 31.200523376464844px;
  height: 46.800785064697266px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-header-union1 {
  top: 0px;
  left: 0px;
  width: 31px;
  height: 47px;
  position: absolute;
}
 
.desktop-header-rectangle173 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
}
 
.desktop-header-union2 {
  top: 0.062195438891649246px;
  left: 46.47270202636719px;
  width: 138px;
  height: 43px;
  position: absolute;
  box-sizing: content-box;
}
 
.desktop-header-navigation {
  gap: 40px;
  width: auto;
  display: flex;
  align-items: center;
}

.desktop-header-navigation ul {
  list-style-type: none;
   padding: 0;
  margin: 0; 
}

.desktop-header-navigation ul li {
  display: inline-block;
  margin-right: 40px;   
}

.desktop-header-navigation ul li a {
  font-weight: 900 !important; 
  color: var(--Main-Secondary-Green);
}

.desktop-header-navigation ul li a:hover, .desktop-header-navigation ul li a.active {
  color: var(--Main-Orange) !important;
  transition: 0.3s;
}

.index-desktop-header-navigation {
  gap: 40px;
  width: auto;
  display: flex;
  align-items: center;
}

.index-desktop-header-navigation ul {
  list-style-type: none;
   padding: 0;
  margin: 0; 
}

.index-desktop-header-navigation ul li {
  display: inline-block;
  margin-right: 40px;   
}

.index-desktop-header-navigation ul li a {
  font-weight: 900 !important; 
  color: var(--Main-White);
}

.index-desktop-header-navigation ul li a:hover {
  color: var(--Main-Orange);
  transition: 0.3s;
}
 
.desktop-header-text10 {
  color: rgba(10, 63, 66, 1);
  height: auto;
  min-width: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-header-text11 {
  color: rgba(10, 63, 66, 1);
  height: auto;
  min-width: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-header-text12 {
  color: rgba(10, 63, 66, 1);
  height: auto;
  min-width: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-header-text13 {
  fill: rgba(10, 63, 66, 1);
  color: rgba(10, 63, 66, 1);
  height: auto;
  min-width: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-header-main-button {
  gap: 16px;
  width: auto;
  display: flex;
  padding: 16px 28px;
  align-items: center;
  border-radius: 78px;
  justify-content: center;
  background-color: rgba(0, 88, 92, 1);
}
 
.desktop-header-userprofilecircle {
  width: 24px;
  height: 24px;
}
 
.desktop-header-text14 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: center;
  line-height: 179.99999523162842%;
}

.mobile-header-wrapper {
  display: contents;
}
 
.mobile-header-header {
  gap: 0;
  width: 100%;
  display: flex;
  padding: 30px 0;
  position: relative;
  max-width: 1480px;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.mobile-header-color-logo {
  width: 184px;
  height: 46.800785064697266px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.mobile-header-logo {
  top: 0px;
  left: 0px;
  width: 31.200523376464844px;
  height: 46.800785064697266px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.mobile-header-union1 {
  top: 0px;
  left: 0px;
  width: 31px;
  height: 47px;
  position: absolute;
}
 
.mobile-header-rectangle173 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
}
 
.mobile-header-union2 {
  top: 0.062195438891649246px;
  left: 46.47270202636719px;
  width: 138px;
  height: 43px;
  position: absolute;
  box-sizing: content-box;
}
 
.mobile-header-container {
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.mobile-header-main-button1 {
  gap: 16px;
  width: auto;
  display: flex;
  padding: 16px;
  align-items: center;
  border-radius: 78px;
  justify-content: center;
  background-color: rgba(0, 88, 92, 1);
}
 
.mobile-header-userprofilecircle1 {
  width: 24px;
  height: 24px;
}
 
.mobile-header-main-button2 {
  gap: 16px;
  width: auto;
  display: flex;
  padding: 16px;
  align-items: center;
  border-radius: 78px;
  justify-content: center;
  background-color: rgba(0, 88, 92, 1);
}
 
.mobile-header-userprofilecircle2 {
  width: 24px;
  height: 24px;
}
 
.mobile-headerroot-class-name {
  display: none;
}
 




/*---------------------- End Header --------------------*/


/* ---------------------- index start --------------*/

.index-wrapper {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}


 
.index-main-colorful {
  gap: 120px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.index-header-wrapper {
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.index-header-inner {
  position: relative; /* Required for positioning video & overlay */
  gap: 245px;
  height: 900px;
  display: flex;
  padding: 0 0 27px;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  overflow: hidden; /* Prevents scrollbars */
  z-index: 0; /* Base layer */
}

/* YouTube video iframe as background */
.index-header-inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio (100 / 16 * 9) */
  min-height: 100vh;
  min-width: 177.78vh; /* Ensures full cover on taller screens */
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

/* Black overlay above video but below content */
.index-header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 40% black */
  z-index: -1; /* Below content but above video */
}

/* Ensure inner content stays on top */
.index-header-inner > *:not(iframe) {
  position: relative;
  z-index: 1;
}

.index-about-text {
  color: rgba(0, 0, 0, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}

.index-about-wrapper {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}

.index-about-inner {
  gap: 24px;
  flex: 1;
  width: 30%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.index-software-wrapper {
  gap: 70px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 80px 0;
  max-width: 1480px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.index-software-header {
  gap: 12px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.industries-wrapper-index {
  gap: 145px;
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  margin-bottom: 11px;
  justify-content: center;
  overflow: visible; 

}

.industries-inner-index {
  gap: 24px;
  width: 40%;
  display: flex;
  padding: 70px 0;
  position: sticky;
   top: 0;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.industries-inner-header-index {
  gap: 12px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.industries-list-wrapper-index {
  gap: 96px;
  width: 50%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.industries-list-item-index {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 8px;
}

.industries-list-item-text-index {
  gap: 12px;
  width: 533.5px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.index-header-title {
  gap: 24px;
  width: calc(100% - 40px);
  display: flex;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;ხწ
}
 
.index-header-title-inner {
  gap: 12px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.index-header-subtitle {
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}

.index-about-top-wrapper {
  gap: 70px;
  width: calc(100% - 40px);
  display: flex;
  padding: 120px 0;
  max-width: 1480px;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.index-about-top-inner {
  gap: 12px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.index-text15 {
  color: rgba(255, 91, 0, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}

@media(max-width: 1480px) {
  .index-header-title {
    flex: initial;
    width: calc(100% - 40px);
  }
  .index-about-top-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .industries-wrapper-index {
    display: grid;
    margin-left: 20px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .industries-inner-index {
    width: 100%;
  }
  .industries-list-wrapper-index {
    width: 100%;
  }
  .industries-list-item-index{
    width: 100%;
  }
  .industries-list-item-text-index {
    flex: 1;
    width: 100%;
  }
  .index-container40 {
    width: 100%;
  }
  .index-container41 {
    flex: 1;
    width: 100%;
  }
  .index-container42 {
    width: 100%;
  }
  .index-container43 {
    flex: 1;
    width: 100%;
  }
  .index-container44 {
    width: 100%;
  }
  .index-container45 {
    flex: 1;
    width: 100%;
  }
}

@media(max-width: 991px) {
  .index-about-wrapper {
    gap: 20px;
    flex-direction: column;
  }
  .index-about-inner {
    width: 100%;
    flex-direction: column;
  }
  .index-container20 {
    width: 100%;
    flex-direction: column;
  }
  .index-container21 {
    width: 100%;
    flex-direction: column;
  }
  .industries-wrapper-index {
    gap: 80px;
    display: flex;
  }
}

/* ---------------------- index end --------------*/

/* ------------------- Start About Company -------------------*/

.about-company-section-image {
  gap: 50px;
  width: calc(100% - 40px);
  display: flex;
  padding: 90px 70px;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  border-radius: 26px;
  flex-direction: column;
  background-color: rgba(10, 63, 66, 0.800000011920929);
  background-image: url('public/about-idea-product.jpg');
    background-repeat: no-repeat;
  background-size: cover; 
}
 
.about-company-section-header2 {
  gap: 4px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.about-company-subsection-content {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.about-company-subsection1 {
  gap: 20px;
  width: 30%;
  display: flex;
  padding: 0px;
  flex-grow: 1;
  min-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: 20px;
  padding-left: var(--dl-layout-space-halfunit);
  border-radius: 12px;
  padding-right: 20px;
  flex-direction: column;
  padding-bottom: 20px;
}




.mission-vision-wrapper {
  gap: 120px;
  width: calc(100% - 40px);
  display: flex;
  padding: 50px;
  flex-wrap: wrap;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 26px;
   background-color: rgba(239, 242, 245, 1);
}

.mission-vision-column {
  gap: 24px;
  width: 40%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  line-height: 2;
}

.mission-vision-column-header {
  gap: 4px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

 .values-wrapper {
    height: auto;
    display: block;
    gap: 100px;
    width: calc(100% - 40px);
    display: grid;
    max-width: 1480px;
    align-self: center;
    flex-shrink: 0;
    place-items: start;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .values-header {
    width: 100%;
    position: relative;
    gap: 10px;
  width: 100%;
  height: 555px;
  display: flex;
  padding: 79px 0;
  position: sticky;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  }

  .about-company-features-list {
  gap: 96px;
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.about-company-section3 {
  gap: 100px;
  width: calc(100% - 40px);
  display: grid;
  max-width: 1480px;
  align-self: center;
  flex-shrink: 0;
  place-items: start;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}
 
.about-company-section-content {
  gap: 10px;
  width: 100%;
  height: 555px;
  display: flex;
  padding: 79px 0;
  position: sticky;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

.about-company-features-list {
  gap: 96px;
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.about-company-feature-item {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;

}

.about-company-feature-content {
  gap: 24px;
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 1;                /* Allow shrinking to prevent overflow */
  flex-direction: column;
  box-sizing: border-box;        /* Include padding & border in width */
  max-width: 100%;              /* Prevent going beyond parent */
}
@media(max-width: 991px) {
  .about-company-section-image {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-company-section3 {
    height: auto;
    display: block;
  }
  .about-company-section-content {
    width: 100%;
    height: auto;
    display: flex;
  }
 
}
/* ------------------- End About Company------------------- */

/* ------------------- Start about Firepost------------------- */

.about-firepost-projects-section {
  width: calc(100% - 40px);
  display: flex;
  padding: 90px 70px;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  border-radius: 26px;
  flex-direction: column;
  background-color: rgba(10, 63, 66, 0.800000011920929);
    background-image: url('public/about-firepost-projects.jpg');
    background-repeat: no-repeat;
  background-size: cover; 
}

.about-firepost-stage {
  gap: 34px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.about-firepost-stage-header {
  gap: 4px;
  width: 100%;
  max-width: 600px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.about-firepost-software-section {
  gap: -24px;
  width: 100%;
  display: flex;
  padding: 10px 0 0 70px;
  flex-wrap: wrap;
  max-width: 1480px;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 26px; 
  background-color: rgba(239, 242, 245, 1);
}
 
.about-firepost-software-content {
  gap: 167px;
  width: 50%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.about-firepost-software-header {
  gap: 34px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.about-firepost-software-title {
  gap: 4px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.about-firepost-installation-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 26px;
   background-color: rgba(239, 242, 245, 1);
}

.about-firepost-installation-section img {
  width: 50%;
}
 
.about-firepost-installation-content {
  gap: 40px;
  width: 50%;
  display: flex;
  padding: 50px;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
}
 
.about-firepost-installation-header {
  gap: 34px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.about-firepost-installation-title {
  gap: 4px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.about-firepost-software-image {
  width: 50%;
}

@media(max-width: 1480px) {
  .about-firepost-section {
    width: calc(100% - 40px);
    border-color: #ffffff;
    border-width: 20px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }
  .about-firepost-projects-section {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .about-firepost-software-section {
    width: calc(100% - 40px);
  }
  .about-firepost-installation-section {
    width: calc(100% - 40px);
    display: flex;
    place-items: start;
  }
  .about-firepost-installation-image {
    width: 700px;
  }
}
 
@media(max-width: 991px) {
  .about-firepost-projects-section {
    width: calc(100% - 40px);
    padding: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .about-firepost-software-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-firepost-software-content {
    gap: 40px;
  }
  .about-firepost-software-image {
    width: 100%;
    height: auto;
  }
  .about-firepost-installation-section {
    display: flex;
  }
  .about-firepost-installation-header {
    gap: 40px;
  }
  .about-firepost-installation-image {
    width: 915px;
  }
}
 
@media(max-width: 767px) {
  .about-firepost-projects-section {
    width: calc(100% - 40px);
  }
  .about-firepost-software-section {
    padding-top: 40px;
  }
  .about-firepost-software-content {
    width: 100%;
  }
  .about-firepost-software-header {
    width: 100%;
  }
  .about-firepost-software-title {
    width: 100%;
  }
  .about-firepost-text32 {
    width: 100%;
  }
  .about-firepost-installation-content {
    width: 100%;
    padding: 40px;
  }
}
 
@media(max-width: 479px) {
  .about-firepost-projects-section {
    padding: 40px;
  }
  .about-firepost-software-image {
    width: 375px;
    height: 293px;
  }
  .about-firepost-installation-image {
    width: 441px;
    height: 359px;
  }
}

/* ------------------- End about Firepost ------------------- */
/* ------------------- Start Industries ------------------- */

.industries-section-image {
  width: calc(100% - 40px);
  display: flex;
  padding: 90px 70px;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  border-radius: 26px;
  flex-direction: column;
   background-blend-mode: overlay;
  background-image: url('public/industries-forestry.jpg');
    background-repeat: no-repeat;
  background-size: cover; 
}
 
.industries-stage1 {
  gap: 34px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  max-width: 600px;
}
 
.industries-stage-header1 {
  gap: 4px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.industries-section2 {
  gap: 60px;
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
}

.industries-stage2 {
  gap: 25px;
  width: 45%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 12px;
  flex-direction: column;
}

.imagefit {
  width: 45%;
}

.imagefit img {
  width: 100%;
  height: auto;
}

 
.industries-stage-header2 {
  gap: 4px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.industries-section3 {
  gap: 60px;
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.industries-stage3 {
  gap: 25px;
  width: 45%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 12px;
  flex-direction: column;
}
 
.industries-stage-header3 {
  gap: 4px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.industries-section4 {
  gap: 60px;
  width: calc(100% - 40px);
  display: flex;
  padding: 50px;
  flex-wrap: wrap;
  max-width: 1480px;
  align-self: center;
  align-items: flex-end;
  flex-shrink: 0;
  border-radius: 26px;
   background-color: rgba(239, 242, 245, 1);
}
 
.industries-stage4 {
  gap: 24px;
  width: 45%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.industries-stage-header4 {
  gap: 4px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.industries-farm1 {
  gap: 24px;
  width: 45%;
  height: 454px;
  display: flex;
  padding: 40px;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
   background-image: url('public/industries-farm.jpg');
    background-repeat: no-repeat;
  background-size: cover; 
  
}

.industries-farm2 {
  gap: 24px;
  width: 45%;
  height: 488px;
  display: flex;
  padding: 40px;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #D9D9D9;
   background-image: url('public/industries-urban.jpg');
    background-repeat: no-repeat;
  background-size: cover; 
}

.industries-help-container {
  gap: 25px;
  width: 45%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 12px;
  flex-direction: column;
}


@media(max-width: 1480px) {

  .industries-farm1 {
    width: 45%;
    background-color: #D9D9D9;
  }

  .industries-farm2 {
    width: 45%;
  }

  .industries-help-container {
    width: 40%;
  }
}
 


@media(max-width: 991px) {
  .industries-section-image {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .industries-section2 {
    gap: 40px;
  }

  .industries-farm1 {
    width: 100%;
  }
  .industries-section3 {
    gap: 40px;
  }
  .industries-stage3 {
    order: 1;
  }
  .industries-farm2 {
    width: 100%;
    order: 2;
  }
  .industries-section4 {
    gap: 60px;
  }
  .industries-stage4 {
    width: 100%;
  }
}

/* ------------------- End Industries ------------------- */

/* ------------------- Start Software ------------------- */

.software-section2 {
  gap: 147px;
  width: calc(100% - 40px);
  display: flex;
  padding: 0 0 120px;
  flex-wrap: wrap;
  max-width: 1480px;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}

.sticky-wrapper {
  position: relative; /* sticky will stick relative to this */
  height: 100%;       
}

 
.software-section-content {
  position: sticky;
  top: 0;
  gap: 48px;
  width: 654px;
  display: flex;
  padding: 79px 0;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;

}
.software-features-list {
  gap: 96px;
  width: 654px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.software-feature-list-item {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}

.software-feature-list-icon {
  width: 110px;
  height: 110px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
}

.software-feature-list-icon img {
  display:block;
    margin:auto;
}

.software-feature-content {
  gap: 24px;
  width: 520px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.software-feature-content-text {
  color: rgba(0, 0, 0, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}

.software-text30 {
  color: rgba(206, 212, 218, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: normal;
}

@media(max-width: 1480px) {
  .software-section2 {
    gap: 40px;
  }
  .software-section-content {
    width: 45%;
  }
  .software-features-list {
    width: 45%;
  }
}
 
@media(max-width: 991px) {
  .software-section-content {
    width: 100%;
  }
  .software-features-list {
    width: 100%;
  }
}
/* ------------------- End Software ------------------- */

/* ------------------- Start Terms of use and others ------------------- */


.list-wrapper {
  gap: 40px;
  width: calc(100% - 40px);
  display: flex;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
.list-inner {
  gap: 24px;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.list-text {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 16px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: Urbanist;
  font-weight: 600;
  line-height: 180%;
  font-stretch: normal;
  text-decoration: none;
}

/* ------------------- End Terms of use and others ------------------- */
/* -------------------- mobile menu overlay start ------------------------- */
.mobile-menu-overlay {
  position: fixed !important;
  top: 0 ;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(10, 63, 66, 1);
  display: none;
   flex-direction: column;     /* Stack children vertically */
  align-items: flex-start;    /* Align items to left */
  justify-content: flex-start; /* Push content to top */
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.3s ease;
  z-index: 5 !important;
  padding: 20px;
}

.mobile-menu-overlay.active {
  display: flex;
}

/* Mobile menu content */
.mobile-menu-content {
  text-align: center;
  width: 100%;
  height: 100%;
}

.mobile-menu-content ul {
  list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin: 20px 0 20px;
}

.overlay-header-wrapper {
  gap: 0;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.mobile-menu-content ul li {
  padding: 40px 0 40px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}

.mobile-menu-content li ul {
  padding: 10px 0 0 20px;
  text-align: left;
  color: var(--Main-White);
}

.mobile-menu-content li ul li {
  border-bottom: 0;
  padding: 15px 0 15px;
}

.mobile-menu-content ul li a {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}

.mobile-menu-content ul li a:hover {
  color: var(--Main-Orange);
}

/* Close button */
.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 36px;
  color: white;
  cursor: pointer;
}

/* Show hamburger only on mobile */
@media screen and (max-width: 768px) {
  .mobile-menu-btn {
    display: flex;
  }

  /* Optionally hide desktop nav on mobile */
  .desktop-header-navigation {
    display: none;
  }
}
/* -------------------- mobile menu overlay end ------------------------- */
/* ------------------- Contact Start ------------------- */
.contact-contactdetailscontainer {
  gap: 12px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
    line-height: 180%;
  font-size: 20px;
}
.contact-mapimage {
  gap: 700px;
  width: calc(100% - 40px);
  display: flex;
  padding: 40px;
  flex-wrap: wrap;
  max-width: 1480px;
  align-items: flex-end;
  flex-shrink: 0;
  border-radius: 26px;
  justify-content: space-between;
  position: relative;
  height: 500px;
  z-index: 1;
}

.contact-mapimage .black-button {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 2;
}
.contact-mapimage .black-button:hover {
  background-color: #FFF;
}

.contact-mapimage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
  
  border-radius: 12px;
}
 
.contact-contactcontainer {
  gap: 24px;
  width: 400px;
  display: flex;
  padding: 50px;
  flex-grow: 1;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.11999999731779099) ;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
 
.contact-contactheadercontainer {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}


 
.contact-list-container {
  gap: 8px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;

}
 
.contact-list-icon {
  width: 24px;
  height: 24px;
}

/* ------------------- Contact End ------------------- */
/* --------------------- Start Footer -------------------*/
.desktop-footer-wrapper {
  display: contents;
}
 
.desktop-footer-container1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.desktop-footer-footer {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: 70px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 70px;
  background-color: rgba(10, 63, 66, 1);
}
 
.desktop-footer-footer-header {
  gap: 12px;
  width: 100%;
  display: flex;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.desktop-footer-text10 {
  color: rgba(255, 91, 0, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text11 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: normal;
}
 
.desktop-footer-footer-contact {
  gap: 60px;
  width: 100%;
  display: flex;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.desktop-footer-inquiry-form {
  gap: 38px;
  width: 607px;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  flex-direction: column;
}
 
.desktop-footer-requestswitcher {
  gap: 24px;
  width: 607px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.desktop-footer-switcherelement1 {
  gap: 24px;
  width: 607px;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 52px;
  background-color: rgba(0, 0, 0, 0);
}
 
.desktop-footer-group2151 {
  width: 26px;
  height: 26px;
  display: flex;
  opacity: 0.50;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-footer-text12 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  opacity: 0.50;
  font-size: 16px;
  font-style: Bold;
  text-align: left;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 179.99999523162842%;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-switcherelement2 {
  gap: 24px;
  width: 607px;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 52px;
  background-color: rgba(0, 0, 0, 0);
}
 
.desktop-footer-group2152 {
  width: 26px;
  height: 26px;
  display: flex;
  opacity: 0.50;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-footer-text13 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  opacity: 0.50;
  font-size: 16px;
  font-style: Bold;
  text-align: left;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 179.99999523162842%;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-switcherelement3 {
  gap: 24px;
  width: 607px;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 52px;
  background-color: rgba(0, 0, 0, 0);
}
 
.desktop-footer-group2153 {
  width: 26px;
  height: 26px;
  display: flex;
  opacity: 0.50;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-footer-text14 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  opacity: 0.50;
  font-size: 16px;
  font-style: Bold;
  text-align: left;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 179.99999523162842%;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-text15 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 16px;
  font-style: Bold;
  text-align: left;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 179.99999523162842%;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-arrowrightsm {
  width: 24px;
  height: 24px;
}

.desktop-iconswrapper {
  width: 50%;
  display: flex;
}

.desktop-footer-frame76 {
  gap: 36px;
  flex: 1;
  width: 300px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.desktop-footer-frame751 {
  gap: 18px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.desktop-footer-frame701 {
  gap: 10px;
  width: 44px;
  display: flex;
  padding: 10px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  background-color: rgba(255, 91, 0, 1);
}
 
.desktop-footer-mail03 {
  width: 24px;
  height: 24px;
}
 
.desktop-footer-text16 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-frame741 {
  gap: 18px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.desktop-footer-frame711 {
  gap: 10px;
  width: 44px;
  display: flex;
  padding: 10px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  background-color: rgba(255, 91, 0, 1);
}
 
.desktop-footer-phone {
  width: 24px;
  height: 24px;
}
 
.desktop-footer-text17 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-frame73 {
  gap: 18px;
  display: flex;
  align-items: flex-start;
}
 
.desktop-footer-frame72 {
  gap: 10px;
  width: 44px;
  display: flex;
  padding: 10px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  background-color: rgba(255, 91, 0, 1);
}
 
.desktop-footer-marker02 {
  width: 24px;
  height: 24px;
}
 
.desktop-footer-text18 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-frame78 {
  gap: 36px;
  flex: 1;
  width: 300px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.desktop-footer-frame752 {
  gap: 18px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.desktop-footer-frame702 {
  gap: 10px;
  width: 44px;
  display: flex;
  padding: 10px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  background-color: rgba(255, 91, 0, 1);
}
 
.desktop-footer-frame3057625facebookmedianetworksocialicon1 {
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.desktop-footer-layer2 {
  top: 1.5749999284744263px;
  left: 6.75px;
  width: 10.424999237060547px;
  height: 20.924999237060547px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-footer-vector1 {
  top: 0px;
  left: 0px;
  width: 10px;
  height: 21px;
  position: absolute;
}
 
.desktop-footer-text19 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-frame742 {
  gap: 18px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.desktop-footer-frame712 {
  gap: 10px;
  width: 44px;
  display: flex;
  padding: 10px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 60px;
  background-color: rgba(255, 91, 0, 1);
}
 
.desktop-footer-frame317735careerlinkedinicon1 {
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.desktop-footer-group {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-footer-vector2 {
  top: 5.625px;
  left: 0px;
  width: 4px;
  height: 14px;
  position: absolute;
}
 
.desktop-footer-vector3 {
  top: 5.625px;
  left: 6.875px;
  width: 13px;
  height: 14px;
  position: absolute;
}
 
.desktop-footer-vector4 {
  top: 0px;
  left: 0px;
  width: 4px;
  height: 4px;
  position: absolute;
}
 
.desktop-footer-text20 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-footer-client {
  gap: 160px;
  width: 100%;
  display: none;
  padding: 65px 49px;
  max-width: 1480px;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.30000001192092896);
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0);
}
 
.desktop-footer-frame51 {
  gap: 24px;
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.desktop-footer-text21 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 40px;
  font-style: Black;
  text-align: left;
  font-family: Urbanist;
  font-weight: 900;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-text22 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 16px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: Urbanist;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-main-button2 {
  gap: 16px;
  width: auto;
  display: flex;
  padding: 16px 28px;
  align-items: center;
  border-color: rgba(233, 236, 239, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 78px;
  justify-content: center;
}
 
.desktop-footer-userprofilecircle {
  width: 24px;
  height: 24px;
}
 
.desktop-footer-text23 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 16px;
  font-style: Bold;
  text-align: left;
  font-family: Urbanist;
  font-weight: 700;
  line-height: 179.99999523162842%;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-footer-menu {
  gap: 312px;
  width: 100%;
  display: flex;
  max-width: 1480px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.desktop-footer-color-logo {
  width: 184px;
  height: 46.800785064697266px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-footer-group207 {
  top: 0px;
  left: 0px;
  width: 31.200523376464844px;
  height: 46.800785064697266px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.desktop-footer-union1 {
  top: 0px;
  left: 0px;
  width: 31px;
  height: 47px;
  position: absolute;
}
 
.desktop-footer-rectangle173 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
}
 
.desktop-footer-union2 {
  top: 0.062195438891649246px;
  left: 46.47270202636719px;
  width: 138px;
  height: 43px;
  position: absolute;
  box-sizing: content-box;
}
 
.desktop-footer-menu-wrapper {
  gap: 22px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.desktop-footer-menu-column-wrapper {
  gap: 12px;
  width: 23%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.desktop-footer-menu-column-wrapper ul li {

  list-style-type: none;
  line-height: 180%;
  color: var(--Main-White);
}

.desktop-footer-menu-column-wrapper ul li a {
  text-decoration: none;

  color: var(--Main-White);
}

.desktop-footer-menu-column-wrapper ul li a:hover {
  text-decoration: underline;
}

.desktop-footer-text25 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text26 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text27 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-frame215 {
  gap: 12px;
  width: 23%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.desktop-footer-text28 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text29 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text30 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text31 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text32 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-frame216 {
  gap: 12px;
  width: 23%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.desktop-footer-text33 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text34 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-text35 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-frame217 {
  gap: 12px;
  width: 23%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.desktop-footer-text36 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-frame272 {
  gap: 12px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.desktop-footer-text37 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-linkexternal {
  width: 24px;
  height: 24px;
}
 
.desktop-footer-text38 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 179.99999523162842%;
}
 
.desktop-footer-footer-last {
  flex: 1;
  width: 100%;
  display: flex;
  max-width: 1480px;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.desktop-footer-text39 {
  color: rgba(255, 255, 255, 1);
  width: 50%;
  height: auto;
  font-size: 16px;
  font-style: Regular;
  text-align: left;
  font-family: Urbanist;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.footer-additional-wrapper {
  gap: 20px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-additional-wrapper ul li {
  display: inline-block;
  list-style-type: none;
  color: var(--Main-White);
  margin-left: 40px;
}

.footer-additional-wrapper ul li a {
  color: var(--Main-White);
  text-decoration: none;
}

.footer-additional-wrapper ul li a:hover {
 text-decoration: underline;
}

.desktop-footer-text40 {
  color: rgba(255, 255, 255, 1);
  width: auto;
  height: auto;
  font-size: 16px;
  font-style: Regular;
  text-align: right;
  font-family: Urbanist;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-text41 {
  color: rgba(255, 255, 255, 1);
  width: auto;
  height: auto;
  font-size: 16px;
  font-style: Regular;
  text-align: right;
  font-family: Urbanist;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.desktop-footer-text42 {
  color: rgba(255, 255, 255, 1);
  width: auto;
  height: auto;
  font-size: 16px;
  font-style: Regular;
  text-align: right;
  font-family: Urbanist;
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
@media(max-width: 1480px) {
  .desktop-footer-footer-header {
    width: calc(100% - 40px);
  }
  .desktop-footer-footer-contact {
    width: calc(100% - 40px);
    flex-wrap: wrap;
  }
  .desktop-footer-frame76 {
    width: 200px;
  }
  .desktop-footer-frame78 {
    width: 200px;
  }
  .desktop-footer-footer-client {
    width: calc(100% - 40px);
  }
  .desktop-footer-footer-menu {
    gap: 200px;
    width: calc(100% - 40px);
  }
  .desktop-footer-menu-wrapper {
    width: 100%;
    justify-content: flex-end;
  }
  .desktop-footer-menu-column-wrapper {
    width: 23%;
  }
  .desktop-footer-frame215 {
    width: 23%;
  }
  .desktop-footer-text28 {
    font-weight: bold;
  }
  .desktop-footer-frame216 {
    width: 23%;
  }
  .desktop-footer-text33 {
    font-weight: bold;
  }
  .desktop-footer-frame217 {
    width: 23%;
  }
  .desktop-footer-text36 {
    font-weight: bold;
  }
  .desktop-footer-footer-last {
    width: calc(100% - 40px);
  }
}
 
@media(max-width: 991px) {
  .desktop-footer-footer {
    height: auto;
  }
  .desktop-footer-inquiry-form {
    width: 100%;
  }
  .desktop-footer-requestswitcher {
    width: 100%;
  }
  .desktop-footer-switcherelement1 {
    width: 100%;
  }
  .desktop-footer-switcherelement2 {
    width: 100%;
  }
  .desktop-footer-switcherelement3 {
    width: 100%;
  }
  .desktop-footer-footer-client {
    gap: 40px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .desktop-footer-footer-menu {
    gap: 90px;
  }
}
 
@media(max-width: 767px) {
    .industries-section-image {
    padding-bottom: 40px;
  }
  .industries-stage2, .industries-stage3, .industries-stage4, 
   {
    width: 100%;
   }
   .industries-section4 {
    padding: 30px;
   }
   .industries-stage3 {
    order: 1;
   }
 .imagefit
 {  order: 2;
    width: 100%;
   }
  .desktop-footer-footer {
    height: auto;
  }
  .desktop-footer-footer-client {
    align-items: flex-start;
    flex-direction: column;
  }
  .desktop-footer-footer-menu {
    gap: 60px;
    flex-direction: column;
  }
  .desktop-footer-menu-wrapper {
    gap: 20px;
    height: 330px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .desktop-footer-menu-column-wrapper {
    width: 100%;
  }
  .desktop-footer-frame215 {
    width: 100%;
  }
  .desktop-footer-frame216 {
    width: 100%;
  }
  .desktop-footer-frame217 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .desktop-footer-footer {
    height: auto;
  }
  .desktop-footer-footer-menu {
    gap: 40px;;
  }
  .desktop-footer-footer-last {
    gap: 20px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .desktop-footer-text39 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer-additional-wrapper {
    width: 100%;
    justify-content: center;
  }
}

 /* --------------------- End Footer -------------------*/
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.thq-icon-small {
  width: 24px;
  height: 24px;
}
 
.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.thq-link:hover {
  background-position: 0 100%;
}
 
.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.thq-img-scale {
  transition: 0.3s;
}
 
.thq-img-scale:hover {
  scale: 1.05;
}
 
.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.ParagraphsLargeBlack {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 900px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.ScreenX-LargeThin {
  font-size: 74px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 100px;
  font-stretch: normal;
  letter-spacing: 0px;
}
 
.ParagraphsRegularBlack {
  font-size: 16px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 900px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.HeadingsH4Regular {
  font-size: 32px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0px;
}
 
.ParagraphsLargeRegular {
  font-size: 20px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.HeadingsH2Regular {
  font-size: 48px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0px;
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
.HeadingsH5Regular {
  font-size: 26px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0px;
}
 
.HeadingsH3Regular {
  font-size: 40px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0px;
}
 
.ParagraphsRegularRegular {
  font-size: 16px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.ParagraphsMediumRegular {
  font-size: 18px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}
 
.ParagraphsRegularBold {
  font-size: 16px;
  font-style: normal;
  font-family: Urbanist;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}
.softwarediv {
  width: 100%;
  max-width: 1480px;
}

.softwarediv img {
  width: 100%;
}

 
@media(max-width: 991px) {
  .thq-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
 
@media(max-width: 767px) {

  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
}

@media(max-width: 1480px) {
  .softwarediv {
    width: calc(100% - 40px);
  }  
  .desktop-header-header {
    width: calc(100% - 40px);
    padding-left: 0px;
  }
  .desktop-header-navigation {
    width: auto;
  }
  .desktop-header-main-button {
    width: auto;
  }
  .desktop-headerroot-class-name {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name1 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name2 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name3 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name4 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name5 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name6 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name7 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name8 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name9 {
    width: calc(100% - 40px);
  }
  .desktop-headerroot-class-name11 {
    width: calc(100% - 40px);
  }
}
 
@media(max-width: 991px) {
  .desktop-header-text13 {
    fill: rgba(10, 63, 66, 1);
    color: rgba(10, 63, 66, 1);
  }

}
 
@media(max-width: 767px) {
  .contact-mapimage {
    width: calc(100% - 40px);
    padding: 0;
    position: relative;
    height: auto;
    gap: 60px;
    display: flex;
  }
  .contact-mapimage iframe {
    position: relative;
    width: 100%;
    height: 500px;
    order: 2;

  }
  .form-container {
    width: 100%;
  }
  .desktop-iconswrapper {
    width: 100%;
  }

  .contact-mapimage .black-button {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    order: 3;
  }

  .contact-mapimage .contact-contactcontainer {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    order: 1;
  }
  .desktop-headerroot-class-name {
    display: none;
  }
  .desktop-headerroot-class-name1 {
    display: none;
  }
  .desktop-headerroot-class-name2 {
    display: none;
  }
  .desktop-headerroot-class-name3 {
    display: none;
  }
  .desktop-headerroot-class-name4 {
    display: none;
  }
  .desktop-headerroot-class-name5 {
    display: none;
  }
  .desktop-headerroot-class-name6 {
    display: none;
  }
  .desktop-headerroot-class-name7 {
    display: none;
  }
  .desktop-headerroot-class-name8 {
    display: none;
  }
  .desktop-headerroot-class-name9 {
    display: none;
  }
  .desktop-headerroot-class-name11 {
    display: none;
  }
}


 
@media(max-width: 1480px) {
  .mobile-header-header {
    width: calc(100% - 40px);
    padding-left: 0px;
  }
  .mobile-header-container {
    width: 127px;
  }
  
}
 
@media(max-width: 767px) {
  .mobile-headerroot-class-name {
    display: flex;
  }
 
}
 
@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
}
.thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
}
