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

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

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

:root {
  --black: #000;
  --primary: #cd1719;
  --white: white;
  --light-gray: #f4f4f4;
  --white-2: white;
  --black-2: black;
}

body {
  color: var(--black);
  font-family: Muller, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

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

.red-color {
  background-color: var(--primary);
}

.h2-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muller, sans-serif;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 120%;
}

.h2-title.h2-title--black {
  color: var(--black);
}

.h2-title.h2-title--black.team__title {
  margin-bottom: 1.67vw;
}

.h2-title.h2-title--black.services__title {
  margin-bottom: 5.56vw;
  position: absolute;
  inset: 7.78vw auto auto 4.44vw;
}

.h2-title.h2-title--black.rechtsberatung__title {
  margin-bottom: 1.67vw;
  margin-left: 3.47vw;
}

.h2-title.h2-title--black.line__title {
  margin-bottom: 1.67vw;
}

.h2-title.h2-title--black._404__subtitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.h2-title.headline-1__title, .h2-title.headline-2__title {
  margin-bottom: 1.67vw;
}

.h2-title.team__title {
  margin-bottom: 24px;
}

.h2-title.contacts__title {
  margin-bottom: 2.22vw;
}

.h3-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muller, sans-serif;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 140%;
}

.h3-title.h2-title--black, .h3-title.h3-title--black {
  color: var(--black);
}

.h3-title.h3-title--black.rechtsberatung__subtitle {
  align-self: flex-start;
  margin-bottom: 1.67vw;
}

.h3-title.headline-1__subtitle {
  margin-bottom: 1.67vw;
}

.h4-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muller, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.h4-title.h2-title--black, .h4-title.h3-title--black, .h4-title.h4-title--black {
  color: var(--black);
}

.page-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

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

.page-text.page-text--black.left {
  align-self: flex-start;
}

.header {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  overflow: hidden;
}

.header.header--sticky {
  position: fixed;
}

.nav__body {
  justify-content: center;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
  position: relative;
}

.logo {
  width: 9.72vw;
  max-width: none;
  height: 2.09vw;
}

.nav__menu {
  z-index: 2;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1vw 4.44vw;
  display: flex;
  position: absolute;
  transform: translate(100%);
}

.menu-btn {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 4.44vw auto auto;
}

.menu-btn__txt {
  margin-right: 12px;
  font-size: 16px;
}

