.navbar2-wrapper {
  display: contents;
}
 
.navbar2-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar2-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 200;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar2-image1 {
  height: 3rem;
  align-self: center;
}
 
.navbar2-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar2-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar2-link11 {
  text-decoration: none;
}
 
.navbar2-link31 {
  text-decoration: none;
}
 
.navbar2-burger-menu {
  display: none;
}
 
.navbar2-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar2-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  transform: translateY(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar2-nav {
  display: flex;
  z-index: 200;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar2-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar2-logo {
  height: 3rem;
}
 
.navbar2-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar2-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar2-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
@media(max-width: 991px) {
  .navbar2-mobile-menu {
    height: var(--dl-layout-size-xxlarge);
  }
}
 
@media(max-width: 767px) {
  .navbar2-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar2-desktop-menu {
    display: none;
  }
  .navbar2-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar2-container {
    z-index: 200;
  }
  .navbar2-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .navbar2-mobile-menu {
    padding: var(--dl-layout-space-unit);
    z-index: 200;
  }
}

.banner3-wrapper {
  display: contents;
}
 
.banner3-container10 {
  gap: var(--dl-layout-space-unit);
  height: 691px;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  flex-direction: column;
}
 
.banner3-image10 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 90%;
  height: 80%;
  margin: auto;
  position: absolute;
}
 
.banner3-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 344px;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
 
.banner3-container11 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
 
.banner3-title {
  color: #ffffff;
  width: 718px;
  font-size: 64px;
  text-align: center;
  font-family: "Gilroy-Black";
  line-height: 1.1;
}
 
.banner3-text1 {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-family: "Gilroy-Light";
}
 
.banner3-link {
  width: 130px;
  height: 50px;
  font-family: "Gilroy-SemiBold";
  border-color: #ff9c57;
  text-decoration: none;
  background-color: #ff9c57;
}
 
.banner3-floating-banner {
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0;
  height: 326px;
  margin: auto;
  display: flex;
  position: relative;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: solid;
  border-width: 1px;
  padding-left: var(--dl-layout-space-twounits);
  border-radius: 14px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
  background-color: #ffffff;
}
 
.banner3-topicons {
  flex: 0 0 auto;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: flex-start;
  border-color: #DADADA;
  border-style: solid;
  border-width: 2px;
  margin-bottom: var(--dl-layout-space-unit);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
 
.banner3-container12 {
  flex: 0 0 auto;
  width: 40%;
  height: 80px;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: row;
}
 
.banner3-container13 {
  flex: 0 0 auto;
  width: 20%;
  height: 80px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.banner3-image11 {
  width: 43px;
  height: 20px;
  align-self: flex-start;
  object-fit: cover;
}
 
.banner3-container14 {
  flex: 0 0 auto;
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.banner3-container15 {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  border-color: #DADADA;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-buttonradius);
  justify-content: flex-start;
}
 
.banner3-container16 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.banner3-image12 {
  width: 24px;
  height: 21px;
  object-fit: cover;
}
 
.banner3-container17 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.banner3-image13 {
  width: 24px;
  height: 21px;
  object-fit: cover;
}
 
.banner3-container18 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.banner3-image14 {
  width: 24px;
  height: 21px;
  object-fit: cover;
}
 
.banner3-container19 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.banner3-image15 {
  width: 24px;
  height: 21px;
  object-fit: cover;
}
 
.banner3-container20 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.banner3-container21 {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  border-color: #DADADA;
  border-style: solid;
  border-width: 2px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  justify-content: center;
}
 
.banner3-text2 {
  color: #dadada;
  font-family: "Inter";
}
 
.banner3-container22 {
  flex: 0 0 auto;
  width: 30%;
  height: 80px;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: center;
}
 
.banner3-container23 {
  width: 60%;
  height: 32px;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: #FED8BF;
}
 
.banner3-container24 {
  flex: 0 0 auto;
  width: 60%;
  height: 80px;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: row;
  justify-content: flex-start;
}
 
.banner3-container25 {
  flex: 0 0 auto;
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: space-around;
}
 
.banner3-container26 {
  width: 28%;
  height: 32px;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: #F6F6F6;
}
 
.banner3-container27 {
  width: 28%;
  height: 32px;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: #F6F6F6;
}
 
.banner3-container28 {
  width: 28%;
  height: 32px;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: #F6F6F6;
}
 
.banner3-container29 {
  flex: 0 0 auto;
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: row;
  justify-content: space-around;
}
 
.banner3-container30 {
  width: 80%;
  height: 32px;
  display: flex;
  align-items: flex-start;
  border-color: #dadada;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-buttonradius);
  justify-content: center;
}
 
.banner3-container31 {
  width: 28%;
  height: 31px;
  display: flex;
  align-items: flex-start;
  background-color: #E1DBFF;
}
 
.banner3-container32 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-round);
  background-color: #F6F6F6;
}
 
.banner3-midgray {
  flex: 0 0 auto;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: #F1EEFF;
}
 
.banner3-when-to-post {
  flex: 0 0 auto;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-unit);
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
}
 
.banner3-twoblue {
  flex: 0 0 auto;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.banner3-container33 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.banner3-container34 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  border-color: #A897FF;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  margin-bottom: 6px;
  padding-right: var(--dl-layout-space-halfunit);
  justify-content: flex-end;
  background-color: #E1DBFF;
}
 
.banner3-image16 {
  width: 30px;
  height: 100%;
  object-fit: scale-down;
}
 
.banner3-container35 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #F2F2F2;
}
 
