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

.body {
  color: #2b313b;
  font-family: Montserrat, sans-serif;
}

.navbar {
  z-index: 999;
  border-bottom: 1px #e7eaef;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hero {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 220px 0 100px;
  display: flex;
  position: relative;
}

.benefits {
  background-color: #f9f9fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.process {
  background-color: #fcfcfc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.how {
  background-color: #f9f9fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  font-size: 19px;
  display: flex;
}

.about-us {
  background-color: #fcfcfc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 220px;
  display: flex;
}

.reviews {
  background-color: #f9f9fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.money-guarantee {
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.faq {
  background-color: #fcfcfc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 130px;
  display: flex;
}

.cta {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.footer {
  border-top: 1px solid #e0e0e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.navbar-left {
  flex: 1;
  max-width: none;
  display: block;
}

.navbar-middle {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: none;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-right {
  flex: 1;
  max-width: 500px;
}

.navbar-m-left {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-m-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block {
  color: #2b313b;
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.navbar-link {
  color: #8691a0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.navbar-link:hover {
  color: #2b313b;
}

.navbar-link.hide {
  display: flex;
}

.button {
  color: #fff;
  background-color: #3fa6a6;
  border-radius: 14px;
  margin-left: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-color: #358d8d;
  box-shadow: 0 2px 5px #0000004d;
}

.button.thx {
  margin-top: 60px;
}

.hero-left, .hero-right {
  flex: 1;
}

.heading {
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
}

.heading.handy {
  display: none;
}

.text-block-2 {
  color: #8691a0;
  margin-top: 10px;
  font-size: 20px;
  line-height: 22px;
}

.list {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  padding-left: 5px;
  list-style-type: none;
  display: flex;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero-cta-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-background-color {
  background-color: #f97415;
  border-radius: 14px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px #0000004d;
}

.button-background-color:hover {
  background-color: #ef6706;
  transform: scale(1.02);
  box-shadow: 0 2px 5px #0000004d;
}

.button-border {
  color: #3fa6a6;
  background-color: #fff;
  border: 2px solid #3fa6a6;
  border-radius: 14px;
  padding: 18px 38px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.button-border:hover {
  color: #fff;
  background-color: #3fa6a6;
}

.button-border.blog-call-to-action-button {
  margin-top: 20px;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-4 {
  color: #585a5e;
  margin-top: 20px;
  font-weight: 600;
}

.hero-qualitys-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 30px;
  display: flex;
}

.hero-quality-item {
  color: #318181;
  background-color: #3fa6a626;
  border-radius: 50px;
  padding: 5px 18px;
  font-size: 15px;
  font-weight: 500;
}

.normal-heading {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}

.normal-heading.blog {
  margin-top: 0;
  line-height: 45px;
}

.grid-item-benefits {
  background-color: #fff;
  padding: 20px;
}

.grid-item-benefits.up-left {
  background-color: #fff;
  border-top-left-radius: 11px;
  width: auto;
  padding: 26px 25px;
}

.grid-item-benefits.low-left {
  border-bottom-left-radius: 11px;
}

.grid-item-benefits.up-right {
  border-top-right-radius: 11px;
}

.grid-item-benefits.low-right {
  border-bottom-right-radius: 11px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  margin-top: 40px;
  box-shadow: -3px 3px 9px #00000008;
}

.benefits-sep-up {
  background-image: linear-gradient(0deg, #edeff3, #fff);
  width: 3px;
}

.text-block-5 {
  color: #42a7a7;
  font-size: 16px;
  text-decoration: none;
}

.text-block-5:hover {
  color: #267474;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #42a7a7;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.image {
  color: #42a7a7;
  font-size: 16px;
  text-decoration: none;
  transform: rotate(-90deg);
}

.process-wrapper {
  justify-content: center;
  align-items: center;
  width: 780px;
  margin-top: 40px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  width: auto;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 22px;
  position: relative;
  box-shadow: -3px 3px 9px #0000000d;
}

.text-block-6 {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.text-block-7 {
  color: #8691a0;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-8 {
  color: #585a5e;
  width: 60px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-10 {
  border: .8px solid #edeff3;
  border-radius: 20px;
  width: 100%;
}

.div-block-11 {
  border: 1px solid #e7eaef;
  border-radius: 20px;
  height: 760px;
}

.process-check {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 53px auto auto -57px;
}

.normal-underheading {
  color: #7e899a;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.overheading-text {
  color: #318181;
  background-color: #3fa6a626;
  border-radius: 50px;
  padding: 5px 18px;
  font-size: 15px;
  font-weight: 500;
}

.why-points-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.why-point-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.why-point-item-img-wrapper {
  background-color: #e6f1f2;
  border-radius: 50px;
  padding: 15px;
}

.text-block-11 {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-12 {
  color: #585a5e;
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-13 {
  color: #2b313b;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}

.methodik {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 25px;
  font-size: 14px;
  display: block;
  box-shadow: 0 2px 5px #b4b4b436;
}

.text-block-14 {
  color: #585a5e;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #d6d6d6;
  justify-content: space-between;
  align-items: stretch;
  width: 1100px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  width: 450px;
  display: flex;
}

.text-block-16 {
  color: #585a5e;
  margin-top: 20px;
}

.text-block-17 {
  color: #2b313b;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.text-block-18 {
  font-size: 15px;
  font-weight: 600;
}

.link {
  color: #585a5e;
  margin-top: 15px;
  text-decoration: none;
}

.link:hover {
  color: #2b313b;
}

.link-2 {
  color: #585a5e;
  margin-top: 8px;
  text-decoration: none;
}

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

.text-block-19 {
  margin-top: 40px;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.image-3 {
  width: 24px;
}

.div-block-14 {
  background-color: #f5f7f8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.div-block-14:hover {
  background-color: #e1e3e4;
  transform: translate(0, -6px);
}

.div-block-15 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-top: 20px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-20 {
  color: #318181;
}

.div-block-18 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #3fa6a626;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 17px;
  display: flex;
}

.accordion-wrapper {
  width: 780px;
  margin-top: 50px;
  position: relative;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.image-5 {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}

.faq-contact-item {
  z-index: 3;
  background-color: #ececec00;
  width: 780px;
  margin-top: 60px;
  display: flex;
  position: absolute;
}

.faq-contact-item-right {
  z-index: 3;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-contact-item-left {
  z-index: 3;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block-24 {
  z-index: 3;
  color: #2b313b;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 600;
  display: block;
  position: static;
}

.text-block-25 {
  color: #6b6b6b;
  margin-top: 20px;
  font-weight: 500;
}

.faq-contact-cta {
  color: #3fa6a6;
  background-color: #fff;
  border: 2px solid #3fa6a6;
  border-radius: 12px;
  padding: 11px 34px;
  font-size: 16px;
  font-weight: 500;
}

.faq-contact-cta:hover {
  color: #fff;
  background-color: #3fa6a6;
}

.div-block-20 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  display: flex;
  position: relative;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1150px;
  margin-top: 60px;
  display: flex;
}

.bold-text:hover, .bold-text-2:hover, .bold-text-3:hover, .bold-text-4:hover, .bold-text-5:hover {
  color: #68707e;
}

.benefits-sep-left {
  background-image: linear-gradient(90deg, #fff, #edeff3);
  height: 3px;
}

.benefits-sep-right {
  background-image: linear-gradient(270deg, #fff, #edeff3);
  height: 3px;
}

.benefits-sep-middle {
  background-image: linear-gradient(#edeff3, #edeff3);
  height: 3px;
}

.text-block-26 {
  margin-top: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-27 {
  color: #2b313b;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}

.benefits-sep-low {
  background-image: linear-gradient(#edeff3, #fff);
  width: 3px;
}

.navbar-wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffc7;
  border-bottom: 1px solid #e7eaef;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: static;
}

.garante-wrapper {
  z-index: 6;
  background-image: url('../images/ChatGPT-Image-4.-Okt.-2025-16_51_25.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 180px;
  padding: 24px 50px;
  display: flex;
  position: relative;
  box-shadow: -2px 2px 4px 1px #0000001c;
}

.div-block-23 {
  z-index: 5;
  flex: 1;
  position: relative;
}

.div-block-24 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-28 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.text-block-29 {
  color: #6b6b6b;
  margin-top: 20px;
}

.button-2 {
  color: #50b1c0;
  background-color: #50b1c01a;
  border: 1px solid #50b1c0;
  border-radius: 11px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 15px;
  font-weight: 500;
}

.button-2:hover {
  background-color: #50b1c033;
  box-shadow: 0 2px 5px #00000021;
}

.div-block-25 {
  z-index: 1;
  background-image: linear-gradient(90deg, #f1f1f1, #fff0);
  border-radius: 11px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-26 {
  background-image: linear-gradient(#d6d6d6, #f5f5f5 50%, #fff);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 782px;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}

.div-block-27 {
  z-index: 3;
  background-image: linear-gradient(#f0f0f0, #f9f9f9 31%, #fff 80%, #fff);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: 39px 28px;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
  display: none;
}

.review-card {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  min-width: 270px;
  height: auto;
  padding: 25px 24px;
  display: flex;
  position: relative;
  box-shadow: -3px 3px 9px #0000000d;
}

.div-block-29 {
  background-image: linear-gradient(135deg, #ace5e9, #fcd9d2);
  border-radius: 50px;
  padding: 18px;
}

.star-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 16px;
}

.text-block-30 {
  color: #585a5e;
  text-align: center;
  margin-top: 20px;
  line-height: 24px;
}

.text-block-31 {
  color: #3fa6a6;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.text-block-32 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block-34 {
  color: #7e899a;
  display: none;
}

.image-7 {
  opacity: .22;
  border-radius: 0;
  position: absolute;
  inset: 8px 10px auto auto;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #3fa6a6, #8c9b90 40%, #d3907b);
  -webkit-background-clip: text;
  background-clip: text;
}

.grid-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  margin-top: 60px;
}

.div-block-31 {
  background-color: #fff;
  border-radius: 11px;
  width: 450px;
  padding-bottom: 30px;
  box-shadow: -3px 3px 11px #00000008;
}

.image-9 {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  width: 450px;
  height: 450px;
}

.div-block-36 {
  z-index: 7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  position: relative;
}

.text-block-38 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-39 {
  color: #3fa6a6;
  margin-top: 5px;
  font-weight: 600;
}

.text-block-40 {
  color: #8691a0;
  border-left: 3px solid #d9eded;
  margin-top: 15px;
  padding-left: 16px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-41 {
  color: #2b313b;
  margin-top: 20px;
  font-weight: 500;
  line-height: 22px;
}

.show-more-text-block {
  font-weight: 500;
  line-height: 22px;
}

.show-more {
  color: #494949;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.show-more:hover {
  color: #838383;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-3 {
  color: #50b1c0;
  background-color: #50b1c01a;
  border: 1px solid #50b1c0;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 420px;
  padding: 11px 0;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button-3:hover {
  background-color: #50b1c045;
  box-shadow: 0 2px 5px #0000002e;
}

.div-block-39 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.show-less {
  color: #494949;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.show-less:hover {
  color: #838383;
}

.text-block-42 {
  color: #7e899a;
  text-align: center;
  margin-top: 60px;
  font-size: 13px;
}

.div-block-40 {
  opacity: .53;
  background-image: url('../images/ChatGPT-Image-7.-Okt.-2025-18_24_25.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 650px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-41, .div-block-42, .div-block-43 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-44 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.burger-menu {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffc7;
  display: none;
  position: static;
}

.payment-success {
  z-index: 9999;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #5bb95b66;
  border-bottom: 1px #07ff20;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 5px #00000021;
}

.text-block-44 {
  color: #73bb71;
  font-size: 16px;
  font-weight: 600;
}

.image-10, .image-11 {
  width: 20px;
}

.lottie-animation {
  width: 32px;
  height: 32px;
}

.body-2 {
  background-color: #fcfcfc;
  font-family: Montserrat, sans-serif;
}

.impressum-content {
  border-bottom: 1px solid #eee;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 220px 300px 80px;
  display: flex;
}

.impressum-content.datenschutz-content {
  padding-top: 220px;
}

.impressum-overheading {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.impressum-header {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.impressum-smallheading {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
}

.normal-text {
  color: #8691a0;
  margin-top: 10px;
  font-weight: 500;
}

.text-block-48 {
  margin-top: 10px;
  font-weight: 600;
}

.impressum-link {
  color: #42a7a7;
  font-weight: 500;
}

.text-block-49 {
  color: #8691a0;
  margin-top: 10px;
}

.text-block-50, .list-item-2 {
  color: #8691a0;
}

.impressum-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.link-4 {
  color: #42a7a7;
  font-weight: 500;
}

.text-block-51 {
  color: #8691a0;
  font-weight: 500;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-3 {
  background-color: #fcfcfc;
  font-family: Montserrat, sans-serif;
}

.datenschutz-content {
  border-bottom: 1px solid #eee;
  padding: 140px 300px 80px;
}

.code-embed, .code-embed-2, .code-embed-3 {
  display: none;
}

.text-block-52 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #42a7a7;
  border-left: 3px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.text-span-2 {
  color: #2b313b;
  border-left: 3px #e0e0e0;
  padding-left: 0;
  font-weight: 600;
}

.link-5, .link-6 {
  color: #42a7a7;
  font-weight: 500;
}

.list-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.link-7 {
  color: #42a7a7;
  font-weight: 500;
}

.promo-code-banner {
  background-image: linear-gradient(90deg, #fff6, #82828200 50%, #fff6), url('../images/ChatGPT-Image-13.-Okt.-2025-10_14_57.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border: 1px #dad7d7;
  border-radius: 14px;
  width: 96%;
  height: 60px;
  margin-top: 10px;
  display: block;
  box-shadow: 0 2px 5px #85858547;
}

.promo-code-banner.s, .promo-code-banner.b {
  display: none;
}

.promo-code-banner-new {
  z-index: 999;
  background-color: #3c9d9d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  display: none;
  position: relative;
  box-shadow: 0 6px 9px #00000024;
}

.text-block-54 {
  color: #fff;
  font-weight: 600;
}

.copy-code-wrapper {
  z-index: 999999999;
  border: 2px dashed #ffffff3d;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-12 {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.copy-code-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-55 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.image-13 {
  width: 16px;
  height: 16px;
}

.copy-success {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.text-block-56 {
  color: #fff;
  font-weight: 600;
}

.image-14 {
  width: 16px;
  height: 16px;
}

.social-proof-small {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar-stacking {
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  height: 80px;
  display: flex;
  position: relative;
}

.avatar {
  z-index: 1;
  background-color: #cfcfcf;
  background-image: url('../images/ChatGPT-Image-14.-Okt.-2025-10_20_09-1.png');
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 10px;
  position: absolute;
  left: 0;
}

.avatar._1 {
  z-index: 2;
  background-image: url('../images/ChatGPT-Image-14.-Okt.-2025-10_14_07-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  left: 40px;
}

.avatar._2 {
  z-index: 3;
  background-image: url('../images/ChatGPT-Image-14.-Okt.-2025-10_29_02-1.png');
  left: 80px;
}

.avatar._3 {
  z-index: 4;
  background-image: url('../images/ChatGPT-Image-14.-Okt.-2025-10_41_00-1.png');
  left: 120px;
}

.text-block-57 {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: 600;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  display: flex;
}

.text-block-58 {
  font-size: 14px;
  font-weight: 600;
}

.text-span-3 {
  color: #42a7a7;
  font-size: 16px;
  font-weight: 700;
}

.review-carousel {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: visible;
}

.review-carousel.handy {
  display: none;
}

.carousel-track {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-53 {
  background-color: #ff2b2b00;
  background-image: linear-gradient(90deg, #f9f9fa, #fff0);
  width: 300px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-53.copy {
  background-image: linear-gradient(270deg, #f9f9fa, #fff0);
  inset: 0% 0% 0% auto;
}

.div-block-54 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.div-block-55 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.image-15 {
  transform: rotate(-90deg);
}

.image-15.copy {
  transform: rotate(90deg);
}

.text-block-59 {
  color: #42a7a7;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.free-block {
  z-index: 5;
  color: #fff;
  background-color: #53b931;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3px 10px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -12px;
  bottom: auto;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-8 {
  color: #585a5e;
  text-decoration: none;
}

.link-8:hover {
  color: #2b313b;
  text-decoration: underline;
}

.blogs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 140px 120px;
  display: flex;
}

.slider-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-section.handy {
  display: none;
}

.blog-item {
  background-color: #f9f9f9;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 460px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hashtags-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.creation-data-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  display: flex;
}

.blog-titel-wrapper, .blog-content-briefing {
  margin-top: 10px;
}

.text-block-60 {
  color: #4c4d4e;
  background-color: #d3907b47;
  border-radius: 50px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-61 {
  color: #535353;
  font-size: 12px;
  font-weight: 500;
}

.blog-titel {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-6 {
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 22px;
}

.image-16 {
  border-radius: 9px;
  width: 460px;
  height: 250px;
}

.get-to-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-9 {
  color: #42a7a7;
  font-weight: 400;
  text-decoration: none;
}

.image-17 {
  transform: rotate(-90deg);
}

.blog-swap-arrows-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-previous {
  cursor: pointer;
  background-color: #b3b3b300;
  width: 24px;
  padding: 0;
  transform: rotate(180deg);
}

.blog-next {
  cursor: pointer;
  width: 24px;
}

.div-block-58 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.div-block-59 {
  background-color: #858585;
  border-radius: 50px;
  width: 8px;
  height: 8px;
}

.div-block-60 {
  background-color: #2c2f31;
  border-radius: 50px;
  width: 16px;
  height: 8px;
}

.div-block-61 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-items {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  transition: transform .3ms;
  display: flex;
  overflow: visible;
}

.div-block-62 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.blog-content {
  justify-content: center;
  align-items: stretch;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.body-4 {
  color: #2b313b;
  background-color: #f8f6f5;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.blog-content-left {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.blog-content-right {
  flex-flow: column;
  width: 360px;
  display: flex;
  position: sticky;
  inset: 20px auto auto;
}

.blog-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: stretch;
  width: 1100px;
  display: flex;
}

.blog-theme-points {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-title {
  margin-top: 20px;
}

.blog-subtitle {
  margin-top: 10px;
}

.blog-creation-details {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.blog-img {
  border-radius: 0;
  margin-top: 30px;
}

.blog-main-content {
  margin-top: 40px;
}

.text-block-62 {
  color: #318181;
  background-color: #3fa6a626;
  border: 1px solid #3181813d;
  border-radius: 50px;
  padding: 3px 20px;
  font-size: 13px;
  font-weight: 500;
}

.heading-4 {
  color: #191a1b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 51px;
  line-height: 60px;
}

.heading-4.tablet {
  display: none;
}

.text-block-63 {
  color: #191a1b;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.image-18 {
  border-radius: 50px;
  width: 50px;
}

.text-block-64 {
  color: #2b313b;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
}

.text-block-65 {
  font-size: 13px;
  font-weight: 600;
}

.image-19 {
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
}

.image-20 {
  border: 1px solid #858585;
  border-radius: 12px;
  width: 100%;
  height: 400px;
}

.div-block-63 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.text-block-66 {
  text-align: center;
  margin-top: 15px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-67 {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.text-block-68 {
  font-weight: 600;
}

.image-21 {
  border: 3px #f5f5f5;
  border-radius: 50px;
  width: 75px;
  height: 75px;
  position: static;
  bottom: 160px;
}

.div-block-64 {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 30px;
  padding: 20px;
}

.text-block-69 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

.related-blocks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.related-blocks.blog-2 {
  display: none;
}

.image-22 {
  border-radius: 3px;
  width: 60px;
  height: 60px;
}

.div-block-66 {
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: 60px;
  line-height: 18px;
  display: flex;
}

.link-10 {
  color: #2b313b;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.link-10:hover {
  color: #8a8a8a;
}

.text-block-70 {
  font-size: 12px;
  font-weight: 500;
}

.div-block-67 {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 30px;
  padding: 20px;
}

.div-block-68 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  cursor: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-23, .image-24 {
  cursor: pointer;
  width: 24px;
}

.image-25, .image-26 {
  width: 24px;
}

.paragraph-7 {
  flex-flow: column;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.blog-link {
  color: #42a7a7;
  font-size: 12px;
  font-weight: 500;
  display: inline;
}

.blog-link.quelle {
  font-size: 14px;
}

.blog-heading {
  margin-top: 40px;
  margin-bottom: 0;
}

.blog-normal-paragraph {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 23px;
}

.paragraph-9 {
  margin-bottom: 0;
  line-height: 23px;
}

.list-item-3 {
  line-height: 23px;
}

.blog-paragraph-small-space {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 23px;
}

.blog-paragraph-small-space.left-padding {
  margin-bottom: 0;
  padding-left: 30px;
}

.blog-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
  list-style-type: disc;
  display: flex;
}

.blog-list.blog-numbers {
  font-weight: 600;
  list-style-type: decimal;
}

.paragraph-11, .paragraph-12 {
  line-height: 23px;
}

.blog-list-paragraph, .paragraph-14 {
  margin-bottom: 0;
  line-height: 23px;
}

.paragraph-15 {
  line-height: 23px;
}

.blog {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 23px;
}

.list-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.paragraph-17 {
  line-height: 23px;
}

.paragraph-18 {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 23px;
}

.blog-cta {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 40px 0;
  display: flex;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-weight: 500;
}

.list-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.bold-text-6 {
  margin-top: 40px;
  display: block;
}

.div-block-69 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.blog-content-item {
  color: #2b313b;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.blog-content-item._1 {
  background-color: #f9f9fb00;
  border-radius: 8px;
  padding-left: 10px;
}

.blog-content-item._1:hover {
  background-color: #f9f9fb;
  font-weight: 600;
}

.blog-content-item._2 {
  padding-left: 10px;
}

.blog-content-item._2:hover {
  background-color: #f9f9fb;
  font-weight: 600;
}

.blog-content-item._3 {
  padding-left: 10px;
}

.blog-content-item._3:hover {
  background-color: #f9f9fb;
  font-weight: 600;
}

.blog-content-item._4 {
  padding-left: 10px;
}

.blog-content-item._4:hover {
  background-color: #f9f9fb;
  font-weight: 600;
}

.blog-content-item._5 {
  padding-left: 10px;
}

.blog-content-item._5:hover {
  background-color: #f9f9fb;
  font-weight: 600;
}

.div-block-70 {
  margin-top: 20px;
  padding-left: 0;
  font-weight: 400;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-weight: 400;
}

.bold-text-11, .bold-text-12 {
  font-weight: 600;
}

.bold-text-13 {
  font-style: normal;
  font-weight: 600;
}

.bold-text-14 {
  font-weight: 400;
}

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

.bold-text-16 {
  font-weight: 400;
}

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

.bold-text-18 {
  font-size: 14px;
  font-weight: 400;
}

.bold-text-19, .bold-text-20 {
  font-weight: 400;
}

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

.bold-text-22, .bold-text-23 {
  font-weight: 400;
}

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

.bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29 {
  font-weight: 400;
}

.bold-text-30, .bold-text-31 {
  font-weight: 600;
}

.bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .text-span-7, .bold-text-36 {
  font-weight: 400;
}

.bold-text-37, .bold-text-38 {
  font-weight: 600;
}

.bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46 {
  font-weight: 400;
}

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

.bold-text-48 {
  font-weight: 400;
}

.bold-text-49, .bold-text-50, .bold-text-51 {
  font-weight: 600;
}

.bold-text-52 {
  font-weight: 400;
}

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

.bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58 {
  font-weight: 400;
}

.bold-text-59, .bold-text-60 {
  font-weight: 600;
}

.bold-text-61, .bold-text-62 {
  font-weight: 400;
}

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

.bold-text-64 {
  font-weight: 400;
}

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

.div-block-71 {
  background-color: #2e572812;
  border: 1px solid #1e6d201f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 10px 40px auto;
}

.div-block-71.w--current {
  cursor: pointer;
  width: 40px;
  height: 40px;
  bottom: 40px;
}

.image-27 {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8 {
  font-style: normal;
}

.bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82, .bold-text-83, .bold-text-84, .bold-text-85, .bold-text-86, .bold-text-87, .bold-text-88, .bold-text-89, .bold-text-90, .bold-text-91, .bold-text-92, .bold-text-93, .bold-text-94, .bold-text-95, .bold-text-96, .bold-text-97, .bold-text-98 {
  font-weight: 600;
}

.list-item-4 {
  background-color: #c7c7c700;
  list-style-type: decimal;
}

.image-28 {
  width: 100%;
  height: 120px;
}

.halloween-banner {
  background-image: url('../images/ChatGPT-Image-5.-Nov.-2025-12_58_28.png');
  background-position: 0 9%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: none;
  position: relative;
}

.lottie-animation-2 {
  width: 100px;
  display: none;
}

.lottie-animation-3 {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 100% 0% auto auto;
}

.lottie-animation-3.copy {
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -15% auto auto -2%;
}

.image-29.handy {
  display: none;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-75 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 360px;
  display: flex;
  position: relative;
}

.div-block-75.tablet, .code-embed-4 {
  display: none;
}

.blog-profile {
  background-color: #f8f6f5;
  border-radius: 50px;
  padding: 7px;
  position: absolute;
  bottom: 220px;
}

.tablet-blog-sidebar, .div-block-82, .blog-mobile-onprogress, .text-block-72, .lottie-animation-4 {
  display: none;
}

.div-block-83 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-decoration: none;
  display: flex;
}

.blog-get-to-blog-link {
  text-decoration: none;
}

.thank-you {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 300px 0;
  display: flex;
}

.div-block-84 {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 40px;
  padding: 0;
  display: flex;
}

.heading-5 {
  color: #2b313b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.div-block-85 {
  background-image: linear-gradient(90deg, #0000, #72bebe 50%, #fff0);
  width: 220px;
  height: 2px;
}

.div-block-86 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 520px;
  margin-top: 40px;
  display: flex;
}

.image-32 {
  width: 24px;
  height: 24px;
}

.text-block-73 {
  color: #7e9baa;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-74 {
  color: #2b313b;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.body-5 {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 620px;
  margin-top: 30px;
}

.next-step-item {
  background-color: #f8f9fa;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 16px;
  display: flex;
}

.next-step-left {
  width: auto;
}

.next-step-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 13px;
  display: flex;
}

.div-block-87 {
  background-image: linear-gradient(135deg, #72bebe, #db7c2c);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
}

.image-33 {
  width: 24px;
}

.text-block-75 {
  color: #2b313b;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.text-block-76 {
  color: #7e9baa;
  margin-top: 10px;
}

.sep {
  background-color: #e7eaef;
  border-radius: 50px;
  width: 100%;
  height: 2px;
  margin-top: 40px;
}

.text-block-77 {
  color: #7e9baa;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
}

.link-11 {
  color: #3fa6a6;
}

.image-34 {
  width: 156px;
}

@media screen and (min-width: 1280px) {
  .navbar-m-left {
    flex: 0 auto;
  }

  .footer-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-12 {
    width: 450px;
  }

  .promo-code-banner-new, .review-carousel.handy, .div-block-55 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .footer-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-12 {
    width: 450px;
  }

  .div-block-20 {
    width: 1100px;
  }

  .impressum-content {
    padding-left: 326px;
    padding-right: 326px;
  }

  .promo-code-banner-new {
    display: none;
  }

  .copy-code-wrapper {
    width: 140px;
  }

  .blog-swap-arrows-wrapper {
    justify-content: center;
    align-items: center;
  }

  .halloween-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    background-image: url('../images/ChatGPT-Image-5.-Nov.-2025-12_58_28.png');
    background-position: 0 9%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .text-block-71 {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(0deg, #63636370, #ff8c19);
    -webkit-background-clip: text;
    background-clip: text;
    padding-right: 19px;
    font-size: 18px;
    font-weight: 700;
  }

  .lottie-animation-2 {
    width: 100px;
    margin-right: -13px;
  }

  .lottie-animation-3 {
    width: 120px;
    height: 120px;
    position: absolute;
    inset: 100% 0% auto auto;
  }

  .lottie-animation-3.copy {
    width: 200px;
    height: 200px;
    inset: -15% auto auto -2%;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    font-family: Montserrat, sans-serif;
  }

  .navbar {
    display: block;
    position: fixed;
  }

  .hero {
    background-color: #fff;
    padding: 220px 700px 140px;
    position: relative;
  }

  .benefits {
    background-color: #f9f9fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 60px 700px 100px;
    display: flex;
  }

  .process {
    background-color: #fcfcfc;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 60px 0 100px;
    display: flex;
  }

  .how {
    background-color: #f9f9fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 60px 700px 100px;
    display: flex;
  }

  .about-us {
    background-color: #fcfcfc;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 220px;
    display: flex;
  }

  .reviews {
    background-color: #f9f9fa;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 140px;
    display: flex;
  }

  .money-guarantee {
    background-color: #fcfcfc;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .faq {
    background-color: #fcfcfc;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 60px 700px 130px;
    display: flex;
    position: relative;
  }

  .cta {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 220px 700px 100px;
    display: flex;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 60px 700px 100px;
    display: flex;
  }

  .navbar-left {
    flex: 1;
    max-width: none;
  }

  .navbar-middle {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 1680px;
    max-width: none;
  }

  .navbar-right {
    flex: 1;
    max-width: none;
  }

  .navbar-m-left {
    justify-content: flex-start;
    align-items: center;
  }

  .navbar-m-right {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-link:hover {
    color: #2b313b;
  }

  .button {
    margin-left: 40px;
  }

  .button:hover {
    background-color: #358d8d;
  }

  .hero-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading {
    text-align: left;
    font-size: 51px;
    font-weight: 600;
    line-height: 60px;
    display: block;
  }

  .text-block-2 {
    color: #8691a0;
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .list {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 5px;
    list-style-type: none;
    display: flex;
  }

  .list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .hero-cta-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .button-background-color {
    border-radius: 14px;
    padding: 20px 40px;
    font-size: 16px;
  }

  .button-border {
    color: #3fa6a6;
    background-color: #fff;
    border: 2px solid #3fa6a6;
    border-radius: 14px;
    padding: 18px 38px;
    font-size: 16px;
    font-weight: 500;
  }

  .button-border.small {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .text-block-4 {
    color: #585a5e;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hero-qualitys-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .hero-quality-item {
    color: #318181;
    background-color: #3fa6a626;
    border-radius: 50px;
    padding: 5px 18px;
    font-size: 15px;
    font-weight: 500;
  }

  .normal-heading {
    font-weight: 600;
  }

  .benefits-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    display: flex;
    position: relative;
  }

  .grid-item-benefits {
    background-color: #fff;
    border-radius: 0;
    width: auto;
    padding: 20px;
  }

  .grid-item-benefits.up-left {
    border-top-left-radius: 11px;
    padding: 26px 25px;
  }

  .grid-item-benefits.low-left {
    border-bottom-left-radius: 11px;
  }

  .grid-item-benefits.up-right {
    border-top-right-radius: 11px;
  }

  .grid-item-benefits.low-right {
    border-bottom-right-radius: 11px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
    width: 1180px;
    margin-top: 40px;
    display: grid;
    box-shadow: -3px 3px 9px #00000008;
  }

  .benefits-sep-up {
    background-color: #fff;
    background-image: linear-gradient(0deg, #edeff3, #fff);
    width: 3px;
    position: static;
  }

  .div-block-3, .div-block-4 {
    background-color: #fff;
  }

  .text-block-5 {
    color: #42a7a7;
    margin-top: 0;
    font-size: 16px;
    text-decoration: none;
  }

  .link-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom: 1px solid #42a7a7;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    text-decoration: none;
    display: flex;
  }

  .image {
    height: auto;
    transform: rotate(-90deg);
  }

  .process-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 780px;
    margin-top: 40px;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-6 {
    border-radius: 0;
    flex: 0 auto;
    width: auto;
    height: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-7 {
    background-color: #ffa4a4;
    width: 100%;
  }

  .div-block-8 {
    background-color: #fff;
    border: 1px #edeff3;
    border-radius: 10px;
    padding: 25px 22px;
    position: relative;
    box-shadow: -3px 3px 9px #0000000d;
  }

  .text-block-6 {
    margin-top: 10px;
    font-size: 21px;
    font-weight: 600;
  }

  .text-block-7 {
    color: #8691a0;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-8 {
    color: #585a5e;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    display: block;
    overflow: visible;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    border: .8px solid #edeff3;
    border-radius: 20px;
    width: 100%;
    margin-left: 0;
  }

  .div-block-11 {
    border: 1px solid #e7eaef;
    border-radius: 20px;
    height: 760px;
  }

  .process-check {
    background-color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
    position: absolute;
    inset: 53px auto auto -60px;
  }

  .heading-3 {
    text-align: center;
    font-weight: 600;
  }

  .normal-underheading {
    color: #7e899a;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
  }

  .overheading-text {
    color: #318181;
    text-align: center;
    background-color: #3fa6a626;
    border-radius: 50px;
    padding: 5px 18px;
    font-size: 15px;
    font-weight: 500;
  }

  .why-points-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .why-point-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why-point-item-img-wrapper {
    background-color: #e6f1f2;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
  }

  .text-block-11 {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
  }

  .text-block-12 {
    color: #585a5e;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
  }

  .text-block-13 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
  }

  .methodik {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 60px;
    padding: 25px;
    display: block;
    box-shadow: 0 2px 5px #b4b4b436;
  }

  .text-block-14 {
    color: #585a5e;
    text-align: center;
    letter-spacing: 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
  }

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

  .footer-dark {
    background-color: #f5f7fa00;
    padding-bottom: 60px;
  }

  .footer-wrapper {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .footer-block.right {
    margin-left: 0;
  }

  .footer-copyright-center {
    margin-top: 20px;
  }

  .footer-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #d6d6d6;
    justify-content: space-between;
    align-items: flex-start;
    width: 1500px;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-12 {
    flex-flow: column;
    width: 700px;
    display: flex;
  }

  .text-block-16 {
    color: #585a5e;
    margin-top: 20px;
  }

  .text-block-17 {
    font-size: 16px;
    font-weight: 600;
  }

  .text-block-18 {
    font-size: 15px;
    font-weight: 600;
  }

  .link {
    color: #585a5e;
    margin-top: 15px;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }

  .link-2 {
    color: #585a5e;
    margin-top: 8px;
    text-decoration: none;
    display: block;
  }

  .text-block-19 {
    text-align: center;
    margin-top: 40px;
  }

  .div-block-13 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .image-2 {
    width: 20px;
  }

  .image-3 {
    width: 20px;
    height: 20px;
  }

  .div-block-14 {
    background-color: #f5f7f8;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding: 11px;
    display: flex;
  }

  .div-block-15 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    margin-top: 20px;
    display: flex;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-17 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .text-block-20 {
    color: #318181;
  }

  .div-block-18 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #3fa6a626;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 8px 17px;
    display: flex;
  }

  .faq-wrapper-item {
    width: 780px;
    margin-top: 60px;
  }

  .faq-item {
    background-color: #fff;
    border: 1.5px solid #e7eaef;
    border-radius: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .text-block-21 {
    font-size: 16px;
    font-weight: 600;
  }

  .image-4 {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
  }

  .faq-item-head {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    display: flex;
  }

  .div-block-19 {
    padding: 0 25px;
    position: static;
    inset: 60px 0% auto;
    overflow: hidden;
  }

  .text-block-22 {
    color: #585a5e;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .accordion-wrapper {
    width: 780px;
    position: relative;
  }

  .image-5 {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    color: #585a5e;
  }

  .text-block-23 {
    color: #585a5e;
    margin-top: 10px;
  }

  .faq-contact-item {
    z-index: 3;
    background-color: #ececec00;
    border-radius: 0;
    width: 780px;
    margin-top: 60px;
    padding: 0;
    display: flex;
    position: absolute;
  }

  .faq-contact-item-right {
    z-index: 3;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .faq-contact-item-left {
    z-index: 3;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .text-block-24 {
    color: #2b313b;
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-25 {
    color: #6b6b6b;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .faq-contact-cta {
    color: #3fa6a6;
    background-color: #fff;
    border: 2px solid #3fa6a6;
    border-radius: 12px;
    padding: 11px 34px;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-20 {
    z-index: 10;
    justify-content: flex-start;
    align-items: center;
    width: 1580px;
    display: flex;
    position: relative;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1580px;
    margin-top: 60px;
    display: flex;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-weight: 600;
  }

  .benefits-sep-left {
    background-image: linear-gradient(90deg, #fff, #edeff3);
    border: .8px #000;
    height: 3px;
  }

  .benefits-sep-right {
    background-image: linear-gradient(270deg, #fff, #edeff3);
    height: 3px;
  }

  .benefits-sep-middle {
    background-color: #edeff3;
    background-image: linear-gradient(#edeff3, #edeff3);
    height: 3px;
  }

  .text-block-26 {
    margin-top: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .text-block-27 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
  }

  .benefits-sep-low {
    background-image: linear-gradient(#edeff3, #fff);
    width: 3px;
  }

  .navbar-wrapper {
    z-index: 999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fff0;
    border: 1px #000;
    border-bottom: 1px solid #d1d1d1;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .garante-wrapper {
    background-image: url('../images/ChatGPT-Image-4.-Okt.-2025-16_51_25.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    width: 1580px;
    height: 180px;
    padding: 24px 50px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: -2px 2px 4px 1px #0000001c;
  }

  .div-block-23 {
    z-index: 3;
    flex: 1;
    position: relative;
  }

  .div-block-24 {
    z-index: 3;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .text-block-28 {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
  }

  .text-block-29 {
    color: #6b6b6b;
    margin-top: 20px;
  }

  .button-2 {
    color: #50b1c0;
    background-color: #50b1c01a;
    border: 1px solid #50b1c0;
    border-radius: 11px;
    padding: 11px 34px;
    font-size: 15px;
    font-weight: 500;
  }

  .div-block-25 {
    z-index: 1;
    background-image: linear-gradient(90deg, #f1f1f1, #fff0);
    width: 1580px;
    height: 180px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-26 {
    z-index: 1;
    background-color: #ff4141;
    background-image: linear-gradient(#d6d6d6, #f5f5f5 50%, #fff);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 782px;
    height: 100%;
    position: absolute;
    inset: -1px -1% auto -1px;
  }

  .div-block-27 {
    z-index: 3;
    background-image: linear-gradient(#f0f0f0, #f9f9f9 31%, #fff 80%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex: 1;
    padding: 39px 28px;
    display: flex;
    position: relative;
  }

  .grid-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 80px;
  }

  .review-card {
    background-color: #fff;
    border-radius: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    height: 300px;
    padding: 25px 24px;
    display: flex;
    position: relative;
    box-shadow: -3px 3px 9px #0000000d;
  }

  .div-block-29 {
    background-color: #ffe6e6;
    background-image: linear-gradient(135deg, #ace5e9, #fcd9d2);
    border-radius: 50px;
    padding: 18px;
  }

  .star-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .star-wrapper.hero-sektion {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-6 {
    width: 16px;
  }

  .text-block-30 {
    color: #585a5e;
    text-align: left;
    margin-top: 20px;
    line-height: 24px;
  }

  .text-block-31 {
    color: #3fa6a6;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
  }

  .text-block-32 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-30 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .text-block-33 {
    color: #7e899a;
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-block-34 {
    color: #7e899a;
    display: block;
  }

  .image-7 {
    opacity: .22;
    position: absolute;
    inset: 8px 10px auto auto;
  }

  .text-span {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(0deg, #3fa6a6, #8c9b90 40%, #d3907b);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .grid-3 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .text-block-35 {
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-36 {
    color: #42a7a7;
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
  }

  .text-block-37 {
    color: #2b313b;
    margin-top: 15px;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .div-block-31 {
    z-index: 8;
    background-color: #fff;
    border-radius: 11px;
    width: 450px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    box-shadow: -3px 3px 11px #00000008;
  }

  .div-block-32 {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-33 {
    z-index: 5;
    opacity: 1;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto -31% -143px 0%;
  }

  .image-8 {
    border-radius: 11px;
    width: 500px;
    height: 500px;
  }

  .div-block-34 {
    z-index: 8;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff1c;
    border: 2px #c4c4c421;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding: 12px 16px;
    display: flex;
    position: relative;
  }

  .image-9 {
    border-radius: 11px 11px 0 0;
    width: 450px;
    height: 450px;
  }

  .div-block-35 {
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-36 {
    z-index: 7;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 21px;
    padding-right: 21px;
    display: flex;
    position: relative;
  }

  .text-block-38 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .text-block-39 {
    color: #3fa6a6;
    margin-top: 5px;
    font-weight: 600;
  }

  .div-block-37 {
    z-index: 5;
    opacity: 1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    width: 100%;
    height: 100px;
    position: absolute;
    inset: 45% 0% auto;
  }

  .text-block-40 {
    color: #8691a0;
    border-left: 3px solid #d9eded;
    margin-top: 15px;
    padding-left: 16px;
    font-weight: 500;
    line-height: 25px;
  }

  .text-block-41 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  .show-more-text-block {
    font-weight: 500;
    line-height: 22px;
    display: block;
  }

  .show-more {
    color: #494949;
    cursor: pointer;
    margin-top: 5px;
    padding-left: 0;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
  }

  .div-block-38 {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .button-3 {
    color: #50b1c0;
    background-color: #50b1c01a;
    border: 1px solid #50b1c0;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    width: 420px;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 500;
    display: flex;
  }

  .div-block-39 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    display: flex;
  }

  .show-less {
    color: #494949;
    cursor: pointer;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
  }

  .text-block-42 {
    color: #7e899a;
    text-align: center;
    margin-top: 60px;
    font-size: 13px;
  }

  .div-block-40 {
    z-index: 4;
    opacity: .53;
    background-color: #f7606000;
    background-image: url('../images/ChatGPT-Image-7.-Okt.-2025-18_24_25.png');
    background-position: 80% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .burger-menu {
    position: static;
  }

  .impressum-content {
    padding-left: 40%;
    padding-right: 40%;
  }

  .promo-code-banner {
    border-radius: 14px;
    display: block;
  }

  .promo-code-banner.s {
    display: none;
  }

  .promo-code-banner.b {
    justify-content: center;
    align-items: center;
    width: 460px;
    margin-top: 0;
    display: none;
  }

  .text-block-53 {
    color: #fff;
    font-weight: 600;
  }

  .promo-code-banner-new {
    background-color: #3c9d9d;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    display: none;
  }

  .text-block-54 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }

  .copy-code-wrapper {
    border: 2px dashed #ffffff3d;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    margin-left: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .image-12 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .copy-code-btn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-55 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .image-13 {
    width: 16px;
    height: 16px;
  }

  .copy-success {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .text-block-56 {
    color: #fff;
    font-weight: 600;
  }

  .image-14 {
    width: 16px;
    height: 16px;
  }

  .div-block-52 {
    background-image: linear-gradient(90deg, #fff0, #e7e7e7 50%, #fff0);
    height: 2px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .review-carousel {
    width: 100%;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .carousel-track {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-53 {
    width: 400px;
    height: 100%;
    position: absolute;
  }

  .slider-section {
    justify-content: center;
    align-items: center;
  }

  .halloween-banner {
    background-image: url('../images/ChatGPT-Image-5.-Nov.-2025-12_58_28.png');
    background-position: 0 8%;
    background-size: cover;
    display: flex;
  }

  .lottie-animation-3.copy {
    width: 250px;
    height: 250px;
    inset: -38% auto auto -2%;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 240px;
  }

  .how {
    padding-left: 80px;
    padding-right: 80px;
  }

  .about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .cta {
    padding-left: 101px;
    padding-right: 101px;
  }

  .navbar-m-right {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .navbar-link {
    display: flex;
  }

  .text-block-4 {
    color: #363636;
    font-weight: 600;
  }

  .normal-heading {
    text-align: center;
  }

  .process-wrapper {
    width: 600px;
  }

  .why-points-wrapper {
    flex-flow: column;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-content-wrapper {
    flex-flow: column;
    width: 700px;
  }

  .div-block-12 {
    width: auto;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .accordion-wrapper, .faq-contact-item {
    width: 600px;
  }

  .div-block-20 {
    width: 650px;
  }

  .navbar-wrapper {
    display: none;
  }

  .garante-wrapper {
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-24 {
    margin-top: 20px;
  }

  .text-block-29 {
    margin-top: 10px;
  }

  .div-block-25 {
    border-radius: 0;
    inset: 0%;
  }

  .div-block-26 {
    width: 602px;
  }

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

  .grid-3 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .div-block-31 {
    padding-left: 0;
  }

  .text-block-42 {
    width: 690px;
  }

  .div-block-40 {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 600px;
    position: absolute;
  }

  .div-block-44 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .burger-menu {
    z-index: 999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding: 30px 25px;
    display: flex;
    inset: 0% 0% auto;
  }

  .text-block-43 {
    color: #2b313b;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
  }

  .menu {
    width: 28px;
    position: static;
  }

  .div-block-48 {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .close {
    width: 20px;
    position: absolute;
  }

  .div-block-49 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-50 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-50.burger {
    display: block;
  }

  .impressum-content {
    padding-top: 240px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .impressum-content.datenschutz-content {
    padding-top: 240px;
  }

  .promo-code-banner-new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .copy-code-wrapper {
    margin-left: 10px;
  }

  .review-carousel {
    display: none;
  }

  .review-carousel.handy, .div-block-55 {
    display: flex;
  }

  .blog-item {
    justify-content: center;
    align-items: stretch;
  }

  .blog-items {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-content-right {
    background-color: #f3f3f300;
    width: 360px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blog-wrapper {
    padding-left: 30px;
    padding-right: 60px;
  }

  .heading-4 {
    display: none;
  }

  .heading-4.tablet {
    font-size: 49px;
    display: flex;
  }

  .div-block-63, .div-block-64, .div-block-67, .div-block-69 {
    background-color: #fafafa;
  }

  .div-block-71.w--current {
    background-color: #fff;
  }

  .lottie-animation-2 {
    margin-right: -26px;
    padding-right: 0;
  }

  .lottie-animation-3.copy {
    display: none;
  }

  .image-29 {
    width: 520px;
  }

  .div-block-72 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-30 {
    height: 55px;
  }

  .div-block-75 {
    background-color: #fff;
    border: 1px solid #1e6d201f;
    border-radius: 14px;
    width: 380px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    position: fixed;
    right: 10px;
  }

  .div-block-75.tablet {
    padding-bottom: 10px;
  }

  .blog-profile {
    bottom: 230px;
  }

  .tablet-blog-sidebar {
    border: 1px solid #1e6d201f;
    border-radius: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 400px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    position: fixed;
    inset: 35% 10px 40% auto;
  }

  .div-block-76 {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .image-31 {
    width: 20px;
    height: 20px;
  }

  .div-block-77 {
    background-color: #d4d3d3;
    border-radius: 50px;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-78, .div-block-79 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-80 {
    margin-top: 10px;
  }

  .div-block-81 {
    cursor: pointer;
    mix-blend-mode: normal;
    margin-bottom: 10px;
  }

  .div-block-82 {
    z-index: 999;
    cursor: pointer;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 2px;
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .process {
    padding-left: 52px;
    padding-right: 52px;
  }

  .about-us {
    padding-left: 99px;
    padding-right: 99px;
  }

  .money-guarantee {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cta {
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar-link {
    text-align: center;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .heading {
    display: none;
  }

  .heading.handy {
    display: block;
  }

  .button-background-color {
    justify-content: center;
    align-items: center;
    width: 250px;
    padding: 16px 30px;
    font-size: 14px;
    display: flex;
  }

  .button-border {
    justify-content: center;
    align-items: center;
    width: 250px;
    padding: 14px;
    font-size: 14px;
    display: flex;
  }

  .text-block-4 {
    color: #363636;
    font-weight: 600;
  }

  .process-wrapper {
    width: 545px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-content-wrapper {
    width: 500px;
  }

  .div-block-16 {
    flex-flow: row;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .accordion-wrapper {
    width: 500px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .faq-contact-item, .div-block-20, .div-block-21 {
    width: 500px;
  }

  .garante-wrapper {
    width: 100%;
    height: 300px;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-28, .text-block-29 {
    text-align: center;
  }

  .div-block-26 {
    width: 502px;
  }

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

  .text-block-42 {
    width: 400px;
  }

  .div-block-45 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    display: flex;
  }

  .burger-menu {
    padding-bottom: 20px;
  }

  .div-block-50 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .impressum-content {
    padding-left: 100px;
    padding-right: 100px;
  }

  .promo-code-banner-new {
    display: none;
  }

  .copy-code-wrapper {
    margin-top: 0;
  }

  .div-block-53 {
    display: none;
  }

  .div-block-55 {
    display: flex;
  }

  .blogs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-content {
    display: none;
  }

  .halloween-banner {
    background-position: 28% 13%;
    flex-flow: column;
    height: 110px;
  }

  .lottie-animation-2 {
    margin-right: -12px;
  }

  .div-block-72 {
    height: 60px;
  }

  .div-block-73 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-74 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blog-mobile-onprogress {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 1000px;
    display: flex;
  }

  .text-block-72 {
    text-align: center;
    font-weight: 600;
    line-height: 25px;
    display: block;
  }

  .lottie-animation-4 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits {
    padding-left: 11px;
    padding-right: 11px;
  }

  .about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .cta {
    padding-top: 250px;
  }

  .navbar-m-right {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-left {
    flex: 0 auto;
    width: 300px;
  }

  .heading {
    text-align: center;
    width: 300px;
    font-size: 45px;
    line-height: 55px;
  }

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

  .list {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-3 {
    text-align: left;
  }

  .hero-cta-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .button-border {
    background-color: #fff;
  }

  .text-block-4 {
    color: #fff;
    text-align: center;
    font-weight: 600;
  }

  .hero-qualitys-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .normal-heading {
    font-size: 30px;
  }

  .grid-item-benefits.up-left {
    border-top-right-radius: 11px;
  }

  .grid-item-benefits.low-right {
    border-bottom-left-radius: 11px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .benefits-sep-up {
    display: none;
  }

  .process-wrapper {
    width: 300px;
  }

  .text-block-8 {
    width: 80px;
  }

  .div-block-11 {
    height: 950px;
  }

  .normal-underheading {
    font-size: 16px;
  }

  .overheading-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 14px;
    display: block;
  }

  .why-points-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11 {
    text-align: center;
    width: 250px;
  }

  .text-block-12 {
    width: 250px;
    font-size: 14px;
  }

  .container {
    max-width: none;
  }

  .footer-content-wrapper {
    width: 300px;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
  }

  .text-block-16, .text-block-18, .text-block-19 {
    text-align: center;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .div-block-18 {
    width: auto;
  }

  .accordion-wrapper, .faq-contact-item {
    width: 300px;
  }

  .faq-contact-item-left {
    justify-content: center;
    align-items: center;
  }

  .text-block-24, .text-block-25 {
    text-align: center;
  }

  .faq-contact-cta {
    margin-top: 40px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .div-block-21 {
    width: 300px;
  }

  .benefits-sep-left, .benefits-sep-right, .benefits-sep-middle, .benefits-sep-low {
    display: none;
  }

  .garante-wrapper {
    height: 350px;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .text-block-28 {
    text-align: center;
    font-size: 32px;
  }

  .text-block-29 {
    text-align: center;
    margin-top: 20px;
  }

  .div-block-26 {
    width: 300px;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .review-card {
    justify-content: flex-start;
    align-items: center;
    height: 320px;
  }

  .div-block-31 {
    width: 300px;
  }

  .image-9 {
    width: 300px;
    height: 300px;
  }

  .text-block-42 {
    width: 240px;
  }

  .div-block-40 {
    background-position: 50% 100%;
    background-size: 850px;
    display: block;
  }

  .div-block-41 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .div-block-43 {
    justify-content: center;
    align-items: center;
  }

  .div-block-44 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .div-block-46 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .burger-menu {
    display: flex;
  }

  .div-block-50 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    display: none;
  }

  .impressum-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-52 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .promo-code-banner-new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 120px;
  }

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

  .copy-code-wrapper {
    margin-top: 10px;
  }

  .social-proof-small {
    flex-flow: column;
  }

  .div-block-51 {
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .review-carousel.handy {
    justify-content: center;
    align-items: center;
  }

  .div-block-53 {
    display: none;
  }

  .div-block-55 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .text-block-59 {
    text-align: center;
    font-size: 13px;
  }

  .blogs {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .slider-section, .slider-section.handy {
    display: flex;
  }

  .blog-item.handy {
    width: 300px;
  }

  .blog-swap-arrows-wrapper {
    justify-content: center;
    align-items: center;
  }

  .blog-content.mobile {
    display: flex;
  }

  .blog-content-left {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-wrapper {
    width: 320px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-theme-points {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-4.tablet {
    font-size: 36px;
  }

  .blog-cta {
    width: auto;
    padding-left: 0;
  }

  .halloween-banner {
    background-position: 60% 20%;
    background-size: 850px 500px;
    height: 150px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .image-29 {
    width: auto;
    height: 130px;
    display: none;
  }

  .image-29.handy {
    width: 100%;
    height: 100%;
    display: block;
  }

  .div-block-72 {
    height: 80px;
  }

  .div-block-73 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .tablet-blog-sidebar {
    display: none;
  }

  .blog-mobile-onprogress {
    padding-left: 11px;
    padding-right: 11px;
    display: none;
  }

  .text-block-72 {
    font-size: 14px;
    line-height: 30px;
    display: flex;
  }

  .lottie-animation-4 {
    display: flex;
  }
}

#w-node-_71177c5d-a62e-7112-a366-8e3707d44ed7-307b1eb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


