.hamburger-wrapper {
  display: contents;
}
 
.hamburger-navlink {
  display: contents;
}
 
.hamburger-hamburger {
  display: none;
  position: relative;
  text-decoration: none;
}
 
.hamburger-image {
  width: 100px;
  object-fit: cover;
}
 

 

 

 
@media(max-width: 767px) {
  .hamburger-hamburger {
    display: flex;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .hamburger-image {
    width: 16px;
    height: 14px;
  }
  .hamburgerroot-class-name {
    display: none;
  }
  .hamburgerroot-class-name1 {
    display: none;
  }
  .hamburgerroot-class-name2 {
    display: none;
  }
}
 
@media(max-width: 479px) {
  .hamburgerroot-class-name {
    display: flex;
  }
  .hamburgerroot-class-name1 {
    display: flex;
  }
  .hamburgerroot-class-name2 {
    display: flex;
  }
}

.navbar-wrapper {
  display: contents;
}
 
.navbar-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-space-space-twounits);
  padding-left: var(--dl-space-space-halfunit);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-fiveunits);
}
 
.navbar-branding-logo {
  box-sizing: content-box;
}
 
.navbar-nav-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar-nav-links1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  border-color: transparent;
}
 
.navbar-link1 {
  text-decoration: none;
}
 
.navbar-link2 {
  text-decoration: none;
}
 
.navbar-link3 {
  text-decoration: none;
}
 
.navbar-mobile-menu {
  gap: var(--dl-space-space-twounits);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
}
 
.navbar-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-image {
  width: 100px;
  filter: brightness(0) saturate(100%);
  object-fit: cover;
}
 
.navbar-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.navbar-icon1 {
  width: 24px;
  height: 24px;
}
 
.navbar-nav-links2 {
  gap: var(--dl-space-space-unit);
  color: var(--dl-color-gray-black);
  display: flex;
  flex-direction: column;
}
 
.navbar-text {
  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;
}
 
.navbar-container3 {
  display: contents;
}
 
.navbarroot-class-name {
  max-width: auto;
}
 

 

 

 
.navbarroot-class-name4 {
  align-self: center;
}
 
.navbarroot-class-name5 {
  flex: 1;
  max-width: auto;
  min-width: auto;
  background-color: #000000;
}
 
@media(max-width: 991px) {
  .navbar-branding-logo {
    align-self: flex-start;
  }
  .navbarroot-class-name2 {
    max-width: auto;
  }
}
 
