body {
  background-color: transparent;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

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

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 24px;
}

li {
  font-size: 20px;
  letter-spacing: 0.5px;
}

blockquote {
  padding: 0px;
  border-left: 1px none #000;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.is__grey {
  background-color: #ececec;
}

.section.projects-old {
  display: none;
}

.section.milestone {
  display: block;
}

.section.milestone._2 {
  display: none;
}

.section.lehre {
  display: block;
}

.scene {
  width: 50%;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scene.is__left {
  position: -webkit-sticky;
  position: sticky;
  width: 30%;
  padding-left: 50px;
}

.scene.is__right {
  position: relative;
  width: 70%;
}

.scene.is__full-width {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
}

.scene.is__full-width.is__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scene.is__footer-left {
  position: relative;
  width: 33.333333333333336%;
  padding-left: 50px;
}

.scene.is__footer-right {
  position: relative;
  width: 66.66666666666667%;
}

.section__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section__content.is__list {
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section__content.is__logos {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dbdbdb;
}

.text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #555;
}

.text.is__subtitle {
  color: #000;
  letter-spacing: 1px;
}

.text.is__year {
  padding-left: 16px;
  font-size: 16px;
}

.text.is__in-list {
  margin-bottom: 10px;
}

.text.is_footer-bottom {
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: none;
}

.description___wrap {
  margin-bottom: 30px;
  padding-right: 25px;
}

.description___wrap.is__last {
  margin-bottom: 0px;
}

.description___wrap.is__flex {
  width: 50%;
  padding-right: 0px;
}

.description___wrap.is__flex.is__left {
  margin-right: 25px;
}

.description___wrap.is__flex.is__right {
  margin-left: 25px;
}

.title__wrap {
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.section-full {
  display: none;
  height: auto;
  padding: 60px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.section-full.bg-image-2 {
  display: block;
  height: 45vh;
  margin-top: 0px;
  background-image: url('../images/image_4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.section-full.bg-image-2 {
  display: none;
  height: 50vh;
  margin-top: 0px;
  background-image: url('../images/trainerkoffer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-full.bg-image-1 {
  display: none;
  height: 50vh;
  margin-top: 0px;
  background-image: url('../images/sticky-board.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.footer {
  position: relative;
  background-color: #252525;
}

.hero-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: #eee;
}

.hero__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 100%;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff740;
}

.hero-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.hero__right {
  position: relative;
  width: 51%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bogi-mittich-portrait-large-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: 'PT Sans', sans-serif;
}

.hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.description_row {
  margin-bottom: 10px;
}

.description_row.is__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.description_row.is__top-margin {
  margin-top: 5px;
}

.text-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 24px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.text-title.is__right {
  font-weight: 400;
  text-align: left;
}

.smaller {
  font-size: 20px;
}

.logo__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.logo__img.is__smaller {
  width: 70%;
}

.logo__img.is__smaller.and__smaller {
  width: 35%;
}

.logo__img.is__smaller.is__more {
  width: 60%;
}

.logo__img.is__smaller.is__more.is__and-more {
  width: 50%;
}

.logo__img.is__tiny {
  width: 40%;
}

.logo__img.is__tiny.and__smaller {
  width: 35%;
}

.logo__img.is__tiny.is__more {
  width: 60%;
}

.logo__img.is__tiny.is__more.is__and-more {
  width: 50%;
}

.logo__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.285714285714286%;
  margin-bottom: 20px;
  padding: 10px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  min-width: 150px;
  margin-top: 20px;
  padding: 12px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  border-radius: 3px;
  background-color: #555;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'PT Sans Caption', sans-serif;
  color: #fff740;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  border-color: #575757;
  background-color: #575757;
  text-decoration: none;
}

.btn.is__secondary {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.btn.is__secondary:hover {
  border-color: #555;
  color: #555;
}

.btn.is__nav {
  min-width: auto;
  margin-top: 0px;
  padding: 6px 14px;
  border-style: none;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.btn.is__nav:hover {
  border-width: 1px;
  border-color: #555;
  color: #000;
  font-weight: 700;
}

.btn.is__nav.w--current {
  font-weight: 700;
}

.btn.is__nav.is__lang {
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  text-transform: none;
}

.btn.is__nav.is__lang.w--current {
  color: #000;
}

.btn.is__text-white {
  color: #f0f0f0;
}

.btn.is_nav {
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #000;
  background-color: #fff740;
  font-family: 'PT Sans Caption', sans-serif;
  color: #000;
  font-size: 14px;
}

.btn.is_nav:hover {
  border-color: #000;
  background-color: #000;
  color: #fff740;
}

.title {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.intro-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.faq-question {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #575757;
  background-color: #555;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.faq-question:hover {
  background-color: #4d4b4b;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-plus-l {
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background-color: #fff740;
}

.section_title-tab {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
}

.faq-plus {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff740;
}

.faq-answer {
  overflow: hidden;
}

.faq-answer.is__last {
  border-bottom-style: none;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.linkedin__wrapper {
  position: absolute;
  left: 50px;
  top: auto;
  right: auto;
  bottom: 25px;
  width: 30px;
  height: 30px;
}

.linkedin__wrapper.is__hero {
  left: 50px;
  cursor: pointer;
}

.linkedin__wrapper.is__hero:hover {
  -webkit-filter: brightness(78%);
  filter: brightness(78%);
}

.linkedin__icon {
  width: 100%;
}

.footer-links {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer-links:hover {
  color: #fff740;
}

.footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-title-wrap {
  width: 50%;
  margin-right: 50px;
}

.footer-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 24px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.footer-text {
  color: #fff;
}

.footer-section-title {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  height: 50px;
  padding-right: 25px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff740;
}

.nav-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.nav-title:hover {
  text-decoration: none;
}

.schnitt-wrap {
  position: absolute;
  left: -1px;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
}

.image {
  display: inline-block;
  height: 100%;
}

.navigation__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block {
  color: #000;
  font-size: 23px;
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
}

.header-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  background-color: #fff;
}

.header__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 5px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff740;
}

.header__right {
  position: relative;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'PT Sans', sans-serif;
}

.section__cards {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding: 10px;
}

.card__wrapper {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 108, 108, 0.12);
}

.card__image-wrap {
  width: 100%;
}

.card__img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__text-title {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.card__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #555;
  font-size: 16px;
}

.card__text.is__subtitle {
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}

.text__large {
  font-size: 28px;
}

.section__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intro-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro_left {
  width: 40%;
  padding-right: 30px;
}

.intro-right {
  width: 60%;
  padding-left: 30px;
}

.intro-paragraph {
  color: #555;
  font-size: 20px;
  line-height: 36px;
}

.intro-text_large {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
}

.competence-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
}

.competence_title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.competence_text-wrap {
  width: 66.66666666666667%;
  padding-left: 25px;
}

.competence_text {
  margin-bottom: 0px;
  color: #555;
  font-size: 18px;
  line-height: 1.4;
}

.competence_text.no-bottom {
  margin-bottom: 0px;
}

.cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards_tab-link {
  width: 33.333333333333336%;
  margin-right: 0px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #ececec;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cards_tab-link:hover {
  background-color: #fff740;
  text-decoration: none;
}

.cards_tab-link.w--current {
  background-color: #fff740;
}

.cards_tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards_tab-pane {
  padding-right: 50px;
  padding-left: 50px;
}

.tabs_pane_text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 40px;
  padding: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(109, 108, 108, 0.12);
  border-bottom: 1px solid rgba(109, 108, 108, 0.12);
}

.tabs_link-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.accordion-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(.19, 1, .22, 1);
  transition: opacity 300ms cubic-bezier(.19, 1, .22, 1);
}

.accordion-top:hover {
  opacity: 0.64;
}

.accordion-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-divider {
  height: 0px;
  border-top: 1px solid #acaaaa;
}

.accordion-bottom {
  overflow: hidden;
  width: 100%;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.accordion-top-text {
  color: #000;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.accordion-icon-stripe-1 {
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background-color: #555;
}

.accordion-top-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion {
  width: 100%;
  border-bottom: 1px solid #acaaaa;
  cursor: pointer;
}

.accordion-top-icon {
  position: relative;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-top-icon.is_top {
  padding-top: 4px;
}

.accordion-icon-stripe-2 {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #555;
}

.accordion-top-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-top-wrap.is_top {
  padding-top: 4px;
}

.accordion-bottom-wrap {
  width: 100%;
  padding: 18px 4px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff740;
  color: #000;
}

.navbar {
  position: fixed;
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px 15px 50px;
  background-color: #fff740;
}

.navbar.shadow-three {
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 50px;
  background-color: #fff740;
}

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

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand:hover {
  text-decoration: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 20px;
  border-bottom: 1px solid transparent;
  color: #000;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom-color: #555;
  color: rgba(26, 27, 31, 0.75);
  text-decoration: none;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link.w--current {
  border-bottom-color: #555;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.cta {
  margin-left: 12px;
  padding: 12px 28px;
  border-radius: 3px;
  background-color: #575757;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #fff740;
  color: #000;
  text-decoration: none;
}

.cta:active {
  background-color: #43464d;
}

.list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.display-non {
  display: none;
}

.nav-logo.w--current {
  text-decoration: none;
  cursor: pointer;
}

.nav-logo.w--current:hover {
  text-decoration: none;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-intro {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .scene {
    width: 100%;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .scene.is__left {
    width: 20%;
  }

  .scene.is__right {
    width: 80%;
  }

  .scene.is__full-width {
    padding-right: 65px;
    padding-left: 65px;
  }

  .title__wrap {
    width: 20%;
  }

  .button-block {
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-section {
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero__left {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 80px 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-heading {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
  }

  .hero__right {
    width: 92%;
    height: auto;
    min-height: 600px;
    background-position: 50% 13%;
  }

  .hero__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff740;
  }

  .linkedin__wrapper.is__hero {
    left: 60px;
  }

  .footer__flex {
    width: 80%;
  }

  .schnitt-wrap {
    left: -8px;
  }

  .image {
    display: block;
  }

  .header__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff740;
  }

  .header-section {
    background-position: 50% 50%;
    background-size: cover;
  }

  .header__left {
    width: 100%;
    height: 100%;
    min-height: auto;
    padding: 80px 65px 80px 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__right {
    width: 90%;
    height: auto;
    min-height: 600px;
    background-position: 50% 13%;
  }

  .card {
    width: 50%;
  }

  .section__intro {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-boxes {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro_left {
    width: 100%;
    padding-right: 20px;
  }

  .intro-right {
    width: 100%;
    padding-left: 0px;
  }

  .intro-text_large {
    margin-bottom: 40px;
  }

  .nav {
    overflow: hidden;
  }

  .navbar.shadow-three {
    padding-right: 25px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px 10px 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff740;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }

  .list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hamburger-icon {
    font-size: 28px;
    line-height: 1;
  }

  .nav-container {
    max-width: 728px;
  }

  .intro-intro {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .scene {
    padding: 20px 40px;
  }

  .scene.is__left {
    padding-left: 30px;
  }

  .scene.is__right {
    padding-right: 25px;
    padding-left: 0px;
  }

  .scene.is__full-width {
    padding-right: 45px;
    padding-left: 45px;
  }

  .section__content {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .description___wrap {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .title__wrap {
    width: 20%;
  }

  .button-block {
    margin-top: 40px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-full.bg-image-2 {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-full.bg-image-2 {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-full.bg-image-1 {
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero__left {
    width: 100%;
    padding: 50px 40px 35px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-heading {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .hero__right {
    width: 90%;
    min-height: 500px;
    background-position: 50% 0%;
  }

  .hero__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .btn {
    border-width: 1px;
    font-size: 12px;
  }

  .btn.is__secondary {
    margin-left: 25px;
  }

  .faq-question {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section_title-tab {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .section-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .linkedin__wrapper.is__hero {
    left: auto;
    top: auto;
    right: 50px;
    bottom: 50px;
  }

  .footer__flex {
    width: 80%;
  }

  .footer-section-title {
    font-size: 20px;
  }

  .navigation {
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-title {
    display: block;
  }

  .schnitt-wrap {
    left: 0px;
    display: block;
  }

  .header__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header__left {
    width: 100%;
    padding: 50px 45px 35px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__right {
    width: 90%;
    min-height: 500px;
    background-position: 50% 0%;
  }

  .section__cards {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .card__img {
    height: 150px;
  }

  .section__intro {
    padding: 40px 25px 50px;
  }

  .intro_left {
    padding-right: 0px;
  }

  .competence-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .tabs_link-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .accordion-top-icon {
    padding-right: 5px;
  }

  .accordion-top-wrap.is_top {
    padding-left: 5px;
  }

  .navbar {
    height: auto;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 25px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .scene {
    padding-right: 25px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .scene.is__left {
    width: 100%;
    padding: 0px;
  }

  .scene.is__right {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .scene.is__full-width {
    padding-right: 0px;
    padding-left: 0px;
  }

  .scene.is__footer-left {
    padding-left: 20px;
  }

  .scene.is__footer-right {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section__content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text {
    font-size: 18px;
  }

  .text.is__subtitle {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .description___wrap {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
  }

  .title__wrap {
    width: 100%;
  }

  .button-block {
    margin-top: 25px;
    margin-bottom: 35px;
  }

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

  .section-full.bg-image-2 {
    background-position: 50% 50%;
  }

  .section-full.bg-image-2 {
    height: 30vh;
    background-position: 50% 50%;
  }

  .section-full.bg-image-1 {
    height: 30vh;
    background-position: 50% 50%;
  }

  .hero__left {
    display: block;
    padding: 40px 25px 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading {
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
  }

  .hero__right {
    width: 100%;
    background-position: 50% 0%;
  }

  .hero__wrapper {
    height: 100%;
  }

  .description_row {
    margin-bottom: 0px;
  }

  .text-title {
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 1.2;
  }

  .text-title.is__right {
    text-align: left;
  }

  .logo__wrap {
    width: 25%;
  }

  .btn {
    min-width: 100px;
    padding: 4px 12px;
    letter-spacing: 1px;
  }

  .btn.is__secondary {
    margin-left: 12px;
  }

  .btn.is_nav {
    min-width: auto;
    font-size: 12px;
  }

  .intro-text {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-question {
    top: 60px;
    height: 70px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .section_title-tab {
    font-size: 22px;
  }

  .linkedin__wrapper.is__hero {
    left: 25px;
    top: auto;
    right: auto;
    bottom: 20px;
    width: 30px;
    height: 30px;
  }

  .footer-links {
    line-height: 24px;
  }

  .footer__flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-title-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .footer-title {
    line-height: 22px;
  }

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

  .nav-title {
    font-size: 16px;
    line-height: 18px;
  }

  .image {
    display: block;
  }

  .navigation__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__wrapper {
    height: 100%;
  }

  .header__left {
    display: block;
    padding: 40px 25px 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__right {
    width: 100%;
    background-position: 50% 0%;
  }

  .section__cards {
    padding: 20px 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card {
    width: 100%;
  }

  .card__text-title {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }

  .card__text {
    font-size: 14px;
    line-height: 18px;
  }

  .card__text.is__subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .section__intro {
    padding: 30px 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-boxes {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .intro-text_large {
    font-size: 22px;
    line-height: 36px;
  }

  .accordion-top-text {
    font-size: 22px;
    line-height: 1.2;
  }

  .accordion-top-icon.is_top {
    padding-right: 5px;
  }

  .accordion-top-wrap.is_top {
    padding-left: 5px;
  }

  .accordion-bottom-wrap {
    padding-right: 0px;
  }

  .navbar {
    padding: 10px 10px 10px 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu {
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-cards-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-container {
    max-width: none;
  }

  .intro-intro {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

