:root {
  --neutral--900: #030407;
  --neutral--600: #3e404c;
  --violet--base: #33636e;
  --violet--darker: #25ed5d;
  --violet--background: #f3f3fc;
  --neutral--200: #ebebef;
  --neutral--100: #f9f9fb;
  --green--darker: #33636e;
  --red--light: #f19e9d;
  --neutral--400: #84889a;
  --neutral--white: white;
  --violet--lighter: #d3d2f4;
  --orange--light: #f9c99f;
  --orange--lighter: #fce5d4;
  --red--lighter: #f8d4d3;
  --red--darker: #872522;
  --violet--light: #8feca9;
  --orange--darker: #8c612b;
  --neutral--800: #111418;
  --neutral--500: #606476;
  --orange--dark: #c98b40;
  --violet--dark: #b2b635;
  --red--dark: #bc362f;
  --neutral--300: #d6d7e0;
  --orange--base: #f6a94c;
  --neutral--700: #24262d;
  --red--base: #e9423a;
  --red--background: #fdf2f2;
  --orange--background: #fef7f1;
  --green--dark: #497781;
  --green--base: #578994;
  --green--light: #71a1ac;
  --green--lighter: #a1d2dd;
  --green--background: #bfe1e9;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: var(--neutral--900);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--neutral--600);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

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

a:hover {
  color: var(--violet--darker);
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  line-height: 32px;
}

li {
  color: var(--neutral--600);
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 25px;
  list-style-type: disc;
}

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

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

blockquote {
  background-color: var(--violet--background);
  color: var(--violet--darker);
  border: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 32px;
}

.section-regular {
  padding: 100px 5% 60px;
  position: relative;
}

.section-regular.grey {
  background-color: #f7f7fa;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar {
  z-index: 999;
  border-bottom: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 20px 5%;
  position: sticky;
  top: 0;
}

.navigation-left {
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--violet--base);
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.nav-link:hover, .nav-link:focus {
  color: var(--violet--darker);
}

.nav-link.w--current {
  color: var(--violet--base);
}

.search {
  z-index: 1;
  grid-column-gap: 8px;
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  position: relative;
}

.navigation-button-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.regular-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.max-width-450 {
  max-width: 450px;
}

.title-wrap-center.max-with-630 {
  max-width: 630px;
}

.blog-card {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
}

.cta-block {
  background-color: var(--neutral--100);
  flex-direction: column;
  align-items: center;
  padding-bottom: 43px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.container-large {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.kreis-wrapper {
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 448px;
}

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

.filters-drop-down-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.utility-page-content {
  border: 1px solid var(--neutral--200);
  text-align: center;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 260px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-header {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-bottom: 20px;
}

.section-illu-header {
  background-color: var(--green--darker);
  background-image: url('../images/Main-Image1x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1000px;
  min-height: 550px;
  padding: 88px 5% 60px;
  position: relative;
}

.section-illu-header.illu-isms {
  background-image: url('../images/Illu-ISMS2x.svg');
  background-position: 83% 110%;
  background-size: 670px;
}

.section-illu-header.illu-dsms {
  background-image: url('../images/Illu-DSMS2x.svg');
  background-position: 84% 106%;
  background-size: 670px;
}

.section-illu-header.illu-bcm {
  background-image: url('../images/Illu-BCMS2x.svg');
  background-position: 84% 160%;
  background-size: 670px;
}

.section-illu-header.illu-branche {
  background-image: url('../images/Illu-Branchen2x.svg');
  background-position: 84% 90%;
  background-size: 670px;
}

.section-illu-header.illu-team {
  background-image: url('../images/Illu-Team2x.svg');
  background-position: 82% 73%;
  background-size: 840px;
}

.faq-content {
  overflow: hidden;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  display: flex;
}

.faq-header.team-space {
  min-width: 100%;
  padding-top: 20px;
}

.faq-header.team-space-copy {
  padding-top: 20px;
}

.faq-block {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 24px;
  display: flex;
}

.faq-block.team {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-field {
  border: 1px solid var(--neutral--200);
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
}

.form-field:focus {
  border-color: var(--violet--base);
}

.cta-text-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 490px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.template-header {
  background-color: var(--violet--base);
  color: #fff;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

.title-wrap-small-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-paragraph {
  color: var(--neutral--600);
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.blog-card-thumbnail {
  height: 220px;
}

.success-message {
  color: #fff;
  background-color: #4640de;
  padding-top: 32px;
  padding-bottom: 32px;
}

.blog-section {
  padding: 72px 5%;
  position: relative;
  overflow: hidden;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: var(--violet--base);
}

.detail.text-color-gray-400 {
  color: var(--neutral--400);
}

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

.neutral-900 {
  background-color: var(--neutral--900);
}

.violet-lighter {
  background-color: var(--violet--lighter);
}

.subheading-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-container-wrapper {
  border: 2px dashed #e2e2df;
  justify-content: center;
  align-items: stretch;
  height: 140px;
  display: flex;
  position: relative;
}

.fb-container-wrapper.example-840px {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-960px {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-1140px {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.orange-light {
  background-color: var(--orange--light);
}

.document-table-wrapper {
  width: 100%;
}

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-table-row {
  border-bottom: 1px solid #e9ecf0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: auto;
  min-width: 640px;
  padding: 10px 24px;
}

.fb-table-row.table-end-row {
  border-bottom-style: none;
}

.orange-lighter {
  background-color: var(--orange--lighter);
}

.section-x-small {
  padding: 48px 5%;
  position: relative;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

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

.section-regular-del-me {
  padding: 92px 5%;
  position: relative;
}

.h4-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.h4-heading.text-color-white {
  color: var(--neutral--white);
}

.fb-style-heading {
  font-size: 16px;
  font-weight: 600;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.fb-section-wrapper {
  border: 2px dashed #e2e2df;
}

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

.fb-table-cell {
  justify-content: flex-start;
  display: flex;
}

.fb-color-hex-dark {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.neutral-100 {
  background-color: var(--neutral--100);
}

.violet-light {
  background-color: var(--violet--light);
}

.rich-darker {
  background-color: var(--orange--darker);
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.margin-bottom-28.text-color-white {
  color: var(--neutral--white);
}

.neutral-800 {
  background-color: var(--neutral--800);
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.fb-container-grid {
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.margin-bottom-88 {
  margin-bottom: 88px;
}

.fb-color-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.fb-icon-block {
  background-color: #f3f5fb;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 10px;
  display: flex;
}

.fb-class-svg {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fb-typography-block {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.neutral-500 {
  background-color: var(--neutral--500);
}

.fb-table {
  margin-top: 32px;
  overflow: auto;
}

.fb-style-link {
  color: #2c2826;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.fb-style-link:hover {
  color: #160042;
}

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

.fb-style-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

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

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.h5-heading.text-color-white {
  color: var(--neutral--white);
}

.orange-dark {
  background-color: var(--orange--dark);
}

.violet-darker {
  background-color: var(--violet--darker);
}

.fb-colour {
  align-items: center;
  width: 100%;
  max-width: 130px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px #38327c14;
}

.fb-style-heading-small {
  font-size: 12px;
  font-weight: 600;
}

.icon-extra-large {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  background-color: var(--violet--dark);
}

.button-primary:active {
  background-color: var(--violet--darker);
}

.fb-color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.container-x-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large {
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

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

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

.fb-color-hex {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

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

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.fb-typography-detail {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.h3-heading.white {
  color: var(--neutral--white);
}

.h3-heading.hero {
  color: var(--neutral--white);
  font-size: 1.5vw;
}

.fb-style-wrapper {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.neutral-600 {
  background-color: var(--neutral--600);
}

.violet-dark {
  background-color: var(--violet--dark);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-outline:hover {
  background-color: #f8f8f7;
  border-color: #f8f8f7;
}

.button-outline:active {
  background-color: #e2e2df;
  border-color: #e2e2df;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary:hover {
  background-color: var(--neutral--200);
}

.button-secondary:active {
  background-color: var(--neutral--300);
}

.container-x-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large {
  flex-flow: column;
  padding: 100px 5%;
  display: block;
  position: relative;
}

.section-large.neutral-100.section-padding-20 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-large.neutral-100.section-padding-20.section-padding-top-100 {
  padding-top: 100px;
}

.section-large.background-color-base {
  background-color: var(--violet--base);
}

.section-large.hg-linien {
  background-image: url('../images/HG-Linien.png');
  background-position: 73%;
  background-repeat: no-repeat;
  background-size: 720px;
}

.section-large.hg-01 {
  background-image: url('../images/HG-Grafik-01.png');
  background-position: 50% 92%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-large.hg-raster-01 {
  background-image: url('../images/HG-Grafik-Raster-2.png'), url('../images/HG-Grafik-Raster.png');
  background-position: 100%, -50px 150px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section-large.test-section-1 {
  height: 600px;
}

.section-large.test-section-1.white {
  background-color: #fff;
}

.section-large.test-section-2, .section-large.test-section-2-copy {
  background-image: url('../images/Section-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 1210px;
}

.section-large.test-section-3 {
  background-image: url('../images/Section-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 1210px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-large.test-section-5 {
  background-image: url('../images/Section-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 1210px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-large.white.bg-krei {
  background-image: url('../images/Kreis-Gruppe.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: auto;
}

.fb-typography-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fb-class-base {
  background-color: #f3f5fb;
  align-items: center;
  width: 100%;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.h6-heading {
  font-size: 18px;
  font-weight: 700;
}

.h1-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.h1-heading.white {
  color: var(--neutral--white);
}

.h1-heading.hero {
  color: var(--neutral--white);
  margin-bottom: 2vw;
  font-size: 3vw;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.fb-link-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.fb-detail {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.fb-header-block {
  background-color: var(--neutral--100);
  margin-bottom: 32px;
  padding: 32px;
  font-size: 16px;
  line-height: 32px;
}

.fb-style-menu {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 24px;
  position: sticky;
  top: 5%;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.fb-line {
  background-color: var(--neutral--200);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.fb-icon-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.neutral-300 {
  background-color: var(--neutral--300);
}

.orange-base {
  background-color: var(--orange--base);
}

.margin-bottom-72 {
  margin-bottom: 72px;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.fb-class {
  background-color: #393b6a;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: 5px;
  display: flex;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-right-icon:hover {
  background-color: var(--violet--darker);
  color: var(--violet--base);
}

.button-primary-right-icon:active {
  background-color: var(--violet--darker);
}

.button-primary-right-icon.maxwidth300 {
  max-width: 300px;
}

.neutral-700 {
  background-color: var(--neutral--700);
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.document-table-header {
  background-color: #f3f5fb;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: auto;
  min-width: 640px;
  padding: 14px 24px;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

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

.fb-class-detail {
  color: #a35200;
  text-align: center;
  background-color: #ffd6ad;
  border-radius: 4px;
  margin-left: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.button-secondary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-secondary-right-icon:hover {
  background-color: var(--neutral--200);
}

.button-secondary-right-icon:active {
  background-color: var(--neutral--300);
}

.violet-base {
  background-color: var(--violet--base);
}

.fb-style-block {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 32px;
}

.fb-style-guide {
  padding: 140px 5%;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-40 {
  border-bottom-left-radius: 110px;
  margin-bottom: 40px;
}

.margin-bottom-40.hg-foto {
  background-image: url('../images/HG-Linien.png');
  background-position: 50%;
  background-size: 556px 400px;
}

.neutral-200 {
  background-color: var(--neutral--200);
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.fb-class-icon {
  background-color: #6b7094;
  border-radius: 4px;
  margin-right: 4px;
  padding: 6px;
  display: inline-block;
}

.neutral-400 {
  background-color: var(--neutral--400);
}

.h2-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.fb-class-badge {
  color: #fff;
  text-align: center;
  background-color: #0f6ef3;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

.violet-background {
  background-color: var(--violet--background);
}

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

.orange-background {
  background-color: var(--orange--background);
}

.green-darker {
  background-color: var(--green--darker);
}

.green-dark {
  background-color: var(--green--dark);
}

.green-base {
  background-color: var(--green--base);
}

.green-light {
  background-color: var(--green--light);
}

.green-lighter {
  background-color: var(--green--lighter);
}

.green-background {
  background-color: var(--green--background);
}

.footnote {
  color: var(--neutral--400);
  font-size: 12px;
  line-height: 16px;
}

.text-color-primary {
  color: var(--violet--base);
}

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

.blog-created-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.blog-dot {
  background-color: var(--neutral--500);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.blog-card-created {
  color: var(--neutral--500);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.blog-title {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-icon-wrapper {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 48px;
  display: flex;
}

.footer-left-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-legal-links {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

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

.footer-social-link {
  flex: none;
}

.error-message {
  background-color: #fcf2f2;
}

.footer-legal-text-wrapper {
  margin-top: 16px;
  margin-left: auto;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--200);
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.footer-column {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.footer-section {
  border-top: 1px solid var(--neutral--200);
  padding: 72px 3% 40px;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.form-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--neutral--200) #eaebf0 #eaebf0;
  background-color: #fff;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field:focus {
  border-color: #7e5ae2;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  display: flex;
}

.foooter-right-column {
  color: var(--neutral--400);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.footer-social {
  color: var(--neutral--400);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social:hover {
  color: var(--violet--base);
}

.footer-link {
  color: var(--neutral--900);
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

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

.search-field {
  border: 1px #000;
  height: 44px;
  margin-bottom: 0;
}

.search-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.search-button:hover {
  background-color: var(--violet--dark);
}

.search-button:active {
  background-color: var(--violet--darker);
}

.companies-grid {
  z-index: 100;
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  position: relative;
}

.companies-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.companies-text-wrapper.top-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.companies-text-wrapper.hg {
  background-image: url('../images/HG-Grafik-04.png');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 16px;
  padding-right: 16px;
}

.header-badge-light {
  background-color: var(--violet--darker);
  color: var(--violet--base);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 600;
}

.account-page-wrapper {
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  min-height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.account-form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  padding: 32px;
}

.account-right-block {
  color: #fff;
  background-image: url('../images/Signup-Background.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  padding: 64px 5%;
  display: flex;
}

.account-left-block {
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.account-form-title {
  text-align: left;
  border-style: none;
  margin-bottom: 48px;
}

.account-form-title.text-center {
  text-align: center;
}

.form-divider {
  background-color: var(--neutral--200);
  height: 1px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.form-footer {
  grid-column-gap: 8px;
  justify-content: flex-start;
}

.account-heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.account-testimonial-wrap {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.account-author-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.account-avatar {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.account-testimonial-wrap-inner {
  margin-top: 42px;
}

.account-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
  height: 100%;
  max-height: 610px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 1.4;
  display: flex;
}

.account-author-details {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-quote-icon {
  width: 72px;
  height: 72px;
}

.account-section-regular {
  background-color: var(--neutral--100);
  background-image: url('../images/Auth-Background-Pattern-Left.svg'), url('../images/Auth-Background-Pattern-Right.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 220px 5%;
}

.account-form-card {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.reset-password-form {
  width: 100%;
}

.account-icon-wrap {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 32px;
  display: flex;
}

.account-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 64px;
  display: flex;
}

.account-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  max-width: 500px;
  margin-bottom: 0;
  padding: 0;
}

.user-account-form {
  flex-direction: column;
  display: flex;
}

.account-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.account-button:hover {
  background-color: var(--violet--dark);
}

.account-button:active {
  background-color: var(--violet--darker);
}

.account-form-header {
  text-align: center;
  border-style: none;
  margin-bottom: 48px;
  padding: 0;
}

.account-section {
  background-color: var(--neutral--100);
  background-image: url('../images/Auth-Background-Pattern-Left.svg'), url('../images/Auth-Background-Pattern-Right.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 124px 5%;
}

.blog-slide {
  margin-right: 24px;
}

.slide-nav-hidden {
  display: none;
}

.text-color-gray-500 {
  color: var(--neutral--500);
}

.navbar-mobile-button-wrapper {
  display: none;
}

.cta-search-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  display: flex;
}

.blog-category {
  background-color: var(--violet--background);
  color: var(--violet--base);
  margin-bottom: 16px;
  padding: 6px 12px;
  display: inline-block;
}

.blog-text-wrapper {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px 24px;
}

.checkbox {
  border-color: var(--neutral--300);
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--violet--base);
  background-image: url('../images/White-Check.svg');
  background-size: auto;
  border-style: none;
}

.checkbox.w--redirected-focus {
  border-color: var(--neutral--300);
  box-shadow: none;
  border-radius: 0;
}

.search-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.blog-title-wrap {
  margin-bottom: 56px;
}

.blog-slider {
  background-color: #fff;
  height: auto;
}

.blog-mask {
  width: 390px;
  overflow: visible;
}

.blog-slider-right-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
  inset: -104px 0% auto auto;
}

.blog-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.blog-slider-right-button:active {
  background-color: var(--neutral--300);
}

.blog-slider-left-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: -104px 70px auto auto;
}

.error-state {
  background-color: var(--red--background);
  color: var(--red--darker);
  margin: 24px 0;
  padding: 24px;
  position: relative;
}

.account-icon-wrapper {
  background-color: var(--violet--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
}

.form-header {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.redirect-block {
  margin-top: 24px;
}

.success-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-announcement {
  background-color: var(--neutral--900);
  color: #fff;
  text-align: center;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-button {
  background-color: var(--violet--base);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.banner-button-small {
  background-color: var(--neutral--700);
  color: #b2b3bd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
}

.header-badge-white {
  grid-column-gap: 12px;
  background-color: #f9f9fb1a;
  border-radius: 4px;
  align-items: center;
  max-width: 190px;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.search-card {
  border: 1px solid var(--neutral--200);
  padding: 24px;
}

.image-container.branchen-image-container {
  width: 460px;
}

.image-container.team {
  width: 100%;
  min-width: 100%;
}

.card-1 {
  background-color: var(--green--dark);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-1.white-bg {
  background-color: var(--neutral--100);
}

.card-grid-4-horzizontal {
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-image {
  width: 70px;
  padding: 10px;
}

.card-image-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.card-4 {
  background-color: var(--violet--base);
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-2 {
  align-self: center;
}

.div-block-3 {
  padding: 20px;
}

.image {
  width: 30px;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.card-2 {
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-2-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70px;
  padding-right: 10px;
  display: flex;
}

.card-grid-3-horzizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

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

.wrapper-team {
  border: 1px none var(--violet--lighter);
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  padding-bottom: 0;
}

.team-title {
  letter-spacing: -.02em;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.companies-grid-copy {
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.team-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.card-image-wrapper-small {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.card-image-small {
  width: 40px;
  padding: 0 10px 16px 0;
}

.image-4.branchen-image {
  width: 100%;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.card-3 {
  background-color: #0000001a;
  min-height: 200px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: stretch stretch;
  padding: 18px 40px 36px;
  display: grid;
}

.symbol-branchen {
  max-height: 35px;
}

.grid-branchen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-branchen-branchen {
  background-color: var(--green--darker);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 140px;
  padding: 20px 20px 10px;
  display: flex;
}

.text-card-branchen {
  color: var(--neutral--white);
  line-height: 22px;
}

.image-5.pic-rounded {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.shield {
  margin-bottom: 39px;
}

.pic-round {
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.div-block-8 {
  background-image: url('../images/HG-Linien.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 566px 400px;
}

.logo-wrapper-herosection {
  width: 20vw;
  margin-bottom: 3vw;
}

.logo-herosection {
  width: 350px;
}

.test-container {
  background-image: url('../images/Section-1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.section-illu-header-test-full-height {
  background-image: url('../images/Main-Image1x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 73vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-top: -80px;
  padding-top: 8vw;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section-illu-header-test-full-height.illu-isms {
  background-image: url('../images/Illu-ISMS2x.svg');
  background-position: 83% 110%;
  background-size: 670px;
}

.section-illu-header-test-full-height.illu-dsms {
  background-image: url('../images/Illu-DSMS2x.svg');
  background-position: 84% 106%;
  background-size: 670px;
}

.section-illu-header-test-full-height.illu-bcm {
  background-image: url('../images/Illu-BCMS2x.svg');
  background-position: 84% 160%;
  background-size: 670px;
}

.section-illu-header-test-full-height.illu-branche {
  background-image: url('../images/Illu-Branchen2x.svg');
  background-position: 84% 90%;
  background-size: 670px;
}

.section-illu-header-test-full-height.illu-team {
  background-image: url('../images/Illu-Team2x.svg');
  background-position: 82% 73%;
  background-size: 840px;
}

.background-green {
  z-index: -10000;
  position: fixed;
  inset: 0%;
}

.div-block-10-oben {
  background-color: #ec0101;
  width: 100%;
  height: 10px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-10-unten {
  background-color: #ec0101;
  width: 100%;
  height: 10px;
}

.button-cta-green-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--darker);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-cta-green-right-icon:hover {
  background-color: var(--violet--darker);
  color: var(--violet--base);
}

.button-cta-green-right-icon:active {
  background-color: var(--violet--darker);
}

.button-cta-green-right-icon.maxwidth300 {
  max-width: 300px;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

.slide-content {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.inner-swipe {
  display: none;
}

.slide-item-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 290px;
  height: 176px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-container {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.text-block-2 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.slide-item {
  opacity: .4;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.div-block-12 {
  background-image: url('../images/Kreise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 790px;
  height: 760px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-13 {
  z-index: 0;
  background-image: url('../images/Kreis-Gruppe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1200px;
  position: absolute;
  inset: 0% 0% 0% -44%;
}

.image-27 {
  width: 100%;
}

.div-block-14 {
  width: 10vw;
  margin-bottom: 1.5px;
}

.button-down {
  background-image: url('../images/Button-Down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 40px;
  margin: 58px 58px 50px;
  position: absolute;
  inset: auto auto 0%;
}

@media screen and (max-width: 991px) {
  .section-regular {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 10px;
  }

  .menu-button {
    border: 1px solid var(--neutral--200);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--violet--base);
  }

  .search {
    top: -6%;
  }

  .navigation-button-wrap {
    display: none;
  }

  .regular-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .search-result-list {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .about-header {
    grid-template-columns: 1fr;
  }

  .section-illu-header {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: 360px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-illu-header.illu-isms, .section-illu-header.illu-dsms, .section-illu-header.illu-bcm {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-illu-header.illu-branche {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: 440px;
    padding-bottom: 40px;
  }

  .section-illu-header.illu-team {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: 340px;
    padding-bottom: 40px;
  }

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

  .faq-block.team {
    width: 47%;
  }

  .fb-style-grid {
    grid-template-columns: 3fr;
  }

  .fb-typography-detail {
    margin-bottom: 16px;
  }

  .button-outline, .button-secondary {
    display: flex;
  }

  .fb-typography-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-header-block {
    margin-top: 0;
  }

  .button-primary-right-icon, .button-secondary-right-icon {
    display: flex;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-legal-text-wrapper {
    margin-left: 0;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .foooter-right-column {
    align-items: flex-start;
    max-width: 100%;
  }

  .search-button {
    display: flex;
  }

  .companies-grid {
    grid-template-columns: 1fr;
  }

  .companies-text-wrapper.hide-mobile {
    display: none;
  }

  .account-page-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .account-form-block {
    margin-right: auto;
  }

  .account-right-block {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-left-block {
    flex: 1;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-testimonial-wrap-inner {
    margin-top: 24px;
  }

  .account-button {
    display: flex;
  }

  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .blog-text-wrapper {
    min-height: 160px;
  }

  .blog-title-wrap {
    margin-bottom: 82px;
  }

  .blog-slider-right-button {
    inset: -62px auto auto 60px;
  }

  .blog-slider-left-button {
    inset: -62px auto auto 0%;
  }

  .banner-container {
    justify-content: flex-start;
  }

  .card-grid-4-horzizontal, .card-grid-3-horzizontal, .companies-grid-copy {
    grid-template-columns: 1fr;
  }

  .team-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-3 {
    max-width: 250px;
  }

  .symbol-branchen {
    max-height: 40px;
  }

  .section-illu-header-test-full-height {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: 360px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-illu-header-test-full-height.illu-isms, .section-illu-header-test-full-height.illu-dsms, .section-illu-header-test-full-height.illu-bcm {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-illu-header-test-full-height.illu-branche {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: 440px;
    padding-bottom: 40px;
  }

  .section-illu-header-test-full-height.illu-team {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: 340px;
    padding-bottom: 40px;
  }

  .button-cta-green-right-icon {
    display: flex;
  }

  .inner-swipe {
    display: none;
  }
}

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

  h2 {
    font-size: 40px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #4640de;
  }

  .navigation-button-wrap {
    display: none;
  }

  .regular-collection-list, .search-result-list, .about-header {
    grid-template-columns: 1fr;
  }

  .section-illu-header {
    padding-bottom: 60px;
  }

  .document-table-wrapper {
    white-space: nowrap;
  }

  .section-x-small, .section-regular-del-me {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .fb-colour {
    margin-bottom: 25px;
  }

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

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .fb-class-base {
    margin-bottom: 25px;
  }

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

  .section-x-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer-section {
    background-position: 0 100%, 70% 0;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .account-form-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-mask {
    width: auto;
  }

  .blog-slider-right-button {
    inset: -72px auto auto 64px;
  }

  .blog-slider-left-button {
    inset: -72px auto auto 0%;
  }

  .banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-container {
    grid-column-gap: 24px;
  }

  .banner-button-small {
    position: static;
  }

  .section-illu-header-test-full-height {
    padding-bottom: 60px;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .content-wrapper {
    object-fit: cover;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-7 {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }
}

@media screen and (max-width: 479px) {
  .search {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .faq-block.team, .button-primary, .button-outline, .button-secondary {
    width: 100%;
  }

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

  .button-primary-right-icon, .document-table-header, .button-secondary-right-icon {
    width: 100%;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
  }

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

  .form-text-field {
    line-height: 24px;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .search-button {
    width: 100%;
  }

  .account-right-block {
    display: none;
  }

  .account-button {
    width: 100%;
  }

  .blog-slider-right-button, .blog-slider-left-button {
    top: -60px;
  }

  .banner-button {
    display: none;
  }

  .button-cta-green-right-icon {
    width: 100%;
  }

  .inner-swipe {
    position: absolute;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }
}

#w-node-_27694c21-cbfc-58f0-1e5c-e47458f6d8dd-cf9aae39 {
  justify-self: end;
}

#w-node-_6058231e8140675366f5c23f000000000014-85e2ba19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da83c76b-8582-bdfd-54ac-0c0749a4f522-85e2ba1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a76-85e2ba1f, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a7f-85e2ba1f, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a88-85e2ba1f, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a91-85e2ba1f, #w-node-_796fbd6a-c75d-c760-fb75-bf958ad35196-85e2ba1f, #w-node-_4099d0f5-a93d-de6b-97e0-881858aaeae1-85e2ba1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_837e3c67-e96d-8e5d-f696-b71c9ee444d2-85e2ba1f {
  place-self: center;
}

#w-node-_837e3c67-e96d-8e5d-f696-b71c9ee444c4-85e2ba1f, #w-node-_5b97701f-1b20-54d7-d37b-5b45b47187dc-85e2ba1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0304ea24-1e01-23bc-e67d-c703461cd1d8-85e2ba1f, #w-node-f505932d-f60f-a63e-2c04-b1b8308eee06-85e2ba1f {
  place-self: center;
}

#w-node-f505932d-f60f-a63e-2c04-b1b8308eee07-85e2ba1f, #w-node-_0e9a0f75-b38e-1925-7cf7-d4c2565ee405-85e2ba1f, #w-node-fc878894-c40a-e21b-3c08-7d3bacc64c21-85e2ba1f, #w-node-a71917ba-0a5f-879f-e7ba-335f418914e9-85e2ba1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e66772a3-cb14-302a-13f1-2527b9db90f4-85e2ba20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f35b35f0-ea68-7bc8-0b33-ab4536ad91e9-85e2ba20, #w-node-_8ca1e1b9-e9af-8be2-6875-36a32333ad7d-85e2ba20, #w-node-_612db064-f870-689f-2e09-ce81eb31727e-85e2ba20, #w-node-_612db064-f870-689f-2e09-ce81eb31729f-85e2ba20, #w-node-_6247757c-f062-f23a-3112-4d13c689c867-85e2ba20, #w-node-_0d58721f-00fc-f9d5-8ee6-d0b5af626f20-85e2ba20, #w-node-b3f57e9a-0725-6e9a-eda3-67a5cd62d85e-85e2ba20, #w-node-_62b7f00e-9236-0ff6-531c-a5402fb3cd8b-85e2ba20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_967ef2dc-783b-084b-0872-503e70ee8cb0-85e2ba20 {
  place-self: center;
}

#w-node-_967ef2dc-783b-084b-0872-503e70ee8ca6-85e2ba20, #w-node-_9aff3b77-5504-20a2-5bf8-d361f92ee365-85e2ba20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e66772a3-cb14-302a-13f1-2527b9db90f4-85e2ba21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8ca1e1b9-e9af-8be2-6875-36a32333ad7d-85e2ba21, #w-node-_6247757c-f062-f23a-3112-4d13c689c867-85e2ba21, #w-node-_0d58721f-00fc-f9d5-8ee6-d0b5af626f20-85e2ba21, #w-node-b3f57e9a-0725-6e9a-eda3-67a5cd62d85e-85e2ba21, #w-node-_62b7f00e-9236-0ff6-531c-a5402fb3cd8b-85e2ba21, #w-node-_612db064-f870-689f-2e09-ce81eb31729f-85e2ba21, #w-node-_612db064-f870-689f-2e09-ce81eb31727e-85e2ba21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_967ef2dc-783b-084b-0872-503e70ee8cb0-85e2ba21 {
  place-self: center;
}

#w-node-_967ef2dc-783b-084b-0872-503e70ee8ca6-85e2ba21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9aff3b77-5504-20a2-5bf8-d361f92ee365-85e2ba21, #w-node-_27b55f4f-6232-4c5b-6ee4-46ea78cad58b-85e2ba21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e66772a3-cb14-302a-13f1-2527b9db90f4-85e2ba22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f7701276-a54e-0355-0d70-4ef7c1b9ba0f-85e2ba22, #w-node-f7701276-a54e-0355-0d70-4ef7c1b9ba22-85e2ba22, #w-node-_612db064-f870-689f-2e09-ce81eb31729f-85e2ba22, #w-node-b93c9abf-d9a9-f05b-a1c1-806eddcd6562-85e2ba22, #w-node-_4ed0f4ec-3d7a-b58f-4d87-9db657469ab7-85e2ba22, #w-node-_146de91e-f333-0f24-cfd3-53809440a3f5-85e2ba22, #w-node-_0d58721f-00fc-f9d5-8ee6-d0b5af626f20-85e2ba22, #w-node-_6247757c-f062-f23a-3112-4d13c689c867-85e2ba22, #w-node-_5039c509-9948-7627-4c9d-19f1fdf02747-85e2ba22, #w-node-b3f57e9a-0725-6e9a-eda3-67a5cd62d85e-85e2ba22, #w-node-_5039c509-9948-7627-4c9d-19f1fdf0273e-85e2ba22, #w-node-_5039c509-9948-7627-4c9d-19f1fdf02750-85e2ba22, #w-node-_9aff3b77-5504-20a2-5bf8-d361f92ee365-85e2ba22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4ae03fa-c5c1-ba93-94d4-6a672ba3b6e0-85e2ba22, #w-node-_967ef2dc-783b-084b-0872-503e70ee8cb0-85e2ba22 {
  place-self: center;
}

#w-node-_967ef2dc-783b-084b-0872-503e70ee8ca6-85e2ba22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a8d1b5a-9119-8e1f-e1ca-66807e654332-85e2ba23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d5fe2945-df60-ff47-0b33-aa7c56d9f7e8-85e2ba23, #w-node-_80e3f388-c2b2-1784-eadf-92afabd1f80b-85e2ba23, #w-node-c81917bd-ce1b-aab8-6a7b-1c460c1c3027-85e2ba23, #w-node-_5ac5c535-017e-5550-3f0d-e129441cda46-85e2ba23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e66772a3-cb14-302a-13f1-2527b9db90f4-85e2ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9aff3b77-5504-20a2-5bf8-d361f92ee365-85e2ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4ae03fa-c5c1-ba93-94d4-6a672ba3b6e0-85e2ba24, #w-node-_967ef2dc-783b-084b-0872-503e70ee8cb0-85e2ba24 {
  place-self: center;
}

#w-node-_967ef2dc-783b-084b-0872-503e70ee8ca6-85e2ba24, #w-node-_612db064-f870-689f-2e09-ce81eb31729f-85e2ba24, #w-node-b93c9abf-d9a9-f05b-a1c1-806eddcd6562-85e2ba24, #w-node-d89facb0-56c4-4b27-2475-c5445db313b4-85e2ba24, #w-node-_0e0bfdd6-9220-a597-725b-840c06637769-85e2ba24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2779d5bb-6c83-90ca-1e33-9cf5d055834e-85e2ba25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7bfcda0a-adf5-531f-b28c-d9d3b5012a00-85e2ba25, #w-node-_1c42f68b-c40d-3df2-ab5c-75a3f66eda59-85e2ba25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8cf6c20-6ba9-6313-9871-7fb24c223b75-85e2ba25, #w-node-_8f69d96f-c893-7a79-a844-141c712d2474-85e2ba25 {
  place-self: center;
}

#w-node-ffef0162-1284-a53c-c49a-1d8b111d8f2d-85e2ba25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffef0162-1284-a53c-c49a-1d8b111d8f38-85e2ba25, #w-node-ffef0162-1284-a53c-c49a-1d8b111d8f43-85e2ba25, #w-node-ffef0162-1284-a53c-c49a-1d8b111d8f4a-85e2ba25, #w-node-ffef0162-1284-a53c-c49a-1d8b111d8f51-85e2ba25 {
  place-self: center;
}

#w-node-_71c8182d-6755-81f4-8582-1da12db8c19c-85e2ba25, #w-node-_41f3df1d-271d-6b3b-7f54-be47834a4e37-85e2ba25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e66772a3-cb14-302a-13f1-2527b9db90f4-85e2ba26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5cdf1b70-6a51-37b3-4c9c-ff11dc2c135a-85e2ba26, #w-node-_8749ebdd-30f2-7ff4-0293-a4d46172b7b0-85e2ba26, #w-node-d7938011-5125-a8e8-ff4b-cbd5eaddf81a-85e2ba26, #w-node-ffb65b9e-8d91-4bd7-e90a-6a9618cece0c-85e2ba26, #w-node-_14fb38f6-ff14-aff0-57c6-92ee0871b845-85e2ba26, #w-node-_4469765d-0ce9-d6f7-554f-06ebaff09c82-85e2ba26, #w-node-_9cc33248-1e7f-8f08-997b-5968c1807ab2-85e2ba26, #w-node-b41c09d7-8617-eb88-e52a-61c0adb5ba37-85e2ba26, #w-node-a9f84c71-983c-7af3-d7bd-b423622c1a2c-85e2ba26, #w-node-e160fffe-b4e3-1484-5107-8dbe3334b761-85e2ba26, #w-node-_0886e2b1-8e2e-b6f2-f526-b1347373c9bb-85e2ba26, #w-node-_09001b21-8119-3f0d-5f8b-3580963bc7b4-85e2ba26 {
  align-self: stretch;
}

#w-node-_338589fd-a642-2fa6-be93-9253d8cdd238-85e2ba26, #w-node-_73f339ec-0377-a1fc-08d0-130e783a924f-85e2ba26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73f339ec-0377-a1fc-08d0-130e783a9256-85e2ba26 {
  place-self: center;
}

#w-node-d5fe2945-df60-ff47-0b33-aa7c56d9f7e8-85e2ba28, #w-node-d5fe2945-df60-ff47-0b33-aa7c56d9f7e8-85e2ba29, #w-node-c4e2ddd7-44e6-acb7-db32-01bffad14ff6-85e2ba2a, #w-node-d6bc2e82-2037-ab0c-ad9a-74a70b0f9928-85e2ba2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b52c59a9-1224-e222-33c8-1be39ad4afcc-85e2ba2a {
  align-self: center;
}

#w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a76-85e2ba2a, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a7f-85e2ba2a, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a88-85e2ba2a, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a91-85e2ba2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a76-85e2ba1f, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a7f-85e2ba1f, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a88-85e2ba1f, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a91-85e2ba1f, #w-node-_796fbd6a-c75d-c760-fb75-bf958ad35196-85e2ba1f, #w-node-_4099d0f5-a93d-de6b-97e0-881858aaeae1-85e2ba1f, #w-node-_837e3c67-e96d-8e5d-f696-b71c9ee444c4-85e2ba1f, #w-node-_5b97701f-1b20-54d7-d37b-5b45b47187dc-85e2ba1f, #w-node-f505932d-f60f-a63e-2c04-b1b8308eee07-85e2ba1f, #w-node-_0e9a0f75-b38e-1925-7cf7-d4c2565ee405-85e2ba1f, #w-node-fc878894-c40a-e21b-3c08-7d3bacc64c21-85e2ba1f, #w-node-a71917ba-0a5f-879f-e7ba-335f418914e9-85e2ba1f, #w-node-f35b35f0-ea68-7bc8-0b33-ab4536ad91e9-85e2ba20, #w-node-_8ca1e1b9-e9af-8be2-6875-36a32333ad7d-85e2ba20, #w-node-_612db064-f870-689f-2e09-ce81eb31727e-85e2ba20, #w-node-_612db064-f870-689f-2e09-ce81eb31729f-85e2ba20, #w-node-_6247757c-f062-f23a-3112-4d13c689c867-85e2ba20, #w-node-_0d58721f-00fc-f9d5-8ee6-d0b5af626f20-85e2ba20, #w-node-b3f57e9a-0725-6e9a-eda3-67a5cd62d85e-85e2ba20, #w-node-_62b7f00e-9236-0ff6-531c-a5402fb3cd8b-85e2ba20, #w-node-_967ef2dc-783b-084b-0872-503e70ee8ca6-85e2ba20, #w-node-_9aff3b77-5504-20a2-5bf8-d361f92ee365-85e2ba20, #w-node-_8ca1e1b9-e9af-8be2-6875-36a32333ad7d-85e2ba21, #w-node-_6247757c-f062-f23a-3112-4d13c689c867-85e2ba21, #w-node-_0d58721f-00fc-f9d5-8ee6-d0b5af626f20-85e2ba21, #w-node-b3f57e9a-0725-6e9a-eda3-67a5cd62d85e-85e2ba21, #w-node-_62b7f00e-9236-0ff6-531c-a5402fb3cd8b-85e2ba21, #w-node-_612db064-f870-689f-2e09-ce81eb31729f-85e2ba21, #w-node-_612db064-f870-689f-2e09-ce81eb31727e-85e2ba21, #w-node-_967ef2dc-783b-084b-0872-503e70ee8ca6-85e2ba21, #w-node-_9aff3b77-5504-20a2-5bf8-d361f92ee365-85e2ba21, #w-node-_27b55f4f-6232-4c5b-6ee4-46ea78cad58b-85e2ba21, #w-node-f7701276-a54e-0355-0d70-4ef7c1b9ba0f-85e2ba22, #w-node-f7701276-a54e-0355-0d70-4ef7c1b9ba22-85e2ba22, #w-node-_612db064-f870-689f-2e09-ce81eb31729f-85e2ba22, #w-node-b93c9abf-d9a9-f05b-a1c1-806eddcd6562-85e2ba22, #w-node-_4ed0f4ec-3d7a-b58f-4d87-9db657469ab7-85e2ba22, #w-node-_146de91e-f333-0f24-cfd3-53809440a3f5-85e2ba22, #w-node-_0d58721f-00fc-f9d5-8ee6-d0b5af626f20-85e2ba22, #w-node-_6247757c-f062-f23a-3112-4d13c689c867-85e2ba22, #w-node-_5039c509-9948-7627-4c9d-19f1fdf02747-85e2ba22, #w-node-b3f57e9a-0725-6e9a-eda3-67a5cd62d85e-85e2ba22, #w-node-_5039c509-9948-7627-4c9d-19f1fdf0273e-85e2ba22, #w-node-_5039c509-9948-7627-4c9d-19f1fdf02750-85e2ba22, #w-node-_9aff3b77-5504-20a2-5bf8-d361f92ee365-85e2ba22, #w-node-_967ef2dc-783b-084b-0872-503e70ee8ca6-85e2ba22, #w-node-d5fe2945-df60-ff47-0b33-aa7c56d9f7e8-85e2ba23, #w-node-_80e3f388-c2b2-1784-eadf-92afabd1f80b-85e2ba23, #w-node-c81917bd-ce1b-aab8-6a7b-1c460c1c3027-85e2ba23, #w-node-_5ac5c535-017e-5550-3f0d-e129441cda46-85e2ba23, #w-node-e5d24f1d-c05b-1003-33b2-981982959f38-85e2ba23, #w-node-_9aff3b77-5504-20a2-5bf8-d361f92ee365-85e2ba24, #w-node-_967ef2dc-783b-084b-0872-503e70ee8ca6-85e2ba24, #w-node-_612db064-f870-689f-2e09-ce81eb31729f-85e2ba24, #w-node-b93c9abf-d9a9-f05b-a1c1-806eddcd6562-85e2ba24, #w-node-d89facb0-56c4-4b27-2475-c5445db313b4-85e2ba24, #w-node-_0e0bfdd6-9220-a597-725b-840c06637769-85e2ba24, #w-node-f35b35f0-ea68-7bc8-0b33-ab4536ad91e9-85e2ba24, #w-node-_7bfcda0a-adf5-531f-b28c-d9d3b5012a00-85e2ba25, #w-node-_1c42f68b-c40d-3df2-ab5c-75a3f66eda59-85e2ba25, #w-node-ffef0162-1284-a53c-c49a-1d8b111d8f2d-85e2ba25, #w-node-_71c8182d-6755-81f4-8582-1da12db8c19c-85e2ba25, #w-node-_41f3df1d-271d-6b3b-7f54-be47834a4e37-85e2ba25, #w-node-_338589fd-a642-2fa6-be93-9253d8cdd238-85e2ba26, #w-node-_73f339ec-0377-a1fc-08d0-130e783a924f-85e2ba26, #w-node-d5fe2945-df60-ff47-0b33-aa7c56d9f7e8-85e2ba28, #w-node-d5fe2945-df60-ff47-0b33-aa7c56d9f7e8-85e2ba29, #w-node-c4e2ddd7-44e6-acb7-db32-01bffad14ff6-85e2ba2a, #w-node-d6bc2e82-2037-ab0c-ad9a-74a70b0f9928-85e2ba2a, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a76-85e2ba2a, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a7f-85e2ba2a, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a88-85e2ba2a, #w-node-_5b209bd6-5234-666c-0a5b-b9f97bc22a91-85e2ba2a {
    order: -9999;
  }
}


