:root {
  --studioform-library--sf-color--red: #dd2d4a;
  --studioform-library--sf-corner--medium: .3125rem;
  --studioform-library--sf-color--light-red: #fbe5e8;
  --studioform-library--sf-color--green: #41f182;
  --studioform-library--sf-color--light-green: #cffce0;
  --studioform-library--sf-color--subtle-black-10: #2222221a;
  --studioform-library--sf-color--subtle-white: #fbfbfb;
  --studioform-library--sf-color--subtle-black-11: #222;
  --studioform-library--sf-color--blue: #175ada;
  --studioform-library--sf-color--light-blue: #b1c9f6;
  --studioform-library--sf-color--subtle-black-20: #2223;
  --studioform-library--sf-color--subtle-black-50: #22222280;
  --studioform-library--base-color-neutral--neutral-lightest: #eee;
  --studioform-library--sf-corner--small: .15625rem;
  --studioform-library--sf-color--tag-blue: #0073e6;
  --studioform-library--sf-corner--large: .625rem;
  --studioform-library--sf-color--grey: #e9e9e9;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --white: white;
  --black: black;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #133855;
  height: 5px;
  margin-top: 0;
}

.divider.unten {
  color: #283583;
  background-color: #283583;
  margin-top: 60px;
}

.divider.unten._4 {
  background-color: #f6f7fc;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  background-color: #f0d4cb;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
}

