.mark-wrapper {
  display: contents;
}
 
.mark-mark {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.mark-icon1 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
 
.mark-icon2 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
 
.mark-label {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}
 
@media(max-width: 1200px) {
  .mark-label {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
}
 
@media(max-width: 479px) {
  .mark-label {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    border-color: rgba(0, 0, 0, 0);
  }
}

.mark-wrapper-wuij {
  display: contents;
}
 
.mark-mark1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.mark-icon4 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
 
.mark-icon5 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
 
.mark-label1 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}
 
@media(max-width: 1200px) {
  .mark-label1 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
}
 
@media(max-width: 479px) {
  .mark-label1 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    border-color: rgba(0, 0, 0, 0);
  }
}

.mark-wrapper-1j5i {
  display: contents;
}
 
.mark-mark2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.mark-icon7 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
 
.mark-icon8 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
 
.mark-label2 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}
 
@media(max-width: 1200px) {
  .mark-label2 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
}
 
@media(max-width: 479px) {
  .mark-label2 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    border-color: rgba(0, 0, 0, 0);
  }
}

.mark-wrapper-0245 {
  display: contents;
}
 
.mark-mark3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.mark-icon10 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  background-color: #292929;
}
 
.mark-icon11 {
  fill: #C6FF4B;
  width: 12px;
  height: 12px;
}
 
.mark-label3 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 24px;
}
 
@media(max-width: 1200px) {
  .mark-label3 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
}
 
@media(max-width: 479px) {
  .mark-label3 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    border-color: rgba(0, 0, 0, 0);
  }
}

.review-wrapper {
  display: contents;
}
 
