.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #302E2F;
}
.home-navbar {
  width: 100%;
  display: none;
  position: relative;
  max-width: 100%;
  box-shadow: 5px 5px 10px 0px #000000;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.07) 0.00%,rgba(0, 0, 0, 0.51) 99.00%);
}
.home-logo {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.home-desktop-menu {
  display: flex;
}
.home-nav {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link01 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link02 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link03 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link04 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.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: #fff;
}
.home-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-logo1 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text002 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text003 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text004 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text005 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text006 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-container2 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
}
.home-login {
  margin-right: var(--dl-space-space-twounits);
}
.home-icon-group {
  display: flex;
}
.home-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-view {
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
  background-color: #00f699;
}
.home-hero {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-image: linear-gradient(180deg, rgb(48, 48, 48) 22.00%,rgb(44, 62, 80) 100.00%);
}
.home-heading {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.home-caption {
  color: rgb(255, 255, 255);
  font-size: 54px;
  max-width: 800px;
  text-align: center;
  line-height: 55px;
}
.home-image {
  width: 110%;
  height: 700px;
  object-fit: cover;
}
.home-image01 {
  width: 40%;
  object-fit: cover;
}
.home-image02 {
  width: 110%;
  height: 700px;
  object-fit: cover;
}
.home-buttons {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-view1 {
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
  background-color: #00f699;
}
.home-description {
  gap: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
}
.home-container3 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  align-items: flex-end;
  padding-top: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
}
.home-description1 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-self: center;
  align-items: flex-start;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-content {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-paragraph {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
.home-paragraph1 {
  color: rgb(255, 255, 255);
  font-size: 30px;
  text-align: center;
  line-height: 60px;
}
.home-links {
  width: 100%;
  height: 251px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.home-link05 {
  text-decoration: none;
}
.home-arrow {
  width: 25px;
  object-fit: cover;
}
.home-link06 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
  border-top-width: 0px;
}
.home-arrow1 {
  width: 25px;
  object-fit: cover;
}
.home-cards {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
  background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
}
.home-row {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-card {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  box-shadow: 5px 5px 10px 0px #000000;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fourunits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-color: #000000;
}
.home-avatar {
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  background-color: #FDEA6B;
}
.home-avatar1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-main {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content01 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header {
  color: rgb(255, 255, 255);
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}
.home-description2 {
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 18px;
  max-width: 400px;
  line-height: 27px;
}
.home-learn {
  gap: var(--dl-space-space-unit);
  color: white;
  display: flex;
  padding: 0px;
  box-shadow: none;
  align-items: center;
  padding-top: 0px;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
  text-decoration: none;
  background-color: transparent;
}
.home-text025 {
  font-style: normal;
  font-weight: 500;
}
.home-image03 {
  width: 16px;
  object-fit: cover;
}
.home-card1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: auto;
  display: flex;
  box-shadow: 5px 5px 10px 0px #040404;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fourunits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-color: #FFCF77;
}
.home-main1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content02 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header01 {
  color: rgb(0, 0, 0);
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}
.home-description3 {
  color: #000000;
  width: 100%;
  font-size: 18px;
  max-width: 400px;
  line-height: 27px;
}
.home-learn1 {
  gap: var(--dl-space-space-unit);
  color: #000000;
  display: flex;
  padding: 0px;
  box-shadow: none;
  align-items: center;
  padding-top: 0px;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
  text-decoration: none;
  background-color: transparent;
}
.home-text026 {
  font-style: normal;
  font-weight: 500;
}
.home-image04 {
  width: 16px;
  object-fit: cover;
}
.home-card2 {
  gap: var(--dl-space-space-twounits);
  width: 80%;
  display: flex;
  box-shadow: 5px 5px 10px 0px #000000;
  align-items: flex-start;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fourunits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-color: #8FA7DF;
}
.home-row1 {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.home-main2 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}
.home-content03 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header02 {
  color: rgb(0, 0, 0);
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}
.home-description4 {
  color: #000000;
  width: 100%;
  font-size: 18px;
  max-width: 400px;
  line-height: 27px;
}
.home-learn2 {
  gap: var(--dl-space-space-unit);
  color: #000000;
  display: flex;
  padding: 0px;
  box-shadow: none;
  align-items: center;
  padding-top: 0px;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
  text-decoration: none;
  background-color: transparent;
}
.home-text027 {
  font-style: normal;
  font-weight: 500;
}
.home-image05 {
  width: 16px;
  object-fit: cover;
}
.home-image06 {
  width: 50%;
  box-shadow: 5px 5px 10px 0px #000000;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-collection {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 160px;
  background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
}
.home-content04 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-caption1 {
  color: #FFCF77;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-heading01 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header03 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}
.home-header04 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-project {
  gap: 120px;
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 160px;
  background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
}
.home-understand {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.home-content05 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-caption2 {
  color: rgb(255, 207, 119);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-heading02 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header05 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-header06 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-image07 {
  width: 480px;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #040404;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-mining {
  gap: 130px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image08 {
  width: 510px;
  box-shadow: 5px 5px 10px 0px #000000;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-content06 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-caption3 {
  color: rgb(255, 207, 119);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-heading03 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header07 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-header08 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-content07 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-caption4 {
  color: rgb(255, 207, 119);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-heading04 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header09 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-header10 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-image09 {
  width: 480px;
  box-shadow: 5px 5px 10px 0px #000000;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-roadmap {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
  background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
}
.home-heading05 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  box-shadow: 5px 5px 10px 0px #000000;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
}
.home-header11 {
  color: rgb(255, 255, 255);
  font-size: 90px;
  max-width: 900px;
  font-style: normal;
  font-weight: 500;
  line-height: 108px;
  text-transform: uppercase;
}
.home-list {
  gap: 106px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #FFCF77;
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  border-left-width: 1px;
}
.home-step {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading06 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header12 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.home-header13 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-step1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading07 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home-header14 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.home-header15 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-step2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading08 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header16 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.home-header17 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-step3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading09 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header18 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.home-header19 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-heading10 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header20 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.home-header21 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-heading11 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header22 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.home-header23 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-heading12 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header24 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.home-header25 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-heading13 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: 640px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header26 {
  color: rgb(255, 255, 255);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.home-header27 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-join-us {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 160px;
  background-image: linear-gradient(180deg, rgb(48, 48, 48) 24.00%,rgb(44, 62, 80) 100.00%);
}
.home-content08 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  overflow: hidden;
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  flex-direction: column;
  background-color: rgba(255, 207, 119, 0);
}
.home-main3 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-heading14 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  padding: var(--dl-space-space-threeunits);
  align-self: center;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.home-header28 {
  color: #ffffff;
  font-size: 80px;
  max-width: 900px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 108px;
}
.home-caption5 {
  color: #ffffff;
  font-size: 24px;
  max-width: 800px;
  line-height: 36px;
}
.home-view2 {
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
  background-color: #9DDADB;
}
.home-faq {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
}
.home-header29 {
  color: rgb(255, 255, 255);
  font-size: 90px;
  max-width: 900px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 108px;
}
.home-accordion {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
}
.home-element {
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: rgba(255, 255, 255, 0.3);
  padding-bottom: var(--dl-space-space-threeunits);
  border-top-width: 1px;
}
.home-content09 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 800px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header30 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  padding-right: var(--dl-space-space-oneandhalfunits);
}
.home-description5 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  max-width: 800px;
  line-height: 27px;
}
.home-icon-container {
  padding-top: var(--dl-space-space-halfunit);
}
.home-icon08 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  display: none;
}
.home-icon10 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}
.home-element1 {
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: rgba(255, 255, 255, 0.3);
  padding-bottom: var(--dl-space-space-threeunits);
}
.home-content10 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 800px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header31 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  padding-right: var(--dl-space-space-oneandhalfunits);
}
.home-description6 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  max-width: 800px;
  line-height: 27px;
}
.home-icon-container1 {
  padding-top: var(--dl-space-space-halfunit);
}
.home-icon12 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  display: none;
}
.home-icon14 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}
.home-element2 {
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: rgba(255, 255, 255, 0.3);
  padding-bottom: var(--dl-space-space-threeunits);
}
.home-content11 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 800px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header32 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  padding-right: var(--dl-space-space-oneandhalfunits);
}
.home-description7 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  max-width: 800px;
  line-height: 27px;
}
.home-icon-container2 {
  padding-top: var(--dl-space-space-halfunit);
}
.home-icon16 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  display: none;
}
.home-icon18 {
  fill: #ffffff;
  width: 16px;
  height: 16px;
}
.home-get-yours {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100%;
  padding-top: var(--dl-space-space-sixunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-sixunits);
  background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
}
.home-row2 {
  gap: var(--dl-space-space-threeunits);
  height: 100%;
  display: flex;
  flex-direction: row;
}
.home-column {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-card3 {
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #020202;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #FFCF77;
}
.home-link07 {
  display: contents;
}
.home-icon20 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.home-column1 {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.home-card4 {
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  box-shadow: 5px 5px 10px 0px #000000;
  margin-top: 300px;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  padding-bottom: 24px;
  background-color: #000000;
}
.home-link08 {
  display: contents;
}
.home-icon22 {
  fill: #FFCF77;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.home-column2 {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-card5 {
  gap: var(--dl-space-space-twounits);
  width: 80%;
  display: flex;
  padding: var(--dl-space-space-fourunits);
  box-shadow: 5px 5px 10px 0px #000000;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: column;
  background-color: #8FA7DF;
}
.home-content12 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  max-width: 460px;
  align-items: flex-start;
  flex-direction: column;
}
.home-header33 {
  color: rgb(0, 0, 0);
  width: 100%;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}
.home-description8 {
  color: rgb(0, 0, 0);
  width: 100%;
  font-size: 18px;
  max-width: 500px;
  line-height: 27px;
}
.home-link09 {
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
.home-footer {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  position: relative;
  max-width: 100%;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
  background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
}
.home-main4 {
  width: 80%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.home-branding {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading15 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-logo2 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.home-caption6 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 27px;
}
.home-socials {
  gap: var(--dl-space-space-unit);
  width: 51px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-icon24 {
  fill: #D9D9D9;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.home-link11 {
  display: contents;
}
.home-image10 {
  width: 25px;
  height: 27px;
  object-fit: cover;
  text-decoration: none;
}
.home-link12 {
  display: contents;
}
.home-icon28 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.home-links1 {
  gap: 120px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-list1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-items {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link13 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link14 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link15 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link16 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link17 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-list2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-items1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link18 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link19 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link20 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link21 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-socials1 {
  gap: var(--dl-space-space-unit);
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-twitter {
  text-decoration: none;
}
.home-image11 {
  width: 100px;
  object-fit: cover;
}
.home-icon30 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.home-icon32 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.home-socials2 {
  gap: var(--dl-space-space-unit);
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-copyright {
  color: rgb(255, 255, 255);
  font-size: 12px;
  align-self: center;
}
.home-link24 {
  display: contents;
}
.home-image12 {
  width: 10%;
  height: auto;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
@media(max-width: 1600px) {
  .home-navbar {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.07) 0.00%,rgba(0, 0, 0, 0.51) 99.00%);
  }
  .home-view {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: #00f699;
  }
  .home-hero {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 22.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-view1 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: #00f699;
  }
  .home-description {
    padding-bottom: 0px;
  }
  .home-container3 {
    padding-top: var(--dl-space-space-twounits);
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-description1 {
    align-self: center;
  }
  .home-paragraph {
    text-align: center;
  }
  .home-paragraph1 {
    text-align: center;
  }
  .home-cards {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-card {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-card1 {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-card2 {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-image06 {
    width: 50%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-collection {
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-project {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-roadmap {
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading05 {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
  }
  .home-list {
    border-color: #FFCF77;
  }
  .home-join-us {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 24.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-content08 {
    background-color: rgba(255, 207, 119, 0);
  }
  .home-header28 {
    color: #ffffff;
  }
  .home-caption5 {
    color: #ffffff;
  }
  .home-view2 {
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-faq {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
  }
  .home-get-yours {
    height: 100%;
    background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  .home-row2 {
    align-self: flex-start;
  }
  .home-card3 {
    height: auto;
  }
  .home-icon20 {
    height: auto;
  }
  .home-card4 {
    height: auto;
  }
  .home-card5 {
    width: 100%;
  }
  .home-header33 {
    width: 100%;
  }
  .home-footer {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
    background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  .home-socials {
    width: var(--dl-size-size-large);
  }
  .home-icon28 {
    fill: #D9D9D9;
  }
  .home-image12 {
    width: var(--dl-size-size-medium);
    height: var(--dl-size-size-medium);
  }
}
@media(max-width: 1200px) {
  .home-navbar {
    box-shadow: 5px 5px 10px 0px #080808;
    border-radius: var(--dl-radius-radius-radius8);
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.07) 0.00%,rgba(0, 0, 0, 0.51) 99.00%);
  }
  .home-link02 {
    color: rgb(255, 255, 255);
  }
  .home-link03 {
    color: rgb(255, 255, 255);
  }
  .home-link04 {
    color: rgb(255, 255, 255);
  }
  .home-view {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: #00f699;
  }
  .home-hero {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 22.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading {
    width: 100%;
    padding-top: var(--dl-space-space-twounits);
  }
  .home-caption {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 36px;
  }
  .home-text007 {
    font-size: 54px;
  }
  .home-image {
    width: 120%;
    height: 450px;
    align-self: center;
  }
  .home-image01 {
    width: 80%;
    align-self: center;
  }
  .home-image02 {
    width: 120%;
    height: 450px;
    align-self: center;
  }
  .home-view1 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: #00f699;
  }
  .home-description {
    padding-bottom: 0px;
  }
  .home-container3 {
    height: 100%;
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-description1 {
    height: 100%;
    align-self: center;
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-content {
    align-self: center;
  }
  .home-paragraph {
    align-self: center;
    text-align: center;
  }
  .home-paragraph1 {
    text-align: center;
  }
  .home-links {
    height: 100%;
  }
  .home-link05 {
    align-self: center;
  }
  .home-link06 {
    align-self: center;
  }
  .home-cards {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-row {
    justify-content: center;
  }
  .home-card {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-card1 {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-card2 {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-image06 {
    width: 50%;
    height: auto;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    padding-top: 0px;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-collection {
    padding-top: var(--dl-space-space-twounits);
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-project {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-understand {
    padding-right: var(--dl-space-space-twounits);
  }
  .home-header05 {
    text-transform: uppercase;
  }
  .home-image07 {
    width: 40%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-mining {
    padding-left: var(--dl-space-space-twounits);
  }
  .home-image08 {
    width: 40%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-header07 {
    text-transform: uppercase;
  }
  .home-content07 {
    width: 100%;
    align-self: flex-start;
  }
  .home-heading04 {
    width: 100%;
  }
  .home-header09 {
    text-transform: uppercase;
  }
  .home-header10 {
    width: 100%;
  }
  .home-image09 {
    width: 60%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-roadmap {
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading05 {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
  }
  .home-header11 {
    text-transform: uppercase;
  }
  .home-list {
    border-color: #FFCF77;
  }
  .home-header12 {
    color: rgb(255, 255, 255);
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    text-decoration: inherit;
  }
  .home-join-us {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 24.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-content08 {
    background-color: transparent;
  }
  .home-header28 {
    color: #ffffff;
  }
  .home-caption5 {
    color: #fbfbfb;
  }
  .home-view2 {
    border-width: 0px;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-faq {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
  }
  .home-get-yours {
    height: 100%;
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
    background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  .home-card3 {
    width: 100%;
    height: auto;
    align-self: flex-start;
    box-shadow: 5px 5px 10px 0px #020202;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-icon20 {
    width: 100%;
    height: auto;
  }
  .home-card4 {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 10px 0px #000000;
    margin-top: 400px;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-icon22 {
    fill: #FFCF77;
    width: 100%;
    height: 100%;
  }
  .home-card5 {
    width: 100%;
    height: 100%;
    box-shadow: 5px 5px 10px 0px #000000;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-footer {
    background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  .home-heading15 {
    width: 528px;
  }
  .home-socials {
    width: var(--dl-size-size-large);
  }
  .home-icon28 {
    fill: #D9D9D9;
  }
}
@media(max-width: 991px) {
  .home-navbar {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.07) 0.00%,rgba(0, 0, 0, 0.51) 99.00%);
  }
  .home-logo {
    font-size: 52px;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-logo1 {
    color: #000000;
  }
  .home-view {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: #00f699;
  }
  .home-hero {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 22.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading {
    width: 100%;
    height: 100%;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 36px;
  }
  .home-text007 {
    font-size: 44px;
  }
  .home-text008 {
    font-size: 44px;
  }
  .home-image {
    width: 129%;
    height: 400px;
  }
  .home-image01 {
    width: 70%;
  }
  .home-image02 {
    width: 120%;
    height: 400px;
  }
  .home-view1 {
    border-radius: var(--dl-radius-radius-radius8);
    background-color: #00f699;
  }
  .home-description {
    height: 100%;
    padding-bottom: 0px;
  }
  .home-container3 {
    height: 100%;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-description1 {
    height: 100%;
    align-self: center;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .home-content {
    width: 100%;
    height: 100%;
    align-self: center;
  }
  .home-paragraph {
    width: 100%;
    height: 100%;
    font-size: 32px;
    align-self: center;
    text-align: center;
  }
  .home-paragraph1 {
    width: 100%;
    height: 100%;
    font-size: 32px;
    align-self: center;
    text-align: center;
    line-height: 50px;
  }
  .home-link05 {
    align-self: center;
  }
  .home-link06 {
    align-self: center;
  }
  .home-cards {
    height: 100%;
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-row {
    align-self: center;
    flex-direction: column;
  }
  .home-card {
    width: 70%;
    padding: var(--dl-space-space-twounits);
    align-self: center;
    box-shadow: 5px 5px 10px 0px #0a0a0a;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-main {
    align-self: center;
  }
  .home-description2 {
    width: 200%;
    font-size: 18px;
  }
  .home-card1 {
    width: 70%;
    padding: var(--dl-space-space-twounits);
    align-self: center;
    box-shadow: 5px 5px 10px 0px #040404;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-card2 {
    width: 70%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-row1 {
    flex-direction: column;
  }
  .home-header02 {
    width: 100%;
  }
  .home-image06 {
    width: 80%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-collection {
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-caption1 {
    font-size: 28px;
  }
  .home-heading01 {
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-bottom: var(--dl-space-space-unit);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-header03 {
    align-self: center;
    text-transform: uppercase;
  }
  .home-header04 {
    text-align: center;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-project {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-sixunits);
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-understand {
    align-items: center;
    flex-direction: column;
  }
  .home-content05 {
    align-self: center;
  }
  .home-caption2 {
    font-size: 30px;
  }
  .home-header05 {
    text-transform: uppercase;
  }
  .home-image07 {
    width: 60%;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-mining {
    flex-direction: column-reverse;
  }
  .home-image08 {
    width: 60%;
    box-shadow: 5px 5px 10px 0px #020202;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-content06 {
    align-self: center;
  }
  .home-caption3 {
    font-size: 30px;
  }
  .home-header07 {
    text-transform: uppercase;
  }
  .home-caption4 {
    font-size: 30px;
  }
  .home-header09 {
    text-transform: uppercase;
  }
  .home-image09 {
    width: 60%;
    box-shadow: 5px 5px 10px 0px #020202;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-roadmap {
    padding-top: var(--dl-space-space-fourunits);
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading05 {
    height: 100%;
    box-shadow: 5px 5px 10px 0px #000000;
    padding-top: var(--dl-space-space-oneandhalfunits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
  }
  .home-header11 {
    color: #ffffff;
    font-size: 70px;
    text-transform: uppercase;
  }
  .home-list {
    border-color: #FFCF77;
  }
  .home-header12 {
    font-size: 52px;
  }
  .home-header13 {
    font-size: 18px;
  }
  .home-header14 {
    font-size: 52px;
  }
  .home-header16 {
    font-size: 52px;
  }
  .home-header18 {
    font-size: 52px;
  }
  .home-header20 {
    font-size: 52px;
  }
  .home-header22 {
    font-size: 52px;
  }
  .home-header24 {
    font-size: 52px;
  }
  .home-header26 {
    font-size: 52px;
  }
  .home-content08 {
    background-color: transparent;
  }
  .home-heading14 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 24.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-header28 {
    color: #fbf8f8;
  }
  .home-caption5 {
    color: #fbfbfb;
    text-align: center;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-view2 {
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-faq {
    padding-top: var(--dl-space-space-fourunits);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
  }
  .home-get-yours {
    height: auto;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  .home-row2 {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    height: 555px;
    align-items: center;
    justify-content: center;
  }
  .home-column {
    flex: 1;
    align-items: flex-start;
  }
  .home-card3 {
    width: 100%;
    height: auto;
    align-self: flex-start;
    box-shadow: 5px 5px 10px 0px #000000;
    aspect-ratio: 0.85;
    border-radius: var(--dl-radius-radius-radius8);
    justify-content: center;
  }
  .home-icon20 {
    width: 100%;
    height: auto;
  }
  .home-column1 {
    flex: 1;
    align-items: flex-end;
  }
  .home-card4 {
    width: 100%;
    box-shadow: 5px 5px 10px 0px #000000;
    margin-top: 0px;
    aspect-ratio: 0.85;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-icon22 {
    fill: #FFCF77;
    width: 100%;
    height: 100%;
  }
  .home-column2 {
    width: 100%;
  }
  .home-card5 {
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-width: 0px;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-footer {
    background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  .home-main4 {
    width: 100%;
    padding: var(--dl-space-space-fourunits);
    align-self: center;
    box-shadow: 5px 5px 10px 0px #020202;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-heading15 {
    width: 346px;
    height: 100%;
  }
  .home-logo2 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
  }
  .home-caption6 {
    width: 80%;
    font-size: 18px;
  }
  .home-socials {
    width: 100%;
    height: 100%;
  }
  .home-links1 {
    width: 100%;
    padding-right: var(--dl-space-space-twounits);
  }
  .home-copyright {
    align-self: center;
  }
  .home-image12 {
    width: 20%;
    height: 100%;
    align-self: center;
  }
}
@media(max-width: 767px) {
  .home-navbar {
    width: 100%;
    box-shadow: 5px 5px 10px 0px #080808;
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.07) 0.00%,rgba(0, 0, 0, 0.51) 99.00%);
  }
  .home-logo {
    font-size: 42px;
  }
  .home-view {
    align-self: center;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: #00f699;
  }
  .home-hero {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 22.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading {
    gap: var(--dl-space-space-unit);
    width: 100%;
    height: 100%;
  }
  .home-caption {
    color: rgb(255, 255, 255);
    width: 80%;
    font-size: 24px;
    align-self: center;
    line-height: 36px;
  }
  .home-text007 {
    font-size: 50px;
    line-height: 56px;
  }
  .home-image {
    width: 120%;
    height: 320px;
    align-self: center;
  }
  .home-image01 {
    width: 50%;
    align-self: center;
  }
  .home-image02 {
    width: 120%;
    height: 310px;
    align-self: center;
  }
  .home-view1 {
    align-self: center;
    border-radius: var(--dl-radius-radius-radius8);
    background-color: #00f699;
  }
  .home-description {
    gap: var(--dl-space-space-threeunits);
    padding-bottom: 0px;
  }
  .home-container3 {
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-description1 {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-content {
    gap: var(--dl-space-space-unit);
  }
  .home-paragraph {
    color: rgb(255, 255, 255);
    width: 80%;
    font-size: 20px;
    align-self: center;
    text-align: center;
    line-height: 30px;
    padding-top: var(--dl-space-space-unit);
  }
  .home-paragraph1 {
    width: 80%;
    font-size: 20px;
    align-self: center;
    line-height: 30px;
  }
  .home-cards {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-card {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #060606;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    border-radius: var(--dl-radius-radius-radius4);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-main {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header {
    font-size: 24px;
  }
  .home-description2 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .home-card1 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    border-radius: var(--dl-radius-radius-radius4);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-main1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header01 {
    font-size: 24px;
  }
  .home-description3 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-card2 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    box-shadow: 5px 5px 10px 0px #000000;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-row1 {
    gap: var(--dl-space-space-twounits);
  }
  .home-main2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-header02 {
    font-size: 24px;
    align-self: flex-start;
  }
  .home-description4 {
    font-size: 14px;
    align-self: flex-start;
    line-height: 21px;
  }
  .home-image06 {
    width: 80%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-collection {
    gap: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-content04 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading01 {
    gap: var(--dl-space-space-unit);
    width: 80%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-header03 {
    width: 100%;
    font-size: 32px;
    text-align: center;
    padding-top: var(--dl-space-space-halfunit);
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .home-header04 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    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);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.16) 100%);
  }
  .home-text029 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text030 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text035 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text049 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-text050 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-project {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-sixunits);
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-understand {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-content05 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading02 {
    gap: var(--dl-space-space-unit);
  }
  .home-header05 {
    font-size: 32px;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .home-header06 {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-image07 {
    width: 90%;
    box-shadow: 5px 5px 10px 0px #060606;
    padding-top: 0px;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-mining {
    gap: var(--dl-space-space-fourunits);
  }
  .home-image08 {
    width: 90%;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-content06 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading03 {
    gap: var(--dl-space-space-unit);
  }
  .home-header07 {
    font-size: 32px;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .home-text059 {
    font-size: 32px;
    letter-spacing: 0;
  }
  .home-header08 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-content07 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading04 {
    gap: var(--dl-space-space-unit);
  }
  .home-header09 {
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .home-header10 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-image09 {
    width: 90%;
    box-shadow: 5px 5px 10px 0px #0c0c0c;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-roadmap {
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading05 {
    gap: var(--dl-space-space-unit);
    width: 50%;
    box-shadow: 5px 5px 10px 0px #000000;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-bottom: var(--dl-space-space-unit);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
  }
  .home-header11 {
    color: rgb(255, 207, 119);
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
  }
  .home-list {
    gap: var(--dl-space-space-threeunits);
    padding-top: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-bottom: 0px;
  }
  .home-step {
    width: 80%;
  }
  .home-heading06 {
    gap: var(--dl-space-space-unit);
    width: 100%;
  }
  .home-header12 {
    color: rgb(255, 207, 119);
    width: 100%;
    font-size: 32px;
  }
  .home-header13 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .home-text066 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-step1 {
    width: 80%;
  }
  .home-heading07 {
    gap: var(--dl-space-space-unit);
    width: 100%;
  }
  .home-header14 {
    color: rgb(255, 207, 119);
    width: 100%;
    font-size: 32px;
  }
  .home-header15 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .home-step2 {
    width: 80%;
  }
  .home-heading08 {
    gap: var(--dl-space-space-unit);
    width: 100%;
  }
  .home-header16 {
    color: rgb(255, 207, 119);
    width: 100%;
    font-size: 32px;
  }
  .home-header17 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .home-step3 {
    width: 80%;
  }
  .home-heading09 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
  }
  .home-header18 {
    color: rgb(255, 207, 119);
    width: 100%;
    font-size: 32px;
  }
  .home-header19 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .home-heading10 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 80%;
  }
  .home-header20 {
    color: rgb(255, 207, 119);
    width: 100%;
    font-size: 32px;
  }
  .home-header21 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .home-heading11 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 80%;
  }
  .home-header22 {
    color: rgb(255, 207, 119);
    width: 100%;
    font-size: 32px;
  }
  .home-header23 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .home-heading12 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 80%;
  }
  .home-header24 {
    color: rgb(255, 207, 119);
    width: 100%;
    font-size: 32px;
  }
  .home-header25 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-heading13 {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 80%;
  }
  .home-header26 {
    color: rgb(255, 207, 119);
    width: 100%;
    font-size: 32px;
  }
  .home-header27 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .home-join-us {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 24.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-content08 {
    padding-top: var(--dl-space-space-threeunits);
    background-color: transparent;
  }
  .home-main3 {
    gap: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading14 {
    gap: var(--dl-space-space-unit);
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 24.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-header28 {
    color: #f7f4f4;
    font-size: 36px;
    line-height: 43px;
  }
  .home-caption5 {
    color: rgb(255, 253, 253);
    font-size: 16px;
    line-height: 26px;
  }
  .home-view2 {
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-faq {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-header29 {
    font-size: 36px;
    line-height: 43px;
  }
  .home-element {
    align-items: flex-start;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-header30 {
    font-size: 16px;
  }
  .home-description5 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-element1 {
    align-items: flex-start;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-header31 {
    font-size: 16px;
  }
  .home-description6 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-element2 {
    align-items: flex-start;
    padding-top: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-header32 {
    font-size: 16px;
  }
  .home-description7 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-get-yours {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  .home-row2 {
    gap: var(--dl-space-space-oneandhalfunits);
    height: 555px;
  }
  .home-card3 {
    width: 100%;
    height: auto;
    padding: var(--dl-space-space-unit);
    box-shadow: 5px 5px 10px 0px #060606;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-icon20 {
    width: 100%;
    height: auto;
  }
  .home-card4 {
    padding: var(--dl-space-space-unit);
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: 16px;
  }
  .home-icon22 {
    fill: #FFCF77;
    width: 100%;
    height: 100%;
    box-shadow: 5px 5px 10px 0px #060606;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-card5 {
    gap: var(--dl-space-space-threeunits);
    box-shadow: 5px 5px 10px 0px #000000;
    align-items: center;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-content12 {
    align-items: center;
  }
  .home-header33 {
    font-size: 32px;
    text-align: center;
  }
  .home-description8 {
    font-size: 14px;
    text-align: center;
    line-height: 21px;
  }
  .home-link09 {
    margin-top: 0px;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-footer {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-main4 {
    gap: var(--dl-space-space-threeunits);
    border-radius: var(--dl-radius-radius-radius8);
    flex-direction: column;
    justify-content: flex-start;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-container4 {
    width: 100%;
  }
  .home-branding {
    width: 100%;
  }
  .home-heading15 {
    gap: var(--dl-space-space-unit);
    width: 100%;
    align-self: flex-start;
    box-shadow: 5px 5px 10px 0px #040404;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-bottom: var(--dl-space-space-unit);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-logo2 {
    font-size: 20px;
    line-height: 24px;
    padding-left: var(--dl-space-space-twounits);
  }
  .home-caption6 {
    width: 80%;
    font-size: 12px;
    line-height: 18px;
    padding-left: var(--dl-space-space-twounits);
  }
  .home-socials {
    display: none;
  }
  .home-icon28 {
    fill: #D9D9D9;
  }
  .home-links1 {
    gap: var(--dl-space-space-fourunits);
    width: 100%;
    padding-left: var(--dl-space-space-twounits);
    justify-content: flex-start;
  }
  .home-list1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-list2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-socials1 {
    display: flex;
    align-self: center;
  }
  .home-icon30 {
    fill: #D9D9D9;
  }
  .home-icon32 {
    fill: #D9D9D9;
  }
  .home-socials2 {
    display: flex;
  }
  .home-copyright {
    align-self: center;
  }
  .home-image12 {
    width: 10%;
    align-self: center;
  }
}
@media(max-width: 479px) {
  .home-navbar {
    height: auto;
    padding: var(--dl-space-space-halfunit);
    box-shadow: 5px 8px 15px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-logo {
    color: #fdfdfd;
    font-size: 32px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-view {
    width: auto;
    height: 100%;
    font-size: 14px;
    align-self: flex-end;
    text-align: center;
    padding-top: var(--dl-space-space-halfunit);
    border-width: 0px;
    padding-left: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    text-decoration: none;
    background-color: rgb(0, 246, 153);
  }
  .home-hero {
    height: auto;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-twounits);
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 22.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-caption {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 24px;
    align-self: center;
    line-height: 36px;
  }
  .home-text007 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
  }
  .home-text010 {
    font-size: 18px;
  }
  .home-image {
    width: 110%;
    height: 200px;
    align-self: center;
  }
  .home-image01 {
    width: 60%;
    height: auto;
    align-self: center;
  }
  .home-image02 {
    width: 110%;
    height: 200px;
    align-self: center;
  }
  .home-view1 {
    align-self: center;
    border-width: 0px;
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: 0px;
    text-decoration: none;
    background-color: #00f699;
  }
  .home-description {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-container3 {
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-paragraph {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 40px;
    align-self: center;
    text-align: center;
    padding-top: 18px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-text011 {
    color: #f9f9f9;
    font-size: 20px;
    font-style: inherit;
    font-weight: 700;
    line-height: 30px;
  }
  .home-text012 {
    color: #f9f9f9;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
  }
  .home-text013 {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
  }
  .home-text014 {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
  }
  .home-text015 {
    font-size: 20px;
    font-style: italic;
    line-height: inherit;
  }
  .home-text016 {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    line-height: inherit;
  }
  .home-text017 {
    font-style: italic;
    line-height: 60px;
  }
  .home-text018 {
    font-style: italic;
    line-height: 60px;
  }
  .home-paragraph1 {
    color: rgb(241, 241, 241);
    width: 100%;
    font-size: 20px;
    align-self: center;
    text-align: center;
    line-height: 30px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-text019 {
    font-style: italic;
  }
  .home-text020 {
    font-style: normal;
  }
  .home-text021 {
    font-style: normal;
  }
  .home-text022 {
    font-style: italic;
  }
  .home-link05 {
    width: 100%;
    align-self: center;
    background-color: transparent;
  }
  .home-link06 {
    width: 100%;
    align-self: center;
  }
  .home-cards {
    align-self: center;
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-card {
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius4);
  }
  .home-header {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
  }
  .home-description2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-align: left;
    line-height: 27px;
  }
  .home-learn {
    align-self: flex-start;
  }
  .home-text025 {
    font-style: normal;
    font-weight: 500;
  }
  .home-card1 {
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
    border-radius: var(--dl-radius-radius-radius4);
  }
  .home-content02 {
    align-self: flex-start;
  }
  .home-header01 {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
  }
  .home-description3 {
    color: rgb(0, 0, 0);
    align-self: flex-start;
  }
  .home-text026 {
    font-weight: 500;
  }
  .home-card2 {
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-main2 {
    align-self: flex-start;
  }
  .home-content03 {
    align-self: flex-start;
  }
  .home-header02 {
    color: rgb(0, 0, 0);
    align-self: flex-start;
  }
  .home-description4 {
    color: rgb(0, 0, 0);
    align-self: flex-start;
  }
  .home-learn2 {
    align-self: flex-start;
  }
  .home-text027 {
    font-style: normal;
    font-weight: 500;
  }
  .home-image06 {
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-collection {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 21px;
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-content04 {
    align-self: center;
    padding-top: 20px;
  }
  .home-caption1 {
    align-self: flex-start;
    font-style: normal;
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .home-heading01 {
    width: 100%;
    height: 100%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-header03 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 32px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 1px;
  }
  .home-header04 {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 27px;
    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);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.16) 100%);
  }
  .home-text029 {
    width: 383px;
    align-self: center;
    text-align: center;
  }
  .home-text030 {
    width: 383px;
    align-self: center;
    text-align: center;
  }
  .home-text035 {
    width: 383px;
    align-self: center;
    text-align: center;
  }
  .home-text049 {
    width: 383px;
    align-self: center;
    text-align: center;
  }
  .home-text050 {
    width: 383px;
    align-self: center;
    text-align: center;
  }
  .home-project {
    padding-top: var(--dl-space-space-oneandhalfunits);
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-understand {
    padding-right: 0px;
  }
  .home-content05 {
    height: 100%;
    padding-top: var(--dl-space-space-unit);
  }
  .home-caption2 {
    color: rgb(255, 207, 119);
    font-size: 20px;
  }
  .home-heading02 {
    align-self: center;
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius4);
    padding-right: var(--dl-space-space-unit);
  }
  .home-header05 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 72px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-top: var(--dl-space-space-halfunit);
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .home-text054 {
    font-size: 32px;
  }
  .home-header06 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 21px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-image07 {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-mining {
    padding-left: 0px;
  }
  .home-image08 {
    height: 100%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-caption3 {
    color: rgb(255, 207, 119);
    font-size: 20px;
  }
  .home-heading03 {
    width: 100%;
    align-self: center;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius4);
    padding-right: var(--dl-space-space-unit);
  }
  .home-header07 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 32px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-left: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .home-text059 {
    font-size: 32px;
  }
  .home-header08 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 27px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: 11px;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-content07 {
    align-self: center;
  }
  .home-caption4 {
    color: rgb(255, 207, 119);
    font-size: 20px;
  }
  .home-heading04 {
    align-self: center;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius4);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-header09 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 32px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .home-header10 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 27px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-image09 {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-roadmap {
    padding-top: 20px;
    background-image: linear-gradient(0deg, rgb(48, 48, 48) 23.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading05 {
    width: 100%;
    max-width: 100%;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    margin-top: 0px;
    padding-top: 2px;
    border-radius: var(--dl-radius-radius-radius8);
    padding-bottom: 0px;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.8) 100.00%);
  }
  .home-header11 {
    color: rgb(255, 207, 119);
    width: 80%;
    font-size: 40px;
    max-width: 100%;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    line-height: 108px;
    text-transform: uppercase;
  }
  .home-list {
    align-self: flex-start;
    border-color: rgb(255, 207, 119);
  }
  .home-heading06 {
    width: 125%;
    align-self: flex-start;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.5) 98.00%);
  }
  .home-header12 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 28px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-top: var(--dl-space-space-unit);
    text-transform: uppercase;
  }
  .home-header13 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 21px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text066 {
    width: 415px;
    align-self: flex-start;
    text-align: center;
    padding-left: var(--dl-space-space-unit);
    padding-right: 20px;
  }
  .home-heading07 {
    width: 125%;
    align-self: flex-start;
    box-shadow: 5px 5px 10px 0px #000000;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
    border-radius: var(--dl-radius-radius-radius4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.5) 100.00%);
  }
  .home-header14 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 28px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-transform: uppercase;
  }
  .home-header15 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 27px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-heading08 {
    width: 125%;
    align-self: flex-start;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.5) 100.00%);
  }
  .home-header16 {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    font-size: 28px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-transform: uppercase;
  }
  .home-header17 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 27px;
    padding-top: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-heading09 {
    width: 125%;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.5) 100.00%);
  }
  .home-header18 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 28px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-transform: uppercase;
  }
  .home-header19 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 27px;
    padding-top: 0px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-heading10 {
    width: 100%;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.5) 100.00%);
  }
  .home-header20 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 28px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-transform: uppercase;
  }
  .home-header21 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 21px;
    padding-top: 0px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-heading11 {
    width: 100%;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.5) 100.00%);
  }
  .home-header22 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 28px;
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-transform: uppercase;
  }
  .home-header23 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    padding-top: 0px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-heading12 {
    width: 100%;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(0, 0, 0, 0.5) 100.00%);
  }
  .home-header24 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 28px;
    align-self: center;
    text-align: center;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-transform: uppercase;
  }
  .home-header25 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    padding-top: 0px;
    padding-left: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-unit);
    background-image: mixed;
  }
  .home-heading13 {
    width: 100%;
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.18) 3.00%,rgba(0, 0, 0, 0.5) 100.00%);
  }
  .home-header26 {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    font-size: 28px;
    align-self: center;
    text-align: center;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-header27 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: center;
    text-align: center;
    line-height: 27px;
    padding-top: 0px;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-join-us {
    height: 100%;
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 24.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-content08 {
    align-self: center;
    padding-top: 0px;
    background-color: transparent;
  }
  .home-main3 {
    background-image: linear-gradient(180deg, rgb(48, 48, 48) 24.00%,rgb(44, 62, 80) 100.00%);
  }
  .home-heading14 {
    align-self: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-header28 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 28px;
    align-self: center;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    padding-top: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-text076 {
    font-size: 36px;
  }
  .home-caption5 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 16px;
    align-self: center;
    margin-top: 0px;
    text-align: left;
    font-weight: 300;
    line-height: 24px;
    margin-left: 0px;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-twounits);
    border-radius: var(--dl-radius-radius-radius8);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text078 {
    font-weight: 700;
  }
  .home-text085 {
    font-weight: 700;
  }
  .home-text096 {
    font-weight: 700;
  }
  .home-text098 {
    font-weight: 700;
  }
  .home-text101 {
    font-weight: 700;
  }
  .home-text104 {
    font-weight: 700;
  }
  .home-text107 {
    font-weight: 700;
  }
  .home-text110 {
    font-weight: 700;
  }
  .home-text119 {
    font-weight: 700;
  }
  .home-text122 {
    font-weight: 700;
  }
  .home-text125 {
    font-weight: 700;
  }
  .home-view2 {
    border-radius: var(--dl-radius-radius-radius8);
    text-transform: uppercase;
    background-color: rgb(157, 218, 219);
  }
  .home-faq {
    padding-top: 27px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-header29 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
  }
  .home-header30 {
    color: rgb(255, 255, 255);
  }
  .home-description5 {
    color: rgb(255, 255, 255);
    line-height: 21px;
  }
  .home-header31 {
    color: rgb(255, 255, 255);
    font-size: 16px;
  }
  .home-description6 {
    color: rgb(255, 255, 255);
    line-height: 21px;
  }
  .home-header32 {
    color: rgb(255, 255, 255);
    font-size: 16px;
  }
  .home-description7 {
    color: rgb(255, 255, 255);
    line-height: 21px;
  }
  .home-get-yours {
    background-image: linear-gradient(to right, #bdc3c7 0%, #2c3e50 100%);
  }
  .home-row2 {
    height: 350px;
    padding-top: 18px;
  }
  .home-card3 {
    box-shadow: 5px 5px 10px 0px #000000;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-icon20 {
    fill: #000000;
    width: 100%;
    height: auto;
  }
  .home-card4 {
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-icon22 {
    fill: #FFCF77;
    width: 100%;
    height: 100%;
  }
  .home-card5 {
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    border-width: 0px;
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-header33 {
    color: rgb(0, 0, 0);
    width: 100%;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
  }
  .home-description8 {
    color: rgb(0, 0, 0);
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    padding-left: 18px;
    padding-right: 14px;
  }
  .home-text133 {
    font-weight: 700;
  }
  .home-text138 {
    font-weight: 700;
  }
  .home-link09 {
    border-radius: var(--dl-radius-radius-radius8);
  }
  .home-footer {
    height: 100%;
    align-self: center;
  }
  .home-main4 {
    height: 100%;
    align-self: center;
    padding-top: 0px;
    padding-left: 1px;
    border-radius: var(--dl-radius-radius-radius8);
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-branding {
    align-self: flex-start;
  }
  .home-heading15 {
    width: 100%;
    height: 100%;
    align-self: flex-start;
    align-items: flex-start;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .home-logo2 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 32px;
    align-self: flex-start;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    padding-top: 11px;
    padding-left: var(--dl-space-space-oneandhalfunits);
  }
  .home-caption6 {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 14px;
    align-self: flex-start;
    text-align: left;
    line-height: 27px;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-icon28 {
    fill: #D9D9D9;
  }
  .home-links1 {
    height: 100%;
    align-self: center;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-unit);
    justify-content: flex-start;
  }
  .home-link14 {
    color: rgb(255, 255, 255);
  }
  .home-link15 {
    color: rgb(255, 255, 255);
  }
  .home-link17 {
    color: rgb(255, 255, 255);
  }
  .home-link18 {
    color: rgb(255, 255, 255);
  }
  .home-link20 {
    color: rgb(255, 255, 255);
  }
  .home-socials1 {
    margin-top: 57px;
    align-items: center;
    justify-content: center;
  }
  .home-icon30 {
    fill: #D9D9D9;
  }
  .home-icon32 {
    fill: #D9D9D9;
  }
  .home-copyright {
    color: rgb(255, 255, 255);
    font-size: 12px;
    align-self: center;
  }
  .home-image12 {
    width: 20%;
    height: 100%;
    align-self: center;
  }
}
