body {
  background-color: #2a3142;
  font-family: Roboto, sans-serif;
  color: #dee3e5;
  font-size: 16px;
  line-height: 24;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

label {
  display: block;
  margin-bottom: 5px;
  color: rgba(222, 227, 229, 0.6);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
}

.support-info {
    margin-top: 15px;
}

.support-info a {
    text-decoration: none;
    color: #a889ff;
}

.body {
  height: 100vh;
  margin-right: 80px;
  margin-left: 80px;
  background-color: #2a3142;
  background-image: url('../images/bg-art.svg'), url('../images/Noise2x.png'), radial-gradient(circle farthest-corner at 100% 100%, #111726 50%, rgba(17, 23, 38, 0.5)), -webkit-gradient(linear, left top, left bottom, from(#111726), to(#111726));
  background-image: url('../images/bg-art.svg'), url('../images/Noise2x.png'), radial-gradient(circle farthest-corner at 100% 100%, #111726 50%, rgba(17, 23, 38, 0.5)), linear-gradient(180deg, #111726, #111726);
  background-position: 40vw -20%, 0px 0px, 0px 0px, 0px 0px;
  background-size: 100vw, 160px, auto, auto;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
  color: #dee3e5;
  font-size: 16px;
  line-height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.herosection {
  overflow: hidden;
  height: 100vh;
}

.herosection.mainscreen {
  margin-top: 0px;
}

.heading {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 820px;
  margin-top: 32vh;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.heading.revoilution {
  max-width: 842px;
  margin: 0vh auto 56px;
}

.whitehighlight {
  color: #fff;
}

.bgart {
  position: absolute;
  left: 34%;
  top: 17%;
  right: -100%;
  bottom: auto;
  z-index: 0;
  display: none;
  background-image: url('../images/bg-art.svg');
  background-position: 0px 0px;
  background-size: 1200px 1200px;
  opacity: 0.1;
}

.accordiontrigger {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: auto;
  height: 96px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(24px, 24px) 1fr 133px;
  grid-template-columns: minmax(24px, 24px) 1fr 133px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #2a3142;
  cursor: pointer;
}

.accordiontrigger.whoweare {
  position: relative;
}

.image {
  position: absolute;
  top: 36px;
  margin-top: auto;
  margin-bottom: auto;
}

.plusicon {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.aclabel {
  width: 133px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 12px;
  letter-spacing: 3.8px;
  text-transform: uppercase;
}

.divider {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #dee3e5;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo {
  width: 140px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 80px;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.linklight {
  background-color: #dee3e5;
  font-family: 'Roboto Mono', sans-serif;
  color: #111726;
  font-size: 12px;
  font-weight: 700;
}

.lightlink {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #dee3e5;
  font-family: 'Roboto Mono', sans-serif;
  color: #111726;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.lightlink:hover {
  text-decoration: underline;
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.menuitemlink {
  font-family: Roboto, sans-serif;
  color: #dee3e5;
  font-size: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.whoweare {
  position: relative;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.heading-4 {
  width: 16.66%;
  margin-top: 0px;
  margin-bottom: 80px;
  border-bottom: 2px solid #2a3142;
}

.heading-4.dark {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  border-bottom-style: none;
  color: #111726;
}

.heading-3 {
  width: 55%;
  max-width: 624px;
  margin: 0px auto 80px;
  font-family: 'Chakra Petch', sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.heading-3.conacts-title {
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.purplehighlight {
  color: #a889ff;
}

.paragraph {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.paragraph.pl224 {
  padding-left: 224px;
}

.p-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 842px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-container.mb-56 {
  margin-bottom: 56px;
}

.p-container.mb-32 {
  margin-bottom: 32px;
}

.heading-5 {
  min-width: 200px;
  margin-top: 8px;
  margin-right: 24px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.heading-5.footer-title {
  color: #909cbd;
}

.joinsection {
  max-width: 842px;
  margin-right: auto;
  margin-bottom: 180px;
  margin-left: auto;
}

.button {
  padding: 20px 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #dee3e5;
  font-family: 'Roboto Mono', sans-serif;
  color: #111726;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button.ml-224 {
  margin-left: 224px;
}

.button.ml-224:hover {
  background-color: rgba(222, 227, 229, 0.7);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Roboto Mono', sans-serif;
  color: #818ca7;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
}

.menuitem {
  position: relative;
}

.activeindicator {
  position: absolute;
  left: -20px;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: 700;
}

.accordion {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 10;
  display: block;
  margin-right: 80px;
  margin-left: 80px;
  padding-right: 0px;
}

.h-line {
  position: absolute;
  top: 11px;
  width: 24px;
  height: 2px;
  background-color: #dee3e5;
}

.h-line.dark {
  background-color: #111726;
}

.v-line {
  position: absolute;
  left: 11px;
  width: 2px;
  height: 24px;
  background-color: #dee3e5;
}

.v-line.dark {
  background-color: #111726;
}

.non-interactive-accordioncontent,
.accordioncontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 78px 80px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #dee3e5;
  opacity: 1;
}

.accordionwho {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  z-index: 10;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48vh;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #111726;
}

.tab-item {
  height: 25%;
  text-decoration: none;
}

.tab-item:hover {
  background-color: rgba(48, 62, 101, 0.05);
}

.menu-item-text {
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: 'Roboto Mono', sans-serif;
  color: #111726;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.close-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-btn:hover {
  background-color: rgba(48, 62, 101, 0.05);
}

.close-btn.modal {
  top: 40px;
  right: 40px;
}

.cross {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabs-container {
  position: relative;
  min-width: 440px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 2px solid #111726;
}

.project-tab-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.project-tab-content.lobstr {
  display: block;
}

.project-tab-content.lobstr-vault {
  display: none;
  opacity: 0;
}

.project-tab-content.stellarx {
  display: none;
  opacity: 0;
}

.project-tab-content.stellarterm {
  display: none;
  opacity: 0;
}

.project-tab-content.usdc-swap {
  display: none;
}

.project-desc {
  color: #111726;
}

.darklink {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 8%;
  display: inline-block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #111726;
  font-family: 'Roboto Mono', sans-serif;
  color: #dee3e5;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.darklink:hover {
  text-decoration: underline;
}

.contacts-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(17, 23, 38, 0.8);
  opacity: 1;
}

.modal-content {
  overflow: scroll;
  position: relative;
  left: 75vw;
  z-index: 15;
  display: block;
  max-width: 65vw;
  padding: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #111726;
  box-shadow: 4px 0 60px 24px rgba(12, 16, 28, 0.5), 0 -40px 100px 0 #0c101c;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.contacts-info {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.contacts-info.mb-32 {
  margin-bottom: 32px;
}

.row.footer {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.footer.copyrights {
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.column.mr-16 {
  margin-right: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column.ml-16 {
  margin-left: 16px;
}

.column.contacts-info-wrapper {
  width: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column._1-4.copyrights {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.icon {
  width: 24px;
  height: 24px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.icon.mr-16 {
  margin-right: 16px;
}

.icon.location {
  background-image: url('../images/map-pin-line.svg');
}

.icon.phone {
  background-image: url('../images/phone-line.svg');
}

.contacts-text {
  letter-spacing: 1px;
}

.text-field {
  height: 56px;
  margin-bottom: 24px;
  border: 1px solid #263459;
  background-color: #1d263b;
  color: #dee3e5;
}

.text-field:active {
  color: #dee3e5;
}

.text-field:focus {
  color: #dee3e5;
}

.text-field::-webkit-input-placeholder {
  color: #88a9b6;
}

.text-field:-ms-input-placeholder {
  color: #88a9b6;
}

.text-field::-ms-input-placeholder {
  color: #88a9b6;
}

.text-field::placeholder {
  color: #88a9b6;
}

.error .text-field {
  margin-bottom: 0;
}

.error .text-field + .error-message {
  margin-bottom: 10px;
  margin-top: 2px;
  color: #ea7070;
  display: block;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 623px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.textarea {
  height: 240px;
  margin-bottom: 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #263459;
  background-color: #1d263b;
  color: #dee3e5;
}

.textarea::-webkit-input-placeholder {
  color: #88a9b6;
}

.textarea:-ms-input-placeholder {
  color: #88a9b6;
}

.textarea::-ms-input-placeholder {
  color: #88a9b6;
}

.textarea::placeholder {
  color: #88a9b6;
}

.modal-close {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 14;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion-mobile {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 10;
  display: none;
  margin-right: 80px;
  margin-left: 80px;
  padding-right: 0px;
}

.success-text {
  color: #111726;
}

.error-text {
  color: #940d0f;
}

.success-message {
  background-color: #dee3e5;
}

.link {
  color: #a889ff;
  font-style: normal;
  text-decoration: none;
}

.purple-link {
  background-color: transparent;
}

.purple-link:hover {
  text-decoration: underline;
}

.contacts-modul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Roboto Mono', sans-serif;
  color: #a889ff;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-link-item {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a889ff!important;
  text-decoration: none;
}

.footer-link-item:hover {
  color: #a889ff;
  text-decoration: underline;
}

.footer-link-item:active {
  color: #bca4ff;
}

.footer-link-item:visited {
  color: #aa9cd1;
}

.footer-link-item.hidden {
  display: none;
}

.contacts-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-links-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  font-family: 'Roboto Mono', sans-serif;
  color: #dee3e5;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.social-links-item:hover {
  color: #a889ff;
  text-decoration: underline;
}

.social-links-item.social-image {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.twitter-svg {
  margin-right: 12px;
}

.p-link {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .accordiontrigger {
    padding-right: 48px;
    padding-left: 48px;
    grid-column-gap: 32px;
  }

  .heading-4 {
    width: 25%;
  }

  .heading-3 {
    width: auto;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .non-interactive-accordioncontent,
  .accordioncontent {
    display: none;
    padding-right: 32px;
    padding-left: 32px;
  }

  .tabs-container {
    min-width: 320px;
  }

  .contacts-modal {
    display: none;
  }

  .modal-content {
    max-width: 100vw;
  }

  .row.footer {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .row.footer.copyrights {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column._1-4 {
    width: 25%;
  }

  .navigation {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    margin-right: 40px;
    margin-left: 40px;
  }

  .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu {
    width: auto;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-4 {
    width: 33%;
  }

  .heading-5 {
    min-width: 120px;
    line-height: 20px;
  }

  .accordion {
    margin-right: 40px;
    margin-left: 40px;
  }

  .navigation {
    display: none;
  }

  .accordion-mobile {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-right: 16px;
    margin-left: 16px;
  }

  .herosection {
    height: auto;
  }

  .heading {
    margin-top: 18vh;
    font-size: 32px;
    line-height: 40px;
  }

  .heading.revoilution {
    margin-bottom: 40px;
  }

  .accordiontrigger {
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 24px;
    -ms-grid-columns: minmax(24px, 24px) 1fr;
    grid-template-columns: minmax(24px, 24px) 1fr;
  }

  .divider {
    display: none;
  }

  .logo {
    margin-bottom: 24px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .logo.navbar {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .header {
    display: none;
    margin-right: 16px;
    margin-left: 16px;
    padding-bottom: 24px;
  }

  .lightlink {
    display: block;
  }

  .whoweare {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .heading-4 {
    width: auto;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .heading-4.dark {
    margin-top: 0px;
    line-height: 32px;
  }

  .heading-3 {
    width: auto;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 34px;
  }

  .heading-3.conacts-title {
    margin-top: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 40px;
  }

  .paragraph.pl224 {
    padding-left: 0px;
  }

  .p-container {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-container.mb-56 {
    margin-bottom: 32px;
  }

  .heading-5 {
    margin-bottom: 16px;
  }

  .joinsection {
    margin-bottom: 80px;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .button.ml-224 {
    margin-left: 0px;
  }

  .footer {
    padding-top: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright {
    font-size: 14px;
  }

  .accordion {
    position: relative;
    bottom: auto;
    display: none;
    margin-top: 56px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .non-interactive-accordioncontent,
  .accordioncontent {
    display: none;
    height: auto;
    padding-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .accordionwho {
    position: relative;
    display: none;
    margin-bottom: 80px;
  }

  .tabs-wrapper {
    margin-right: 0px;
  }

  .close-btn.modal {
    display: none;
  }

  .tabs-container {
    display: block;
    height: auto;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .project-tab-content.lobstr {
    position: relative;
  }

  .project-tab-content.lobstr-vault {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .project-tab-content.stellarx {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .project-tab-content.stellarterm {
    position: relative;
    opacity: 1;
  }

  .project-desc {
    margin-bottom: 24px;
  }

  .darklink {
    position: static;
    bottom: auto;
    display: block;
  }

  .contacts-modal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }

  .modal-content {
    left: 0vw;
    padding: 32px 0px 0px;
    background-color: transparent;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.contacts-info.mb-32 {
    margin-bottom: 24px;
  }

  .row.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row.footer.copyrights {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column.mr-16 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .column.ml-16 {
    width: 100%;
    margin-left: 0px;
  }

  .column.contacts-info-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column._1-4 {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .text-field:active {
    color: #dee3e5;
  }

  .text-field:focus {
    color: #dee3e5;
  }

  .textarea:active {
    color: #dee3e5;
  }

  .textarea:focus {
    color: #dee3e5;
  }

  .modal-close {
    display: none;
  }

  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }

  .nav-container {
    margin-right: 16px;
    margin-left: 16px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #dee3e5;
    font-family: 'Roboto Mono', sans-serif;
    color: #111726;
  }

  .brand {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    color: #dee3e5;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button.w--open {
    background-color: #dee3e5;
    color: #111726;
  }

  .nav-link {
    display: block;
    color: #111726;
  }

  .nav-link.w--current {
    color: #303e65;
  }

  .text-span {
    background-color: #111726;
    color: #dee3e5;
    font-size: 14px;
    letter-spacing: 3.8px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .accordion-mobile {
    position: relative;
    bottom: auto;
    display: block;
    height: auto;
    margin-top: 56px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .product-acc-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .product-acc-container.last {
    margin-bottom: 0px;
  }

  .product-title {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .product-description {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .title-text {
    margin-bottom: 16px;
    border-bottom: 2px solid #111726;
    font-family: 'Roboto Mono', sans-serif;
    color: #111726;
    line-height: 40px;
    font-weight: 700;
  }

  .success-text {
    color: #111726;
  }

  .error-text {
    color: #940d0f;
  }

  .success-message {
    background-color: #dee3e5;
  }

  .footer-links {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .contacts-links {
    margin-top: 32px;
  }

  .social-links-item {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5cd094a3-57db-e848-8260-c7e614c821c1-c0b75bd2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d95c06c8-98ed-4364-eb4b-a3c48c1089b3-c0b75bd2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_58c1456b-5a34-e992-6f0e-807017820b32-c0b75bd2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-cc0d6f3f-5d94-017d-433c-d952a81b4581-c0b75bd2 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

