@font-face {
  font-family: Domine_Google;
  src: url('../fonts/Domine-Bold.ttf') format("truetype"), url('../fonts/Domine-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Domine_Google;
  src: url('../fonts/Domine-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Domine_Google;
  src: url('../fonts/Domine-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Domine_Google;
  src: url('../fonts/Domine-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat_Google;
  src: url('../fonts/Montserrat-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat_Google;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype"), url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat_Google;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat_Google;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat_Google;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat_Google;
  src: url('../fonts/Montserrat-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat_Google;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat_Google;
  src: url('../fonts/Montserrat-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Bold.otf') format("opentype"), url('../fonts/Metropolis-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #313233;
  --grey1: #848991;
  --lehrer-rot: #fe0000;
  --white: white;
  --gainsboro: #dfdfdf;
  --footer-grau: #131313;
  --grey-2: #888;
  --dark-overlay: #0000009c;
  --lehrer-grau: #2c2c2c;
  --ghost-white: #f5f6fa;
  --grey-2-3: #7f868c;
  --white-overlay: #fffffff0;
  --light-lred: #fff6f6;
  --bg-grey: #f8f8f8;
  --rot-dave: #f20;
  --rot-2-dave: #ee2000;
}

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

.w-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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
}

h2 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

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

p {
  color: var(--grey1);
  text-align: center;
  margin-bottom: 0;
  font-family: Domine_Google, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  width: 100%;
  min-width: 10px;
  max-width: 100%;
  height: 100%;
  min-height: 10px;
  display: inline-block;
}

.header {
  background-color: var(--lehrer-rot);
  width: 100%;
  height: 40px;
  display: block;
}

.main-container {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.header-container {
  height: 100%;
}

.header-flex {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.header-contact-details-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header-social-media-icon-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-number-container {
  display: flex;
}

.phone-number {
  margin-right: 30px;
}

.emails-details-container {
  display: flex;
}

.h7-hind {
  color: #fff;
  font-family: Montserrat_Google, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.h7-hind.grey-font {
  color: var(--grey1);
  margin-bottom: 0;
  line-height: 28px;
}

.h7-hind.black-font {
  color: var(--black);
}

.reasons-section {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/Bw2.jpg');
  background-position: 0 0, 50%;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.reasoning-heading-container {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.section-sub-text-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
  letter-spacing: .5px;
  font-family: Domine_Google, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.align-center.white-paragraph {
  color: #fff;
}

.reasons-blocks-container {
  flex-wrap: nowrap;
  place-content: space-around space-between;
  margin-top: 60px;
  display: flex;
}

.reason-block {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.reason-icon-container {
  background-color: var(--lehrer-rot);
  border-radius: 190px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 0;
  display: flex;
}

.reason-icon {
  color: #fff;
  width: 45px;
  height: 45px;
  font-family: "Fa solid 900";
  font-size: 25px;
  font-weight: 400;
}

.reason-text-container {
  margin-left: 20px;
}

.reason-heading {
  display: flex;
}

.reason-paragraph {
  margin-top: 10px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.brand {
  min-width: 140px;
  max-width: 110px;
  height: 80px;
  position: relative;
}

.brand.w--current {
  min-width: 140px;
  height: 80px;
}

.lite-logo {
  min-width: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.dark-logo {
  position: static;
  inset: 0%;
}

.nav-link {
  padding: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav-link:hover {
  color: #2292d7;
}

.nav-link.w--current {
  margin-right: 10px;
  padding: 10px;
}

.drop-down-icon {
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 5px;
  display: flex;
}

.drop-down-icon.white-nav {
  margin-top: 5px;
}

.dropdown-nav-link {
  padding: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.dropdown-nav-link:hover {
  color: #2292d7;
}

.dropdown-nav-link.w--current {
  margin-right: 10px;
  padding: 10px;
}

.search---nav-button-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-button {
  text-align: center;
  background-color: #2293d7;
  border-radius: 3px;
  width: 140px;
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.nav-button-container {
  margin-right: 0;
}

.nav-search-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.nav-search-field {
  box-shadow: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -150px;
  display: flex;
}

.search-button {
  color: #222246;
  background-color: #fff;
  font-family: "Fa solid 900";
  display: none;
}

.search-input {
  color: var(--grey1);
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 200px;
  height: 45px;
  margin-bottom: 0;
  margin-left: -150px;
  font-family: Metropolis, sans-serif;
  display: block;
  box-shadow: -3px 0 12px #0000000f;
}

.dropdown-list {
  width: 2px;
}

.dropdown-list.w--open {
  transform-origin: 50% 0;
  background-color: #0000;
  width: 220px;
  margin-left: 40px;
}

.dropdown-pages-container {
  background-color: #fff;
  border-radius: 0;
  margin-top: 20px;
  padding: 15px;
  position: relative;
  box-shadow: 0 0 24px 1px #0003;
}

.dropdown-link {
  background-color: #fff;
  padding: 10px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: var(--lehrer-rot);
  background-color: #fff;
}

.dropdown-link.w--current {
  color: var(--lehrer-rot);
  background-color: #fff;
  margin-right: 10px;
  padding: 10px;
}

.dropdown-header {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -10px auto auto 20px;
  transform: rotate(45deg);
}

.dropdown-toggle-2, .dropdown-toggle-2.w--open {
  padding: 15px;
}

.search-dropdown-header {
  z-index: -1;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-top: 0;
  position: absolute;
  inset: 0% 15px auto auto;
  transform: rotate(45deg);
}

.our-technology-section {
  padding-top: 70px;
  padding-bottom: 90px;
}

.our-technology-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.our-technology-left-flex {
  max-width: 485px;
  margin-right: 70px;
  padding: 0;
}

.our-technology-right-flex {
  flex: 1;
  width: auto;
  max-width: 625px;
}

.section-sub-text-left-align {
  max-width: none;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.para-17 {
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.para-17.grey-font {
  color: #848991;
}

.para-17.excluded {
  color: #e7e7e7;
}

.para-17.contact {
  line-height: 25px;
}

.technology-specification-block-container {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.specification-block {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.specification-icon-container {
  width: 28px;
  height: 28px;
}

.specification-block-title-container {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.specification-block-text-container {
  max-width: 210px;
}

.h7-hind-grey-font {
  color: var(--grey1);
  font-family: Hind, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.our-technology-video-container {
  width: auto;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.button-container {
  width: 135px;
}

.rounded-button {
  z-index: 0;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 32px;
  width: 100%;
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  font-weight: 600;
  position: static;
}

.video-light-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.play-button {
  z-index: 2;
  background-color: #2293d7;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  padding-left: 5px;
  font-family: "Fa solid 900";
  font-size: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button.white-bg {
  background-color: var(--white);
  width: 64px;
  height: 64px;
}

.how-ai-works-section {
  background-image: linear-gradient(#26699f99, #26699f99), url('../images/Home-IMG-42x-min.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
  position: relative;
}

.how-ai-works-container {
  margin-top: 70px;
}

.section-top-divider {
  background-image: url('../images/section-top-devider.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 30vh;
  position: absolute;
  inset: -2% 0% auto;
  overflow: visible;
}

.how-ai-works-heading-container {
  max-width: 380px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-white {
  color: #fff;
  text-align: center;
}

.ai-workflow-container {
  justify-content: space-around;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.ai-work-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.ai-icon-container {
  width: 50px;
  height: 50px;
}

.ai-block-heading {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
}

.h6-white {
  color: var(--white);
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}

.machine-learning-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.machine-learning-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.machine-learning-image-container {
  background-image: url('../images/analytics-ai-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  max-width: 545px;
  min-height: 500px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.machine-learning-text-container {
  flex: 1;
  width: 595px;
  max-width: 545px;
  padding: 30px 0;
}

.machine-learning-header-text-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.machine-learning-heading-container {
  max-width: 370px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.machine-learning-featuers-containerr {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.machine-learning-feature-block {
  width: 245px;
  display: flex;
}

.machine-feature-icon-container {
  flex: 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.machine-feature-heading {
  margin-bottom: 5px;
}

.horizontal-divider {
  background-color: #2293d7;
  width: 10px;
  height: 2px;
  margin-right: 10px;
}

.pricing-section {
  background-color: #f5f6fa;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.pricing-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.pricing-blocks-container {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.pricing-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 290px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #d6d7d8;
}

.pricing-block.middle-block {
  margin-left: 20px;
  margin-right: 20px;
}

.plan-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.price-container {
  margin-top: 25px;
  margin-bottom: 20px;
}

.plan-paragraph-container {
  margin-bottom: 25px;
}

.price-text {
  text-align: center;
  line-height: 54px;
}

.pricing-button-container {
  justify-content: center;
  align-items: center;
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rounded-white-button {
  z-index: 1;
  color: #2293d7;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Metropolis, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px #2b2b2b33;
}

.rounded-white-button.no-shadow {
  box-shadow: none;
  font-weight: 600;
  transition: color .4s, background-color .4s;
}

.rounded-white-button.no-shadow:hover {
  color: var(--white);
  background-color: #2293d7;
}

.pricing-background {
  z-index: 0;
  background-image: url('../images/price-bg.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-section {
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.testimonial-container {
  justify-content: space-between;
  display: flex;
}

.testimonial-block {
  width: 555px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  box-shadow: 5px 0 30px #d6d7d891;
}

.testimonial-text-container {
  flex: 1;
  padding: 30px;
}

.testimonial-image-container {
  background-image: url('../images/Testimonial-box-img-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 185px;
  min-width: 10px;
  height: 100%;
  min-height: 10px;
  margin-bottom: 0;
}

.double-quote-icon-container {
  width: 28px;
  height: 28px;
}

.testimonial-paragraph-container {
  margin-top: 10px;
  margin-bottom: 25px;
}

.reviewer-name-container {
  margin-bottom: 5px;
}

.testimonial-image2-container {
  background-image: url('../images/Testimonial-box-img-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 185px;
  height: 100%;
  margin-bottom: 0;
}

.innovation-section {
  background-image: linear-gradient(#42a7f7e0, #42a7f7e0), url('../images/Home-CTA.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 95px;
  padding-bottom: 190px;
  display: none;
  position: relative;
}

.innovation-header-text-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.get-in-touch-heading-container {
  max-width: 990px;
  margin: 0 auto 35px;
}

.apply-for-role-button-container {
  max-width: 170px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.section-bottom-divider {
  background-image: url('../images/curve.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 18vh;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% -2%;
}

.section-bottom-divider.grey {
  background-image: url('../images/divider-grey.svg');
}

.section-bottom-divider.fliped-up {
  transform-style: preserve-3d;
  background-position: 50% 0;
  background-size: cover;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 90px;
  inset: -2% 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.get-answers-section {
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.get-answer-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.get-answers-sub-text-container {
  max-width: 625px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.answers-blocks-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.answer-block {
  background-color: #f5f6fa;
  flex: 1;
  width: 355px;
  max-width: 355px;
  min-height: 150px;
  margin-right: 10px;
  padding: 25px 30px;
  display: flex;
}

.answer-block-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.answer-block-heading-container {
  display: flex;
}

.answer-block-paragraph-container {
  margin-top: 8px;
}

.footer-section {
  border-top: 1px none var(--gainsboro);
  background-color: var(--footer-grau);
  text-align: center;
  align-items: flex-start;
  padding-top: 55px;
  padding-bottom: 40px;
}

.footer-container {
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.footer-logo-link {
  flex: 0 auto;
  width: 200px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-logo-container {
  width: 200px;
  max-width: 240px;
  margin-bottom: 20px;
}

.footer-column {
  max-width: 290px;
}

.footer-paragraph-container {
  max-width: 260px;
  margin-top: 25px;
}

.footer-contact-column {
  text-align: left;
  max-width: 250px;
}

.footer-link-heading-container {
  margin-bottom: 15px;
}

.footer-list-item {
  margin-bottom: 10px;
  display: flex;
}

.footer-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  display: flex;
}

.footer-nav-column {
  text-align: left;
}

.copy-right---social-icon-container {
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.copy-right-text-container {
  color: var(--grey-2);
  font-family: Hind, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.footer-social-media-icon-container {
  justify-content: center;
  align-items: center;
  display: none;
}

.powered-by-webflow {
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.webflow {
  color: #42a7f7;
  transition: letter-spacing .4s;
}

.webflow:hover {
  letter-spacing: 1px;
}

.ai-horizontal-divider-left {
  background-color: #fff6;
  width: 250px;
  height: 2px;
  margin-right: 10px;
  position: absolute;
  inset: 25px -45% 0% auto;
}

.ai-horizontal-divider-right {
  background-color: #ffffff80;
  width: 250px;
  height: 2px;
  margin-right: 10px;
  position: absolute;
  inset: 25px -45% 0% auto;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-link-container {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.nav-menu-logo-container {
  display: none;
}

.nav-menu-social-media-icon-container {
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-hero-section {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/Container-5.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.search-drop-down.w--open {
  background-color: #0000;
}

.about-hero-heading-container {
  max-width: 1060px;
  margin: 20px auto 10px;
}

.about-video-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-video-header-text-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-video-paragraph-container {
  max-width: 930px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.about-video-light {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 10px;
  height: 100%;
  min-height: 10px;
  max-height: 465px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.light-image {
  transition: all .4s;
}

.light-image:hover {
  transform: scale(1.1);
}

.about-light-video-light-container {
  margin-top: 95px;
}

.our-story-section {
  padding-top: 90px;
  padding-bottom: 110px;
}

.our-story-container {
  justify-content: space-between;
  display: flex;
}

.our-story-text-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 545px;
  display: flex;
}

.our-story-second-heading-container {
  margin-top: 25px;
  margin-bottom: 35px;
}

.our-story-button-container {
  max-width: 170px;
  margin-top: 30px;
}

.vision-mission-section {
  padding-top: 90px;
}

.vision-mission-container {
  justify-content: space-between;
  display: flex;
}

.vision-mission-block {
  border: 1px solid #ddd;
  width: 350px;
  max-width: 350px;
  height: 285px;
  padding: 45px 30px;
}

.vision-mission-block-heading {
  display: flex;
}

.vision-mission-block-paragraph {
  margin-top: 15px;
}

.download-block {
  background-image: linear-gradient(to top, #2293d7ba, #2293d7);
  border: 1px solid #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 285px;
  padding: 45px 30px;
  display: flex;
}

.download-button-container {
  width: 145px;
  margin-top: 30px;
  transition: transform .4s;
}

.download-button-container:hover {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(0, -5px);
}

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

.ai-advantage-heading-container {
  max-width: 495px;
  margin-left: auto;
  margin-right: auto;
}

.ai-advantage-blocks-container {
  margin-top: 50px;
}

.ai-advantage-block {
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.ai-advantage-block-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  display: flex;
}

.ai-advantage-block-text-container {
  margin-top: 0;
}

.ai-advantage-block-paragraph-container {
  margin-top: 10px;
}

.ai-advantage-block-row {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.about-quote-section {
  background-color: #f5f6fa;
}

.about-quote-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 75px;
  padding-right: 170px;
  display: flex;
}

.about-quote-text-container {
  max-width: 460px;
  margin-right: 50px;
  padding-left: 0;
}

.about-quote-icon-container {
  opacity: .2;
  width: 58px;
}

.about-quote {
  margin-top: 15px;
  margin-bottom: 15px;
}

.author-name {
  margin-bottom: 0;
}

.about-quote-image-container {
  flex: none;
  height: 100%;
  margin-bottom: 0;
}

.span-26 {
  color: var(--black);
  text-align: left;
  font-size: 26px;
  line-height: 30px;
}

.our-people-section {
  padding-top: 90px;
  padding-bottom: 45px;
}

.our-people-row {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.team-member-block {
  width: 250px;
}

.team-member-image {
  background-image: url('../images/Team-1_1Team-1.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  display: flex;
}

.team-member-image._1 {
  background-image: url('../images/Untitled-5.jpg');
  overflow: hidden;
}

.team-member-image._2 {
  background-image: url('../images/Untitled-6.jpg');
  background-position: 50% 0;
  overflow: hidden;
}

.team-member-image._3 {
  background-image: url('../images/Untitled-7.jpg');
  overflow: hidden;
}

.team-member-image._4 {
  background-image: url('../images/Untitled-4.jpg');
  overflow: hidden;
}

.team-member-image._5 {
  background-image: url('../images/Untitled-8.jpg');
  overflow: hidden;
}

.team-member-image._6 {
  background-image: url('../images/Untitled-2.jpg');
  overflow: hidden;
}

.team-member-image._7 {
  background-image: url('../images/Untitled-1.jpg');
  overflow: hidden;
}

.team-member-image._8 {
  background-image: url('../images/Untitled-3.jpg');
  overflow: hidden;
}

.team-member-name {
  margin-top: 15px;
  margin-bottom: 5px;
}

.team-member-social-icon {
  background-color: #2293d7;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  display: flex;
}

.team-member-social-icon.absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.our-people-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.our-people-sub-text-container {
  max-width: 465px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.member-social-media-icon-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.get-in-touch-section {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/DSC03455.webp'), url('../images/1593.webp');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.innocation-hero-button-container {
  max-width: 160px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.get-in-touch-header-text-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.scroll-to-top-button {
  z-index: 10;
  background-color: var(--lehrer-rot);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.scroll-to-top-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-hero-section {
  background-image: linear-gradient(#2293d7cc, #2293d7cc), url('../images/Home-CTA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.contact-sub-text-container {
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
}

.contact-hero-heading-container {
  margin: 0 auto 10px;
}

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

.contact-flex-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-form-paragraph-container {
  margin-top: 15px;
  margin-bottom: 50px;
}

.contact-form-container {
  flex: none;
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 0;
}

.contact-address-container {
  flex: 0 auto;
  max-width: 350px;
  margin-left: auto;
  margin-right: 0;
  font-style: normal;
}

.paragraph-email {
  color: #42a7f7;
  font-weight: 400;
  transition: all .5s;
}

.paragraph-email:hover {
  border: 1px #42a7f7;
  border-bottom-style: solid;
}

.text-filed {
  color: var(--black);
  border: 1px #000;
  border-bottom: 1px solid #d8d8d8;
  max-width: 330px;
  height: 60px;
  padding-left: 0;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.text-filed:focus {
  border-bottom-width: 2px;
  border-bottom-color: #2293d7;
}

.text-filed::placeholder {
  color: #31323366;
  font-weight: 500;
}

.from-row {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.message-box {
  border: 1px #000;
  border-bottom: 1px solid #d8d8d8;
  min-height: 195px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.message-box::placeholder {
  color: #3336;
}

.submit-button {
  border-radius: 25px;
  width: 120px;
  margin-top: 30px;
  font-family: Metropolis, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: box-shadow .3s;
}

.submit-button:hover {
  box-shadow: 0 11px 18px -5px #0006;
}

.contact-form {
  margin-bottom: 0;
}

.contact-address-block {
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.contact-address-icon-container {
  background-color: #42a7f7;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
}

.contact-address-icon {
  color: #fff;
  width: 21px;
  height: 21px;
  font-family: "Fa 400";
  font-size: 27px;
  line-height: 27px;
  display: flex;
}

.contact-address-text-container, .contact-address-paragraph-container {
  margin-top: 0;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-stripe-1 {
  background-color: var(--black);
  width: 2px;
  height: 60%;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-a-text {
  padding: 0 20px 20px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-a.faq-shadow {
  box-shadow: 0 4px 6px #0000001a;
}

.c-faq {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-item {
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-item.faq-item-with-border {
  border: 1px solid var(--gainsboro);
  border-radius: 3px;
  margin-bottom: 15px;
}

.faq-stripe-2 {
  background-color: var(--black);
  width: 60%;
  height: 2px;
  position: absolute;
}

.faq-section {
  background-color: #f5f6fa;
  padding-top: 90px;
  padding-bottom: 90px;
}

.faq-heading-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-sub-text-container {
  max-width: 750px;
  margin: 10px auto 50px;
}

.faq-accordion-container {
  min-height: 50vh;
  margin-left: 0;
  padding-left: 0;
  display: none;
}

.nav-link-white {
  color: #fff;
  padding: 11px 15px 10px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.nav-link-white:hover {
  color: #ffffff80;
}

.nav-link-white.w--current {
  color: #fff;
  margin-right: 0;
  padding: 11px 15px 10px;
  font-family: Montserrat_Google, sans-serif;
}

.nav-button-white {
  color: var(--lehrer-rot);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.nav-button-white:hover {
  background-color: var(--lehrer-grau);
  color: var(--white);
}

.navbar-white {
  background-color: #02020291;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: 40px 0% auto;
}

.dropdown-nav-link-white {
  color: #fff;
  align-items: center;
  padding: 10px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dropdown-nav-link-white:hover {
  color: #ffffff80;
}

.dropdown-nav-link-white.w--current {
  margin-right: 10px;
  padding: 10px;
}

.dropdown {
  margin-left: 20px;
}

.service-hero-heading-container {
  max-width: 1060px;
  margin: 20px auto 10px;
}

.services-hero-section {
  background-image: linear-gradient(#419bf9d9, #419bf9d9), url('../images/Contact-Detailed-Hero_1Contact-Detailed-Hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.what-we-offer-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.what-we-offer-header-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.what-we-offer-heading-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.what-we-offer-blocks-container {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.what-we-offer-block {
  max-width: 275px;
}

.what-we-offer-block.middle-block {
  margin-left: 50px;
  margin-right: 50px;
}

.offer-icon-container {
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.offer-heading-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.other-services-section {
  background-color: #f5f6fa;
  padding-top: 90px;
  padding-bottom: 90px;
}

.other-services-container {
  justify-content: space-between;
  display: flex;
}

.other-services-text-container {
  flex-direction: column;
  justify-content: center;
  max-width: 545px;
  margin-right: 50px;
  display: flex;
}

.other-services-header-container {
  margin-bottom: 10px;
}

.other-services-heading-container {
  margin-top: 5px;
  margin-bottom: 15px;
}

.other-services-block-container {
  display: flex;
}

.services-blocks-column {
  margin-top: 30px;
}

.services-blocks-column._2nd-column {
  margin-top: 0;
  margin-left: 50px;
}

.other-service-block {
  background-color: var(--white);
  border-radius: 4px;
  align-items: flex-end;
  width: 245px;
  max-width: 245px;
  height: 300px;
  margin-bottom: 30px;
  padding: 40px 25px;
  display: flex;
  box-shadow: 0 -1px 6px #0000001a;
}

.service-block-overflow-hidden {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.service-block-heading-container {
  margin-bottom: 10px;
  display: flex;
}

.service-block-icon-container {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.service-block-arrow-container {
  width: 30px;
  margin-bottom: -40px;
}

.service-block-paragraph-container {
  margin-bottom: 30px;
}

.fintech-section {
  padding-top: 0;
}

.fintech-container {
  justify-content: space-between;
  display: flex;
}

.fintech-text-container {
  flex: 1;
  padding-top: 80px;
  padding-bottom: 0;
}

.fintech-image-container {
  background-image: url('../images/AI-for-fintech.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.fintech-paragraph-container {
  max-width: 355px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.fintech-blocks-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.fintech-block {
  flex: 0 auto;
  max-width: 45%;
  margin-right: 0;
  padding-right: 50px;
}

.fintech-block-icon-container {
  width: 28px;
  height: 28px;
}

.fintech-block-heading-container {
  margin-top: 20px;
  margin-bottom: 10px;
}

.how-we-work-section {
  background-color: #2293d7;
  height: 525px;
  margin-bottom: 0;
}

.how-we-work-container {
  padding-top: 90px;
}

.how-we-work-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-we-work-heading-container {
  max-width: 470px;
  margin: 15px auto 50px;
}

.how-we-work-counter-container {
  justify-content: space-around;
  display: flex;
}

.work-counter-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.counter-text {
  margin-top: 20px;
}

.counter {
  color: var(--white);
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 34px;
}

.how-we-work-blocks-container {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-around;
  max-width: 1045px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px;
  display: flex;
  box-shadow: 0 30px 77px -15px #0000001a;
}

.how-we-work-block {
  max-width: 330px;
  padding-left: 25px;
  padding-right: 25px;
}

.how-we-work-block-icon-container {
  background-color: #e8f4fb;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.how-we-work-block-heading-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.how-we-work-block-icon {
  color: #42a7f7;
  font-family: "Fa solid 900";
  font-size: 25px;
  line-height: 25px;
}

.services-testimonial-section {
  padding-top: 345px;
  padding-bottom: 90px;
}

.services-testimonial-container {
  width: 100%;
}

.services-testimonial-image-container {
  background-image: url('../images/quote.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 655px;
  margin-bottom: 0;
  display: flex;
}

.services-testimonial-text-container {
  background-color: #fff;
  max-width: 435px;
  margin-left: -45px;
  padding: 50px;
  box-shadow: -5px 0 30px #d6d7d8;
}

.services-testimonial-icon-container {
  width: 28px;
  height: 28px;
}

.services-testimonial-paragraph-container {
  margin-top: 20px;
  margin-bottom: 30px;
}

.services-testimonial-author-name {
  margin-bottom: 0;
}

.cta-section {
  background-image: linear-gradient(#2293d7e6, #2293d7e6), url('../images/Services-CTA_1Services-CTA.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
  position: relative;
}

.cta-heading-container {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.cta-input {
  text-align: left;
  display: flex;
}

.subscribe-form-input {
  color: #fff;
  background-color: #ffffff4d;
  border-style: none;
  border-radius: 40px;
  width: 410px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-form-input::placeholder {
  color: #fff;
}

.cta-form-container {
  margin-top: 35px;
  margin-bottom: 0;
}

.cta-button-container {
  width: 130px;
  height: 45px;
  margin-left: 25px;
}

.resources-hero-section {
  background-image: linear-gradient(#419bf9d9, #419bf9d9), url('../images/Contact-Detailed-Hero_1Contact-Detailed-Hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.resources-hero-heading-container {
  max-width: 1060px;
  margin: 20px auto 10px;
}

.dowload-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.download-heading-container {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.download-row {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.download-box {
  align-items: flex-start;
  width: 605px;
  max-width: 525px;
  margin-right: 0;
  display: flex;
}

.download-box.left-margin {
  margin-right: 50px;
}

.download-icon-container {
  flex: none;
  width: 77px;
  height: 98px;
  margin-right: 125px;
}

.download-box-heading-container {
  display: flex;
}

.download-box-paragraph-container {
  margin-top: 10px;
  margin-bottom: 20px;
}

.resources-hero-sub-text-container {
  max-width: 460px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.downlod-link-box {
  position: relative;
}

.download-link-box {
  color: #42a7f7;
  text-align: left;
  height: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  display: inline-block;
  overflow: hidden;
}

.download-link-text {
  transform-origin: 0%;
  color: #42a7f7;
  text-transform: uppercase;
  font-family: Metropolis, sans-serif;
  font-size: 12px;
}

.line {
  transform-origin: 0%;
  background-color: #42a7f7;
  border-radius: 30px;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  position: absolute;
  inset: auto 0% -5px;
}

.line-up {
  z-index: 1;
  background-color: var(--black);
  transform-origin: 0%;
  border-radius: 30px;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  position: absolute;
  inset: auto 0% -5px;
}

.download-resourcecs-section {
  padding-bottom: 40px;
}

.resources-blocks-row {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.resources-block {
  background-color: #f5f6fa;
  border-radius: 4px;
  flex: 1 0 500px;
  width: 560px;
  margin-bottom: 50px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 35px;
  transition: transform .4s;
  display: flex;
}

.resources-block:hover {
  transform: scale(1.04);
}

.resources-block-image-container {
  flex: none;
  width: 150px;
  height: 205px;
  margin-right: 30px;
}

.resources-block-paragraph-container {
  margin-top: 10px;
  margin-bottom: 20px;
}

.resources-block-link-box {
  color: #42a7f7;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  display: inline-block;
  overflow: visible;
}

.resources-block-link {
  align-items: center;
  display: flex;
  position: relative;
}

.blog-hero-section {
  background-image: linear-gradient(#2293d7cc, #2293d7cc), url('../images/Home-CTA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.blog-hero-heading-container {
  margin: 0 auto 10px;
}

.blog-post-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog-post-container {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.all-blog-post {
  max-width: 820px;
  padding-left: 0;
  padding-right: 0;
}

.blog-right-flex {
  max-width: 280px;
  margin-left: 60px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.blog-post-block {
  width: 100%;
  margin-bottom: 60px;
  box-shadow: 0 20px 40px #6265681a;
}

.blog-post-block-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-width: 10px;
  height: 495px;
  margin-bottom: 0;
}

.blog-post-block-tags-container {
  margin-right: 8px;
  display: inline;
}

.blog-post-block-date-container {
  align-items: center;
  display: flex;
}

.blog-post-block-author-container {
  display: flex;
}

.blog-post-block-author-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 210px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.blog-post-block-name-container {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.blog-post-block-paragraph-container {
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-post-block-title-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-post-collecton-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post-item {
  flex: 0 auto;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.time-icon-container {
  color: #31323399;
  align-items: center;
  width: 13px;
  height: 20px;
  margin-top: 0;
  margin-right: 6px;
  display: flex;
}

.time-icon-container.right-column {
  margin-top: -4px;
}

.blog-post-block-text-container {
  padding: 35px;
}

.blog-author-name {
  margin-top: -5px;
  margin-left: 5px;
}

.blog-search-container {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-search {
  border-radius: 3px;
  min-width: 280px;
  height: 55px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 4px #00000026;
}

.blog-search:focus {
  color: var(--grey1);
}

.blog-search-input {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.blog-search-input::placeholder {
  color: #84899199;
}

.blog-search-button {
  z-index: 1;
  background-color: #0000;
  width: 50px;
  position: relative;
}

.blog-search-button:focus {
  color: var(--grey1);
}

.full-horizontal-divider {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 10px;
}

.blog-about-paragraph-container {
  margin-top: 20px;
  margin-bottom: 25px;
}

.blog-about-sticky-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 20px;
  overflow: visible;
}

.blog-about-button-container {
  max-width: 140px;
  transition: transform .4s;
}

.blog-about-button-container:hover {
  transform: translate(0, -10px);
}

.blog-sub-text-container {
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
}

.square-button {
  color: #fff;
  text-align: center;
  background-color: #2293d7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Metropolis, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.square-button.facebook {
  background-color: #3b5998;
  background-image: url('../images/facebook.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-top: 12px;
  padding-left: 35px;
}

.square-button.twitter {
  background-color: #00aced;
  background-image: url('../images/twitter.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-top: 12px;
  padding-left: 35px;
}

.square-button.pin {
  background-color: #cb2027;
  background-image: url('../images/pin-white.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-top: 12px;
  padding-left: 35px;
}

.square-button.in {
  background-color: #4875b4;
  background-image: url('../images/linked-in.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 13px;
  padding-top: 12px;
  padding-left: 35px;
}

.recent-post-block {
  align-items: flex-start;
  min-height: 75px;
  margin-bottom: 20px;
  display: flex;
}

.recent-post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 75px;
  height: 75px;
  margin-bottom: 0;
  margin-right: 20px;
}

.recent-post-text-container {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.recent-post-title {
  min-height: 45px;
  overflow: hidden;
}

.recent-post-date {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h8-hind {
  color: var(--grey1);
  font-family: Hind, sans-serif;
}

.advertisement-title-container {
  margin-bottom: 0;
}

.advertisement-image-container {
  background-image: url('../images/oshine-banner-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 10px;
  height: 560px;
  min-height: 10px;
  margin-top: 20px;
}

.blog-image-link {
  width: 100%;
  height: 495px;
}

.pagination-button {
  color: var(--black);
  border-style: solid;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-family: Metropolis, sans-serif;
  transition: background-color .4s;
  display: flex;
}

.pagination-button:hover {
  color: #fff;
  background-color: #42a7f7;
  border-style: solid;
  border-color: #42a7f7;
}

.navbar-white-absolute {
  background-color: #fff;
  height: 100px;
  margin-top: 0;
  display: block;
  position: static;
  inset: 40px 0% auto;
  box-shadow: 0 0 20px #a7acb780;
}

.navbar-white-absolute.without-shadow {
  box-shadow: none;
}

.blog-section {
  padding-bottom: 70px;
}

.blog-full-width-text-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  padding-top: 90px;
  position: relative;
}

.blog-tag-container {
  margin-right: 10px;
  display: inline-block;
}

.blog-heading-container {
  max-width: 800px;
  margin: 20px auto;
}

.blog-author-details-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-author {
  align-items: center;
  display: flex;
}

.blog-author-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 220px;
  width: 40px;
  height: 40px;
}

.name-container {
  margin-left: 10px;
  margin-right: 20px;
}

.blog-tags-collection {
  display: inline-block;
}

.blog-post-date-container {
  align-items: center;
  display: flex;
}

.hide {
  display: block;
}

.blog-tag-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-width-overlay {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-on-overlay {
  z-index: 0;
  position: relative;
}

.blog-main-text-container {
  max-width: 800px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.block-author-details-container {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 75px;
  display: flex;
  box-shadow: 0 22px 25px -10px #4f54701a;
}

.author-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 250px;
  flex: none;
  width: 88px;
  height: 88px;
  margin-right: 30px;
}

.blog-bottom-author-name {
  margin-bottom: 5px;
}

.blog-social-icon-container {
  max-width: 800px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-social-icon {
  max-width: 90px;
  height: 38px;
  margin-right: 17px;
}

.news-section {
  background-color: #f5f6fa;
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.news-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.news-sub-text-container {
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
}

.news-blog-container {
  margin-top: 50px;
}

.news-blog-block {
  min-height: 330px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.news-blog-block-tags {
  margin-right: 10px;
  display: inline-block;
}

.news-blog-block-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-blog-block-date {
  align-items: center;
  display: flex;
}

.news-collection {
  display: inline-block;
}

.new-blog-collection {
  flex-flow: row;
  display: flex;
}

.news-blocks-collection {
  padding-left: 0;
  padding-right: 0;
}

.news-blog-block-image-link {
  width: 100%;
  height: 100%;
}

.page-button {
  color: var(--black);
  border: 1px solid #ccc;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 0;
  font-family: Metropolis, sans-serif;
  display: flex;
}

.page-button:hover {
  color: #fff;
  background-color: #42a7f7;
  border-color: #42a7f7;
  border-radius: 2px;
}

.page-button:focus {
  color: #fff;
  background-color: #42a7f7;
}

.pagination {
  justify-content: flex-start;
}

.author-blog-section {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.author-blog-container {
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
}

.author-blog-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 310px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.author-blog-bio-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.author-blog-name-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
}

.categories-blog-section {
  background-color: #f5f6fa;
  padding-top: 75px;
  padding-bottom: 75px;
}

.category-text-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-heading-contaier {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.category-home-page-link-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-link {
  cursor: pointer;
}

.category {
  display: flex;
}

.text {
  margin-left: 5px;
  margin-right: 5px;
}

.team-hero-section {
  background-image: linear-gradient(#2293d7cc, #2293d7cc), url('../images/Team-Hero-IMG-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.team-hero-heading-container {
  max-width: 1060px;
  margin: 20px auto 10px;
}

.team-leader-section {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 30px;
}

.team-leader-container {
  justify-content: space-between;
  display: flex;
}

.team-leader-text-container {
  flex-direction: column;
  justify-content: center;
  max-width: 555px;
  padding-left: 60px;
  display: flex;
}

.team-leader-image-container {
  width: 50%;
  margin-bottom: 0;
}

.team-leader-name-contajner {
  margin-top: 15px;
  margin-bottom: 15px;
}

.team-leader-social-media-container {
  margin-top: 15px;
  margin-right: 0;
  display: flex;
}

.team-leader-social-icon-container {
  background-color: #2293d7;
  border-radius: 170px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 25px;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-leader-social-icon-container:hover {
  background-color: var(--white);
}

.product-team-section {
  margin-top: 90px;
  margin-bottom: 90px;
}

.product-team-header-container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-team-heading-container {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px;
  display: flex;
}

.product-team-row {
  justify-content: space-between;
  display: flex;
}

.product-team-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 265px;
  max-width: 196px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product-team-image-container {
  border-radius: 200px;
  margin-bottom: 0;
  overflow: hidden;
}

.product-team-name-container {
  margin-top: 15px;
  margin-bottom: 5px;
}

.management-team-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.management-team-header-container {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.management-team-heading-container {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px;
  display: flex;
}

.management-team-row-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.management-team-block {
  width: 100%;
  max-width: 353px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.management-team-block.middle-block {
  margin-left: 50px;
  margin-right: 50px;
}

.management-team-member-image-container {
  flex: none;
  width: 50%;
  max-width: 555px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.management-team-member-image-container.order-up {
  order: -1;
}

.management-team-member-name {
  margin-top: 15px;
  margin-bottom: 10px;
}

.join-our-team-container {
  background-image: linear-gradient(#2293d7cc, #2293d7cc), url('../images/Management-CTA-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  min-height: 192px;
  padding: 50px;
  display: flex;
}

.join-our-team-heading-container {
  max-width: 550px;
}

.join-our-team-button-container {
  width: 100%;
  max-width: 165px;
  height: 45px;
  margin-top: 30px;
  display: flex;
}

.management-team-hero-section {
  background-image: linear-gradient(#2293d766, #2293d766), url('../images/FAQ-Hero-IMG-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.management-team-blog-hero-heading-container {
  margin: 10px auto;
}

.management-team-hero-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.apply-for-role-section {
  background-image: linear-gradient(#42a7f7e0, #42a7f7e0), url('../images/Management-CTA-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 175px;
  padding-bottom: 90px;
  position: relative;
}

.apply-for-role-heading-container {
  max-width: 900px;
  margin: 0 auto 35px;
}

.management-team-member-section {
  padding-top: 20px;
}

.management-team-member-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.management-team-member-text-container {
  flex-direction: column;
  justify-content: center;
  max-width: 555px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.management-team-member-text-container.right-padding {
  max-width: 555px;
  margin-left: 50px;
  padding-left: 0;
  padding-right: 60px;
}

.management-team-member-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.management-team-member-bio {
  margin-bottom: 30px;
}

.management-team-member-row {
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.management-team-image-container {
  flex: none;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.global-contact-hero-section {
  background-image: linear-gradient(#419bf9d9, #419bf9d9), url('../images/Contact-Detailed-Hero_1Contact-Detailed-Hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.global-contact-hero-heading-container {
  max-width: 670px;
  margin: 20px auto 10px;
}

.our-offices-section {
  padding-top: 50px;
  padding-bottom: 90px;
}

.our-office-block {
  flex: 0 auto;
  max-width: 330px;
  transition: transform .4s, box-shadow .4s;
  box-shadow: 0 2px 4px #00000012;
}

.our-office-block:hover {
  transform: translate(0, -15px);
  box-shadow: 0 47px 51px #0000001f;
}

.our-office-image {
  width: 100%;
  min-width: 10px;
}

.our-office-title {
  margin-bottom: 20px;
}

.our-office-details-container {
  padding: 25px;
  font-style: normal;
}

.our-office-blocks-container {
  justify-content: space-between;
  display: flex;
}

.our-office-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-office-heading-container {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 50px;
  display: flex;
}

.office-links {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.office-icon-container {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  display: flex;
}

.office-button-container {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-contact-form-section {
  margin-bottom: 90px;
}

.footer-contact-form {
  margin-bottom: 0;
}

.footer-from-row {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.footer-contact-form-message-box {
  border: 1px #000;
  border-bottom: 1px solid #d8d8d8;
  min-height: 195px;
  padding-left: 0;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.footer-contact-form-message-box:focus {
  border-bottom-width: 2px;
  border-bottom-color: #2293d7;
}

.footer-contact-form-message-box::placeholder {
  color: #3336;
}

.footer-contact-form-submit-button {
  background-color: #2293d7;
  border-radius: 25px;
  width: 100%;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: box-shadow .3s;
}

.footer-contact-form-submit-button:hover {
  box-shadow: 0 11px 18px -5px #0006;
}

.footer-form-text-filed {
  color: var(--black);
  border: 1px #000;
  border-bottom: 1px solid #d8d8d8;
  width: 48%;
  height: 60px;
  padding-left: 0;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.footer-form-text-filed:focus {
  border-bottom-width: 2px;
  border-bottom-color: #2293d7;
}

.footer-form-text-filed::placeholder {
  color: #31323366;
  font-weight: 500;
}

.our-office-flex-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.our-office-flex {
  background-color: #f5f6fa;
  max-width: 500px;
  padding: 35px;
}

.our-office-flex.with-margin {
  margin-right: 50px;
}

.our-office-flex-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.office-flex-link {
  color: #2293d7;
}

.footer-contact-form-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-contact-form-heading-container {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.faq-s-hero-section {
  background-image: linear-gradient(#419bf9d9, #419bf9d9), url('../images/Home-Hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.faq-s-hero-heading-container {
  max-width: 1060px;
  margin: 20px auto 10px;
}

.faq-s-hero-sub-text-container {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.faq-s-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.faq-s-container {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.faq-s-sticky-container {
  max-width: 355px;
  position: sticky;
  top: 10px;
}

.faq-s-anchor-link-container {
  background-color: #f5f6fa;
  padding: 40px 35px;
}

.faq-s-links-list {
  color: #2293d7;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.faq-s-anchors {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.faq-s-legal-links-container {
  border: 1px solid #e8e8e8;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 35px;
}

.faq-s-legal-links-list {
  padding-left: 0;
}

.faq-s-legal-link {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.right-arrow-icon-container {
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.right-arrow-icon {
  color: #2293d7;
  width: 15px;
  font-family: "Fa 400";
  font-size: 15px;
  line-height: 15px;
}

.faq-s-order-container {
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.chat-now-box-container {
  background-image: linear-gradient(#2293d7cc, #2293d7cc), url('../images/Services-CTA_1Services-CTA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 40px 35px;
}

.chat-now-heading-container {
  margin-bottom: 20px;
}

.chat-now-button-container {
  max-width: 140px;
}

.faq-s-accordion-heading-container {
  margin-bottom: 20px;
}

.faq-s-left-flex {
  flex: none;
  margin-right: 50px;
}

.getting-started-faq, .about-exponent-faq {
  margin-bottom: 50px;
}

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

.career-advatages-heading-container {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.career-advantages-blocks-container {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  max-width: 1045px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.career-advantages-block {
  max-width: 330px;
  padding-left: 25px;
  padding-right: 25px;
}

.career-advantages-block-icon-container {
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.career-advantages-block-heading-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.career-advantages-row {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.career-opportunity-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.career-opportunity-heading-container {
  margin-top: 10px;
  margin-bottom: 30px;
}

.career-opportunity-sub-text-container {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.career-opportunity-cms-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.career-opportunity-block {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 31%;
  max-width: 330px;
  margin-bottom: 45px;
  padding: 30px;
  transition: background-color .4s, transform .4s;
}

.career-opportunity-block:hover {
  background-color: #f5f6fa;
  transform: scale(1.05);
}

.career-opportunity-titile-container {
  display: flex;
}

.career-opportunity-experience-container {
  margin-top: 10px;
  margin-bottom: 30px;
}

.career-opportunity-header-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.exp-text {
  margin-right: 3px;
  display: inline-block;
}

.min-exp, .max-exp {
  display: inline-block;
}

.to {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}

.career-opportunity-button-container {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.career-opportuity-paragraph-container {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.career-paragraph-link {
  color: #2293d7;
}

.press-kit-section {
  background-image: linear-gradient(#419bf9d9, #419bf9d9), url('../images/Home-Hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.press-kit-hero-heading-container {
  max-width: 440px;
  margin: 20px auto;
}

.do---don-t-section {
  padding-top: 90px;
  padding-bottom: 50px;
}

.do---don-t-container {
  justify-content: space-between;
  display: flex;
}

.do-container, .don-t-container {
  width: 50%;
  max-width: 555px;
}

.do-heading-container {
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.do-row {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.do-icon-container {
  opacity: .8;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: auto;
  margin-top: 7px;
  margin-right: 10px;
  display: flex;
}

.do-text-span {
  color: #4caf50;
}

.don-t-heading-container {
  margin-bottom: 30px;
  display: flex;
}

.don-t-row {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.don-t-text-span {
  color: #f55336;
}

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

.package-download-image-container {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.package-download-paragraph-container {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
}

.package-download-button-container {
  max-width: 205px;
  margin-left: auto;
  margin-right: auto;
}

.usage-guidelines-section {
  padding-top: 50px;
  padding-bottom: 90px;
}

.usage-guidelines-container {
  justify-content: space-between;
  display: flex;
}

.usage-guidelines-text-container {
  max-width: 555px;
}

.usage-guidelines-images-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 555px;
  display: flex;
}

.usage-guidelines-heading-container {
  display: flex;
}

.usage-guidelines-row-container {
  margin-top: 30px;
}

.usage-guidelines-row {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.usage-guidelines-icon-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
}

.usage-guidelines-image {
  max-width: 235px;
}

.press-kit-cta-section {
  padding-top: 0;
  padding-bottom: 90px;
}

.press-kit-cta-container {
  justify-content: center;
  align-items: center;
}

.press-kit-heading-container {
  max-width: 575px;
  margin-right: 120px;
}

.press-kit-cta-button-container {
  width: 160px;
}

.press-kit-cta {
  background-color: #f5f6fa;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.princing-hero-section {
  background-image: linear-gradient(#419bf9d9, #419bf9d9), url('../images/Home-CTA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.pricing-hero-heading-container {
  max-width: 510px;
  margin: 0 auto 10px;
}

.pricing-sub-text-container {
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-main-section {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.pricing-main-background {
  z-index: -1;
  background-color: var(--ghost-white);
  height: 300px;
  position: absolute;
  inset: 0%;
}

.pricing-main-heading-container {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-main-blocks-container {
  flex-flow: column wrap;
  place-content: center space-around;
  margin-top: 40px;
  display: flex;
}

.pricing-main-block {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 365px;
  min-height: 645px;
  margin-bottom: 50px;
  padding: 35px 50px;
  display: flex;
  box-shadow: 0 40px 49px -12px #3b639b26;
}

.pricing-plan-heading-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-main-container {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.pricing-main-users-details-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.princing-main-perfect-for-container {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.pricing-main-row-container {
  border-bottom: 1px solid var(--gainsboro);
  padding: 10px;
  display: flex;
}

.pricing-main-button-container {
  border: 1px solid #2293d7;
  border-radius: 200px;
  align-items: center;
  width: 100%;
  max-width: 180px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .4s;
  display: flex;
}

.pricing-main-button-container:hover {
  transform: scale(1.05);
}

.pricing-cta-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-cta-text-container {
  max-width: 460px;
  margin-right: 50px;
  padding-left: 0;
}

.pricing-cta-image-container {
  width: 385px;
  height: 480px;
  margin-bottom: 0;
}

.pricing-cta-heading-container {
  margin-top: 10px;
  margin-bottom: 15px;
}

.pricing-cta-paragraph-container {
  margin-top: 15px;
  margin-bottom: 30px;
}

.pricing-cta-button-container {
  width: 150px;
}

.pricing-footer-cta-section {
  background-image: linear-gradient(#42a7f7e0, #42a7f7e0), url('../images/Management-CTA-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 175px;
  padding-bottom: 90px;
  position: relative;
}

.pricing-footer-cta-heading-container {
  max-width: 900px;
  margin: 0 auto 35px;
}

.pricing-footer-button-container {
  max-width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-footer-header {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.compared-pricing-block {
  background-color: #f5f6fa;
  border-radius: 10px;
  padding: 50px;
}

.compared-pricing-heading-container {
  margin-bottom: 20px;
}

.compared-pricing-heading-container.view-on-mobile {
  display: none;
}

.features-column {
  flex-direction: column;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.features-column.view-on-mobile {
  display: none;
}

.compared-pricing-row {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding: 15px;
  display: flex;
}

.compared-pricing-row.white-background {
  background-color: var(--white);
  border-radius: 0;
  height: 60px;
}

.compared-all-columns-container {
  display: flex;
}

.starter-column {
  flex-direction: column;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.professional-column, .growth-column {
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.starter-plan {
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.professional-plan, .growth-plan {
  width: 25%;
}

._2-column-container {
  width: 100%;
  display: flex;
}

.pricing-faq-s-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pricing-faq-s-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.pricing-faq-s-sub-text-containerr {
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-faq {
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.pricing-faq-flex {
  max-width: 475px;
}

.search-section {
  background-color: #f5f6fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

._404-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

._404-search-field {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #84899199;
}

._404-search-input {
  color: var(--grey1);
  border: 1px solid #0000;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.search-container {
  max-width: 1160px;
  padding: 70px 10px 90px;
  display: flex;
}

.search-result-container {
  padding-right: 35px;
}

.search-right-flex {
  max-width: 340px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.search-sticky-container {
  width: 100%;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  position: sticky;
  top: 20px;
  overflow: visible;
}

.search-about-button-container {
  max-width: 140px;
  transition: transform .4s;
}

.search-about-button-container:hover {
  transform: translate(0, -10px);
}

.search-text-container {
  padding: 35px;
}

.search-link-block {
  margin-bottom: 90px;
  box-shadow: 0 20px 40px #6265681a;
}

.search-home-page-link-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-heading-container {
  margin-bottom: 10px;
}

.search-block-paragraph-container {
  margin-top: 25px;
}

.h3-m {
  color: var(--lehrer-grau);
  text-align: center;
  font-family: Montserrat_Google, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
}

.h3-m.white-align-center {
  color: var(--white);
  text-align: center;
  font-size: 40px;
}

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

.h3-m.white-font {
  color: var(--white);
}

.h5-m {
  color: var(--white);
  font-family: Metropolis, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.h5-m.white-font {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.h5-m.blue-font {
  color: #42a7f7;
}

.h5-m._500-medium {
  font-weight: 500;
}

.h5-m.black {
  color: var(--lehrer-grau);
}

.our-technology-heading-container {
  justify-content: center;
  max-width: 380px;
  display: flex;
}

.h6-m {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

.h6-m.white-font {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Domine_Google, sans-serif;
  font-size: 20px;
}

.h6-m.hover {
  font-weight: 500;
  line-height: 22px;
}

.h6-m.hover:hover, .h6-m.blue-font {
  color: #2293d7;
}

.our-technology-bg-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.special-heading {
  font-family: Metropolis, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
}

.special-heading.with-letter-spacing {
  letter-spacing: 1px;
}

.span-20 {
  color: var(--black);
  font-family: Metropolis, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
}

.span-42 {
  font-family: Metropolis, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.span-14 {
  color: #888;
  font-family: Metropolis, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.span-11-5 {
  font-family: Metropolis, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.span-11-5.grey-font-color {
  color: #31323380;
  font-size: 11.5px;
  font-weight: 600;
}

.span-11 {
  color: #42a7f7;
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.span-11.all-caps {
  text-transform: uppercase;
}

.span-21 {
  color: var(--black);
  font-family: Metropolis, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}

.span-21.hover {
  text-align: left;
  transition: color .3s;
}

.span-21.hover:hover {
  color: #42a7f7;
}

.play-button-shadow-1 {
  z-index: 0;
  border: 1px solid var(--white);
  border-radius: 70px;
  width: 80px;
  height: 80px;
  position: absolute;
  transform: scale(0);
}

.play-button-shadow-1.for-white-button {
  width: 64px;
  height: 64px;
  inset: auto;
}

.play-button-shadow-2 {
  z-index: 0;
  border: 1px solid var(--white);
  border-radius: 70px;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto;
  transform: scale(0);
}

.play-button-shadow-2.for-white-button {
  width: 64px;
  height: 64px;
}

.webflow-span {
  color: var(--lehrer-rot);
  margin-left: 0;
  font-family: Metropolis, sans-serif;
  font-weight: 400;
}

.h1-m {
  color: var(--black);
  font-family: Metropolis, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 55px;
}

.h1-m.white-font {
  color: var(--white);
  font-size: 47px;
}

.h9-m {
  color: #313233;
  font-family: Metropolis, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.h9-m.grey-font {
  color: #31323380;
  letter-spacing: 1px;
  font-size: 11.5px;
}

.h9-m.blue-font {
  color: #2293d7;
  letter-spacing: 1px;
}

.h9-m.white-font {
  color: var(--white);
  letter-spacing: 1px;
}

.h9-m.white-font-all-caps {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h9-m.hover {
  color: #2293d7;
  transition: color .4s;
}

.h9-m.hover:hover {
  color: var(--black);
}

.h9-m._500-all-caps {
  color: #2293d7;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: 500;
}

.h9-m._500-grey-font {
  color: #31323380;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}

.h9-m._13px-grey-font {
  color: #31323380;
  letter-spacing: 1px;
  font-size: 13px;
}

.span-quote {
  color: var(--black);
  font-family: Hind, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
}

.span-quote.align-left {
  text-align: left;
}

.h4-m {
  color: var(--black);
  text-align: left;
  font-family: Metropolis, sans-serif;
  font-size: 25px;
  line-height: 38px;
}

.h4-m.white-font {
  color: var(--white);
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.h4-m.white-font-left-align {
  color: var(--white);
  text-align: left;
  font-size: 25px;
  font-weight: 600;
}

.h4-m.hover:hover {
  color: #2293d7;
}

.text-block {
  font-size: 15px;
}

.drop-down-text {
  margin-top: 0;
  font-size: 17px;
}

.contat-span {
  color: #2293d7;
  font-weight: 400;
}

.h8-m {
  color: var(--black);
  font-family: Metropolis, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.h8-m._600-bold {
  font-size: 15px;
  font-weight: 600;
}

.h2-m {
  color: var(--black);
  text-transform: capitalize;
  font-family: Metropolis, sans-serif;
  font-size: 41px;
  font-weight: 600;
  line-height: 54px;
}

.h2-m._600-bold {
  font-weight: 600;
}

.h2-m._600-bold-white {
  color: var(--white);
  font-weight: 600;
}

.h7-m {
  color: var(--black);
  font-family: Metropolis, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.h7-m.white-font {
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
}

.our-story-images-container {
  perspective: 1000px;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  height: auto;
  margin-left: 70px;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.our-story-upper-image {
  width: 100%;
  max-width: 315px;
  margin-right: 40px;
}

.our-story-lower-image {
  width: 100%;
  max-width: 270px;
  margin-top: 25px;
  margin-right: 0;
  box-shadow: 0 0 60px #0003;
}

.our-story-middle-image {
  width: 100%;
  max-width: 300px;
  margin-top: -480px;
  margin-right: 200px;
  padding-right: 0;
  box-shadow: -1px 1px 60px #00000026;
}

.about-hero-button-container {
  max-width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.get-in-touch-button-container {
  justify-content: center;
  align-items: center;
  max-width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.recent-post-collection-container {
  margin-top: 20px;
}

.date-container {
  padding-top: 2px;
}

.management-team--social-icon-container {
  background-color: #2293d7;
  border-radius: 170px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 25px;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.management-team--social-icon-container:hover {
  background-color: var(--white);
}

.span-20-hind {
  color: #848991;
  font-family: Hind, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.years-text {
  margin-left: 6px;
  display: inline-block;
}

.pricing-cta-image {
  width: auto;
  height: auto;
}

.blog-post-rich-text p {
  font-size: 17px;
}

.blog-post-rich-text h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Metropolis, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 38px;
}

.blog-post-rich-text h2 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Metropolis, sans-serif;
}

.blog-post-rich-text h5 {
  font-family: Metropolis, sans-serif;
  font-size: 17px;
}

.blog-post-rich-text h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.reference-collection {
  margin-top: 20px;
}

.header-image-container {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  margin-right: 12px;
}

.header-email-link-container {
  display: flex;
}

.header-phone-link {
  align-items: flex-start;
  display: flex;
}

.header-social-image-container {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 12px;
  display: flex;
}

.header-social-image-container.resize {
  width: 20px;
}

.footer-social-icon {
  width: 15px;
  height: 100%;
  margin-right: 20px;
}

.footer-social-icon.resize {
  width: 19px;
  margin-right: 17px;
}

.search-icon-container {
  width: 18px;
  height: 18px;
  display: flex;
}

.play-icon-container {
  width: 18px;
}

.member-social-link {
  height: 14px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.how-we-work-block-icon {
  width: 25px;
  height: 25px;
}

.blog-search-icon-container {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-search-icon {
  width: 14px;
}

.leader-white-icon-absolute, .leader-blue-icon-absolute {
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
}

.user-icon-container {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

.pricing-check-container {
  width: 10px;
  margin-right: 15px;
}

.pricing-check-container.inactive {
  opacity: .5;
}

._404-search-button {
  color: #222246;
  background-color: #fff;
  font-family: "Fa solid 900";
  display: none;
}

.home-hero-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-height: 66vh;
  padding-top: 205px;
  padding-bottom: 0;
  position: relative;
}

.home-hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: -571px;
  padding-top: 0;
  display: flex;
}

.section-bottom-divider-copy {
  background-image: url('../images/curve.png');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 18vh;
  margin-top: 120px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% -2%;
}

.home-heading-container {
  max-width: 620px;
}

.title-1 {
  color: var(--black);
  text-align: left;
  font-family: Metropolis, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.title-1.white-font {
  color: var(--white);
}

.home-hero-paragraph-container {
  max-width: 580px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.home-hero-button-container {
  width: 180px;
}

.para-22 {
  color: var(--grey-2);
  font-size: 22px;
  line-height: 42px;
}

.para-22.white {
  color: var(--white);
}

.para-16 {
  color: var(--white);
  font-family: Montserrat_Google, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 26px;
  transition: all .2s;
}

.para-16:hover {
  color: var(--grey-2);
}

.para-16.w--current {
  color: #f0f1f3;
}

.para-16.w--current:hover {
  color: var(--lehrer-rot);
}

.career-slider-container {
  width: 100%;
  overflow: hidden;
}

.career-slider {
  width: 100%;
  max-width: 940px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  overflow: visible;
}

.slide {
  background-image: url('../images/Careers-Gallery-2-min.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-right: 40px;
}

.slide-2 {
  background-image: url('../images/Careers-Gallery-1-min.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-right: 40px;
}

.slide-3 {
  background-image: url('../images/Careers-Gallery-3-min.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-right: 40px;
}

.slide-4 {
  background-image: url('../images/alexadot-min.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-right: 40px;
}

.slide-5 {
  background-image: url('../images/smartmock-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 40px;
}

.career-slider-arrow-container {
  display: none;
}

.blog-next-icon {
  margin-top: -2px;
}

.drop-down-white-arrow {
  display: none;
}

.drop-down-black-arrow {
  display: block;
}

.fixed-nav-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.navbar-white-fixed {
  background-color: #fff;
  height: auto;
  margin-top: -140px;
  display: block;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 0 20px #a7acb780;
}

.news-blog-block-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  max-width: 360px;
  height: 225px;
  margin-bottom: 30px;
}

.all-nav-links-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-icon {
  object-fit: fill;
  margin-top: 5px;
}

.chnage-log-section {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.change-log-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.change-log-heading-container {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.change-log-sub-text-container {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.change-log-block {
  background-color: #f5f6fa;
  flex-direction: row;
  flex: 1;
  width: 50%;
  min-height: 150px;
  margin-top: 40px;
  margin-right: 0;
  padding: 25px 30px;
  display: flex;
}

.license-title-container {
  display: flex;
}

.change-log-block-text-container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-log-section {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.licensing-log-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licensing-log-heading-container {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.licensing-log-sub-text-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.licensing-block {
  background-color: #f5f6fa;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 0;
  margin-top: 40px;
  margin-right: 0;
  padding: 25px 30px;
  display: flex;
}

.licensing-block-text-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.licensing-block-paragraph-container {
  width: 65%;
}

.change-log-link {
  color: var(--grey-2);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: opacity .3s;
}

.change-log-link:hover, .change-log-link.w--current:hover {
  color: #2293d7;
}

.licensing-link {
  color: var(--grey-2);
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: color .3s;
}

.licensing-link:hover {
  color: #2293d7;
}

.typography-corporate {
  background-color: #2293d733;
  display: flex;
}

.paragraph-container {
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
}

.all-paragraph-container {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.all-heading-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blue-button-container {
  width: 100%;
  max-width: 180px;
}

.color-palette-container {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.white-button-container {
  width: 100%;
  max-width: 180px;
  margin-top: 20px;
}

.color-palette {
  background-color: #313233;
  width: 45%;
  height: 100px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 10px #00000080;
}

.color-palette.grey {
  background-color: #848991;
}

.color-palette.blue {
  background-color: #2293d7;
}

.color-palette.royal-blue {
  background-color: #195c8e;
}

.color-palette.white {
  background-color: #fff;
}

.style-section {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.style-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-heading-container {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.style-sub-text-container {
  max-width: 430px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.version-info-container {
  display: flex;
}

.style-type-container {
  text-align: center;
  width: 35%;
  margin-top: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.style-type-info-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.style-block {
  background-color: #f5f6fa;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  width: 75%;
  min-height: 150px;
  margin-top: 40px;
  margin-right: 0;
  padding: 25px 30px;
  display: flex;
}

.style-block-text-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.style-headings {
  margin-top: 5px;
  margin-bottom: 5px;
}

.copy-right-text {
  font-size: 14px;
  display: inline-block;
}

.dropdown-link-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  box-shadow: 0 1px #e3e3e3;
}

.dropdown-link-2:hover {
  text-decoration: underline;
}

.dropdown-link-2.w--current {
  color: #dfa25f;
}

.social-link {
  border: 1px solid #ffffff40;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: #dfa25f;
  border-color: #dfa25f;
}

.social-link.hero-link {
  border-color: #fff9;
}

.social-link.hero-link:hover {
  border-color: #dfa25f;
}

.nav-bar {
  z-index: 100;
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-phone-icon {
  margin-top: 1px;
  margin-right: 15px;
}

._1080x1920 {
  display: none;
}

.button {
  background-color: var(--lehrer-rot);
  color: #f1f1f1;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 32px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: box-shadow 1s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  box-shadow: 0 0 20px #0000;
}

.button:hover {
  background-color: #343434;
  box-shadow: 0 0 20px #0003;
}

.button.small-button.nav-bar-button {
  margin-left: 20px;
  display: none;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.logo-header {
  z-index: 2;
  max-width: 66vw;
  margin: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.social-icons {
  display: flex;
}

.social-icons.hero-icons {
  float: right;
  margin-top: 0;
  margin-bottom: 32px;
  margin-right: -4px;
}

.hero-scroll {
  background-image: url('../images/hero-scroll-base.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 96px;
  justify-content: center;
  align-items: flex-start;
  width: 96px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  display: flex;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.wrapper {
  text-align: left;
  background-color: #0000;
  max-width: 1200px;
}

.wrapper.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

._1920x1080 {
  color: var(--lehrer-rot);
  background-color: #0006;
  height: 100vh;
}

.hero-phone {
  float: left;
  color: #fff;
  align-items: center;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.hero-phone:hover {
  text-decoration: underline;
}

.dropdown-2 {
  display: none;
}

.image-3 {
  width: 50px;
}

.dropdown-3.w--open {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.header-section {
  background-color: #111;
  border: 12px solid #fff;
  padding: 120px 40px;
}

.header-section.hero-section {
  background-color: #0000;
  border-width: 0;
  height: 100vh;
  padding: 0;
  position: relative;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 16px;
  font-size: 15px;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #dfa25f;
}

.text-span {
  font-size: 44px;
}

.leistungen {
  box-shadow: none;
  background-color: #fbfbfb;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 30px;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.leistungen:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px 4px #0000001a;
}

.heading {
  text-align: left;
  font-family: Metropolis, sans-serif;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Montserrat_Google, sans-serif;
}

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

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

.image-4 {
  height: auto;
  padding-bottom: 20px;
}

.leistung-teasertext {
  text-align: center;
  padding-bottom: 20px;
  font-family: Domine_Google, sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.leistung-heading {
  text-align: left;
  font-family: Montserrat_Google, sans-serif;
  font-size: 26px;
}

.section-2 {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
}

.navbar-white-fixed-2 {
  background-color: #fff;
  height: auto;
  margin-top: -140px;
  display: block;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 0 20px #a7acb780;
}

.brand-2 {
  max-width: 110px;
  height: 30px;
  position: relative;
}

.search-input-2 {
  color: #848991;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  width: 200px;
  height: 45px;
  margin-bottom: 0;
  margin-left: -150px;
  font-family: Metropolis, sans-serif;
  display: block;
  box-shadow: -3px 0 12px #0000000f;
}

.dropdown-link-3 {
  padding: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-link-3:hover {
  color: #2292d7;
  background-color: #f5f6fa;
}

.dropdown-link-3.w--current {
  margin-right: 10px;
  padding: 10px;
}

.dropdown-nav-link-2 {
  padding: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.dropdown-nav-link-2:hover {
  color: #2292d7;
}

.dropdown-nav-link-2.w--current {
  margin-right: 10px;
  padding: 10px;
}

.nav-link-3 {
  padding: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-3:hover {
  color: #2292d7;
}

.nav-link-3.w--current {
  margin-right: 10px;
  padding: 10px;
}

.nav-button-2 {
  text-align: center;
  background-color: #2293d7;
  border-radius: 3px;
  width: 140px;
  font-family: Metropolis, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.search-button-2 {
  color: #222246;
  background-color: #fff;
  display: none;
}

.nav-link-container-2 {
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  justify-content: center;
  align-items: stretch;
  margin: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.columns {
  width: 150px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 30px;
}

.unterseiten-heading {
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/Bw2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.teasertext-unterseite {
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 40px;
  font-family: Domine_Google, sans-serif;
}

.unterseite-heading-h1 {
  color: var(--lehrer-grau);
  padding-bottom: 20px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.unterseite-heading-h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 180px;
  padding-right: 180px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.firmengeschichte {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Metropolis, sans-serif;
}

.zeitstrahl {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat_Google, sans-serif;
  display: flex;
}

.meilensteine {
  text-align: center;
  padding-left: 180px;
  padding-right: 180px;
  font-family: Domine_Google, sans-serif;
}

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

.meilenstein-gruppe {
  border-bottom: 0 solid #000;
}

.div-block-2 {
  border-bottom: 0 #000;
  border-left: 1px solid #000;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zeitstrahl-linie {
  width: 2px;
  min-width: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-alternativ {
  background-color: var(--lehrer-rot);
  color: var(--white);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 32px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: box-shadow 1s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  box-shadow: 0 0 20px #0000;
}

.button-alternativ:hover {
  color: var(--lehrer-rot);
  background-color: #fff;
  transform: scale(1);
  box-shadow: 0 0 20px #0003;
}

.button-alternativ.w--current {
  font-family: Metropolis, sans-serif;
}

.button-alternativ.small-button.nav-bar-button {
  margin-left: 20px;
  display: none;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-3 {
  font-family: Metropolis, sans-serif;
}

.paragraph {
  text-align: center;
  letter-spacing: .5px;
  font-family: Domine_Google, sans-serif;
  line-height: 40px;
}

.paragraph.white {
  color: #fff;
}

.h3-unterseite {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.image-5 {
  max-width: 66vw;
}

.div-block-4 {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
}

.sortenliste {
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 0 8px #0000000d;
}

.sortenliste-grid {
  padding-top: 0;
  padding-bottom: 40px;
}

.devider {
  border-bottom: 2px solid var(--grey1);
  min-width: 33%;
  max-width: 33%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.devider.white {
  border: 1px solid #fff;
}

.beachten {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 0 12px 1px #0000001a;
}

.paragraph-2 {
  color: var(--grey-2-3);
  text-align: center;
  font-family: Domine_Google, sans-serif;
  font-weight: 400;
}

.kachel {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 40px;
  padding: 40px 20px;
  box-shadow: 0 0 12px 1px #0000001a;
}

.text-kachel {
  padding-top: 40px;
}

.paragraph-3 {
  text-align: center;
  font-family: Domine_Google, sans-serif;
  line-height: 40px;
}

.button-center {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.list-item {
  font-family: Hind, sans-serif;
  font-size: 18px;
}

.link {
  color: var(--lehrer-rot);
  transition: all .2s;
}

.link:hover {
  color: var(--lehrer-grau);
}

.stellenanzeige-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
}

.stellenangebot-anzeige {
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 0 12px 1px #0000001a;
}

.h4-stellenanzeige {
  color: var(--black);
  font-family: Hind, sans-serif;
  font-weight: 400;
  line-height: 31px;
}

.stellenbeschreibung-h3 {
  padding-bottom: 20px;
  font-family: Metropolis, sans-serif;
}

.ihr-profil {
  font-family: Hind, sans-serif;
  font-weight: 400;
  line-height: 31px;
}

.list-item-2 {
  color: var(--grey1);
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.text-span-2 {
  font-size: 24px;
}

.image-fullframe {
  margin-top: 20px;
  margin-bottom: 20px;
}

.kachel-interessen {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 0 12px 1px #0000001a;
}

.fliesstext-interessen {
  text-align: center;
  padding: 40px;
  font-family: Metropolis, sans-serif;
  font-weight: 500;
}

.list-item-3 {
  color: var(--grey1);
  font-family: Hind, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.bold-text {
  font-weight: 400;
}

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

.verwertung-und-handel {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/Bw2.jpg');
  background-position: 0 0, 50%;
  padding-top: 80px;
  padding-bottom: 50px;
}

.entsorgung-und-service {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/Bw2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.devider-big-h2 {
  border-top: 2px solid var(--grey1);
  border-bottom: 0px solid var(--grey1);
  min-width: 150px;
  max-width: 150px;
  margin: -15px auto 10px;
  display: flex;
}

.devider-big-h1 {
  border-top: 2px solid var(--grey1);
  border-bottom: 0px solid var(--grey1);
  min-width: 150px;
  max-width: 150px;
  margin: 5px auto 20px;
  display: flex;
}

.paragraph-5 {
  color: var(--white);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Montserrat_Google, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.pseudo-button {
  background-color: var(--lehrer-rot);
  border-radius: 0;
  padding: 10px 20px;
  font-family: Montserrat_Google, sans-serif;
  transition: all .2s;
}

.pseudo-button:hover {
  background-color: var(--lehrer-grau);
}

.columns-2 {
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 20px;
}

.tage {
  text-align: right;
  font-family: Montserrat_Google, sans-serif;
}

.uhrzeiten {
  text-align: left;
  font-family: Montserrat_Google, sans-serif;
}

.strasse {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.card-adresse {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 0 12px 1px #0000001a;
}

.sortenliste-grid-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.kontaktadressen-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  display: none;
}

.image-6 {
  display: block;
}

.link-block-5, .link-block-6 {
  display: none;
}

.about-hero-altholz {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1846.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.about-hero-stahlschrott {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/DSC03812_Himmel.jpg');
  background-position: 0 0, 50% 88%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.devider-header {
  border-bottom: 2px solid var(--grey1);
  min-width: 20%;
  max-width: 20%;
  margin: -10px auto 20px;
  display: block;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  padding-top: 0;
}

.sortenliste-alternativ {
  background-color: var(--lehrer-grau);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
  box-shadow: 0 0 12px 1px #0000001a;
}

.about-hero-entsorgung {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1908.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.get-in-touch-section-stahlschrott {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1689.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.image-7, .image-8 {
  width: 100%;
  display: block;
}

.column, .column-2 {
  text-align: left;
}

.columns-3 {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
  display: none;
}

.grid-6 {
  border-bottom: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr .5fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about-hero-nf-metalle {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1874.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.get-in-touch-section-copy {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.get-in-touch-section-nf-metalle {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1709.jpg'), url('../images/2.jpg');
  background-position: 0 0, 50% 60%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.get-in-touch-section-altholz {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/DSC03788_Himmel.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.get-in-touch-section-entsorgung {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1924.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.about-hero-section-container {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/DSC03458.webp'), url('../images/1928.jpg');
  background-position: 0 0, 50%, 50% 38%;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.get-in-touch-section-container {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1901.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.about-hero-section-palettenregale {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1894.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.get-in-touch-section-palettenregale {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1894.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.about-hero-section-about {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1593.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.get-in-touch-section-about {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1766.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.about-hero-section-stellenangebote {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1616.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.get-in-touch-section-stellenangebote {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1982.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.about-hero-section-downloads {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1732.jpg');
  background-position: 0 0, 50% 28%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.get-in-touch-section-downloads {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1934.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.about-hero-section-kontakt {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/DSC03686_Himmel.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.get-in-touch-section-kontakt {
  background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1769.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.containerbestellung {
  display: block;
}

.devider-form {
  border-bottom: 2px solid var(--grey1);
  min-width: 20%;
  max-width: 20%;
  margin: 40px auto 20px;
  display: block;
}

.h2-form {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Montserrat_Google, sans-serif;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.checkbox-label {
  margin-bottom: 10px;
  font-family: Domine_Google, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 15px;
  display: block;
}

.field-label {
  font-family: Montserrat_Google, sans-serif;
}

.hinweis-form {
  background-color: #ececec;
  margin-top: 20px;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
  font-family: Montserrat_Google, sans-serif;
}

.textarea, .textfield {
  margin-bottom: 20px;
}

.div-block-5 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

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

.image-kontakt {
  height: auto;
  max-height: 340px;
}

.text-kachel-palettenregal {
  padding-top: 0;
}

.kachel-palettenregale {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 40px;
  padding: 40px 20px;
  box-shadow: 0 0 12px 1px #0000001a;
}

.unterseite-heading-h2-palettenregal {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 180px;
  padding-right: 180px;
  font-family: Montserrat_Google, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.image-10 {
  max-height: 340px;
}

.paragraph-7 {
  color: var(--lehrer-grau);
  font-family: Montserrat_Google, sans-serif;
  font-weight: 600;
}

.cta-heading {
  color: #fff;
  text-align: center;
  font-family: Montserrat_Google, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
}

.aktuelles {
  background-color: #fff;
  border-radius: 0;
  margin-top: 60px;
  padding: 20px;
  display: none;
  box-shadow: 0 0 12px 1px #0000001a;
}

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

.aktuelles-h2 {
  display: none;
}

.aktuelles-devider {
  border-top: 2px solid var(--grey1);
  border-bottom: 0px solid var(--grey1);
  min-width: 150px;
  max-width: 150px;
  margin: 5px auto 20px;
  display: none;
}

.aktuelles-dummytext {
  text-align: center;
  display: none;
}

.link-ansprechpartner {
  color: #fff;
  text-decoration: underline;
}

.ansprechpartner-gerhard-lehrer {
  text-align: center;
  line-height: 45px;
}

.ansprechpartner-gerhard-lehrer.white {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat_Google, sans-serif;
  line-height: 36px;
}

.ansprechpartner-strecker {
  text-align: center;
  line-height: 45px;
}

.ansprechpartner-strecker.white {
  color: #fff;
  margin-bottom: 30px;
  font-family: Montserrat_Google, sans-serif;
  line-height: 36px;
}

.ansprechpartner-fleischmann {
  text-align: center;
  line-height: 45px;
}

.ansprechpartner-fleischmann.white {
  color: #fff;
  margin-bottom: 30px;
  line-height: 36px;
}

.ansprechpartner-mueller {
  text-align: center;
  line-height: 45px;
}

.ansprechpartner-mueller.white {
  color: #fff;
  margin-bottom: 30px;
  line-height: 36px;
}

.text-span-3, .text-span-4 {
  text-transform: none;
  font-size: 22px;
}

.container {
  margin-top: 60px;
}

.text-span-5, .text-span-6, .text-span-7 {
  text-transform: none;
  font-size: 22px;
}

.bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.text-block-2 {
  font-family: Montserrat_Google, sans-serif;
}

.paragraph-9 {
  font-family: Domine_Google, sans-serif;
}

.container-aktuelles {
  margin-top: 60px;
}

.paragraph-legierter-schrott {
  text-align: center;
  letter-spacing: .5px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Domine_Google, sans-serif;
  line-height: 40px;
}

.paragraph-legierter-schrott.white {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .header {
    background-color: var(--lehrer-rot);
  }

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

  .h7-hind {
    font-family: Montserrat_Google, sans-serif;
  }

  .reasons-blocks-container {
    display: flex;
  }

  .dropdown-link {
    font-family: Montserrat_Google, sans-serif;
    font-weight: 500;
  }

  .our-technology-left-flex {
    padding-left: 0;
  }

  .our-technology-video-container {
    padding-right: 0;
  }

  .testimonial-block {
    margin-right: 0;
  }

  .section-bottom-divider {
    height: 20vh;
  }

  .section-bottom-divider.fliped-up {
    inset: -2% 0% auto;
  }

  .answer-block {
    margin-right: 0;
  }

  .about-hero-section {
    padding-bottom: 220px;
  }

  .get-in-touch-section {
    background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/DSC03455.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .contact-address-container {
    margin-right: 0;
  }

  .download-row {
    justify-content: space-between;
  }

  .download-box-text-container {
    flex: none;
    width: 355px;
  }

  .resources-block {
    max-width: 560px;
    margin-left: 0;
    margin-right: 0;
  }

  .team-leader-section {
    padding-top: 30px;
  }

  .team-leader-container {
    justify-content: space-between;
  }

  .team-leader-image-container {
    max-width: 555px;
    margin-bottom: 0;
  }

  .management-team-block {
    max-width: 349px;
  }

  .management-team-member-image-container {
    margin-bottom: 0;
  }

  .join-our-team-container {
    justify-content: space-around;
  }

  .management-team-member-text-container {
    padding-left: 60px;
    padding-right: 0;
  }

  .management-team-member-text-container.right-padding {
    margin-left: 50px;
  }

  .management-team-image-container {
    margin-bottom: 0;
  }

  .our-office-block {
    max-width: 355px;
  }

  .office-button-container {
    display: flex;
  }

  .footer-contact-form-submit-button {
    background-color: #2293d7;
  }

  .faq-s-container {
    justify-content: space-between;
  }

  .career-opportunity-block {
    max-width: 360px;
  }

  .career-opportunity-button-container {
    display: flex;
  }

  .don-t-row {
    align-items: flex-start;
  }

  .package-download-paragraph-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .usage-guidelines-container {
    justify-content: space-between;
  }

  .pricing-main-blocks-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .pricing-main-block {
    flex: 1;
  }

  .pricing-faq-flex {
    max-width: 500px;
  }

  .search-container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .search-link-block {
    margin-bottom: 90px;
  }

  .search-block-paragraph-container {
    margin-top: 0;
  }

  .h3-m {
    color: #313233;
  }

  .h5-m {
    font-family: Montserrat_Google, sans-serif;
  }

  .h6-m.white-font {
    margin-bottom: 15px;
    font-family: Domine_Google, sans-serif;
  }

  .h9-m.white-font, .h9-m.white-font-all-caps {
    font-size: 11px;
  }

  .get-in-touch-button-container {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .para-16 {
    font-family: Montserrat_Google, sans-serif;
  }

  .navbar-white-fixed {
    display: block;
  }

  .change-log-block, .licensing-block {
    margin-right: 0;
  }

  .color-palette.royal-blue {
    box-shadow: none;
  }

  .style-block {
    margin-right: 0;
  }

  ._1920x1080, .header-section.hero-section {
    height: 96vh;
  }

  .heading-2 {
    font-family: Montserrat_Google, sans-serif;
  }

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

  .leistung-teasertext {
    font-family: Domine_Google, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .leistung-heading {
    font-family: Montserrat_Google, sans-serif;
    font-size: 26px;
  }

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

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
  }

  .zeitstrahl {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .meilenstein-gruppe {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    border-right: 1px solid #000;
  }

  .zeitstrahl-linie {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .button-alternativ {
    justify-content: center;
    font-family: Montserrat_Google, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .h3-unterseite {
    font-weight: 600;
  }

  .image-5 {
    max-width: 50vw;
  }

  .verwertung-und-handel {
    background-image: linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/Bw2.jpg');
    background-position: 0 0, 50%;
    padding-bottom: 100px;
  }

  .entsorgung-und-service {
    padding-bottom: 150px;
  }

  .paragraph-5 {
    font-family: Montserrat_Google, sans-serif;
    font-weight: 600;
  }

  .about-hero-altholz, .about-hero-stahlschrott, .about-hero-entsorgung, .about-hero-nf-metalle, .about-hero-section-container {
    padding-bottom: 220px;
  }

  .get-in-touch-section-container {
    background-image: linear-gradient(to bottom, null, null), url('../images/1928.jpg');
  }

  .about-hero-section-palettenregale, .about-hero-section-about, .about-hero-section-stellenangebote, .about-hero-section-downloads, .about-hero-section-kontakt {
    padding-bottom: 220px;
  }

  .paragraph-7 {
    font-family: Domine_Google, sans-serif;
  }

  .cta-heading, .ansprechpartner-strecker.white, .text-block-2 {
    font-family: Montserrat_Google, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .header {
    display: none;
  }

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

  .header-social-media-icon-container {
    display: flex;
  }

  .header-social-media-icon-container.mobile {
    padding-left: 15px;
  }

  .reasons-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .section-sub-text-container {
    max-width: 590px;
  }

  .reasons-blocks-container {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .reason-block {
    width: auto;
    max-width: 510px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    background-color: #0000;
    height: 110px;
    padding: 15px 35px 15px 15px;
  }

  .brand {
    margin-top: 0;
    margin-left: 20px;
  }

  .brand.w--current {
    min-width: 220px;
    height: 30px;
    margin-left: 20px;
    display: none;
  }

  .nav-link {
    color: var(--white);
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link:hover {
    color: #fff9;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .pages-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-nav-link {
    color: var(--white);
  }

  .dropdown-nav-link:hover {
    color: #fff9;
  }

  .nav-button {
    color: #2293d7;
    background-color: #fff;
  }

  .nav-button-container {
    margin-top: 100px;
  }

  .nav-search-container {
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    inset: 10px 0 auto auto;
  }

  .nav-search-field {
    margin-left: 0;
    position: absolute;
    inset: 50px 10px 0% auto;
  }

  .search-button {
    color: var(--grey1);
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    height: 45px;
    font-family: Metropolis, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    box-shadow: 3px 0 12px #0000000f;
  }

  .search-input {
    border-right-style: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .dropdown-list.w--open {
    width: auto;
    margin-left: 0;
  }

  .dropdown-pages-container {
    box-shadow: none;
    background-color: #ffffff4d;
    height: auto;
    margin-top: 0;
    overflow: auto;
  }

  .dropdown-link {
    color: var(--white);
    background-color: #fff0;
  }

  .dropdown-link:hover {
    color: #fff9;
    background-color: #0000;
  }

  .dropdown-header {
    display: none;
  }

  .search-dropdown-container {
    width: 48px;
    height: 48px;
  }

  .search-dropdown-header {
    display: none;
  }

  .our-technology-flex {
    flex-flow: column wrap;
  }

  .our-technology-left-flex {
    flex: 1 0 auto;
    max-width: 505px;
    margin-bottom: 45px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-technology-right-flex {
    flex: 1 0 auto;
    max-width: 505px;
  }

  .our-technology-video-container {
    min-width: 505px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .how-ai-works-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .how-ai-works-container {
    margin-top: 0;
  }

  .section-top-divider {
    background-size: 100%;
  }

  .section-top-divider.a-i-works {
    background-position: 50% 0;
    background-size: contain;
  }

  .ai-workflow-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ai-work-block.with-margin-up---down {
    margin-top: 130px;
    margin-bottom: 140px;
  }

  .ai-icon-container {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: -10px;
    display: flex;
  }

  .machine-learning-section {
    padding-bottom: 60px;
  }

  .machine-learning-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .machine-learning-image-container {
    width: 595px;
    max-width: 595px;
    margin-right: 0;
  }

  .machine-learning-text-container {
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .pricing-blocks-container {
    flex-flow: column;
    align-items: center;
  }

  .pricing-block {
    flex: 1;
    width: 450px;
    margin-bottom: 50px;
  }

  .pricing-block.middle-block {
    margin-left: 0;
    margin-right: 0;
  }

  .rounded-white-button {
    z-index: 1;
  }

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

  .testimonial-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonial-block {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .testimonial-image-container {
    height: auto;
  }

  .testimonial-image2-container {
    height: auto;
    min-height: 10px;
  }

  .innovation-section {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .innovation-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-bottom-divider {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
    height: 20vh;
  }

  .section-bottom-divider.fliped-up {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .get-answers-section {
    padding-bottom: 40px;
  }

  .answers-blocks-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .answer-block {
    flex: 0 auto;
    max-width: 355px;
    margin-bottom: 50px;
  }

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

  .footer-container {
    flex-flow: row;
  }

  .footer-logo-container {
    width: 150px;
  }

  .footer-column {
    max-width: 80%;
  }

  .footer-contact-column {
    max-width: 80%;
    margin-top: 10px;
  }

  .footer-nav-column {
    margin-top: 10px;
  }

  .ai-horizontal-divider-left {
    width: 120px;
    inset: auto auto -60px;
    transform: rotate(90deg);
  }

  .ai-horizontal-divider-right {
    width: 120px;
    inset: auto auto -65px;
    transform: rotate(90deg);
  }

  .nav-menu {
    z-index: 2;
    background-color: #0000004d;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    padding: 40px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-link-container {
    flex-direction: column;
    margin-top: 60px;
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

  .nav-menu-logo-container {
    flex: none;
    max-width: 110px;
    display: block;
  }

  .nav-menu-logo-container.w--current {
    max-width: 90px;
    margin-top: -15px;
  }

  .nav-menu-social-media-icon-container {
    justify-content: flex-start;
    margin-top: 25px;
    display: none;
  }

  .menu-button {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-top: 22px;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 15px 40px 0% auto;
  }

  .menu-button.w--open {
    background-color: #0000;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    position: fixed;
  }

  .nav-menu-container {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    top: 30px;
  }

  .open-menu {
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    inset: 0%;
  }

  .close-menu {
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-left: 4px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .about-hero-section {
    background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/Container-5.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .about-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .about-video-section {
    padding-bottom: 0;
  }

  .about-video-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-story-section {
    padding-bottom: 90px;
  }

  .our-story-container {
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .vision-mission-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .vision-mission-block {
    width: auto;
    max-width: 450px;
    height: auto;
  }

  .vision-mission-block.middle-block {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .download-block {
    width: auto;
    max-width: 450px;
    height: auto;
  }

  .ai-advantage-block {
    max-width: 450px;
    margin-bottom: 50px;
  }

  .ai-advantage-block-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .about-quote-section {
    padding-top: 90px;
  }

  .about-quote-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .about-quote-text-container {
    margin-bottom: 41px;
    margin-right: 0;
  }

  .about-quote-image-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .our-people-section {
    padding-bottom: 50px;
  }

  .our-people-row {
    flex-direction: column;
    align-items: center;
  }

  .team-member-block {
    margin-bottom: 40px;
  }

  .member-social-media-icon-container {
    display: flex;
  }

  .get-in-touch-section {
    padding-top: 90px;
  }

  .contact-hero-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-form-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-flex-container {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-form-container {
    max-width: none;
    margin-right: 0;
  }

  .contact-address-container {
    max-width: none;
    margin-left: 0;
  }

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

  .faq-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .faq-accordion-container {
    margin-left: 0;
    padding-left: 0;
  }

  .nav-link-white {
    color: var(--white);
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-white:hover {
    color: #fff9;
  }

  .nav-button-white {
    color: #2293d7;
    background-color: #fff;
    display: none;
  }

  .navbar-white {
    background-color: #000c;
    top: 0;
  }

  .dropdown-nav-link-white {
    color: var(--white);
    padding-left: 15px;
  }

  .dropdown-nav-link-white:hover {
    color: #fff9;
  }

  .dropdown {
    margin-left: 0;
  }

  .service-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .services-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/About-Hero-image_1About-Hero-image.jpg');
    background-size: auto, cover;
  }

  .what-we-offer-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .what-we-offer-blocks-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .what-we-offer-block {
    margin-bottom: 50px;
  }

  .other-services-section {
    padding-bottom: 60px;
  }

  .other-services-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .other-services-text-container {
    max-width: none;
    margin-right: 0;
  }

  .other-services-block-container {
    justify-content: space-between;
    width: auto;
    margin-top: 30px;
  }

  .services-blocks-column {
    flex: 0 auto;
    width: 50%;
    margin-top: 0;
  }

  .services-blocks-column._2nd-column {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .other-service-block {
    width: 95%;
    max-width: none;
  }

  .fintech-container {
    flex-direction: column;
  }

  .fintech-text-container {
    padding-top: 90px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .fintech-image-container {
    width: 100%;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .fintech-blocks-row {
    justify-content: space-between;
    margin-bottom: 90px;
  }

  .how-we-work-container {
    padding-top: 90px;
  }

  .services-testimonial-text-container {
    margin-left: 0;
  }

  .cta-section {
    padding-top: 150px;
  }

  .resources-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/About-Hero-image_1About-Hero-image.jpg');
    background-size: auto, cover;
  }

  .resources-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .dowload-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .download-heading-container {
    margin-bottom: 50px;
  }

  .download-row {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .download-box {
    max-width: none;
    margin-bottom: 60px;
  }

  .download-box.left-margin {
    margin-right: 0;
  }

  .download-resourcecs-section {
    padding-bottom: 40px;
  }

  .download-resourcecs-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .resources-block {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-post-section {
    padding-bottom: 70px;
  }

  .blog-post-container {
    justify-content: space-around;
  }

  .all-blog-post {
    flex: 0 500px;
    padding-right: 0;
  }

  .blog-right-flex {
    width: 220px;
    margin-left: 0;
  }

  .blog-post-block-image-container {
    height: 275px;
  }

  .blog-search {
    min-width: auto;
  }

  .blog-about-sticky-container {
    padding-left: 0;
    padding-right: 0;
  }

  .advertisement-image-container {
    background-position: 50% 0;
    background-size: contain;
    height: 440px;
  }

  .blog-image-link {
    height: 275px;
    min-height: 275px;
  }

  .navbar-white-absolute {
    height: auto;
    position: static;
    top: 0;
  }

  .navbar-white-absolute.without-shadow {
    height: auto;
  }

  .blog-section {
    padding-bottom: 90px;
  }

  .blog-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .top-on-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-author-details-container {
    flex-direction: column;
  }

  .author-image-container {
    margin-right: 0;
  }

  .blog-bottom-author-name {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-social-icon-container {
    justify-content: space-around;
  }

  .blog-social-icon {
    margin-right: 0;
  }

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

  .news-blog-block {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .news-blog-block-heading {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .new-blog-collection {
    flex-flow: column wrap;
    display: flex;
  }

  .news-blocks-collection {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .get-in-touch-container {
    padding-left: 0;
    padding-right: 0;
  }

  .how-we-work-blocks-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-blog-container {
    z-index: 1;
  }

  .team-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/About-Hero-image_1About-Hero-image.jpg');
    background-size: auto, cover;
  }

  .team-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .team-leader-section {
    padding-top: 60px;
  }

  .team-leader-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-leader-text-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .team-leader-image-container {
    max-width: 440px;
    margin-top: 70px;
  }

  .product-team-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .product-team-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-team-row {
    flex-wrap: wrap;
  }

  .product-team-block {
    width: 45%;
    max-width: none;
  }

  .management-team-section {
    padding-bottom: 40px;
  }

  .management-team-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .management-team-block {
    width: 100%;
    max-width: none;
  }

  .management-team-member-image-container {
    flex: 1 0 50%;
  }

  .apply-for-role-section {
    padding-top: 150px;
  }

  .apply-for-role-container {
    padding-left: 0;
    padding-right: 0;
  }

  .management-team-member-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .management-team-member-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .management-team-member-text-container {
    padding-right: 10px;
  }

  .management-team-member-text-container.right-padding {
    padding-right: 0;
  }

  .management-team-member-row {
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .management-team-image-container {
    flex: 1 0 50%;
  }

  .global-contact-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/About-Hero-image_1About-Hero-image.jpg');
    background-size: auto, cover;
  }

  .global-contact-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .our-offices-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .our-office-block {
    max-width: none;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-office-blocks-container {
    flex-direction: column;
  }

  .footer-contact-form-section {
    margin-bottom: 0;
    padding-bottom: 90px;
  }

  .footer-contact-form-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .our-office-flex-container {
    flex-direction: column;
    margin-top: 30px;
  }

  .our-office-flex {
    margin-bottom: 60px;
  }

  .faq-s-hero-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/About-Hero-image_1About-Hero-image.jpg');
    background-size: auto, cover;
  }

  .faq-s-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .faq-s-hero-sub-text-container {
    max-width: 590px;
  }

  .faq-s-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .faq-s-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .faq-s-sticky-container {
    max-width: none;
    position: static;
  }

  .chat-now-box-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-s-left-flex {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .career-advantages-block {
    margin-bottom: 50px;
  }

  .career-advantages-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .career-opportunity-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .career-opportunity-block {
    width: 49%;
    max-width: none;
  }

  .press-kit-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/About-Hero-image_1About-Hero-image.jpg');
    background-size: auto, cover;
  }

  .press-kit-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .do---don-t-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .do---don-t-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .do-container {
    width: auto;
    margin-bottom: 55px;
  }

  .don-t-container {
    width: auto;
  }

  .usage-guidelines-section {
    padding-top: 40px;
  }

  .usage-guidelines-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .usage-guidelines-images-container {
    width: auto;
  }

  .usage-guidelines-row-container {
    margin-bottom: 55px;
  }

  .press-kit-cta-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .press-kit-heading-container {
    margin-right: 0;
  }

  .press-kit-cta-button-container {
    margin-top: 50px;
  }

  .press-kit-cta {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .pricing-main-blocks-container {
    flex-direction: column;
  }

  .pricing-cta-section {
    padding-top: 90px;
  }

  .pricing-cta-container {
    flex-direction: column;
  }

  .pricing-cta-text-container {
    margin-bottom: 41px;
    margin-right: 0;
  }

  .pricing-cta-image-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .pricing-footer-cta-section {
    padding-top: 150px;
  }

  .pricing-footer-cta-container {
    padding-left: 0;
    padding-right: 0;
  }

  .compared-pricing-section {
    padding-top: 40px;
  }

  .compared-pricing-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .compared-pricing-block {
    background-color: #0000;
  }

  .compared-pricing-heading-container {
    width: 100%;
    display: none;
  }

  .compared-pricing-heading-container.view-on-mobile {
    padding-left: 15px;
    display: block;
  }

  .features-column {
    width: 50%;
    margin-bottom: 50px;
  }

  .features-column.view-on-mobile {
    margin-bottom: 0;
    display: block;
  }

  .compared-pricing-row.white-background {
    margin-bottom: 0;
  }

  .compared-pricing-row.hide {
    display: none;
  }

  .compared-all-columns-container {
    flex-flow: column wrap;
  }

  .starter-column, .professional-column, .growth-column {
    width: 50%;
  }

  .starter-plan {
    background-color: #f5f6fa;
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    padding-top: 15px;
  }

  .professional-plan {
    background-color: #f5f6fa;
    flex-direction: column;
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 15px;
    display: flex;
  }

  .growth-plan {
    background-color: #f5f6fa;
    width: auto;
    padding-top: 15px;
  }

  .pricing-faq-s-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .pricing-faq {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .search-container {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .search-result-container {
    padding-right: 0;
  }

  .search-right-flex {
    min-width: 220px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .search-sticky-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-story-images-container {
    margin-top: 90px;
    margin-left: 0;
    padding-right: 0;
  }

  .press-kit-heading-over {
    min-width: 0;
  }

  ._404-search-button {
    display: block;
  }

  .home-hero-section {
    background-position: 100% 0;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 220px;
  }

  .home-hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-bottom-divider-copy {
    background-size: 100% 100%;
    height: 18vh;
    position: absolute;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .career-slider {
    width: 80%;
    max-width: none;
    height: 450px;
  }

  .drop-down-white-arrow {
    display: block;
  }

  .drop-down-black-arrow {
    display: none;
  }

  .fixed-nav-container {
    background-color: #0000;
    padding: 15px 35px 15px 15px;
  }

  .navbar-white-fixed {
    height: auto;
    position: fixed;
    top: 0;
  }

  .news-blog-block-image {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }

  .all-nav-links-container {
    background-color: #fe0000de;
    width: 40%;
    padding: 40px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .chnage-log-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .change-log-sub-text-container {
    max-width: 590px;
  }

  .change-log-block {
    flex: 0 auto;
    max-width: none;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .licensing-log-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .licensing-log-sub-text-container {
    max-width: 590px;
  }

  .licensing-block {
    flex: 0 auto;
    width: 80%;
    margin-bottom: 50px;
  }

  .color-palette-container {
    justify-content: space-around;
    width: 100%;
  }

  .style-section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .style-sub-text-container {
    max-width: 590px;
  }

  .style-block {
    flex: 0 auto;
    max-width: none;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .dropdown-link-2 {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 0;
  }

  .button.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .logo {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .logo-header {
    padding-top: 60px;
    display: block;
  }

  .hero-scroll {
    display: none;
  }

  .wrapper.hero-bottom-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  ._1920x1080 {
    height: 60vh;
  }

  .dropdown-icon {
    opacity: .3;
    margin-right: 7px;
  }

  .dropdown-3.w--open {
    padding-bottom: 1px;
  }

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

  .header-section.hero-section {
    height: 60vh;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    display: flex;
    overflow: scroll;
  }

  .nav-link-2 {
    color: #111;
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    box-shadow: inset 0 1px #e3e3e3, 0 1px #e3e3e3;
  }

  .nav-link-2.w--current {
    color: #dfa25f;
  }

  .text-span {
    font-size: 40px;
  }

  .leistungen {
    margin-bottom: 20px;
  }

  .leistungen:hover {
    transform: none;
  }

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

  .leistung-teasertext {
    font-size: 15px;
  }

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

  .navbar-white-fixed-2 {
    height: auto;
    position: fixed;
    top: 0;
  }

  .brand-2 {
    margin-top: 0;
  }

  .search-input-2 {
    border-right-style: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .dropdown-link-3 {
    color: #fff;
  }

  .dropdown-link-3:hover {
    color: #fff9;
    background-color: #0000;
  }

  .dropdown-nav-link-2 {
    color: #fff;
  }

  .dropdown-nav-link-2:hover {
    color: #fff9;
  }

  .nav-link-3 {
    color: #fff;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-3:hover {
    color: #fff9;
  }

  .nav-link-3.w--current {
    color: #fff;
  }

  .nav-button-2 {
    color: #2293d7;
    background-color: #fff;
  }

  .search-button-2 {
    color: #848991;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    height: 45px;
    font-family: Metropolis, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    box-shadow: 3px 0 12px #0000000f;
  }

  .nav-link-container-2 {
    flex-direction: column;
    margin-top: 90px;
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

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

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 5px;
    margin-right: 5px;
  }

  .unterseiten-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .unterseite-heading-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .unterseite-heading-h2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .meilensteine {
    padding-left: 170px;
    padding-right: 170px;
  }

  .button-alternativ.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .h3-unterseite {
    font-size: 20px;
  }

  .div-block-4 {
    padding-top: 60px;
  }

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

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

  .about-hero-altholz, .about-hero-stahlschrott {
    background-image: linear-gradient(to bottom, null, null), url('../images/About-Hero-image_1About-Hero-image.jpg');
    background-size: auto, cover;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .get-in-touch-section-stahlschrott {
    padding-top: 90px;
  }

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

  .image-9 {
    display: none;
  }

  .get-in-touch-section-copy {
    padding-top: 150px;
  }

  .get-in-touch-section-nf-metalle, .get-in-touch-section-altholz, .get-in-touch-section-entsorgung, .get-in-touch-section-container, .get-in-touch-section-palettenregale, .get-in-touch-section-about, .get-in-touch-section-stellenangebote, .get-in-touch-section-downloads, .get-in-touch-section-kontakt {
    padding-top: 90px;
  }

  .unterseite-heading-h2-palettenregal {
    padding-left: 80px;
    padding-right: 80px;
  }

  .paragraph-legierter-schrott {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .reasons-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reason-text-container {
    margin-left: 5px;
    margin-right: 20px;
  }

  .nav-container {
    padding-right: 15px;
  }

  .brand {
    margin-top: 0;
    padding-left: 0;
  }

  .our-technology-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-top-divider {
    top: -1%;
  }

  .machine-learning-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .machine-learning-image-container {
    width: 100%;
  }

  .machine-learning-text-container {
    width: 100%;
    max-width: 595px;
  }

  .machine-learning-featuers-containerr {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .machine-learning-feature-block {
    margin-bottom: 35px;
  }

  .testimonial-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .testimonial-block {
    height: 100%;
  }

  .testimonial-image-container {
    height: auto;
  }

  .testimonial-image2-container {
    min-width: 10px;
  }

  .innovation-section {
    padding-bottom: 150px;
  }

  .section-bottom-divider {
    width: 100%;
    height: 20vw;
    bottom: -1%;
  }

  .section-bottom-divider.fliped-up {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 14vw;
  }

  .get-answer-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-section {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .copy-right---social-icon-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social-media-icon-container {
    order: -1;
    margin: 0 auto 15px;
    padding-top: 0;
  }

  .menu-button {
    margin-top: 22px;
    padding-left: 33px;
  }

  .close-menu {
    margin: auto;
  }

  .our-story-text-container {
    min-width: 0;
  }

  .about-quote-section {
    padding-top: 90px;
  }

  .about-quote-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .about-quote-text-container {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .our-people-container {
    padding-left: 34px;
    padding-right: 34px;
  }

  .our-people-row {
    margin-top: 0;
  }

  .team-member-block {
    margin-bottom: 40px;
  }

  .team-member-image._1 {
    height: auto;
    min-height: 250px;
  }

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

  .from-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .other-services-block-container {
    flex-direction: column;
  }

  .services-blocks-column, .other-service-block {
    width: 100%;
  }

  .fintech-text-container {
    padding-bottom: 40px;
  }

  .fintech-blocks-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .fintech-block {
    max-width: none;
    margin-bottom: 50px;
  }

  .how-we-work-blocks-container {
    flex-direction: column;
    align-items: center;
  }

  .how-we-work-block {
    margin-bottom: 50px;
  }

  .services-testimonial-section {
    padding-top: 750px;
  }

  .services-testimonial-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-testimonial-image-container {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: flex-end;
  }

  .services-testimonial-text-container {
    max-width: none;
  }

  .cta-input {
    flex-direction: column;
    align-items: center;
  }

  .cta-button-container {
    margin-top: 20px;
  }

  .download-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .download-box.left-margin {
    justify-content: center;
  }

  .resources-block {
    flex: 0 auto;
  }

  .blog-post-container {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-right-flex {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-about-sticky-container {
    margin-top: 80px;
    position: static;
  }

  .advertisement-image-container {
    background-position: 0%;
    background-size: contain;
    display: flex;
  }

  .block-author-details-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-social-icon-container {
    justify-content: space-between;
  }

  .author-blog-container, .team-leader-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .management-team-row-container {
    flex-direction: column;
  }

  .management-team-member-image-container {
    width: 100%;
    max-width: 555px;
  }

  .apply-for-role-container, .management-team-member-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .management-team-member-text-container {
    order: 1;
    margin-top: 40px;
    padding-right: 0;
  }

  .management-team-member-text-container.right-padding {
    margin-left: 0;
  }

  .management-team-member-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-from-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer-form-text-filed {
    width: 100%;
    max-width: none;
  }

  .our-office-flex.with-margin {
    margin-right: 0;
  }

  .career-advantages-blocks-container {
    flex-direction: column;
    align-items: center;
  }

  .career-advantages-block {
    margin-bottom: 50px;
  }

  .career-opportunity-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .career-opportunity-block {
    width: 100%;
  }

  .do---don-t-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .package-download-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .package-download-image-container {
    width: auto;
  }

  .usage-guidelines-container, .press-kit-cta {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pricing-cta-section {
    padding-top: 90px;
  }

  .pricing-cta-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .pricing-cta-text-container {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .pricing-footer-cta-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .compared-pricing-block {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-faq-s-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .search-right-flex {
    width: auto;
  }

  .search-sticky-container {
    margin-top: 80px;
    position: static;
  }

  .h3-m {
    font-size: 22px;
    line-height: 42px;
  }

  .our-story-images-container {
    width: auto;
    min-width: 500px;
  }

  .home-hero-section {
    background-position: 50%;
  }

  .home-hero-container {
    padding-bottom: 0;
  }

  .section-bottom-divider-copy {
    width: 100%;
    height: 10vh;
  }

  .title-1 {
    font-size: 37px;
    line-height: 45px;
  }

  .title-1.white-font {
    line-height: 45px;
  }

  .para-22 {
    font-size: 19px;
    line-height: 32px;
  }

  .career-slider {
    width: 70%;
    height: 250px;
  }

  .fixed-nav-container {
    padding-right: 15px;
  }

  .all-nav-links-container {
    width: 60%;
  }

  .change-log-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .change-log-block {
    width: 100%;
  }

  .licensing-log-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .licensing-block {
    width: 100%;
  }

  .style-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .style-type-container {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    position: static;
  }

  .style-type-info-container, .style-block {
    width: 100%;
  }

  .style-block-text-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-bar {
    padding-right: 0;
  }

  .logo {
    height: 60px;
  }

  .logo-header {
    max-width: 80vw;
    display: block;
  }

  .header-section {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-2 {
    margin-top: 0;
    padding-left: 0;
  }

  .columns {
    width: 80px;
  }

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

  .unterseiten-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .teasertext-unterseite {
    padding-left: 40px;
    padding-right: 40px;
  }

  .unterseite-heading-h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .unterseite-heading-h2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .meilensteine {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h3-unterseite {
    font-size: 20px;
  }

  .div-block-4 {
    padding-top: 70px;
  }

  .grid-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .beachten {
    margin-left: 10px;
    margin-right: 10px;
  }

  .verwertung-und-handel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .kontaktadressen-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  ._3er-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sortenliste-alternativ {
    margin-left: 0;
    margin-right: 0;
  }

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

  .grid-7 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .unterseite-heading-h2-palettenregal {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .header {
    display: none;
    position: relative;
  }

  .reasons-section {
    margin-top: 0;
    padding-top: 75px;
  }

  .reasons-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .reason-block {
    padding-left: 0;
    padding-right: 0;
  }

  .reason-icon-container {
    margin-right: 10px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    margin-top: 0;
  }

  .brand.w--current {
    min-width: 160px;
    display: block;
  }

  .nav-button-container {
    margin-top: 60px;
  }

  .nav-search-container {
    margin-top: -3px;
    top: auto;
    bottom: auto;
    right: 15px;
  }

  .nav-search-field {
    top: 60px;
    right: -10px;
  }

  .search-input {
    width: 170px;
  }

  .dropdown-pages-container {
    background-color: #ffffff4d;
    height: auto;
  }

  .dropdown-link {
    background-color: #fff0;
  }

  .search-dropdown-container {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
  }

  .dropdown-toggle-2.w--open {
    padding: 0;
  }

  .our-technology-right-flex {
    width: 100%;
    max-width: none;
  }

  .technology-specification-block-container {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .specification-block {
    margin-bottom: 30px;
  }

  .specification-block-text-container {
    max-width: none;
  }

  .our-technology-video-container {
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .button-container {
    justify-content: flex-start;
  }

  .play-button {
    width: 40px;
    height: 40px;
  }

  .how-ai-works-section {
    padding-top: 150px;
  }

  .how-ai-works-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-top-divider {
    height: 30vh;
    top: 0%;
  }

  .section-top-divider.a-i-works {
    background-position: 50% 0;
    height: 10vh;
    inset: -1% 0% auto;
  }

  .machine-learning-section {
    padding-bottom: 55px;
  }

  .machine-learning-image-container {
    min-width: 220px;
    min-height: 350px;
  }

  .machine-learning-text-container {
    padding-bottom: 0;
  }

  .pricing-container {
    padding-left: 36px;
    padding-right: 36px;
  }

  .pricing-block {
    width: 100%;
  }

  .pricing-button-container {
    z-index: 1;
    position: relative;
  }

  .rounded-white-button {
    z-index: 0;
  }

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

  .testimonial-block {
    flex-direction: column;
  }

  .testimonial-image-container, .testimonial-image2-container {
    background-position: 50% 0;
    width: 100%;
    min-width: 220px;
    height: 300px;
  }

  .section-bottom-divider {
    background-position: 50% 100%;
    height: 25vw;
    bottom: -1%;
  }

  .section-bottom-divider.fliped-up {
    background-position: 50% 100%;
    height: 20vw;
    margin-top: 0;
    top: -1%;
  }

  .answer-block {
    width: 100%;
    height: auto;
  }

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

  .footer-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-logo-container {
    width: 200px;
  }

  .footer-contact-column {
    text-align: left;
    width: 100%;
    max-width: none;
  }

  .copy-right---social-icon-container {
    align-items: center;
  }

  .copy-right-text-container {
    margin-top: 5px;
  }

  .powered-by-webflow {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    z-index: 2;
    padding: 35px 30px 40px;
  }

  .nav-menu-logo-container {
    min-width: 110px;
    max-width: 110px;
    margin-top: 5px;
  }

  .menu-button {
    margin-top: 25px;
    margin-right: -10px;
    position: absolute;
    top: 10px;
    right: 35px;
  }

  .menu-button.w--open {
    margin-top: 25px;
    margin-right: 10px;
    padding-right: 18px;
    right: 15px;
  }

  .nav-menu-container {
    justify-content: space-between;
    height: 100vh;
    overflow: auto;
  }

  .about-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .about-video-container {
    padding-left: 37px;
    padding-right: 37px;
  }

  .about-video-header-text-container {
    text-align: center;
  }

  .our-story-container {
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .our-story-text-container {
    margin-bottom: 50px;
  }

  .vision-mission-block.middle-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ai-advantage-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .about-quote-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-quote-text-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .about-quote-image-container {
    width: auto;
    height: auto;
  }

  .span-26 {
    font-size: 24px;
  }

  .our-people-sub-text-container {
    margin-bottom: 10px;
  }

  .get-in-touch-section {
    padding-top: 120px;
  }

  .contact-hero-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .contact-form-section {
    padding-top: 60px;
  }

  .contact-flex-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .contact-form-container {
    margin-bottom: 60px;
  }

  .contact-address-text-container {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .c-faq-q-text {
    padding-left: 20px;
    padding-right: 0;
  }

  .c-faq-a-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .what-we-offer-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .other-services-section {
    padding-bottom: 60px;
  }

  .other-services-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .other-services-header-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .other-services-block-container {
    flex-direction: column;
  }

  .services-blocks-column {
    width: 100%;
  }

  .other-service-block {
    width: auto;
  }

  .fintech-blocks-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .fintech-block {
    max-width: none;
    margin-bottom: 50px;
  }

  .how-we-work-section {
    height: auto;
  }

  .how-we-work-container {
    padding-left: 0;
    padding-right: 0;
  }

  .how-we-work-heading-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-we-work-counter-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .work-counter-block {
    margin-bottom: 50px;
  }

  .how-we-work-blocks-container {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 10px;
  }

  .services-testimonial-section {
    padding-top: 0;
    padding-bottom: 90px;
  }

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

  .services-testimonial-image-container {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
  }

  .cta-section {
    padding-top: 120px;
  }

  .cta-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .cta-input {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .cta-button-container {
    margin-left: 0;
  }

  .resources-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .download-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .download-box {
    flex-direction: column;
  }

  .download-icon-container {
    margin-right: 0;
  }

  .download-box-text-container {
    margin-top: 20px;
  }

  .download-resourcecs-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .resources-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .resources-block-image-container {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .resources-block-text-container {
    margin-top: 25px;
  }

  .blog-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .blog-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .blog-post-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-about-sticky-container {
    padding-left: 36px;
    padding-right: 36px;
    position: static;
  }

  .recent-post-block {
    height: auto;
    min-height: 75px;
  }

  .advertisement-image-container {
    background-position: 50%;
    min-width: 170px;
  }

  .navbar-white-absolute {
    inset: 0% 0% auto;
  }

  .blog-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .blog-full-width-text-container {
    padding-bottom: 60px;
  }

  .blog-author-details-container {
    flex-wrap: wrap;
  }

  .block-author-details-container {
    padding: 20px;
  }

  .blog-bottom-author-name {
    margin-bottom: 10px;
  }

  .blog-social-icon-container {
    flex-wrap: wrap;
    place-content: stretch space-around;
  }

  .blog-social-icon {
    flex: 1 0 140px;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .news-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .news-sub-text-container {
    margin-top: 10px;
  }

  .news-blog-block {
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-blocks-collection {
    padding-left: 0;
    padding-right: 0;
  }

  .get-in-touch-container {
    padding-left: 35px;
    padding-right: 32px;
  }

  .how-we-work-blocks-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .pagination {
    padding-left: 20px;
  }

  .author-blog-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .team-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .team-leader-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .team-leader-image-container {
    width: 100%;
  }

  .product-team-header-container {
    text-align: center;
  }

  .product-team-block {
    width: 100%;
  }

  .management-team-member-image-container {
    width: auto;
  }

  .join-our-team-container {
    flex-direction: column;
    align-items: center;
  }

  .management-team-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .management-team-hero-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .apply-for-role-section {
    padding-top: 120px;
  }

  .apply-for-role-container {
    padding-left: 35px;
    padding-right: 32px;
  }

  .management-team-member-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .management-team-member-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .management-team-member-text-container.right-padding {
    margin-left: 0;
  }

  .management-team-member-designation {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .management-team-member-title {
    display: flex;
  }

  .management-team-image-container {
    width: auto;
  }

  .global-contact-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .our-offices-container {
    padding-left: 0;
    padding-right: 0;
  }

  .our-office-block {
    width: 80%;
  }

  .footer-contact-form-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .faq-s-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .faq-s-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .faq-s-anchor-link-container {
    padding: 20px 20px 5px;
  }

  .faq-s-legal-links-container {
    padding: 20px;
  }

  .career-advantages-section {
    padding-top: 90px;
  }

  .career-advatages-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .career-opportunity-section {
    padding-bottom: 90px;
  }

  .career-opportunity-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .career-opportunity-heading-container {
    margin-left: auto;
    margin-right: auto;
  }

  .press-kit-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .do---don-t-section {
    padding-bottom: 40px;
  }

  .do---don-t-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .do-row {
    align-items: flex-start;
  }

  .package-download-container, .usage-guidelines-container, .press-kit-cta-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .press-kit-heading-container {
    max-width: 310px;
  }

  .press-kit-cta {
    padding: 30px;
  }

  .princing-hero-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .pricing-hero-container, .pricing-main-blocks-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .price-main-container, .princing-main-perfect-for-container {
    text-align: center;
  }

  .pricing-cta-container {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-cta-text-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .pricing-cta-image-container {
    width: auto;
    height: auto;
  }

  .pricing-footer-cta-section {
    padding-top: 120px;
  }

  .pricing-footer-cta-container {
    padding-left: 35px;
    padding-right: 32px;
  }

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

  .compared-pricing-block {
    padding-left: 0;
    padding-right: 0;
  }

  .compared-pricing-heading-container.view-on-mobile {
    margin-bottom: 0;
    padding-left: 0;
  }

  .features-column {
    margin-bottom: 0;
  }

  .compared-pricing-row {
    height: 90px;
    padding-left: 0;
  }

  .compared-pricing-row.white-background {
    height: 90px;
  }

  .pricing-faq-s-container {
    padding-left: 35px;
    padding-right: 25px;
  }

  .utility-page-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  ._404-search-field {
    width: 100%;
  }

  .search-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .search-sticky-container {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .search-text-container {
    padding: 25px;
  }

  .h3-m {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
  }

  .h3-m.white-align-center {
    font-size: 35px;
  }

  .h3-m.align-left {
    text-align: left;
  }

  .our-technology-bg-video {
    height: 300px;
  }

  .play-button-shadow-1, .play-button-shadow-2 {
    width: 40px;
    height: 40px;
  }

  .h1-m, .h1-m.white-font {
    font-size: 35px;
  }

  .h9-m.white-font {
    text-align: center;
    line-height: 30px;
  }

  .h2-m {
    font-size: 33px;
    line-height: 48px;
  }

  .our-story-images-container {
    flex: 0 auto;
    align-items: flex-end;
    min-width: auto;
    height: auto;
    min-height: 300px;
    display: flex;
  }

  .our-story-upper-image {
    width: 175px;
  }

  .our-story-lower-image {
    width: 150px;
    margin-top: 15px;
  }

  .our-story-middle-image {
    width: 165px;
    margin-top: -260px;
    margin-right: 110px;
  }

  .blog-post-rich-text h3 {
    font-size: 27px;
  }

  .play-icon-container {
    align-items: center;
    width: 14px;
    display: flex;
  }

  .home-hero-section {
    background-position: 50% 0;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .home-hero-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-bottom-divider-copy {
    background-repeat: no-repeat;
    background-size: cover;
    height: 39px;
    bottom: -1%;
  }

  .title-1 {
    font-size: 37px;
  }

  .title-1.white-font {
    text-align: center;
  }

  .home-hero-button-container {
    margin-left: auto;
    margin-right: auto;
  }

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

  .career-slider {
    width: 70%;
    height: 180px;
  }

  .slide, .slide-2, .slide-3, .slide-4, .slide-5 {
    margin-right: 20px;
  }

  .fixed-nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-white-fixed {
    inset: 0% 0% auto;
  }

  .all-nav-links-container {
    background-color: #fe0000de;
    width: 80%;
    padding: 30px 30px 30px 10px;
  }

  .chnage-log-section {
    margin-top: 0;
    padding-top: 90px;
  }

  .change-log-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .change-log-block {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 10px;
  }

  .licensing-log-section {
    margin-top: 0;
    padding-top: 40px;
  }

  .licensing-log-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .licensing-block {
    width: 100%;
    height: auto;
  }

  .licensing-block-text-container {
    flex-direction: column;
  }

  .licensing-block-paragraph-container {
    text-align: center;
    width: auto;
    margin-top: 10px;
  }

  .color-palette-container {
    flex-wrap: wrap;
  }

  .color-palette {
    margin-bottom: 10px;
  }

  .style-section {
    margin-top: 0;
    padding-top: 40px;
  }

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

  .style-block {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 10px;
  }

  .nav-bar {
    padding-left: 8px;
  }

  ._1080x1920 {
    background-color: #0006;
    height: 75vh;
    display: block;
  }

  .button {
    height: auto;
  }

  .logo-header {
    max-width: 95%;
    padding-top: 100px;
    display: none;
    top: -10%;
  }

  .social-icons.hero-icons {
    margin-bottom: 48px;
    margin-right: 0;
  }

  .hero-scroll {
    padding-top: 9px;
  }

  .wrapper.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._1920x1080 {
    display: none;
  }

  .hero-phone {
    margin-bottom: 16px;
  }

  .image-3 {
    width: 50px;
  }

  .header-section.hero-section {
    height: 75vh;
  }

  .text-span {
    font-size: 33px;
    line-height: 33px;
  }

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

  .leistung-teasertext {
    font-size: 17px;
    line-height: 30px;
  }

  .leistung-heading {
    font-size: 26px;
  }

  .navbar-white-fixed-2 {
    inset: 0% 0% auto;
  }

  .brand-2 {
    margin-top: 0;
  }

  .search-input-2 {
    width: 170px;
  }

  .columns {
    width: 200px;
    display: flex;
  }

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

  .teasertext-unterseite {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .unterseite-heading-h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .meilensteine {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph {
    line-height: 36px;
  }

  .h3-unterseite {
    font-size: 20px;
  }

  .div-block-4 {
    padding-top: 120px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .stellenangebot-anzeige {
    padding-left: 20px;
    padding-right: 20px;
  }

  .verwertung-und-handel, .entsorgung-und-service {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tage, .uhrzeiten {
    font-size: 16px;
  }

  .kontaktadressen-grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-hero-altholz {
    background-image: linear-gradient(to bottom, var(--dark-overlay), var(--dark-overlay)), url('../images/1846.jpg');
    background-position: 0 0, 10%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .about-hero-stahlschrott {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  ._3er-grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-hero-entsorgung {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .get-in-touch-section-stahlschrott {
    padding-top: 120px;
  }

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

  .about-hero-nf-metalle {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .get-in-touch-section-copy, .get-in-touch-section-nf-metalle, .get-in-touch-section-altholz, .get-in-touch-section-entsorgung {
    padding-top: 120px;
  }

  .about-hero-section-container {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .get-in-touch-section-container {
    padding-top: 120px;
  }

  .about-hero-section-palettenregale {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .get-in-touch-section-palettenregale {
    padding-top: 120px;
  }

  .about-hero-section-about {
    background-image: linear-gradient(to bottom, null, null), url('../images/1709.jpg');
    background-position: 0 0, 100%;
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .get-in-touch-section-about {
    padding-top: 120px;
  }

  .about-hero-section-stellenangebote {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .get-in-touch-section-stellenangebote {
    padding-top: 120px;
  }

  .about-hero-section-downloads {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .get-in-touch-section-downloads {
    padding-top: 120px;
  }

  .about-hero-section-kontakt {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .get-in-touch-section-kontakt {
    padding-top: 120px;
  }

  .containerbestellung {
    display: none;
  }

  .grid-7 {
    margin-bottom: 40px;
  }

  .unterseite-heading-h2-palettenregal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    font-size: 35px;
    line-height: 37px;
  }

  .ansprechpartner-gerhard-lehrer.white, .ansprechpartner-strecker.white {
    font-size: 17px;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .paragraph-legierter-schrott {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
  }
}

#w-node-_15bd82a4-4462-6c50-01da-070e34f86115-d29adfe8, #w-node-b0f6e4b0-4a25-3392-aed1-183e026dcee1-dd9adff4, #w-node-eec818ef-94c3-e194-9d35-70aebdcce972-f89adffc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_19e72218-c7de-8ea9-c74a-5a152b34d9cf-cb447606, #w-node-_0bffb380-f2f4-31bb-f396-b5aeaee4c25b-cb447606, #w-node-b4c5a105-34bd-7aa3-040d-840d65e08ca6-cb447606, #w-node-b4c5a105-34bd-7aa3-040d-840d65e08ca9-cb447606, #w-node-e8d633e2-66fc-c850-597a-085dda4390a8-cb447606, #w-node-e8d633e2-66fc-c850-597a-085dda4390ab-cb447606, #w-node-dcb6d61a-e555-a70e-ff4c-d585c75046fa-cb447606, #w-node-_83665ed9-2128-a064-e5dd-1157a5acbe1b-cb447606, #w-node-_83665ed9-2128-a064-e5dd-1157a5acbe1e-cb447606, #w-node-_83665ed9-2128-a064-e5dd-1157a5acbe2e-cb447606, #w-node-_83665ed9-2128-a064-e5dd-1157a5acbe32-cb447606, #w-node-_83665ed9-2128-a064-e5dd-1157a5acbe3e-cb447606, #w-node-_83665ed9-2128-a064-e5dd-1157a5acbe41-cb447606, #w-node-_611c85b1-2211-cbc8-6fde-3e685b9d4a08-cb447606, #w-node-d087b3d9-e1f1-d843-3a0f-8be375226a0d-cb447606, #w-node-_530d127f-3b46-758e-2193-f2de1ef130e7-cb447606, #w-node-_86171681-0b67-f343-0364-4324123e1dd5-cb447606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_5ca2a60d-dd9f-89f1-ff8f-a62d4eaf5896-609804c5 {
    justify-self: center;
  }

  #w-node-_432565f6-16f8-ec26-f466-10132c9dbb9f-609804c5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a31081c6-6642-eb46-165f-55fe52a50fa6-609804c5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_15bd82a4-4462-6c50-01da-070e34f86115-d29adfe8, #w-node-b0f6e4b0-4a25-3392-aed1-183e026dcee1-dd9adff4, #w-node-eec818ef-94c3-e194-9d35-70aebdcce972-f89adffc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Domine_Google';
  src: url('../fonts/Domine-Bold.ttf') format('truetype'), url('../fonts/Domine-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Domine_Google';
  src: url('../fonts/Domine-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Domine_Google';
  src: url('../fonts/Domine-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Domine_Google';
  src: url('../fonts/Domine-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Google';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Google';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Google';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Google';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Google';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Google';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Google';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat_Google';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}