.cryptocurrency-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.cryptocurrency-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: sticky;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.cryptocurrency-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.cryptocurrency-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.cryptocurrency-image {
  width: 50px;
  object-fit: cover;
}
.cryptocurrency-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.cryptocurrency-link {
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.cryptocurrency-link01 {
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.cryptocurrency-link02 {
  margin-right: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.cryptocurrency-link03 {
  text-decoration: none;
}
.cryptocurrency-cta-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.cryptocurrency-cta-btn {
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 34px;
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-unit);
  background-color: var(--dl-color-primary-100);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.cryptocurrency-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.cryptocurrency-icon {
  width: 36px;
  height: 36px;
}
.cryptocurrency-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.cryptocurrency-top {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.cryptocurrency-image1 {
  width: 50px;
  object-fit: cover;
}
.cryptocurrency-container1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cryptocurrency-icon02 {
  width: 24px;
  height: 24px;
}
.cryptocurrency-mid {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cryptocurrency-links-container1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
}
.cryptocurrency-link04 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.cryptocurrency-link05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.cryptocurrency-link06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.cryptocurrency-link07 {
  text-decoration: none;
}
.cryptocurrency-cta-btn1 {
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 34px;
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-unit);
  background-color: var(--dl-color-primary-100);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.cryptocurrency-bot {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  margin-top: auto;
  align-items: flex-start;
  flex-direction: column;
}
.cryptocurrency-social-links-container {
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.cryptocurrency-icon04 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.cryptocurrency-icon06 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.cryptocurrency-icon08 {
  width: 24px;
  height: 24px;
}
.cryptocurrency-hero {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.cryptocurrency-hero-text-container {
  width: 35%;
  display: flex;
  align-items: flex-start;
  margin-left: 50px;
  flex-direction: column;
}
.cryptocurrency-link08 {
  display: contents;
}
.cryptocurrency-heading {
  margin-bottom: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.cryptocurrency-text {
  color: var(--dl-color-gray-500);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.cryptocurrency-text04 {
  text-decoration: underline;
}
.cryptocurrency-text08 {
  color: var(--dl-color-gray-500);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.cryptocurrency-image2 {
  width: 50%;
  object-fit: contain;
}
.cryptocurrency-section-separator {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-700);
}
.cryptocurrency-features {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
}
.cryptocurrency-heading-container {
  width: 1131px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.cryptocurrency-text12 {
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
  text-decoration: none;
}
.cryptocurrency-text13 {
  text-decoration:  underline;
}
.cryptocurrency-text14 {
  text-decoration: none;
}
.cryptocurrency-text15 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.cryptocurrency-cta-btn2 {
  color: var(--dl-color-gray-white);
  align-self: stretch;
  text-align: center;
  padding-top: var(--dl-space-space-doubleunit);
  border-width: 0px;
  border-radius: 34px;
  padding-bottom: var(--dl-space-space-doubleunit);
  background-color: var(--dl-color-primary-100);
}
.cryptocurrency-text21 {
  text-align: center;
}
.cryptocurrency-text23 {
  text-decoration: underline;
}
.cryptocurrency-text25 {
  color: var(--dl-color-gray-500);
  text-align: center;
}
.cryptocurrency-about-us {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.cryptocurrency-heading-container1 {
  width: 35%;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.cryptocurrency-link12 {
  display: contents;
}
.cryptocurrency-text29 {
  margin-bottom: var(--dl-space-space-tripleunit);
  text-decoration: none;
}
.cryptocurrency-cta-btn3 {
  color: var(--dl-color-gray-white);
  width: 80%;
  align-self: flex-start;
  text-align: center;
  padding-top: var(--dl-space-space-doubleunit);
  border-width: 0px;
  border-radius: 34px;
  padding-bottom: var(--dl-space-space-doubleunit);
  background-color: var(--dl-color-primary-100);
}
.cryptocurrency-text-container {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.cryptocurrency-text32 {
  color: var(--dl-color-gray-500);
}
.cryptocurrency-text34 {
  color: var(--dl-color-gray-500);
}
.cryptocurrency-cta-btn4 {
  color: var(--dl-color-gray-white);
  width: 80%;
  display: none;
  align-self: flex-start;
  text-align: center;
  padding-top: var(--dl-space-space-doubleunit);
  border-width: 0px;
  border-radius: 34px;
  padding-bottom: var(--dl-space-space-doubleunit);
  background-color: var(--dl-color-primary-100);
}
.cryptocurrency-section-separator1 {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-700);
}
.cryptocurrency-contact {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.cryptocurrency-content-container {
  width: 50%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-gray-700);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.cryptocurrency-link13 {
  display: contents;
}
.cryptocurrency-text38 {
  margin-top: var(--dl-space-space-fiveunits);
  margin-bottom: var(--dl-space-space-fiveunits);
  text-decoration: none;
}
.cryptocurrency-locations-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: row;
}
.cryptocurrency-location-1 {
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.cryptocurrency-heading1 {
  font-size: 24px;
  font-style: normal;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-doubleunit);
}
.cryptocurrency-social-links-container1 {
  display: flex;
  align-self: flex-start;
  margin-top: var(--dl-space-space-fiveunits);
  align-items: flex-start;
  flex-direction: row;
}
.cryptocurrency-icon10 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.cryptocurrency-icon12 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-doubleunit);
}
.cryptocurrency-icon14 {
  width: 24px;
  height: 24px;
}
.cryptocurrency-image3 {
  width: 50%;
  object-fit: cover;
}
@media(max-width: 991px) {
  .cryptocurrency-hero {
    flex-direction: column-reverse;
  }
  .cryptocurrency-hero-text-container {
    width: 80%;
  }
  .cryptocurrency-image2 {
    width: 80%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .cryptocurrency-cta-btn2 {
    width: 40%;
  }
  .cryptocurrency-about-us {
    flex-direction: column;
  }
  .cryptocurrency-heading-container1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .cryptocurrency-cta-btn3 {
    width: 40%;
    display: none;
  }
  .cryptocurrency-text-container {
    width: 100%;
  }
  .cryptocurrency-cta-btn4 {
    width: 280px;
    display: block;
    margin-top: var(--dl-space-space-doubleunit);
  }
  .cryptocurrency-locations-container {
    flex-wrap: wrap;
  }
  .cryptocurrency-location-1 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .cryptocurrency-image3 {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .cryptocurrency-links-container {
    display: none;
  }
  .cryptocurrency-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-gray-black);
  }
  .cryptocurrency-icon {
    fill: var(--dl-color-gray-white);
  }
  .cryptocurrency-heading {
    text-align: center;
  }
  .cryptocurrency-text {
    text-align: center;
  }
  .cryptocurrency-text08 {
    text-align: center;
  }
  .cryptocurrency-heading-container {
    width: 100%;
  }
  .cryptocurrency-about-us {
    align-items: center;
  }
  .cryptocurrency-heading-container1 {
    align-items: center;
  }
  .cryptocurrency-text29 {
    text-align: center;
  }
  .cryptocurrency-contact {
    padding-right: var(--dl-space-space-tripleunit);
    flex-direction: column;
  }
  .cryptocurrency-content-container {
    width: 100%;
  }
  .cryptocurrency-image3 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .cryptocurrency-cta-btn {
    font-size: 16px;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
  }
  .cryptocurrency-burger-menu {
    margin-left: var(--dl-space-space-doubleunit);
  }
  .cryptocurrency-cta-btn1 {
    font-size: 16px;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
  }
  .cryptocurrency-hero-text-container {
    width: 100%;
  }
  .cryptocurrency-image2 {
    width: 100%;
  }
  .cryptocurrency-content-container {
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cryptocurrency-text38 {
    text-align: center;
  }
  .cryptocurrency-locations-container {
    margin-bottom: 0px;
    justify-content: center;
  }
  .cryptocurrency-location-1 {
    margin-right: 0px;
  }
  .cryptocurrency-social-links-container1 {
    align-self: center;
  }
}
