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

body {
  background-color: #151515;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 62px;
  line-height: 80px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

a {
  background-image: none;
  color: #fff;
  text-decoration: underline;
}

ul {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 96px 8% 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  background-image: url('../images/quote-icon-white.svg');
  background-position: 50% 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.section {
  position: relative;
  z-index: 1;
  padding: 20px 4% 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 50vh auto;
  grid-template-rows: 50vh auto;
  background-color: #151515;
}

.section.no-padding-bottom {
  display: none;
}

.section.dark-mask {
  overflow: hidden;
  background-color: #151515;
  color: #fff;
}

.section.footer-section {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 5vh;
  border-top: 1px solid #383838;
  background-color: #000;
}

.section.mask {
  overflow: hidden;
}

.section.hero-v3-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f1225;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #151515 29%, #383838);
}

.section.orangebg {
  border-style: solid;
  border-width: 0.5px;
  border-color: #383838;
  background-color: #f6f6f6;
}

.section.orangebg.smallerpadding.membercta {
  border-width: 0px;
  background-color: #516520;
}

.section.hide-mtextc {
  display: none;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

._404-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5))), url('../images/room-eibtEHb7eBQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5)), url('../images/room-eibtEHb7eBQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._404-page-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.password-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.no-margin {
  margin: 0px;
}

.intro {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro.wide {
  max-width: 800px;
}

.text-label {
  margin-bottom: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-label.member {
  margin-bottom: 0.5em;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  color: #516520;
}

.footer-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  color: #888;
  font-size: 10px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  border-top-color: hsla(0, 0%, 100%, 0.15);
}

.brand {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 9px;
}

.brand:hover {
  letter-spacing: 12px;
}

.brand.w--current {
  padding-right: 0px;
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 20px 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #516520;
  background-image: none;
  -webkit-transition: opacity 600ms ease, box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  transition: opacity 600ms ease, box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #516520;
  opacity: 0.7;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.ghost:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  color: #151515;
}

.button.ghost.cta {
  margin-left: 0px;
}

.button.color-1 {
  background-color: #516520;
}

.button.small {
  height: 40px;
  padding-right: 18px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
}

.button.send-icon-button {
  width: 48px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-image: url('../images/paperplane-icon-white.svg');
  background-position: 13px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button.hero-v4-left {
  left: 40px;
  top: auto;
  right: auto;
  bottom: 40px;
  width: 230px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.hero-v4-left:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #151515;
}

.button.hero-v4-right {
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  width: 230px;
  background-color: transparent;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.button.hero-v4-right:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
  color: #151515;
}

.button.cta {
  margin-left: 50px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.nav-dropdown-list {
  display: block;
}

.nav-dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e94345;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 4.5vh;
  line-height: 5.5vh;
  text-align: center;
  letter-spacing: 0.7vh;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--open {
  left: auto;
  right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.menu-button-open {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

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

.navigation {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 24px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 16px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  text-decoration: none;
}

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

.nav-dropdown-link.w--current {
  color: #fff;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: -100vh;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 150vh;
  padding-top: 112px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

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

.text-grey {
  color: #d1d1d1;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  margin: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.bg-image._3 {
  background-color: #151515;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.52)), to(rgba(21, 21, 21, 0.52))), url('../images/Produkt_BG_spoonful.png');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.52), rgba(21, 21, 21, 0.52)), url('../images/Produkt_BG_spoonful.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.bg-image._3.alt_img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53))), url('../images/Produkt_BG_spoonful.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), url('../images/Produkt_BG_spoonful.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.bg-image._3.alt_img.mmobile {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('../images/WP-Demoseite-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/WP-Demoseite-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.bg-image._3.alt_img.mmobile.male {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/Demo-Page-WP-_Male.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/Demo-Page-WP-_Male.jpg');
}

.bg-image._4 {
  width: 110%;
  height: auto;
  background-image: url('../images/Power-Community.jpg');
  background-position: 50% 50%;
  background-size: 110%;
  opacity: 0.7;
}

.bg-image._7 {
  background-image: url('../images/brooke-cagle-1181683-unsplash.jpg');
}

.socials-icons {
  display: block;
  width: 100%;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding: 5px 0px 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, background-color 600ms ease;
  transition: border-color 600ms ease, background-color 600ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.input:hover {
  border-color: #d1d1d1;
}

.input:focus {
  border-color: #516520;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input::-ms-input-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input.join-first-input {
  width: 100%;
  margin-bottom: 20px;
}

.input.join-second-input {
  margin-right: 16px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-success {
  padding: 16px;
  background-color: transparent;
}

.form-error {
  margin-top: 16px;
  padding: 8px 0px;
  background-color: transparent;
  color: #e94345;
  font-size: 12px;
  line-height: 20px;
}

.social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-buttons.nav-menu-social {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 40px;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 3px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease, border-color 600ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 600ms ease, border-color 600ms cubic-bezier(.165, .84, .44, 1);
}

.social-button:hover {
  border-color: transparent;
  background-color: #516520;
}

.sidebar-instagram-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #516520;
}

.divider {
  width: 104px;
  height: 3px;
  margin-top: 12px;
  margin-bottom: 24px;
  background-color: #516520;
}

.hero-v4-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-padding {
  padding: 0px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 456px;
  padding: 88px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #151515;
  color: #fff;
}

.counters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.instagram {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.instagram-photo-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.instagram-photo {
  width: 100%;
}

.feature-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 16px 2% 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 64px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #151515;
  -webkit-transition: border-color 600ms ease;
  transition: border-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.feature-v1:hover {
  position: relative;
  z-index: 1;
  border-color: #383838;
}

.link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.testimonials-v2 {
  height: auto;
  max-width: 86vw;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: transparent;
}

.testimonials-v2-nav {
  left: 0px;
  right: 0px;
  bottom: -64px;
  padding-top: 12px;
  font-size: 7px;
  text-align: center;
}

.testimonials-v2-slide {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonial-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #151515;
}

.testimonial-v2-avatar {
  width: 96px;
  height: 96px;
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-v1-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v1-link {
  margin-top: -4px;
  margin-right: 32px;
  margin-bottom: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.footer-v1-link:hover {
  color: #516520;
}

.footer-v1-link.currentcolor {
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
  color: #516520;
}

.footer-v1-link.currentcolor:hover {
  opacity: 0.7;
  color: #516520;
}

.footer-bottom-divider {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #e9e9e9;
}

.footer-bottom-divider.dark-bg {
  background-color: #888;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-v1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 80px 184px 80px 64px;
  border-style: none;
  border-width: 1px;
  border-color: #383838;
}

.protected-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0.5))), url('../images/Member-Login_Warp_grün-1.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0.5)), url('../images/Member-Login_Warp_grün-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.protected-page.pp1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.32)), to(rgba(21, 21, 21, 0.32))), url('../images/Member-Login_Warp_grün-1.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.32), rgba(21, 21, 21, 0.32)), url('../images/Member-Login_Warp_grün-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.password-card {
  min-width: 470px;
  padding: 64px 80px;
  background-color: #151515;
}

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

.search-result-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 24px 24px 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.search-result-card:hover {
  background-color: hsla(0, 0%, 100%, 0.02);
}

.search-result-heading {
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.feature-v4 {
  position: relative;
  width: 33.33%;
  margin-bottom: 64px;
  padding-right: 6%;
  padding-left: 15px;
}

.testimonials-arrow {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 64px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #151515;
}

.link-highlight {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 12px;
  height: 2px;
  margin-right: auto;
  margin-left: 0px;
  background-color: #516520;
}

.link-highlight.nav-link-line {
  bottom: 45%;
  height: 3px;
}

.testimonial-v2-text {
  margin-bottom: 24px;
}

.rating {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 20px;
}

.rating-star {
  width: 2em;
  height: 2em;
}

.rating-star.languages {
  margin-right: 4em;
  margin-left: 0px;
}

.testimonials-v2-button {
  top: -16px;
  right: -76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #151515;
  font-size: 24px;
}

.testimonials-v2-button:hover {
  background-color: #516520;
  color: #fff;
}

.testimonials-v2-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.testimonials-v2-button.left {
  left: -76px;
  right: auto;
}

.engage-newsletter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 72px 6%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.join-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-masonry-thumb-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
  text-decoration: none;
}

.work-v1 {
  display: block;
  margin-bottom: 32px;
  padding-bottom: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.works-fullscreen-link {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 600ms ease, color 300ms ease;
  transition: padding 600ms ease, color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.works-fullscreen-link:hover {
  padding-left: 16px;
}

.menu-icon-line-top {
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

.menu-icon-line-bottom {
  height: 2px;
  background-color: #fff;
}

.footer-v1-contacts {
  width: 20%;
  font-size: 12px;
  line-height: 20px;
}

.hero-v4-heading {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 80px;
}

.hero-v4-heading.margin-big {
  margin-bottom: 32px;
}

.full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 344px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.post-slide {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 0.5px;
  opacity: 1;
}

.post-slide.ps_bordered {
  border-style: solid;
  border-width: 0px;
  border-color: #eee;
  border-radius: 0px;
  opacity: 1;
}

.post-slider {
  position: static;
  width: 440px;
  height: 544px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.post-slide-nav {
  display: none;
  font-size: 8px;
}

.skill-bar {
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  background-color: #f6f6f6;
}

.logo-description {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  clear: none;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.logo-description.smallcentered {
  padding-top: 5px;
  padding-left: 0px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.logo-description.start {
  padding-left: 0px;
}

.menu-icon {
  width: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease;
  transition: transform 300ms ease, box-shadow 400ms ease, border-color 400ms ease, height 400ms ease, width 400ms ease, background-color 400ms ease, -webkit-transform 300ms ease;
}

.side-nav-link:hover {
  background-color: #fff;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.side-nav-link.w--current {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: inset 0 0 0 5px #516520;
}

.post-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  padding: 4px 4px 3px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(21, 21, 21, 0);
  -webkit-transition: color 600ms ease, background-color 600ms ease;
  transition: color 600ms ease, background-color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.page-link:hover {
  background-color: #516520;
}

.page-link.current:hover {
  background-color: #fff;
  color: #151515;
}

.post-card-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #555;
  border-radius: 0.5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  opacity: 0.8;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-bar-info {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
}

.circle-button.instagram-button {
  position: absolute;
  width: 68px;
  height: 68px;
  margin: auto;
}

.circle-icon {
  position: relative;
  z-index: 2;
  width: 24px;
}

.circle-base {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  height: 62%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.portfolio-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #516520;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.instagram-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  height: auto;
  margin: 4px;
  padding: 24px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.instagram-info:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.instagram-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.instagram-icon {
  position: absolute;
  width: 20vw;
  opacity: 0.05;
}

.engage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 344px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
}

.engage-heading {
  position: relative;
  z-index: 1;
  margin-right: 10%;
  margin-bottom: 0px;
}

.slide-post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.post-slider-mask {
  overflow: hidden;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-mask {
  overflow: visible;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.client:hover {
  background-color: hsla(0, 0%, 100%, 0.04);
}

.accordion-card {
  overflow: hidden;
  cursor: pointer;
}

.testimonial-v2-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testimonial-v2-logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 20px;
  margin-top: 24px;
  margin-right: 24px;
  opacity: 0.5;
}

.scroll-link {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: none;
  margin-bottom: 16px;
  padding: 16px 12px 16px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-link:hover {
  letter-spacing: 7px;
}

.footer-email-link {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #516520;
  text-decoration: none;
}

.footer-email-link:hover {
  text-decoration: underline;
}

.engage-form-block {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-social {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contact-social-link {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  box-shadow: 0 1px 0 0 #383838;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
}

.contact-social-link:hover {
  position: relative;
  z-index: 0;
  background-color: hsla(0, 0%, 100%, 0.04);
}

.testimonials-v1-button {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #151515;
  font-size: 24px;
  line-height: 24px;
}

.testimonials-v1-button:hover {
  background-color: #516520;
  color: #fff;
}

.testimonials-v1-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.search-result-url {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #383838;
  color: #888;
  font-size: 11px;
  line-height: 24px;
}

.engage-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 60px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #383838;
  text-align: center;
}

.engage-social-heading {
  margin-top: 12px;
  margin-bottom: 20px;
}

.form-text-small {
  width: 100%;
  margin-top: 24px;
  color: #888;
  font-size: 10px;
  line-height: 16px;
}

.paperplane-icon {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 36%;
  opacity: 0.06;
}

.nav-link-content {
  position: relative;
  display: inline-block;
  overflow: visible;
  padding-right: 4px;
  padding-left: 8px;
}

.contact-social-icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search-result-image {
  width: 200px;
  height: 144px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #383838;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-info {
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-arrow {
  margin-top: -2px;
  margin-right: 8px;
  font-size: 15px;
}

.back-to-top {
  height: 0px;
}

.top {
  height: 0px;
}

.top-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #383838;
  background-image: url('../images/up-icon-white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 600ms ease;
  transition: background-color 600ms ease;
  cursor: pointer;
}

.top-button:hover {
  background-color: #516520;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.loading-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 100px;
}

.process {
  padding-bottom: 1px;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
}

.step-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  min-width: 120px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: inset -1px 0 0 0 #383838;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  line-height: 48px;
  text-align: center;
}

.step-info {
  padding: 12px 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.step-progress {
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 2px;
  height: 40%;
  background-color: #516520;
}

.nav-bar-v2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 112px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin: 60px auto;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.box.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.brand-logo {
  width: 50px;
  max-height: 100%;
}

.brand-logo.start {
  width: 38px;
}

.coloring {
  color: #516520;
}

.post-slider-button-2 {
  left: 85px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 64px;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #383838;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  transition: border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  transition: transform 150ms ease, border-color 600ms ease, background-color 600ms ease;
  transition: transform 150ms ease, border-color 600ms ease, background-color 600ms ease, -webkit-transform 150ms ease;
  font-size: 20px;
  line-height: 24px;
}

.post-slider-button-2:hover {
  border-color: transparent;
  background-color: #516520;
}

.post-slider-button-2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.post-slider-button-2.right {
  margin-left: 68px;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.paragraph.text-grey {
  color: #d1d1d1;
}

.whatsappfix {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 99999;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.whatsappfix:hover {
  opacity: 0.7;
}

.whatsapplottie {
  width: 100%;
  height: 100%;
  padding-right: 11px;
  padding-bottom: 4px;
  padding-left: 18px;
  border-radius: 100%;
  background-color: #25d366;
}

.profile-image {
  position: relative;
  border-radius: 100%;
}

.text-block-2 {
  display: block;
}

.nav-link-content-copy {
  position: relative;
  z-index: 9999999;
  display: inline-block;
  padding-right: 4px;
  padding-left: 8px;
}

.nav-link-copy {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 4.5vh;
  line-height: 5.5vh;
  text-align: center;
  letter-spacing: 0.7vh;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-copy.w--current {
  color: #fff;
}

.nav-link-copy.w--open {
  left: auto;
  right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  color: #fff;
}

.menu-button-close {
  z-index: 10;
  display: none;
  width: 56px;
  height: 56px;
  padding: 15px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

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

.avatar {
  height: 100%;
  max-width: 48px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.instafeed-elfsight {
  display: none;
  margin-right: 7px;
  margin-left: 7px;
}

.iframe {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 30px;
  background-color: #516520;
}

.brand-copy {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 9px;
}

.brand-copy:hover {
  letter-spacing: 12px;
}

.brand-copy.w--current {
  padding-left: 0px;
}

.splashscreen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

.splashscreen__image {
  margin-bottom: 14px;
}

.splashscreen__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.html-embed {
  overflow: hidden;
  width: 100%;
}

.spacer.spacer20 {
  height: 20px;
}

.smallerpadding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.navigation_flag {
  position: relative;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flag_onclick {
  position: absolute;
  top: 39.84375px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flag_link {
  padding-top: 8px;
  padding-bottom: 8px;
}

.flag_link.eshide {
  display: none;
}

.flag_link.eshidepo {
  display: none;
}

.flag_link.eshideplen {
  display: none;
}

.navigation_members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smallcentered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.kontaktkreis_normal {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kontaktkreis_wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #516520;
}

.kontaktkreis_animation {
  width: 75%;
}

.kontaktkreis_special {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.kontaktkreis_open {
  position: relative;
  top: -221px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.open_box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 5em;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #151515;
}

.open_box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #151515;
}

.box_image {
  width: 60%;
}

.member_wrapper_copythis {
  display: -ms-grid;
  display: grid;
  margin-top: 4em;
  margin-bottom: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.member_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.member_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member_image {
  width: 5em;
  margin-bottom: 1em;
  border-radius: 100%;
}

.step-image {
  width: 75px;
  height: 75px;
}

.step-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step-rating.languages {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lottie-animation-3 {
  width: 120px;
}

.testimonials-v1-button-2 {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease;
  transition: color 400ms ease, transform 150ms ease, background-color 400ms ease, -webkit-transform 150ms ease;
  color: #151515;
  font-size: 24px;
  line-height: 24px;
}

.testimonials-v1-button-2:hover {
  background-color: #afc40d;
  color: #fff;
}

.testimonials-v1-button-2:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.image-7 {
  display: none;
}

.back-to-start {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 9px;
}

.back-to-start:hover {
  letter-spacing: 12px;
}

.back-to-start.w--current {
  padding-right: 0px;
}

.open_box1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  height: 5em;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #151515;
}

.open_box1-2.ob_en2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kontaktkreis {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.kontaktkreis_wrapper-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #afc40d;
}

.kontaktkreis_open-2 {
  position: relative;
  top: -221px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .client {
    max-height: 144px;
  }

  .main-grid {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px) {
  .bg-image._3.alt_img {
    background-image: url('../images/Wallpaper_Login_Unternehmen_Desktop-1.jpg'), radial-gradient(circle farthest-corner at 50% 50%, #000, #383838);
  }

  .logo-description {
    font-size: 20px;
  }

  .main-grid {
    width: 65%;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button.ghost.cta {
    display: block;
  }

  .main-grid {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 64px;
  }

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 13px;
    line-height: 20px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.footer-section {
    margin-top: 0px;
  }

  .section.hero-v3-section {
    min-height: 600px;
  }

  .section.orangebg {
    background-color: #516520;
  }

  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-bottom {
    padding-top: 26px;
    padding-bottom: 26px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand {
    padding-right: 8px;
    padding-left: 24px;
  }

  .button.ghost.cta {
    margin-left: 0px;
  }

  .button.hero-v4-left {
    left: 32px;
    bottom: 32px;
    width: 170px;
  }

  .button.hero-v4-right {
    right: 32px;
    bottom: 32px;
    width: 170px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .nav-dropdown-list.w--open {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-link {
    font-size: 40px;
    line-height: 56px;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

  .nav-link.w--open {
    box-shadow: none;
  }

  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: #151515;
  }

  .menu-button-open {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
  }

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

  .navigation {
    padding-right: 8px;
  }

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

  .nav-dropdown-link:visited {
    color: #fff;
  }

  .nav-dropdown-link.w--current {
    color: hsla(0, 0%, 100%, 0.5);
  }

  .nav-menu {
    padding-right: 32px;
    padding-left: 32px;
  }

  .bg-image._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Product-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Product-2.jpg');
    background-size: auto, cover;
  }

  .socials-icons {
    margin-top: 8px;
  }

  .social-buttons.nav-menu-social {
    bottom: 32px;
  }

  .divider {
    width: 88px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .no-padding {
    padding: 0px;
  }

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

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .instagram {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-photo-link {
    width: 25%;
    margin: 4px;
    -webkit-box-flex: 15%;
    -webkit-flex: 15%;
    -ms-flex: 15%;
    flex: 15%;
  }

  .feature-v2 {
    width: 50%;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 2%;
  }

  .feature-v1 {
    width: 50%;
    margin-bottom: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .feature-v1:hover {
    border-color: transparent;
  }

  .testimonials-v2 {
    max-width: 94vw;
  }

  .testimonials-v2-slide {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
  }

  .footer-v1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v1-nav {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-v1-link {
    margin-right: 32px;
    margin-left: 0px;
  }

  .contact-v1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 57px;
    padding-bottom: 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .protected-page {
    padding-right: 8px;
    padding-left: 8px;
  }

  .search-result-card {
    margin-bottom: 24px;
  }

  .feature-v4 {
    width: 50%;
    padding-right: 5%;
    padding-left: 2%;
  }

  .testimonials-arrow {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .testimonials-v2-button {
    right: 0px;
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .testimonials-v2-button:hover {
    background-color: #fff;
    color: #151515;
  }

  .testimonials-v2-button.left {
    left: 0px;
  }

  .engage-newsletter {
    padding-right: 8%;
    padding-left: 8%;
    border-top-style: none;
    border-bottom-style: none;
  }

  .join-form {
    width: 320px;
  }

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

  .footer-v1-contacts {
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-v4-slide {
    top: 0px;
    bottom: 0px;
    margin-top: auto;
  }

  .hero-v4-heading {
    margin-bottom: 16px;
    font-size: 52px;
    line-height: 64px;
  }

  .hero-v4-heading.margin-big {
    margin-bottom: 24px;
    font-size: 45px;
    line-height: 58px;
  }

  .post-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .post-slider {
    width: 50vw;
    height: 60vw;
  }

  .post-slider-wrapper {
    margin-bottom: 64px;
  }

  .nav-bar-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .portfolio-button {
    position: fixed;
    margin: 20px;
  }

  .instagram-info {
    width: 50%;
    margin: 4px;
    padding-top: 6vw;
    padding-bottom: 6vw;
    -webkit-box-flex: 90%;
    -webkit-flex: 90%;
    -ms-flex: 90%;
    flex: 90%;
  }

  .instagram-icon {
    width: 30vw;
  }

  .engage {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .engage-heading {
    margin-top: 8px;
  }

  .scroll-link {
    display: none;
  }

  .contact-social {
    position: absolute;
    left: -1px;
    top: auto;
    right: -1px;
    bottom: -1px;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-social-link {
    width: auto;
    height: 15vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 1px 0 0 0 #383838;
  }

  .testimonials-v1-button {
    right: 0px;
  }

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

  .engage-social {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
    border-top: 1px solid #383838;
    border-left-style: none;
  }

  .contact-social-icon {
    width: 28px;
  }

  .main-grid {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .search-result-image {
    width: 160px;
    height: 120px;
  }

  .top-button {
    right: 12px;
    bottom: 12px;
  }

  .loading-icon {
    width: 100px;
  }

  .process {
    margin-right: -16px;
    margin-left: -16px;
  }

  .nav-bar-v2 {
    position: -webkit-sticky;
    position: sticky;
    height: 80px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: #151515;
  }

  .box {
    padding-right: 8px;
    padding-left: 8px;
  }

  .brand-logo {
    width: 35px;
  }

  .post-slider-button-2 {
    left: 66px;
    margin-bottom: 56px;
  }

  .whatsappfix {
    width: 75px;
    height: 75px;
  }

  .whatsappfix:hover {
    opacity: 1;
  }

  .whatsapplottie {
    padding-right: 7px;
    padding-bottom: 3px;
    padding-left: 15px;
  }

  .nav-link-copy {
    font-size: 40px;
    line-height: 56px;
  }

  .nav-link-copy:hover {
    color: #fff;
  }

  .nav-link-copy.w--current {
    color: #fff;
  }

  .nav-link-copy.w--current:hover {
    color: #fff;
  }

  .nav-link-copy.w--open {
    box-shadow: none;
  }

  .nav-bar-copy {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 80px;
    padding-right: 0px;
    border-top: 1px solid rgba(22, 26, 37, 0.1);
    background-color: #151515;
  }

  .menu-button-close {
    width: 56px;
    height: 56px;
    padding: 15px 16px;
  }

  .menu-button-close.w--open {
    background-color: transparent;
    color: #161a25;
  }

  .brand-copy {
    padding-right: 8px;
  }

  .navigation_flag {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navigation_members {
    padding-right: 10px;
    padding-left: 10px;
  }

  .testimonials-v1-button-2 {
    right: 0px;
  }

  .testimonials-v1-button-2:hover {
    background-color: #fff;
  }

  .back-to-start {
    padding-right: 8px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-v3-section {
    min-height: 480px;
  }

  .no-margin {
    margin: 0px;
  }

  .intro {
    margin-bottom: 48px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    padding: 10px 20px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .button.hero-v4-left {
    left: 16px;
    bottom: 20px;
  }

  .button.hero-v4-right {
    right: 16px;
    bottom: 20px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0px;
  }

  .navigation {
    padding-right: 0px;
  }

  .nav-dropdown-link {
    padding: 8px 12px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .social-buttons.nav-menu-social {
    bottom: 16px;
  }

  .no-padding {
    padding: 0px;
  }

  .card {
    min-height: 320px;
  }

  .counters {
    padding-bottom: 1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .instagram-photo-link {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .feature-v1 {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .testimonials-v2-nav {
    bottom: -40px;
  }

  .testimonials-v2-slide {
    padding-right: 72px;
    padding-left: 72px;
  }

  .testimonial-v2 {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-v2-avatar {
    margin-bottom: 4px;
  }

  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-link {
    font-size: 17px;
    line-height: 24px;
  }

  .footer-bottom-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-v1 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .password-card {
    min-width: 400px;
    padding-right: 64px;
    padding-left: 64px;
  }

  .feature-v4 {
    display: block;
    width: 100%;
    margin-bottom: 48px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .link-highlight.nav-link-line {
    bottom: 40%;
    height: 3px;
  }

  .engage-newsletter {
    padding-right: 12%;
    padding-left: 12%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .join-form {
    width: 100%;
  }

  .work-v1 {
    margin-bottom: 8px;
  }

  .hero-v4-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-v4-heading.margin-big {
    font-size: 36px;
    line-height: 50px;
  }

  .team-card {
    height: 320px;
  }

  .post-slide-nav {
    margin-bottom: 0px;
  }

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

  .nav-bar-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .portfolio-button {
    margin: 16px;
  }

  .instagram-info {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .instagram-icon {
    width: 38vw;
  }

  .engage-heading {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .client {
    width: 33.33%;
    height: 12vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 1px 1px 0 0 #383838;
  }

  .testimonial-v2-info {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .engage-form-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .engage-social {
    padding-right: 12%;
    padding-left: 12%;
  }

  .contact-social-icon {
    width: 24px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .top-button {
    display: none;
  }

  .loading-icon {
    width: 100px;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .step-number {
    min-width: 96px;
    font-size: 40px;
    line-height: 32px;
  }

  .step-info {
    padding: 8px 6%;
  }

  .nav-bar-v2 {
    height: 64px;
    padding-left: 0px;
  }

  .post-slider-button-2 {
    left: 50px;
    top: 296px;
    margin-bottom: 40px;
  }

  .whatsappfix {
    width: 50px;
    height: 50px;
  }

  .whatsapplottie {
    padding-right: 6px;
    padding-left: 11px;
  }

  .nav-link-copy {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bar-copy {
    height: 64px;
    padding-left: 0px;
  }

  .avatar {
    max-width: 44px;
  }

  .brand-copy {
    padding: 10px 0px;
  }

  .navigation_flag {
    padding-right: 5px;
    padding-left: 5px;
  }

  .navigation_members {
    padding-right: 5px;
    padding-left: 5px;
  }

  .kontaktkreis_normal {
    width: 75px;
    height: 75px;
  }

  .kontaktkreis_special {
    width: 75px;
    height: 75px;
  }

  .step-rating {
    max-width: 100%;
  }

  .back-to-start {
    padding: 10px 20px;
  }

  .kontaktkreis {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.footer-section {
    padding-bottom: 20vh;
  }

  .section.hero-v3-section {
    min-height: 600px;
    padding-top: 0px;
  }

  .section.orangebg {
    background-color: #f6f6f6;
  }

  .no-margin {
    margin: 0px;
  }

  .intro.mstarttext {
    display: none;
  }

  .text-label.member {
    text-align: center;
    letter-spacing: 2px;
  }

  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brand {
    padding-right: 0px;
  }

  .brand.w--current {
    display: none;
  }

  .button {
    height: auto;
    max-width: 80vw;
    -webkit-transition: opacity 600ms ease, box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
    transition: opacity 600ms ease, box-shadow 600ms ease, border-color 600ms ease, color 600ms ease, background-color 600ms ease;
  }

  .button:hover {
    background-color: #516520;
    opacity: 0.7;
  }

  .button.ghost {
    margin-right: auto;
    margin-left: auto;
  }

  .button.ghost.small {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.ghost.cta {
    margin-right: auto;
    margin-left: auto;
  }

  .button.hero-v4-left {
    width: 136px;
  }

  .button.hero-v4-right {
    width: 136px;
  }

  .no-padding-bottom {
    padding-bottom: 0px;
  }

  .nav-dropdown-list {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button-open {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation {
    padding-left: 0px;
  }

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

  .nav-menu {
    padding-top: 75px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .bg-image._3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Produkt_mobile_spoonful.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Produkt_mobile_spoonful.png');
    background-position: 0px 0px, 60% 80%;
    background-size: auto, cover;
  }

  .bg-image._3.alt_img {
    background-image: url('../images/BG_ÜM2.png'), radial-gradient(circle farthest-corner at 50% 50%, #000, #383838), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/BG_ÜM2.png'), radial-gradient(circle farthest-corner at 50% 50%, #000, #383838), linear-gradient(180deg, transparent, transparent);
    background-position: 0% 50%, 0px 0px, 0px 0px;
    background-size: cover, auto, auto;
  }

  .bg-image._3.alt_img.mmobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.32)), to(rgba(21, 21, 21, 0.32))), url('../images/WP_ÜM_neu.jpg');
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.32), rgba(21, 21, 21, 0.32)), url('../images/WP_ÜM_neu.jpg');
    background-size: auto, cover;
  }

  .bg-image._4 {
    height: 120%;
    background-size: auto 120%;
  }

  .social-buttons.nav-menu-social {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 56px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .divider {
    background-color: #516520;
  }

  .hero-v4-arrow-link {
    display: none;
  }

  .no-padding {
    padding: 0px;
  }

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

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials-v2 {
    max-width: none;
    margin-right: -8px;
    margin-left: -8px;
  }

  .testimonials-v2-nav {
    bottom: -40px;
  }

  .testimonials-v2-mask {
    overflow: visible;
  }

  .testimonials-v2-slide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .testimonial-v2 {
    padding-right: 8%;
    padding-bottom: 40px;
    padding-left: 8%;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-link {
    margin-right: 20px;
    margin-bottom: 12px;
  }

  .contact-v1 {
    padding-right: 16px;
    padding-left: 16px;
    border-right-style: none;
    border-left-style: none;
  }

  .password-card {
    min-width: 0px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 48px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .search-result-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .feature-v4 {
    width: 100%;
  }

  .testimonials-arrow {
    display: none;
  }

  .testimonials-v2-button {
    display: none;
  }

  .engage-newsletter {
    padding: 40px;
  }

  .join-form {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 8px;
  }

  .footer-v1-contacts {
    width: 50%;
    padding-bottom: 32px;
  }

  .hero-v4-heading.margin-big {
    font-size: 35px;
    line-height: 46px;
  }

  .team-card {
    height: 368px;
  }

  .post-slide.ps_bordered {
    border-radius: 0.5px;
  }

  .post-slider {
    width: 92%;
    height: 104vw;
  }

  .logo-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11px;
  }

  .logo-description.smallcentered {
    padding-top: 2px;
    font-size: 9px;
  }

  .nav-menu-links {
    padding-bottom: 160px;
  }

  .post-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-card-image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.8;
  }

  .instagram-icon {
    width: 47vw;
  }

  .engage-heading {
    margin: 0px;
  }

  .client {
    height: 18vw;
  }

  .contact-social-link {
    height: 18vw;
  }

  .testimonials-v1-button {
    margin-bottom: -6px;
  }

  .engage-social {
    padding: 40px;
  }

  .paperplane-icon {
    left: 0%;
    bottom: 10%;
    width: 64%;
  }

  .contact-social-icon {
    width: 40px;
  }

  .main-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0px;
  }

  .loading-icon {
    width: 100px;
  }

  .step-number {
    min-width: 72px;
  }

  .step-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .post-slider-button-2 {
    top: 176px;
    display: none;
  }

  .whatsappfix {
    width: 20vw;
    height: 20vw;
  }

  .whatsapplottie {
    padding-left: 14px;
  }

  .profile-image {
    text-align: center;
  }

  .nav-link-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-7 {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.8em;
    line-height: 1em;
  }

  .avatar {
    max-width: 35px;
  }

  .brand-copy {
    padding-right: 20px;
    padding-left: 10px;
  }

  .brand-copy.w--current {
    padding-left: 15px;
  }

  .splashscreen__wrapper {
    padding-right: 29px;
    padding-left: 29px;
  }

  .kontaktkreis_open {
    top: -156px;
    width: 60px;
  }

  .open_box1 {
    width: 3em;
    height: 3em;
  }

  .open_box2 {
    width: 3em;
    height: 3em;
  }

  .member_block {
    width: 120px;
  }

  .step-image {
    width: 45px;
    height: 45px;
  }

  .testimonials-v1-button-2 {
    margin-bottom: -6px;
  }

  .back-to-start {
    padding-right: 0px;
  }

  .back-to-start.w--current {
    display: none;
  }

  .open_box1-2 {
    width: 3em;
    height: 3em;
  }

  .kontaktkreis_open-2 {
    top: -156px;
    width: 60px;
  }
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-538e913a {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-9a8e9146 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-_81a28f77-db26-736b-c54c-38bf4676c518-9a8e9146 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_62991b84-0b78-7828-2860-29fc1ced3ac1-9a8e9146 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-c38e9147 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-_81a28f77-db26-736b-c54c-38bf4676c518-c38e9147 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_62991b84-0b78-7828-2860-29fc1ced3ac1-c38e9147 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-b1e8fbda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-_81a28f77-db26-736b-c54c-38bf4676c518-b1e8fbda {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_62991b84-0b78-7828-2860-29fc1ced3ac1-b1e8fbda {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-538e913a {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-9a8e9146 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-c38e9147 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-b1e8fbda {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-538e913a {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-9a8e9146 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-c38e9147 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_601e0fae-1bf2-d69f-c00b-61a6092e26ca-b1e8fbda {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