.section.reg {
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-shadow: none;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #e5e5e5;
  border: 1px #f6f1f1;
  border-radius: 15px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: 96%;
  margin-top: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 10px 0 12px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #f27a58;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  text-shadow: none;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #d1b131;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.work {
  cursor: pointer;
  background-color: #ff7132;
  border: 1px #f7f7f7;
  width: auto;
  margin-left: 20px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button.work:hover {
  -webkit-text-stroke-color: #fff;
  background-color: #e5e5e5;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
  outline-offset: 0px;
  color: #283583;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 3px #d1b131;
  margin-top: 0;
  padding-top: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.label.cc-light.oben {
  color: #133855;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

.label.cc-light.oben.special {
  color: #ad1316;
  font-weight: 500;
}

.label.cc-light.oben.sub {
  font-weight: 300;
}

.label.cc-light.oben.sub.sub2 {
  font-weight: 500;
}

.label.cc-light.oben.head1 {
  color: #ff7132;
  margin-bottom: 60px;
  font-weight: 500;
}

.label.cc-light.down {
  margin-top: 20px;
}

.label.cc-light.loc {
  color: #283583;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  color: #f7f7f7;
  text-align: left;
  -webkit-text-stroke-color: #f7f7f7;
  margin: 10px 20px 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-light.paragraph-2 {
  color: #f9f9fa;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-jumbo {
  text-transform: none;
  text-shadow: 4px 1px 1px #0003;
  overflow-wrap: normal;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #283583;
  text-transform: none;
  width: auto;
  margin-top: auto;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.navigation {
  color: #f7f7f7;
  background-color: #f0d4cb;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 10rem;
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  text-shadow: -2px -5px #09000033;
  background-color: #f4f4f4;
  background-image: url('../images/dynamisch_verhandeln_head.jpg'), url('../images/portfolio-2---wide.svg');
  background-position: 50%, 0 0;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}

.home-section-wrap {
  color: #d1b131;
  background-color: #283583;
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0;
  padding-right: 0;
}

.section-heading {
  color: #d1b131;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 40px;
  font-weight: 600;
}

.section-heading.oben2 {
  color: #f7f7f7;
  text-align: left;
  -webkit-text-stroke-color: #f7f7f7;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.section-heading.unten2 {
  color: #fcfcff;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  font-size: 30px;
  line-height: 35px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  background-color: #020202;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  background-color: #58b2f2;
  border: 1px #000;
  border-radius: 0;
  grid-template-columns: 2fr;
  grid-template-areas: ". .";
  margin-bottom: 0;
}

.about-grid.cc-about-2.unten {
  background-color: #283583;
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
  margin-right: 0;
}

.about-grid.oben {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #283583;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.about-grid.unten {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  background-color: #283583;
  grid-template-columns: 1fr 1fr;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.about-grid.unten.skills {
  margin-left: 0;
  margin-right: 0;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  color: #283583;
  text-align: center;
  text-transform: uppercase;
  margin: 140px 30px 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  position: static;
}

.work-heading.oben {
  color: #283583;
  -webkit-text-stroke-color: #133855;
  margin-top: 140px;
  margin-bottom: 0;
  font-size: 40px;
}

.work-heading.int {
  text-transform: none;
  align-self: flex-end;
  margin-top: -6px;
  font-size: 30px;
}

.blog-heading {
  text-align: center;
  margin: 60px 0;
}

.blog-preview-wrap {
  color: #d1b131;
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  color: #d1b131;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.text-block {
  color: #030000;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-line-6 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-line-5 {
  z-index: 1;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-4 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: #5532fa;
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #f0d4cb;
  background-clip: border-box;
}

.text-block-2 {
  color: #133855;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #f7f7f7;
  font-size: 18px;
}

.text-block-2:hover {
  color: #133588;
}

.button-2 {
  color: #f7f7f7;
  -webkit-text-stroke-color: #133855;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #58b2f2;
  border: 1px #000;
  border-radius: 10px;
  font-size: 18px;
  transition: none;
}

.button-2:hover {
  color: #133855;
  background-color: #f27a58;
}

.image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 100% 50%;
  border: 0 #000;
  width: 100%;
}

.div-block {
  color: #f7f7f7;
  background-color: #283583;
  padding-left: 20px;
}

.div-block-2 {
  background-color: #283583;
  padding-right: 0;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.image-2.unten {
  aspect-ratio: auto;
  object-fit: contain;
  background-color: #faf6f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.image-2.unten.skills.vermitteln {
  object-fit: cover;
  width: auto;
  display: block;
  position: static;
}

.heading {
  color: #133855;
  -webkit-text-stroke-color: #0c0a00;
  margin-top: 40px;
  margin-left: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.heading.unten {
  color: #f4f4f8;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
  line-height: 35px;
}

.paragraph {
  color: #133855;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 25px;
}

.paragraph.unten {
  color: #fff;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-3 {
  color: #133855;
  -webkit-text-stroke-color: #133855;
  font-size: 18px;
}

.image-3, .container-2 {
  width: 100%;
}

.image-4 {
  pointer-events: auto;
  width: 100%;
}

.heading-2 {
  color: #283583;
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-2 {
  color: #d1b131;
}

.spark-faq-dropdown-2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-text-stroke-color: #ff7132;
  background-color: #ff7132;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown-2.w--open {
  background-color: #f0ecfd;
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-button-text-2 {
  color: #fbfcfd;
  -webkit-text-stroke-color: #283583;
  text-transform: none;
  flex: none;
  width: 639.672px;
  margin-bottom: 0;
  padding-left: 0%;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  position: relative;
}

.spark-secondary-paragraph-3 {
  color: #000000c2;
  margin-bottom: 64px;
}

.spark-container-3 {
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-dropdown-text-2 {
  outline-offset: 0px;
  transform-origin: 50% 0;
  color: #fff;
  background-color: #ff7132;
  border: 1px #000;
  outline: 3px #133855;
  margin-bottom: 0;
  padding: 32px 5%;
}

.spark-faq-button-2 {
  opacity: 1;
  outline-offset: 0px;
  backface-visibility: visible;
  color: #fff;
  -webkit-text-stroke-color: #283583;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  background-color: #283583;
  background-clip: border-box;
  border: 1px #fff;
  border-radius: 0;
  outline: 0 #283583;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 5%;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
  display: block;
  overflow: visible;
}

.spark-faq-button-2:hover {
  color: #133855;
  background-color: #e5e5e5;
}

.spark-faq-button-2:focus {
  outline-offset: 0px;
  outline: 1px solid #133588;
}

.spark-faq-button-2.w--open {
  background-color: #f27a58;
  border: 1px #000;
  border-radius: 5px 5px 0 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button-2.w--open:focus {
  outline-offset: 0px;
  outline: 1.5px #5532fa;
}

.spark-faq-plus-to-x-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #283583;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-faq-expander-2 {
  color: #283583;
  border: 2px #0000;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1rem;
}

.spark-vertical-line-2 {
  color: #133855;
  background-color: #fafbfc;
  width: 4px;
  height: 24px;
}

.spark-button {
  z-index: 0;
  aspect-ratio: auto;
  color: #fff;
  background-color: #a695fb;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-horizontal-line-2 {
  color: #f8fbfd;
  background-color: #f7fafc;
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.spark-margin-bottom-104px {
  width: 100%;
  margin-bottom: 40px;
}

.paragraph-3 {
  font-size: 22px;
}

.paragraph-4 {
  color: #d1b131;
  text-align: left;
  font-size: 22px;
  font-style: normal;
  text-decoration: none;
}

.list-item {
  font-size: 22px;
}

.list-item-2 {
  color: #f9fbfc;
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
}

.list-item-3 {
  text-align: left;
  font-size: 22px;
}

.list-item-4 {
  color: #f8fbfd;
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
}

.list-item-5 {
  text-align: left;
  font-size: 22px;
}

.list-item-6 {
  color: #f7f8fa;
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-gallery2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f0d4cb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.combine-padding-section-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #020202;
  background-color: #f0d4cb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-3 {
  background-color: #0000;
  border: 1px #070707;
  justify-content: center;
  display: flex;
}

.spark-section1 {
  color: #070707;
  border: 1px #070707;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.combine-section_gallery2 {
  background-color: #fff;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-gallery2_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.spark-square-menu-with-links {
  background-color: #fff;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.combine-gallery2_image {
  object-fit: cover;
  background-color: #f0d4cb;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.combine-padding-global {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button-3 {
  justify-content: center;
  display: inline-block;
}

.link {
  color: #283583;
  text-align: center;
  -webkit-text-stroke-color: #524309;
  text-transform: uppercase;
  overflow-wrap: normal;
  border: 1px #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.video {
  border-radius: 10px;
  margin-bottom: 100px;
}

.list {
  color: #133855;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 20px;
}

.div-block-4 {
  color: #133855;
  background-color: #283583;
  border: 1px #000;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-4.text1 {
  background-color: #283583;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px #0003;
}

.quick-stack {
  margin-top: 40px;
}

.sf-text-size-regular {
  font-size: 1rem;
}

.sf-icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.sf-error-message-internal-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--red);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red);
  color: var(--studioform-library--sf-color--red);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.sf-error-message {
  background-color: #0000;
  margin-top: 2rem;
  padding: 0;
}

.sf-success-message-internal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--studioform-library--sf-color--green);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-green);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.sf-success-message {
  background-color: #0000;
  padding: 2rem 0 0;
}

.sf-form_divider-line {
  background-color: #2222221a;
  flex: 1;
  height: 1px;
}

.sf-text-size-small {
  font-size: .875rem;
}

.sf-form_divider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-button-await-child {
  display: none;
}

.sf-button-await-child.sf-await {
  display: block;
}

.sf-button-child.sf-await {
  display: none;
}

.sf-button {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-11);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-11);
  color: var(--studioform-library--sf-color--subtle-white);
  text-align: center;
  cursor: pointer;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

.sf-button:hover {
  opacity: .9;
}

.sf-button:focus {
  border-style: solid;
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 3px var(--studioform-library--sf-color--light-blue);
}

.sf-button:focus-visible, .sf-button[data-wf-focus-visible] {
  background-color: var(--studioform-library--sf-color--blue);
}

.sf-button.is-secondary {
  color: var(--studioform-library--sf-color--subtle-black-11);
  background-color: #0000;
}

.sf-form_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.sf-spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.sf-icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sf-form_input-error-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red);
  color: var(--studioform-library--sf-color--red);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: none;
}

.sf-form_input-error-wrapper.sf-required {
  display: flex;
}

.sf-form_radio-group-error-trigger {
  display: none;
}

.sf-form_radio-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-form_radio {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_radio.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_radio.w--redirected-focus, .sf-form_radio.w--redirected-focus-visible {
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
  border-style: none;
}

.sf-form_radio-icon {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.sf-form_radio-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_radio-field:focus, .sf-form_radio-field:focus-visible, .sf-form_radio-field[data-wf-focus-visible] {
  border-style: none;
}

.sf-form_radio-field.sf-focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0rem .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_radio-field.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-11);
  background-color: var(--studioform-library--sf-color--subtle-black-11);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_radio-field.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sf-form_input-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_field-label {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sf-form_field-wrapper {
  flex-flow: column;
}

.sf-form-icon-right {
  color: var(--studioform-library--sf-color--red);
  display: none;
  position: absolute;
  right: 0;
}

.sf-form-icon-right.is-text-area {
  margin-top: .875rem;
  inset: 0% .7rem auto auto;
}

.sf-form-icon-right.sf-required {
  display: block;
  right: .7rem;
}

.sf-form_input {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .75rem 2.75rem .75rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s, box-shadow .3s;
}

.sf-form_input:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input:focus-visible, .sf-form_input[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11);
}

.sf-form_input::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input.is-text-area {
  height: auto;
  min-height: 8.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.sf-form_input.is-icon-left {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-form_input.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sf-form_input-field.is-text-area {
  justify-content: flex-end;
  align-items: flex-start;
}

.sf-form_field-main-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_form-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.sf-heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.sf-form_heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.sf-form_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_input-outer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-skeleton {
  border: 1px solid var(--studioform-library--base-color-neutral--neutral-lightest);
  border-radius: var(--studioform-library--sf-corner--small);
  cursor: wait;
  background-color: #dddbdd;
  margin: -1px;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sf-skeleton.sf-hide {
  opacity: 0;
  pointer-events: none;
}

.sf-form-icon-left {
  position: absolute;
  left: .75rem;
}

.sf-form-icon-left.sf-required {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_form {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_block {
  margin-bottom: 0;
}

.sf-css {
  display: none;
}

.sf-text-size-tiny {
  font-size: .75rem;
}

.sf-form_step-indicator {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-11);
  border-radius: var(--studioform-library--sf-corner--small);
  text-align: center;
  padding: .25rem .5rem;
}

.sf-form_main-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-text-weight-semibold {
  font-weight: 600;
}

.sf-form_class-directory-class-tag {
  border-radius: var(--studioform-library--sf-corner--small);
  background-color: var(--studioform-library--sf-color--tag-blue);
  color: var(--studioform-library--sf-color--subtle-white);
  padding: .125rem .5rem;
  font-size: .7rem;
}

.sf-form_class-directory-class-tag-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  display: flex;
}

.sf-form_class-directory-class-tag-main-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.sf-form_class-directory-class-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--large);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: grid;
}

.sf-heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.sf-form_class-directory-heading-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  border-radius: var(--studioform-library--sf-corner--large);
  background-color: var(--studioform-library--sf-color--subtle-black-11);
  color: var(--studioform-library--sf-color--subtle-white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.sf-skeleton-wrapper {
  width: 60%;
  height: 100%;
  position: relative;
}

.sf-form_checkbox-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-form_checkbox {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_checkbox.w--redirected-focus, .sf-form_checkbox.w--redirected-focus-visible {
  border-style: none;
  border-color: var(--studioform-library--sf-color--blue);
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_checkbox-field:focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field:focus-visible, .sf-form_checkbox-field[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--blue);
}

.sf-form_checkbox-field.sf-focus {
  border-color: var(--studioform-library--sf-color--blue);
  background-color: var(--studioform-library--sf-color--blue);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-11);
  background-color: var(--studioform-library--sf-color--subtle-black-11);
  color: var(--studioform-library--sf-color--subtle-white);
}

.sf-form_checkbox-field.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form-icon-right-outer-wrapper {
  height: 100%;
  position: relative;
}

.sf-form_input-date {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .69rem .625rem .68rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
  display: block;
}

.sf-form_input-date:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-date:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-date:focus-visible, .sf-form_input-date[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11);
}

.sf-form_input-date::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-date.is-icon-left-right {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-form_input-date.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-date.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-select {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white);
  color: var(--studioform-library--sf-color--subtle-black-50);
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .8rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
}

.sf-form_input-select:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50);
}

.sf-form_input-select:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-select:focus-visible, .sf-form_input-select[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11);
}

.sf-form_input-select::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-20);
}