.banner3-container36 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.banner3-container37 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  border-color: #A897FF;
  border-style: solid;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius8);
  margin-bottom: 6px;
  padding-right: var(--dl-layout-space-halfunit);
  justify-content: flex-end;
  background-color: #E1DBFF;
}
 
.banner3-image17 {
  width: 30px;
  height: 100%;
  object-fit: scale-down;
}
 
.banner3-container38 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #F2F2F2;
}
 
.banner3-midred {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.banner3-container39 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  margin-bottom: 6px;
  padding-right: var(--dl-layout-space-halfunit);
  justify-content: flex-end;
  background-color: #FED8BF;
}
 
.banner3-image18 {
  width: 30px;
  height: 100%;
  object-fit: scale-down;
}
 
.banner3-container40 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #F2F2F2;
}
 
.banner3-twored {
  flex: 0 0 auto;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.banner3-container41 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
}
 
.banner3-container42 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  margin-bottom: 6px;
  padding-right: var(--dl-layout-space-halfunit);
  justify-content: flex-end;
  background-color: #FED8BF;
}
 
.banner3-image19 {
  width: 30px;
  height: 100%;
  object-fit: scale-down;
}
 
.banner3-container43 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #F2F2F2;
}
 
.banner3-container44 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
}
 
.banner3-container45 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  border-radius: var(--dl-layout-radius-radius8);
  margin-bottom: 6px;
  padding-right: var(--dl-layout-space-halfunit);
  justify-content: flex-end;
  background-color: #FED8BF;
}
 
.banner3-image20 {
  width: 30px;
  height: 100%;
  object-fit: scale-down;
}
 
.banner3-container46 {
  flex: 0 0 auto;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #F2F2F2;
}
 
.banner3-shadows {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  padding-bottom: 105px;
}
 
.banner3-container47 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  z-index: -1;
  align-self: flex-end;
  align-items: flex-start;
}
 
.banner3-container48 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  box-shadow: 0px 2px 200px -20px #1b16ff;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
}
 
.banner3-container49 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  box-shadow: 0px 2px 200px -20px #ff9c57;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
}
 
