.home-main {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
 
.home-navigationsection {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}
 
.home-navbar-interactive {
  padding: 0px;
}
 
.home-image {
  width: 200px;
  height: auto;
  margin-right: 2rem;
  text-decoration: none;
}
 
.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
 
.home-links1 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-navlink2 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
 
.home-navlink2:hover {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.home-navlink3 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
}
 
.home-navlink3:hover {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.home-text10 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
  margin-left: var(--dl-space-space-twounits);
}
 
.home-text10:hover {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.home-burger-menu {
  display: none;
}
 
.home-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 1rem;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
 
.home-logo {
  width: 200px;
  height: auto;
}
 
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-icon3 {
  fill: var(--dl-color-theme-neutral-light);
  width: 50px;
  height: 50px;
}
 
.home-links2 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-navlink4 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
  text-decoration: none;
}
 
.home-navlink4:hover {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.home-navlink5 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
  text-decoration: none;
}
 
.home-navlink5:hover {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.home-text11 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
 
.home-text11:hover {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
 
.home-herosection {
  flex: 0 0 auto;
  width: 100%;
  height: 650px;
  display: flex;
  min-height: 650px;
  align-items: center;
  justify-content: center;
}
 
.home-container11 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url("images/main_1-min%201-1500w.png");
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-container12 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(24, 24, 24);
}
 
.home-container13 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text12 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  margin-bottom: 2rem;
}
 
.home-text13 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  margin-bottom: 2rem;
}
 
.home-navlink6 {
  text-decoration: none;
}
 
.home-aboutsection {
  flex: 0 0 auto;
  width: 100%;
  height: 650px;
  display: flex;
  min-height: 650px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
 
.home-container14 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url("images/main_2-min-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.home-container15 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 2rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(24, 24, 24);
}
 
.home-container16 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text14 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  margin-bottom: 2rem;
}
 
.home-text17 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
}
 
.home-text19 {
  color: var(--dl-color-theme-neutral-light);
}
 
.home-text23 {
  color: var(--dl-color-theme-neutral-light);
}
 
.home-benefitssection {
  flex: 0 0 auto;
  width: 100%;
  height: 650px;
  display: flex;
  min-height: 650px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
 
.home-container17 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 2rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: #dcdcdc;
}
 
.home-container18 {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-container19 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  padding: 2rem;
  align-self: flex-start;
  align-items: center;
  margin-right: 2rem;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
 
.home-text25 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  text-align: center;
  margin-bottom: 2rem;
}
 
.home-text26 {
  fill: var(--dl-color-theme-neutral-dark);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
 
.home-container20 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  margin-right: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-direction: column;
  padding-bottom: 2rem;
  justify-content: center;
  background-color: #ffffff;
}
 
.home-text29 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  text-align: center;
  margin-bottom: 2rem;
}
 
.home-text30 {
  fill: var(--dl-color-theme-neutral-dark);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
 
.home-container21 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-direction: column;
  padding-bottom: 2rem;
  justify-content: center;
  background-color: #ffffff;
}
 
.home-text33 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  text-align: center;
  margin-bottom: 2rem;
}
 
.home-text34 {
  fill: var(--dl-color-theme-neutral-dark);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
 
.home-footersection {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.home-container22 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-text37 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
}
 
.home-container23 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-navlink7 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  margin-right: 2rem;
  text-decoration: none;
}
 
.home-navlink8 {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  text-decoration: none;
}
 
@media(max-width: 1600px) {
  .home-container13 {
    width: 80%;
  }
  .home-container16 {
    width: 100%;
  }
}
 
@media(max-width: 1200px) {
  .home-container13 {
    width: 100%;
  }
  .home-container16 {
    width: 100%;
  }
}
 
@media(max-width: 991px) {
  .home-herosection {
    height: auto;
    min-height: auto;
    flex-direction: column-reverse;
  }
  .home-container11 {
    width: 100%;
    height: 350px;
    background-position: top;
  }
  .home-container12 {
    width: 100%;
  }
  .home-aboutsection {
    height: auto;
    min-height: auto;
    flex-direction: column-reverse;
  }
  .home-container14 {
    width: 100%;
    height: 350px;
    background-position: center;
  }
  .home-container15 {
    width: 100%;
    flex-direction: column;
  }
  .home-benefitssection {
    height: auto;
    min-height: auto;
    flex-direction: column;
  }
  .home-container17 {
    flex-direction: column;
  }
  .home-container18 {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .home-container19 {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
  .home-container20 {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
  .home-container21 {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-icon1 {
    fill: var(--dl-color-theme-neutral-light);
    width: 2rem;
    height: 2rem;
  }
  .home-mobile-menu {
    padding: 1rem;
    background-color: var(--dl-color-theme-neutral-dark);
  }
  .home-top {
    margin-bottom: 2rem;
  }
  .home-logo {
    width: 200px;
    height: auto;
  }
  .home-icon3 {
    width: 50px;
    height: 50px;
  }
  .home-container22 {
    align-items: center;
    flex-direction: column-reverse;
  }
  .home-container23 {
    margin-bottom: 1rem;
  }
}
 
@media(max-width: 479px) {
  .home-mobile-menu {
    padding: 16px;
  }
  .home-container22 {
    flex-direction: column-reverse;
  }
}