.menu-btn__dots {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-brn__dot {
  background-color: var(--primary);
  border-radius: 50%;
  width: .42vw;
  min-width: 6px;
  height: .36vw;
  min-height: 6px;
}

.nav__link {
  color: var(--black);
  text-align: center;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav__link.last {
  margin-right: 3.82vw;
}

.nav__close {
  cursor: pointer;
  width: 1.67vw;
  min-width: 24px;
  max-width: none;
  height: 1.67vw;
  min-height: 24px;
  position: absolute;
  inset: auto 4.44vw auto auto;
}

.main {
  position: relative;
}

.main.main-sticky {
  height: 1500vh;
}

.sticky-wrap {
  position: sticky;
  top: 0;
}

.hero-section {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero__body {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.page-padding {
  padding: 7.78vw 4.44vw;
}

.hero-logo {
  width: 100%;
  max-width: 34.72vw;
  height: 7.43vw;
  position: relative;
}

.hero-logo__dot {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .95vw;
  height: .82vw;
  display: flex;
  position: absolute;
  inset: 0% 4.79vw auto auto;
}

.headline-1-section {
  background-color: var(--primary);
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.headline-1__body {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.headline-1__body.page-padding {
  position: relative;
}

.headline-1__left {
  flex: none;
  max-width: 70vw;
  margin-right: 4.17vw;
  transform: translate(11vw);
}

.headline-1__right {
  width: 100%;
  position: relative;
  transform: translate(100vw);
}

.headline-1-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 13vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.headline-1__elips {
  border: 2px solid var(--white);
  border-radius: 100%;
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 15vw;
}

.headline-1__elips-links {
  justify-content: center;
  align-items: center;
  height: 39vw;
  display: flex;
  position: relative;
}

.headline-1__link {
  color: var(--white);
  cursor: pointer;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-family: Muller, sans-serif;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: all .1s;
  position: relative;
}

.headline-1__link:hover {
  transform: scale(1.1);
}

.headline-1__link.h2-title--black, .headline-1__link.h3-title--black {
  color: var(--black);
}

.headline-1__link.headline-1__subtitle {
  margin-bottom: 24px;
}

.headline-1__link.headline-1__link--1 {
  left: 26%;
}

.headline-1__link.headline-1__link--3 {
  display: none;
  right: 14%;
}

.headline-1__link.headline-1__link--4 {
  right: 15%;
}

.headline-1__link.headline-1__link--6 {
  left: 17%;
}

.hero-logo__icon {
  width: 100%;
}

.headline-2-section {
  background-color: var(--primary);
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.headline-2__body {
  align-items: center;
  height: 100%;
  display: flex;
}

.headline-2__left {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.headline-__right {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.headline-2__elips {
  border: 2px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.headline-2__elips-txt {
  color: var(--white);
  text-align: center;
  font-size: 2.7vw;
  font-weight: 700;
  line-height: 120%;
}

.coll-experts, .coll-services, .coll-industries, .coll-recognition, .coll-contact {
  display: none;
}

.team-section {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.team__body {
  height: 100%;
  display: flex;
  position: relative;
}

.team__left {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  height: 100%;
  padding-left: 4.44vw;
  padding-right: 2.78vw;
  display: flex;
  position: relative;
}

.team__right {
  align-self: center;
  width: 100%;
  padding: 20px 4.44vw 20px 2.78vw;
}

.team__elips {
  background-color: var(--white);
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  position: absolute;
  inset: auto 0% auto auto;
}

.team__title-wrap {
  max-width: 42.78vw;
  position: relative;
}

.popup {
  z-index: 5000;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 18.13vw;
  padding-right: 10vw;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: none;
}

.team-coll-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.team-coll-item {
  width: 15vw;
}

.person {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.person__photo-wrap {
  justify-content: center;
  width: 11vw;
  height: 11vw;
  margin-bottom: 1.67vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.red-plus {
  display: block;
  position: absolute;
  inset: auto auto 1.18vw;
  transform: translate(0, 200%);
}

.person__name {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.person__name.popup__name {
  color: var(--black);
  text-align: left;
}

.person__photo {
  border-radius: 50%;
  width: 100%;
  display: block;
}

.person__position {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.person__position.popup__position {
  color: var(--black);
  text-align: left;
  margin-bottom: 1.67vw;
}

.popup__elips {
  background-color: var(--white);
  border-radius: 50%;
  width: 146.11vw;
  height: 125.76vw;
  position: absolute;
  inset: auto auto auto 1.94vw;
}

.popup__content {
  width: 100%;
  display: flex;
}

.popup__left {
  flex: none;
  width: 28.13vw;
  position: relative;
}

.popup__right {
  width: 100%;
  max-height: 70vh;
  position: relative;
  overflow: auto;
}

.popup__direct {
  color: var(--black);
  text-align: left;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 150%;
}

.popup__direct.popup__position {
  color: var(--black);
  text-align: left;
  font-size: 1.39vw;
}

.popup__direct.popup__direct--mb {
  margin-bottom: 1.67vw;
  font-size: 16px;
}

.popup__direct.popup__direct-link {
  color: var(--primary);
  font-size: 16px;
  text-decoration: none;
}

.popup__direct-info {
  align-items: center;
  margin-bottom: .83vw;
  display: flex;
}

.popup__red-elips {
  background-color: var(--primary);
  border-radius: 50%;
  width: 1.13vw;
  height: .97vw;
  margin-right: .83vw;
}

.popup__link {
  color: var(--black);
  cursor: pointer;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.popup__rich p {
  color: var(--black);
}

.popup__colomns {
  height: 100%;
  display: flex;
}

.popup__col {
  width: 20.83vw;
  padding: 1.39vw;
}

.popup__col.is-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.popup__bio {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.popup__close {
  cursor: pointer;
  width: 1.67vw;
  min-width: 24px;
  max-width: none;
  height: 1.67vw;
  min-height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.services__body {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.services__left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.services__right {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 0%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
  transform: none;
}

.circles {
  flex-flow: wrap;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.circles__item {
  background-color: var(--light-gray);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15.28vh;
  height: 15.28vh;
  transition: all .2s;
  display: inline-block;
}

.circles__item:hover {
  background-color: var(--primary);
  color: var(--white);
}

.circles__item.circles__item--1 {
  margin-left: 10%;
}

.circles__item-txt {
  background-color: var(--light-gray);
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  margin-bottom: 1vw;
  margin-left: 1vw;
  margin-right: 1vw;
  padding: 1vw;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 150%;
  transition: all .2s;
  display: flex;
}

.circles__item-txt:hover {
  background-color: var(--primary);
  color: var(--white);
}

.circles__item-txt._1 {
  align-self: baseline;
}

.line-section {
  margin-top: 12vw;
  margin-bottom: 12vw;
  padding-left: 4.44vw;
  padding-right: 4.44vw;
  position: sticky;
  top: 40px;
  overflow: hidden;
}

.line__body {
  grid-column-gap: 5.56vw;
  grid-row-gap: 5.56vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.line__left {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 70vw;
  height: 100%;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line__right {
  grid-column-gap: 1.23vw;
  grid-row-gap: 1.23vw;
  grid-template-rows: auto;
  grid-template-columns: min-content min-content;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.card-coll-wrap.line-2 {
  margin-top: 11vw;
}

.card-coll-list {
  display: flex;
}

.card-coll-item {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18.4vw;
  height: 18.4px;
  min-height: 18.4vw;
  margin-right: 1vw;
  display: flex;
  overflow: hidden;
}

.card {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 18.4vw;
  padding: 1.39vw;
  transition: all .2s;
  display: flex;
  position: relative;
}

.card.light-grey {
  background-color: var(--light-gray);
}

.card.light-grey.padding {
  width: 14vw;
  min-height: 14vw;
}

.card__name {
  text-align: center;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.card__name.card__name--white {
  color: var(--white);
}

.card__bg {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  width: 17.36vw;
  height: 17.39vw;
  display: none;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.card__content {
  position: relative;
}

.card__plus {
  display: none;
  position: absolute;
  transform: translate(0, 7vw);
}

.card__descripion {
  color: var(--white);
  text-align: center;
  padding-top: 1.67vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.card__descrip-wrap {
  color: var(--white);
  height: 0;
  overflow: hidden;
}

.card__close {
  margin-top: 1.6vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.line-coll-2 {
  margin-top: 9.1vw;
}

.card__name-white {
  text-align: center;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 140%;
  display: none;
  position: relative;
}

.card__name-white.card__name--white {
  color: var(--white);
}

.rechtsberatung-section {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.rechtsberatung__body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68.8vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rechtsberatung__title-wrap {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.rechtsberatung__red-dot {
  background-color: var(--primary);
  border-radius: 50%;
  width: 1.88vw;
  height: 1.67vw;
  position: absolute;
  inset: auto auto auto 0%;
}

.help__section {
  background-color: var(--primary);
  height: 100vh;
}

.help {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 5.56vw 4.44vw;
  display: flex;
}

.help__top {
  margin-bottom: 5.56vw;
  display: flex;
}

.help__bottom {
  align-items: center;
  display: flex;
}

.contacts {
  display: flex;
}

.contacts.contacts--mob {
  display: none;
}

.white-logo-wrap {
  flex: none;
  width: 19.31vw;
  margin-right: 5.56vw;
}

.contacts-wrap {
  width: 100%;
}

.contacts__item {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 1000px;
  align-items: center;
  margin-right: 2.22vw;
  padding: .83vw 1.67vw;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contacts__item:hover {
  background-color: var(--white);
  color: var(--primary);
}

.contact__icon {
  object-fit: contain;
  width: 1.67vw;
  min-width: 24px;
  max-width: none;
  height: 1.67vw;
  min-height: 24px;
  margin-right: .83vw;
  display: block;
}

.help-elips {
  border: 1px solid var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 21.32vw;
  height: 18.4vw;
  margin-right: 5.56vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.help-elips__text {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.help__text-wrap {
  width: 100%;
}

.footer {
  background-color: var(--primary);
}

.footer__body {
  padding: 5.56vw 4.44vw;
}

.footer__line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-bottom: 2.22vw;
}

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

.footer__link {
  color: var(--white);
  margin-right: 1.67vw;
  font-size: .97vw;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer__link.footer__copyright {
  text-decoration: none;
}

.footer__link.last {
  margin-right: 0;
}

.protection {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.27vw;
  padding-right: 3.27vw;
  display: none;
}

.services-popup__title-wrap {
  align-items: center;
  margin-bottom: 4.17vw;
  display: flex;
}

.swiper {
  width: 100%;
}

.swiper.artcles-swiper, .swiper-slide.hideslide {
  display: none;
}

.slide {
  border: 2px solid var(--white);
  padding: 1.39vw;
}

.slide__name {
  margin-bottom: 1.67vw;
  font-size: 1.39vw;
  font-weight: 700;
  line-height: 140%;
}

.reputation-protection-prev.mr {
  margin-right: 1.04vw;
}

.services__red-dot {
  background-color: var(--primary);
  border-radius: 50%;
  width: 1.88vw;
  height: 1.67vw;
  margin-right: 1.67vw;
}

.swiper-nav {
  justify-content: space-between;
  align-items: center;
  margin-top: 3.19vw;
  padding-right: 4.93vw;
  display: flex;
}

.swiper__btns {
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.arrow {
  width: 1.39vw;
  min-width: 20px;
  max-width: none;
  height: 1.39vw;
  min-height: 20px;
  display: block;
}

.services-popup__close {
  cursor: pointer;
  width: 100%;
  max-width: none;
}

.commercial-popup__close-wrap2 {
  justify-content: center;
  align-items: center;
  width: 1.67vw;
  min-width: 24px;
  height: 1.67vw;
  min-height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.commercial-popup__close-wrap2.mt, .commercial-popup__close-wrap2.mt-copy {
  margin-top: 4.86vw;
}

.trade {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 3.27vw;
  padding-right: 4.78vw;
  display: none;
}

.patents {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.277vw;
  padding-right: 3.27vw;
  display: none;
}

.patents-prev.mr {
  margin-right: 1.04vw;
}

.competition {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.27vw;
  padding-right: 3.27vw;
  display: none;
}

.competition-prev.mr {
  margin-right: 1.04vw;
}

.software {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.27vw;
  padding-right: 3.27vw;
  display: none;
}

.software-prev.mr {
  margin-right: 1.04vw;
}

.designs {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 40px 3.27vw;
  display: none;
}

.designs-prev.mr {
  margin-right: 1.04vw;
}

.copyright {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.27vw;
  padding-right: 3.27vw;
  display: none;
}

.copyright-prev.mr {
  margin-right: 1.04vw;
}

.commercial {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.27vw;
  display: none;
}

.commercial-prev {
  margin-right: 10px;
}

.commercial-prev.mr {
  margin-right: 1.04vw;
}

.people-nav {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 4.17vw;
  display: flex;
  position: relative;
}

.people-prev {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: .56vw 1vw;
  transition: all .2s;
  display: flex;
}

.people-prev:hover {
  border-color: var(--primary);
}

.people-close {
  cursor: pointer;
  width: 1.67vw;
  min-width: 24px;
  height: 1.67vw;
  min-height: 24px;
  margin-left: 5.56vw;
  margin-right: 5.56vw;
}

.people-next {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: .56vw 1vw;
  transition: all .2s;
  display: flex;
}

.people-next:hover {
  border-color: var(--primary);
}

.people-close-img {
  width: 100%;
  max-width: none;
  display: block;
}

.people-btn-txt {
  color: var(--primary);
  text-align: center;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 150%;
}

.articles-popup {
  z-index: 5000;
  background-color: var(--light-gray);
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 5.56vw 1.25vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.author {
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 140%;
}

.author__position {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 150%;
}

.articles-coll-wrap {
  width: 100%;
  height: 80%;
  margin-top: 2.08vw;
  overflow: auto;
}

.articles-coll-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  display: grid;
}

.articles-coll-item {
  padding: 1.11vw;
}

.article__name {
  margin-bottom: 2.22vw;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.articles__rich p {
  margin-bottom: 1.25vw;
  font-size: 16px;
  line-height: 150%;
}

.article-popup__close {
  cursor: pointer;
  object-fit: contain;
  width: 1.67vw;
  min-width: 24px;
  height: 1.67vw;
  min-height: 24px;
  margin-top: 4.44vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.impressum__body {
  padding: 7.78vw 15.56vw;
}

.impressum__title-wrap {
  align-items: center;
  margin-bottom: 1.6vw;
  display: flex;
}

.impressum__elips {
  background-color: var(--primary);
  border-radius: 50%;
  width: 1.88vw;
  height: 1.67vw;
  margin-right: 1.67vw;
}

.page-rich h2 {
  margin-top: 0;
  margin-bottom: 1.67vw;
  font-size: 2.78vw;
  line-height: 120%;
}

.page-rich h3 {
  margin-top: 0;
  margin-bottom: 1.67vw;
  font-size: 1.8vw;
  line-height: 140%;
}

.page-rich h4 {
  margin-top: 0;
  margin-bottom: 1.67vw;
  font-size: 1.6vw;
  line-height: 140%;
}

.page-rich h5 {
  margin-top: 0;
  margin-bottom: 1.67vw;
  font-size: 1.24vw;
  line-height: 140%;
}

.page-rich h6 {
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 1vw;
  line-height: 140%;
}

.page-rich p {
  font-size: 1.25vw;
  line-height: 150%;
}

.page-rich a {
  color: var(--black);
  font-weight: 400;
}

.page-rich strong {
  font-weight: 700;
}

.page-rich ul {
  margin-bottom: 0;
  padding-left: 2.48vw;
  font-size: 1.25vw;
  line-height: 150%;
}

.absolute {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.opacity {
  opacity: 0;
}

.hide {
  z-index: 1;
  width: 0%;
  position: absolute;
}

.sticky {
  height: 300vh;
  position: relative;
}

.sticky.red {
  background-color: var(--primary);
}

.sticky.services {
  height: auto;
}

.sticky.headline-1 {
  background-color: var(--primary);
  height: 200vh;
}

.licensing {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.27vw;
  padding-right: 3.27vw;
  display: none;
}

.licensing-prev.mr {
  margin-right: 1.04vw;
}

.articles-nav {
  display: none;
}

.tag-canvas {
  width: 70%;
  height: 21vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.services-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

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

.yellow-line {
  background-color: #ff0;
  width: 20vw;
  height: 2px;
  display: none;
  transform: rotate(-31deg);
}

.card-back-mob, .card-back-mob.years-back {
  display: none;
}

.card__name-back {
  text-align: center;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.card__name-back.card__name--white {
  color: var(--white);
}

.card__descripion-back {
  color: var(--white);
  text-align: center;
  padding-top: 1.67vw;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.card__close-back {
  margin-top: 1.6vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.to-top-link {
  border: 1px solid var(--white);
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 75.2px;
  height: 64.8px;
  display: flex;
  position: fixed;
  inset: auto 44px 27px auto;
}

.languages {
  justify-content: center;
  align-items: stretch;
  padding-top: 4px;
  padding-bottom: 2px;
  display: flex;
  position: absolute;
  inset: auto 12vw auto auto;
}

.languages__link {
  color: var(--black);
  text-align: center;
  align-items: center;
  padding: 0 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.languages__link.w--current {
  color: var(--primary);
}

.languages__link.languages__link-border {
  border-right: 1px solid #000;
}

.languages__link.languages__link-border.languages__link--active, .languages__link.languages__link--active {
  color: var(--primary);
}

.language__line {
  background-color: var(--black);
  width: 1px;
  height: 100%;
  margin-left: 10px;
}

.lang-line {
  background-color: var(--black);
  width: 1px;
  height: 16px;
  position: relative;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

._404-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  line-height: 100%;
}

._404__body {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

._404-back {
  color: var(--primary);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 1000px;
  padding: .5vw 1.67vw;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

._404-back:hover {
  border-color: var(--primary);
  color: var(--black);
}

.team__bg {
  z-index: -1;
  background-color: var(--primary);
  position: absolute;
  inset: 0% 0% 2px;
}

.header-wrap {
  height: 100vh;
  position: relative;
}

.design-items {
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.design-item {
  border: 1px solid var(--white);
  padding: 10px;
}

.design-item.mr-16 {
  margin-right: 16px;
}

.design-item__name {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.design__item-decrip {
  font-size: 16px;
}

.data, .marketing {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.27vw;
  padding-right: 3.27vw;
  display: flex;
}

.nav__link-copy {
  color: var(--black);
  text-align: center;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav__link-copy.last {
  margin-right: 3.82vw;
}

.headline-1__center {
  flex: 1;
  max-width: 70vw;
  margin-right: auto;
  transform: translate(11vw);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 4vw;
}

.card-grid {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17.39vw;
  min-height: 17.39vw;
  padding: 1.39vw;
  transition: all;
  display: flex;
  position: relative;
}

.card_small {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.39vw;
  min-height: 12.39vw;
  padding: 1.39vw;
  transition: all;
  display: flex;
  position: relative;
}

.rechtsberatung__timeline-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 3.67vw;
  margin-bottom: 3.67vw;
  display: flex;
  position: relative;
}

.rechtsberatung_timline_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-self: stretch;
  margin-top: 4vw;
}

.div-block {
  align-self: stretch;
  display: flex;
}

.card-coll-wrap-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vw;
  display: flex;
}

.card-coll-wrap-flex.line-2 {
  margin-top: 11vw;
}

.card-coll-list-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: flex;
}

.card-coll-wrap-no-scroll {
  display: flex;
}

.card-coll-wrap-no-scroll.line-2 {
  margin-top: 11vw;
}

.commercial2 {
  background-color: var(--light-gray);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 3.27vw;
  padding-right: 3.27vw;
  display: none;
}

.commercial-items2 {
  margin-top: 40px;
  display: flex;
}

.commercial-item2, .design-item-copy {
  border: 1px solid var(--white);
  padding: 20px;
}

.commercial-popup__close2 {
  cursor: pointer;
  width: 100%;
  max-width: none;
}

.commercial-item__name {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.cards-scroll-wrap {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.service-nav {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-right: 40px;
  display: flex;
}

.service-nav-btns {
  display: flex;
}

.about-us {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 35% 0% auto;
}

.experts {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 32% 0% auto;
}

.services-anchor {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 10% 0% auto;
}

.scroll-down {
  z-index: 0;
  color: #828282;
  font-size: 16px;
  line-height: 150%;
  position: absolute;
  inset: auto auto 12%;
}

.card-rich {
  padding-top: 1.67vw;
  position: relative;
}

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

.card-rich ol, .card-rich ul {
  padding-left: 20px;
}

.industries {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-2 {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.header-2.header--sticky {
  position: fixed;
}

.nav__link-2 {
  color: #000;
  text-align: center;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav__link-2.last {
  margin-right: 3.82vw;
}

.languages__link-2 {
  color: #000;
  text-align: center;
  align-items: center;
  padding: 0 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.languages__link-2.w--current {
  color: #cd1719;
}

.menu-brn__dot-2 {
  background-color: #cd1719;
  border-radius: 50%;
  width: .42vw;
  min-width: 6px;
  height: .36vw;
  min-height: 6px;
}

.lang-line-2 {
  background-color: #000;
  width: 1px;
  height: 16px;
  position: relative;
}

.nav__menu-2 {
  z-index: 2;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1vw 4.44vw;
  display: flex;
  position: absolute;
  transform: translate(100%);
}

.languages__menu {
  justify-content: center;
  align-items: stretch;
  margin-right: 3vw;
  padding-top: 4px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  inset: auto;
}

.footer__image-wrap {
  justify-content: flex-end;
  padding-left: 4.44vw;
  padding-right: 4.44vw;
  display: flex;
}

.footer__image {
  display: block;
}

.legal-logo-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 10vw;
  max-width: 7.5rem;
  display: flex;
  position: absolute;
  inset: auto 5vw 5vw auto;
}

.legal-logo {
  width: 100%;
  display: block;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.legal-logo.is-secondary {
  box-shadow: 0 4px 8px -2px #0000001a;
}

@media screen and (min-width: 1280px) {
  .h2-title {
    font-size: 2.78vw;
  }

  .menu-btn__txt {
    font-size: 1.5vw;
  }

  .person__name {
    font-size: 1.39vw;
  }

  .services__right {
    height: 100vh;
  }

  .designs {
    min-height: 100%;
  }

  .footer-link-txt {
    font-size: 1.11vw;
  }

  .design-items {
    flex-direction: row;
    margin-top: 40px;
  }

  .design-item {
    padding: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .h3-title.h3-title--black.rechtsberatung__subtitle {
    font-size: 1.39vw;
  }

  .h4-title {
    font-size: 20px;
  }

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

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

  .menu-btn__txt, .nav__link {
    font-size: 1.11vw;
  }

  .nav__close {
    flex: none;
    width: 2vw;
    height: 2vw;
  }

  .headline-__right {
    flex: none;
    width: 36.25vw;
    margin-right: 6.8vw;
  }

  .popup {
    display: none;
  }

  .person__photo-wrap {
    width: 11.11vw;
    height: 11.11vw;
  }

  .person__position.popup__position {
    max-width: 15.55vw;
  }

  .popup__content {
    justify-content: space-between;
  }

  .popup__right {
    width: 43vw;
  }

  .popup__colomns {
    justify-content: flex-end;
    width: 100%;
  }

  .popup__col {
    width: 100%;
  }

  .line__body {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .line__right {
    justify-content: space-between;
  }

  .card__bg {
    display: none;
  }

  .contacts__item {
    justify-content: center;
  }

  .help-elips__text {
    font-size: 1.1vw;
  }

  .articles-popup {
    display: none;
  }

  .footer-link-txt {
    line-height: 145%;
  }

  .to-top-link {
    transition: all .2s;
  }

  .to-top-link:hover {
    transform: scale(1.07);
  }

  .languages__link {
    font-size: 1.11vw;
  }

  ._404__body {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .nav__link-copy, .nav__link-2, .languages__link-2 {
    font-size: 1.11vw;
  }

  .footer__image {
    width: 8.3vw;
  }
}

@media screen and (min-width: 1920px) {
  .h2-title {
    font-size: 2.08vw;
  }

  .h3-title {
    font-size: 1.25vw;
  }

  .page-text {
    font-size: .83vw;
  }

  .nav__menu {
    padding-left: 3.33vw;
    padding-right: 3.33vw;
  }

  .menu-btn {
    right: 3.33vw;
  }

  .nav__link.last {
    margin-right: 2.86vw;
  }

  .nav__close {
    right: 3.33vw;
  }

  .page-padding {
    padding: 5.83vw 3.33vw;
  }

  .team__left {
    padding-left: 3.33vw;
    padding-right: 2.08vw;
  }

  .team__right {
    padding-right: 3.33vw;
  }

  .team-coll-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .person__photo-wrap {
    width: 8.33vw;
    height: 8.33vw;
  }

  .person__name {
    font-size: 1.04vw;
  }

  .person__position {
    font-size: .83vw;
  }

  .popup__content {
    justify-content: space-between;
  }

  .popup__direct.popup__direct--mb, .popup__direct.popup__direct-link {
    font-size: .83vw;
  }

  .popup__colomns {
    justify-content: flex-end;
    width: 100%;
  }

  .popup__bio {
    font-size: .83vw;
  }

  .line-section {
    padding-left: 3.33vw;
    padding-right: 3.33vw;
  }

  .line__body {
    height: 100%;
  }

  .card__plus, .card__close {
    width: 1.25vw;
  }

  .rechtsberatung__title-wrap {
    align-items: flex-start;
  }

  .help {
    padding-left: 3.33vw;
    padding-right: 3.33vw;
  }

  .help-elips {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer__body {
    padding: 4.16vw 3.33vw;
  }

  .footer__line {
    height: 2px;
  }

  .articles-coll-wrap {
    margin-top: 1vw;
  }

  .article__name, .articles__rich p {
    font-size: .83vw;
  }

  .article-popup__close {
    margin-top: 3.33vw;
  }

  .to-top-link {
    width: 3.91vw;
    height: 3.38vw;
    bottom: 1.4vw;
    right: 2.3vw;
  }

  .languages__link {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .lang-line {
    width: .052vw;
    height: 1.04vw;
  }

  .nav__link-copy.last {
    margin-right: 2.86vw;
  }

  .scroll-down {
    font-size: .83vw;
  }

  .nav__link-2.last {
    margin-right: 2.86vw;
  }

  .languages__link-2 {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .lang-line-2 {
    width: .052vw;
    height: 1.04vw;
  }

  .nav__menu-2, .footer__image-wrap {
    padding-left: 3.33vw;
    padding-right: 3.33vw;
  }
}

@media screen and (max-width: 991px) {
  .h2-title {
    font-size: 38px;
  }

  .h2-title.h2-title--black.team__title {
    margin-bottom: 24px;
  }

  .h2-title.h2-title--black.services__title {
    position: relative;
    top: 0;
    left: 0;
  }

  .h2-title.h2-title--black.rechtsberatung__title {
    margin-bottom: 24px;
    margin-left: 50px;
  }

  .h2-title.h2-title--black._404__subtitle {
    margin-bottom: 24px;
  }

  .h2-title.h2-title--black.service-title {
    font-size: 30px;
  }

  .h2-title.headline-1__title {
    margin-bottom: 32px;
  }

  .h2-title.headline-2__title {
    margin-bottom: 24px;
  }

  .h2-title.contacts__title {
    margin-bottom: 22px;
  }

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

  .h3-title.h3-title--black.rechtsberatung__subtitle {
    margin-bottom: 24px;
  }

  .h3-title.h3-title--black.mb, .h3-title.headline-1__subtitle {
    margin-bottom: 32px;
  }

  .page-text, .page-text.page-text--black {
    line-height: 150%;
  }

  .header {
    overflow: visible;
  }

  .header.header--sticky {
    transform: none;
  }

  .nav__body {
    height: 72px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav__logo {
    width: 160px;
  }

  .nav__logo.nav-logo--mob {
    width: 160px;
    margin-bottom: 40px;
  }

  .logo {
    width: 100%;
    height: auto;
  }

  .nav__menu {
    z-index: 5;
    flex-direction: column;
    max-height: 100vh;
    padding: 60px 40px;
    display: none;
    top: 0;
    right: 0;
    overflow: auto;
    transform: none;
  }

  .menu-btn__txt {
    font-size: 16px;
  }

  .menu-btn__dots {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav__link {
    margin-bottom: 20px;
    font-size: 20px;
    transition: all .2s;
  }

  .nav__link:hover {
    color: var(--primary);
  }

  .nav__link.last {
    margin-right: 0;
  }

  .nav__close {
    width: 40px;
    height: 40px;
    inset: 20px 20px auto auto;
  }

  .page-padding {
    padding: 59px 38px;
  }

  .headline-1-section, .headline-1-section.page-padding {
    height: auto;
  }

  .headline-1__body {
    display: block;
  }

  .headline-1__body.page-padding.paggong-top {
    padding-top: 100px;
  }

  .headline-1__left {
    width: 100%;
    max-width: none;
    margin-bottom: 92px;
    margin-right: 0;
    transform: none;
  }

  .headline-1__right {
    margin-bottom: 60px;
    transform: none;
  }

  .headline-1-links {
    align-items: center;
    width: 100%;
    inset: 0%;
  }

  .headline-1__elips {
    width: 100%;
    left: auto;
  }

  .headline-1__elips-links {
    width: 383px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .headline-1__link {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .headline-1__link.headline-1__link--1 {
    position: absolute;
    inset: 0% auto auto -5%;
  }

  .headline-1__link.headline-1__link--2 {
    inset: 0% 0% auto auto;
  }

  .headline-1__link.headline-1__link--3 {
    inset: 0% -5% auto auto;
  }

  .headline-1__link.headline-1__link--4 {
    inset: auto auto 0% -5%;
  }

  .headline-1__link.headline-1__link--5 {
    inset: auto auto -14%;
  }

  .headline-1__link.headline-1__link--6 {
    inset: auto -5% 0% auto;
  }

  .headline-2-section, .headline-2-section.page-padding {
    height: auto;
  }

  .headline-2__body {
    flex-direction: column-reverse;
    display: flex;
  }

  .headline-2__body.page-padding.padding-top {
    padding-top: 100px;
  }

  .headline-2__left {
    height: auto;
    display: block;
    position: static;
  }

  .headline-__right {
    height: auto;
    margin-bottom: 100px;
    display: block;
  }

  .headline-2__elips {
    width: 300px;
    height: 258px;
    position: static;
  }

  .headline-2__elips-txt {
    font-size: 24px;
  }

  .team-section {
    height: auto;
  }

  .team__body {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team__left {
    align-items: center;
    width: 100%;
    min-height: 500px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .team__elips {
    border-radius: 45%;
    width: 153%;
    height: 100%;
    right: auto;
  }

  .team__title-wrap {
    max-width: none;
  }

  .popup {
    height: 100vh;
    padding-left: 100px;
    padding-right: 40px;
    display: none;
  }

  .team-coll-list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .team-coll-item {
    width: 300px;
  }

  .person__photo-wrap {
    width: 160px;
    height: 160px;
    margin-bottom: 24px;
  }

  .person__name {
    font-size: 16px;
  }

  .person__name.popup__name {
    font-size: 18px;
  }

  .person__position {
    font-size: 14px;
  }

  .person__position.popup__position {
    font-size: 16px;
  }

  .popup__elips {
    border-radius: 20%;
    width: 200vw;
    height: 100vh;
  }

  .popup__left {
    flex: none;
    width: 300px;
  }

  .popup__direct.popup__direct--mb, .popup__direct.popup__direct-link {
    font-size: 14px;
  }

  .popup__red-elips {
    width: 16px;
    height: 14px;
  }

  .popup__link {
    margin-top: 20px;
    font-size: 14px;
  }

  .popup__col {
    width: 100%;
    padding: 10px;
  }

  .popup__bio {
    font-size: 14px;
  }

  .services-section {
    z-index: 3;
    height: auto;
    overflow: visible;
  }

  .services__body {
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 0;
    position: relative;
  }

  .services__right {
    z-index: 10;
    width: 100%;
    min-width: 0;
    height: auto;
    position: absolute;
    inset: 134px 0% auto;
    overflow: hidden;
    transform: none;
  }

  .circles {
    width: 100%;
    max-width: 768px;
    height: 100%;
  }

  .circles__item-txt {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    font-size: 18px;
  }

  .line-section {
    height: auto;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .line__body {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .line__left {
    margin-bottom: 40px;
  }

  .line__right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: min-content min-content;
    grid-auto-columns: min-content;
    justify-content: center;
    height: 800px;
    overflow: hidden;
  }

  .card-coll-item {
    width: 250px;
    min-height: 250px;
    margin-right: 16px;
  }

  .card {
    min-height: 250px;
    padding: 20px;
  }

  .card__name {
    font-size: 18px;
  }

  .card__descripion {
    padding-top: 24px;
    font-size: 16px;
  }

  .card__close {
    object-fit: contain;
    width: 24px;
    height: 24px;
    margin-top: 24px;
  }

  .card__name-white {
    font-size: 18px;
  }

  .rechtsberatung-section {
    align-items: center;
    display: flex;
  }

  .rechtsberatung-section.page-padding {
    height: auto;
  }

  .rechtsberatung__body {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rechtsberatung__title-wrap {
    margin-bottom: 24px;
  }

  .rechtsberatung__red-dot {
    flex: none;
    width: 27px;
    height: 24px;
  }

  .help {
    padding: 60px 40px;
  }

  .help__top {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .help__bottom {
    flex-direction: column-reverse;
  }

  .contacts {
    display: none;
  }

  .contacts.contacts--mob {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .white-logo-wrap {
    margin-right: 0;
  }

  .contacts__item {
    font-size: 16px;
  }

  .help-elips {
    align-items: center;
    width: 100%;
    max-width: 307px;
    height: 264px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .help-elips__text {
    font-size: 16px;
  }

  .help__text-wrap {
    margin-bottom: 40px;
  }

  .footer__body {
    padding: 40px;
  }

  .footer__links {
    align-items: center;
  }

  .footer__link {
    font-size: 14px;
  }

  .protection {
    padding: 40px 20px;
  }

  .services-popup__title-wrap {
    margin-bottom: 30px;
  }

  .swiper.artcles-swiper {
    display: block;
  }

  .slide {
    padding: 20px;
  }

  .slide__name {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .reputation-protection-prev.mr {
    margin-right: 15px;
  }

  .services__red-dot {
    flex: none;
    width: 27px;
    height: 24px;
    margin-right: 16px;
  }

  .swiper-nav {
    padding-right: 0;
  }

  .services-popup__close {
    position: relative;
    top: 20px;
  }

  .services-popup__close.top-0 {
    top: 0;
  }

  .commercial-popup__close-wrap2 {
    width: 24px;
    height: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .commercial-popup__close-wrap2.mt, .commercial-popup__close-wrap2.mt-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .trade, .patents {
    padding: 40px 20px;
  }

  .patents-prev.mr {
    margin-right: 15px;
  }

  .competition {
    padding: 40px 20px;
  }

  .competition-prev.mr {
    margin-right: 15px;
  }

  .software {
    padding: 40px 20px;
  }

  .software-prev.mr {
    margin-right: 15px;
  }

  .designs {
    height: 100%;
    min-height: auto;
    padding: 20px;
    display: none;
    overflow: visible;
  }

  .designs-prev.mr {
    margin-right: 15px;
  }

  .copyright {
    padding: 40px 20px;
  }

  .copyright-prev.mr {
    margin-right: 15px;
  }

  .commercial {
    padding: 40px 20px;
    display: none;
  }

  .commercial-prev.mr {
    margin-right: 15px;
  }

  .people-prev {
    padding: 8px 12px;
  }

  .people-btn-txt {
    font-size: 16px;
  }

  .author {
    font-size: 24px;
  }

  .author__position {
    font-size: 20px;
  }

  .articles-coll-wrap {
    margin-top: 16px;
    display: none;
  }

  .articles-coll-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .articles-coll-item {
    padding: 0;
  }

  .article__name {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .articles__rich p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .article-popup__close {
    width: 24px;
    height: 24px;
    margin-top: 10px;
  }

  .collection-item {
    margin-bottom: 92px;
  }

  .privacy-links {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .impressum__body {
    padding: 80px 40px;
  }

  .page-rich h2, .page-rich h3 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .page-rich h4 {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .page-rich h5 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .page-rich h6 {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .page-rich p {
    font-size: 18px;
  }

  .page-rich ul {
    padding-left: 40px;
    font-size: 18px;
  }

  .sticky.red {
    background-color: var(--primary);
  }

  .sticky.services, .sticky.headline-1 {
    height: auto;
  }

  .sticky.line {
    z-index: 2;
  }

  .licensing {
    padding: 40px 20px;
  }

  .licensing-prev.mr {
    margin-right: 15px;
  }

  .aricle-rich-wrap {
    height: 70vh;
    overflow: auto;
  }

  .articles-nav {
    background-color: var(--white);
    height: 4px;
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .articles-scrollbar {
    height: 100%;
  }

  .services-embed {
    height: 350px;
  }

  .card-back-mob.years-back {
    display: none;
  }

  .card__name-back {
    font-size: 18px;
  }

  .card__descripion-back {
    padding-top: 24px;
    font-size: 16px;
  }

  .card__close-back {
    object-fit: contain;
    width: 24px;
    height: 24px;
    margin-top: 24px;
  }

  .to-top-link {
    bottom: 10%;
    right: 3%;
  }

  .languages {
    right: 140px;
  }

  ._404-title {
    font-size: 100px;
  }

  ._404-back {
    padding: 8px 16px;
    font-size: 24px;
  }

  .design-item {
    width: 100%;
    padding: 20px;
  }

  .data, .marketing {
    padding: 40px 20px;
    display: none;
  }

  .nav__link-copy {
    margin-bottom: 20px;
    font-size: 20px;
    transition: all .2s;
  }

  .nav__link-copy:hover {
    color: var(--primary);
  }

  .nav__link-copy.last {
    margin-right: 0;
  }

  .headline-1__center {
    width: 100%;
    max-width: none;
    margin-bottom: 92px;
    margin-right: 0;
    transform: none;
  }

  .card-grid, .card_small {
    width: 200px;
    min-height: 200px;
    padding: 20px;
  }

  .rechtsberatung__timeline-wrap {
    margin-bottom: 24px;
  }

  .card-coll-list-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .commercial2 {
    padding: 40px 20px;
    display: none;
  }

  .commercial-items2 {
    flex-direction: column;
  }

  .commercial-popup__close2 {
    position: relative;
    top: 20px;
  }

  .scroll-down {
    bottom: 8%;
  }

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

  .header-2 {
    overflow: visible;
  }

  .header-2.header--sticky {
    transform: none;
  }

  .nav__link-2 {
    margin-bottom: 20px;
    font-size: 20px;
    transition: all .2s;
  }

  .nav__link-2:hover {
    color: #cd1719;
  }

  .nav__link-2.last {
    margin-right: 0;
  }

  .nav__menu-2 {
    z-index: 5;
    flex-direction: column;
    max-height: 100vh;
    padding: 60px 40px;
    display: none;
    top: 0;
    right: 0;
    overflow: auto;
    transform: none;
  }

  .languages__menu {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__image-wrap {
    justify-content: center;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-logo-wrap {
    width: 90px;
    inset: 40px 40px auto auto;
  }
}

@media screen and (max-width: 767px) {
  .h2-title {
    font-size: 32px;
  }

  .h2-title.headline-1__title {
    margin-bottom: 16px;
  }

  .h2-title.contacts__title {
    margin-bottom: 0;
  }

  .h3-title.headline-1__subtitle {
    margin-bottom: 16px;
  }

  .h4-title {
    font-size: 16px;
  }

  .nav__body {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .hero-section {
    height: auto;
    min-height: 100vh;
  }

  .hero__body {
    min-height: 100vh;
  }

  .headline-1__left {
    margin-bottom: 60px;
  }

  .headline-1__elips-links {
    width: 100%;
    max-width: 300px;
    height: 250px;
  }

  .headline-1__link {
    font-size: 18px;
  }

  .headline-__right {
    margin-bottom: 40px;
  }

  .team-section {
    height: auto;
  }

  .team__body {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team__left {
    align-items: center;
    width: 100%;
    min-height: 500px;
    margin-bottom: 40px;
    padding: 40px;
    overflow: hidden;
  }

  .team__right {
    padding: 0 40px;
  }

  .team__elips {
    width: 153%;
    height: 100%;
    right: auto;
  }

  .team__title-wrap {
    max-width: none;
  }

  .popup {
    padding-left: 40px;
  }

  .team-coll-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .team-coll-item {
    width: 300px;
  }

  .popup__elips {
    height: 100vh;
  }

  .popup__content {
    flex-direction: column;
  }

  .popup__right {
    height: 150px;
    overflow: auto;
  }

  .popup__red-elips {
    width: 16px;
    height: 14px;
    margin-right: 12px;
  }

  .card-coll-item {
    width: 200px;
    min-height: 200px;
    margin-right: 16px;
  }

  .card {
    min-height: 200px;
  }

  .card__plus {
    width: 13px;
    height: 11px;
  }

  .line-coll-2 {
    margin-top: 100px;
  }

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

  .rechtsberatung__title-wrap {
    align-items: flex-start;
  }

  .rechtsberatung__red-dot {
    width: 27px;
    height: 24px;
    margin-top: 5px;
  }

  .contacts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .white-logo-wrap {
    width: 100%;
    max-width: 308px;
    margin-bottom: 37px;
  }

  .contacts__item {
    margin-right: 0;
    padding: 12px 24px;
  }

  .footer__links {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__link.footer__copyright {
    margin-bottom: 36px;
    margin-right: 0;
  }

  .services-popup__title-wrap {
    display: block;
  }

  .services__red-dot {
    margin-bottom: 12px;
  }

  .privacy-links {
    justify-content: space-between;
    width: 100%;
  }

  .image {
    width: 100%;
  }

  .sticky.team {
    height: auto;
  }

  .services-embed {
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .to-top-link {
    bottom: 8%;
  }

  .languages {
    right: 110px;
  }

  .headline-1__center {
    margin-bottom: 60px;
  }

  .card-grid, .card_small {
    width: 180px;
    min-height: 180px;
  }

  .rechtsberatung__timeline-wrap {
    align-items: flex-start;
  }

  .legal-logo-wrap {
    width: 90px;
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .h2-title {
    font-size: 32px;
  }

  .h2-title.h2-title--black.services__title {
    text-align: left;
    align-self: flex-start;
    padding-left: 20px;
  }

  .h2-title.h2-title--black.rechtsberatung__title {
    margin-left: 0;
  }

  .h2-title.h2-title--black.service-title {
    word-break: break-all;
    font-size: 22px;
  }

  .h3-title.h3-title--black.rechtsberatung__subtitle {
    margin-bottom: 10px;
  }

  .header.header--sticky {
    z-index: 5000;
  }

  .nav__body {
    position: static;
  }

  .nav__menu {
    justify-content: flex-start;
    min-height: 120vh;
    max-height: none;
  }

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

  .headline-1-section {
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .headline-1__body.page-padding {
    padding-bottom: 59px;
  }

  .headline-1__body.page-padding.paggong-top {
    padding-top: 120px;
  }

  .headline-1__elips-links {
    max-width: 303px;
    height: 261px;
  }

  .headline-2__body.page-padding.padding-top {
    padding-top: 120px;
  }

  .team-section {
    overflow: hidden;
  }

  .team__body {
    padding-bottom: 60px;
  }

  .team__left {
    margin-bottom: 60px;
    padding-top: 61px;
    padding-bottom: 80px;
  }

  .team__right {
    z-index: 1000;
    position: relative;
  }

  .team__elips {
    width: 173%;
    top: 0;
    bottom: 0;
  }

  .popup {
    z-index: 10000;
    height: auto;
    padding: 20px;
  }

  .team-coll-list {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .person__photo-wrap {
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }

  .person__position.popup__position {
    font-size: 14px;
  }

  .popup__elips {
    border-radius: 0%;
    height: auto;
    inset: 0;
  }

  .popup__content {
    flex-direction: column;
  }

  .popup__right {
    height: auto;
    min-height: 120px;
    max-height: 200px;
    padding-bottom: 40px;
    overflow: auto;
  }

  .popup__link {
    margin-bottom: 20px;
  }

  .popup__colomns {
    flex-direction: column;
  }

  .services__body {
    padding-bottom: 100px;
  }

  .services__right {
    z-index: 1000;
    position: fixed;
    inset: 0 0%;
  }

  .circles {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .circles__item-txt {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

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

  .line__right {
    position: relative;
  }

  .card-coll-item {
    width: 200px;
    min-height: 200px;
    margin-bottom: 0;
    overflow: visible;
  }

  .card.light-grey.padding {
    width: 30vw;
    min-height: 30vw;
  }

  .card__name {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .card__plus {
    width: 20px;
    height: 18px;
    position: relative;
  }

  .card__descripion, .card__name-white {
    font-size: 14px;
  }

  .rechtsberatung-section {
    z-index: 1;
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
    top: 0;
  }

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

  .rechtsberatung__title-wrap {
    margin-bottom: 10px;
  }

  .rechtsberatung__red-dot {
    margin-top: 0;
    top: -28px;
    left: 0;
  }

  .help {
    padding: 49px 20px 30px;
  }

  .white-logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    position: relative;
  }

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

  .designs {
    position: fixed;
    inset: 0%;
  }

  .person-slide {
    z-index: 100;
    height: 100vh;
    position: relative;
  }

  .people-prev {
    padding-left: 6px;
    padding-right: 6px;
  }

  .people-close {
    margin-left: 10px;
    margin-right: 10px;
  }

  .people-next {
    padding: 8px 6px;
  }

  .articles-popup {
    z-index: 10000;
    flex-direction: column;
    padding: 20px;
  }

  .articles-coll-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .articles__rich p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .article-popup__close {
    margin-top: 20px;
  }

  .impressum__body {
    padding: 60px 20px;
  }

  .page-rich h2 {
    font-size: 30px;
  }

  .page-rich h3 {
    font-size: 24px;
  }

  .page-rich h4 {
    font-size: 20px;
  }

  .sticky.services {
    position: relative;
  }

  .sticky.team {
    z-index: 5;
    height: auto;
  }

  .sticky.headline-1 {
    height: 200vh;
  }

  .aricle-rich-wrap {
    height: 60vh;
    overflow: auto;
  }

  .articles-nav {
    margin-top: 20px;
  }

  .services-embed {
    height: 550px;
    position: static;
  }

  .card-back-mob {
    z-index: 10000;
    background-color: var(--primary);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    display: none;
    position: fixed;
    inset: 0%;
    transform: none;
  }

  .card-back-mob.years-back {
    bottom: 0;
  }

  .card__name-back {
    color: var(--white);
    overflow-wrap: anywhere;
    margin-bottom: 11px;
    font-size: 18px;
  }

  .card__descripion-back {
    padding-top: 0;
    font-size: 18px;
  }

  .to-top-link {
    z-index: 1000;
  }

  .languages {
    right: 60px;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 80px;
  }

  ._404-back {
    font-size: 18px;
  }

  .service-coll-wrap {
    height: 100vh;
    overflow: auto;
  }

  .service-coll-wrap.height-auto {
    height: auto;
    overflow: visible;
  }

  .design-items {
    flex-direction: column;
  }

  .design-item.mr-16 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .data, .marketing {
    max-height: 100vh;
    overflow: auto;
  }

  .card-grid, .card_small {
    width: 120px;
    min-height: 120px;
  }

  .rechtsberatung__timeline-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    display: grid;
  }

  .rechtsberatung_timline_grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .card-coll-wrap-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .card-coll-list-flex {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-nav {
    padding-right: 0;
  }

  .services-anchor {
    top: 5%;
  }

  .card-rich p {
    color: var(--white);
    font-size: 14px;
  }

  .card-rich ol, .card-rich ul, .card-rich h3, .card-rich h4, .card-rich blockquote, .card-rich h6, .card-rich h5, .card-rich h2, .card-rich h1 {
    color: var(--white);
  }

  .industries {
    top: 0%;
  }

  .div-block-2 {
    height: 100vh;
    overflow: auto;
  }

  .header-2.header--sticky {
    z-index: 5000;
  }

  .nav__menu-2 {
    justify-content: flex-start;
    min-height: 120vh;
    max-height: none;
  }

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

  .legal-logo-wrap {
    width: 90px;
  }
}

#w-node-_6c8dab98-715b-d1e1-976b-99ef8584543b-175560fc, #w-node-_6c8dab98-715b-d1e1-976b-99ef85845444-175560fc, #w-node-_6c8dab98-715b-d1e1-976b-99ef8584544d-175560fc, #w-node-_6c8dab98-715b-d1e1-976b-99ef85845456-175560fc, #w-node-_66706c89-2d0f-290a-a964-2fbf10c5998c-175560fc, #w-node-_9b40009d-cbe1-d07f-4d94-d4bf74f00041-175560fc, #w-node-b211addc-1b49-4c81-d258-a0d10fab6ab0-175560fc, #w-node-b211addc-1b49-4c81-d258-a0d10fab6ab7-175560fc, #w-node-b211addc-1b49-4c81-d258-a0d10fab6ad0-175560fc, #w-node-b211addc-1b49-4c81-d258-a0d10fab6aed-175560fc, #w-node-_6c8dab98-715b-d1e1-976b-99ef8584543b-0aaa0378, #w-node-_6c8dab98-715b-d1e1-976b-99ef85845444-0aaa0378, #w-node-_6c8dab98-715b-d1e1-976b-99ef8584544d-0aaa0378, #w-node-_6c8dab98-715b-d1e1-976b-99ef85845456-0aaa0378, #w-node-ccaf9980-9781-95ef-8c3f-fb5282a1212e-0aaa0378, #w-node-b211addc-1b49-4c81-d258-a0d10fab6ab0-0aaa0378, #w-node-b211addc-1b49-4c81-d258-a0d10fab6ab7-0aaa0378, #w-node-b211addc-1b49-4c81-d258-a0d10fab6ad0-0aaa0378, #w-node-b211addc-1b49-4c81-d258-a0d10fab6aed-0aaa0378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}