/* Fonts */
/* Links */
/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
*/
@font-face {
  font-family: "Vorwerk";
  src: url("https://kobold-dustin.com/fonts/Vorwerk-Light.woff2") format("woff2"), url("https://kobold-dustin.com/fonts/Vorwerk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vorwerk";
  src: url("https://kobold-dustin.com/fonts/Vorwerk-Regular.woff2") format("woff2"), url("https://kobold-dustin.com/fonts/Vorwerk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vorwerk";
  src: url("https://kobold-dustin.com/fonts/Vorwerk-Medium.woff2") format("woff2"), url("https://kobold-dustin.com/fonts/Vorwerk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vorwerk";
  src: url("https://kobold-dustin.com/fonts/Vorwerk-Bold.woff2") format("woff2"), url("https://kobold-dustin.com/fonts/Vorwerk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header.header--kobold-dustin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 10, 10, 0.55)), to(rgba(10, 10, 10, 0)));
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.55) 0%, rgba(10, 10, 10, 0) 100%);
  padding: 14px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .header.header--kobold-dustin {
    padding: 20px 40px !important;
  }
}
.header.header--kobold-dustin .kd-header_logo .kd-header_logo_mark {
  display: block;
  width: 120px;
  height: 34px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  mask-position: left center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 768px) {
  .header.header--kobold-dustin .kd-header_logo .kd-header_logo_mark {
    height: 40px;
  }
}

main.l-page.cms-kobold-dustin {
  background-color: #141516;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding-top: 0;
  margin-bottom: 0;
  min-height: auto;
  overflow: hidden;
}
main.l-page.cms-kobold-dustin .kd-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-wrap {
    padding: 0 40px;
  }
}
main.l-page.cms-kobold-dustin .kd-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #009a3b;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
main.l-page.cms-kobold-dustin .kd-btn:hover {
  background-color: #006e2c;
}
main.l-page.cms-kobold-dustin .kd-section {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-section {
    padding: 100px 0;
  }
}
main.l-page.cms-kobold-dustin .kd-section--tight {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-section--tight {
    padding: 60px 0;
  }
}
main.l-page.cms-kobold-dustin .kd-title {
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  font-size: calc(28px + 16 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  main.l-page.cms-kobold-dustin .kd-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  main.l-page.cms-kobold-dustin .kd-title {
    font-size: 44px;
  }
}
main.l-page.cms-kobold-dustin .kd-title {
  text-align: center;
  margin: 0 0 20px;
}
main.l-page.cms-kobold-dustin .kd-title strong,
main.l-page.cms-kobold-dustin .kd-title .accent {
  font-weight: 700;
  color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-subtitle {
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  max-width: 1300px;
  margin: 0 auto 40px;
  font-weight: 300;
}
main.l-page.cms-kobold-dustin .kd-hero {
  position: relative;
  height: 100vh;
  min-height: 560px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.l-page.cms-kobold-dustin .kd-hero picture,
main.l-page.cms-kobold-dustin .kd-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
main.l-page.cms-kobold-dustin .kd-hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
main.l-page.cms-kobold-dustin .kd-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 100%, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 100%), radial-gradient(ellipse 75% 65% at 50% 50%, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.55) 75%, rgba(0, 0, 0, 0.85) 100%);
}
main.l-page.cms-kobold-dustin .kd-hero .kd-hero_content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px 60px;
  max-width: 780px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-hero .kd-hero_content {
    padding-bottom: 100px;
  }
}
main.l-page.cms-kobold-dustin .kd-hero h1 {
  color: #fff;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: calc(40px + 48 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  main.l-page.cms-kobold-dustin .kd-hero h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  main.l-page.cms-kobold-dustin .kd-hero h1 {
    font-size: 88px;
  }
}
main.l-page.cms-kobold-dustin .kd-hero h1 {
  line-height: 1.05;
  margin: 0 0 16px;
  font-weight: 300;
}
main.l-page.cms-kobold-dustin .kd-hero h1 strong {
  font-weight: 700;
}
main.l-page.cms-kobold-dustin .kd-hero p {
  color: #fff;
  font-size: 21.5px;
  font-weight: 400;
  margin: 0 0 30px;
}
main.l-page.cms-kobold-dustin .kd-hero p strong {
  color: #009a3b;
  font-weight: 700;
}
main.l-page.cms-kobold-dustin .kd-section--deep-green {
  background-color: #091c14;
}
main.l-page.cms-kobold-dustin .kd-story {
  text-align: center;
}
main.l-page.cms-kobold-dustin .kd-story .kd-title {
  font-size: 48px;
}
main.l-page.cms-kobold-dustin .kd-story p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  max-width: 720px;
  margin: 0 auto 20px;
}
main.l-page.cms-kobold-dustin .kd-story p strong,
main.l-page.cms-kobold-dustin .kd-story p .accent {
  color: #009a3b;
  font-weight: 700;
}
main.l-page.cms-kobold-dustin .kd-story .kd-btn {
  margin-top: 20px;
}
main.l-page.cms-kobold-dustin .kd-story > .kd-title,
main.l-page.cms-kobold-dustin .kd-story > p,
main.l-page.cms-kobold-dustin .kd-story > .kd-btn {
  position: relative;
  z-index: 10;
}
main.l-page.cms-kobold-dustin .kd-story .kd-story_video_wrap {
  position: relative;
  left: 50%;
  max-width: none;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
main.l-page.cms-kobold-dustin .kd-story .kd-story_video {
  position: absolute;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, border-radius;
}
main.l-page.cms-kobold-dustin .kd-story .kd-story_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main.l-page.cms-kobold-dustin .kd-story .kd-story_video:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
main.l-page.cms-kobold-dustin .kd-story .kd-story_video:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
main.l-page.cms-kobold-dustin .kd-story .kd-story_video .kd-play {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.l-page.cms-kobold-dustin .kd-story .kd-story_video .kd-play svg {
  margin-left: 4px;
}
main.l-page.cms-kobold-dustin .kd-showcase .kd-title {
  font-size: 48px;
  margin-bottom: 48px;
}
main.l-page.cms-kobold-dustin .kd-showcase img {
  width: 1000px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  margin-bottom: 40px;
}
main.l-page.cms-kobold-dustin .kd-showcase .kd-showcase_text {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
main.l-page.cms-kobold-dustin .kd-showcase .kd-showcase_text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
}
main.l-page.cms-kobold-dustin .kd-showcase .kd-showcase_text p .accent {
  color: #009a3b;
  font-weight: 700;
}
main.l-page.cms-kobold-dustin .kd-showcase .kd-showcase_text p.kd-emphasis {
  color: #009a3b;
  font-weight: 700;
}
main.l-page.cms-kobold-dustin .kd-showcase .kd-showcase_text p:first-child strong {
  font-size: 28px;
  font-weight: 600;
}
main.l-page.cms-kobold-dustin .kd-showcase .kd-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
main.l-page.cms-kobold-dustin #zgodba,
main.l-page.cms-kobold-dustin #zaupanje {
  position: relative;
}
main.l-page.cms-kobold-dustin #zgodba:before,
main.l-page.cms-kobold-dustin #zaupanje:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 75% 65% at 100% 100%, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%), radial-gradient(ellipse 75% 65% at 0% 0%, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
}
main.l-page.cms-kobold-dustin #zgodba .kd-wrap,
main.l-page.cms-kobold-dustin #zaupanje .kd-wrap {
  position: relative;
  z-index: 1;
}
main.l-page.cms-kobold-dustin .kd-showcase {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-showcase {
    margin-top: 100px;
  }
}
main.l-page.cms-kobold-dustin .kd-features {
  background-color: #fff;
}
main.l-page.cms-kobold-dustin .kd-features .kd-title,
main.l-page.cms-kobold-dustin .kd-features .kd-subtitle {
  color: #4b4a4b;
}
main.l-page.cms-kobold-dustin .kd-features .kd-subtitle {
  font-size: 20px;
  font-weight: 300;
}
main.l-page.cms-kobold-dustin .kd-features .kd-title .accent {
  color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-features .kd-feature_row {
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_row:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-features .kd-feature_row.reverse .kd-feature_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main.l-page.cms-kobold-dustin .kd-features .kd-feature_row.reverse .kd-feature_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_img {
  min-width: 0;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_img img,
main.l-page.cms-kobold-dustin .kd-features .kd-feature_img video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text {
  min-width: 0;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text h3 {
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0 0 18px;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text h3 .kd-feature_line {
  display: block;
  font-size: calc(26px + 14 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  main.l-page.cms-kobold-dustin .kd-features .kd-feature_text h3 .kd-feature_line {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  main.l-page.cms-kobold-dustin .kd-features .kd-feature_text h3 .kd-feature_line {
    font-size: 40px;
  }
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text h3 .kd-feature_line {
  line-height: 1.2;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text h3 .kd-feature_line--bold {
  font-weight: 600;
  color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text h3 .kd-feature_line--light {
  font-weight: 300;
  color: #4b4a4b;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text h3.kd-inline .kd-feature_line {
  display: inline;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text p {
  color: #4b4a4b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 18px;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text ul li {
  position: relative;
  padding-left: 22px;
  color: #4b4a4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
main.l-page.cms-kobold-dustin .kd-features .kd-feature_text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-trust .kd-trust_wrap {
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-trust .kd-trust_wrap {
    padding-bottom: 96px;
  }
}
main.l-page.cms-kobold-dustin .kd-trust .kd-trust_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  main.l-page.cms-kobold-dustin .kd-trust .kd-trust_grid {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
main.l-page.cms-kobold-dustin .kd-trust .kd-trust_card {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 26px 18px;
  text-align: center;
}
main.l-page.cms-kobold-dustin .kd-trust .kd-trust_card .kd-trust_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 154, 59, 0.12);
  color: #009a3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 16px;
}
main.l-page.cms-kobold-dustin .kd-trust .kd-trust_card .kd-trust_icon svg {
  width: 26px;
  height: 26px;
}
main.l-page.cms-kobold-dustin .kd-trust .kd-trust_card .kd-trust_value {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
main.l-page.cms-kobold-dustin .kd-trust .kd-trust_card .kd-trust_label {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
main.l-page.cms-kobold-dustin .kd-accessories {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-accessories {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-title {
  font-size: calc(30px + 18 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  main.l-page.cms-kobold-dustin .kd-accessories .kd-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  main.l-page.cms-kobold-dustin .kd-accessories .kd-title {
    font-size: 48px;
  }
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-title {
  font-weight: 300;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-accessories .kd-title {
    margin-bottom: 60px;
  }
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-title .accent {
  font-size: inherit;
  font-weight: 600;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slider {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-accessories .kd-slider {
    padding: 0 60px;
  }
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  outline: none;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-accessories .kd-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
  }
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 410px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_img {
    width: 410px;
    max-width: 410px;
  }
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_content {
    text-align: left;
    padding-left: 20px;
  }
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_content .kd-slide_eyebrow {
  color: #009a3b;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_content .kd-slide_title {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 80px;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_content .kd-slide_text {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_content .kd-slide_text strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slide_content .kd-slide_text + .kd-slide_text {
  margin-top: 16px;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slider_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  padding: 0;
  background: lab(100% -0.0000298023 0.0000119209 / 0.1);
  border: 1px solid lab(100% -0.0000298023 0.0000119209 / 0.2);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slider_arrow svg {
  width: 22px;
  height: 22px;
  display: block;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slider_arrow:hover {
  opacity: 0.65;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slider_arrow.kd-slider_arrow--prev {
  left: 0;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-slider_arrow.kd-slider_arrow--next {
  right: 0;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-carousel_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-accessories .kd-carousel_dots {
    margin-top: 100px;
  }
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-carousel_dots .kd-carousel_dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-carousel_dots .kd-carousel_dot.active {
  width: 40px;
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-carousel_dots .kd-carousel_dot .kd-carousel_dot_fill {
  position: absolute;
  inset: 0;
  background: #009a3b;
  border-radius: 999px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
main.l-page.cms-kobold-dustin .kd-accessories .kd-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
main.l-page.cms-kobold-dustin .kd-contact {
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-contact {
    padding-top: 96px;
  }
}
main.l-page.cms-kobold-dustin .kd-contact .kd-contact_intro {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-contact_intro .kd-subtitle {
  margin-left: auto;
  margin-right: auto;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-contact_intro .kd-contact_scroll {
  margin-top: 24px;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-title {
  font-size: calc(30px + 18 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  main.l-page.cms-kobold-dustin .kd-contact .kd-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  main.l-page.cms-kobold-dustin .kd-contact .kd-title {
    font-size: 48px;
  }
}
main.l-page.cms-kobold-dustin .kd-contact .kd-title .accent {
  font-weight: 600;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-contact_cta {
  text-align: center;
  margin-bottom: 40px;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 620px;
  margin: 40px auto;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  main.l-page.cms-kobold-dustin .kd-contact .kd-divider {
    font-size: 17px;
  }
}
main.l-page.cms-kobold-dustin .kd-contact .kd-divider span {
  white-space: normal;
}
@media only screen and (min-width: 500px) {
  main.l-page.cms-kobold-dustin .kd-contact .kd-divider span {
    white-space: nowrap;
  }
}
main.l-page.cms-kobold-dustin .kd-contact .kd-divider span strong {
  color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-divider:before, main.l-page.cms-kobold-dustin .kd-contact .kd-divider:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter {
    padding-bottom: 96px;
  }
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter h3 {
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: calc(24px + 12 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter h3 {
    font-size: 36px;
  }
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter h3 {
  color: #fff;
  margin: 0 0 12px;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 26px;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form {
  max-width: 460px;
  margin: 0 auto;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-form,
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-form p,
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 180px;
          flex: 1 1 180px;
  min-width: 0;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form label {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 13px;
  margin: 0;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-form-control-wrap {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=email],
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=text] {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=email]::-webkit-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=email]::-moz-placeholder, main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=text]::-moz-placeholder {
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=email]:-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=text]:-ms-input-placeholder {
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=email]::-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=text]::-ms-input-placeholder {
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=email]::placeholder,
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=text]::placeholder {
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=email]:focus,
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=text]:focus {
  border-color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=submit],
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form button[type=submit],
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-submit {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
  width: auto !important;
  background-color: #009a3b;
  color: #fff;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  height: 44px;
  padding: 0 20px !important;
  margin: 0 !important;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form input[type=submit]:hover,
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form button[type=submit]:hover,
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-submit:hover {
  background-color: #006e2c;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 6px;
  text-align: left;
}
main.l-page.cms-kobold-dustin .kd-contact .kd-newsletter .kd-newsletter_form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px 48px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-contact_form-wrap {
    padding: 0 40px 96px;
  }
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form-title {
  padding-top: 32px;
  margin: 0 0 28px;
  color: #fff;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form-title {
    padding-top: 90px;
    font-size: 48px;
    margin-bottom: 36px;
  }
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form {
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-form > p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .row:last-child {
  margin-bottom: 0;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .row label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: auto !important;
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .row label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .row label:first-of-type, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .row label:last-of-type {
  margin: 0 !important;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 6px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label span:not(.wpcf7-form-control-wrap):not(.wpcf7-list-item-label):not(.wpcf7-not-valid-tip):not(.wpcf7-checkbox):not(.wpcf7-list-item) {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label.req_field:after {
  color: rgba(255, 255, 255, 0.45);
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(.wpcf7-checkbox), main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(.wpcf7-acceptance), main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(input[type=checkbox]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(.wpcf7-checkbox) > span:not(.wpcf7-form-control-wrap):not(.wpcf7-list-item-label):not(.wpcf7-not-valid-tip):not(.wpcf7-checkbox):not(.wpcf7-list-item), main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(.wpcf7-acceptance) > span:not(.wpcf7-form-control-wrap):not(.wpcf7-list-item-label):not(.wpcf7-not-valid-tip):not(.wpcf7-checkbox):not(.wpcf7-list-item), main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(input[type=checkbox]) > span:not(.wpcf7-form-control-wrap):not(.wpcf7-list-item-label):not(.wpcf7-not-valid-tip):not(.wpcf7-checkbox):not(.wpcf7-list-item) {
  position: static;
  left: auto;
  top: auto;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.4;
  margin-top: 4px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(.wpcf7-checkbox) .wpcf7-form-control-wrap, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(.wpcf7-acceptance) .wpcf7-form-control-wrap, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(input[type=checkbox]) .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(.wpcf7-checkbox).req_field:after, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(.wpcf7-acceptance).req_field:after, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form label:has(input[type=checkbox]).req_field:after {
  display: none;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=text],
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=email],
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=tel],
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=url],
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=number],
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=date],
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form select,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-bottom: 0;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=text]::-webkit-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=email]::-webkit-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=tel]::-webkit-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=url]::-webkit-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=number]::-webkit-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=date]::-webkit-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form select::-webkit-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=text]::-moz-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=email]::-moz-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=tel]::-moz-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=url]::-moz-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=number]::-moz-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=date]::-moz-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form select::-moz-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=text]:-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=email]:-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=tel]:-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=url]:-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=number]:-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=date]:-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form select:-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=text]::-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=email]::-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=tel]::-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=url]::-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=number]::-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=date]::-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form select::-ms-input-placeholder, main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=text]::placeholder,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=email]::placeholder,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=tel]::placeholder,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=url]::placeholder,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=number]::placeholder,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=date]::placeholder,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form select::placeholder,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=text]:focus,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=email]:focus,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=tel]:focus,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=url]:focus,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=number]:focus,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=date]:focus,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form select:focus,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form textarea:focus {
  border-color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form textarea {
  min-height: 120px;
  resize: vertical;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-list-item {
  margin: 0 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-list-item label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=submit],
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form button[type=submit],
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-submit {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto !important;
  background-color: #009a3b;
  color: #fff !important;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 24px !important;
  margin: 8px auto 0 !important;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form input[type=submit]:hover,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form button[type=submit]:hover,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-submit:hover {
  background-color: #006e2c;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-spinner {
  margin: 0;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-not-valid-tip {
  color: #ff8a8a;
  font-size: 12px;
  margin-top: 4px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
}
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form .mini,
main.l-page.cms-kobold-dustin .kd-contact_form-wrap .kd-contact_form p.mini {
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-faq {
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  main.l-page.cms-kobold-dustin .kd-faq {
    padding-top: 96px;
  }
}
main.l-page.cms-kobold-dustin .kd-faq .kd-title {
  font-size: calc(28px + 16 * (100vw - 420px) / 980);
}
@media screen and (max-width: 420px) {
  main.l-page.cms-kobold-dustin .kd-faq .kd-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  main.l-page.cms-kobold-dustin .kd-faq .kd-title {
    font-size: 44px;
  }
}
main.l-page.cms-kobold-dustin .kd-faq .kd-title {
  font-weight: 300;
  margin-bottom: 40px;
}
main.l-page.cms-kobold-dustin .kd-faq .kd-title .accent {
  font-weight: 600;
}
main.l-page.cms-kobold-dustin .kd-faq .faq {
  max-width: 632px;
  margin: 0 auto;
}
main.l-page.cms-kobold-dustin .kd-faq .faq_content {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
main.l-page.cms-kobold-dustin .kd-faq .faqs {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
main.l-page.cms-kobold-dustin .kd-faq .question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 0 !important;
}
main.l-page.cms-kobold-dustin .kd-faq .question .question_title {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 18.4px !important;
  padding: 24px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
main.l-page.cms-kobold-dustin .kd-faq .question .question_title:hover {
  color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-faq .question .question_title:after {
  display: none;
}
main.l-page.cms-kobold-dustin .kd-faq .question .kd-faq_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  line-height: 0;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #009a3b;
  -webkit-transition: background 0.25s, border-color 0.25s, color 0.25s;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
main.l-page.cms-kobold-dustin .kd-faq .question .kd-faq_icon svg {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
main.l-page.cms-kobold-dustin .kd-faq .question .question_title:hover .kd-faq_icon {
  border-color: #009a3b;
}
main.l-page.cms-kobold-dustin .kd-faq .question .question_title.activ .kd-faq_icon {
  background: #009a3b;
  border-color: #009a3b;
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-faq .question .question_title.activ .kd-faq_icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main.l-page.cms-kobold-dustin .kd-faq .question .answer {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  display: block !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 0;
  -webkit-transition: max-height 0.35s ease, opacity 0.3s ease, padding-bottom 0.35s ease;
  transition: max-height 0.35s ease, opacity 0.3s ease, padding-bottom 0.35s ease;
}
main.l-page.cms-kobold-dustin .kd-faq .question .answer p {
  margin: 0 0 10px;
}
main.l-page.cms-kobold-dustin .kd-faq .question .answer ul,
main.l-page.cms-kobold-dustin .kd-faq .question .answer ol {
  margin: 0 0 10px;
  padding-left: 4px;
  list-style: none !important;
}
main.l-page.cms-kobold-dustin .kd-faq .question .answer li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
main.l-page.cms-kobold-dustin .kd-faq .question .answer li:before {
  content: "" !important;
  font-family: inherit !important;
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  color: transparent;
}
main.l-page.cms-kobold-dustin .kd-faq .question .answer strong {
  color: #fff;
}
main.l-page.cms-kobold-dustin .kd-faq .question .answer a {
  color: #009a3b;
}

.kd-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: rgba(5, 6, 6, 0.94);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 16px;
}
.kd-video-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kd-video-modal .kd-video-modal_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.kd-video-modal .kd-video-modal_inner video {
  max-width: 94vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 18px;
  background: #000;
}
.kd-video-modal .kd-video-modal_close {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.kd-video-modal .kd-video-modal_close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.kd-video-modal .kd-video-modal_close svg {
  width: 20px;
  height: 20px;
}

.kd-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 500;
  width: calc(100% - 40px);
  max-width: 1120px;
  background: #14181a;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 14px 20px 14px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-50%, 16px);
          transform: translate(-50%, 16px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
.kd-sticky-cta.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.kd-sticky-cta .kd-sticky-cta_text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.kd-sticky-cta .kd-sticky-cta_text span {
  color: #009a3b;
}
.kd-sticky-cta .kd-sticky-cta_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kd-sticky-cta .kd-btn {
  font-size: 16px !important;
  padding: 6px 16px !important;
  white-space: nowrap;
}
.kd-sticky-cta .kd-btn.kd-btn--outline {
  background: transparent !important;
  border: 1px solid #009a3b !important;
  color: #fff !important;
}
.kd-sticky-cta .kd-btn.kd-btn--outline:hover {
  background: #009a3b !important;
}
@media only screen and (max-width: 700px) {
  .kd-sticky-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    padding: 16px;
  }
  .kd-sticky-cta .kd-sticky-cta_text {
    white-space: normal;
  }
  .kd-sticky-cta .kd-sticky-cta_actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.kd-footer {
  background-color: #23282a;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding-top: 60px;
}
.kd-footer a {
  color: inherit;
  text-decoration: none;
}
.kd-footer .kd-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .kd-footer .kd-wrap {
    padding: 0 40px;
  }
}
.kd-footer .kd-footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .kd-footer .kd-footer_top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.kd-footer .kd-footer_logo {
  -ms-grid-column-align: start;
      justify-self: start;
}
.kd-footer .kd-footer_logo img {
  height: 40px;
  width: auto;
  display: block;
}
.kd-footer .kd-footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.kd-footer .kd-footer_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.kd-footer .kd-footer_col .kd-footer_heading {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 4px;
}
.kd-footer .kd-footer_col a {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.kd-footer .kd-footer_col a:hover {
  color: #fff;
}
.kd-footer .kd-footer_right {
  margin-left: auto;
  -ms-grid-column-align: end;
      justify-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .kd-footer .kd-footer_right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.kd-footer .kd-footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.kd-footer .kd-footer_social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.kd-footer .kd-footer_social a svg {
  width: 16px;
  height: 16px;
  display: block;
}
.kd-footer .kd-footer_social a:hover {
  border-color: #fff;
}
.kd-footer .kd-footer_totop {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.kd-footer .kd-footer_totop:hover {
  color: #fff;
}
.kd-footer .kd-footer_disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0;
}
.kd-footer .kd-footer_disclaimer p {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.kd-footer .kd-footer_disclaimer p a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6);
}
.kd-footer .kd-footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kd-footer .kd-footer_bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.kd-footer .kd-footer_bottom .kd-footer_legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.kd-footer .kd-footer_bottom .kd-footer_legal a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.kd-footer .kd-footer_bottom .kd-footer_legal a:hover {
  color: #fff;
}

.kd-footer_tagline {
  background-color: #fff;
  padding: 50px 24px;
  text-align: center;
  font-family: "Vorwerk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.kd-footer_tagline .kd-footer_tagline_small {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  margin: 0 0 10px;
}
.kd-footer_tagline .kd-footer_tagline_main {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}
.kd-footer_tagline .kd-footer_tagline_main .accent {
  color: #009a3b;
  font-weight: 700;
}