@media(max-width: 767px) {
  .navbar-navbar {
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .navbar-branding-logo {
    width: auto;
  }
  .navbar-nav-links1 {
    display: none;
  }
  .navbar-branding {
    width: 100%;
  }
  .navbar-nav-links2 {
    margin-top: var(--dl-space-space-twounits);
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-twounits);
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbarroot-class-name {
    position: static;
    align-self: center;
  }
}

.hamburger-wrapper-5xws {
  display: contents;
}
 
.hamburger-navlink1 {
  display: contents;
}
 
.hamburger-hamburger1 {
  display: none;
  position: relative;
  text-decoration: none;
}
 
.hamburger-image1 {
  width: 100px;
  object-fit: cover;
}
 

 

 

 
@media(max-width: 767px) {
  .hamburger-hamburger1 {
    display: flex;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .hamburger-image1 {
    width: 16px;
    height: 14px;
  }
  .hamburgerroot-class-name {
    display: none;
  }
  .hamburgerroot-class-name1 {
    display: none;
  }
  .hamburgerroot-class-name2 {
    display: none;
  }
}
 
@media(max-width: 479px) {
  .hamburgerroot-class-name {
    display: flex;
  }
  .hamburgerroot-class-name1 {
    display: flex;
  }
  .hamburgerroot-class-name2 {
    display: flex;
  }
}

.card-wrapper {
  display: contents;
}
 
.card-card {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon1 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon2 {
  height: 30px;
  object-fit: cover;
}
 
.card-content {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header {
  color: rgb(255, 255, 255);
}
 
.card-description {
  color: rgb(194, 198, 204);
}
 
.services-fragment1 {
  display: contents;
}
 
.services-text110 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.card-wrapper-kyv1 {
  display: contents;
}
 
.card-card1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon3 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon4 {
  height: 30px;
  object-fit: cover;
}
 
.card-content1 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header1 {
  color: rgb(255, 255, 255);
}
 
.card-description1 {
  color: rgb(194, 198, 204);
}
 
.services-fragment2 {
  display: contents;
}
 
.services-text119 {
  display: inline-block;
  text-align: left;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.card-wrapper-24es {
  display: contents;
}
 
.card-card2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon5 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon6 {
  height: 30px;
  object-fit: cover;
}
 
.card-content2 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header2 {
  color: rgb(255, 255, 255);
}
 
.card-description2 {
  color: rgb(194, 198, 204);
}
 
.services-fragment3 {
  display: contents;
}
 
.services-text128 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.card-wrapper-sc9z {
  display: contents;
}
 
.card-card3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon7 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon8 {
  height: 30px;
  object-fit: cover;
}
 
.card-content3 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header3 {
  color: rgb(255, 255, 255);
}
 
.card-description3 {
  color: rgb(194, 198, 204);
}
 
.services-fragment4 {
  display: contents;
}
 
.services-text137 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.card-wrapper-sjl3 {
  display: contents;
}
 
.card-card4 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon9 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon10 {
  height: 30px;
  object-fit: cover;
}
 
.card-content4 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header4 {
  color: rgb(255, 255, 255);
}
 
.card-description4 {
  color: rgb(194, 198, 204);
}
 
.services-fragment5 {
  display: contents;
}
 
.services-text148 {
  display: inline-block;
  text-align: left;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.card-wrapper-qmxv {
  display: contents;
}
 
.card-card5 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon11 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon12 {
  height: 30px;
  object-fit: cover;
}
 
.card-content5 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header5 {
  color: rgb(255, 255, 255);
}
 
.card-description5 {
  color: rgb(194, 198, 204);
}
 
.services-fragment6 {
  display: contents;
}
 
.services-text157 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.card-wrapper-2x4i {
  display: contents;
}
 
.card-card6 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon13 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon14 {
  height: 30px;
  object-fit: cover;
}
 
.card-content6 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header6 {
  color: rgb(255, 255, 255);
}
 
.card-description6 {
  color: rgb(194, 198, 204);
}
 
.services-fragment7 {
  display: contents;
}
 
.services-text166 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.card-wrapper-vw3v {
  display: contents;
}
 
.card-card7 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon15 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon16 {
  height: 30px;
  object-fit: cover;
}
 
.card-content7 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header7 {
  color: rgb(255, 255, 255);
}
 
.card-description7 {
  color: rgb(194, 198, 204);
}
 
.services-fragment8 {
  display: contents;
}
 
.services-text177 {
  display: inline-block;
  text-align: left;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.card-wrapper-07ku {
  display: contents;
}
 
.card-card8 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #292929;
}
 
.card-icon17 {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  background-color: #80FF44;
}
 
.card-icon18 {
  height: 30px;
  object-fit: cover;
}
 
.card-content8 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.card-header8 {
  color: rgb(255, 255, 255);
}
 
.card-description8 {
  color: rgb(194, 198, 204);
}
 
.services-fragment9 {
  display: contents;
}
 
.services-text186 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .cardroot-class-name {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .cardroot-class-name2 {
    flex: 0 0 auto;
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .cardroot-class-name5 {
    display: none;
  }
  .cardroot-class-name9 {
    display: none;
  }
  .cardroot-class-name12 {
    display: none;
  }
  .cardroot-class-name13 {
    display: none;
  }
}

.services-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  background-color: #0F0F0F;
}
 
.services-section1 {
  width: 100%;
  height: 746px;
  display: flex;
  align-items: center;
  border-color: #51515A;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  border-bottom-width: 1px;
}
 
.services-hero {
  width: 1268px;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-right: 555px;
  flex-direction: row;
  justify-content: space-between;
}
 
.services-navlink1 {
  display: contents;
}
 
.services-component11 {
  text-decoration: none;
}
 
.services-content {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: 321px;
  display: flex;
  z-index: auto;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}
 
.services-main {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.services-header {
  gap: var(--dl-space-space-unit);
  height: 196px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.services-heading {
  color: var(--dl-color-gray-black);
  width: 598px;
  height: 98px;
  z-index: +1;
  font-size: 3em;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-weight: 100;
  text-transform: capitalize;
}
 
.services-caption {
  color: var(--dl-color-gray-black);
  z-index: +1;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 300;
  line-height: 30px;
}
 
.services-image1 {
  display: none;
}
 
.services-container2 {
  width: 100%;
  height: 173px;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  flex-direction: column;
  justify-content: center;
  background-color: #533e9a;
}
 
.services-text108 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
}
 
.services-text109 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-weight: 200;
}
 
.services-section2 {
  width: 100%;
  height: 395px;
  display: flex;
  align-items: flex-start;
  border-color: #51515A;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0);
  border-bottom-width: 0px;
}
 
.services-container3 {
  width: 1241px;
  height: 313px;
  display: grid;
  align-self: center;
  place-items: start center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
 
.services-fragment1 {
  display: contents;
}
 
.services-text110 {
  display: inline-block;
}
 
.services-fragment2 {
  display: contents;
}
 
.services-text119 {
  display: inline-block;
  text-align: left;
}
 
.services-fragment3 {
  display: contents;
}
 
.services-text128 {
  display: inline-block;
}
 
.services-container4 {
  width: 1241px;
  height: 313px;
  display: none;
  align-self: center;
  place-items: start center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
 
.services-fragment4 {
  display: contents;
}
 
.services-text137 {
  display: inline-block;
}
 
.services-fragment5 {
  display: contents;
}
 
.services-text148 {
  display: inline-block;
  text-align: left;
}
 
.services-fragment6 {
  display: contents;
}
 
.services-text157 {
  display: inline-block;
}
 
.services-container5 {
  width: 1241px;
  height: 313px;
  display: none;
  align-self: center;
  place-items: start center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
 
.services-fragment7 {
  display: contents;
}
 
.services-text166 {
  display: inline-block;
}
 
.services-fragment8 {
  display: contents;
}
 
.services-text177 {
  display: inline-block;
  text-align: left;
}
 
.services-fragment9 {
  display: contents;
}
 
.services-text186 {
  display: inline-block;
}
 
.services-navbar-interactive {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  padding-right: var(--dl-space-space-threeunits);
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.services-image3 {
  height: 2rem;
}
 
.services-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.services-links1 {
  flex: 1;
  width: 826px;
  display: flex;
  align-items: center;
  padding-left: 35px;
  flex-direction: row;
  justify-content: flex-start;
}
 
.services-navlink2 {
  text-decoration: none;
}
 
.services-navlink3 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
 
.services-navlink4 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
 
.services-buttons1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.services-register1 {
  text-decoration: none;
}
 
.services-login1 {
  border-width: 0px;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
 
.services-burger-menu {
  display: none;
}
 
.services-icon10 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.services-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
 
.services-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.services-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
 
.services-logo {
  height: 2rem;
}
 
.services-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.services-icon12 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.services-links2 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.services-text195 {
  margin-bottom: var(--dl-space-space-unit);
}
 
.services-text196 {
  margin-bottom: var(--dl-space-space-unit);
}
 
.services-text197 {
  margin-bottom: var(--dl-space-space-unit);
}
 
.services-text198 {
  margin-bottom: var(--dl-space-space-unit);
}
 
.services-text199 {
  margin-bottom: var(--dl-space-space-unit);
}
 
.services-buttons2 {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.services-login2 {
  margin-right: var(--dl-space-space-twounits);
}
 
.services-icon14 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
 
.services-icon16 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
 
.services-icon18 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.services-image4 {
  top: 150px;
  right: 0px;
  width: 473px;
  height: 652px;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.services-image5 {
  width: 1246px;
  height: 388px;
  z-index: 2;
  object-fit: cover;
}
 
@media(max-width: 1200px) {
  .services-section1 {
    align-self: center;
  }
  .services-hero {
    width: 1091px;
    padding-left: 0px;
    padding-right: 467px;
  }
  .services-header {
    align-items: flex-start;
  }
  .services-heading {
    color: var(--dl-color-gray-black);
    font-size: 3em;
    font-style: inherit;
    font-weight: 300;
    text-transform: capitalize;
  }
  .services-caption {
    font-style: normal;
    text-align: left;
    font-family: Poppins;
    font-weight: 300;
  }
  .services-text109 {
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
  }
  .services-navbar-interactive {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    height: 99px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: var(--dl-color-theme-neutral-dark);
  }
  .services-register1 {
    width: 282px;
    text-align: right;
  }
  .services-login1 {
    width: 192px;
    margin-right: 0px;
    text-decoration: none;
  }
}
 
@media(max-width: 991px) {
  .services-section1 {
    height: 946px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .services-hero {
    gap: var(--dl-space-space-fourunits);
    flex: 1;
    position: relative;
    max-width: auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .services-content {
    position: relative;
    align-items: center;
  }
  .services-main {
    align-items: center;
  }
  .services-heading {
    width: auto;
    text-align: left;
  }
  .services-caption {
    text-align: left;
  }
  .services-image1 {
    width: 100%;
    display: flex;
    align-self: center;
    align-items: flex-end;
    flex-direction: column;
  }
  .services-image2 {
    width: 576px;
    align-self: center;
  }
  .services-section2 {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .services-container3 {
    width: 991px;
    height: 359px;
  }
  .services-container4 {
    width: 991px;
    height: 359px;
    display: none;
  }
  .services-container5 {
    width: 991px;
    height: 359px;
    display: none;
  }
  .services-image4 {
    right: 0px;
    display: none;
    position: absolute;
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .services-content {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .services-heading {
    font-size: 40px;
  }
  .services-caption {
    color: var(--dl-color-theme-neutral-dark);
  }
  .services-text101 {
    font-style: normal;
  }
  .services-text105 {
    font-style: normal;
  }
  .services-image2 {
    width: 500px;
  }
  .services-container2 {
    height: 206px;
  }
  .services-text108 {
    text-align: center;
  }
  .services-container3 {
    width: 767px;
    height: 338px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .services-container4 {
    width: 767px;
    display: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .services-container5 {
    width: 767px;
    display: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .services-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .services-desktop-menu {
    display: none;
  }
  .services-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services-text195 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .services-text196 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .services-text197 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .services-text198 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .services-text199 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}
 
@media(max-width: 479px) {
  .services-header {
    align-self: center;
    align-items: flex-start;
  }
  .services-heading {
    width: 346px;
    height: 154px;
    max-width: 280px;
    margin-right: 0px;
  }
  .services-caption {
    color: var(--dl-color-theme-neutral-dark);
    font-size: 16px;
    font-family: Poppins;
    line-height: 24px;
  }
  .services-text100 {
    font-weight: 300;
  }
  .services-text101 {
    font-style: normal;
  }
  .services-text102 {
    font-style: normal;
  }
  .services-text103 {
    font-style: normal;
  }
  .services-text104 {
    font-weight: 700;
  }
  .services-text105 {
    font-style: normal;
  }
  .services-text106 {
    font-style: normal;
  }
  .services-text107 {
    font-weight: 300;
  }
  .services-image2 {
    width: 400px;
  }
  .services-container2 {
    height: 347px;
  }
  .services-text109 {
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
  }
  .services-section2 {
    height: 568px;
    padding-top: 0px;
    margin-bottom: 1px;
  }
  .services-container3 {
    width: 479px;
    height: 490px;
    padding-top: 0px;
    place-items: start center;
    margin-bottom: 0px;
  }
  .services-container4 {
    width: 479px;
    display: none;
    margin-bottom: 0px;
  }
  .services-container5 {
    width: 201px;
    height: 503px;
    margin-bottom: 0px;
  }
  .services-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .services-mobile-menu {
    padding: 16px;
  }
  .services-image4 {
    display: none;
  }
  .services-image5 {
    display: none;
  }
}
