@charset "UTF-8";

@font-face {
  font-family: "Inter";
  src:
    url("../webfonts/Inter/Inter-VariableFont_opsz,wght.ttf");
}

/* Global miscellaneous */
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Inter", helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", helvetica, sans-serif;
}

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

svg {
  font-size: 1em;
  width: 1em;
  height: auto;
}

a {
  display: inline-block;
}

:root {
  --font-size-7: 0.875rem;
  --line-height-7: 1.4em;
  --font-size-6: 1rem;
  --line-height-6: 1.8em;
  --font-size-5: 1.125rem;
  --line-height-5: var(--line-height-6);
  --font-size-4: 1.5rem;
  --line-height-4: 1.3em;
  --font-size-3: 2rem;
  --line-height-3: 1.2em;
  --font-size-2: 2.375rem;
  --line-height-2: 1.1em;
  --font-size-1: 3rem;
  --line-height-1: 1em;
  --width-1: 700px;
  --menu-height: 100px;
  --mobile-menu-height: 60px;
  --desktop-horizontal-padding: 100px;
  --desktop-vertical-padding: 50px;
  --social-icon-dimesions: 22px;
  --color-white: rgb(255, 255, 255);
  --color-black: rgb(0, 0, 0);
  --color-purple: rgb(96,95,252);
  --color-light-grey: rgb(96,95,252);
  --color-grey: rgb(156 163 175);
  --color-yellow: #ffd24f;
  --text-hover-duration: 0.4s;
  --effect-color-fade-fade: .9;
  --icon-margin: 8px;
  --theme-color-1: rgb(5 218 192);
  --theme-color-2: #2aafc9;
  --style-1-color: var(--theme-color-2);
  --style-1-hover: #26cff1;
  --effect-icon-slide-slide: 3px;
  --effect-transition-time: 0.25s;
  --separator-border-color: #ffffff17;
}

.font-sen {
  font-family: "Sen", serif;
  font-optical-sizing: auto;
}

.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

label {
  display: block;
}

p, h1, h2, h3, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: var(--font-size-1);
  line-height: var(--line-height-1);
}

h2 {
  font-size: var(--font-size-2);
  line-height: var(--line-height-2);
}

h3 {
  font-size: var(--font-size-3);
  line-height: var(--line-height-3);
}

h4 {
  font-size: var(--font-size-4);
  line-height: var(--line-height-4);
}

h5 {
  font-size: var(--font-size-5);
  line-height: var(--line-height-5);
}

h6 {
  font-size: var(--font-size-6);
  line-height: var(--line-height-6);
}

.page-text-section h1 {
  margin-bottom: 0.67em;
}

.page-text-section h2 {
  margin-bottom: 0.83em;
}

.page-text-section h3 {
    margin-bottom: 1em;
}

.page-text-section h4 {
  margin-bottom: 1.33em;
}

.page-text-section h5 {
  margin-bottom: 1.67em;
}

.page-text-section h6 {
  margin-bottom: 2.33em;
}

.paragraph-1 {
  font-size: var(--font-size-3);
  line-height: var(--line-height-3);
}

.paragraph-2 {
  font-size: var(--font-size-4);
  line-height: var(--line-height-4);
}

.paragraph-3 {
  font-size: var(--font-size-5);
  line-height: var(--line-height-5);
}

.paragraph-4 {
  font-size: var(--font-size-6);
  line-height: var(--line-height-6);
}

.paragraph-5 {
  font-size: var(--font-size-7);
  line-height: var(--line-height-7);
}

.with-inline-icon svg:nth-child(1),
.with-inline-icon img:nth-child(1),
.with-left-icon svg,
.with-left-icon img,
.with-left-icon i,
.icon.left {
  margin-right: var(--icon-margin);
}

.with-inline-icon svg:nth-child(2),
.with-inline-icon img:nth-child(2),
.with-right-icon svg,
.with-right-icon img,
.with-right-icon i,
.icon.right {
  margin-left: var(--icon-margin);
}

.separator-line {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
}
.separator-line.animated {
  width: 0;
}
.separator-line.animated.animate {
  width: 100%;
  transition: width ease-in-out 0.5s;
}

.underline {
  text-decoration: underline;
}

.section-title-1 {
  font-size: var(--font-size-1);
  line-height: var(--line-height-1);
  letter-spacing: 0;
}

.content-wrapper {
  background-color: var(--color-black);
  color: var(--color-white);
}

.page-horizontal-padding {
  padding-left: var(--desktop-horizontal-padding);
  padding-right: var(--desktop-horizontal-padding);
}

.page-top-padding {
  padding-top: calc(var(--desktop-vertical-padding) + var(--menu-height));
}

.page-bottom-padding {
  padding-bottom: var(--desktop-vertical-padding);
}

