.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-hero {
  gap: 120px;
  width: 592px;
  height: 531px;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  padding-top: 242px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 442px;
}
 
.home-header1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text10 {
  color: rgb(39, 39, 45);
  width: 100%;
  font-size: 54px;
  max-width: 1000px;
  align-self: center;
  font-style: normal;
  font-weight: 400;
}
 
.home-link1 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-link2 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-image1 {
  width: 200px;
  object-fit: cover;
}
 
.home-who {
  gap: 120px;
  width: 864px;
  height: 3082px;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 320px;
}
 
.home-header2 {
  gap: var(--dl-layout-space-threeunits);
  width: 1100px;
  height: 1902px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-left: 170px;
  padding-right: 170px;
  flex-direction: column;
}
 
.home-heading {
  gap: var(--dl-layout-space-threeunits);
  width: 664px;
  height: 2178px;
  display: flex;
  flex-direction: column;
}
 
.home-link3 {
  display: contents;
}
 
.home-image2 {
  width: 100%;
  height: 477px;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
 
.home-text13 {
  width: 100%;
  font-size: 24px;
  max-width: 800px;
  line-height: 43px;
}
 
.home-text14 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text15 {
  color: #27272d;
}
 
.home-text18 {
  color: #27272d;
}
 
.home-text19 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text20 {
  color: #27272d;
}
 
.home-text23 {
  color: #27272d;
}
 
.home-text24 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text25 {
  color: #27272d;
}
 
.home-text28 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text29 {
  color: #27272d;
}
 
.home-text32 {
  color: #27272d;
}
 
.home-text35 {
  color: #27272d;
}
 
.home-text38 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text39 {
  color: #27272d;
}
 
.home-text42 {
  color: #27272d;
}
 
.home-text43 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text44 {
  color: #27272d;
}
 
.home-text47 {
  color: #27272d;
}
 
.home-text50 {
  color: #27272d;
}
 
.home-text51 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text52 {
  color: #27272d;
}
 
.home-text55 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text56 {
  color: #27272d;
}
 
.home-text59 {
  color: #27272d;
}
 
.home-text62 {
  color: #27272d;
}
 
.home-text65 {
  color: #27272d;
}
 
.home-text68 {
  color: #27272d;
}
 
.home-text71 {
  color: #27272d;
}
 
.home-text74 {
  color: #27272d;
}
 
.home-text77 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text78 {
  color: #27272d;
}
 
.home-text79 {
  color: #43ceea;
  text-decoration: underline;
}
 
.home-text80 {
  color: #27272d;
}
 
.home-branding {
  flex: 1;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  border-color: #61616B;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: flex-start;
  border-bottom-width: 1px;
}
 
.home-link4 {
  color: #43ceea;
  font-size: 30px;
  font-family: "Inter";
  text-decoration: underline;
}
 
@media(max-width: 991px) {
  .home-hero {
    gap: var(--dl-layout-space-fourunits);
    width: 821px;
    height: 508px;
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: 0px;
    padding-right: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-text10 {
    font-size: 32px;
  }
  .home-image1 {
    width: 783px;
    height: 348px;
    align-self: center;
    padding-right: 0px;
  }
  .home-who {
    gap: var(--dl-layout-space-fourunits);
    width: 100%;
    height: 1849px;
    margin-bottom: 0px;
    padding-right: 43px;
    padding-bottom: 39px;
  }
  .home-header2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    width: 100%;
    height: 1960px;
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-heading {
    gap: var(--dl-layout-space-unit);
  }
  .home-text13 {
    font-size: 16px;
    line-height: 28px;
  }
}
 
@media(max-width: 767px) {
  .home-who {
    margin-bottom: 0px;
  }
  .home-image2 {
    align-self: center;
  }
  .home-text13 {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .home-hero {
    width: 100%;
    height: 482px;
    align-self: flex-start;
  }
  .home-image1 {
    width: 100%;
    height: 369px;
    align-self: center;
  }
  .home-who {
    height: 2131px;
  }
  .home-header2 {
    width: 404px;
    height: 1950px;
  }
  .home-heading {
    width: 100%;
    height: 1933px;
  }
  .home-image2 {
    width: 380px;
    height: 305px;
    align-self: flex-start;
  }
  .home-text13 {
    font-size: 18px;
    max-width: 400px;
    align-self: flex-start;
    text-align: left;
  }
  .home-text14 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text15 {
    color: #27272d;
  }
  .home-text16 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text17 {
    color: #27272d;
  }
  .home-text18 {
    color: #27272d;
  }
  .home-text19 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text20 {
    color: #27272d;
  }
  .home-text21 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text22 {
    color: #27272d;
  }
  .home-text23 {
    color: #27272d;
  }
  .home-text24 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text25 {
    color: #27272d;
  }
  .home-text26 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text27 {
    color: #27272d;
  }
  .home-text28 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text29 {
    color: #27272d;
  }
  .home-text30 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text31 {
    color: #27272d;
  }
  .home-text32 {
    color: #27272d;
  }
  .home-text33 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text34 {
    color: #27272d;
  }
  .home-text35 {
    color: #27272d;
  }
  .home-text36 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text37 {
    color: #27272d;
  }
  .home-text38 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text39 {
    color: #27272d;
  }
  .home-text40 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text41 {
    color: #27272d;
  }
  .home-text42 {
    color: #27272d;
  }
  .home-text43 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text44 {
    color: #27272d;
  }
  .home-text45 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text46 {
    color: #27272d;
  }
  .home-text47 {
    color: #27272d;
  }
  .home-text48 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text49 {
    color: #27272d;
  }
  .home-text50 {
    color: #27272d;
  }
  .home-text51 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text52 {
    color: #27272d;
  }
  .home-text53 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text54 {
    color: #27272d;
  }
  .home-text55 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text56 {
    color: #27272d;
  }
  .home-text57 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text58 {
    color: #27272d;
  }
  .home-text59 {
    color: #27272d;
  }
  .home-text60 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text61 {
    color: #27272d;
  }
  .home-text62 {
    color: #27272d;
  }
  .home-text63 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text64 {
    color: #27272d;
  }
  .home-text65 {
    color: #27272d;
  }
  .home-text66 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text67 {
    color: #27272d;
  }
  .home-text68 {
    color: #27272d;
  }
  .home-text69 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text70 {
    color: #27272d;
  }
  .home-text71 {
    color: #27272d;
  }
  .home-text72 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text73 {
    color: #27272d;
  }
  .home-text74 {
    color: #27272d;
  }
  .home-text75 {
    color: #27272d;
    line-height: 43px;
  }
  .home-text76 {
    color: #27272d;
  }
  .home-text77 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text78 {
    color: #27272d;
  }
  .home-text79 {
    color: #43ceea;
    text-decoration: underline;
  }
  .home-text80 {
    color: #27272d;
  }
}
