:root {
  --bg-color: #f1f6ff;
  --text-color: #1d1d67;
  --blue: #3669ec;
  --light-blue: #628eff;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

/* TEL-800: Update minor spacings to better fit customer need */
@media screen and (min-width: 992px) {
  /* Note from Julian: Only add padding on breakpoint larger devices, otherwise image needs to be centered */
  .contact-image {
    padding-left: 60px;
  }
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.2;
}
/* End of TEL-800 */

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Librefranklin, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Librefranklin, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Librefranklin, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: rgba(29, 29, 103, .8);
  margin-bottom: 40px;
  font-family: Hindmadurai Regular, sans-serif;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--text-color);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  color: rgba(29, 29, 103, .7);
  text-align: center;
  margin-top: 5px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1440px;
  padding: 12px 60px;
  position: fixed;
}

.navlink-text {
  font-family: Hindmadurai Regular, sans-serif;
  font-size: 18px;
  transition: color .3s;
}

.logo-image {
  border-radius: 0;
  width: 100px;
}

.container {
  min-width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.container.licenses {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.section.hero-home {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.blue {
  background-color: var(--blue);
}

.section.blue.bigger-paddings {
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.low-padding {
  padding-bottom: 80px;
}

.section.big {
  padding-bottom: 40px;
}

.section.big.overflow {
  overflow: visible;
}

.section.call-to-action {
  padding-top: 140px;
  padding-bottom: 60px;
}

.section.long {
  height: 200vh;
}

.section.hero {
  padding-top: 140px;
  overflow: hidden;
}

.section.integration, .section.rich-text {
  padding-top: 0;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.footer-brand {
  order: -1;
}

.nav-menu {
  order: 1;
}

.content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.content-wrap.half-width {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 50%;
}

.content-wrap._70-on-desktop {
  width: 70%;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librefranklin, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}

.heading-h1.small {
  font-size: 40px;
}

.heading-h1.white-on-mobile {
  font-size: 49px;
}

.heading-h1.centered-on-mobile {
  width: 80%;
  font-size: 40px;
}

.paragraph {
  color: rgba(29, 29, 103, .7);
  margin-bottom: 0;
  font-family: Hindmadurai Regular, sans-serif;
  font-size: 18px;
}

.paragraph.white {
  color: #fff;
  font-size: 12px;
  line-height: 150%;
}

.paragraph.white.dull {
  color: rgba(255, 255, 255, .8);
}

.paragraph.white.discribe {
  font-size: 18px;
}

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

.paragraph.light {
  color: rgba(243, 247, 255, .8);
}

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

.paragraph.hero {
  font-size: 18px;
}

.paragraph.white-on-mobile {
  color: rgba(29, 29, 103, .6);
}

.content-wrapper {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
  position: relative;
}

.content-wrapper.paddings {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  width: 70%;
  padding: 30px;
}

.content-wrapper.footers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 40%;
}

.content-wrapper._2-3 {
  width: 70%;
}

.span {
  background-image: url('../images/Rectangle-60-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.review-wrap {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.stars-wrap.inline {
  align-items: center;
  display: none;
  overflow: hidden;
}

.star {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 18px;
  display: inline-block;
}

.paragraph-small {
  color: rgba(0, 13, 82, .5);
  margin-bottom: 0;
  font-family: Hindmadurai Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-small.inline {
  color: rgba(29, 29, 103, .6);
  font-size: 16px;
  display: inline-block;
}

.paragraph-small.light {
  color: rgba(255, 255, 255, .8);
}

.paragraph-small.footers {
  color: var(--bg-color);
}

.button {
  background-color: var(--blue);
  border-radius: 12px;
  padding: 14px 22px;
  font-family: Librefranklin Medium, sans-serif;
  font-weight: 600;
  transition: color .3s, background-color .3s;
}

.button:hover {
  background-color: var(--text-color);
}

.button.hero {
  margin-top: 40px;
}

.button.light {
  color: var(--blue);
  background-color: #fff;
  transition: background-color .3s, color .3s;
}

.button.light:hover {
  background-color: var(--text-color);
  color: #fff;
}

.button.light.small {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.light.small:hover {
  background-color: var(--text-color);
  color: #fff;
}

.button.full-width {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  transition: background-color .3s;
  display: flex;
}

.button._404 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.horizontal-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.horizontal-wrap.top-padding {
  align-items: center;
  margin-top: 60px;
}

.horizontal-wrap.values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.horizontal-wrap.centered {
  align-items: center;
}

.horizontal-wrap.solutions {
  position: relative;
}

.hero-image-wrap {
  border-radius: 20px;
  order: 1;
  align-self: center;
  min-width: 48%;
  min-height: 360px;
  margin-left: auto;
  position: relative;
}

.circle {
  -webkit-text-stroke-color: var(--text-color);
  width: 130px;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.circle-arrow {
  margin: auto;
  position: absolute;
}

.logo-wrap {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.logo-wrap.mobile {
  height: auto;
  padding-bottom: 20px;
}

.logo {
  width: 110px;
  margin-right: 40px;
}

.figure-wrapper {
  flex: none;
  width: 70%;
  position: relative;
}

.solution-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.heading-h2 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librefranklin, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}

.heading-h2.solution {
  max-width: 80%;
  font-size: 46px;
}

.heading-h2.white {
  color: #fff;
  font-family: Librefranklin Medium, sans-serif;
  font-size: 40px;
}

.heading-h2.small {
  font-size: 22px;
}

.checkmark {
  color: var(--bg-color);
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin: auto;
  display: flex;
}

.checkmark.dark {
  color: var(--blue);
}

.check-mark-icon {
  background-color: var(--light-blue);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  display: flex;
}

.check-mark-icon.white {
  background-color: #fff;
}

.solution-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librefranklin, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.heading-h3.blue {
  color: var(--blue);
  font-family: Librefranklin Medium, sans-serif;
}

.heading-h3.white {
  color: #fff;
}

.heading-h3.for-faq {
  color: var(--light-blue);
  font-family: Librefranklin Medium, sans-serif;
  line-height: 150%;
}

.solution-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-self: flex-start;
  max-width: 200px;
  display: flex;
}

.solution-item.top {
  margin-bottom: 30px;
}

.solution-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  column-count: 2;
  column-rule-style: none;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  column-gap: 40px;
  margin-top: auto;
  display: block;
}

.solution-image {
  object-fit: scale-down;
  width: 45%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.features-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid rgba(98, 142, 255, .4);
  border-right: 1px solid rgba(98, 142, 255, .4);
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.features-item.last-row-desctop {
  border-right-style: none;
}

.features-item.lowest-desctop {
  border-bottom-style: none;
}

.features-item.lowest-desctop.last-row-tablet {
  display: flex;
}

.features-item.last {
  border-bottom-style: none;
  border-right-style: none;
}

.features-item.lowest {
  border-bottom-style: none;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.feature-icon-wrap {
  background-color: var(--light-blue);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.feature-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: .9fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 60px;
  margin-left: -20px;
  display: grid;
}

.faq {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 50%;
  margin-left: 40px;
  display: flex;
}

.dropdown-trigger {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.dropdown-content {
  padding-top: 0;
  padding-bottom: 10px;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.dropdown-arrow {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.example-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  margin-top: 40px;
  margin-bottom: 100px;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.example-wrap.smaller {
  justify-content: flex-end;
  width: 46%;
  margin-right: 0;
  padding-right: 0;
}

.example-wrap.centered {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.example {
  border-radius: 20px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 9px 18px 120px 8px rgba(3, 3, 43, .2);
}

.example.second {
  border-radius: 16px;
  width: 240px;
  position: absolute;
  top: auto;
  bottom: -19%;
  left: auto;
  right: -4%;
}

.example.third {
  border-radius: 16px;
  width: 200px;
  position: absolute;
  top: auto;
  bottom: -33%;
  left: -6%;
  right: auto;
}

.example.forth {
  border-radius: 12px;
  width: 140px;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.example.left-coner {
  z-index: 2;
  border-radius: 12px;
  width: 80px;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.example.stars {
  z-index: 1;
  border-radius: 12px;
  width: 140px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.example.card-second {
  z-index: 1;
  width: 180px;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: -21%;
  right: auto;
}

.example.card-first {
  z-index: 1;
  width: 200px;
  position: absolute;
  top: auto;
  bottom: -38%;
  left: auto;
  right: -24%;
}

.example.cart {
  z-index: 1;
  border-radius: 12px;
  width: 80px;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.call-to-action-wrapper {
  background-color: var(--blue);
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}

.callto-action-image-wrap {
  background-image: url('../images/Dieter-Spiegelung-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 362.5px;
  margin-right: auto;
  position: relative;
}

.circle-cta {
  width: 147px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle-cta-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.plan-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 60px;
  display: flex;
}

.plan-wrap {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  padding: 20px;
  display: flex;
}

.plan-wrap.pro {
  background-color: var(--blue);
  position: relative;
}

.plan-title, .feature-item-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.price {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Librefranklin, sans-serif;
  font-size: 28px;
}

.price.white {
  color: #fff;
}

.plan-inner-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.stars-icon {
  width: 40px;
  margin-left: auto;
  position: absolute;
  top: 14px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.slder-wrap {
  position: relative;
}

.slide-nav {
  display: none;
}

.mask {
  width: 300px;
  overflow: visible;
}

.mask.review {
  width: 400px;
}

.left-arrow {
  border: 2px solid var(--light-blue);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 36px;
  margin-right: 20px;
  transition: background-color .3s;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.left-arrow:hover {
  background-color: rgba(255, 255, 255, .4);
}

.right-arrow {
  border: 2px solid var(--light-blue);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 36px;
  transition: background-color .3s;
  display: flex;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  background-color: rgba(255, 255, 255, .4);
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 300px;
  padding-top: 80px;
  position: relative;
}

.slider.team {
  height: 440px;
}

.reviews-stars {
  z-index: 3;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 2%;
  right: auto;
}

.clients-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: 34%;
  padding-top: 8px;
  display: flex;
}

.client-image {
  border-radius: 12px;
  width: 60px;
  height: 60px;
}

.clients-title {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.review-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--light-blue);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 20px;
  flex-direction: column;
  padding: 8px 20px 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide {
  width: 280px;
  margin-right: 40px;
}

.slide.review {
  width: 440px;
  margin-right: 40px;
}

.slider-arrow {
  width: 24px;
  height: 24px;
}

.footer {
  background-color: var(--light-blue);
  color: var(--bg-color);
  max-width: 1440px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
}

.footer-links-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  margin-left: auto;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Hindmadurai Regular, sans-serif;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--blue);
}

.footer-links-inner-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footers-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.footer-line {
  background-color: rgba(255, 255, 255, .3);
  height: 2px;
}

.social-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.social-media-image {
  width: 24px;
  height: 24px;
}

.paragraph-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  padding-left: 0;
  display: flex;
}

.about-hero-image {
  background-image: url('../images/K2_00409-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  width: 500px;
  height: 440px;
  display: flex;
  position: relative;
}

.about-feature {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--light-blue);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
}

.about-feature-wrap {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: -1%;
}

.about-feature-wrap.mobile {
  display: none;
}

.number {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Librefranklin, sans-serif;
  font-size: 22px;
  display: flex;
}

.about-hero-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.about-hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  margin-right: 20px;
  display: flex;
}

.value-image {
  width: 40%;
  margin-right: 0;
}

.value-image.mobile {
  display: none;
}

.value-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.value-list {
  z-index: -1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.team-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--light-blue);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.team-image-wrap {
  position: relative;
}

.team-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.linkdin-icon {
  box-shadow: 9px 18px 20px rgba(2, 2, 37, .12);
}

.example-card-mobile {
  z-index: 1;
  border-radius: 12px;
  width: 170px;
  position: absolute;
  top: auto;
  bottom: -13%;
  left: -2%;
  right: auto;
  box-shadow: 14px 14px 40px 6px rgba(2, 2, 39, .15);
}

.example-2 {
  border-radius: 12px;
  width: 400px;
  box-shadow: 9px 18px 60px rgba(2, 2, 39, .15);
}

.value-wrap-first, .value-wrap-second, .value-wrap-third {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
}

.steps-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-top: 60px;
  display: grid;
}

.steps-wrap {
  background-color: var(--light-blue);
  border-radius: 20px;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.step-number {
  z-index: 3;
  color: var(--blue);
  align-items: center;
  font-family: Librefranklin, sans-serif;
  font-size: 44px;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.step-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  margin-top: -1px;
  margin-right: -1px;
  padding: 20px;
  display: flex;
  position: relative;
}

.integrations-hero-image {
  width: 45%;
}

.chips-wrap {
  grid-column-gap: 40px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.chip {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
  box-shadow: 9px 18px 40px rgba(2, 2, 50, .06);
}

.chip.blog {
  padding: 10px 16px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.chip-text {
  margin-bottom: 0;
  font-family: Hindmadurai Regular, sans-serif;
}

.integration-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 0;
  display: flex;
}

.integration-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.integration-icon {
  border-radius: 20px;
  width: 80px;
}

.integration-wrapper {
  padding-top: 40px;
}

.dropdown-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px #8d8d8c;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.dropdown-trigger-2 {
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.line {
  background-color: var(--blue);
  border-radius: 20px;
  width: 11px;
  height: 2.5px;
  margin-right: -5px;
  transform: rotate(-45deg);
}

.line.second {
  margin-right: -4.5px;
  transform: rotate(45deg);
}

.contact-background {
  background-color: var(--light-blue);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 380px;
  padding: 32px 0 32px 32px;
  position: relative;
}

.contact-image {
  z-index: 1;
  flex: 0 auto;
  align-self: center;
  width: 40%;
  padding-bottom: 40px;
  position: relative;
}

.field-label {
  color: #fff;
  margin-bottom: 0;
  font-family: Hindmadurai Regular, sans-serif;
}

.text-field {
  border: 1px solid var(--light-blue);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  min-height: 47px;
  margin-bottom: 0;
}

.text-field:hover {
  border-color: rgba(243, 247, 255, .8);
}

.text-field:active {
  border-color: var(--bg-color);
  color: var(--bg-color);
  font-family: Hindmadurai Regular, sans-serif;
}

.text-field:focus {
  color: #fff;
  font-family: Hindmadurai Regular, sans-serif;
}

.text-field:focus-visible {
  border-color: rgba(243, 247, 255, .8);
}

.text-field[data-wf-focus-visible] {
  border-color: rgba(243, 247, 255, .8);
}

.text-field::placeholder {
  color: #fff;
}

.text-field.area {
  min-height: 80px;
}

.contact-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.form-inner-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.form-block {
  width: 440px;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.submit-button {
  color: var(--light-blue);
  background-color: #fff;
  border-radius: 12px;
  align-self: flex-start;
  padding: 12px 20px;
  transition: background-color .3s, color .3s;
}

.submit-button:hover {
  background-color: var(--text-color);
  color: #fff;
}

.blog-wrap {
  background-color: rgba(255, 255, 255, .15);
  padding-top: 60px;
}

.blog-image-wrap {
  border-radius: 20px;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.blog-image-wrap.shorter {
  height: 280px;
}

.blog-post-link {
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 20px -3px 200px rgba(2, 2, 45, .08);
}

.blog-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 20px;
  display: flex;
}

.blog-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  height: 100%;
}

.date-of-publish {
  margin-bottom: 5px;
  font-family: Hindmadurai Regular, sans-serif;
}

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

.blog-main-image-wrap {
  z-index: 2;
  border-radius: 20px;
  align-self: flex-end;
  width: 55%;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

.rich-text-block {
  padding-left: 120px;
  padding-right: 120px;
}

.rich-text-block a {
  color: var(--blue);
}

.rich-text-block blockquote {
  color: rgba(29, 29, 103, .8);
  border-left-color: rgba(98, 142, 255, .7);
  font-family: Hindmadurai Regular, sans-serif;
}

.rich-text-block img {
  border-radius: 20px;
}

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

.services-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  height: 600px;
  margin-left: 40px;
  display: flex;
}

.horizontal-wrap-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.solution-background-wrap {
  z-index: -1;
  min-width: 700px;
  display: none;
  position: absolute;
  top: -1%;
  left: -24px;
}

.solution-background-wrap.desktop {
  display: block;
  left: -24px;
}

.solution-background {
  z-index: -1;
  color: #fff;
  align-items: flex-start;
}

.solution-bg-image {
  display: none;
}

.stroke {
  z-index: 3;
  color: var(--light-blue);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.stroke.mobile {
  display: none;
}

.fill {
  z-index: 2;
  color: var(--blue);
  margin-top: -1px;
  margin-left: -1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fill.mobile {
  display: none;
}

.hero-image-fill {
  color: var(--bg-color);
  margin-bottom: -9px;
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.feature-icon {
  width: 50px;
  height: 50px;
}

.call-to-action-fill {
  color: var(--blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.call-to-action-fill.tablet {
  display: none;
}

.linkdin-link {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
}

.step-fill {
  z-index: 2;
  color: var(--bg-color);
  margin-top: -1.4px;
  margin-right: -1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-wrapper-block {
  position: relative;
}

.contact-fill {
  z-index: -1;
  color: var(--light-blue);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -26%;
}

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

.navlink-line {
  background-color: var(--light-blue);
  width: 100%;
  height: 2px;
}

.navlink {
  margin-left: 20px;
  margin-right: 20px;
}

.abouthero {
  color: var(--bg-color);
  position: absolute;
  top: auto;
  bottom: -2%;
  left: 0%;
  right: 0%;
}

.humburger-line {
  background-color: rgba(221, 208, 255, .5);
  height: 1px;
  margin-bottom: 20px;
}

.logo-background {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 9px 18px 40px rgba(7, 7, 46, .1);
}

.link {
  color: var(--light-blue);
}

.collection-list-other-articles, .collection-list-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-hero-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.example-screen {
  border-radius: 12px;
  width: 400px;
  box-shadow: 9px 18px 60px rgba(2, 2, 39, .15);
}

._404-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

._404-image {
  align-self: center;
  width: 600px;
}

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

.section-2 {
  padding: 100px 60px 80px;
  position: relative;
  overflow: hidden;
}

.section-2.hero {
  color: #2b1b5c;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 220px;
  position: relative;
}

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

.content-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h1-2 {
  color: #321980;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.success-message {
  background-color: rgba(241, 246, 255, 0);
}

.legal-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.video-2 {
  border-radius: 10px;
}

.video-3 {
  display: none;
}

.checkbox-label {
  color: var(--bg-color);
  font-family: Hindmadurai Regular, sans-serif;
}

.contact-chekbox {
  margin-top: 5px;
}

.text-block {
  color: var(--bg-color);
  text-align: left;
  font-family: Hindmadurai Regular, sans-serif;
}

.error-message {
  background-color: rgba(255, 222, 222, 0);
}

.text-block-2 {
  color: var(--bg-color);
  font-family: Hindmadurai Regular, sans-serif;
}

@media screen and (min-width: 1280px) {
  .section.blue.bigger-paddings {
    padding-left: 80px;
    padding-right: 80px;
    overflow: scroll;
  }

  .heading-h1.small {
    font-size: 45px;
  }

  .heading-h1.white-on-mobile {
    font-size: 49px;
  }

  .heading-h1.centered-on-mobile {
    width: 100%;
  }

  .paragraph.white {
    font-size: 14px;
  }

  .paragraph.white.discribe {
    font-size: 16px;
  }

  .content-wrapper.footers {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-small {
    font-size: 16px;
  }

  .hero-image-wrap {
    min-height: 310px;
  }

  .heading-h3 {
    font-size: 22px;
  }

  .heading-h3.white {
    font-size: 20px;
  }

  .solution-wrapper {
    column-rule-width: 0px;
    column-gap: 40px;
  }

  .example.second {
    bottom: -32%;
    right: 2%;
  }

  .example.third {
    bottom: -35%;
    left: -3%;
  }

  .example.forth {
    top: -9%;
    right: -1%;
  }

  .example.left-coner {
    left: -6%;
  }

  .callto-action-image-wrap {
    background-image: url('../images/Dieter-Spiegelung-1.jpg');
    background-position: 100% 0;
    background-size: cover;
    background-attachment: scroll;
    height: 360px;
  }

  .circle-cta {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .circle-cta-wrap {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -2%;
  }

  .slder-wrap {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mask {
    width: 43%;
  }

  .mask.team {
    width: 300px;
  }

  .right-arrow {
    right: 0%;
  }

  .slider {
    height: 300px;
  }

  .slider.team {
    height: 500px;
  }

  .clients-wrap {
    align-self: flex-start;
  }

  .review-content-wrap {
    background-image: none;
  }

  .slide {
    width: 550px;
    margin-right: 50px;
  }

  .slide.team {
    width: 100%;
    margin-right: 60px;
  }

  .about-hero-image {
    background-image: url('../images/K2_00409-1.jpg');
    justify-content: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-wrap {
    height: auto;
  }

  .team-image-wrap {
    width: 100%;
  }

  .example-card-mobile {
    z-index: 1;
    left: 6%;
  }

  .contact-image {
    border-radius: 0;
  }

  .contact-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form-block {
    width: 600px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .submit-button {
    margin-top: 20px;
  }

  .blog-image-wrap {
    height: 280px;
  }

  .solution-background-wrap {
    width: 800px;
    min-width: auto;
    margin-left: -20px;
    position: static;
    top: -4%;
    left: -6%;
  }

  .solution-background-wrap.desktop {
    width: auto;
    min-width: 700px;
    position: absolute;
    top: -1%;
    left: 0;
  }

  .contact-fill {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -19%;
  }

  .collection-list-other-articles {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .collection-list-main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
  }

  .blog-hero-wrap {
    align-items: flex-end;
  }

  .paragraph-video-anschauen {
    color: rgba(29, 29, 103, .6);
    text-align: center;
    font-family: Hindmadurai Regular, sans-serif;
  }

  .heading-2 {
    text-align: center;
    font-family: Librefranklin, sans-serif;
  }

  .image {
    object-fit: fill;
    border: 1px #000;
    border-radius: 15px;
    position: absolute;
  }

  .youtube {
    object-fit: fill;
  }

  .video-2 {
    border-radius: 10px;
  }

  .video-3 {
    border-radius: 10px;
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    flex-direction: row;
    justify-content: center;
    max-width: 1900px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navlink-text {
    padding-right: 0;
    font-size: 20px;
  }

  .container {
    overflow: visible;
  }

  .container.sticky {
    top: 200px;
  }

  .section {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
  }

  .section.hero-home {
    max-width: 1600px;
  }

  .section.blue.bigger-paddings {
    max-width: 100vw;
    padding-left: 140px;
    padding-right: 140px;
    overflow: hidden;
  }

  .section.call-to-action {
    margin-bottom: 0;
    padding: 20px 140px 40px;
  }

  .section.narrow {
    padding-left: 110px;
  }

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

  .section.blog-article {
    min-height: 100vh;
  }

  .section.rich-text {
    padding-bottom: 20px;
  }

  .container-navbar {
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    display: block;
    position: static;
  }

  .footer-brand {
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-brand.w--current {
    align-self: flex-start;
  }

  .content-wrap.half-width {
    align-items: flex-start;
  }

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

  .paragraph {
    color: rgba(29, 29, 103, .6);
    text-align: left;
    margin-left: 0;
    font-size: 20px;
  }

  .paragraph.white {
    font-size: 14px;
  }

  .paragraph.black, .paragraph.light {
    font-size: 18px;
  }

  .paragraph.hero {
    font-size: 20px;
  }

  .content-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 50%;
  }

  .content-wrapper.paddings {
    align-self: center;
    padding-left: 60px;
  }

  .review-wrap {
    display: flex;
  }

  .stars-wrap.inline {
    margin-right: 0;
  }

  .paragraph-small.inline {
    padding-top: 2px;
  }

  .button {
    padding: 16px 24px;
  }

  .button.hero {
    margin-top: auto;
  }

  .horizontal-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .horizontal-wrap.top-padding {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .horizontal-wrap.top-padding.centered {
    align-items: center;
  }

  .horizontal-wrap.values {
    max-height: 700px;
  }

  .horizontal-wrap.solutions {
    justify-content: space-between;
  }

  .hero-image-wrap {
    min-width: 660px;
    min-height: 480px;
  }

  .circle {
    width: 140px;
  }

  .circle-wrap {
    top: auto;
    bottom: -2%;
    left: -3%;
    right: auto;
  }

  .logo-wrap {
    padding-top: 80px;
  }

  .figure-wrapper {
    width: 40vw;
  }

  .solution-content-wrap {
    justify-content: center;
    padding-top: 32px;
    padding-left: 0;
  }

  .heading-h2.solution {
    text-align: left;
    width: 80%;
  }

  .heading-h2.small {
    font-size: 24px;
  }

  .solution-title {
    align-items: flex-start;
  }

  .solution-wrapper {
    display: block;
  }

  .solution-image {
    width: 45%;
  }

  .example.third {
    left: 0%;
  }

  .example.left-coner {
    left: 2%;
  }

  .example.stars {
    top: -5%;
    right: -6%;
  }

  .example.card-second {
    bottom: -22%;
    left: -12%;
  }

  .example.centered {
    width: 700px;
  }

  .example.card-first {
    bottom: -26%;
    right: -9%;
  }

  .example.cart {
    left: -4%;
  }

  .callto-action-image-wrap {
    background-image: url('../images/Dieter-Spiegelung-1.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .circle-cta-wrap {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -7%;
  }

  .plan-wrap {
    padding: 24px;
  }

  .mask {
    width: 533px;
    overflow: visible;
  }

  .left-arrow {
    right: 5%;
  }

  .right-arrow {
    right: 1%;
  }

  .slider {
    height: 340px;
  }

  .reviews-stars {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .clients-wrap {
    margin-left: 27%;
  }

  .review-content-wrap {
    padding: 10px 24px 24px;
  }

  .slide.review {
    width: 550px;
    margin-right: 74px;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    max-width: 4000px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .footers-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .social-wrap {
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 0;
  }

  .about-hero-image {
    background-size: cover;
  }

  .about-feature-wrap {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    justify-content: flex-start;
    padding-left: 14px;
    padding-right: 14px;
  }

  .team-wrap {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .example-card-mobile {
    left: 18%;
  }

  .steps-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  }

  .contact-image {
    width: 45%;
  }

  .contact-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .form-block, .form {
    height: 100%;
  }

  .submit-button {
    margin-top: 20px;
  }

  .blog-post-link {
    height: 100%;
  }

  .blog-main-image-wrap {
    width: 45%;
    margin-left: 0;
  }

  .services-wrap {
    height: 580px;
  }

  .horizontal-wrap-footer {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    max-width: 1500px;
  }

  .solution-background-wrap {
    margin-left: -55px;
    left: 4%;
  }

  .solution-background {
    color: #fff;
  }

  .hero-image-fill {
    margin-bottom: -10px;
  }

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

  .collection-list-main {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-hero-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: center;
    padding-top: 140px;
  }

  .section-2.hero {
    min-height: 100vh;
    padding-top: 230px;
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .heading-h1-2 {
    font-size: 72px;
  }

  .paragraph-video-anschauen {
    color: rgba(29, 29, 103, .6);
    text-align: center;
    font-family: Hindmadurai Regular, sans-serif;
  }

  .div-block {
    align-self: flex-start;
    font-size: 16px;
  }

  .video {
    object-fit: fill;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 10px;
    display: block;
    position: relative;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    object-fit: fill;
    flex-direction: column;
    display: flex;
    position: static;
  }

  .heading {
    text-align: center;
    font-family: Librefranklin, sans-serif;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Librefranklin, sans-serif;
  }

  .video-3 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--bg-color);
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navlink-text {
    padding-top: 0;
  }

  .container.sticky {
    position: static;
  }

  .section {
    padding: 40px;
    overflow: hidden;
  }

  .section.hero-home {
    background-color: rgba(29, 29, 103, .77);
    background-image: linear-gradient(rgba(29, 29, 103, .77), rgba(29, 29, 103, .77));
    height: auto;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.blue.bigger-paddings {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.call-to-action {
    padding-top: 60px;
  }

  .section.long {
    height: auto;
  }

  .section.hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.blog-article {
    min-height: auto;
    padding-bottom: 0;
  }

  .nav-menu {
    background-color: var(--bg-color);
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .content-wrap {
    min-width: 100%;
  }

  .content-wrap.half-width {
    width: 100%;
  }

  .content-wrap._70-on-desktop {
    width: auto;
  }

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

  .heading-h1.white-on-mobile {
    color: #fff;
  }

  .paragraph.white.dull {
    font-size: 16px;
  }

  .paragraph.white-on-mobile {
    color: #fff;
  }

  .content-wrapper {
    width: auto;
    min-width: 100%;
  }

  .content-wrapper.paddings {
    width: auto;
    margin-top: 0;
    padding: 20px 40px 40px;
  }

  .content-wrapper._2-3 {
    width: auto;
  }

  .span.dark-on-mobile {
    background-image: url('../images/Rectangle-1-1.png');
  }

  .paragraph-small {
    font-size: 18px;
    line-height: 140%;
  }

  .paragraph-small.inline {
    color: #fff;
  }

  .button.hero {
    color: var(--blue);
    background-color: #fff;
    margin-bottom: 60px;
    padding: 12px 20px;
  }

  .horizontal-wrap {
    flex-direction: column;
  }

  .horizontal-wrap.top-padding.centered {
    margin-top: 40px;
  }

  .horizontal-wrap.values {
    flex-direction: row;
  }

  .horizontal-wrap.solutions {
    flex-direction: column;
    align-items: center;
  }

  .hero-image-wrap {
    background-image: none;
    margin-top: -62px;
    margin-right: 0;
    display: none;
  }

  .logo-wrap {
    padding-top: 40px;
  }

  .logo-wrap.mobile {
    background-color: var(--bg-color);
    width: 100vw;
    margin-left: -40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    width: 90px;
    margin-right: 10px;
  }

  .figure-wrapper {
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .solution-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 32px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 24px 24px 80px;
  }

  .heading-h2.solution {
    align-self: flex-start;
    font-size: 40px;
  }

  .heading-h3 {
    font-size: 18px;
  }

  .heading-h3.solution {
    font-size: 20px;
  }

  .solution-item {
    align-items: flex-start;
    max-width: 100%;
  }

  .solution-item.top {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .solution-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    column-count: 2;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(45%, .75fr)) 45%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    column-gap: 30px;
    width: 90%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .solution-image {
    align-self: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .features-item.last-row-desctop {
    border-right-style: solid;
  }

  .features-item.lowest-desctop {
    border-bottom-style: solid;
  }

  .features-item.lowest-desctop.lowest-tablet {
    border-bottom-style: none;
  }

  .features-item.last-row-tablet {
    border-right-style: none;
  }

  .features-item.lowest {
    border-bottom-style: none;
  }

  .feature-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    margin-left: 0;
  }

  .faq {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .example-wrap {
    width: 100%;
    margin-bottom: 140px;
    padding-right: 0;
  }

  .example-wrap.smaller {
    justify-content: center;
    align-self: center;
    width: auto;
    margin-top: 40px;
  }

  .example.second {
    bottom: -28%;
    right: 5%;
  }

  .example.third {
    bottom: -28%;
    left: 9%;
  }

  .example.forth {
    top: -9%;
    right: 0%;
  }

  .example.left-coner {
    top: -6%;
    bottom: auto;
    left: 2%;
    right: auto;
  }

  .example.stars {
    top: -9%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .example.card-second {
    left: 0%;
  }

  .example.card-first {
    right: 0%;
  }

  .example.cart {
    left: 0%;
  }

  .call-to-action-wrapper {
    flex-direction: column;
  }

  .callto-action-image-wrap {
    background-position: 0 22%;
    width: 100%;
    height: 400px;
  }

  .circle-cta-wrap {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 4%;
    left: 0%;
    right: 0%;
  }

  .plan-wrapper {
    flex-direction: column;
  }

  .left-arrow {
    right: 7%;
  }

  .reviews-stars {
    z-index: 3;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .client-image {
    width: 48px;
    height: 48px;
  }

  .review-content-wrap {
    border: 2px solid var(--light-blue);
    background-color: rgba(241, 246, 255, .15);
    background-image: none;
  }

  .slider-arrow {
    width: 20px;
    height: 20px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links-wrap {
    align-self: flex-end;
  }

  .footer-line {
    height: 1px;
  }

  .about-hero-image {
    align-self: center;
    margin-top: 40px;
  }

  .about-feature-wrap.mobile {
    display: none;
  }

  .value-image {
    margin-top: 217px;
    display: none;
  }

  .value-image.mobile {
    align-self: center;
    width: 60%;
    margin-top: 0;
    display: block;
  }

  .value-wrapper {
    width: auto;
  }

  .team-wrap {
    height: auto;
  }

  .example-card-mobile {
    border-radius: 12px;
    width: 180px;
    top: auto;
    bottom: -24%;
    left: auto;
    right: -13%;
    box-shadow: 10px 17px 40px 4px rgba(2, 2, 39, .15);
  }

  .example-2 {
    border-radius: 12px;
    flex: 0 auto;
    align-self: center;
    width: 400px;
    box-shadow: 14px 14px 60px 8px rgba(2, 2, 39, .15);
  }

  .integrations-hero-image {
    align-self: center;
    width: 60%;
    margin-top: 20px;
  }

  .chips-wrap {
    margin-bottom: 40px;
    display: block;
  }

  .chip {
    margin-bottom: 25px;
    margin-right: 24px;
    display: inline-block;
  }

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

  .integration-icon {
    width: 80px;
  }

  .contact-background {
    border-radius: 20px;
    padding-right: 32px;
  }

  .contact-image {
    order: -1;
    width: 70%;
  }

  .form-block {
    width: 100%;
  }

  .blog-image-wrap.shorter {
    height: 240px;
  }

  .blog-main-image-wrap {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .rich-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block h2 {
    font-size: 28px;
  }

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

  .services-wrap {
    align-self: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .horizontal-wrap-footer {
    flex-direction: row;
  }

  .solution-background-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: -5%;
    left: -50px;
  }

  .solution-background-wrap.desktop {
    display: none;
  }

  .solution-bg-image {
    z-index: -1;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .fill {
    margin-top: -1.5px;
  }

  .call-to-action-fill {
    display: none;
  }

  .call-to-action-fill.tablet {
    margin-bottom: -16px;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content-wrapper-block {
    width: 100%;
    overflow: hidden;
  }

  .contact-fill, .navlink-line {
    display: none;
  }

  .navlink {
    margin-left: 32px;
    margin-right: 32px;
  }

  .menu-bugrer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .humburger-line {
    background-color: var(--blue);
    border-radius: 20px;
    width: 20px;
    height: 2px;
    margin-bottom: 0;
  }

  .collection-list-other-articles {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  }

  .blog-hero-wrap {
    flex-direction: column;
  }

  .example-screen {
    border-radius: 12px;
    flex: 0 auto;
    align-self: center;
    width: 400px;
    box-shadow: 14px 14px 60px 8px rgba(2, 2, 39, .15);
  }

  ._404-image {
    width: 80%;
  }

  .section-2.hero {
    padding-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-h1-2 {
    z-index: 1;
    font-size: 56px;
  }

  .video-3 {
    border-radius: 10px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink-text {
    color: var(--text-color);
    font-family: Librefranklin Medium, sans-serif;
    font-size: 40px;
  }

  .container {
    min-width: 95%;
    margin-left: 5px;
    margin-right: 5px;
    overflow: visible;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.hero-home {
    background-image: linear-gradient(rgba(29, 29, 103, .77), rgba(29, 29, 103, .77));
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.big {
    padding-bottom: 60px;
  }

  .section.call-to-action {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1.centered-on-mobile {
    text-align: center;
    width: auto;
  }

  .paragraph {
    font-size: 16px;
  }

  .content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrapper.footers {
    width: auto;
  }

  .paragraph-small {
    font-size: 16px;
  }

  .button {
    padding: 12px 20px;
  }

  .button.hero {
    margin-bottom: 60px;
  }

  .button.light.small {
    font-size: 16px;
  }

  .horizontal-wrap.solutions {
    border-radius: 40px;
  }

  .logo-wrap.mobile {
    margin-left: -20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 70px;
  }

  .figure-wrapper {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }

  .solution-content-wrap {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-h2 {
    font-size: 36px;
  }

  .heading-h2.solution {
    max-width: none;
    padding-left: 0;
    font-size: 36px;
  }

  .heading-h2.white {
    font-size: 36px;
  }

  .heading-h3.solution {
    font-size: 18px;
  }

  .solution-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .solution-image {
    margin-top: 0;
  }

  .features-item.last-row-desctop.last-row-landscape {
    border-right-style: none;
  }

  .features-item.lowest-desctop.last-row-tablet {
    border-right-style: solid;
  }

  .features-item.lowest-desctop.lowest-tablet.last-row-landscape {
    border-bottom-style: solid;
  }

  .features-item.last-row-tablet {
    border-right-style: solid;
  }

  .features-item.last-row-landscape {
    border-right-style: none;
  }

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

  .faq {
    width: auto;
  }

  .example-wrap.smaller {
    justify-content: center;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .example {
    border-radius: 12px;
    width: 400px;
  }

  .example.second {
    border-radius: 12px;
    width: 200px;
  }

  .example.third {
    border-radius: 12px;
    width: 140px;
    bottom: -38%;
    left: 6%;
  }

  .example.forth {
    border-radius: 8px;
    width: 100px;
    top: -11%;
    right: -2%;
  }

  .example.left-coner {
    border-radius: 8px;
    width: 70px;
    left: 5%;
  }

  .example.stars {
    border-radius: 8px;
    width: 120px;
  }

  .example.card-second {
    width: 140px;
  }

  .example.card-first {
    width: 150px;
  }

  .example.cart {
    border-radius: 8px;
    width: 60px;
  }

  .callto-action-image-wrap {
    background-position: 50% 24%;
    background-size: cover;
  }

  .circle-cta-wrap {
    bottom: 2%;
  }

  .plan-wrapper {
    padding-top: 40px;
  }

  .left-arrow {
    right: 10%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-self: flex-start;
    margin-left: 0;
    padding-top: 40px;
    display: flex;
  }

  .footer-link {
    white-space: nowrap;
  }

  .footer-links-inner-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
  }

  .value-image {
    display: none;
  }

  .value-image.mobile {
    align-self: center;
    width: 80%;
    margin-top: 0;
    display: block;
  }

  .value-wrapper {
    width: 100%;
  }

  .example-card-mobile {
    width: 140px;
  }

  .steps-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    padding-top: 40px;
  }

  .step-number {
    right: 3%;
  }

  .chip {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .chip.blog {
    padding: 8px 12px;
    top: 10px;
    left: 10px;
  }

  .chip-text.small, .chip-text.blog {
    font-size: 16px;
  }

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

  .integration-icon {
    width: 70px;
  }

  .blog-image-wrap.shorter {
    height: 200px;
  }

  .services-wrap {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-wrap-footer {
    flex-direction: column;
  }

  .solution-bg-image {
    object-fit: none;
    object-position: 50% 0%;
    height: 700px;
  }

  .navlink {
    align-self: flex-start;
    margin-left: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .collection-list-other-articles {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .example-screen {
    width: 300px;
    margin-right: 40px;
  }

  ._404-image {
    width: 100%;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2.hero {
    padding-top: 100px;
  }

  .content-wrap-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-h1-2 {
    align-self: center;
    font-size: 52px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
  }

  .navbar {
    background-color: var(--bg-color);
    width: 100%;
    padding: 6px 20px 0;
    position: fixed;
  }

  .logo-image {
    width: 100px;
  }

  .container {
    min-width: 95%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

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

  .section.hero-home {
    background-image: linear-gradient(rgba(29, 29, 103, .77), rgba(29, 29, 103, .77));
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section.blue.bigger-paddings {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
    overflow: scroll;
  }

  .section.big.overflow {
    overflow: visible;
  }

  .section.call-to-action {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.narrow {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-navbar {
    padding-top: 8px;
  }

  .content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrap.half-width {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .content-wrap._70-on-desktop {
    width: auto;
  }

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

  .heading-h1.small {
    font-size: 25px;
  }

  .heading-h1.white-on-mobile {
    color: #fff;
    font-size: 25px;
  }

  .heading-h1.centered-on-mobile {
    font-size: 25px;
  }

  .paragraph.white {
    font-size: 12px;
  }

  .paragraph.white.dull {
    font-size: 14px;
  }

  .paragraph.white.afterburner.description, .paragraph.white.discribe {
    font-size: 16px;
  }

  .paragraph.centered {
    align-self: center;
  }

  .paragraph.white-on-mobile {
    color: #fff;
    font-size: 16px;
  }

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

  .content-wrapper.paddings {
    padding: 20px 20px 40px;
  }

  .span.dark-on-mobile {
    background-image: url('../images/Rectangle-1-1.png');
  }

  .review-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .stars-wrap.inline {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .stars-wrap.desktop {
    display: none;
  }

  .star {
    width: 14px;
    height: 14px;
  }

  .star.big {
    width: 16px;
    height: 16px;
  }

  .paragraph-small.inline {
    color: #fff;
    font-size: 12px;
  }

  .paragraph-small.footers {
    color: rgba(255, 255, 255, .8);
  }

  .button.hero {
    color: var(--blue);
    margin-bottom: 60px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .button.light.small {
    font-size: 16px;
  }

  .button._404 {
    font-family: Librefranklin Medium, sans-serif;
  }

  .horizontal-wrap.top-padding {
    margin-top: 40px;
  }

  .hero-image-wrap {
    min-width: 400px;
    min-height: 300px;
    display: none;
  }

  .circle {
    width: 100px;
  }

  .circle-wrap {
    margin-bottom: 6px;
  }

  .logo-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    grid-auto-columns: 1fr;
    padding-top: 32px;
    display: none;
  }

  .logo-wrap.mobile {
    grid-column-gap: 1rem;
    grid-row-gap: .3rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-auto-columns: 1fr;
    width: 102vw;
    margin-left: -20px;
    padding: 20px;
    display: grid;
  }

  .logo {
    width: 100px;
  }

  .figure-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .solution-content-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2, .heading-h2.solution {
    font-size: 32px;
  }

  .heading-h2.white, .heading-h2.afterburner {
    font-size: 25px;
  }

  .heading-h3.blue {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-h3.white {
    font-size: 16px;
  }

  .solution-item.top {
    margin-bottom: 20px;
  }

  .solution-wrapper {
    column-gap: 12px;
  }

  .solution-image {
    width: 80%;
  }

  .features-item {
    border-right-style: none;
    padding-left: 0;
    padding-right: 20px;
  }

  .features-item.lowest-desctop.last-row-tablet, .features-item.last-row-tablet {
    border-right-style: none;
  }

  .features-item.lowest {
    border-bottom-style: solid;
  }

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

  .faq, .dropdown-trigger {
    width: 100%;
  }

  .example-wrap {
    margin-bottom: 60px;
  }

  .example {
    border-radius: 8px;
    align-self: center;
    width: 300px;
    margin-left: 46px;
    margin-right: 0;
  }

  .example.second {
    border-radius: 6px;
    width: 140px;
    bottom: -23%;
    right: -8%;
  }

  .example.third {
    border-radius: 6px;
    width: 80px;
    bottom: -27%;
    left: -2%;
  }

  .example.forth {
    border-radius: 6px;
    width: 90px;
    top: -7%;
    bottom: auto;
    left: auto;
    right: -14%;
  }

  .example.left-coner {
    width: 60px;
    margin-left: 0;
  }

  .example.stars {
    width: 100px;
    margin-left: 0;
    right: -3%;
  }

  .example.card-second {
    width: 90px;
    margin-left: 0;
  }

  .example.centered {
    width: 260px;
    margin-left: 0;
  }

  .example.card-first {
    width: 90px;
    margin-left: 0;
  }

  .example.cart {
    margin-left: 0;
  }

  .callto-action-image-wrap {
    background-image: url('../images/Dieter-Spiegelung-1.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    margin-left: auto;
    padding-left: 0;
  }

  .circle-cta {
    width: 130px;
  }

  .circle-cta-wrap {
    width: 130px;
    bottom: -1%;
  }

  .price {
    color: var(--blue);
  }

  .stars-icon {
    width: 32px;
  }

  .mask.review {
    width: auto;
    min-width: 300px;
  }

  .mask.team {
    width: 280px;
  }

  .left-arrow {
    border-width: 1.5px;
    right: 12%;
  }

  .right-arrow {
    border-width: 1.5px;
  }

  .slider {
    margin-top: 20px;
    margin-bottom: auto;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .reviews-stars {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    top: 11%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .clients-wrap {
    margin-left: 100px;
  }

  .client-image {
    width: 42px;
    height: 42px;
  }

  .review-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-width: 1.5px;
    margin-bottom: auto;
    padding: 4px 16px 10px;
    bottom: auto;
  }

  .slide.review {
    width: 90vw;
    margin-right: 20px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-links-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    width: 100%;
    padding-top: 30px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-links-inner-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

  .social-wrap {
    padding-top: 20px;
  }

  .paragraph-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .about-hero-image {
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    position: relative;
  }

  .about-feature {
    z-index: 1;
    text-align: center;
    width: 140px;
    height: 140px;
    margin-bottom: 0;
    position: relative;
  }

  .about-feature.first {
    z-index: 3;
    position: relative;
  }

  .about-feature.second {
    z-index: 2;
    height: 140px;
    position: relative;
  }

  .about-feature-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .about-feature-wrap.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100%;
    margin-top: 40px;
    display: grid;
    position: static;
  }

  .number {
    font-size: 20px;
  }

  .team-wrap {
    height: auto;
  }

  .example-card-mobile {
    width: 120px;
    bottom: -31%;
    right: -5%;
  }

  .example-2 {
    width: 300px;
  }

  .steps-wrap {
    width: 90vw;
  }

  .integrations-hero-image {
    width: 100%;
  }

  .chips-wrap {
    flex-direction: column;
    display: block;
  }

  .chip {
    border-radius: 12px;
    align-self: flex-start;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .chip.blog {
    margin-right: 0;
    padding: 8px 12px;
    top: 12px;
    left: 12px;
  }

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

  .integration-item {
    align-items: center;
    margin-right: 0;
  }

  .integration-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(8%, 28%));
    justify-items: center;
  }

  .integration-icon {
    width: 60px;
  }

  .integration-wrapper {
    padding-top: 40px;
  }

  .dropdown-wrapper {
    border-radius: 12px;
    width: 100%;
    box-shadow: 9px 18px 40px 3px rgba(5, 5, 51, .1);
  }

  .contact-background {
    height: auto;
    padding: 20px;
  }

  .contact-image {
    width: 90%;
  }

  .field-label {
    font-size: 16px;
  }

  .form-inner-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .blog-wrap {
    border-style: none;
    padding-top: 40px;
  }

  .blog-image-wrap {
    height: 260px;
  }

  .blog-post-link {
    padding: 20px;
  }

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

  .rich-text-block h2 {
    font-size: 26px;
  }

  .rich-text-block p {
    font-size: 16px;
  }

  .services-wrap {
    padding-top: 40px;
  }

  .horizontal-wrap-footer {
    align-items: center;
  }

  .menu-button {
    order: 1;
  }

  .stroke {
    display: none;
  }

  .stroke.mobile {
    display: block;
  }

  .fill {
    display: none;
  }

  .fill.mobile {
    display: block;
  }

  .step-fill {
    margin-top: -1px;
  }

  .abouthero {
    display: none;
  }

  .humburger-line {
    width: 20px;
  }

  .logo-background {
    border-radius: 12px;
  }

  .collection-list-other-articles {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 100%;
  }

  .collection-list-main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 100%;
  }

  .blog-hero-wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .example-screen {
    width: 220px;
  }

  .section-2 {
    padding: 60px 30px;
  }

  .section-2.hero {
    z-index: 1;
    min-height: 92vh;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1-2 {
    font-size: 42px;
  }

  .video-3 {
    border-radius: 10px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  #w-node-ca061260-d2ae-e5eb-ca23-ff7cd7a594b1-96044a3a, #w-node-ca061260-d2ae-e5eb-ca23-ff7cd7a594b6-96044a3a {
    justify-self: start;
  }

  #w-node-ca061260-d2ae-e5eb-ca23-ff7cd7a594bb-96044a3a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_33aafde4-f2e7-7f33-97bc-864932e44830-96044a3c, #w-node-_33aafde4-f2e7-7f33-97bc-864932e44835-96044a3c {
    justify-self: start;
  }

  #w-node-_33aafde4-f2e7-7f33-97bc-864932e4483a-96044a3c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-ded43499-6f36-1c6d-9990-8dfb93804f88-96044a42, #w-node-_587542f1-aaf4-5f2f-f42f-0451b77529c5-96044a42, #w-node-_94e4848f-d9ff-9677-3bab-73a5e5bc0407-96044a42, #w-node-_656e5347-4cc6-a71c-64fe-4a5c029c9f5a-96044a42, #w-node-_656e5347-4cc6-a71c-64fe-4a5c029c9f5f-96044a42, #w-node-_656e5347-4cc6-a71c-64fe-4a5c029c9f64-96044a42, #w-node-_9cd2f76c-b695-419c-7ff8-465469e0cd97-96044a42, #w-node-b8960fcf-b294-9fd5-91cf-75e69aa63b03-96044a42, #w-node-_4b3fbc9e-fa6b-9ed3-555f-870cbdbbbe29-96044a42 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Librefranklin';
  src: url('../fonts/LibreFranklin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindmadurai Regular';
  src: url('../fonts/HindMadurai-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin Medium';
  src: url('../fonts/LibreFranklin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}