.page-content-with-width {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.page-content-with-small-width {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-content-with-x-small-width {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.with-menu-padding {
  padding-top: var(--menu-height);
}

/* button styles */
.button {
  width: fit-content;
  font-size: 1.06rem;
  line-height: 1.1em;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 12px 18px;
}

.button.round-0 {
  border-radius: 0;
}

.button.round-1 {
  border-radius: 16px;
}

.button.padded {
  padding: 15px 25px;
}

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

.button.purple {
  background-color: var(--color-purple);
  color: var(--color-white);
}

.button.transparent {
  background-color: transparent;
  color: var(--color-white);
}

.button.border {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.button-effect {
  transition: 0.25s;
}

/* btn style 1 */
.button-style-1 {
  background: transparent;
  border: 2px solid var(--style-1-color);
  color: var(--style-1-color);
}

.button-style-1 svg {
  fill: var(--style-1-color);
}

/* End btn style 1 */

/* btn style 1 effect */
.button-style-1.button-effect:hover,
.button-style-1.button-effect:focus {
  color: var(--style-1-hover);
  border-color: var(--style-1-hover);
  box-shadow: 0 0.5em 0.5em -0.4em var(--style-1-hover);
  transform: translateY(-0.25em);
}

.button-style-1.button-effect:hover .grey,
.button-style-1.button-effect:focus .grey {
  color: var(--color-white);
}

.button-style-1.button-effect:hover img,
.button-style-1.button-effect:focus img {
  filter: brightness(1.2);
}

/* End btn style 1 effect */

/* btn style 2 */
.button-style-2 {
  background-color: var(--color-purple);
  color: white;
  border-radius: 0;
}
/* End btn style 2 */

/* effect for btn style 2 */
.button-style-2.button-effect {
  overflow: hidden;
  position: relative;
  color: var(--color-black);
}

.button-style-2.button-effect:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

.button-style-2.button-effect:hover {
  background-color: rgb(113 112 255);
  color: var(--color-white);
}

.button-style-2.button-effect:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
/* End effect for btn style 2 */

/* icon slide effect */
.button-effect.effect-icon-slide svg,
.button-effect.effect-icon-slide img,
.button-effect.effect-icon-slide i[class^="fa"] {
  transition: 0.1s;
}

.button-effect.effect-icon-slide:hover .icon.right,
.button-effect.effect-icon-slide:focus .icon.right,
.with-right-icon .button-effect.effect-icon-slide:hover svg,
.with-right-icon .button-effect.effect-icon-slide:hover img,
.with-right-icon .button-effect.effect-icon-slide:hover i[class^="fa"] {
  margin-left: calc(var(--icon-margin) + var(--effect-icon-slide-slide));
}
/* end icon slide effect */

/* color fade effect */
.button-effect.effect-color-fade:hover,
.button-effect.effect-color-fade:focus {
  opacity: var(--effect-color-fade-fade);
}
/* end color fade effect */

/* end button styles */

.input, .textarea {
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  outline: none;
  width: 100%;
  padding: 10px;
  font-size: 0.937rem;
}

.input:hover, .input:focus, .textarea:hover, .textarea:focus {
  border-width: 2px;
}

.input[type="file"] {
  padding: 0;
  border: none;
}

.textarea {
  resize: none;
}

.input {
  height: 37px;
}

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

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

/* End Global miscellaneous */
/* Page styles */

.page .page-title > * {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: var(--font-size-1);
  line-height: var(--line-height-1);
}

.page .page-title img {
  width: 140px;
  height: auto;
}

.page-text-section p,
.page-text-section li {
  color: var(--color-grey);
  letter-spacing: 0.01em;
  margin-bottom: 1.9em;
}

.page-section {
  margin-bottom: 150px;
}

.page .page-introduction-paragraph {
  margin-bottom: 4.4em;
}

.text-with-image,
.text-with-image-container > *,
.text-with-image-wrapper > * {
  column-gap: 100px;
}

.text-with-image > *,
.text-with-image-wrapper > * > *,
.text-with-image-container > * > * {
  width: 50%;
}

.text-with-image img,
.page iframe,
.text-with-image-wrapper img,
.text-with-image-container img {
  border-radius: 10px;
}

/* End Page */

/* Loader Design */
.loader {
  width: 100vw;
  height: 100vh;
  background-color: var(--color-white);
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 1000000;
  transition: opacity 0.4s;
  will-change: opacity;
}
.loader div {
  width: 100%;
  height: 3px;
  background-color: #4e7fbd;
  border-radius: 3px;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  -webkit-animation: animateLoader 4s linear infinite;
  -moz-animation: animateLoader 4s linear infinite;
  -o-animation: animateLoader 4s linear infinite;
  animation: animateLoader 4s linear infinite;
  will-change: transform;
}

@keyframes animateLoader {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* End of Loader Design */

/* desktop menu styles*/
/*todo refactor to use common styles*/

.desktop-menu-wrapper,
.mobile-menu-wrapper .mobile-menu-bar {
  background-color: transparent;
  backdrop-filter: blur(0);
  transition: background-color 0.2s ease-in-out;
}

.desktop-menu-wrapper.scrolled,
.mobile-menu-wrapper.scrolled .mobile-menu-bar {
  background-color: #060606d1;
  backdrop-filter: blur(24px);
}

.desktop-menu-wrapper {
  color: var(--color-white);
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--menu-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  z-index: 999;
}

.desktop-menu-wrapper .logo {
  width: 140px;
}

.desktop-menu-wrapper nav {
  display: flex;
  flex-direction: row;
  column-gap: 2.5em;
}

.desktop-menu-wrapper nav > div {
  position: relative;
  color: var(--color-white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.desktop-menu-wrapper nav > div .button {
  box-shadow: 0px 0px 2px #ffffff45;
  margin-left: 5.5em;
}

.mobile-menu-wrapper nav > div .button,
.desktop-menu-wrapper nav > div .button {
  border-color: #544c7ab0;
  background-color: #ffffff1a;
  transition: background-color 0.2s;
}

/*todo var per 0.2s transition*/

.desktop-menu-wrapper nav > div .button:hover,
.desktop-menu-wrapper nav > div .button:focus {
  box-shadow: 0px 0px 2px #ffffff45;
}

.desktop-menu-wrapper nav > div .button:hover,
.desktop-menu-wrapper nav > div .button:focus,
.mobile-menu-wrapper nav > div .button:hover,
.mobile-menu-wrapper nav > div .button:focus {
  border-color: #605691b0;
  background-color: #ffffff30;
  color: var(--color-white);
}

.desktop-menu-wrapper nav > div:hover > div {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}

.desktop-menu-wrapper nav > div a {
  font-weight: 400;
  position: relative;
  font-size: var(--font-size-5);
  line-height: 1em;
  transition: color var(--text-hover-duration) ease;
}

.desktop-menu-wrapper nav > div a:hover {
  color: var(--color-purple);
}

.desktop-menu-wrapper nav > div > div {
  width: auto;
  min-width: 200px;
  height: auto;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background-color: var(--color-black);
  text-align: right;
  opacity: 0;
  transition: 0.2s;
  backface-visibility: hidden;
  pointer-events: none;
}

.desktop-menu-wrapper nav > div > div > a {
  padding: 5px 10px;
  font-weight: 400;
  color: var(--color-white);
  cursor: pointer;
  transition: var(--text-hover-duration);
  will-change: color;
  white-space: nowrap;
}

/* dropdown styles */
.desktop-menu-wrapper nav > div > div > a:hover,
.desktop-menu-wrapper nav > div > div > a:active,
.mobile-menu-wrapper nav > div > a:hover,
.mobile-menu-wrapper nav > div > a:active {
  color: var(--color-purple);
}

/* end desktop menu styles */

/* mobile menu styles */
/* todo refactor to use common styles*/
  .mobile-menu-wrapper {
    display: none;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--mobile-menu-height);
    z-index: 9;
  }

  .mobile-menu-wrapper .mobile-menu-bar {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu-wrapper .logo {
    width: 130px;
  }

  .mobile-menu-wrapper .open-menu-button {
    font-size: 1.715em;
    fill: var(--color-white);
  }

  .mobile-menu-wrapper .navigation-wrapper {
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 350px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px;
    background: var(--color-black);
    transition: transform 0.2s ease-in-out;
    z-index: 1;
    overflow: auto;
  }

  .mobile-menu-wrapper .navigation-wrapper.active {
    transform: translateX(0);
  }

  .mobile-menu-wrapper .close-button {
    display: flex;
    align-self: flex-end;
    font-size: 1.15em;
    fill: #fff9;
    padding: 8px;
    border-radius: 100%;
    background-color: #ffffff1a;
  }

  .mobile-menu-wrapper .close-button:hover,
  .mobile-menu-wrapper .close-button:active {
    background-color: #ffffff3b;
  }

  .mobile-menu-wrapper nav {
    font-size: 1.15rem;
    color: var(--color-white);
  }

  .mobile-menu-wrapper nav > div > a {
    padding: 10px 20px;
    width: 100%;
  }

  .mobile-menu-wrapper nav > div .button {
    width: fit-content;
    margin: 3.59em auto 0;
    border-radius: 50px;
  }

  .mobile-menu-wrapper nav > div + div > a {
    border-top: 1px solid #ffffff12;
  }

  .mobile-menu-wrapper .overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(24px);
    background-color: #06060673;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }

  .mobile-menu-wrapper .overlay.active {
    opacity: 1;
    visibility: visible;
  }
/* end mobile menu styles */

/* homepage */
/* standard common style, flex row, items center */
.homepage .header,
.homepage .header .buttons-container,
.button,
.homepage .metrics-container > *,
.text-with-image,
.text-with-image-wrapper > *,
.text-with-image-container > *,
.about-us.page .company-info .text-with-image,
footer .socials,
.cards-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* standard common style, flex row*/
.text-with-image,
.career.page .open-positions .items-container > *,
.page .contact-form .fields-row,
.contact.page .socials .items-container > * {
  display: flex;
  flex-direction: row;
}

/* todo remove*/
/* standard common style, justify center */
/*.about-us.page .cards-container .image {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: center;*/
/*}*/

/* standard common style, flex column */
.homepage .header .text-section,
.homepage .metrics,
.homepage .tech-stack,
.homepage .testimonials .swiper-slide,
.text-with-image-container,
.career.page .open-positions .items-container,
.page .form .fields-col,
.page .contact-form .fields-col,
.services.page .services-grid > * {
  display: flex;
  flex-direction: column;
}

/* standard common style, flex column, items center */
.about-us.page .cards-container > *,
.services.page .services-grid > * {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* standard common style, items center */
.homepage .contact-section {
  align-items: center;
}

/* standard common style, justify between */
.homepage .header {
  justify-content: space-between;
}

/* standard common style, justify center */
.cards-container {
  justify-content: center;
}

/* standard common style, flex row justify center */
.contact.page .socials .items-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* standard common style, flex for equal width */
.career.page .open-positions .items-container > * > *,
.career.page .contact-form .fields-row .fields-col,
.page .contact-form .input-wrapper {
  flex: 1 1 0;
}

/* standard common style, flex start*/
.homepage .header .buttons-container {
  align-items: flex-start;
}

.homepage .header {
  margin-bottom: 300px;
  /*background: linear-gradient(45deg, black 0, #031418 80%, #19092e 100%);*/
  padding-top: 100px;
  padding-bottom: 100px;

  background: linear-gradient(45deg, #000000, #071611, #07171c, #2e0562);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.homepage .header > * {
  width: 45%;
  column-gap: 20px;
}

.homepage .header > .image {
  position: relative;
}

.homepage .header > .image > div  {
  padding: 0.42em 0.78em;
  color: #faeaffde;
  backdrop-filter: blur(8px);
  background: linear-gradient(45deg, #ffffff24 0%, #ffffff24 50%, #ffffff3b 75%, #fdfdfd6b 100%);
  border: 2px solid #b2c4ff66;
  box-shadow: 0px 0px 5px #7a5495de;
  border-radius: 16px;
  font-weight: 400;
  font-size: 1.15rem;
  position: absolute;
  animation: show-keywords 0.6s cubic-bezier(0.42, 0, 0.64, 1.65), bounce 2s ease infinite;
  transform: scale(0);
}

.homepage .header > .image > div:nth-child(1) {
  top: 9.5%;
  right: 29.7%;
  animation-delay: 1s, 1.6s; /* 1.6 = 1 + 0.6*/
}

.homepage .header > .image > div:nth-child(2) {
  top: 44.2%;
  right: 14.3%;
  animation-delay: 1.3s, 1.9s;
}

.homepage .header > .image > div:nth-child(3) {
  top: 25%;
  right: 7.8%;
  animation-delay: 1.1s, 1.7s;
}

.homepage .header > .image > div:nth-child(4) {
  top: 32.6%;
  right: 49.4%;
  animation-delay: 1.5s, 2.1s;
}

.homepage .header > .image > div:nth-child(5) {
  top: 61.4%;
  right: 29.8%;
  animation-delay: 1.4s, 2s;
}

@keyframes show-keywords {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce {
   0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0px);
  }
}


/* common style, flex column, gap, margin bottom*/
.homepage .partners {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-bottom: 150px;
}

.homepage .header .text-section {
  letter-spacing: 0.01em;
}

.homepage .header .title > * {
  font-weight: bold;
}

.homepage .header .title > * {
  font-size: 4.1rem;
  line-height: 1em;
  margin-bottom: 0.7em;
}

.homepage .header .p {
  margin-bottom: 2.27em;
}

.homepage .header .image img {
  border-radius: 100%;
  box-shadow: -10px 10px 64px #00a2e2, 0px 0px 5px white;
  animation: glow;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

@keyframes glow {
  0% {
    box-shadow: -10px 10px 45px #00a2e2, 0px 0px 5px white;
  }

  25% {
    box-shadow: -8px 15px 50px #05b3da, 0px 0px 10px white;
  }

  50% {
    box-shadow: -3px 14px 65px #05c1da, 0px 0px 15px white;
  }

  75% {
    box-shadow: -5px 15px 55px #05d3da, 0px 0px 8px white;
  }

  100% {
    box-shadow: -10px 10px 45px #00a2e2, 0px 0px 5px white;
  }
}

/*@todo styles to be added */
/* standard common style, bg img */
/*.homepage .metrics-container {*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/

/* common style, row gap*/
.homepage .metrics,
.homepage .tech-stack {
  row-gap: 50px;
}

/* common style, global style, row gap*/
.text-with-image-container {
  row-gap: 100px;
}

/* common style, margin bottom */
.homepage .metrics,
.homepage .tech-stack,
.homepage .company-info-items {
  margin-bottom: 150px;
}

/* global card styles */
/* standard common style, wrap */
.cards-container {
  flex-wrap: wrap;
}

.cards-container > * {
  border: 1px solid #3e3e3e;
  background-image: linear-gradient(45deg, #1A1A1AFF 35%, #343434 100%);
  border-radius: 20px;
  padding: 25px;
}

.cards-container > * .image {
  fill: var(--theme-color-2);
}

.cards-container > * p,
.services.page .services-grid > * {
  font-size: 1.25rem;
  font-weight: 300;
  color: #c5c5c5;
}

.cards-container > *:hover p,
.services.page .services-grid > *:hover {
  color: var(--color-white);
}

/* end global card styles */

.homepage .metrics-container {
  gap: 30px;
}

.homepage .metrics-container > * {
  height: auto;
  column-gap: 18px;
}

.homepage .metrics-container > * {
  width: 300px;
}

.homepage .metrics-container > * .text-section {
  border-left: 1px solid gray;
  padding-left: 18px;
  /*todo common*/
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.homepage .metrics-container > * img {
  width: 30px;
}

/* standard common style, text center */
.homepage .metrics > .text-section,
.homepage .tech-stack .subtitle,
.homepage .tech-stack .title,
.about-us.page .cards-container .description {
  text-align: center;
}

.homepage .header .text-section p {
  color: #FFFFFFE5;
  margin-bottom: 1.9em;
}

/* common style */
.homepage .header .text-section p,
.homepage .metrics > .text-section {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: var(--line-height-4);
}

/* standard common style, width fit*/
.homepage .partners .title {
  width: fit-content;
}

.homepage .header .buttons-container {
  column-gap: 20px;
}

 .homepage .button {
    display: flex;
    align-items: center;
  }

  .homepage .header .buttons-container i,
  .homepage .header .buttons-container svg {
    font-size: 1.2em;
  }

.homepage .header .buttons-container > *:nth-child(2) > * {
  fill: var(--color-white);
  color: var(--color-white);
}

/* standard common style, position relative*/
.with-design-element-bar,
.design-element-bar-wrapper > div > div {
  padding-top: 30px;
  position: relative;
}

/* global style, design element */
.design-element-bar-wrapper > div > div:after,
.with-design-element-bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 75px;
    height: 5px;
    background: var(--theme-color-1);
}

.homepage .text-with-image .title * {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.homepage .text-with-image .content *,
.homepage .tech-stack .subtitle {
  color: var(--color-grey);
  line-height: 1.6em;
  margin-bottom: 0.7em;
}

.homepage .tech-stack .title > * {
  margin-bottom: 0.28em;
}

.homepage .separator-line {
  margin: 80px 0;
}

/* standard common style, horizontal margin auto */
.homepage .partners .title {
  margin-left: auto;
  margin-right: auto;
}

/* standard common style, flex row, space around */
.homepage .contact-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* standard common style, margin auto */
.homepage .contact-section {
  margin: auto;
}

.homepage .contact-section {
  width: 750px;
  margin-bottom: 50px;
}

/* standard common style, no margin bottom*/
.homepage .contact-section p,
.cards-container > * p,
.services.page .services-grid p,
.text-with-image-container p:last-child,
.text-with-image-wrapper p:last-child,
.text-with-image p:last-child,
.homepage .text-with-image p:last-child,
.homepage .metrics > .text-section p {
  margin-bottom: 0;
}

/* homepage swiper */
.homepage .swiper {
  width: 100%;
}

.homepage .swiper-button-prev:after,
.homepage .swiper-button-next:after {
  font-size: 1.25rem;
  color: #33333366;
}

.homepage .swiper-button-prev:hover:after,
.homepage .swiper-button-prev:active:after,
.homepage .swiper-button-next:hover:after,
.homepage .swiper-button-next:active:after {
  color: #333333;
}

.homepage .swiper-pagination-bullet-active {
  background-color: var(--theme-color-2);
}

.homepage .swiper-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
}
/* end homepage swiper */

.homepage .partners {
  background-color: var(--color-white);
  color: var(--color-black);
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage .partners .title {
  font-weight: 300;
}

/* standard common style, italic*/
.homepage .partners .title,
.homepage .partners .position {
  font-style: italic;
}

/* bug of overlapped slides */
.homepage .testimonials .swiper-slide {
  opacity: 0!important;
}

.homepage .testimonials .swiper-slide-active {
  opacity: 1!important;
}
/* end bug of overlapped slides */

.homepage .testimonials .swiper-slide {
  color: var(--color-black);
  font-size: 1.125rem;
}

.homepage .testimonials .swiper-slide > *:first-child {
  margin-bottom: 20px;
}

.homepage .testimonials .swiper-slide > *:last-child {
  font-size: 0.7em;
}

/*todo remove*/
/* standard common style, bold*/
/*.homepage .partners .author .name {*/
/*  font-weight: bold;*/
/*}*/

.homepage .clients .swiper,
.homepage .testimonials-swiper-wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

/* standard common style, align self center */
.homepage .clients .swiper-slide,
.icon {
  align-self: center;
}

.homepage .clients.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}

/* end homepage */

/* make navigation button to stay outside the slider */
.swiper-with-outside-navigation {
  position: relative;
}

.swiper-with-outside-navigation .swiper-button-prev {
  right: calc(100% + 15px);
  left: auto;
}

.swiper-with-outside-navigation .swiper-button-next {
  left: calc(100% + 15px);
  right: auto;
}

/* end make navigation button to stay outside the slider */

/* About-us */

.about-us.page .cards-container {
  gap: 80px;
}

.about-us.page .cards-container > * {
  row-gap: 20px;
  width: 350px;
}

.about-us.page .cards-container img {
  width: 100px;
}

.about-us.page .cards-container > * p {
  font-size: var(--font-size-5);
  color: var(--color-white);
}

/*todo group global styles*/

/* End About-us */

/* Career */

/* common style, font family Sen */
.career.page .open-positions .items-container > * > * > *:nth-child(2),
.contact.page .socials .items-container > * {
  font-family: Sen, 'sans-serif';
}

.career.page .open-positions .items-container {
  row-gap: 20px;
}

.career.page .open-positions .items-container > * {
  background-color: #181818;
  padding: 16px 32px;
  border-radius: 8px;
  column-gap: 15px;
}

.career.page .open-positions .items-container > * > * > *:first-child {
  font-size: var(--font-size-6);
  color: #9b9b9b;
}

.career.page .open-positions .items-container > * > * > *:nth-child(2) {
  font-size: var(--font-size-5);
  color: #ebebeb;
}

.career.page .open-positions .items-container > * > *:first-child > *:nth-child(2) {
  color: var(--color-yellow);
}

.career.page .contact-form .content-section {
  width: 60%;
}

/* standard common style, width half */
/*.page .contact-form .fields-row .fields-col {*/
/*  flex: 50%;*/
/*}*/

/* End Career */

/* Contact page*/

/* common style, only border bottom */
.contact.page .contact-form .input,
.contact.page .contact-form .textarea {
  background-color: #1c1c1c;
}

.contact.page .contact-form textarea {
  height: 175px;
}

.contact.page .page-introduction-paragraph {
  margin-bottom: 3.8em;
}

.contact.page .socials .items-container {
  gap: 25px 80px;
  border-bottom: 1px solid #343434;
  padding-bottom: 50px;
  grid-template-columns: repeat(3, 1fr);
}

.contact.page .socials .items-container > * {
  font-size: var(--font-size-5);
}

.contact.page .socials img {
  width: 24px;
}

/* End Contact page */

/* Services page */

.services.page .page-title {
  margin-bottom: 1em;
}

/* standard common style */
.services.page .services-grid,
.contact.page .socials .items-container {
  display: grid;
}

.services.page .services-grid {
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}

/* card style */
.services.page .services-grid > * {
  border-radius: 8px;
  border: 1px solid rgb(45 47 64);
  padding: 30px;
  row-gap: 40px;
  height: auto;
  background-color: #0e0e0e;
  text-align: center;
  transition: background-color var(--effect-transition-time) ease, color var(--effect-transition-time) ease;
}

.services.page .services-grid > *:hover {
  background-color: #1a1a1a;
}

/* image style */
.services.page .services-grid > * > *:first-child {
    width: 200px;
    background: var(--color-white);
    border: 2px solid #624f83;
    padding: 30px;
}

/* common style, full border radius */
.services.page .services-grid > * > *:first-child {
  border-radius: 100%;
}

.services.page .services-grid p {
  line-height: 1.3em;
  font-weight: 300;
}

.services.page .services-grid h1,
.services.page .services-grid h2,
.services.page .services-grid h3,
.services.page .services-grid h4,
.services.page .services-grid h5,
.services.page .services-grid h6 {
  margin-bottom: 0.7em;
  color: var(--color-white);
}

/* End Services page */

/* Privacy policy */

.text-only-page a {
  text-decoration: underline;
  color: var(--color-white);
}

/* End Privacy policy */

/* Terms of use */
.page.terms-of-use .image-and-summary {
  display: flex;
}
.page.terms-of-use .image-and-summary > div:nth-child(1) {
  width: 33%;
}
.page.terms-of-use .image-and-summary > div:nth-child(2) {
  width: 67%;
}

/* End terms of use */
/* Introductory-call */
.page.introductory-call .page-content-with-x-small-width {
  margin-left: 0;
}
.page.introductory-call .summary,
.page.introductory-call .time-and-location,
.page.introductory-call .share {
  padding: 0 50px;
}
.page.introductory-call .summary {
  margin-bottom: 70px;
}
.button.register.purple {
  background-color: var(--color-purple);
  border: none;
  width: fit-content;
  opacity: 1;
}
.button.register.purple:hover {
  background-image: linear-gradient(hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
}
.page.introductory-call .socials a {
  margin-right: 30px;
}
.page.introductory-call .socials img {
  width: var(--social-icon-dimesions);
  height: var(--social-icon-dimesions);
}

/* End Introductory-call */

/* page contact form styles */
.page .contact-form .fields-col {
  row-gap: 20px;
}

/* standard common style, margin left auto */
.page .contact-form .button {
  margin-left: auto;
}

.page .contact-form .button {
  font-weight: 400;
  font-family: Sen, sans-serif;
}

/* common style, height full */
/*.page .contact-form .fields-row .fields-col:last-child .input-wrapper,*/
/*.page .contact-form textarea {*/
/*  height: 100%;*/
/*}*/

.page .contact-form textarea {
  height: 275px;
}

.page .contact-form .fields-row {
  column-gap: 35px;
}

.page .contact-form label {
  font-size: var(--font-size-7);
  line-height: var(--line-height-7);
  margin-bottom: 5px;
}

.page .contact-form .input,
.page .contact-form .textarea {
  border-color: rgb(133 133 133);
}

.page .contact-form .input:focus,
.page .contact-form .textarea:focus{
  border-color: #bfbfbfe6;
}

.page .contact-form .form .button.register {
  background-color: var(--color-purple);
  width: 100%;
  border: none;
}

/* page contact form styles */


/* Introductory-call-form */
/* End Introductory-call-form */

/* todo remove these old styles */
/* Services */
/*.services {*/
/*  position: relative;*/
/*}*/
/*.services > img {*/
/*  width: 100vw;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  transform: translateY(-65%);*/
/*  z-index: 1;*/
/*}*/

/*.slider-content {*/
/*  width: auto;*/
/*  max-width: 1520px;*/
/*  height: auto;*/
/*  overflow: hidden;*/
/*  margin: 2vw auto 0;*/
/*}*/

/*[data-sc-slider] {*/
/*  position: relative;*/
/*  padding: 75px 10%;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: center;*/
/*  border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
/*}*/
/*[data-sc-slider] > div {*/
/*  width: 50%;*/
/*  z-index: 2;*/
/*}*/
/*[data-sc-slider] .description {*/
/*  padding-left: 5vw;*/
/*}*/
/*[data-sc-slider] .description .title {*/
/*  font-size: 3vw;*/
/*  margin: 0 0 30px 0;*/
/*  padding-bottom: 10px;*/
/*}*/
/*[data-sc-slider] .description .content {*/
/*  font-size: 18px;*/
/*  margin: 0;*/
/*}*/

/*[data-sc-slider]:nth-child(2) .what-we-do-svg {*/
/*  order: 2;*/
/*}*/
/*[data-sc-slider]:nth-child(2) .description {*/
/*  padding-left: unset;*/
/*  padding-right: 5vw;*/
/*  order: 1;*/
/*}*/

/*[data-sc-slider]:last-child {*/
/*  border-bottom: unset;*/
/*}*/

/*.products-services {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  position: relative;*/
/*}*/
/*.products-services > div {*/
/*  width: 49.5%;*/
/*  background-color: rgba(235, 235, 235, 0.5);*/
/*  display: flex;*/
/*}*/
/*.products-services > div > div {*/
/*  width: 80%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  position: relative;*/
/*}*/
/*.products-services > div > div > img {*/
/*  height: 200px;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.products-services > div > div > h2 {*/
/*  margin-bottom: 20px;*/
/*}*/
/*.products-services > div > div > p {*/
/*  margin-bottom: 90px;*/
/*  font-size: 17px;*/
/*}*/
/*.products-services > div > div > a {*/
/*  min-width: 150px;*/
/*  padding: 10px 25px;*/
/*  border-radius: 5px;*/
/*  background-color: #0a4975;*/
/*  color: var(--color-white);*/
/*  text-decoration: none;*/
/*  position: absolute;*/
/*  bottom: 30px;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  text-align: center;*/
/*}*/
/*.products-services > div:nth-child(1) {*/
/*  justify-content: flex-end;*/
/*  padding: 150px 70px 30px 0;*/
/*}*/
/*.products-services > div:nth-child(2) {*/
/*  justify-content: flex-start;*/
/*  padding: 150px 0 30px 70px;*/
/*}*/
/*.products-services .wave-design-1 {*/
/*  width: 100%;*/
/*  height: 80px;*/
/*  background-color: var(--color-white);*/
/*  border-radius: 0 0 50% 50%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/

/*.clients > .comments > .comments-container {*/
/*  width: 70%;*/
/*  padding: 20px 10px;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*}*/
/*.clients > .comments > .comments-container > div {*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  transform: scale(0.8);*/
/*  opacity: 0;*/
/*  margin-bottom: 30px;*/
/*  animation-name: fade-comments;*/
/*  animation-duration: 36s;*/
/*  animation-timing-function: linear;*/
/*  animation-iteration-count: infinite;*/
/*}*/
/*.clients > .comments > .comments-container > div > p {*/
/*  font-size: 1.2em;*/
/*  margin-bottom: 20px;*/
/*  font-style: italic;*/
/*}*/
/*.clients > .comments > .comments-container > div > h4 {*/
/*  font-weight: bold;*/
/*}*/
/*.clients > .comments > .comments-container > div > h4 span {*/
/*  font-weight: normal;*/
/*  font-style: italic;*/
/*  font-size: 0.6em;*/
/*}*/
/*.clients > .comments > .comments-container > div:nth-child(2) {*/
/*  animation-delay: 12s;*/
/*}*/
/*.clients > .comments > .comments-container > div:nth-child(3) {*/
/*  animation-delay: 24s;*/
/*}*/
/*.clients > .comments > .comments-container > div:last-child {*/
/*  position: relative;*/
/*  top: 0;*/
/*  transform: translateY(0) scale(0.8);*/
/*}*/
/*.clients > .clients-logo {*/
/*  width: 100%;*/
/*  height: fit-content;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*}*/
/*.clients > .clients-logo > div {*/
/*  width: 12%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  opacity: 0.5;*/
/*}*/
/*.clients > .clients-logo > div > img {*/
/*  width: 100%;*/
/*  padding: 2em;*/
/*}*/

/*@keyframes fade-comments {*/
/*  0% {*/
/*    transform: scale(0.8);*/
/*    opacity: 0;*/
/*  }*/
/*  2.77% {*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*  }*/
/*  30.54% {*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*  }*/
/*  33.31% {*/
/*    transform: scale(0.8);*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    transform: scale(0.8);*/
/*    opacity: 0;*/
/*  }*/
/*}*/
/* todo refactor to use existing common styles */
footer {
  position: relative;
  height: 1000px;
  background-image: radial-gradient(circle at 99.92467244466145% 63.382517496744796%, #FFFFFF 0%, 17.5%, rgba(255,255,255,0) 35%), radial-gradient(circle at 0% 42.7081298828125%, rgba(255,255,255,0.68) 0%, 17.5%, rgba(255,255,255,0) 35%), radial-gradient(circle at 3.821830749511719% 100%, #FFFFFF 0%, 11.4%, rgba(255,255,255,0) 38%), radial-gradient(circle at 48.23830922444661% 0.34612019856770837%, #FFFFFF 0%, 17.16%, rgba(255,255,255,0) 33%), radial-gradient(circle at 100% 0%, #FFFFFF 0%, 5.100000000000002%, rgba(255,255,255,0) 17%), radial-gradient(circle at 20.600992838541668% 0%, rgba(96,95,252,0.74) 0%, 30%, rgba(96,95,252,0) 100%), radial-gradient(circle at 48.9013671875% 49.521484375%, #AFAFFE 0%, 100%, rgba(175,175,254,0) 100%);
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 100px;
  padding-bottom: 30px;
}
footer .logo {
  width: 150px;
  margin-bottom: 10px;
}

footer .logo img {
  width: 100%;
}

footer > .company-information {
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

footer > .company-information .content {
  display: flex;
  justify-content: space-between;
}

footer > .company-information .content > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.socials-wrapper {
  align-items: center;
}

footer .socials {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

footer > .company-information .content > div:nth-child(2) .socials a > img {
  width: var(--social-icon-dimesions);
  height: var(--social-icon-dimesions);
}
footer > .company-information .content > div:nth-child(3) {
  align-items: flex-end;
  text-align: right;
}
footer > .company-information .content > div p {
  margin: 0;
}
footer > .company-information .links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .separator-line {
  background-color: var(--color-black);
  margin-bottom: 20px;
}

footer #footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  pointer-events: none;
}

footer .button.contact {
  margin-top: 15px;
  display: block;
  width: fit-content;
  border-color: var(--color-black);
  color: var(--color-black);
  transition: color, background-color, 0.2s;
}

footer .button.contact:hover {
  color: var(--color-white);
  background: var(--color-purple);
  border-color: transparent;
}

/* todo remove these old styles */
/*.article--header__content {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  padding: 0 10%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/

/*.expression {*/
/*  width: fit-content;*/
/*  margin: 0 auto;*/
/*  display: grid;*/
/*  font-size: 13pt;*/
/*}*/
/*.expression .quote {*/
/*  font-family: "Revalia", cursive;*/
/*  font-size: 3vw;*/
/*  text-align: center;*/
/*  position: relative;*/
/*  right: 10px;*/
/*}*/
/*.expression *:not(.quote) {*/
/*  float: right;*/
/*  text-align: right;*/
/*}*/

/*@keyframes spinRight {*/
/*  0% {*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  50% {*/
/*    transform: rotate(180deg);*/
/*  }*/
/*  100% {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/
/*@keyframes spinLeft {*/
/*  0% {*/
/*    transform: rotate(0deg);*/
/*  }*/
/*  50% {*/
/*    transform: rotate(-180deg);*/
/*  }*/
/*  100% {*/
/*    transform: rotate(-360deg);*/
/*  }*/
/*}*/
/*.coming-soon {*/
/*  text-align: center;*/
/*  margin-top: 34px;*/
/*}*/
/*.coming-soon p {*/
/*  color: #A5CF4D;*/
/*  font-size: 8vh;*/
/*  text-align: center;*/
/*}*/

/*.show {*/
/*  display: block;*/
/*  visibility: visible;*/
/*}*/

/*.hide {*/
/*  display: none;*/
/*  visibility: hidden;*/
/*}*/

/*.technology_stack {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  padding: 0 0 65px 0;*/
/*  margin: 100px auto;*/
/*}*/
/*.technology_stack h2 {*/
/*  margin-bottom: 50px;*/
/*}*/
/*.technology_stack img.tech-image {*/
/*  height: 700px;*/
/*  object-fit: contain;*/
/*}*/

/*.services-wrapper {*/
/*  width: 100%;*/
/*  position: relative;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
/*  padding: 50px 10%;*/
/*  z-index: 2;*/
/*}*/
/*.services-wrapper > div {*/
/*  width: 45%;*/
/*  height: 50%;*/
/*  margin-bottom: 50px;*/
/*}*/
/*.services-wrapper > div > img {*/
/*  width: 30%;*/
/*  position: relative;*/
/*  left: 35%;*/
/*}*/
/*.services-wrapper > div > .service-info {*/
/*  width: 100%;*/
/*  justify-content: flex-start;*/
/*  align-items: center;*/
/*  flex-direction: column;*/
/*}*/
/*.services-wrapper > div > .service-info > h2 {*/
/*  width: 100%;*/
/*  text-align: center;*/
/*  color: #7b7b7b;*/
/*  margin-bottom: 15px;*/
/*  padding-bottom: 10px;*/
/*  border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
/*}*/
/*.services-wrapper > div > .service-info > p {*/
/*  color: #7b7b7b;*/
/*  font-size: 17px;*/
/*  margin: 0;*/
/*}*/

/*.products-page {*/
/*  width: 100%;*/
/*  margin: 50px auto 50px auto;*/
/*  padding: 0 10%;*/
/*  z-index: 2;*/
/*}*/
/*.products-page > div {*/
/*  width: 100%;*/
/*  position: relative;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  overflow: hidden;*/
/*  margin-bottom: 50px;*/
/*  padding-bottom: 50px;*/
/*  border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
/*}*/
/*.products-page > div > div {*/
/*  width: 80%;*/
/*  padding-left: 150px;*/
/*}*/
/*.products-page > div > div > h2 {*/
/*  width: 50%;*/
/*  padding-bottom: 10px;*/
/*  margin-bottom: 20px;*/
/*  border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
/*  color: #7b7b7b;*/
/*}*/
/*.products-page > div > div > h2 > a {*/
/*  text-decoration: none;*/
/*  transition: 0.2s;*/
/*}*/
/*.products-page > div > div > h2 > a:hover {*/
/*  color: #0072bb;*/
/*}*/
/*.products-page > div > div > p {*/
/*  color: #7b7b7b;*/
/*}*/
/*.products-page > div > a {*/
/*  width: 15%;*/
/*}*/
/*.products-page > div > a > img {*/
/*  width: 100%;*/
/*}*/
/*.products-page > div:nth-child(2n) > div {*/
/*  order: 1;*/
/*  padding-right: 150px;*/
/*  padding-left: unset;*/
/*}*/
/*.products-page > div:nth-child(2n) > a {*/
/*  order: 2;*/
/*}*/

/*.products-table, .products-page-lims {*/
/*  width: 100%;*/
/*  margin-bottom: 80px;*/
/*}*/
/*.products-table table, .products-page-lims table {*/
/*  width: 100%;*/
/*  table-layout: fixed;*/
/*  border: 1px solid rgb(223, 225, 230);*/
/*  border-collapse: collapse;*/
/*  border-radius: 3px;*/
/*  position: relative;*/
/*}*/
/*.products-table table thead tr th span, .products-page-lims table thead tr th span {*/
/*  font-family: "Courier New", monospace;*/
/*  font-size: 22pt;*/
/*  font-weight: 500;*/
/*}*/
/*.products-table table thead tr th a, .products-page-lims table thead tr th a {*/
/*  display: block;*/
/*  margin: 20px;*/
/*}*/
/*.products-table table thead tr th hr, .products-page-lims table thead tr th hr {*/
/*  margin: 0 20px;*/
/*}*/
/*.products-table table tbody tr, .products-page-lims table tbody tr {*/
/*  transition: 0.2s;*/
/*}*/
/*.products-table table tbody tr:hover, .products-page-lims table tbody tr:hover {*/
/*  background-color: rgba(42, 71, 175, 0.05);*/
/*}*/
/*.products-table table tr th, .products-table table tr td, .products-page-lims table tr th, .products-page-lims table tr td {*/
/*  text-align: center;*/
/*  padding: 8px 16px;*/
/*  border: 1px solid rgb(223, 225, 230);*/
/*  color: rgba(0, 0, 0, 0.8);*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*.products-table table tr th a, .products-table table tr td a, .products-page-lims table tr th a, .products-page-lims table tr td a {*/
/*  position: relative;*/
/*  padding: 10px 16px;*/
/*  border: 1px solid #2a47af;*/
/*  color: #2a47af;*/
/*  text-decoration: none;*/
/*  border-radius: 5px;*/
/*  transition: color 0.1s, background-color 0.3s;*/
/*  overflow: hidden;*/
/*}*/
/*.products-table table tr th a:hover, .products-table table tr td a:hover, .products-page-lims table tr th a:hover, .products-page-lims table tr td a:hover {*/
/*  color: var(--color-white);*/
/*  background-color: #2a47af;*/
/*}*/
/*.products-table table tr th h2, .products-table table tr td h2, .products-page-lims table tr th h2, .products-page-lims table tr td h2 {*/
/*  margin-bottom: 25px;*/
/*}*/
/*.products-table table tr th h3, .products-table table tr td h3, .products-page-lims table tr th h3, .products-page-lims table tr td h3 {*/
/*  margin-top: 25px;*/
/*  font-size: 1.8em;*/
/*}*/
/*.products-table table tr th h3 i, .products-table table tr td h3 i, .products-page-lims table tr th h3 i, .products-page-lims table tr td h3 i {*/
/*  color: rgba(0, 0, 0, 0.5);*/
/*  font-size: 0.8em;*/
/*  padding-right: 2px;*/
/*  transform: translateY(-2px);*/
/*}*/
/*.products-table table tr th h3 span, .products-table table tr td h3 span, .products-page-lims table tr th h3 span, .products-page-lims table tr td h3 span {*/
/*  color: rgba(0, 0, 0, 0.5);*/
/*  font-size: 0.7em;*/
/*}*/
/*.products-table table tr th .table-icons-design, .products-page-lims table tr th .table-icons-design {*/
/*  color: #2a47af;*/
/*  opacity: 0.05;*/
/*  font-size: 8em;*/
/*  position: absolute;*/
/*  bottom: -40px;*/
/*  left: -20px;*/
/*}*/
/*.products-table table tr td:nth-child(1), .products-page-lims table tr td:nth-child(1) {*/
/*  text-align: left;*/
/*}*/

/*.products-table-mobile, .products-table-mobile-lims {*/
/*  display: none;*/
/*}*/

/*.products-page-lims table:after {*/
/*  content: "* €900(one time fee) for Installation and Implementation cost";*/
/*  color: rgba(0, 0, 0, 0.5);*/
/*  font-size: 0.8em;*/
/*  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  transform: translateY(150%);*/
/*}*/

.cookies {
  width: 330px;
  background-color: var(--color-black);
  color: var(--color-white);
  position: fixed;
  bottom: 50px;
  right: 50px;
  transform: translateY(100%);
  z-index: 9999;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 0;
}

.cookies.active {
  opacity: 1;
  transform: translateY(0);
}

.cookies a {
  color: inherit;
  text-decoration: underline;
}

.cookies div {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #544c7ab0;
  background-color: #ffffff1a;
  transition: background-color var(--effect-transition-time);
  box-shadow: 0px 0px 2px #ffffff45;
  border-radius: 6px;
}

.cookies div:hover,
.cookies div:focus {
  border-color: #605691b0;
}

.cookies div p {
  color: var(--color-white);
  margin-bottom: 20px;
}

.cookies div button {
  transition: background-color var(--effect-transition-time), color var(--effect-transition-time);
}

.cookies div button:hover,
.cookies div button:focus {
  background-color: var(--style-1-color);
  color: var(--color-white);
  cursor: pointer;
}

/*.privacy-policy {*/
/*  width: 65%;*/
/*  padding-top: 65px;*/
/*  position: relative;*/
/*  left: 17.5%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.privacy-policy img {*/
/*  height: 200px;*/
/*  padding: 30px;*/
/*}*/
/*.privacy-policy h1 {*/
/*  font-size: 55px;*/
/*}*/

/*.article--header__banner {*/
/*  position: relative;*/
/*  height: fit-content;*/
/*  width: 100%;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/
/*.article--header__banner .article--header__text {*/
/*  height: 300px;*/
/*  max-height: 300px;*/
/*  margin-top: 60px;*/
/*}*/
/*.article--header__banner .article--header__text .article--header__content {*/
/*  width: 100%;*/
/*  height: 50%;*/
/*  position: relative;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*}*/
/*.article--header__banner .article--header__text .article--header__content .article--header__title {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: bold;*/
/*  color: var(--color-white);*/
/*  font-size: 2.5vw;*/
/*}*/
/*.article--header__banner .article--header__text .article--header__content .article--header__summary {*/
/*  font-family: "Roboto", sans-serif;*/
/*  font-weight: 400;*/
/*  color: var(--color-white);*/
/*  font-size: 19.5px;*/
/*}*/

/*.article--body {*/
/*  width: 100%;*/
/*}*/
/*.article--body .article--body__single {*/
/*  margin-top: 0;*/
/*  font-family: Roboto, sans-serif;*/
/*  font-weight: normal;*/
/*}*/
/*.article--body .article--body__single .title {*/
/*  padding: 0 30px;*/
/*  text-align: center;*/
/*}*/
/*.article--body .article--body__single .title h1 {*/
/*  font-size: 2rem;*/
/*  margin: 30px 0;*/
/*}*/
/*.article--body .article--body__single .title h2 {*/
/*  font-size: 1.5rem;*/
/*  margin-bottom: 0;*/
/*}*/
/*.article--body .article--body__single .image {*/
/*  margin-bottom: 15px;*/
/*  margin-top: 15px;*/
/*}*/
/*.article--body .article--body__single .image img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  margin-bottom: 15px;*/
/*}*/
/*.article--body .article--body__single .image .border {*/
/*  border: 4px solid rgba(18, 104, 179, 0.36);*/
/*  border-radius: 4px;*/
/*}*/
/*.article--body .article--body__single p {*/
/*  margin-top: 0;*/
/*}*/
/*.article--body .article--body__two-column {*/
/*  margin-top: 0;*/
/*  margin-bottom: 80px;*/
/*  font-family: Roboto, sans-serif;*/
/*  font-weight: normal;*/
/*}*/
/*.article--body .article--body__two-column .title {*/
/*  padding: 0 30px;*/
/*  text-align: center;*/
/*  margin-bottom: 0;*/
/*}*/
/*.article--body .article--body__two-column .title h2 {*/
/*  font-size: 1.7rem;*/
/*  margin: 20px 0;*/
/*}*/
/*.article--body .article--body__two-column .image {*/
/*  margin-bottom: 15px;*/
/*  margin-top: 15px;*/
/*  align-items: center;*/
/*}*/
/*.article--body .article--body__two-column .image img {*/
/*  width: 75%;*/
/*  height: 100%;*/
/*  margin-bottom: 15px;*/
/*  object-fit: contain;*/
/*}*/
/*.article--body .article--body__two-column .image .border {*/
/*  border: 4px solid rgba(18, 104, 179, 0.36);*/
/*  border-radius: 4px;*/
/*}*/
/*.article--body .article--body__two-column ul {*/
/*  padding-left: 16px;*/
/*  list-style-position: outside;*/
/*}*/
/*.article--body .article--body__two-column ul li {*/
/*  line-height: 1.6;*/
/*}*/
/*.article--body .article--body__two-column p {*/
/*  margin-top: 0;*/
/*}*/

/*.row {*/
/*  display: flex;*/
/*  flex-direction: row-reverse;*/
/*}*/
/*.row .column {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  padding: 0 0 0 40px !important;*/
/*}*/

/*.row__reverse {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*}*/
/*.row__reverse .column {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  padding: 0 0 0 40px !important;*/
/*}*/

/* 280-450, 450-600, 600-1024, 1025-up*/
/* todo most accurate breakpoints: 280, 480, 768, 1024, 1280, 1440 */
/*
distribution?:
phone: 0px - 480px,
tablet: 481px - 768px,
 tablet: 769px - 1024px - 1279px,
  laptop: 1280 - 1440px
  desktop: 1440px - up */


@media (max-width: 1500px) {
  .page-content-with-width {
    width: 100%;
  }

  .page-horizontal-padding {
    /*todo var*/
    padding-left: 75px;
    padding-right: 75px;
  }
  .homepage .header {
    margin-bottom: 190px;
  }

  .homepage .header .title > * {
    font-size: 3.5rem;
  }

  .homepage .header .text-section p,
  .homepage .metrics > .text-section {
    font-size: 1.275rem;
  }

  .text-with-image-container {
    row-gap: 130px;
  }

  .cards-container > * {
    padding: 20px;
  }

  .about-us.page .cards-container {
    gap: 75px;
  }

}

@media (max-width: 1279px) {
  html, body {
      font-size: 15px;
  }

  :root {
    --menu-height: 75px;
  }

  /*.menu {*/
  /*  display: none;*/
  /*}*/

 .page-horizontal-padding {
    /*todo var*/
    padding-left: 50px;
    padding-right: 50px;
  }

  .homepage .header {
    margin-bottom: 165px;
  }

  .page-section {
    margin-bottom: 125px;
  }

  /* homepage*/
  .homepage .header .title > * {
    font-size: 2.8rem;
  }

  .homepage .header > .image > div {
    font-size: 1.1rem;
  }

  .homepage .metrics,
  .homepage .tech-stack,
  .homepage .company-info-items {
    margin-bottom: 130px;
  }

  .button.padded {
    padding: 12px 21px;
  }

  .text-with-image,
  .text-with-image-container > *,
  .text-with-image-wrapper > * {
    column-gap: 80px;
  }

  /*end homepage*/

  /* about us page */
  .about-us.page .cards-container {
    gap: 40px;
  }
  /* end about us page */

  footer {
    height: 800px;
  }
}

@media (max-width: 1024px) {
  :root {
    --menu-height: 70px;
  }

  html, body {
    font-size: 14px;
  }

  .page-section {
    margin-bottom: 85px;
  }

  .button.padded {
    padding: 10px 15px;
  }

  .button {
    font-size: 1rem;
  }

  .desktop-menu-wrapper nav {
    column-gap: 2em;
  }

  .desktop-menu-wrapper nav > div .button {
    margin-left: 2em;
  }

  /* hamburger menu style */
  .desktop-menu-wrapper {
    display: none;
  }

  .mobile-menu-wrapper {
    display: flex;
  }
  /* end hamburger menu style */

  .homepage .header {
    margin-bottom: 175px;
  }

  .homepage .contact-section {
    width: 100%;
  }

  .homepage .header .title > * {
    font-size: 2.7rem;
  }

  .homepage .header > .image > div {
    font-size: 0.85rem;
  }

  .homepage .header .text-section p,
  .homepage .metrics > .text-section {
    font-size: 1.25rem;
  }

  .homepage .metrics,
  .homepage .tech-stack,
  .homepage .company-info-items {
    margin-bottom: 100px;
  }

  .text-with-image,
  .text-with-image-wrapper > *,
  .text-with-image-container > * {
    column-gap: 30px;
  }

  .homepage .clients .swiper,
  .homepage .testimonials-swiper-wrapper {
    width: 100%;
  }

  .swiper-with-outside-navigation .swiper-button-prev {
    right: unset;
    left: 0;
  }

  .swiper-with-outside-navigation .swiper-button-next {
    left: unset;
    right: 0;
  }

  .homepage .swiper-button-prev,
  .homepage .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #0000000f;
  }

  .homepage .swiper-button-prev:hover,
  .homepage .swiper-button-prev:focus,
  .homepage .swiper-button-next:hover,
  .homepage .swiper-button-next:focus {
    background-color: #0000001c;
  }

  .homepage .partners {
    row-gap: 30px;
    margin-bottom: 100px;
  }

  .with-design-element-bar,
  .design-element-bar-wrapper > div > div {
    padding-top: 20px;
  }

  .design-element-bar-wrapper > div > div:after,
  .with-design-element-bar:after {
    width: 55px;
    height: 4px;
  }

  .text-with-image,
  .text-with-image-container > *,
  .text-with-image-wrapper > * {
    column-gap: 40px;
  }

  /*career*/
  .career.page .contact-form .content-section {
    width: 75%;
  }
  /*end career*/

  /* contact */
  .contact.page .contact-form .fields-row {
    flex-direction: column;
  }

  .contact.page .contact-form .fields-col,
  .contact.page .contact-form .fields-row {
      row-gap: 20px;
  }

  .page .contact-form .fields-row {
    column-gap: 30px;
  }

  .page .contact-form .fields-row {
    column-gap: 20px;
  }

  .page .contact-form .fields-col {
    row-gap: 15px;
  }

  .contact.page iframe {
    height: 320px;
  }

  /* end contact */

  /* services */
  .services.page .services-grid {
    gap: 40px;
  }

  .services.page .services-grid > * {
    padding: 20px;
  }

  /* end services */

  footer {
    height: fit-content;
  }

  footer > .company-information {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {

  .homepage .header {
    margin-bottom: 140px;
  }

  .page-section {
    margin-bottom: 65px;
  }

  .homepage .header {
    flex-direction: column;
    row-gap: 75px;
    text-align: center;
  }

  .homepage .header > * {
    width: 100%;
  }

  .homepage .header > .image {
    width: fit-content;
  }

  .homepage .header > .image > div {
      font-size: 1.1rem;
  }

  .homepage .header .buttons-container {
    justify-content: center;
  }

  .homepage .header img,
  .homepage .company-info-items img {
    max-width: 500px;
  }

  .homepage .metrics-container > * .text-section {
    row-gap: 5px;
  }

  .homepage .metrics-container {
    gap: 20px;
  }

  .homepage .metrics,
  .homepage .tech-stack,
  .homepage .company-info-items {
    margin-bottom: 85px;
  }

  .text-with-image.start-text-before-image,
  .text-with-image-wrapper > *,
  .text-with-image-container > * {
    flex-direction: column;
  }

  .text-with-image.start-image-before-text,
  .text-with-image-wrapper.start-text-before-image > *:nth-child(2n),
  .text-with-image-container.start-text-before-image > *:nth-child(2n),
  .text-with-image-wrapper.start-image-before-text > *:nth-child(2n+1),
  .text-with-image-container.start-image-before-text > *:nth-child(2n+1){
    flex-direction: column-reverse;
  }

  .text-with-image,
  .text-with-image-wrapper > *,
  .text-with-image-container > * {
    row-gap: 30px;
  }

  .text-with-image > *,
  .text-with-image-wrapper > * > *,
  .text-with-image-container > * > * {
    width: 100%;
  }

  .text-with-image-wrapper,
  .text-with-image-container {
    row-gap: 100px;
  }

  .page-horizontal-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .homepage .contact-section {
    flex-direction: column;
    row-gap: 30px;
    text-align: center;
  }

  /*career*/
  .career.page .contact-form .content-section {
    width: 100%;
  }

  /*end career*/

  /* contact */
  .contact.page .contact-form .fields-row {
    flex-direction: row;
  }

  .contact.page .contact-form .fields-col {
    row-gap: 15px;
  }

  .contact.page .socials .items-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* end contact */

  /* services */

  .services.page .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .services.page .services-grid > * > *:first-child {
    width: 150px;
  }

  /* end services */

  footer > .company-information {
    align-items: center;
    row-gap: 30px;
  }

  footer > .company-information .content {
    flex-direction: column;
    row-gap: 30px;
  }

  footer > .company-information .content > div {
    align-items: center;
  }

  footer > .company-information .links {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .page-horizontal-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-menu-wrapper .navigation-wrapper {
    width: 80%;
  }

  .cookies {
    bottom: 20px;
    right: 50%;
    width: 90%;
    transform: translate(50%, 100%);
  }

  .cookies div {
    padding: 20px;
  }

  .cookies.active {
    transform: translate(50%, 0);
  }

  .homepage .header {
    margin-bottom: 100px;
  }

  .page .page-introduction-paragraph {
    margin-bottom: 4em;
  }

  .homepage .header {
    row-gap: 50px;
  }

  .homepage .header > .image > div {
    font-size: 0.83rem;
  }

  .homepage .header .buttons-container {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  }

  .homepage .metrics,
  .homepage .tech-stack {
    row-gap: 40px;
  }

  .homepage .metrics-container > *,
  .about-us.page .cards-container > *,
  .services.page .services-grid > * {
    padding: 15px;
    border-radius: 15px;
  }

  .homepage .metrics-container > *,
  .about-us.page .cards-container > * {
    width: 85%;
  }

  .design-element-bar-wrapper > div > div:after,
  .with-design-element-bar:after {
    left: 0;
  }

  .text-with-image-container {
    row-gap: 60px;
  }

  /*career page*/
  .career.page .open-positions .items-container > * {
    padding: 10px 20px;
  }

  .page .contact-form .fields-row {
    flex-direction: column;
  }

  .page .contact-form .fields-col,
  .page .contact-form .fields-row {
    row-gap: 15px;
  }
  /* end career page*/

  /*  contact page */
  .contact.page .contact-form .fields-row {
    column-gap: 15px;
  }

  .contact.page .socials .items-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact.page .socials .items-container > * {
    justify-content: center;
  }

  /* end contact page */

  /*  services */
  .services.page .services-grid > * {
    row-gap: 20px;
  }

  .services.page .services-grid {
    gap: 30px;
  }
  /*  end services */
}



/*@media (min-width: 280px) and (max-width: 450px) {*/
/*  .menu {*/
/*    display: none;*/
/*  }*/
/*  .menu-slider {*/
/*    display: block;*/
/*  }*/
/*  .menu-slider .menu-activator {*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background-color: #0b2b58;*/
/*    -webkit-box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    -moz-box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 2;*/
/*  }*/
/*  .menu-slider .menu-activator i {*/
/*    color: var(--color-white);*/
/*    font-size: 32px;*/
/*    margin-left: 10px;*/
/*  }*/
/*  .menu-slider .menu-activator a {*/
/*    width: 15%;*/
/*    margin-right: 10px;*/
/*  }*/
/*  .menu-slider .menu-activator a img {*/
/*    width: 100%;*/
/*  }*/
/*  .menu-slider .slider {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    padding: 55px 10px 10px 30px;*/
/*    background-color: var(--color-white);*/
/*    backface-visibility: hidden;*/
/*    overflow-y: auto;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    transform: translate3d(0, -100%, 0);*/
/*    transition: transform 0.4s linear;*/
/*    z-index: 1;*/
/*    will-change: transform;*/
/*  }*/
/*  .menu-slider .slider > div {*/
/*    width: 100%;*/
/*    height: 47.5px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    margin-bottom: 40px;*/
/*    padding: 5px 0;*/
/*  }*/
/*  .menu-slider .slider > div a {*/
/*    color: #4e7fbd;*/
/*    text-decoration: none;*/
/*    font-size: 25px;*/
/*  }*/
/*  .menu-slider .slider > div .slider-dropdown {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*  }*/
/*  .menu-slider .slider > div .slider-dropdown > div {*/
/*    height: 47.5px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*  }*/
/*  .menu-slider .slider > div .slider-dropdown > div a {*/
/*    color: #4e7fbd;*/
/*    text-decoration: none;*/
/*    font-size: 20px;*/
/*    transform: translateX(30px);*/
/*  }*/
/*  .home .header {*/
/*    min-height: unset;*/
/*    flex-direction: column;*/
/*  }*/
/*  .home .header > div {*/
/*    width: 100%;*/
/*    height: 50%;*/
/*  }*/
/*  .home .header .text-section {*/
/*    flex-direction: column;*/
/*  }*/
/*  .home .header .text-section > img {*/
/*    width: 50%;*/
/*    margin-bottom: 15px;*/
/*  }*/
/*  .home .header .text-section h2 {*/
/*    font-size: 5vw;*/
/*    color: #0072bb;*/
/*  }*/
/*  .home .header .text-section > div {*/
/*    width: fit-content;*/
/*    height: fit-content;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: flex-end;*/
/*    margin-bottom: 0;*/
/*    position: relative;*/
/*  }*/
/*  .home .header .text-section > div > img {*/
/*    height: 20px;*/
/*    margin: 0 3px;*/
/*  }*/
/*  .home .header .text-section > div > img:first-child {*/
/*    height: 28px;*/
/*  }*/
/*  .home .header .text-section > div > span {*/
/*    white-space: nowrap;*/
/*  }*/
/*  .home .header > .team-image > img {*/
/*    width: 60%;*/
/*  }*/
/*  .home .services {*/
/*    height: auto;*/
/*    min-height: unset;*/
/*    background: var(--color-white);*/
/*  }*/
/*  .home .services .slider-menu {*/
/*    display: none;*/
/*  }*/
/*  .home .services .slider-next-btn {*/
/*    display: none !important;*/
/*  }*/
/*  .home .services .prev-btn {*/
/*    display: none;*/
/*  }*/
/*  .home .about {*/
/*    background-attachment: unset;*/
/*  }*/
/*  .home .about div[class^=section-cover] {*/
/*    display: none;*/
/*  }*/
/*  footer > div {*/
/*    flex-direction: column;*/
/*  }*/
/*  footer > .company-information > div {*/
/*    width: 100%;*/
/*    justify-content: flex-start;*/
/*    margin-bottom: 30px;*/
/*  }*/
/*  footer > .company-information > div:nth-child(2) {*/
/*    justify-content: flex-start;*/
/*    padding: unset;*/
/*  }*/
/*  footer > .company-information > div:nth-child(3) {*/
/*    justify-content: flex-start;*/
/*  }*/
/*  footer > .copyrights-wrapper {*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-size: 3.5vw;*/
/*  }*/
/*  footer > .copyrights-wrapper > div {*/
/*    width: 100%;*/
/*    margin-bottom: 30px;*/
/*  }*/
/*  .page-banner {*/
/*    margin-top: 40px;*/
/*    height: 150px;*/
/*    padding: 0 30px;*/
/*    z-index: 1;*/
/*  }*/
/*  .page-banner > h2 {*/
/*    font-size: 19.5px;*/
/*  }*/
/*  .page-banner > h2 > span {*/
/*    font-size: 16px;*/
/*  }*/
/*  .page-banner .page-image {*/
/*    display: none;*/
/*  }*/
/*  .page-banner .about-us-staff {*/
/*    display: none;*/
/*  }*/
/*  .services-wrapper {*/
/*    height: unset;*/
/*    padding: 50px 0;*/
/*  }*/
/*  .services-wrapper > div {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 0 30px;*/
/*  }*/
/*  .services-wrapper > div > div {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-bottom: unset;*/
/*  }*/
/*  .services-wrapper > div > .service-logo > img {*/
/*    width: 30%;*/
/*  }*/
/*  .services-wrapper > div > .service-info {*/
/*    flex-direction: column;*/
/*  }*/
/*  .services-wrapper > div > .service-info > h2 {*/
/*    color: #7b7b7b;*/
/*    text-align: center;*/
/*    margin-bottom: 30px;*/
/*  }*/
/*  .products-page {*/
/*    padding: 0 30px;*/
/*  }*/
/*  .products-page > div {*/
/*    flex-direction: column;*/
/*    margin-bottom: 50px;*/
/*    padding-bottom: 50px;*/
/*    border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
/*  }*/
/*  .products-page > div > div {*/
/*    width: 100%;*/
/*    padding-left: unset;*/
/*  }*/
/*  .products-page > div > div > h2 {*/
/*    width: 100%;*/
/*    padding-bottom: unset;*/
/*    margin-bottom: unset;*/
/*    font-size: 1.5em;*/
/*    text-align: center;*/
/*    border-bottom: unset;*/
/*  }*/
/*  .products-page > div > a {*/
/*    width: 30%;*/
/*  }*/
/*  .products-page > div > a > img {*/
/*    width: 100%;*/
/*  }*/
/*  .products-page > div:nth-child(2n) > div {*/
/*    order: unset;*/
/*    padding-left: unset;*/
/*    padding-right: unset;*/
/*  }*/
/*  .products-page > div:nth-child(2n) > a {*/
/*    order: unset;*/
/*  }*/
/*  .page-response-design {*/
/*    flex-direction: column;*/
/*  }*/
/*  .article--header__banner .article--header__text {*/
/*    margin-top: 40px;*/
/*  }*/
/*  .article--header__banner .article--header__text .article--header__content .article--header__title {*/
/*    font-size: 19.5px;*/
/*  }*/
/*  .article--header__banner .article--header__text .article--header__content .article--header__summary {*/
/*    font-size: 16px;*/
/*  }*/
/*  .products-table, .products-page-lims {*/
/*    display: none;*/
/*  }*/
/*  .products-table-mobile, .products-table-mobile-lims {*/
/*    width: 100%;*/
/*    margin-bottom: 80px;*/
/*    display: block;*/
/*  }*/
/*  .products-table-mobile table, .products-table-mobile-lims table {*/
/*    width: 100%;*/
/*    table-layout: fixed;*/
/*    border: 1px solid rgb(223, 225, 230);*/
/*    border-collapse: collapse;*/
/*    margin-bottom: 50px;*/
/*    position: relative;*/
/*  }*/
/*  .products-table-mobile table thead tr th span, .products-table-mobile-lims table thead tr th span {*/
/*    font-family: "Courier New", monospace;*/
/*    font-size: 22pt;*/
/*    font-weight: 500;*/
/*  }*/
/*  .products-table-mobile table thead tr th a, .products-table-mobile-lims table thead tr th a {*/
/*    display: block;*/
/*    margin: 0;*/
/*  }*/
/*  .products-table-mobile table thead tr th hr, .products-table-mobile-lims table thead tr th hr {*/
/*    margin: 0 20px;*/
/*  }*/
/*  .products-table-mobile table thead tr th:nth-child(1), .products-table-mobile-lims table thead tr th:nth-child(1) {*/
/*    border-right: 1px solid transparent;*/
/*  }*/
/*  .products-table-mobile table tbody tr, .products-table-mobile-lims table tbody tr {*/
/*    transition: 0.2s;*/
/*  }*/
/*  .products-table-mobile table tbody tr:hover, .products-table-mobile-lims table tbody tr:hover {*/
/*    background-color: rgba(42, 71, 175, 0.05);*/
/*  }*/
/*  .products-table-mobile table tr th, .products-table-mobile table tr td, .products-table-mobile-lims table tr th, .products-table-mobile-lims table tr td {*/
/*    text-align: center;*/
/*    padding: 16px;*/
/*    border: 1px solid rgb(223, 225, 230);*/
/*    color: rgba(0, 0, 0, 0.8);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*  }*/
/*  .products-table-mobile table tr th a, .products-table-mobile table tr td a, .products-table-mobile-lims table tr th a, .products-table-mobile-lims table tr td a {*/
/*    position: relative;*/
/*    padding: 10px 16px;*/
/*    border: 1px solid #2a47af;*/
/*    color: #2a47af;*/
/*    text-decoration: none;*/
/*    border-radius: 5px;*/
/*    transition: color 0.1s, background-color 0.3s;*/
/*    overflow: hidden;*/
/*  }*/
/*  .products-table-mobile table tr th a:hover, .products-table-mobile table tr td a:hover, .products-table-mobile-lims table tr th a:hover, .products-table-mobile-lims table tr td a:hover {*/
/*    color: var(--color-white);*/
/*    background-color: #2a47af;*/
/*  }*/
/*  .products-table-mobile table tr th h2, .products-table-mobile table tr td h2, .products-table-mobile-lims table tr th h2, .products-table-mobile-lims table tr td h2 {*/
/*    margin-bottom: 0;*/
/*    font-size: 1.5em;*/
/*  }*/
/*  .products-table-mobile table tr th h3, .products-table-mobile table tr td h3, .products-table-mobile-lims table tr th h3, .products-table-mobile-lims table tr td h3 {*/
/*    margin-top: 0;*/
/*    font-size: 1.8em;*/
/*  }*/
/*  .products-table-mobile table tr th h3 i, .products-table-mobile table tr td h3 i, .products-table-mobile-lims table tr th h3 i, .products-table-mobile-lims table tr td h3 i {*/
/*    color: rgba(0, 0, 0, 0.5);*/
/*    font-size: 0.7em;*/
/*    padding-right: 2px;*/
/*    transform: translateY(-2px);*/
/*  }*/
/*  .products-table-mobile table tr th h3 span, .products-table-mobile table tr td h3 span, .products-table-mobile-lims table tr th h3 span, .products-table-mobile-lims table tr td h3 span {*/
/*    color: rgba(0, 0, 0, 0.5);*/
/*    font-size: 0.7em;*/
/*  }*/
/*  .products-table-mobile table tr td:nth-child(1), .products-table-mobile-lims table tr td:nth-child(1) {*/
/*    text-align: left;*/
/*  }*/
/*  .products-table-mobile-lims table:after {*/
/*    content: "* €900(one time fee) for Installation and Implementation cost";*/
/*    color: rgba(0, 0, 0, 0.5);*/
/*    font-size: 0.7em;*/
/*    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);*/
/*    position: absolute;*/
/*    right: 8px;*/
/*    bottom: 0;*/
/*    transform: translateY(130%);*/
/*  }*/
/*  .cookies {*/
/*    width: 100%;*/
/*    padding: 15px;*/
/*  }*/
/*  .cookies div {*/
/*    padding: 15px;*/
/*  }*/
/*  .privacy-policy {*/
/*    width: 100%;*/
/*    padding: 65px 15px 0 15px;*/
/*    left: 0;*/
/*  }*/
/*  .privacy-policy h1 {*/
/*    font-size: 24px;*/
/*  }*/
/*  .privacy-policy h2 {*/
/*    font-size: 20px;*/
/*  }*/
/*  .privacy-policy h3 {*/
/*    font-size: 18px;*/
/*  }*/
/*}*/
/*@media (min-width: 451px) and (max-width: 1030px) {*/
/*  .menu {*/
/*    display: none;*/
/*  }*/
/*  .menu-slider {*/
/*    display: block;*/
/*  }*/
/*  .menu-slider .menu-activator {*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background-color: #0b2b58;*/
/*    -webkit-box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    -moz-box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 2;*/
/*  }*/
/*  .menu-slider .menu-activator i {*/
/*    color: var(--color-white);*/
/*    font-size: 32px;*/
/*    margin-left: 10px;*/
/*  }*/
/*  .menu-slider .menu-activator a {*/
/*    width: 10%;*/
/*    margin-right: 10px;*/
/*  }*/
/*  .menu-slider .menu-activator a img {*/
/*    width: 100%;*/
/*  }*/
/*  .menu-slider .slider {*/
/*    width: 100%;*/
/*    height: 50vh;*/
/*    padding: 55px 10px 10px 30px;*/
/*    background-color: var(--color-white);*/
/*    backface-visibility: hidden;*/
/*    overflow-y: auto;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    transform: translate3d(0, -100%, 0);*/
/*    transition: transform 0.4s linear;*/
/*    -webkit-box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    -moz-box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    box-shadow: -1px 9px 5px -3px rgba(0, 0, 0, 0.38);*/
/*    z-index: 1;*/
/*    will-change: transform;*/
/*  }*/
/*  .menu-slider .slider > div {*/
/*    width: 100%;*/
/*    height: 47.5px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    margin-bottom: 40px;*/
/*    padding: 5px 0;*/
/*  }*/
/*  .menu-slider .slider > div a {*/
/*    color: #4e7fbd;*/
/*    text-decoration: none;*/
/*    font-size: 25px;*/
/*  }*/
/*  .menu-slider .slider > div .slider-dropdown {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*  }*/
/*  .menu-slider .slider > div .slider-dropdown > div {*/
/*    height: 47.5px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*  }*/
/*  .menu-slider .slider > div .slider-dropdown > div a {*/
/*    color: #4e7fbd;*/
/*    text-decoration: none;*/
/*    font-size: 20px;*/
/*    transform: translateX(30px);*/
/*  }*/
/*  .home .header {*/
/*    min-height: 800px;*/
/*    flex-direction: column;*/
/*  }*/
/*  .home .header > div {*/
/*    width: 100%;*/
/*    height: 50%;*/
/*  }*/
/*  .home .header .text-section {*/
/*    flex-direction: column;*/
/*  }*/
/*  .home .header .text-section > img {*/
/*    width: 50%;*/
/*    margin-bottom: 15px;*/
/*  }*/
/*  .home .header .text-section h2 {*/
/*    font-size: 5vw;*/
/*    color: #0072bb;*/
/*  }*/
/*  .home .header > .team-image > img {*/
/*    width: 40%;*/
/*  }*/
/*  .page-banner {*/
/*    width: 100%;*/
/*    margin-top: 40px;*/
/*  }*/
/*  .page-banner > h2 {*/
/*    font-size: 5vw;*/
/*  }*/
/*  .page-banner .page-image {*/
/*    height: 60%;*/
/*    top: 20%;*/
/*  }*/
/*  .article--header__banner .article--header__text {*/
/*    margin-top: 40px;*/
/*  }*/
/*  .article--header__banner .article--header__text .article--header__content .article--header__title {*/
/*    font-size: 5vw;*/
/*  }*/
/*  footer {*/
/*    padding: 0 5%;*/
/*  }*/
/*  footer > div {*/
/*    padding: 20px 2%;*/
/*  }*/
/*}*/
/*.services-header {*/
/*  width: 100%;*/
/*  height: 36vh;*/
/*  position: relative;*/
/*  display: inline-block;*/
/*}*/

/*.services-header img {*/
/*  filter: brightness(0.5);*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  object-position: 100% 12%;*/
/*}*/

/*.image-text {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 33%;*/
/*  transform: translate(-50%, -50%);*/
/*  color: var(--color-white);*/
/*  font-size: 40px;*/
/*  font-weight: 700;*/
/*  text-align: left;*/
/*  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
/*}*/

/*.image2 {*/
/*  width: 65% !important;*/
/*}*/

/*.image2 img {*/
/*  width: 100%;*/
/*}*/

/*.title-header {*/
/*  text-align: center;*/
/*  margin-top: 2%;*/
/*  width: 50%;*/
/*}*/

/*.two-column {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*}*/

/*.second-container {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  flex-wrap: wrap;*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*  .titlee h2, h3 {*/
/*    font-size: 16px;*/
/*  }*/
/*  .image-text {*/
/*    padding: 0 5%;*/
/*  }*/
/*  .second-container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*  }*/
/*  .title-header {*/
/*    width: 90%;*/
/*  }*/
/*  .column ul {*/
/*    padding: 0;*/
/*  }*/
/*  .image-2 {*/
/*    width: 50% !important;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 1300px) {}*/
/*# sourceMappingURL=base.css.map */