@media(max-width: 991px) {
  .banner3-topicons {
    border-style: hidden;
  }
  .banner3-container12 {
    width: 60%;
  }
  .banner3-container24 {
    width: 40%;
  }
  .banner3-container25 {
    display: none;
  }
  .banner3-container29 {
    width: 100%;
  }
  .banner3-midgray {
    border-style: hidden;
  }
  .banner3-when-to-post {
    border-style: hidden;
  }
  .banner3-twoblue {
    width: 50%;
  }
  .banner3-midred {
    display: none;
  }
  .banner3-twored {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .banner3-container10 {
    height: 630px;
    padding: var(--dl-layout-space-fiveunits);
  }
  .banner3-image10 {
    height: 85%;
  }
  .banner3-max-width {
    width: 110%;
  }
  .banner3-title {
    width: 100%;
    font-size: 48px;
  }
  .banner3-floating-banner {
    width: 95%;
  }
  .banner3-container12 {
    width: 100%;
  }
  .banner3-container24 {
    display: none;
  }
  .banner3-container33 {
    width: 100%;
    padding-right: var(--dl-layout-space-halfunit);
  }
  .banner3-container36 {
    display: none;
  }
  .banner3-container41 {
    display: none;
  }
  .banner3-container44 {
    width: 100%;
    padding-left: var(--dl-layout-space-halfunit);
  }
}
 
@media(max-width: 479px) {
  .banner3-container10 {
    height: 669px;
  }
  .banner3-max-width {
    width: 120%;
  }
  .banner3-container11 {
    width: 95%;
  }
  .banner3-title {
    font-size: 36px;
  }
  .banner3-floating-banner {
    width: 100%;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .banner3-container14 {
    width: 80%;
    padding-left: var(--dl-layout-space-twounits);
  }
  .banner3-container22 {
    display: none;
  }
}

.services-wrapper {
  display: contents;
}
 
.services-container10 {
  width: 100%;
  height: 498px;
  display: flex;
  position: relative;
  margin-top: var(--dl-layout-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.services-container11 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.services-container12 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-fourunits);
  flex-direction: column;
  justify-content: center;
}
 
.services-text10 {
  color: #5531ff;
  margin-top: var(--dl-layout-space-oneandhalfunits);
  font-family: "Gilroy-SemiBold";
}
 
.services-title {
  color: #000000;
  width: auto;
  font-size: 48px;
  align-self: flex-start;
  margin-top: var(--dl-layout-space-halfunit);
  text-align: center;
  font-family: "Gilroy-Black";
  line-height: 1.1;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.services-text11 {
  color: #000000;
  font-size: 20px;
  text-align: left;
  font-family: "Gilroy-Light";
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.services-button {
  width: auto;
  height: 50px;
  font-family: "Gilroy-SemiBold";
  border-color: #ff9c57;
  background-color: #ff9c57;
}
 
.services-container13 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  flex-direction: column;
  justify-content: flex-start;
}
 
.services-container14 {
  flex: 0 0 auto;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
}
 
.services-container15 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.services-image1 {
  width: 91px;
  height: 85px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.services-text12 {
  width: auto;
  font-size: 24px;
  font-family: "Gilroy-Black";
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.services-container16 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.services-image2 {
  width: 91px;
  height: 85px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.services-text14 {
  font-size: 24px;
  font-family: "Gilroy-Black";
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.services-container17 {
  flex: 0 0 auto;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
}
 
.services-container18 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.services-image3 {
  width: 91px;
  height: 85px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.services-text16 {
  font-size: 24px;
  font-family: "Gilroy-Black";
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.services-container19 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-right: var(--dl-layout-space-twounits);
  flex-direction: column;
}
 
.services-image4 {
  width: 91px;
  height: 85px;
  object-fit: cover;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.services-text18 {
  font-size: 24px;
  font-family: "Gilroy-Black";
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
@media(max-width: 991px) {
  .services-container10 {
    height: auto;
  }
  .services-container11 {
    flex-direction: column;
  }
  .services-container12 {
    width: 100%;
    margin-top: var(--dl-layout-space-fiveunits);
    align-items: center;
    margin-bottom: var(--dl-layout-space-fiveunits);
  }
  .services-title {
    align-self: center;
  }
  .services-text11 {
    align-self: center;
    text-align: center;
  }
  .services-container13 {
    width: 100%;
    padding-left: var(--dl-layout-space-fourunits);
    margin-bottom: var(--dl-layout-space-fiveunits);
    padding-right: 0px;
  }
  .services-container14 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 767px) {
  .services-title {
    width: auto;
    font-size: 48px;
  }
  .services-container14 {
    flex-direction: column;
  }
  .services-container15 {
    width: 100%;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .services-container16 {
    width: 100%;
  }
  .services-container17 {
    flex-direction: column;
  }
  .services-container18 {
    width: 100%;
    margin-bottom: var(--dl-layout-space-threeunits);
  }
  .services-container19 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .services-title {
    font-size: 36px;
  }
  .services-container13 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
  }
}

.second-banner-wrapper {
  display: contents;
}
 
.second-banner-container1 {
  width: 100%;
  height: 671px;
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.second-banner-container2 {
  width: 100%;
  height: 446px;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-size: cover;
  background-image: url("public/image-900h.png");
}
 
.second-banner-container3 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 2px;
  padding-left: var(--dl-layout-space-fourunits);
  flex-direction: column;
  justify-content: center;
}
 
.second-banner-title {
  color: #ffffff;
  width: auto;
  font-size: 48px;
  align-self: flex-start;
  margin-top: var(--dl-layout-space-halfunit);
  text-align: left;
  font-family: "Gilroy-Black";
  line-height: 1.1;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.second-banner-text {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
  font-family: "Gilroy-Light";
  margin-bottom: var(--dl-layout-space-twounits);
}
 
.second-banner-button {
  width: auto;
  height: 50px;
  font-family: "Gilroy-SemiBold";
  border-color: #ff9c57;
  background-color: #ff9c57;
}
 
.second-banner-container4 {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  align-self: center;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: hidden;
  border-width: 0px;
  flex-direction: column;
}
 
.second-banner-image {
  top: -100px;
  left: -13px;
  width: 536px;
  height: 673px;
  z-index: 101;
  position: absolute;
  align-self: center;
  object-fit: scale-down;
}
 
.second-banner-smimg {
  width: 478px;
  height: 416px;
  display: none;
  object-fit: cover;
}
 

 
@media(max-width: 991px) {
  .second-banner-container1 {
    width: 991px;
    height: 990px;
  }
  .second-banner-container2 {
    height: 861px;
    flex-direction: column;
    background-image: url("public/whole-1500w.png");
  }
  .second-banner-container3 {
    width: 100%;
    height: 50%;
    padding: var(--dl-layout-space-unit);
  }
  .second-banner-title {
    align-self: center;
    text-align: center;
  }
  .second-banner-text {
    align-self: center;
    text-align: center;
  }
  .second-banner-button {
    align-self: center;
  }
  .second-banner-container4 {
    width: 100%;
    height: 50%;
    align-items: center;
    border-style: hidden;
    justify-content: center;
  }
  .second-banner-image {
    display: none;
  }
  .second-banner-smimg {
    width: 500px;
    height: 468px;
    display: flex;
  }
  .second-bannerroot-class-name {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .second-banner-container1 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .second-banner-title {
    width: auto;
    font-size: 48px;
  }
  .second-banner-container4 {
    border-style: hidden;
  }
  .second-banner-smimg {
    width: 450px;
    object-fit: contain;
  }
}
 
@media(max-width: 479px) {
  .second-banner-container1 {
    height: 729px;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .second-banner-title {
    font-size: 36px;
  }
  .second-banner-container4 {
    border-style: hidden;
  }
  .second-banner-smimg {
    width: 338px;
    height: 311px;
    object-fit: cover;
  }
}

.footer7-wrapper {
  display: contents;
}
 
.footer7-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  flex-direction: column;
  justify-content: center;
  background-color: #100838;
}
 
.footer7-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer7-content {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: 0px;
  border-color: #4c4c4c;
  border-style: solid;
  border-width: 1px;
  padding-left: 0px;
  border-radius: var(--dl-layout-radius-radius4);
  margin-bottom: 0px;
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-twounits);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.footer7-newsletter {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 60%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer7-image1 {
  width: 167px;
  height: 73px;
}
 
.footer7-links {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.footer7-column1 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer7-footer-links1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer7-link1 {
  color: #ffffff;
  font-family: "Gilroy-SemiBold";
  text-decoration: none;
}
 
.footer7-link2 {
  color: #ffffff;
  font-family: "Gilroy-SemiBold";
}
 
.footer7-column2 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer7-footer-links2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer7-link6 {
  color: #ffffff;
  font-family: "Gilroy-SemiBold";
}
 
.footer7-link7 {
  color: #ffffff;
  font-family: "Gilroy-SemiBold";
}
 
.footer7-credits1 {
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer7-row {
  flex: 1;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer7-credits2 {
  gap: var(--dl-layout-space-twounits);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.footer7-content3 {
  color: #ffffff;
  font-family: "Gilroy-SemiBold";
}
 
.footer7-social-links {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
}
 
.footer7-image2 {
  width: 34px;
  height: 29px;
  object-fit: contain;
}
 
.footer7-image3 {
  width: 34px;
  height: 29px;
  object-fit: contain;
}
 
.footer7-image4 {
  width: 34px;
  height: 29px;
  object-fit: contain;
}
 
.footer7-image5 {
  width: 34px;
  height: 29px;
  object-fit: contain;
}
 
.footer7-image6 {
  width: 34px;
  height: 29px;
  object-fit: contain;
}
 
@media(max-width: 991px) {
  .footer7-newsletter {
    width: 300px;
  }
}
 
@media(max-width: 767px) {
  .footer7-content {
    flex-direction: column;
  }
  .footer7-newsletter {
    width: 100%;
  }
  .footer7-links {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  .footer7-column1 {
    align-items: center;
  }
  .footer7-footer-links1 {
    align-self: center;
  }
  .footer7-column2 {
    align-items: center;
  }
  .footer7-footer-links2 {
    align-self: center;
  }
  .footer7-credits1 {
    align-self: center;
  }
  .footer7-row {
    gap: var(--dl-layout-space-fourunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer7-credits2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
  }
  .footer7-social-links {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .footer7-footer-links1 {
    align-items: center;
    justify-content: center;
  }
  .footer7-footer-links2 {
    align-items: center;
    justify-content: center;
  }
  .footer7-credits1 {
    gap: 0;
  }
  .footer7-row {
    gap: var(--dl-layout-space-fourunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer7-social-links {
    align-items: center;
    justify-content: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
