.home-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}
.home-navbar {
  width: 100%;
  height: auto;
  display: flex;
  z-index: 100;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.43);
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/playground_assets/banner2a.png");
}
.home-navbar-interactive {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1280px;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: 36px;
  padding-right: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-navlink {
  display: contents;
}
.home-branding {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
.home-logo {
  width: 154px;
  height: 151px;
  object-fit: cover;
  transition: 0.3s;
}
.home-logo:hover {
  transform: scale(1.2);
}
.home-image {
  width: 319px;
  height: 117px;
  object-fit: cover;
  margin-left: var(--dl-space-space-unit);
}
.home-items {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-links {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-navlink1 {
  font-style: normal;
  transition: 0.3s;
  font-family: Arial;
  font-weight: 400;
  text-decoration: none;
}
.home-navlink1:hover {
  transform: scale(1.2);
}
.home-navlink2 {
  transition: 0.3s;
  text-decoration: none;
  background-color: #ffffff;
}
.home-navlink2:hover {
  transform: scale(1.1);
}
.home-text {
  color: rgb(0, 0, 0);
  font-style: normal;
  font-family: Arial;
  font-weight: 400;
}
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.home-button {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding-top: 20px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: 20px;
  background-color: #235536;
}
.home-image1 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-text01 {
  color: #ffffff;
  display: flex;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #151515;
}
.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-branding1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-logo1 {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.home-company {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
.home-menu-close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
.home-items1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container01 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-container02 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-links1 {
  gap: var(--dl-space-space-threeunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-navlink3 {
  text-decoration: none;
}
.home-navlink4 {
  text-decoration: none;
}
.home-text02 {
  color: #ffffff;
}
.home-container03 {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  margin-bottom: 46px;
  justify-content: center;
}
.home-container04 {
  flex: 0 0 auto;
  width: 70%;
  height: 108px;
  display: flex;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.37);
  align-items: center;
  padding-top: 35px;
  border-color: var(--dl-color-gray-black);
  border-style: hidden;
  border-width: 1px;
  padding-left: 14px;
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: 12px;
  flex-direction: column;
  justify-content: center;
  background-color: #fff9f1;
}
.home-text03 {
  width: 100%;
  height: 100%;
  align-self: center;
  font-style: normal;
  font-family: Noto Sans;
  font-weight: 500;
  line-height: 1.2;
}
.home-container05 {
  width: 100%;
  height: 376px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
  align-items: flex-start;
  justify-content: center;
  background-color: #fff0dc;
}
.home-services-provided {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1280px;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 21px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: 336px;
  flex-direction: column;
  padding-bottom: 26px;
  justify-content: center;
  background-color: #FEF0DD;
}
.home-image2 {
  top: 80px;
  right: 18px;
  width: 306px;
  height: 201px;
  position: absolute;
  align-self: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.57);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-text04 {
  width: 243px;
  height: 39px;
  margin-top: 2px;
  font-family: Libre Baskerville;
}
.home-ul {
  height: 194px;
  margin-top: 0px;
  padding-left: 14px;
  list-style-type: disc;
}
.home-li {
  margin-bottom: 6px;
}
.home-text05 {
  font-style: normal;
  font-weight: 500;
}
.home-li1 {
  margin-bottom: 6px;
}
.home-text06 {
  font-style: normal;
  font-weight: 500;
}
.home-li2 {
  margin-bottom: 6px;
}
.home-text07 {
  font-style: normal;
  font-weight: 500;
}
.home-li3 {
  margin-bottom: 6px;
}
.home-text08 {
  font-style: normal;
  font-weight: 500;
}
.home-text12 {
  font-style: normal;
  font-weight: 500;
}
.home-image3 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-container06 {
  width: 100%;
  height: 97px;
  display: flex;
  align-items: flex-start;
}
.home-container07 {
  width: 100%;
  height: 282px;
  display: flex;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
  align-items: center;
  margin-bottom: 21px;
  justify-content: flex-end;
  background-color: #fff9f1;
}
.home-image4 {
  flex: 1;
  width: var(--dl-size-size-large);
  height: 90%;
  max-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  object-fit: cover;
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-right: 155px;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-container08 {
  flex: 0 0 auto;
  width: 530px;
  height: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.home-container09 {
  flex: 0 0 auto;
  width: 652px;
  height: 182px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 5px;
  flex-direction: column;
  justify-content: center;
}
.home-text13 {
  font-style: normal;
  font-family: Noto Sans;
  font-weight: 500;
  line-height: 1.2;
}
.home-image5 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-footer {
  width: 100%;
  height: 50%;
  display: flex;
  max-width: 100%;
  box-shadow: 5px -5px 10px 0px rgba(2, 2, 2, 0.42);
  margin-top: 35px;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-halfunit);
  background-size: cover;
  justify-content: center;
  background-image: url("public/playground_assets/banner3c.png");
  background-position: top;
}
.home-image6 {
  width: var(--dl-size-size-large);
  height: 91px;
  object-fit: cover;
}
@media(max-width: 991px) {
  .home-navbar-interactive {
    padding-top: 4px;
    padding-left: 42px;
  }
  .home-logo {
    width: var(--dl-size-size-large);
  }
  .home-image {
    margin-left: 10px;
  }
  .home-navlink2 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
  }
  .home-text {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-button {
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-image1 {
    width: 18px;
    height: 18px;
    display: flex;
  }
  .home-text01 {
    display: none;
  }
  .home-navlink4 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
  }
  .home-text02 {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-container04 {
    height: 126px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.37);
  }
  .home-container05 {
    height: 490px;
  }
  .home-services-provided {
    height: 100%;
    padding-top: 11px;
    border-color: transparent;
    padding-bottom: 41px;
  }
  .home-text04 {
    align-self: flex-start;
    margin-top: 0px;
  }
  .home-ul {
    margin-bottom: 124px;
  }
  .home-image3 {
    display: none;
  }
  .home-image4 {
    width: 198px;
    height: 189px;
    align-self: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    padding-left: 0px;
  }
  .home-container08 {
    width: 559px;
  }
  .home-container09 {
    width: 100%;
  }
  .home-image5 {
    display: none;
  }
  .home-footer {
    height: 128px;
    padding-top: 11px;
    padding-bottom: 13px;
  }
  .home-image6 {
    width: var(--dl-size-size-large);
    height: auto;
  }
}
@media(max-width: 767px) {
  .home-navbar-interactive {
    padding-top: 6px;
    padding-left: 20px;
  }
  .home-logo {
    width: 117px;
    height: 100%;
    margin-left: 0px;
  }
  .home-image {
    width: 293px;
    height: 84px;
    align-self: center;
    margin-left: 0px;
    padding-left: 1px;
  }
  .home-items {
    display: none;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-button {
    padding: 12px;
    text-align: center;
    background-color: #ffffff;
  }
  .home-image1 {
    width: 14px;
    height: 14px;
  }
  .home-mobile-menu {
    width: 767px;
    height: 302px;
    background-color: #0e1235;
  }
  .home-company {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-style: normal;
    font-family: Libre Baskerville;
    font-weight: 500;
  }
  .home-navlink3 {
    font-family: Ubuntu;
  }
  .home-navlink4 {
    background-color: #ffffff;
  }
  .home-text02 {
    color: #000000;
    font-family: Ubuntu;
  }
  .home-container03 {
    height: 129px;
  }
  .home-container04 {
    height: 181px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.37);
    padding-top: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-text03 {
    width: 100%;
    height: 100%;
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 500;
    line-height: 1.2;
  }
  .home-container05 {
    height: 759px;
    padding-top: 62px;
    margin-bottom: 5px;
  }
  .home-services-provided {
    height: 599px;
    padding-top: 76px;
    margin-right: 0px;
    padding-left: 29px;
    margin-bottom: 3px;
    padding-right: 38px;
    padding-bottom: 12px;
  }
  .home-image2 {
    top: 0px;
    width: 171px;
    bottom: 0px;
    margin: auto;
    display: none;
  }
  .home-text04 {
    height: 49px;
    margin-top: var(--dl-space-space-halfunit);
  }
  .home-ul {
    height: 363px;
    padding-left: 18px;
    margin-bottom: 12px;
  }
  .home-li {
    padding-bottom: 6px;
  }
  .home-li1 {
    margin-bottom: 6px;
  }
  .home-li2 {
    margin-bottom: 6px;
  }
  .home-li3 {
    margin-bottom: 6px;
  }
  .home-image3 {
    width: 416px;
    height: 217px;
    display: flex;
    align-self: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.66);
    align-items: center;
    padding-top: 0px;
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: 46px;
    padding-bottom: 0px;
    justify-content: center;
  }
  .home-container06 {
    height: 138px;
  }
  .home-container07 {
    height: 405px;
  }
  .home-image4 {
    width: var(--dl-size-size-large);
    height: 100%;
    display: none;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: 29px;
    padding-left: 0px;
  }
  .home-container08 {
    width: 100%;
  }
  .home-container09 {
    width: 100%;
    height: 185px;
  }
  .home-text13 {
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 500;
  }
  .home-image5 {
    width: 80%;
    height: var(--dl-size-size-xlarge);
    display: flex;
    align-self: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.62);
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-footer {
    height: 112px;
    box-shadow: 2px -4px 15px 0px rgba(23, 23, 23, 0.59);
    padding-top: 10px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: 12px;
  }
  .home-image6 {
    width: var(--dl-size-size-large);
    height: 88px;
  }
}
@media(max-width: 479px) {
  .home-navbar {
    height: auto;
    background-position: top left;
  }
  .home-navbar-interactive {
    height: 98px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 36px;
  }
  .home-branding {
    width: 322px;
    height: 100%;
  }
  .home-logo {
    width: 81px;
    height: 65px;
  }
  .home-image {
    width: 231px;
    height: 79px;
    padding-left: 0px;
  }
  .home-button {
    width: auto;
    height: auto;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    background-color: #ffffff;
  }
  .home-mobile-menu {
    width: 479px;
    height: 296px;
    padding: 16px;
    background-color: #0e1235;
  }
  .home-navlink3 {
    align-self: center;
  }
  .home-navlink4 {
    background-color: #ffffff;
  }
  .home-text02 {
    color: rgb(0, 0, 0);
  }
  .home-container03 {
    height: 168px;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-container04 {
    width: 90%;
    height: 189px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.37);
    margin-top: 6px;
    padding-top: 18px;
    margin-right: 0px;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-text03 {
    font-size: 15px;
  }
  .home-container05 {
    width: 100%;
    height: 970px;
    padding-top: 121px;
    margin-bottom: 6px;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-services-provided {
    width: 100%;
    height: 665px;
    position: relative;
    padding-top: 29px;
    margin-right: 0px;
    padding-left: 11px;
    margin-bottom: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 20px;
  }
  .home-image2 {
    width: 0px;
    height: 0px;
    display: flex;
  }
  .home-text04 {
    margin-top: 10px;
  }
  .home-ul {
    height: 444px;
    padding-left: var(--dl-space-space-unit);
    margin-bottom: 45px;
  }
  .home-text05 {
    font-style: normal;
    font-weight: 500;
  }
  .home-image3 {
    width: 100%;
    height: 236px;
    display: flex;
    align-self: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.83);
    margin-top: 77px;
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: 5px;
  }
  .home-container06 {
    height: 88px;
  }
  .home-container07 {
    height: 505px;
  }
  .home-image4 {
    width: var(--dl-size-size-xsmall);
    height: 100%;
    display: none;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: 0px;
  }
  .home-container08 {
    width: 100%;
  }
  .home-container09 {
    width: 100%;
    height: 100%;
    padding-left: 4px;
    padding-right: 19px;
  }
  .home-text13 {
    width: 90%;
    align-self: center;
  }
  .home-footer {
    width: 100%;
    height: 108px;
    padding: var(--dl-space-space-unit);
    flex-direction: column;
    background-position: center;
  }
  .home-image6 {
    margin-bottom: 6px;
  }
}
