body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.4;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

a {
  color: #00574c;
  font-size: 20px;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.is-services {
  padding-top: 160px;
  padding-bottom: 160px;
}

.container.is-doantions {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.container.is-contact {
  margin-bottom: 150px;
}

.container.is-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.container.is-intro {
  margin-top: 150px;
}

.container.is-packages {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.is-logos {
  padding-bottom: 0px;
}

.container.is-carbon {
  margin-top: -70px;
  padding-top: 0px;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.c-rich-text p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.c-rich-text h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

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

.section.is-footer {
  background-color: #00574c;
}

.section.is-services {
  min-height: 833px;
  background-color: #00574c;
}

.section.is-hero {
  position: relative;
  height: 100vh;
}

.section.is-hidden {
  display: none;
}

.body {
  font-family: 'Silka webfont', sans-serif;
  color: #000;
  font-size: 20px;
}

.intro-text-item.is-left {
  width: 33.333333333333336%;
}

.intro-text-item.is-right {
  width: 66.66666666666667%;
}

.intro-text-item-right {
  width: 66.66666666666667%;
}

.intro-text-item-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.intro-text-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-weight: 500;
}

.link:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.link.is--top-margin {
  margin-top: 30px;
  font-weight: 500;
}

.link.is-404 {
  margin-top: 10px;
  color: #fff;
}

.link.is-hidden {
  display: none;
}

.link-text {
  font-weight: 500;
}

.projects-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-hl-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-item {
  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;
  color: #000;
}

.project-img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background-color: rgba(0, 87, 76, 0.1);
}

.project-item-subject {
  margin-bottom: 5px;
  color: #00574c;
  font-size: 14px;
}

.packages-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.packages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.packages-item.is-red {
  background-color: rgba(226, 116, 116, 0.2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.packages-item.is-red:hover {
  background-color: rgba(226, 116, 116, 0.4);
}

.packages-item.is-yellow {
  background-color: rgba(255, 173, 78, 0.2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.packages-item.is-yellow:hover {
  background-color: rgba(255, 173, 78, 0.4);
}

.packages-item.is-blue {
  background-color: rgba(90, 163, 180, 0.2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.packages-item.is-blue:hover {
  background-color: rgba(90, 163, 180, 0.4);
}

.packages-title {
  margin-bottom: 15px;
  text-align: center;
}

.packages-title.is-red {
  color: #e27474;
}

.packages-title.is-yellow {
  color: #ffa945;
}

.packages-title.is-green {
  color: #5aa3b4;
}

.packages-copy {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #000;
  text-align: center;
}

.packages-option {
  width: 196px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.packages-cta {
  margin-top: 30px;
  text-align: center;
}

.packages-titext-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: center;
}

.contact-cta-title {
  margin-bottom: 20px;
}

.contact-cta-copy {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.contact-cta-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #00574c;
  border-radius: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 500;
}

.contact-cta-button:hover {
  background-color: #00574c;
  color: #fff;
}

.logo-wrapper {
  margin-bottom: 100px;
}

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

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

.image {
  width: auto;
}

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #64bbb0;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 28px;
  line-height: 1.4;
}

.footer-contact-info-wrapper {
  text-align: right;
}

.footer-pflicht-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

.footer-social-media-item {
  text-align: right;
}

.link-2 {
  display: block;
  margin-left: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #64bbb0;
}

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

.hero-hl-wrapper {
  width: auto;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 120px;
  color: #fff;
}

.hero-hl-wrapper.is-about {
  width: auto;
  max-width: 900px;
  color: #00574c;
}

.hero-hl-wrapper.is-contact {
  color: #00574c;
}

.hero-hl-wrapper.is-case {
  width: 50%;
  max-width: 900px;
  margin-bottom: 70px;
  color: #00574c;
}

.process-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.process-top-line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -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;
}

.process-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}

.process-copy {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
}

.process-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.process-dot.is-yellow {
  background-color: #ffad4e;
}

.process-dot.is-blue {
  background-color: #5aa3b4;
}

.process-dot.is-red {
  background-color: #e27474;
}

.process-dot.is-green {
  background-color: #64bbb0;
}

.process-line {
  width: 85%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}

.services-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-title-wrapper {
  width: 270px;
  color: #00574c;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

.services-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.services-list-item {
  width: 50%;
  color: rgba(0, 0, 0, 0.5);
}

.services-item-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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-divider {
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: rgba(0, 87, 76, 0.2);
}

.space-100 {
  height: 100px;
}

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

.about-text-item-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.hashtag-wrapper {
  margin-bottom: 100px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

.hashtag {
  margin-bottom: 10px;
}

.hashtag.is-yellow {
  color: #ffad4e;
}

.hashtag.is-red {
  color: #e27474;
}

.hashtag.is-blue {
  color: #5aa3b4;
}

.profile-img {
  width: 100%;
}

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

.donation-copy-wrapper {
  width: 33.33333%;
  margin-bottom: 30px;
  padding-right: 5%;
}

.donations-wrapper {
  width: 66.666666%;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 173, 78, 0.1)), to(rgba(255, 173, 78, 0.1))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, rgba(255, 173, 78, 0.1), rgba(255, 173, 78, 0.1)), linear-gradient(180deg, #fff, #fff);
}

.donations-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.donations-grid-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 15px;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.donations-grid-item.is-lightyellow {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(255, 173, 78, 0.2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.donations-grid-item.is-lightyellow:hover {
  background-color: rgba(255, 173, 78, 0.4);
}

.donations-grid-item.is-lightyellow.is-hidden {
  display: none;
}

.donations-grid-item.is-lightblue {
  background-color: rgba(90, 163, 180, 0.2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.donations-grid-item.is-lightblue:hover {
  background-color: rgba(90, 163, 180, 0.4);
}

.donations-grid-item.is-lightred {
  width: 100%;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: rgba(226, 116, 116, 0.2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.donations-grid-item.is-lightred:hover {
  background-color: rgba(226, 116, 116, 0.4);
}

.donations-grid-item.is-lightred.is-hidden {
  display: none;
}

.donations-grid-item.is-lightgreen {
  background-color: rgba(100, 187, 176, 0.2);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.donations-grid-item.is-lightgreen:hover {
  background-color: rgba(100, 187, 176, 0.4);
}

.donations-grid-item.is-lightgreen.is-hidden {
  display: none;
}

.donations-grid-item.is-last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.donations-grid-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donation-amount {
  display: none;
}

.link-arrow {
  color: #000;
  font-weight: 500;
}

.image-2 {
  width: 100%;
}

.contact-info-wrapper {
  margin-top: 100px;
  color: #00574c;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

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

.brand {
  padding-left: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand.w--current {
  color: #fff;
}

.brand.is-white {
  color: #fff;
}

.brand.dark {
  color: #000;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.nav-link.is-white {
  color: #fff;
}

.nav-link.is-black {
  color: #000;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: transparent;
}

.contact-text-item-wrapper {
  max-width: 483px;
  margin-bottom: 20px;
}

.bg-green {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 15%;
  z-index: -2;
  background-color: #00574c;
}

.hero-hl-text-wrapper {
  max-width: 910px;
  margin-top: 120px;
  color: #fff;
}

.downarrow-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.downarrow-wrapper:hover {
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.hero-img-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.hero-img-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-img-item {
  height: 96vh;
  background-image: url('../images/Hero-Image2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-3 {
  font-size: 28px;
}

.link-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #64bbb0;
  font-size: 28px;
}

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

.link-block {
  color: #64bbb0;
  font-size: 28px;
}

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

.pflicht-wrapper-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(0, 87, 76, 0.2);
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: #00574c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-copy {
  color: #000;
  font-weight: 500;
}

.link-copy.is--top-margin {
  margin-top: 30px;
  font-weight: 500;
}

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

.pflicht-text-item-wrapper {
  margin-bottom: 20px;
}

.utility-page-wrap {
  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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404 {
  font-size: 13vw;
}

._404-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-right: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

._404-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.case-text-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 7fr 4fr;
  grid-template-columns: 7fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-description-text-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.hashtag-wrapper-copy {
  margin-bottom: 100px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}

.case-info-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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 500;
  text-align: right;
}

.case-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 8.333333333333334%;
  padding-left: 8.333333333333334%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.donations-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-color: #f8f8f8;
}

.donations-bg.is-yellow {
  background-color: #ffad4e;
}

.donations-bg.is-green {
  background-color: #64bbb0;
}

.white-opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.white-opacity.is-yellow {
  background-color: #ffad4e;
}

.white-opacity.is-green {
  background-color: #64bbb0;
}

.soon-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: hsla(0, 0%, 94.7%, 0.9);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-4 {
  color: #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.is-calendly {
  color: #000;
}

.text-block-5 {
  margin-right: 5px;
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
  }

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

  .container.is-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .container.is-contact {
    margin-bottom: 120px;
  }

  .container.is-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.is-intro {
    margin-top: 130px;
  }

  .container.is-packages {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .container.is-logos {
    padding-bottom: 20px;
  }

  .intro-text-item.is-left {
    width: 30%;
  }

  .intro-text-item.is-right {
    width: 70%;
  }

  .projects-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-img {
    height: auto;
  }

  .packages-grid {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .packages-item {
    height: auto;
    padding: 40px 20vw;
  }

  .packages-title {
    margin-bottom: 10px;
  }

  .packages-copy {
    width: auto;
  }

  .packages-option {
    width: auto;
  }

  .packages-cta {
    margin-top: 30px;
  }

  .packages-titext-title {
    font-size: 20px;
  }

  .contact-cta-button {
    margin-top: 50px;
  }

  .logo-wrapper {
    margin-bottom: 70px;
  }

  .logo-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-grid {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 26px;
  }

  .footer-contact-text-wrapper {
    margin-bottom: 20px;
  }

  .footer-contact-info-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-social-media-wrapper {
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-social-media-item {
    margin-right: 30px;
    text-align: left;
  }

  .hero-hl-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .hero-hl-wrapper.is-about {
    margin-bottom: 70px;
  }

  .hero-hl-wrapper.is-case {
    margin-bottom: 50px;
  }

  .process-grid {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .process-copy {
    font-size: 14px;
  }

  .services-title-wrapper {
    width: 30%;
    margin-bottom: 20px;
  }

  .services-list-wrapper {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-list-item {
    margin-right: 20px;
  }

  .services-text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .services-divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .hashtag-wrapper {
    margin-bottom: 60px;
  }

  .hashtag {
    margin-bottom: 5px;
  }

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

  .donation-copy-wrapper {
    width: 80%;
    margin-bottom: 30px;
  }

  .donations-wrapper {
    width: 100%;
  }

  .donations-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-info-wrapper {
    margin-top: 70px;
    font-size: 26px;
  }

  .contact-text-item-wrapper {
    padding-right: 0px;
  }

  .hero-hl-text-wrapper {
    padding-right: 15px;
  }

  .downarrow-wrapper {
    bottom: 5vh;
  }

  .link-3 {
    font-size: 26px;
  }

  .link-4 {
    font-size: 26px;
  }

  .pflicht-text-item-wrapper {
    padding-right: 0px;
  }

  ._404 {
    font-size: 20vw;
  }

  ._404-text-wrapper {
    margin-right: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hashtag-wrapper-copy {
    margin-bottom: 60px;
  }

  .case-grid {
    padding-right: 0%;
    padding-left: 0%;
  }

  .image-3 {
    width: 100%;
  }
}

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

  p {
    font-size: 18px;
  }

  .container.is-services {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.is-doantions {
    overflow: hidden;
    margin-top: -20px;
  }

  .container.is-contact {
    margin-bottom: 90px;
  }

  .container.is-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.is-intro {
    margin-top: 110px;
  }

  .container.is-packages {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.is-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-text-item.is-left {
    width: auto;
    margin-bottom: 10px;
  }

  .intro-text-item.is-right {
    width: auto;
  }

  .intro-text-item-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link {
    font-size: 18px;
  }

  .link.is--top-margin {
    margin-top: 20px;
  }

  .projects-grid {
    grid-row-gap: 40px;
  }

  .project-hl-wrapper {
    padding-bottom: 25px;
  }

  .packages-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .packages-item {
    padding-right: 15vw;
    padding-left: 15vw;
  }

  .packages-title {
    margin-bottom: 5px;
  }

  .packages-cta {
    margin-top: 20px;
  }

  .contact-cta-button {
    margin-top: 40px;
    padding: 15px 35px;
  }

  .logo-wrapper {
    margin-bottom: 40px;
  }

  .logo-grid {
    grid-row-gap: 30px;
  }

  .footer-grid {
    font-size: 24px;
  }

  .footer-pflicht-wrapper {
    -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;
  }

  .link-2 {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 18px;
  }

  .hero-hl-wrapper {
    margin-top: 70px;
    margin-bottom: 80px;
  }

  .hero-hl-wrapper.is-about {
    margin-bottom: 40px;
  }

  .hero-hl-wrapper.is-case {
    width: 70%;
    margin-bottom: 30px;
  }

  .process-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .process-top-line-wrapper {
    margin-bottom: 15px;
  }

  .process-title {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .process-copy {
    width: 90%;
  }

  .services-title-wrapper {
    width: 37%;
    font-size: 26px;
  }

  .services-list-wrapper {
    width: 55%;
  }

  .services-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-grid {
    -ms-grid-columns: 7fr;
    grid-template-columns: 7fr;
  }

  .hashtag-wrapper {
    margin-bottom: 0px;
    text-align: right;
  }

  .profile-img-wrapper {
    width: 50%;
  }

  .side-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .donation-copy-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .donations-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .donations-grid-title {
    font-size: 18px;
  }

  .contact-img-wrapper {
    width: 80%;
  }

  .contact-info-wrapper {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .grid-space {
    display: none;
  }

  .contact-grid {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  .brand {
    font-size: 23px;
  }

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

  .nav-link {
    color: #fff;
  }

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

  .nav-link.is-white {
    color: #00574c;
  }

  .hero-hl-text-wrapper {
    padding-right: 0px;
  }

  .downarrow-wrapper {
    bottom: 3vh;
  }

  .hero-img-item {
    margin-right: -5vw;
  }

  .link-3 {
    font-size: 24px;
  }

  .link-4 {
    font-size: 24px;
  }

  .icon {
    color: #fff;
  }

  .icon.dark {
    color: #00574c;
  }

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

  .nav-menu.dark {
    background-color: #00574c;
  }

  .pflicht-wrapper-item {
    padding-left: 0px;
  }

  .copyright-wrapper {
    margin-bottom: 0px;
  }

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

  .text-block-3 {
    font-size: 18px;
  }

  .divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .link-copy {
    font-size: 18px;
  }

  .link-copy.is--top-margin {
    margin-top: 20px;
  }

  .pflicht-grid {
    -ms-grid-columns: 5fr;
    grid-template-columns: 5fr;
  }

  ._404 {
    font-size: 30vw;
  }

  ._404-text-wrapper {
    margin-right: 10px;
  }

  .case-text-grid {
    -ms-grid-columns: 7fr;
    grid-template-columns: 7fr;
  }

  .description-side-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hashtag-wrapper-copy {
    margin-bottom: 0px;
    text-align: right;
  }

  .case-info-wrapper {
    text-align: left;
  }

  .case-grid {
    grid-row-gap: 30px;
  }

  ._2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding-right: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 13px;
  }

  p {
    font-size: 15px;
  }

  .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.is-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container.is-doantions {
    margin-top: -10px;
  }

  .container.is-contact {
    margin-bottom: 40px;
  }

  .container.is-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.is-intro {
    margin-top: 50px;
  }

  .container.is-packages {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.is-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.is-logos {
    padding-bottom: 10px;
  }

  .section {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .section.is-footer {
    text-align: center;
  }

  .link {
    font-size: 17px;
  }

  .project-hl-wrapper {
    padding-bottom: 20px;
  }

  .project-img {
    margin-bottom: 10px;
  }

  .project-item-subject {
    margin-bottom: 0px;
  }

  .packages-item {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .contact-cta-title {
    margin-bottom: 10px;
  }

  .contact-cta-copy {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .contact-cta-button {
    margin-top: 30px;
    padding: 10px 20px;
  }

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

  .logo-grid {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    justify-items: center;
    font-size: 20px;
  }

  .footer-contact-text-wrapper {
    margin-bottom: 10px;
  }

  .footer-contact-info-wrapper {
    margin-bottom: 10px;
    text-align: center;
  }

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

  .footer-social-media-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-social-media-item {
    margin-right: 0px;
    text-align: center;
  }

  .link-2 {
    font-size: 16px;
  }

  .hero-hl-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero-hl-wrapper.is-about {
    margin-bottom: 20px;
  }

  .hero-hl-wrapper.is-contact {
    margin-bottom: 20px;
  }

  .hero-hl-wrapper.is-case {
    width: 100%;
    margin-bottom: 20px;
  }

  .process-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .process-top-line-wrapper {
    margin-bottom: 8px;
  }

  .process-copy {
    width: auto;
    padding-right: 10px;
  }

  .process-dot {
    width: 10px;
    height: 10px;
    margin-top: 8px;
  }

  .process-line {
    width: 92%;
  }

  .services-title-wrapper {
    width: 90%;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .services-list-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-list-item {
    width: auto;
    margin-right: 0px;
  }

  .services-text-wrapper {
    -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;
    text-align: left;
  }

  .hashtag-wrapper {
    width: 170px;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
  }

  .profile-img-wrapper {
    z-index: -1;
    width: auto;
    padding-right: 15%;
    text-align: right;
  }

  .side-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hashtag {
    margin-bottom: 2px;
  }

  .donation-copy-wrapper {
    width: 100%;
  }

  .donations-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .donations-grid-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .donations-grid-title {
    font-size: 17px;
  }

  .contact-img-wrapper {
    width: 80%;
  }

  .contact-info-wrapper {
    margin-top: 40px;
    font-size: 20px;
  }

  .brand {
    padding-left: 0px;
    font-size: 22px;
  }

  .navbar {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .hero-hl-text-wrapper {
    margin-top: 80px;
  }

  .downarrow-wrapper {
    left: 15%;
    width: 24px;
  }

  .link-3 {
    font-size: 21px;
  }

  .link-4 {
    font-size: 20px;
  }

  .heading {
    margin-bottom: 10px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .link-copy {
    font-size: 17px;
  }

  ._404 {
    font-size: 26vw;
  }

  ._404-text-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    -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;
    text-align: left;
  }

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

  .menu-button-2 {
    background-color: transparent;
  }

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

  .menu-button-3 {
    background-color: transparent;
  }

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

  .description-side-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hashtag-wrapper-copy {
    width: 170px;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
  }

  .case-grid {
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a01a4ffd-f34a-1471-01f8-ed3c681192a6-6811929a {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e7b2262c-3e41-3e47-0182-478f1d959ef6-2b743e99 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Silka webfont';
  src: url('../fonts/silka-medium-webfont.woff2') format('woff2'), url('../fonts/silka-medium-webfont.eot') format('embedded-opentype'), url('../fonts/silka-medium-webfont.woff') format('woff'), url('../fonts/silka-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka webfont';
  src: url('../fonts/silka-regular-webfont.woff2') format('woff2'), url('../fonts/silka-regular-webfont.eot') format('embedded-opentype'), url('../fonts/silka-regular-webfont.woff') format('woff'), url('../fonts/silka-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}