.sf-form_input-select.sf-required {
  border-color: var(--studioform-library--sf-color--red);
  color: var(--studioform-library--sf-color--red);
}

.sf-form_input-select.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red);
}

.sf-form_class-directory-form-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-form_class-directory {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: none;
}

.sf-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.sf-form_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.sf-form_component.is-100svh {
  min-height: 100svh;
}

.sf-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.sf-text-style-link {
  color: var(--studioform-library--sf-color--blue);
  text-decoration: underline;
}

.sf-text-code-coloured-red {
  color: var(--studioform-library--sf-color--red);
}

.sf-text-code-coloured-green {
  color: var(--studioform-library--sf-color--green);
}

.sf-text-code {
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-11);
  color: var(--studioform-library--sf-color--subtle-white);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
}

.sf-form_instructions-wrapper {
  width: 100%;
  max-width: 54rem;
}

.sf-form_instructions-delete-this {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-11);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--grey);
  color: var(--studioform-library--sf-color--subtle-black-11);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 2rem 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-section_sf-form {
  color: var(--studioform-library--sf-color--subtle-black-11);
  font-family: Open Sans, sans-serif;
  position: relative;
}

.code-embed {
  margin: 60px 0 40px;
}

.button-4 {
  cursor: pointer;
  background-color: #e38161;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  width: auto;
  max-width: 80%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.button-4.unten {
  text-align: center;
  background-color: #ff7132;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 20px;
}

.section-2 {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section-2.oben {
  margin-top: 60px;
}

.div-block-5 {
  z-index: 99;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-3 {
  z-index: 9999;
  object-fit: fill;
  background-color: #00000087;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.container-3 {
  z-index: 999;
  color: #1a1b1f00;
  object-fit: fill;
  width: 100%;
  max-width: 60rem;
  position: relative;
}

.button-5 {
  background-color: #ec6838;
}

.div-block-6 {
  z-index: 999;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-toggle {
  cursor: pointer;
  text-decoration: none;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.popup-group {
  margin-left: 40px;
}

.popup-toggle-text {
  color: #fff;
  background-color: #133855;
  border: 1px #fdf7f7;
  border-radius: 15px;
  margin-left: 20px;
  padding: 10px 40px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

.popup-toggle-text.link {
  float: none;
  opacity: 1;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-color: #ff7132;
  background-clip: border-box;
  border-style: none;
  border-width: 0;
  border-radius: 15px;
  margin-left: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.popup-content {
  margin: 2.5em 3em;
}

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

.p-sm-start {
  padding-top: 3em;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.link-2 {
  color: #283583;
  align-self: center;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.link-3 {
  align-self: center;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.quick-stack-2 {
  padding-top: 0;
  padding-bottom: 40px;
}

.heading-3 {
  font-weight: 700;
}

.heading-4 {
  color: #133855;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 700;
  line-height: 43px;
}

.heading-4.workshop {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 0;
}

.heading-4.info {
  color: #283583;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 140px;
  font-size: 35px;
  font-weight: 500;
}

.heading-4.info.neu {
  margin-top: 60px;
  margin-bottom: 100px;
  font-weight: 500;
}

.italic-text {
  color: #133855;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
}

.cell {
  justify-content: center;
  align-items: center;
  display: block;
}

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

.cell-2 {
  align-items: flex-start;
}

.section-4 {
  margin-top: 0;
}

.quick-stack-3 {
  margin-left: auto;
  margin-right: 30px;
}

.cell-3 {
  text-decoration: none;
}

.image-6 {
  width: 100%;
}

.waves---mega-heading-1 {
  color: var(--studioform-library--base-color-neutral--neutral-lightest);
  text-align: center;
  text-transform: none;
  align-self: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 70px;
}

.waves---subtitle {
  color: var(--studioform-library--sf-color--light-red);
  text-align: center;
  -webkit-text-stroke-color: var(--studioform-library--base-color-neutral--neutral-lightest);
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/fruehjahrsputz.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
  display: flex;
  position: relative;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.bold-text {
  font-weight: 600;
}

.image-7 {
  width: 100%;
}

.image-8 {
  width: 11rem;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-5 {
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (min-width: 1440px) {
  .section.reg {
    margin-left: 30px;
  }

  .container {
    max-width: 1138px;
  }

  .button.work {
    display: flex;
    box-shadow: 0 2px 5px 5px #0003;
  }

  .about-grid.cc-about-2.unten {
    background-color: #283583;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-grid.unten {
    background-color: #283583;
    margin-left: 0;
    margin-right: 0;
  }

  .about-grid.unten.skills {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-heading {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    background-color: #f0d4cb;
  }

  .text-block-2 {
    outline-offset: 0px;
    outline: 3px #133855;
    transition: opacity .2s;
  }

  .image {
    height: 100%;
  }

  .div-block-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-2.unten {
    width: 100%;
  }

  .paragraph {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .spark-button-text-2 {
    white-space: break-spaces;
    word-break: normal;
  }

  .combine-padding-section-medium {
    background-color: #f0d4cb;
  }

  .div-block-3 {
    -webkit-text-stroke-color: #07070700;
    background-color: #02020200;
    width: 100%;
    max-width: 100%;
  }

  .spark-section1 {
    position: static;
  }

  .combine-padding-global {
    background-color: #0000;
  }

  .list {
    margin-left: 30px;
  }

  .code-embed {
    margin-left: 30px;
    margin-right: 30px;
  }

  .button-4 {
    mix-blend-mode: normal;
    box-shadow: 0 2px 5px 4px #11101033;
  }

  .button-4.unten {
    text-align: center;
  }

  .section-4 {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 991px) {
  .divider {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section.reg {
    margin-left: 0;
    margin-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    margin-top: 20px;
  }

  .button {
    justify-content: center;
    margin-bottom: 20px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.work {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center;
    width: 60%;
    margin-bottom: 40px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .label.cc-light {
    outline-offset: 0px;
    word-break: normal;
    mix-blend-mode: normal;
    outline: 3px #d1b131;
    font-size: 18px;
    line-height: 22px;
    position: static;
    left: auto;
  }

  .label.cc-light.oben {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .label.cc-light.oben.sub.sub2 {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .label.cc-light.oben.head1 {
    font-size: 26px;
  }

  .paragraph-light {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-light.paragraph-2 {
    font-size: 18px;
    line-height: 23px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    text-align: center;
    margin-top: 0;
    font-size: 45px;
    line-height: 40px;
  }

  .logo-link {
    -webkit-text-stroke-color: #eee0;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .logo-link.w--current {
    -webkit-text-stroke-color: #f0d4cb;
    background-color: #f0d4cb;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    color: #f0d4cb;
    -webkit-text-stroke-color: #eee;
    background-color: #f0d4cb;
    flex: 0 auto;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    -webkit-text-stroke-color: #fff0;
    object-fit: contain;
    background-color: #f0d4cb;
    width: 25%;
    max-width: 768px;
  }

  .logo-image:hover {
    background-color: #f7f7f7;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 400px;
    margin-bottom: 60px;
  }

  .motto-wrap {
    margin-bottom: 20px;
    line-height: 24px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .home-section-wrap {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading.oben2 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  .section-heading.unten2 {
    font-size: 25px;
    line-height: 30px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .about-grid.cc-about-2.unten {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-grid.oben {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .about-grid.unten {
    grid-row-gap: 0px;
    color: #283583;
    background-color: #283583;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    margin-bottom: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .work-heading {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 30px;
    line-height: 34px;
  }

  .work-heading.oben {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .work-heading.int {
    font-size: 20px;
  }

  .blog-heading {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .spark-simple-menu-button-2 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: #0000;
  }

  .spark-line-6.spark-simple-line {
    background-color: #d1b131;
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-5.spark-simple-line {
    background-color: #d1b131;
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-4.spark-simple-line {
    background-color: #d1b131;
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .div-block {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #283583;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .image-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    overflow-wrap: normal;
    overflow: visible;
  }

  .image-2.unten {
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-2.unten.skills.vermitteln {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
  }

  .heading {
    box-sizing: border-box;
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: flex;
  }

  .heading.unten {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph {
    float: none;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .paragraph.unten {
    font-size: 18px;
    line-height: 22px;
  }

  .image-4 {
    margin-left: 0;
  }

  .heading-2 {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .spark-button-text-2, .list-item-2, .list-item-4, .list-item-6 {
    font-size: 18px;
  }

  .combine-padding-section-medium {
    width: 100%;
    height: 100%;
    display: block;
  }

  .spark-section1 {
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .combine-gallery2_image-wrapper {
    height: 14rem;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .combine-gallery2_image {
    width: auto;
    height: auto;
  }

  .combine-padding-global {
    background-color: #050505;
    padding-left: 0;
    padding-right: 0;
  }

  .sf-form_divider {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sf-heading-style-h4 {
    font-size: 1.75rem;
  }

  .sf-form_step {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sf-form_instructions-delete-this {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .button-4.unten {
    align-self: center;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .heading-4.workshop {
    font-size: 50px;
  }

  .heading-4.info {
    font-size: 30px;
    line-height: 33px;
  }

  .heading-4.info.neu {
    line-height: 33px;
  }

  .waves---mega-heading-1 {
    font-size: 55px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .quick-stack-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cell-4, .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .label.cc-light.oben {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-light.paragraph-2 {
    margin-right: 20px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    width: 70px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    height: 400px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-heading.oben2 {
    padding-right: 20px;
  }

  .section-heading.unten2 {
    margin-right: 20px;
  }

  .work-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    background-color: #f0d4cb;
  }

  .image {
    margin-top: 0;
  }

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

  .image-2.unten.skills.vermitteln {
    margin-bottom: 0;
  }

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

  .heading.unten {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .paragraph.unten {
    margin-left: 20px;
    margin-right: 20px;
  }

  .spark-button-text-2 {
    font-size: 1rem;
    line-height: 25px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-dropdown-text-2 {
    padding: 24px;
  }

  .spark-faq-button-2 {
    width: auto;
    padding-left: 24px;
    font-size: 18px;
    line-height: 21px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr 1fr;
  }

  .spark-section1 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-gallery2_image {
    height: auto;
  }

  .combine-padding-global {
    color: #07070700;
    background-color: #f0d4cb;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sf-spacer-medium {
    padding-top: 1.5rem;
  }

  .sf-spacer-small {
    padding-top: 1.25rem;
  }

  .sf-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .sf-form_input-outer-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .sf-heading-style-h5 {
    font-size: 1.25rem;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .heading-4.workshop {
    font-size: 45px;
  }

  .heading-4.info {
    margin-top: 100px;
    font-size: 25px;
  }

  .heading-4.info.neu {
    font-size: 25px;
  }

  .waves---mega-heading-1 {
    font-size: 45px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .image-8 {
    width: 7rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider {
    margin-top: 0;
  }

  .divider.unten {
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

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

  .button.work {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: inline-flex;
  }

  .label.cc-light {
    text-align: center;
  }

  .label.cc-light.oben {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 27px;
    display: flex;
  }

  .label.cc-light.oben.head1 {
    flex-flow: row;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 24px;
  }

  .label.cc-light.loc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-light.paragraph-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    text-align: center;
    white-space: normal;
    flex-flow: row;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 32px;
    display: flex;
  }

  .logo-link.w--current {
    background-color: #03030300;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #02020200;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    -webkit-text-stroke-color: #f0d4cb;
    border: 1px solid #f0d4cb;
    width: 8rem;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 300px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    margin-bottom: 90px;
    display: block;
  }

  .home-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .section-heading.oben2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-heading.unten2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-grid.cc-about-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: grid;
  }

  .about-grid.cc-about-2.unten {
    background-color: #283583;
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-grid.oben {
    grid-column-gap: 79px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    place-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-grid.unten {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .about-grid.unten.skills {
    margin-left: 10px;
    margin-right: 10px;
  }

  .work-heading {
    margin: 0 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .work-heading.oben {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .blog-heading {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .spark-simple-menu-button-2 {
    flex: none;
    padding-left: 0;
  }

  .body {
    background-color: #f0d4cb;
  }

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

  .button-2 {
    object-fit: fill;
    padding: 5px 10px;
    font-size: 13px;
  }

  .image {
    object-fit: contain;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #13385500;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start center;
    place-items: center;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .image-2.unten {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-2.unten.skills {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2.unten.skills.vermitteln {
    object-fit: contain;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .heading {
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
    line-height: 30px;
    display: flex;
  }

  .heading.unten {
    flex-flow: row;
    align-items: stretch;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.unten {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }

  .spark-button-text-2 {
    float: none;
    -webkit-text-stroke-color: #f27a5800;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: normal;
    vertical-align: baseline;
    object-fit: fill;
    width: auto;
    padding-left: 0;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .spark-container-3 {
    line-height: 20px;
  }

  .spark-faq-button-2 {
    word-break: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 19px;
  }

  .spark-faq-plus-to-x-2 {
    width: 40px;
  }

  .spark-900-width-2.spark-margin-bottom-104px {
    margin-bottom: 40px;
  }

  .list-item-2 {
    text-align: center;
    height: auto;
    margin-bottom: 40px;
    line-height: 24px;
    list-style-type: none;
  }

  .list-item-4, .list-item-6 {
    text-align: center;
    margin-bottom: 40px;
    line-height: 24px;
    list-style-type: none;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    flex-wrap: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .spark-section1 {
    height: auto;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    position: relative;
  }

  .combine-gallery2_image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .combine-gallery2_image {
    height: auto;
  }

  .combine-padding-global {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f0d4cb;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sf-form_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
  }

  .sf-form_radio-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .code-embed {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-4 {
    font-size: 14px;
  }

  .button-4.unten {
    font-size: 16px;
  }

  .popup-group {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .popup-toggle-text.link {
    font-size: 20px;
    line-height: 1.1;
  }

  .quick-stack-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-4 {
    line-height: 35px;
  }

  .heading-4.workshop {
    font-size: 37px;
    line-height: 36px;
  }

  .heading-4.info {
    margin-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-4.info.neu {
    margin-bottom: 60px;
    font-size: 23px;
    line-height: 28px;
  }

  .italic-text {
    line-height: 40px;
  }

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

  .waves---mega-heading-1 {
    font-size: 25px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves-section-hero-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 48px;
    display: flex;
  }

  .waves-gradient-hero-5 {
    margin-left: 0;
  }

  .waves-title-wrap-hero-5 {
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-4 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar {
    color: #f0d4cb;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-5b58009b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-5b58009b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-_200be161-f60d-a7e4-9e8a-8d9be2d6680f-5b58009b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_200be161-f60d-a7e4-9e8a-8d9be2d66818-5b58009b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ca4c596a-acc5-8a20-5196-051d9aafc0b9-5b58009b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb7ff-5b58009b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb805-5b58009b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb807-5b58009b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb81d-5b58009b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_35d72cad-9896-1740-a6d4-81e25d23c075-5b58009b, #w-node-_35d72cad-9896-1740-a6d4-81e25d23c077-5b58009b, #w-node-_35d72cad-9896-1740-a6d4-81e25d23c079-5b58009b, #w-node-_35d72cad-9896-1740-a6d4-81e25d23c07b-5b58009b, #w-node-_35d72cad-9896-1740-a6d4-81e25d23c07d-5b58009b, #w-node-_35d72cad-9896-1740-a6d4-81e25d23c07f-5b58009b, #w-node-_35d72cad-9896-1740-a6d4-81e25d23c081-5b58009b, #w-node-_35d72cad-9896-1740-a6d4-81e25d23c083-5b58009b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d7b3f40-7388-8d99-f2f8-2bb576d240fd-5b58009b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_18638a64-158e-82a5-ef35-2151b27a4e27-b27a4e25 {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_200be161-f60d-a7e4-9e8a-8d9be2d66818-5b58009b {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb805-5b58009b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb81d-5b58009b {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-5b58009b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-5b58009b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_200be161-f60d-a7e4-9e8a-8d9be2d6680f-5b58009b {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_200be161-f60d-a7e4-9e8a-8d9be2d66818-5b58009b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca4c596a-acc5-8a20-5196-051d9aafc0b9-5b58009b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb7ff-5b58009b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb805-5b58009b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb807-5b58009b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb81d-5b58009b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-5b58009b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-5b58009b {
    grid-area: 2 / 1 / 3 / 3;
    place-self: auto;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d35-5b58009b {
    place-self: auto;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-5b58009b {
    grid-area: 1 / 1 / 2 / 3;
    place-self: stretch center;
  }

  #w-node-_200be161-f60d-a7e4-9e8a-8d9be2d6680f-5b58009b {
    align-self: center;
  }

  #w-node-_200be161-f60d-a7e4-9e8a-8d9be2d66818-5b58009b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-ca4c596a-acc5-8a20-5196-051d9aafc0b9-5b58009b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb7ff-5b58009b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb805-5b58009b {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb807-5b58009b {
    align-self: center;
  }

  #w-node-_68f43dd2-6fa6-fcc7-bac9-7014a46fb81d-5b58009b {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_35d72cad-9896-1740-a6d4-81e25d23c081-5b58009b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