.review-card {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.review-stars {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.review-icon10 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon12 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon14 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon16 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon18 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-quote {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
 
.review-author1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.review-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
 
.review-details {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-author2 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.review-position {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}
 

 

 

 

 

 

 
@media(max-width: 991px) {
  .review-card {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.review-wrapper-wsya {
  display: contents;
}
 
.review-card1 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.review-stars1 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.review-icon20 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon22 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon24 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon26 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon28 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-quote1 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
 
.review-author3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.review-avatar1 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
 
.review-details1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-author4 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.review-position1 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}
 

 

 

 

 

 

 
@media(max-width: 991px) {
  .review-card1 {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.review-wrapper-cnna {
  display: contents;
}
 
.review-card2 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.review-stars2 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.review-icon30 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon32 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon34 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon36 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon38 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-quote2 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
 
.review-author5 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.review-avatar2 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
 
.review-details2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-author6 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.review-position2 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}
 

 

 

 

 

 

 
@media(max-width: 991px) {
  .review-card2 {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.review-wrapper-isi7 {
  display: contents;
}
 
.review-card3 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.review-stars3 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.review-icon40 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon42 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon44 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon46 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon48 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-quote3 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
 
.review-author7 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.review-avatar3 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
 
.review-details3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-author8 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.review-position3 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}
 

 

 

 

 

 

 
@media(max-width: 991px) {
  .review-card3 {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.review-wrapper-0ab9 {
  display: contents;
}
 
.review-card4 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.review-stars4 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.review-icon50 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon52 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon54 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon56 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon58 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-content4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-quote4 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
 
.review-author9 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.review-avatar4 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
 
.review-details4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-author10 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.review-position4 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}
 

 

 

 

 

 

 
@media(max-width: 991px) {
  .review-card4 {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.review-wrapper-ehdx {
  display: contents;
}
 
.review-card5 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.review-stars5 {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.review-icon60 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon62 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon64 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon66 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-icon68 {
  fill: #FFDE6A;
  width: 16px;
  height: 16px;
}
 
.review-content5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-quote5 {
  color: #CCCCCC;
  font-size: 18px;
  font-family: Poppins;
  line-height: 25px;
}
 
.review-author11 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.review-avatar5 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
 
.review-details5 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.review-author12 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
}
 
.review-position5 {
  color: #CCCCCC;
  font-size: 14px;
  font-family: Poppins;
  line-height: 20px;
}
 

 

 

 

 

 

 
@media(max-width: 991px) {
  .review-card5 {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
}

.home-container10 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #151515;
}

  .overflow{
    flex: 1;
    flex-direction: row;
    position: relative;
    align-self: flex-end;
    min-width: 30%;
    min-height: 100%;
  }

 
.home-navbar {
  width: 100%;
  display: flex;
  z-index: 1000;
  position: relative;
  max-width: 1200px;
  align-self: auto;
  align-items: center;
  flex-shrink: 1;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-fiveunits);
}
 
.home-text100 {
  color: #ffffff;
  width: 209px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-nav-content {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-nav-links1 {
  gap: var(--dl-layout-space-threeunits);
  width: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  border-color: transparent;
}
 
.home-link10 {
  width: 100%;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.15;
  animation-name: none;
  animation-delay: 0s;
  text-decoration: none;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-link11 {
  display: none;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-link12 {
  width: 100%;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  animation-name: none;
  animation-delay: 0s;
  text-decoration: none;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-thq-dropdown1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle1 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: 0px;
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius2);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: 0px;
}
 
.home-text101 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.15;
  margin-right: 4px;
  vertical-align: middle;
  user-select: none;        /* Standard */
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Alte Edge */
}
 
.home-dropdown-arrow1 {
  transition: 0.3s;
}
 
.home-dropdown-list1 {
  padding-top: 16px;
  
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  /*min-width: 100%;*/
  transition: 0.3s;
  align-items: stretch;
  border-color: #ffffff00;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: column;
  list-style-type: none;
  background-color:#ffffff00;
  list-style-position: inside;
}

.home-dropdown-list1 li {
  opacity: 0;
  transform: translateY(10px);
  animation: dropdownFadeIn 0.5s ease forwards;
}

.home-thq-dropdown1:hover .home-dropdown-list1 li:nth-child(1) { animation-delay: 0.05s; }
.home-thq-dropdown1:hover .home-dropdown-list1 li:nth-child(2) { animation-delay: 0.15s; }
.home-thq-dropdown1:hover .home-dropdown-list1 li:nth-child(3) { animation-delay: 0.25s; }
.home-thq-dropdown1:hover .home-dropdown-list1 li:nth-child(4) { animation-delay: 0.35s; }

@keyframes dropdownFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 
.home-dropdown1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle2 {
  fill: #ffffff;
  color: #ffffff;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 16px;
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: 16px;
}
 
.home-dropdown-toggle2:hover {
  fill: #ffffff;
  color: #ffffff;
  background-color: #ffffff33;
}
 
.home-text102 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
 
.home-dropdown2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle3 {
  fill: #ffffff;
  color: #ffffff;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 16px;
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: 16px;
}
 
.home-dropdown-toggle3:hover {
  fill: #ffffff;
  color: #ffffff;
  background-color: #ffffff33;
}
 
.home-text103 {
  font-family: 'Poppins';
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
 
.home-dropdown3 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle4 {
  fill: #ffffff;
  color: #ffffff;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 16px;
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: 16px;
}
 
.home-dropdown-toggle4:hover {
  fill: #fff;
  color: #fff;
  background-color: #ffffff33;
}
 
.home-text104 {
  font-family: 'Poppins';
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
 
.home-dropdown4 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle5 {
  fill: #ffffff;
  color: #ffffff;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: 16px;
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: 16px;
}
 
.home-dropdown-toggle5:hover {
fill: #ffffff;
  color: #ffffff;
  background-color: #ffffff33;
}
 
.home-text105 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
 
.home-link13 {
  display: contents;
}
 
.home-get-started1 {
  width: 175px;
  text-decoration: none;
  background-color: #6f9dff;
}
 
.home-text106 {
  color: rgb(255, 255, 255);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-hamburger {
  display: none;
}
 
.home-thq-dropdown2 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle6 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius2);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text107 {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  margin-right: 4px;
  vertical-align: middle;
}
 
.home-dropdown-arrow2 {
  transition: 0.3s;
}
 
.home-icon10 {
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
 
.home-dropdown-list2 {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: 0.3s;
  align-items: stretch;
  border-color: #D9D9D9;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: column;
  list-style-type: none;
  background-color: var(--dl-color-gray-white);
  list-style-position: inside;
}
 
.home-dropdown5 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle7 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-dropdown-toggle7:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
 
.home-text108 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
 
.home-dropdown6 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle8 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-dropdown-toggle8:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
 
.home-text109 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
 
.home-dropdown7 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.home-dropdown-toggle9 {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-dropdown-toggle9:hover {
  fill: #fff;
  color: #fff;
  background-color: #595959;
}
 
.home-text110 {
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
 
.home-mobile-menu {
  gap: var(--dl-layout-space-twounits);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
}
 
.home-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-text111 {
  color: #ffffff;
  width: 209px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-container11 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-icon12 {
  width: 24px;
  height: 24px;
}
 
.home-nav-links2 {
  gap: var(--dl-layout-space-unit);
  color: var(--dl-color-gray-black);
  display: flex;
  flex-direction: column;
}
 
.home-link14 {
  text-decoration: none;
}
 
.home-link15 {
  text-decoration: none;
}
 
.home-get-started2 {
  text-decoration: none;
}
 
.home-text112 {
  color: rgba(255, 255, 255, 1);
  align-self: auto;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-container13 {
  display: contents;
}
 
.home-section1 {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  border-color: #51515A;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row-reverse;
  justify-content: center;
  border-bottom-width: 0px;
}
 
.home-hero {
  width: 100%;
  height: 450px;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  
  
 
}



 
.home-content10 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 100%;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-main1 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-heading1 {
  color: rgb(255, 255, 255);
  width: 780px;
  font-size: 64px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-text114 {
  color: #6f9dff;
}
 
.home-caption1 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  align-self: flex-start;
  font-family: Poppins;
  line-height: 30px;
}
 
.home-text117 {
  color: #6f9dff;
}
 
.home-buttons1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-link18 {
  display: contents;
}
 
.home-get-started3 {
  display: flex;
  animation-name: none;
  animation-delay: 0s;
  text-decoration: none;
  background-color: #6f9dff;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-text118 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}
 
.home-link19 {
  display: contents;
}
 
.home-get-started4 {
  text-decoration: none;
  background-color: #2A2A2A;
}
 
.home-text119 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}
 
.home-image10 {
  /*top: 50px;
  right: -50px;
  width: 70%;
  margin: auto;
  
  object-fit: cover;*/
    top: -200px;
    right: -210px;
    width: 1100px;
    height: auto;
    display: flex;
    position: absolute;
}
 
.home-lokales-seo {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  
  justify-content: center;
}
 
.home-text120 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-style: normal;
  text-align: center;
  font-family: "Poppins";
  font-weight: 600;
}
 
.home-note1 {
  gap: 140px;
  width: 100%;
  height: 561px;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-content11 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 520px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-main2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text121 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
 
}
 
.home-text123 {
  color: #6f9dff;
}
 
.home-paragraph1 {
  color: rgb(204, 204, 204);
  font-family: Poppins;
  line-height: 28px;
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-explore-more {
  gap: var(--dl-layout-space-oneandhalfunits);
  cursor: pointer;
  height: 21px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-color: #6f9dff;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-explore-more:hover {
  opacity: 0.5;
}
 
.home-text132 {
  color: #6f9dff;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.home-image11 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.home-image12 {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
 
.home-main3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading2 {
  color: rgb(0, 0, 0);
  width: 100%;
  font-size: 32px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
}
 
.home-text133 {
  color: #6f9dff;
}
 
.home-text134 {
  color: #6f9dff;
}
 
.home-text135 {
  color: #ffffff;
}
 
.home-text136 {
  color: #ffffff;
}
 
.home-text137 {
  color: #ffffff;
}
 
.home-warum {
  gap: var(--dl-layout-space-sixunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
}
 
.home-note2 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-prozentzahlen {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: row-reverse;
  justify-content: center;
}
 
.home-text138 {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-left: var(--dl-layout-space-sixunits);
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  margin-right: var(--dl-layout-space-sixunits);
  border-radius: var(--dl-layout-radius-radius4);
}
 
.home-text141 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
 
.home-text142 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
 
.home-text143 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
 
.home-text144 {
  color: #cccccc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
 
.home-text145 {
  color: #6f9dff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
 
.home-text147 {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-left: var(--dl-layout-space-sixunits);
  margin-right: var(--dl-layout-space-sixunits);
}
 
.home-text149 {
  font-size: 70px;
}
 
.home-text152 {
  color: #6f9dff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text154 {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-left: var(--dl-layout-space-sixunits);
  margin-right: var(--dl-layout-space-sixunits);
}
 
.home-text161 {
  color: #6f9dff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text163 {
  color: rgb(255, 255, 255);
  margin-top: 0px;
  text-align: center;
  margin-left: var(--dl-layout-space-fiveunits);
  margin-right: var(--dl-layout-space-fiveunits);
  margin-bottom: 0px;
}
 
.home-text166 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text167 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text168 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text169 {
  color: #ffffff;
}
 
.home-text170 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text171 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text172 {
  color: #6f9dff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text173 {
  color: #6f9dff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-text174 {
  color: #6f9dff;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-note3 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
 
.home-image13 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-image14 {
  width: 85%;
  object-fit: cover;
  border-radius: 20px;
}
 
.home-content12 {
  gap: var(--dl-layout-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-main4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-caption2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-section2 {
  color: #6f9dff;
}
 
.home-heading3 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-header2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-checkmarks {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-link21 {
  display: contents;
}
 
.home-get-started5 {
  display: flex;
  text-decoration: none;
  background-color: #6f9dff;
}
 
.home-text176 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 24px;
}
 
.home-section3 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
}
 
.home-header3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-left {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading5 {
  text-align: center;
}
 
.home-right {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-paragraph2 {
  width: 100%;
  max-width: 600px;
  text-align: center;
}
 
.home-cards {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-threeunits);
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  grid-template-columns: auto auto auto;
}
 
.home-container14 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  flex-direction: column;
}
 
.home-container15 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  flex-direction: column;
}
 
.home-container16 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  flex-direction: column;
}
 
.home-view-more {
  gap: var(--dl-layout-space-oneandhalfunits);
  cursor: pointer;
  display: none;
  transition: 0.3s;
  align-items: center;
  border-color: #80FF44;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  border-bottom-width: 1px;
}
 
.home-view-more:hover {
  opacity: 0.5;
}
 
.home-text177 {
  color: rgb(128, 255, 68);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
.home-container17 {
  display: flex;
  position: relative;
  min-width: auto;
  align-items: flex-start;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
}
 
.home-max-width1 {
  max-width: 1200px;
  align-self: center;
}
 
.home-section-title1 {
  width: 100%;
  margin-bottom: 0px;
}
 
.home-content13 {
  height: auto;
  display: flex;
  align-self: stretch;
  margin-top: var(--dl-layout-space-twounits);
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.home-text178 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  align-self: center;
  text-align: center;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
 
.home-content14 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-container18 {
  flex: 0 0 auto;
  width: 40%;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
 
.home-image15 {
  width: 100%;
  height: 100%;
  max-width: auto;
  border-radius: 20px;
}
 
.home-content15 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text179 {
  color: rgb(255, 255, 255);
  align-self: flex-end;
}
 
.home-text181 {
  color: #6f9dff;
}
 
.home-text182 {
  color: rgb(255, 255, 255);
  text-align: right;
  font-family: "Poppins";
  line-height: 1.5;
}
 
.home-text188 {
  color: rgb(255, 255, 255);
  align-self: flex-end;
}
 
.home-text189 {
  color: #6f9dff;
}
 
.home-text191 {
  color: rgb(255, 255, 255);
  text-align: right;
  font-family: "Poppins";
  line-height: 1.5;
}
 
.home-contact9 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.home-max-width2 {
  display: flex;
  max-width: 1200px;
  flex-direction: column;
}
 
.home-content16 {
  gap: 0;
  flex: 1;
  width: 100%;
  align-items: stretch;
  padding-right: 0px;
  justify-content: flex-start;
}
 
.home-section-title2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  height: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
}
 
.home-content17 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text195 {
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  font-family: "Poppins";
  padding-right: var(--dl-layout-space-oneandhalfunits);
}
 
.home-text197 {
  color: #6f9dff;
}
 
.home-text199 {
  color: #cccccc;
  text-align: center;
  font-family: "Poppins";
}
 
.home-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: center;
  flex-direction: column;
}
 
.home-text200 {
  color: #ffffff;
  text-align: center;
  font-family: 'poppins';
}
 
.home-text-input1 {
  width: 100%;
  background-color: #3d3d3d46;
  transition: 0.4s ease;
}

.home-text-input1:hover{
background-color: #9999994b;
}

.home-text-input2:hover{
background-color: #9999994b;
}

.home-textarea:hover{
background-color: #9999994b;
}
 
.home-input2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.home-text201 {
  color: #ffffff;
  text-align: center;
  font-family: 'poppins';
}
 
.home-text-input2 {
  width: 100%;
    background-color: #3d3d3d46;
  transition: 0.4s ease;
  
}
 
.home-container19 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text202 {
  color: #ffffff;
  align-self: center;
  text-align: center;
  font-family: 'poppins';
}
 
.home-textarea {
  width: 100%;
  background-color: #3d3d3d46;
  transition: 0.4s ease;
}
 
.home-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.home-text203 {
  color: #ffffff;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: left;
  font-family: 'poppins';
  font-weight: 400;
  line-height: 150%;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-button {
  align-self: center;
  border-color: rgba(191, 68, 8, 0);
  background-color: #6f9dff;
}
 
.home-separator1 {
  width: 100%;
  height: 2px;
  display: none;
  background-color: #cccccc;
}
 
.home-separator2 {
  width: 2px;
  height: 600px;
  display: none;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #dadada;
}
 
.home-container20 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
 
.home-image16 {
  width: 272px;
  height: auto;
  align-self: flex-start;
  object-fit: cover;
  padding-right: 0px;
}
 
.home-content18 {
  gap: 0;
  flex: 1;
  width: 100%;
  height: auto;
  align-self: flex-start;
  align-items: stretch;
  padding-left: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-text204 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-family: "Poppins";
  font-weight: 600;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
}
 
.home-content19 {
  gap: 0;
  width: auto;
  height: auto;
  align-items: flex-start;
  padding-top: 5%;
  padding-left: 0%;
  padding-right: 0%;
  flex-direction: row;
  padding-bottom: 0%;
  justify-content: flex-start;
}
 
.home-image17 {
  width: 40px;
  object-fit: cover;
  padding-left: 0px;
  padding-right: 0px;
}
 
.home-text207 {
  color: #cccccc;
  width: 100%;
  display: block;
  align-self: flex-start;
  text-align: left;
  font-family: "Poppins";
  padding-top: 0%;
  padding-left: 5%;
  border-radius: var(--dl-layout-radius-radius4);
  padding-right: 0%;
  padding-bottom: 0%;
}
 
.home-text208 {
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
 
.home-text210 {
  line-height: 1.5;
}
 
.home-text211 {
  line-height: 1.5;
}
 
.home-text212 {
  line-height: 1.5;
}
 
.home-text213 {
  line-height: 1.5;
}
 
.home-content20 {
  gap: 0;
  width: auto;
  height: auto;
  align-items: flex-start;
  padding-top: 4%;
  padding-left: 1%;
  padding-right: 1%;
  flex-direction: row;
  padding-bottom: 4%;
  justify-content: flex-start;
}
 
.home-image18 {
  width: 32px;
  object-fit: cover;
}
 
.home-text215 {
  color: #cccccc;
  width: 468px;
  display: block;
  align-self: flex-start;
  text-align: left;
  padding-top: 0%;
  padding-left: 5%;
  border-radius: var(--dl-layout-radius-radius4);
  padding-bottom: 0%;
}
 
.home-text217 {
  font-family: "Poppins";
}
 
.home-content21 {
  gap: 0;
  width: auto;
  height: auto;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: 1%;
  padding-right: 1%;
  flex-direction: row;
  padding-bottom: 0px;
  justify-content: flex-start;
}
 
.home-image19 {
  width: 40px;
  object-fit: cover;
}
 
.home-text218 {
  color: rgb(255, 255, 255);
  display: block;
  align-self: flex-start;
  text-align: left;
  padding-top: 0%;
  padding-left: 5%;
  border-radius: var(--dl-layout-radius-radius4);
  padding-bottom: 0%;
}
 
.home-text219 {
  color: #cccccc;
}
 
.home-text220 {
  font-family: "Poppins";
}
 
.home-content22 {
  gap: 0;
  width: auto;
  height: auto;
  align-items: flex-start;
  padding-top: 4%;
  padding-left: 1%;
  padding-right: 1%;
  flex-direction: row;
  padding-bottom: 4%;
  justify-content: flex-start;
}
 
.home-image20 {
  width: 40px;
  height: auto;
  object-fit: cover;
}
 
.home-text221 {
  color: rgb(255, 255, 255);
  display: block;
  align-self: flex-start;
  text-align: left;
  padding-top: 0%;
  padding-left: 5%;
  border-radius: var(--dl-layout-radius-radius4);
  padding-bottom: 0%;
}
 
.home-text222 {
  color: #cccccc;
}
 
.home-text223 {
  color: #cccccc;
}
 
.home-text224 {
  color: #cccccc;
}
 
.home-text225 {
  font-family: "Poppins";
}
 
.home-section4 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  border-color: #51515A;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 0px;
}
 
.home-header4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-section5 {
  color: #6f9dff;
}
 
.home-heading6 {
  text-align: center;
}
 
.home-accordion1 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-accordion2 {
  width: 100%;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-accordion2:hover {
  color: #6f9dff;
}
 
.home-element1 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-details1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-accordion3 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.home-trigger1 {
  width: auto;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: rgba(217, 217, 217, 0);
}
 
.home-summary1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text226 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
 
.home-icon-container1 {
  transition: transform 0.3s ease-in-out;
}
 
.home-icon14 {
  fill: #ffffff;
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  transition: 0.3s;
}
 
.home-icon14:hover {
  color: #6f9dff;
}
 
.home-container21 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text227 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
 
.home-element2 {
  width: 100%;
  max-width: 800px;
  transition: 0.3s;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-element2:hover {
  color: #6f9dff;
}
 
.home-details2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-accordion4 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.home-trigger2 {
  width: auto;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: rgba(217, 217, 217, 0);
}
 
.home-summary2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text228 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
 
.home-icon-container2 {
  transition: transform 0.3s ease-in-out;
}
 
.home-icon16 {
  fill: #ffffff;
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  transition: 0.3s;
}
 

 
.home-container22 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text229 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
 
.home-element3 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-details3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-accordion5 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.home-trigger3 {
  width: auto;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: rgba(217, 217, 217, 0);
}
 
.home-summary3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text230 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
 
.home-icon-container3 {
  transition: transform 0.3s ease-in-out;
}
 
.home-icon18 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  transition: 0.3s;
}
 

 
.home-container23 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text233 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
 
.home-element4 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-details4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-accordion6 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.home-trigger4 {
  width: auto;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: rgba(217, 217, 217, 0);
}
 
.home-summary4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text234 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
 
.home-icon-container4 {
  transition: transform 0.3s ease-in-out;
}
 
.home-icon20 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-icon20:hover {
  color: #6f9dff;
}
 
.home-container24 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text235 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
 
.home-element5 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-details5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-accordion7 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.home-trigger5 {
  width: auto;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: rgba(217, 217, 217, 0);
}
 
.home-summary5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text236 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
 
.home-icon-container5 {
  transition: transform 0.3s ease-in-out;
}
 
.home-icon22 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  transition: 0.3s;
}
 
.home-icon22:hover {
  color: #6f9dff;
}
 
.home-container25 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text237 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
 
.home-element6 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-details6 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-accordion8 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.home-trigger6 {
  width: auto;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: rgba(217, 217, 217, 0);
}
 
.home-summary6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text238 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
 
.home-icon-container6 {
  transition: transform 0.3s ease-in-out;
}
 
.home-icon24 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-container26 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text239 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
 
.home-element7 {
  width: 100%;
  max-width: 800px;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-details7 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-accordion9 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
 
.home-trigger7 {
  width: auto;
  cursor: pointer;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: rgba(217, 217, 217, 0);
}
 
.home-summary7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-text240 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}
 
.home-icon-container7 {
  transition: transform 0.3s ease-in-out;
}
 
.home-icon26 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-container27 {
  display: flex;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.home-text241 {
  color: rgb(204, 204, 204);
  width: 100%;
  font-family: "Poppins";
  line-height: 28px;
  user-select: text;
}
 
.home-section6 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  padding-top: 2%;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 2%;
  justify-content: center;
  background-color: #292929;
}
 
.home-content30 {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-header5 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: flex-start;
}
 
.home-heading7 {
  text-align: left;
}
 
.home-buttons2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-ios {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  flex-direction: row;
  background-color: #0F0F0F;
}
 
.home-icon28 {
  width: 16px;
  object-fit: cover;
}
 
.home-text242 {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
 
.home-android {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  flex-direction: row;
  background-color: #0F0F0F;
}
 
.home-icon29 {
  width: 16px;
  object-fit: cover;
}
 
.home-text243 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  line-height: 24px;
}
 
.home-image21 {
  right: 0px;
  width: auto;
  bottom: 0px;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
 
.home-footer {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
  background-color: #151515;
}
 
.home-content31 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-main-content {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-content32 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-main5 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-header6 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text244 {
  color: rgb(255, 255, 255);
}
 
.home-text245 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 14px;
  max-width: 260px;
  font-family: "Poppins";
  line-height: 21px;
}
 
.home-socials {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
 
.home-categories {
  gap: var(--dl-layout-space-fourunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.home-category1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-header7 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-links1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text247 {
  text-decoration: none;
}
 
.home-category2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 175px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-header8 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-links2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text253 {
  text-decoration: none;
}
 
.home-text257 {
  text-decoration: none;
}
 
.home-copyright1 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text258 {
  color: rgb(196, 196, 196);
  width: 100%;
  display: none;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 21px;
}
 
.home-subscribe {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-copyright2 {
  gap: var(--dl-layout-space-fiveunits);
  flex: 1;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text259 {
  color: #C4C4C4;
  width: 100%;
  font-size: 14px;
  font-family: Poppins;
  line-height: 21px;
}
 
.home-container29 {
  display: contents;
}
 
.home-link25 {
  display: contents;
}
 
.home-container30 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon30 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text260 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

 @media(min-width: 1920px){
  .home-hero  {
 
  max-width: 1500px;
  
}

.home-navbar{
  max-width: 1500px;
}

.home-image10{
    top: -200px;
    right: -140px;
    width: 1200px;
    height: auto;
    display: flex;
    position: absolute;
}
}

@media(max-width: 1600px) {
  .home-mobile-menu {
    display: none;
  }
  .home-section1 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    
  }
  .home-main1 {
    
  }
  .home-caption1 {
    width: 80%;
  }
  .home-text117 {
    color: #6f9dff;
  }
  .home-image10 {
    /*top: 100px;
    right: 0px;
    width: 70%;
    height: auto;
    margin: auto;*/
    top: -30px;
    right: -200px;
    width: 1100px;
    height: auto;
    display: flex;
  }
  .home-text121 {
    color: #ffffff;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-warum {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-prozentzahlen {
    width: 100%;
  }
  .home-container17 {
    min-width: auto;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
.home-hero{
  flex: 1;
    width: 100%;
    position: relative;
    max-width: auto;
    align-self: flex-start;
    align-items: center;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    flex-direction: row-reverse;
    justify-content: flex-start;
}

 .home-content10 {
    align-self: center;
    padding-top: 70px;
  }
  .home-max-width1 {
    max-width: auto;
  }
  .home-container20 {
    width: 100%;
  }
  .home-content18 {
    padding-left: var(--dl-layout-space-twounits);
  }
  .home-text207 {
    color: rgb(204, 204, 204);
    font-family: Poppins;
  }
  .home-text208 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
  }
  .home-text209 {
    line-height: 1.5;
  }
  .home-text210 {
    line-height: 1.5;
  }
  .home-text211 {
    line-height: 1.5;
  }
  .home-text212 {
    line-height: 1.5;
  }
  .home-text213 {
    line-height: 1.5;
  }
  .home-footer {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
}
 
@media(max-width: 1200px) {
  .home-mobile-menu {
    display: none;
  }
  .home-section1 {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    /*padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    justify-content: flex-start;*/
  }
  .home-hero {
    /*height: 578px;
    align-items: flex-start;*/
     flex: 1;
    width: 100%;
    position: relative;
    max-width: auto;
    align-self: flex-start;
    align-items: center;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .home-content10 {
    align-self: flex-start;
  }
  .home-header1 {
    
  }
  .home-heading1 {
    width: 639px;
  }
  .home-text117 {
    color: #6f9dff;
  }
  .home-image10 {
    top: -70px;
    right: -200px;
    width: 900px;
    height: auto;
    margin: auto;
    display: flex;
    /*margin-left: var(--dl-layout-space-oneandhalfunits);*/
  }
  .home-lokales-seo {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .home-text120 {
    animation-name: fadeInUp;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
  }
  .home-note1 {
    height: 100%;
    max-width: auto;
    margin-top: var(--dl-layout-space-fourunits);
    margin-bottom: var(--dl-layout-space-fourunits);
  }
  .home-content11 {
    max-width: auto;
  }
  .home-text121 {
    color: #ffffff;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-text132 {
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .home-image11 {
    width: 100%;
  }
  .home-image12 {
    width: 100%;
    height: auto;
  }
  .home-heading2 {
    color: rgb(255, 255, 255);
    align-self: center;
    text-align: center;
  }
  .home-text133 {
    color: #6f9dff;
  }
  .home-text134 {
    color: #6f9dff;
  }
  .home-warum {
    flex-wrap: wrap;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-prozentzahlen {
    width: 100%;
    height: 509px;
    flex-wrap: wrap;
  }
  .home-text138 {
    margin-left: var(--dl-layout-space-fiveunits);
    margin-right: var(--dl-layout-space-fiveunits);
  }
  .home-text147 {
    align-self: auto;
    margin-left: var(--dl-layout-space-fiveunits);
    margin-right: var(--dl-layout-space-fiveunits);
  }
  .home-text154 {
    margin-left: var(--dl-layout-space-fourunits);
    margin-right: var(--dl-layout-space-fourunits);
  }
  .home-text163 {
    margin-left: var(--dl-layout-space-twounits);
    margin-right: var(--dl-layout-space-twounits);
  }
  .home-note3 {
    max-width: 100%;
    margin-left: var(--dl-layout-space-oneandhalfunits);
    margin-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-image14 {
    width: 80%;
  }
  .home-container17 {
    padding-top: 0px;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
    padding-bottom: 0px;
  }
  .home-max-width1 {
    max-width: auto;
  }
  .home-text188 {
    text-align: right;
  }
  .home-text189 {
    color: #6f9dff;
  }
  .home-contact9 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .home-content16 {
    width: 576px;
    padding-right: 0px;
  }
  .home-section-title2 {
    width: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-content17 {
    height: auto;
    align-self: flex-start;
    flex-direction: column;
  }
  .home-text195 {
    padding-right: 0px;
  }
  .home-text199 {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .home-form {
    height: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: flex-end;
  }
  .home-textarea {
    color: #ffffff;
  }
  .home-separator1 {
    display: none;
  }
  .home-separator2 {
    width: 2px;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #d8d8d8;
  }
  .home-container20 {
    width: 100%;
    padding-left: 0px;
    flex-direction: row;
  }
  .home-image16 {
    width: 262px;
    height: auto;
  }
  .home-text204 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-content19 {
    height: auto;
    padding-top: 0%;
  }
  .home-image17 {
    width: 40px;
    height: auto;
  }
  .home-text207 {
    width: auto;
    height: auto;
    margin-left: 0px;
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-content20 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-image18 {
    width: 32px;
  }
  .home-text215 {
    width: auto;
    padding-left: 5%;
    padding-bottom: 0%;
  }
  .home-content21 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-image19 {
    width: 40px;
  }
  .home-text218 {
    padding-left: 5%;
    padding-bottom: 0%;
  }
  .home-content22 {
    padding-top: var(--dl-layout-space-unit);
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-image20 {
    width: 40px;
  }
  .home-text221 {
    padding-left: 5%;
    padding-bottom: 0%;
  }
  .home-content32 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 991px) {
  .home-text100 {
    font-style: normal;
    font-weight: 700;
  }
  .home-nav-links1 {
    width: 498px;
  }
  .home-get-started1 {
    display: none;
  }
  .home-mobile-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0);
  }
  .home-text111 {
    font-style: normal;
    font-weight: 700;
  }
  .home-section1 {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-hero {
    
    flex: 1;
    width: 100%;
    position: relative;
    max-width: auto;
    align-self: flex-start;
    align-items: center;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
  .home-content10 {
    width: auto;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
  .home-main1 {
    display: flex;
    align-items: flex-start;
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: 0px;
  }
  .home-header1 {
    width: auto;
    height: auto;
    align-self: flex-start;
    padding-left: 0px;
    flex-direction: column;
    padding-bottom: 0px;
  }
  .home-heading1 {
    width: 384px;
    font-size: 45;
    align-self: flex-start;
    text-align: left;
  }
  .home-caption1 {
    width: 60%;
    text-align: left;
  }
  .home-text115 {
    text-align: left;
  }
  .home-text116 {
    text-align: left;
  }
  .home-text117 {
    color: #6f9dff;
    text-align: left;
  }
  .home-buttons1 {
    width: 60%;
    height: auto;
  }
  .home-get-started3 {
    flex: 1;
  }
  .home-text118 {
    text-align: center;
  }
  .home-get-started4 {
    flex: 1;
  }

  .overflow{
    flex: 1;
    flex-direction: row;
    position: relative;
    align-self: flex-end;
    min-width: 30%;
    min-height: 100%;
  }

  .home-image10 {
    top: -30px;
    right: -300px;
    width: 900px;
    height: auto;
    display: flex;
    
    flex-direction: row;
    margin: auto;
  }
  .home-text120 {
    text-align: center;
  }
  .home-note1 {
    gap: var(--dl-layout-space-fourunits);
    align-items: flex-start;
    flex-direction: column;
  }
  .home-content11 {
    max-width: 100%;
  }
  .home-main2 {
    align-items: flex-start;
  }
  .home-text121 {
    color: #ffffff;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-image11 {
    justify-content: center;
  }
  .home-image12 {
    width: 80%;
  }
  .home-heading2 {
    align-self: center;
    text-align: center;
  }
  .home-text133 {
    color: #6f9dff;
  }
  .home-text134 {
    color: #ffffff;
  }
  .home-text135 {
    color: #ffffff;
  }
  .home-text137 {
    color: #ffffff;
  }
  .home-prozentzahlen {
    width: 100%;
    height: 100%;
  }
  .home-text138 {
    display: block;
    margin-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text147 {
    margin-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text154 {
    margin-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text163 {
    margin-top: var(--dl-layout-space-twounits);
    margin-left: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-image13 {
    align-items: flex-start;
  }
  .home-section3 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-cards {
    grid-template-columns: auto;
  }
  .home-container16 {
    display: none;
  }
  .home-view-more {
    display: flex;
    border-color: #CCCCCC;
  }
  .home-text177 {
    color: #CCCCCC;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .home-container17 {
    min-width: auto;
    padding-top: 0px;
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .home-max-width1 {
    width: 100%;
    display: flex;
    max-width: auto;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
    flex-direction: column;
    justify-content: center;
  }
  .home-content14 {
    position: relative;
    align-items: center;
    flex-direction: column;
  }
  .home-container18 {
    width: 100%;
    height: 400px;
    align-self: center;
  }
  .home-image15 {
    width: 100%;
    display: block;
    justify-items: center;
  }
  .home-text179 {
    align-self: flex-start;
    text-align: left;
  }
  .home-text182 {
    text-align: left;
  }
  .home-text188 {
    align-self: flex-start;
    text-align: left;
  }
  .home-text191 {
    text-align: left;
  }
  .home-max-width2 {
    flex-direction: column;
  }
  .home-content16 {
    width: 100%;
  }
  .home-section-title2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-separator1 {
    display: flex;
    margin-top: var(--dl-layout-space-threeunits);
    margin-bottom: var(--dl-layout-space-threeunits);
    background-color: #dadada;
  }
  .home-separator2 {
    display: none;
  }
  .home-content18 {
    width: 100%;
  }
  .home-text204 {
    font-family: Poppins;
  }
  .home-content19 {
    width: 100%;
  }
  .home-content20 {
    width: 100%;
  }
  .home-content21 {
    width: 100%;
  }
  .home-content22 {
    width: 100%;
  }
  .home-content30 {
    align-items: center;
    flex-direction: column;
  }
  .home-buttons2 {
    width: 100%;
  }
  .home-ios {
    flex: 1;
    justify-content: center;
  }
  .home-android {
    flex: 1;
    justify-content: center;
  }
  .home-image21 {
    position: static;
  }
  .home-content31 {
    gap: var(--dl-layout-space-threeunits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-header6 {
    padding-left: 0px;
    padding-right: var(--dl-layout-space-fiveunits);
  }
  .home-copyright1 {
    display: none;
  }
  .home-copyright2 {
    display: flex;
  }
  .home-text259 {
    display: none;
  }
}
 
@media(max-width: 767px) {
  .home-navbar {
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-nav-links1 {
    display: none;
  }
  .home-get-started1 {
    display: none;
  }
  .home-hamburger {
    display: flex;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-text107 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .home-mobile-menu {
    top: 0px;
    left: 0px;
    display: flex;
    background-color: #151515;
  }
  .home-branding {
    width: 100%;
  }
  .home-icon12 {
    fill: #ffffff;
  }
  .home-nav-links2 {
    margin-top: var(--dl-layout-space-twounits);
    align-items: flex-start;
    margin-bottom: var(--dl-layout-space-twounits);
    justify-content: center;
  }
  .home-link14 {
    color: #ffffff;
  }
  .home-link15 {
    color: #ffffff;
  }
  .home-link16 {
    color: #ffffff;
  }

  .home-text114 {
  color: #ffffff;
  text-shadow: 4px 4px 4px rgba(48, 48, 48, 0.5);

}

  .overflow{
    flex: 1;
    flex-direction: row;
    position: relative;
    align-self: flex-end;
    min-width: 30%;
    min-height: 100%;
  }

  .home-get-started2 {
    background-color: #6f9dff;
  }
  .home-content10 {
    /*gap: var(--dl-layout-space-threeunits);
    width: 100%;
    margin-right: 0px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;*/
    width: auto;
    height: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 50px;
  }
  .home-main1 {
    width: 309px;
    padding-top: 0px;
  }
  .home-header1 {
    width: 100%;
    height: auto;
  }
  .home-heading1 {
    width: 100%;
    height: auto;
    font-size: 40px;
  }
  .home-caption1 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Poppins;
    line-height: 24px;
  }
  .home-text115 {
    color: #ffffff;
  }
  .home-text116 {
    color: #ffffff;
  }
  .home-text117 {
    color: #6f9dff;
  }
  .home-get-started3 {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .home-get-started4 {
    display: none;
  }
  .home-image10 {
    top: 0px;
    right: -250px;
    width: 700px;
    height: auto;
    margin: auto;
    display: flex;
  }
  .home-lokales-seo {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-text120 {
    font-size: 32px;
    text-align: center;
  }
  .home-note1 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-main2 {
    width: 100%;
    align-items: flex-start;
  }
  .home-text121 {
    color: rgb(255, 255, 255);
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-paragraph1 {
    line-height: 24px;
  }
  .home-heading2 {
    font-size: 28px;
    text-align: center;
  }
  .home-text133 {
    color: #6f9dff;
  }
  .home-text134 {
    color: #ffffff;
  }
  .home-text135 {
    color: #ffffff;
  }
  .home-text137 {
    color: #ffffff;
    font-size: 28px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-warum {
    gap: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-note2 {
    align-self: flex-start;
    flex-direction: column-reverse;
  }
  .home-text138 {
    margin-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text147 {
    margin-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text154 {
    margin-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text163 {
    margin-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-note3 {
    width: auto;
    align-self: stretch;
    flex-direction: column-reverse;
  }
  .home-image13 {
    padding-top: var(--dl-layout-space-twounits);
  }
  .home-image14 {
    width: 100%;
  }
  .home-section3 {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-container17 {
    min-width: auto;
  }
  .home-max-width1 {
    align-items: center;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-content14 {
    flex-direction: column;
  }
  .home-container18 {
    width: 100%;
    align-self: center;
    justify-content: flex-start;
  }
  .home-content15 {
    padding-left: 0px;
  }
  .home-text179 {
    align-self: flex-start;
  }
  .home-text182 {
    text-align: left;
    font-family: Poppins;
  }
  .home-text183 {
    color: #cccccc;
  }
  .home-text184 {
    color: #cccccc;
  }
  .home-text185 {
    color: #cccccc;
  }
  .home-text186 {
    color: #cccccc;
  }
  .home-text188 {
    align-self: flex-start;
    text-align: left;
  }
  .home-text191 {
    text-align: left;
    font-family: Poppins;
  }
  .home-text192 {
    color: #cccccc;
  }
  .home-max-width2 {
    flex-direction: column;
  }
  .home-textarea {
    color: #191818;
  }
  .home-separator1 {
    margin-top: var(--dl-layout-space-threeunits);
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .home-container20 {
    width: 100%;
    flex-direction: column-reverse;
  }
  .home-image16 {
    padding-top: var(--dl-layout-space-unit);
  }
  .home-section4 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
  .home-text226 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text228 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text230 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text234 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text236 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text238 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text240 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-section6 {
    padding-top: var(--dl-layout-space-fourunits);
  }
  .home-header5 {
    padding-bottom: var(--dl-layout-space-fiveunits);
  }
  .home-buttons2 {
    flex-direction: column;
  }
  .home-ios {
    flex: 0 0 auto;
    width: 100%;
  }
  .home-android {
    flex: 0 0 auto;
    width: 100%;
  }
  .home-content31 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-content32 {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
  }
  .home-main5 {
    gap: var(--dl-layout-space-twounits);
  }
  .home-text245 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Poppins;
    line-height: 21px;
  }
  .home-categories {
    gap: var(--dl-layout-space-twounits);
    flex-direction: row;
  }
  .home-text259 {
    display: none;
  }
}
 
@media(max-width: 479px) {
  .home-mobile-menu {
    top: 0px;
    left: 0px;
    display: flex;
    position: fixed;
    background-color: #151515;
  }
  .home-icon12 {
    fill: #ffffff;
  }
  .home-link14 {
    color: #ffffff;
  }
  .home-link15 {
    color: #ffffff;
  }
  .home-link16 {
    color: #ffffff;
  }
  .home-get-started2 {
    background-color: #6f9dff;
  }
  .home-text112 {
    color: #ffffff;
  }
  .home-section1 {
    border-color: rgba(81, 81, 90, 0);
    border-bottom-width: 0px;
  }
  .home-hero {
    align-self: flex-start;
    align-items: center;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
    justify-content: flex-start;
    flex-direction: column-reverse;
    height: fit-content;
    padding-left: 32px;
    padding-right: 32px;
  }
  .home-content10 {
    width: 100%;
    height: auto;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0px;
  }
  .home-main1 {
    width: 100%;
    padding-bottom: 0px;
  }

  .home-text114 {
  color: #6f9dff;
}

.overflow{
    flex: 1;
    flex-direction: row;
    position: relative;
    align-self: center;
    min-width: 40%;
    min-height: 100%;
  }

  .home-header1 {
    width: 100%;
    height: auto;
    align-items: flex-start;
    
  }
  .home-heading1 {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }
  .home-buttons1 {
    width: 100%;
    align-self: center;
    justify-content: center;
  }
  .home-get-started3 {
    flex: .8;
    width: var(--dl-layout-size-small);
    align-items: center;
  }
  .home-image10 {
    top: 0px;
    right: -180px;
    width: 500px;
    height: auto;
    display: flex;
    z-index: 0;
    position: sticky;
    align-self: center;
    flex-direction: row;
  }
  .home-lokales-seo {
    height: auto;
    padding-top: 30%;
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
    padding-bottom: 0%;
  }
  .home-note1 {
    height: auto;
  }
  .home-text121 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 24px;
    font-style: normal;
    font-family: Poppins;
    font-weight: 600;
  }
  .home-paragraph1 {
    line-height: 24px;
  }
  .home-text126 {
    color: #cccccc;
    font-family: Poppins;
    line-height: 28px;
  }
  .home-text128 {
    color: #cccccc;
    font-family: Poppins;
    line-height: 28px;
  }
  .home-text130 {
    color: #cccccc;
    font-family: Poppins;
    line-height: 28px;
  }
  .home-image12 {
    width: 100%;
  }
  .home-main3 {
    display: flex;
    align-self: flex-start;
  }
  .home-heading2 {
    width: 100%;
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  .home-warum {
    width: auto;
    display: grid;
    align-self: stretch;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
  .home-note2 {
    width: 100%;
    display: block;
    padding-right: 0px;
  }
  .home-prozentzahlen {
    width: 100%;
    display: grid;
    align-self: center;
    align-content: space-between;
  }
  .home-text138 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text147 {
    margin-top: var(--dl-layout-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text154 {
    margin-top: var(--dl-layout-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-text163 {
    margin-top: var(--dl-layout-space-twounits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .home-note3 {
    justify-self: center;
  }
  .home-image13 {
    width: 100%;
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-image14 {
    width: 100%;
    padding-left: 0px;
    border-radius: 20px;
    padding-right: 0px;
  }
  .home-content12 {
    width: 90%;
    display: flex;
    max-width: 100%;
    padding-right: 0%;
  }
  .home-get-started5 {
    align-self: center;
    margin-right: 10%;
  }
  .home-text176 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    text-align: center;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
  }
  .home-max-width1 {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-container18 {
    width: 100%;
    align-self: flex-start;
    justify-content: center;
  }
  .home-image15 {
    width: 100%;
    height: auto;
    display: block;
  }
  .home-text179 {
    align-self: flex-start;
    text-align: left;
  }
  .home-text182 {
    text-align: left;
    font-family: Poppins;
  }
  .home-text183 {
    color: #cccccc;
  }
  .home-text184 {
    color: #cccccc;
  }
  .home-text185 {
    color: #cccccc;
  }
  .home-text186 {
    color: #cccccc;
  }
  .home-text188 {
    text-align: left;
  }
  .home-text191 {
    text-align: left;
  }
  .home-content16 {
    justify-content: flex-start;
  }
  .home-section-title2 {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: flex-start;
  }
  .home-text195 {
    padding-right: 0px;
  }
  .home-text199 {
    display: flex;
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-form {
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
  .home-separator1 {
    height: 2px;
    padding-top: var(--dl-layout-space-halfunit);
  }
  .home-container20 {
    align-self: center;
    flex-direction: column-reverse;
  }
  .home-image16 {
    align-self: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-text204 {
    align-self: flex-start;
  }
  .home-image21 {
    width: 100%;
  }
}
