:root {
  --white: white;
  --bern-blue: #87cfc1;
  --bern-dark-blue: #1e2a35;
  --black: #1d1d1d;
  --dark-grey: #33383f;
  --light-grey: #99a4af;
  --grey: #626a72;
  --gradient-red: rgba(255, 1, 1, .15);
  --back-grey: #f5f6f7;
  --gradient-blue: rgba(122, 167, 255, .32);
  --dim-grey: #495158;
  --silver: #e7ecf0;
  --soft-grey: #cbd5df;
  --gradient-pink: rgba(239, 152, 207, .25);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}


.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
    width: 100%;
}

.flex-block-3 {
  border-bottom: 1px solid #343b4f;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 0;
}

.flex-block-2 {
  max-width: 75%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}


.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.finish-vault-button {

  padding: 10px;
  background-color: #87cfc1;
  line-height: 25px;
  border-radius: 100px;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  color: white;
  text-align: center;
  font-size: 20px;
  font-family: Centurygothic;
  align-self: flex-start;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.finish-vault-button:hover {
  border: 1px solid white;
  background-color: #87cfc1;
  color: white;
  transform: scale(1.05);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {

  background-color: var(--bern-dark-blue);
  color: var(--black);
  font-family: centurygothic, sans-serif;
  font-size: 16px;
  line-height: 20px;
  /* overflow-y: scroll;
  overflow-x: hidden; */
  /* overscroll-behavior: none; */
  /* Firefox */
  scrollbar-color: "#87cfc1";

}

/* body::-webkit-scrollbar {
    display: none;
  } */


h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .9;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 20px;
}

li {
  opacity: .9;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--grey);
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

em {
  letter-spacing: -.5px;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gradient-red);
  color: var(--dark-grey);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  text-align: center;
  margin-top: 12px;
}

.page-wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #1e2a35;
  
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Centurygothic, sans-serif;
  position: relative;
}

.page-wrapper.light-grey {
  background-color: var(--back-grey);
}

.page-wrapper.yourvaultswrapper {
  padding-top: 0;
}

.section {
  height: 700px;
  background-image: url('../images/BACKGROUND-2.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section.light-grey {
  background-color: var(--back-grey);
  position: relative;
}

.section.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.light-color-gradient {
  height: 100vh;
  background-color: #1e2a35;
  background-image: url('../images/bernoulliLandingImage-3.png'), linear-gradient(to bottom, var(--black) 15%, #1e2a35 27%);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Centurygothic, sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.section.black-gradient {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, .41), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
}

.section.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px rgba(32, 32, 32, .05);
}

.button:hover {
  background-color: var(--dark-grey);
}

.button:active {
  background-color: var(--grey);
  transform: translate(0, 2px);
  box-shadow: 0 0 rgba(32, 32, 32, 0);
}

.button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.outline {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--dim-grey);
  color: var(--black);
}

.button.outline:hover {
  background-color: var(--silver);
}

.button.outline:active {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
}

.button.light:hover {
  background-color: var(--silver);
  color: var(--grey);
}

.button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.button.light.mobile-hidden {
  box-shadow: inset 0 0 0 1px var(--silver);
}

.button.disabled {
  background-color: var(--back-grey);
  box-shadow: none;
  opacity: .7;
  color: var(--soft-grey);
}

.button.disabled:active {
  transform: none;
}

.button.subscribe {
  margin-bottom: 0;
  margin-left: -24px;
  padding-left: 22px;
  padding-right: 22px;
}

.button.dark {
  background-color: var(--dim-grey);
}

.button.dark:hover {
  background-color: var(--dark-grey);
}

.button.dark:active {
  background-color: var(--light-grey);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.white:hover {
  background-color: var(--silver);
}

.button.white:active {
  background-color: var(--soft-grey);
}

.spacer {
  height: 48px;
  background-color: var(--silver);
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._96 {
  width: 96px;
  height: 96px;
  height: 96px;
  background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box.center-align {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._500px {
  max-width: 500px;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  z-index: 1;
  width: 100%;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-content: stretch;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: 0;
}
.container.vaultnavheader {
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
  padding-right: 6%;
  padding-left: 6%;
  width: 100%;
  display: flex;
  position: sticky;
  height: 90px;
  justify-content: center;

}

.container.vaultnavheader-scrolled {
  flex-flow: column;
  align-items: stretch;
  max-width: 100%;
  padding-right: 6%;
  padding-left: 6%;
  width: 100%;
  display: flex;
  position: sticky;
  height: 90px;
  justify-content: center;

  background-color: #18222b;
  border-bottom: 1px solid #343b4f;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out;
  z-index: 100;
}


.container.vaultportfolionav {
  flex-wrap: nowrap;
}

.container.fixednavcontainer {
  justify-content: space-around;
  padding-right: 40px;
}

.color-block {
  width: 100%;
  height: 60px;
  background-color: var(--black);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.grey {
  background-color: var(--grey);
}

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.back-grey {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

.color-block.silver {
  background-color: var(--silver);
}

.color-block.white {
  border: 1px solid var(--silver);
  background-color: #fff;
}

.color-block.soft-red {
  border: 1px solid var(--silver);
  background-color: var(--gradient-red);
}

.color-block.soft-blue {
  border: 1px solid var(--silver);
  background-color: var(--gradient-blue);
}

.color-block.soft-pink {
  border: 1px solid var(--silver);
  background-color: var(--gradient-pink);
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 20px;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  width: 8.33%;
  flex: 0 auto;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
  flex: none;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: var(--silver);
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text h4,
.rich-text h3 {
  margin-top: 24px;
}

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  width: 100%;
  border-bottom: 1px solid var(--back-grey);
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: var(--grey);
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: var(--black);
}

.footer-link.w--current {
  opacity: 1;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer {
  z-index: 0;
  height: 400px;
  text-align: left;
  background-color: #1e2a35;
  border: 0 solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon {
  width: 64px;
  height: 64px;
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
}

.icon.large {
  width: 128px;
  height: 128px;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.nav-dropdown {
  color: var(--dark-grey);
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 2px;
  padding: 5px 22px 5px 8px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #1b9cca;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.paragraph.small {
  opacity: .75;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.medium {
  font-size: 18px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 1.4em;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu {
  text-align: right;
  margin-right: 6px;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  color: var(--silver);
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: var(--soft-grey);
}

.ds-menu-link.w--current {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  width: 240px;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), rgba(0, 0, 0, 0) 43%);
  padding-top: 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #197dff;
}

.form-error {
  background-color: var(--silver);
  color: var(--black);
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0;
}

.checkbox-field {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.check-box {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #197dff;
  background-position: 50%;
  background-size: 16px;
  border-color: #197dff;
}

.ds-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  width: 100%;
  background-color: var(--silver);
  color: var(--dark-grey);
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  background-color: var(--dim-grey);
  color: var(--white);
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.header {
  background-color: var(--back-grey);
  color: var(--black);
}

.ds-title {
  color: var(--dark-grey);
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-field {
  height: 44px;
  min-width: 120px;
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 9px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: var(--dark-grey);
}

.text-field::-ms-input-placeholder {
  color: var(--soft-grey);
}

.text-field::placeholder {
  color: var(--soft-grey);
}

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

.ebook-box {
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.ebook-thumbnail {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.text-area {
  min-height: 120px;
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.text-area::-ms-input-placeholder {
  color: var(--soft-grey);
}

.text-area::placeholder {
  color: var(--soft-grey);
}

.tabs-menu {
  width: 100%;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  border-bottom: 2px solid var(--silver);
  opacity: .5;
  color: var(--grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--grey);
}

.tab-link.w--current {
  opacity: 1;
  color: #197dff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #197dff;
  font-weight: 600;
}

.ds-description {
  max-width: 400px;
  color: var(--grey);
}

.small-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 16px;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .2s, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 1px rgba(0, 0, 0, .06);
}

.small-button:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.small-button:active {
  background-color: var(--dim-grey);
  transform: translate(0, 1px);
  box-shadow: 0 0 rgba(0, 0, 0, .06);
}

.small-button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
  margin-right: 0;
}

.small-button.light:hover {
  background-color: var(--silver);
}

.small-button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.small-button.dark {
  background-color: var(--dim-grey);
  box-shadow: none;
  margin-right: 0;
}

.small-button.dark:hover {
  background-color: var(--dark-grey);
}

.small-button.dark:active {
  background-color: var(--black);
}

.nav-container {
  width: 100%;
  height: 70px;
  max-width: 1230px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  color: var(--grey);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link:hover {
  color: var(--black);
}

.nav-link:active {
  color: var(--grey);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.cta-button {
  background-color: var(--black);
  box-shadow: 0 2px 0 0 var(--back-grey);
  color: var(--white);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
}

.nav-link.cta-button:hover {
  background-color: var(--dark-grey);
}

.nav-link.cta-button:active {
  background-color: var(--grey);
  box-shadow: 0 0 0 0 var(--silver);
  transform: translate(0, 1px);
}

.form-dropdown {
  width: 100%;
  height: 44px;
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  color: var(--light-grey);
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-header {
  color: var(--light-grey);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  min-height: 100px;
  min-width: 100px;
  background-color: var(--silver);
  border-radius: 2px;
  flex-direction: column;
  display: flex;
  position: relative;
}

._1-2-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._2-1-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 46px;
  line-height: 1.25em;
}

.heading.h1.small-margin {
  margin-bottom: 6px;
}

.heading.h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3em;
}

.heading.h3 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.4em;
}

.heading.h3.no-margin {
  margin-bottom: 0;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.45em;
}

.heading.h5 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.h6 {
  color: var(--grey);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.large-h1 {
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 1.15em;
}

.error-3 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  background-color: var(--black);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 57%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .25), rgba(0, 0, 0, 0) 42%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.utility-page-wrap.center-align {
  background-image: radial-gradient(circle farthest-corner at 50% -20%, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 61%), radial-gradient(circle farthest-corner at 0% 20%, var(--gradient-blue), rgba(0, 0, 0, 0) 42%);
  text-align: center;
}

.utility-page-content {
  width: 380px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.visible-spacer {
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 24px;
  display: inline-block;
}

.email-form {
  max-width: 450px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

._3-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email-subscribe {
  width: 100%;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.terms-card {
  z-index: 2;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 48px;
  position: relative;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
}

.popular-posts-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.hidden {
  display: none;
}

.search-bar {
  width: 280px;
  height: 36px;
  border: 1px solid var(--back-grey);
  background-color: var(--back-grey);
  color: var(--black);
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover,
.search-bar:focus {
  border-color: var(--soft-grey);
}

.search-bar::-ms-input-placeholder {
  color: var(--light-grey);
}

.search-bar::placeholder {
  color: var(--light-grey);
}

.search-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.card-text-link {
  width: 100%;
  max-width: 450px;
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.card-text-link:hover {
  color: var(--dark-grey);
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-card {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 12px;
  padding: 40px;
}

.title-tag {
  color: var(--light-grey);
  margin-bottom: 12px;
  font-weight: 500;
}

.cta-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.error-4 {
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.grey-text-link {
  border-bottom: 1px solid var(--soft-grey);
  color: var(--grey);
}

.grey-text-link:hover {
  border-bottom-color: var(--light-grey);
  color: var(--dark-grey);
}

.banner-section {
  z-index: 200;
  background-color: var(--white);
  background-image: radial-gradient(circle at 25% -20%, rgba(122, 167, 255, .15), rgba(255, 255, 255, 0) 52%), radial-gradient(circle at 100% 0, rgba(255, 1, 1, .08), rgba(255, 255, 255, 0) 25%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.banner-container {
  max-width: 1080px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.banner-link {
  color: var(--light-grey);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover {
  color: var(--black);
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.hero-illustration {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}

.large-3-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr .8fr;
}

.footer-logo-block {
  max-width: 650px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ebook-header-block {
  height: 50px;
  max-width: 650px;
  position: relative;
}

.ebook-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.ebook-cover {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.ebook-mobile-block {
  height: 50px;
  max-width: 650px;
  display: none;
  position: relative;
}

.full-page-wrapper {
  width: 100%;
  max-width: none;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-blue), transparent 44%), radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), transparent 32%);
  color: var(--white);
  align-items: center;
  padding: 24px 12px;
}

.form-page-logo {
  width: 190px;
}

.form-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.admin-form-card {
  width: 100%;
  max-width: 380px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  padding: 40px;
}

.admin-form-card.center-align {
  text-align: center;
}

.form-card-footer {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}

.below-card-link {
  color: var(--light-grey);
  margin-top: 24px;
  font-size: 14px;
  display: inline-block;
}

.below-card-link:hover {
  color: var(--soft-grey);
}

.checkbox-label {
  flex: 1;
  font-size: 14px;
  display: inline-block;
}

.white-text-link {
  border-bottom: 1px solid var(--grey);
  color: var(--white);
  transition: border-color .2s, color .2s;
}

.white-text-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--soft-grey);
}

.field-label {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.field-label.no-margin {
  margin-bottom: 0;
}

.account-header {
  border-style: none none solid;
  border-bottom-color: #e7ecf0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.account-info-wrapper {
  margin-top: 24px;
}

.account-card {
  width: 100%;
  max-width: 380px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  padding: 24px 32px;
}

.account-page-wrapper {
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: 650px;
  background-color: var(--silver);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 57%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .25), rgba(0, 0, 0, 0) 42%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.verification-box {
  text-align: center;
}

.form-page-logo-link {
  margin-bottom: 32px;
  transition: opacity .2s, color .2s;
}

.form-page-logo-link:hover {
  opacity: .9;
}

.launch-app-button {
  border: 1px solid var(--white);
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-left: 40px;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 25px;
  transition-property: none;
}

.launch-app-button:hover {
  filter: brightness(125%);
  color: #a9eadd;
  text-shadow: 0 0 8px #a9eadd;
  box-shadow: inset 0 2px 12px #a9eadd, 0 2px 20px #a9eadd;
}

.button-2 {
  border: 1px solid var(--white);
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 25px;
  transition-property: none;
}

.button-2:hover {
  filter: brightness(125%);
  color: #a9eadd;
  text-shadow: 0 0 8px #a9eadd;
  box-shadow: inset 0 2px 12px #a9eadd, 0 2px 20px #a9eadd;
}

.connect-wallet-button {

  color: #fff;
  /* text-shadow: 0 0 9px rgba(0, 0, 0, .2); */
  border-radius: 50px;
  margin-left: 20px;
  margin-right: 0;
  font-size: 20px;

}

.connect-wallet-button:hover {
  filter: brightness(125%);
  color: #a9eadd;
  text-shadow: 0 0 8px #a9eadd;
}


.form-connect-wallet-button {
  margin-top: 40px;
  align-self: center;

}

.button-2.connectwalletbutton.formbutton {
  text-align: center;
  margin-top: 40px;
  margin-left: 0;
  font-family: Centurygothic, sans-serif;
  align-items: center;
}

.button-2.connectwalletbutton.formbutton.depositbutton {
  font-family: Centurygothic, sans-serif;
}

.swap-button {
  color: white;
  border: 1px solid #a2ecdd;
  text-shadow: 0 0 9px rgba(0, 0, 0, .2);
  background-color: #87cfc1dc;
  border-radius: 100px;
  margin-top: 40px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 25px;

  font-family: Centurygothic, sans-serif;
}


.swap-button:hover {

  background-color: #87cfc1;
  border: 1px solid var(--white);
  filter: brightness(110%);
  /* box-shadow: inset 0 2px 12px #a9eadd, 0 2px 20px #a9eadd; */
}

.swap-button[disabled]:hover {
  cursor: not-allowed;
}

.button-2.positionsbutton {
  text-align: center;
  flex: 1;
  margin-left: 0;
  font-family: Centurygothic, sans-serif;
}

.div-block {
  width: 100%;
  max-width: 750px;
  border: 1px solid var(--white);
  opacity: 1;
  border-radius: 12px;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-2 {
  color: #a9eadd;
  text-align: center;
}

.paragraph-2 {
  color: var(--white);
  text-align: justifyleft;
  object-fit: fill;
  margin-bottom: 20px;
  font-family: Centaur;
  font-size: 20px;
}

.paragraph-3 {
  color: var(--white);
  text-align: justify;
  font-family: Centaur;
  font-size: 20px;
}

.howworkssection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.howworkssection.light-grey {
  background-color: var(--back-grey);
  position: relative;
}

.howworkssection.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.howworkssection.light-color-gradient {
  background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-2.png');
  background-position: 0 0;
  padding-top: 0;
  position: relative;
}

.howworkssection.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.howworkssection.black-gradient {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, .41), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
}

.howworkssection.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.controlsection {
  height: 100vh;
  object-fit: fill;
  background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;


  /* height: 100vh;
      background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-2.png');      
  opacity: 1;
      -webkit-text-fill-color: inherit;
      object-fit: fill;
      background-position: 50%, 0 0;
      background-repeat: repeat, repeat;
      background-size: cover, auto;
      background-attachment: scroll, scroll;
      background-clip: border-box;
      flex-flow: column;
      justify-content: flex-start;
      padding-top: 0;
      padding-bottom: 0;
      font-family: Centurygothic, sans-serif;
      display: flex;
      position: relative;
      overflow: visible; */
}

.controlsection.light-grey {
  background-color: var(--back-grey);
  position: relative;
}

.controlsection.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.controlsection.light-color-gradient {
  background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-2.png');
  background-position: 0 0;
  justify-content: flex-start;
  padding-top: 0;
  position: relative;
}

.controlsection.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.controlsection.black-gradient {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, .41), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
}

.controlsection.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.controldiv {
  width: 100%;
  max-width: 725px;
  border: 1px solid var(--white);
  opacity: 1;
  text-align: left;
  border-radius: 8px;
  flex: 0 auto;
  margin-top: 0;
  padding: 20px;
  display: block;
}

.bernoullicards {
  width: 100%;
  max-width: 700px;
  border: 1px solid var(--white);
  opacity: 1;
  cursor: pointer;
  border-radius: 8px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .3s;
  display: block;
}

.bernoullicards:hover {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  mix-blend-mode: normal;
  box-shadow: inset 0 0 18px #a9eadd, 0 2px 18px #a9eadd;
}

.glowheader {
  filter: brightness(125%);
  color: #a9eadd;
  text-align: center;
  text-transform: none;
  text-shadow: 0 0 18px #a9eadd;
  font-family: Gothic Bold, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.subtitle {
  opacity: 1;
  color: #87cfc1;
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.slider {
  background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-3.png');
  background-position: 0 0;
  background-size: cover;
}

.image {
  position: static;
}

.ix2-button {
  height: 30%;
  border: 1px solid var(--white);
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 40px rgba(0, 0, 0, .5);
}

.ix2-button__overlay-1 {
  z-index: 2;
  background-image: linear-gradient(to right, #a9eadd, #2630a5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ix2-button__overlay-2 {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(to right, #03c98a, #0076a8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ix2-button__white-overlay {
  z-index: 0;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  z-index: 2;
  font-size: 16px;
  position: relative;
}

.paragraph-4 {
  color: var(--white);
}

.mask {
  overflow: hidden;
}

.card {
  width: 100%;
  height: auto;
  max-width: 700px;
  border: 1px solid var(--white);
  box-shadow: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.card:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  box-shadow: inset 0 0 18px #a9eadd, 0 0 18px #a9eadd;
}

.card-image-wrap {
  width: 100%;
  border-radius: 12px;
  padding: 20px 20px 0;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.card-bottom {
  width: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.card-title {
  margin-top: 0;
  margin-bottom: 4px;
}

.card-subtitle {
  color: rgba(255, 255, 255, .45);
  text-transform: uppercase;
  font-size: 14px;
}

.card-text {
  color: var(--white);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Centaur, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.list {
  display: block;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-fourth {
  background-color: var(--grey);
  background-image: linear-gradient(261deg, #1e2a35, #587c7c 25%, #87cfc1 49%, #587c7c 75%, #1e2a35 93%);
  flex: 0 auto;
  margin-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px 140px 40px 60px;
}

.box {
  background-color: #fff;
  border-radius: .625rem;
  margin-top: 1.5rem;
  padding: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 2px #d6d0d0;
}

.box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper {
  position: relative;
}

.swiper.is-fourth {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-box {
  width: 12rem;
  height: 12rem;
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box.is-first,
.swiper-box.is-fourth {
  width: 9rem;
  height: 9rem;
  box-shadow: none;
  background-color: #7c9797;
  border-style: none;
}

.swiper-slide {
  background-color: #7c9797;
  border-radius: 8px;
  margin-right: 60px;
}

.swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-icon {
  width: 2rem;
  height: 2rem;
}

.image-2 {
  position: absolute;
}

.container-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  background-image: linear-gradient(274deg, #1e2a35, #1e2a35 34%);
  flex: 0 auto;
  order: 0;
  align-self: center;
  position: absolute;
}

.container-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: linear-gradient(to right, #000, #1e2a35 37%);
}

.container-5 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.portfoliovaluediv {
  width: 100%;
  max-width: 90%;
  opacity: 1;
  text-align: left;
  border-style: none;
  border-width: 0;
  border-radius: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin: 60px auto 40px;
  padding-top: 0;
  display: flex;
}

.portfoliovaluediv.yourvaultsdiv {
  margin-top: 0;
  padding-top: 0;
}

.portfoliovaluediv.bernvaultslistsection {
  margin-top: 0;
}

.graph-small-section-container {
  flex-direction: column;
  padding: 24px 28px;
  display: flex;
}

.border-right-6px---secondary-4 {
  border-right: .6px solid #343b4f;
}

.border-right-6px---secondary-4.border-bottom-6px---secondary-4-mbl {
  border-right-style: none;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.line-height-1em {
  line-height: 1em;
}

.dashdark-custom-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.dashdark-custom-icon.edit-icon {
  cursor: pointer;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.edit-icon:hover {
  color: #57c3ff;
}

.dashdark-custom-icon.delete-icon {
  cursor: pointer;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.delete-icon:hover {
  color: #ff5a65;
}

.dashdark-custom-icon.details-icon {
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  color: #d9e1fa;
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.details-icon:hover {
  color: #6c72ff;
}

.small-dropdown-list {
  width: 120%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 8px;
}

.small-dropdown-link {
  color: #aeb9e1;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1em;
}

.small-dropdown-link:hover {
  color: #fff;
}

.width-100 {
  width: 100%;
  margin-top: 20px;
}

.width-100.mg-bottom-24px {
  width: 50%;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container.gap-column-16px {
  grid-column-gap: 16px;
}

._2-items-wrap-container.pd-32px---28px {
  padding: 32px 28px;
}

._2-items-wrap-container.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

._2-items-wrap-container.gap-row-12px {
  grid-column-gap: 100px;
  grid-row-gap: 12px;
}

._2-items-wrap-container.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

._2-items-wrap-container.pd-28px {
  padding: 28px;
}

._2-items-wrap-container.amount-and-data {
  grid-column-gap: 6px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
}

._2-items-wrap-container.amount-and-data.mg-bottom-24px {
  grid-row-gap: 24px;
  margin-top: 10px;
}

.mg-bottom-4px {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.small-dot {
  max-height: 8px;
  max-width: 8px;
  min-height: 8px;
  min-width: 8px;
  background-color: #1c7aad;
  border-radius: 100%;
}

.small-dot._4px {
  max-height: 4px;
  max-width: 4px;
  min-height: 4px;
  min-width: 4px;
}

.small-dot.bg-secondary-3 {
  background-color: #57c3ff;
}

.small-dot.bg-secondary-2 {
  background-color: #9a91fb;
}

.small-dot.bg-secondary-3 {
  background-color: #57c3ff;
}

.small-dot.whitedot {
  background-color: #fff;
}

.small-dot.lightbluedot {
  background-color: #0bdef1;
}

.display-4 {
  color: #fff;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 0;
  font-family: Gothic Bold, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
  display: flex;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
  align-items: center;
}

.flex.align-center.gap-column-4px {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex.align-center.gap-column-4px.positiontabs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
}

.flex.align-center.gap-column-16px {
  align-items: center;
  margin-bottom: 0;
}

.flex.align-center.gap-column-16px.viewvaultflex {
  margin-bottom: 20px;
  padding-left: 20px;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
}

.line-rounded-icon.card-dropdown-arrow {
  line-height: 1em;
}

.line-rounded-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.mg-bottom-40px {
  margin-bottom: 0;
}

.small-dropdown-toggle {
  grid-column-gap: 12px;
  color: #aeb9e1;
  background-color: #212c4d;
  border: 1px solid #37446b;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.small-dropdown-toggle:hover {
  color: #d1dbf9;
  border-color: #7e89ac;
}

.small-dropdown-toggle.w--open {
  color: #fff;
  border-color: #6c72ff;
}

.card-2 {
  background-color: #161f27;
  border: .6px solid #343b4f;
  border-radius: 12px;
  display: block;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.text-100 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.medium.mg-top-2px {
  color: var(--white);
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
}

.grid-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns._1-82fr---1fr {
  grid-template-columns: 1.82fr 1fr;
}

.grid-2-columns._1-82fr---1fr.gap-0 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns._1-82fr---1fr.gap-0.vaulthomegrid {
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns._1-82fr---1fr.gap-0 {
  grid-template-columns: 2.25fr 1fr;
}

.grid-2-columns._1fr---1-08fr {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.08fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-50 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-50.medium {
  font-weight: 500;
}

.small-dropdown-links-container {
  grid-row-gap: 16px;
  background-color: #212c4d;
  border: 1px solid #37446b;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 8px;
  display: flex;
}

.status-badge {
  grid-column-gap: 2px;
  border: .6px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.status-badge.green {
  color: #14ca74;
  background-color: rgba(5, 193, 104, .2);
  border-color: rgba(5, 193, 104, .2);
}

.status-badge.red {
  color: #ff5a65;
  background-color: rgba(255, 90, 101, .2);
  border-color: rgba(255, 90, 101, .2);
}

.status-badge.yellow {
  color: #fdb52a;
  background-color: rgba(255, 176, 22, .2);
  border-color: rgba(255, 176, 22, .2);
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-4px {
  grid-row-gap: 4px;
}

.border-bottom-6---secondary-4 {
  border-bottom: .6px solid #343b4f;
}

.paragraph-small {
  font-size: 10px;
  line-height: 1.4em;
}

.text-200 {
  color: var(--white);
  padding-left: 4px;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-200.medium {
  font-weight: 500;
}

.graph-large-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.divider {
  min-height: .6px;
  background-color: #37446b;
  margin-top: 14px;
  margin-bottom: 14px;
}

.mg-bottom-24px {
  width: 100%;
  max-width: 90%;
  margin-bottom: 0;
}

.mg-sides-0 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.explorebutton {
  border: 1px solid var(--white);
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 60px;
  font-size: 20px;
  line-height: 25px;
  transition-property: none;
}

.explorebutton:hover {
  filter: brightness(125%);
  color: #a9eadd;
  text-shadow: 0 0 8px #a9eadd;
  box-shadow: inset 0 2px 12px #a9eadd, 0 2px 20px #a9eadd;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 12px;
  min-width: 12px;
  background-color: #37446b;
  border-width: .4px;
  border-color: #7e89ac;
  border-radius: 2px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: border-color .3s, background-color .3s;
  box-shadow: 0 1px 6px rgba(20, 20, 43, .06);
}

.checkbox:hover {
  border-color: #aeb9e1;
}

.checkbox.w--redirected-checked {
  background-color: #6c72ff;
  background-image: none;
  background-size: 8px;
  border-color: #6c72ff;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.orders-status-table-row {
  min-height: 64px;
  min-width: 770px;
  grid-column-gap: 10px;
  border-bottom: .6px solid #37446b;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr 1fr 1fr .6fr .6fr 72px;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.orders-status-table-row.table-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 16px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.justify-space-between {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.flex-horizontal.justify-space-between.positionsflex {
  justify-content: space-around;
  align-items: center;
}

.card-3 {
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.text-201 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-201.semibold {
  font-weight: 600;
}

.text-201.medium {
  font-weight: 500;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.hidden-on-desktop {
  display: none;
}

.table-main-container {
  margin-bottom: -.6px;
  padding-bottom: .6px;
  overflow: auto;
}

.text-300 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-300.medium {
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #6c72ff;
  border-radius: 4px;
  justify-content: center;
  padding: 8px;
  font-weight: 500;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #212c4d;
}

.btn-primary.small {
  font-size: 10px;
  line-height: 1.4em;
}

.card-4 {
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-4.overflow-hidden {
  background-color: #161f27;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-301 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-301.semibold {
  font-weight: 600;
}

.text-301.medium {
  font-weight: 500;
}

.text-302 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-302.medium {
  font-weight: 500;
}

.text-302.medium.color-neutral-100 {
  color: var(--white);
}

.section-2 {
  border: 0 #000;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  max-width: 95%;
  padding-top: 40px;
  margin: 0 auto;
}

.image-3 {
  object-fit: cover;
  position: relative;
}

.vaultsection {
  background-color: #1e2a35;
  background-image: linear-gradient(#1d1d1d 100px, #1e2a35 190px);
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 25px;
  width: 90px,
}

.text-303 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-303.medium {
  color: var(--white);
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-303.bold {
  font-weight: 700;
}

.text-303.bold.color-neutral-800 {
  color: var(--white);
  padding-left: 8px;
  font-family: Gothic Bold, sans-serif;
  font-size: 26px;
}

.text-303.bold.color-neutral-800.assettext {
  font-size: 16px;
}

.text-303.bold.color-neutral-800.vaultstats {
  margin-bottom: 20px;
}

.overflow-auto {
  border-radius: 12px;
  overflow: auto;
}

.rows {
  background-color: #161f27;
}

.user-table-row {
  min-width: 640px;
  grid-column-gap: 10px;
  cursor: pointer;
  border: .6px solid #343b4f;
  flex-flow: row;
  grid-template: ". . . . Area" 1fr
    / 1fr 1fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  padding: 16px 24px;
  display: flex;
}

.user-table-row:hover {
  background-color: #343b4f;


}

.user-table-row.table-header {
  z-index: 1;
  grid-row-gap: 0px;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: default;
  background-color: #161f27;
  border-top-style: none;
  border-top-width: 0;
  border-bottom: .6px solid #343b4f;
  grid-template-rows: 1fr auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr .75fr .75fr .75fr;
  margin-bottom: -1px;
  position: relative;
}

.btn-empty-table {
  position: relative;
  z-index: 200;
  margin-top: 20px;
  /* width: 150px; */
  padding: 10px 15px;
  border: 1px solid #87cfc1;
  border-radius:12px;
  font-weight: 400;
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: Centurygothic;
  align-self: flex-start;
}

.btn-empty-table:hover {
  background-color: #87cfc1;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.component-card-badge-top-wrapper {
  background-image: linear-gradient(#3d7fff, #5465ff);
  border-radius: 32px;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 1px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.text-304 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-304.bold {
  font-weight: 700;
}

.text-304.bold.color-neutral-700 {
  color: var(--white);
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._40px {
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  object-fit: cover;
}

.avatar-circle._40px.assetavatar {
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
}

.color-badge {
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.color-badge.red {
  color: #ff5a65;
  background-color: #ffeff0;
}

.color-badge.green {
  color: #14ca74;
  background-color: #def2e6;
}

.card-5 {
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .09);
}

.card-5.overflow-hidden.border-none {
  width: 100%;
  border: .6px solid #343b4f;
}

.card-5.component-card {
  border-style: dashed;
  border-color: #aab1c6;
  padding: 40px;
}

.component-card-badge-top {
  color: #454e66;
  background-color: #fff;
  border-radius: 32px;
  padding: 6px 12px;
  font-weight: 500;
  line-height: 1.286em;
}

.heading-3 {
  color: var(--white);
  border: 0 solid #000;
  font-family: Gothic Bold, sans-serif;
  font-size: 22px;
}

.heading-4 {
  color: var(--white);
  font-family: Gothic Bold;
}

.heading-4.overallportfolioheader {
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
  font-weight: bol;
}

.container-6 {
  width: 90%;
  max-width: 90%;
  margin-top: 60px;
}

.create-vault-container {
  
  width: 100%;
  height: auto;
    max-width: 85%;  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  
  display: flex;
}



.max-h-16px-2 {
  max-height: 16px;
}

.mg-bottom-4px-2 {
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
}


.mg-bottom-4px-2,
.mg-bottom-4px-2.positionsbottom {
  margin-bottom: 10px;
}

.mg-bottom-40px-2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.card-6 {
  background-color: #161f27;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-6.top-details {
  z-index: 1;
  grid-row-gap: 16px;
  background-color: #161f27;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.created-vaults-card {
  z-index: 1;
  grid-row-gap: 16px;
  background-color: #161f27;
  border: .6px solid #343b4f;
    border-radius: 12px;
    box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-6.top-details.positiondetails {
  grid-row-gap: 0px;
  background-color: #343b4f;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 10px;
}

.card-6.top-details.positiondetails.test {
  background-color: #161f27;
  border-style: none;
  margin-bottom: 0;
  padding: 0;
}

.card-6.top-details.positiondetails.inputcard {
  width: 100%;
  max-width: 90px;
  min-width: 70px;
  grid-row-gap: 0px;
  background-color: #343b4f;
  border-style: none;
  border-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  position: absolute;
  right: 15px;
}

.card-6.portfoliocard {
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.card-6.portfoliobreakdowncard {
  align-items: stretch;
  padding: 20px;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
}

.text-305 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-305.medium {
  font-weight: 500;
}

.text-305.medium.mg-top-2px {
  color: var(--white);
  margin-top: 2px;
  font-family: Centurygothic, sans-serif;
}

.text-305.medium.mg-top-2px.text-307.availabletext {
  margin-top: 10px;
  font-size: 14px;
}

.text-305.medium.mg-top-2px.text-307.availabletext.amount {
  padding-left: 4px;
}

.text-306 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-306.medium {
  font-weight: 500;
}

.graph-large-section-container-2 {
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.graph-large-section-container-2.overallportfoliograph {
  background-color: #161f27;
  border: .6px solid #343b4f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.graph-large-section-container-2.overallportfoliograph.portfoliostats {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.graph-large-section-container-2.overallportfoliograph.portfoliosecondstats {
  margin-top: 20px;
}

.graph-large-section-container-2.overallportfoliograph.portfoliosecondstats.positionstabs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 10px;
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.small-details-card-grid {
  grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px 200px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    display: grid;
}

.create-vault-grid {
      grid-template-rows: auto;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      grid-auto-columns: 1fr;
      grid-auto-flow: row;
      margin-top: 0;
      display: grid;
}

.create-vault-details-grid{
    grid-template-rows: auto;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      grid-auto-columns: 1fr;
      grid-auto-flow: row;
      margin-top: 16px;
      display: grid;
        grid-row-gap: 16px;
          grid-column-gap: 16px;
}
.create-vault-detail{
  color: #fff;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 0;
    font-family: centurygothic;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.333em;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.create-vault-header-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  display: grid;
}

.text-307 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-307.medium {
  font-weight: 500;
}

.create-vault-graph-text{
    color: white;
      margin-top: 0;
      font-family: Centurygothic, sans-serif;
      font-size: 22px;
      margin-bottom: 16px;
}
.create-vault-graph-token-details {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 12px;
  color: white;
  font-family: Centurygothic;
  font-size: 20px;
  margin-bottom: 24px;
}

.create-vault-graph-token-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #343b4f;
  border-radius: 12px;
  padding: 8px;
}

.text-307.medium.mg-top-2px {
  color: var(--light-grey);
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-307.medium.mg-top-2px.headertext {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Gothic Bold, sans-serif;
  font-size: 26px;
}

.text-307.medium.mg-top-2px.startingpositiontext {
  margin-top: 10px;
}

.text-307.medium.mg-top-2px.positionheader {
  font-size: 18px;
}

.text-307.medium.mg-top-2px.positionheader.imlosstext {
  text-align: center;
  margin-bottom: 20px;
}

.text-307.medium.mg-top-2px.createvaultsubtitle {
  color: #98b0c1;
  font-size: 16px;
  line-height: 1.5em;

}

.div-block-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-container._210px {
  max-width: 210px;
}

.width-100-2 {
  width: 100%;
}

.width-100-2.mg-bottom-24px {
  max-width: 100%;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-5 {
  margin-top: 60px;
  padding-top: 0;
  font-family: Centurygothic, sans-serif;
}

.display-5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.width-100-3 {
  width: 100%;
}

.display-6 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.max-w-40px {
  max-width: 40px;
}

.products-table-row {
  min-height: 48px;
  min-width: 384px;
  grid-column-gap: 10px;
  border-bottom: .6px solid #37446b;
  grid-template-rows: auto;
  grid-template-columns: 2.8fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: -.6px;
  padding: 14px 28px;
  display: grid;
}

.products-table-row.table-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 16px;
}

.text-25 {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-25.medium {
  font-weight: 500;
}

.card-7 {
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-7.pd-28px {
  padding: 28px;
}

.text-308 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-308.medium {
  font-weight: 500;
}

.text-308.medium.mg-top-2px {
  margin-top: 2px;
}

.text-308.semibold {
  font-weight: 600;
}

.text-309 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-309.semibold {
  font-weight: 600;
}

.text-309.medium {
  font-weight: 500;
}

.text-310 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-310.medium {
  font-weight: 500;
}

.mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.section-3,
.section-4 {
  background-image: linear-gradient(#1d1d1d 100px, #1e2a35 190px);}

.tabs-menu-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-menu-wrapper.positiontabsspacing {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tabs-content-wrapper {
  margin-top: 1em;
  overflow: visible;
}

.tabs-content-wrapper.positionstabcontent {
  margin-top: 1em;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-content-inner {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tabs-nav-item._02:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item._02.position02 {
  background-color: #343b4f;
  border-radius: 0 12px 0 0;
}

.tabs-nav-item._02.position02.w--current {
  background-color: #161f27;
}

.tabs-nav-item._02.tabs-position-2 {
  background-color: #343b4f;
  border-radius: 0 12px 0 0;
}

.tabs-nav-item._02.tabs-position-2.w--current {
  color: #fff;
  background-color: #161f27;
  font-family: Centurygothic, sans-serif;
}

.tabs-nav-item._01:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item._01.w--current {
  font-family: Centurygothic, sans-serif;
}

.tabs-nav-item._01.positions-tab-current {
  background-color: #343b4f;
  border-radius: 0;
  font-family: Centurygothic, sans-serif;
}

.tabs-nav-item._01.positions-tab-current.w--current {
  color: #fff;
  background-color: #161f27;
  border-top-left-radius: 12px;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 22px 2.5em rgba(0, 0, 0, .4);
}

.tabs-nav-background.positionstabbackground {
  box-shadow: none;
  background-color: #161f27;
  border: 1px #000;
  border-radius: 12px 0 0;
  font-family: Centurygothic, sans-serif;
}

.tabs-nav-text {
  z-index: 1;
  font-family: Centurygothic, sans-serif;
  position: relative;
}

.tabs-nav-text.tabs-position-text,
.tabs-nav-text.inactive-positions-tab-text {
  color: #fff;
}

.icon-inside-input-left {
  max-height: 12px;
  max-width: 12px;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  left: 14px;
}

.grid-3-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._1-col-tablet {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon-inside-input-right {
  z-index: 0;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  right: auto;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.position-relative---z-index-1.flex-horizontal {
  border-radius: 8px;
  align-items: center;
}

.error-message {
  color: #dc2b2b;
  text-align: center;
  background-color: #ffeff0;
  border: 1px solid #ff5a65;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px 24px;
  font-family: Centurygothic, sans-serif;
}

.connect-wallet-message {
  color: white;
  text-align: center;
  background-color: #200c0c97;
  border: 1px solid #ff5a65;
  border-radius: 0px;
  margin-top: 24px;
  margin-bottom: 30px;
  padding: 20px 24px;
  font-family: Centurygothic, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;

  width: calc(100%);

}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #3d73ff;
  border-radius: 16px;
  padding: 20px 24px;
  font-family: Centurygothic, sans-serif;
}

.input {
  min-height: 40px;
  color: #1f2d54;
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  transition: color .3s, border-color .3s;
  box-shadow: 0 0 4px rgba(20, 20, 43, .09);
}

.input:hover {
  border-color: #aab1c6;
  background-color: #ebf3fa;
}


.input::-ms-input-placeholder {
  color: #828aa3;
}

.input::placeholder {
  color: #828aa3;
}

.input.icon-inside-right {
  min-height: 60px;
  border-radius: 8px;
  padding-right: 32px;
  font-family: Centurygothic;
  font-size: 16px;
}



.input.icon-inside-left {
  min-height: 60px;
  border-radius: 8px;
  padding-left: 32px;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.container-7 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.assetlabel {
  color: var(--white);
  padding-left: 8px;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
}

.container-8 {
  display: flex;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-311 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-311.medium {
  font-weight: 500;
}

.text-311.medium.mg-bottom-4px {
  color: var(--soft-grey);
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  display: block;
}

.dashflow-custom-icon.icon-size-8px {
  font-size: 9px;
  line-height: 1em;
}

.text-312 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.222em;
}

.text-312.bold {
  font-weight: 700;
}

.text-312.bold.color-neutral-800 {
  color: var(--white);
  font-family: Centurygothic, sans-serif;
}

.card-amount-container {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: flex;
}

.card-amount-container.red {
  color: #ff5a65;
}

.card-amount-container.green {
  color: #14ca74;
  cursor: auto;
}

.width-100-4 {
  width: 80%;
  text-align: left;
  object-fit: fill;
}

.div-block-6 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 16.75rem 17rem 14rem 12.75rem 5.5rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.brand {
  background-image: url('../images/BERNOULLI_LOGO-NO-BACKGROUND.png');
  background-position: 50%;
  background-size: 150px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav-menu-2 {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}


.div-block-7 {
  z-index: -1;
  opacity: .03;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-9 {
  margin-right: 0;
}

.text-field-2 {
  height: 50px;
  background-color: #343b4f;
  border: 0 #000;
  border-radius: 12px;
  color: white;
  font-size: large;
}

.text-field-2:hover {
  background-color: #343b4faf;
 
}

.vault-manager-input{
    height: 50px;
      background-color: #343b4f;
      border: 0 #000;
      border-radius: 12px;
      color: white;
      font-size: large;
}
.vault-manager-input:disabled{
  height: 50px;
    background-color: #343b4f;
    border-radius: 12px;
    border: 0 #000;
    padding-left: 12px;
    color: white;
    font-size: large;
    cursor: not-allowed;
}
.text-field-2.w-input:disabled {
  height: 50px;
  background-color: #343b4f;
  border-radius: 12px;
    border: 0 #000;
  padding-left: 12px;
  color: white;
  font-size: large;
  cursor:not-allowed;
}

.formError + input {
    border: 1px solid red;
}

.create-vault-select-token-container {
  height: 50px;
  background-color: #343b4f;
  border: 0 #000;
  border-radius: 12px;
  color: white;
  font-size: large;
  display: flex;
  justify-content: flex-start;
  padding-left: 8px;
  align-items: center;
  padding-right: 10px;
}




.create-vault-empty-token {
height: 20px;
width: 20px;
  margin-left: 5px;
    background-color: #343b4f;
    border-radius: 100px;
}

.create-vault-selected-token-1 {
  min-width: 50px;
  height: 40px;
  background-color: #161f27;
  color: white;
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  padding-right: 8px;
    padding-left: 4px;
    gap: 5px;
}

.create-vault-selected-token-2 {
  min-width: 50px;
  height: 40px;
  background-color: #161f27;
  color: white;
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  padding-right: 8px;
      padding-left: 4px;
  cursor: pointer;
      gap: 5px;
}

.create-vault-selected-token{
  position: absolute;
    min-width: 50px;
    height: 40px;
    background-color: #3a4157;
    color: white;
    top: 30px;
    right: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    font-size: 17px;
    padding-right: 8px;
}

.selected-tokens-logo {
  height: 25px;
  margin-left: 5px;
}

.heading-5 {
  color: var(--white);
  flex-direction: row;
  margin-top: 20px;
  padding-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 26px;
  display: flex;
}

.div-block-8 {
  width: 70%;
  background-color: #161f27;
  border: .6px solid #343b4f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
}

.create-vault-form-container {
  max-width: 100%;
  width: 100%;
}

.container-10 {
  width: 100%;
  max-width: none;
}

.container-11 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.flex-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.select-field {
  height: 50px;
  background-color: #fff;
  border-radius: 12px;
}

.pricedata {
  color: #a0b3c0;
  font-size: 18px;
}

.heading-6 {
  color: var(--white);
  font-size: 24px;
}

.flex-block-5 {
  width: 100%;
  justify-content: flex-end;
}


@media screen and (min-width: 1280px) {
  .section {
    height: 700px;
    padding-left: 0;
  }

  .section.light-color-gradient {
    height: 120vh;
    background-image: url('../images/bernoulliLandingImage-3.png'), linear-gradient(to bottom, var(--black) 15%, #1e2a35 27%);
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /*ENLARGED version*/
  .controlsection {
    height: 110vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    /* margin-bottom: 0;
 
    padding-bottom: 0;
    padding-left: 0; */
  }

  .controldiv {
    width: 100%;
    max-width: 60%;
    border: 1px solid var(--white);
    opacity: .9;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1e2a35;
    border-radius: 12px;
    margin-top: 0;
    padding: 20px;
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .howworkssection {
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .card.mobilecard {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    width: 100%;
    max-width: 60%;
    border: 1px solid var(--white);
    opacity: .9;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1e2a35;
    border-radius: 12px;
    margin-top: 0;
    padding: 20px;
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .card.mobilecard:hover {
    box-shadow: inset 0 0 18px 0 #a9eadd, 0 0 18px 0 #a9eadd;
    backface-visibility: hidden;

  }

  .container.fixednavcontainer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .footer {
    width: 100%;
    height: 500px;
    margin-top: 24px;
    padding-top: 0;
  }

  .banner-container {
    max-width: 1140px;
  }

  .div-block {
    width: 100%;
    max-width: 750px;
    border: 1px solid var(--white);
    opacity: .87;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1e2a35;
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .heading-2 {
    opacity: 1;
    outline-offset: 0px;
    color: #a9eadd;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    mix-blend-mode: normal;
    outline: 3px #a9eadd;
    font-size: 40px;
  }

  .paragraph-2 {
    color: var(--white);
    font-family: Centaur, sans-serif;
    font-size: 24px;
  }

  .paragraph-3 {
    color: var(--white);
  }




  .bernoullicards {
    width: 100%;
    max-width: 750px;
    border: 1px solid var(--white);
    opacity: .87;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1e2a35;
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .glowheader {
    opacity: 1;
    outline-offset: 0px;
    color: #a9eadd;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    mix-blend-mode: normal;
    outline: 3px #a9eadd;
    font-size: 40px;
  }

  .glowheader.desktop {
    outline-offset: 0px;
    text-shadow: 0 0 18px #a9eadd;
    mix-blend-mode: normal;
    outline-width: 0;
    outline-style: none;
    font-size: 46px;
    margin-bottom: 40px;
  }

  .subtitle {
    opacity: 1;
    outline-offset: 0px;
    color: #87cfc1;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    mix-blend-mode: normal;
    outline: 3px #a9eadd;
    font-size: 40px;
  }

  .card-text {
    font-size: 24px;
    line-height: 1.5em;
  }

  .swiper-wrapper.is-fourth {
    width: 100%;
  }

  .container-3 {
    width: 100%;
    height: 100%;
  }

  .portfoliovaluediv {
    width: 100%;
    max-width: 750px;
    border: 1px solid var(--white);

    border-radius: 12px;
    margin-top: 40px;
    padding: 20px;
  }

  .portfoliovaluediv.yourvaultsdiv {
    max-width: 85%;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
        margin-top: 20px;

  }

  .portfoliovaluediv.vaulthomediv {
    max-width: 75%;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }

  .portfoliovaluediv.bernvaultslistsection {
    max-width: 75%;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .width-100.mg-bottom-24px {
    max-width: 100%;
  }

  .flex.align-center.gap-column-16px.viewvaultflex {
    padding-left: 100px;

  }

  .grid-2-columns._1-82fr---1fr.gap-0 {
    min-width: 100%;
    grid-template-columns: 2.5fr 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .user-table-row.table-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto auto auto auto auto auto;
    grid-template-columns: 9.75em 9.75em 7.25em 5.5em 12.75em;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-bottom: 0;
    display: grid;
  }

  .card-5.overflow-hidden.border-none {
    background-color: #161f27;
  }

  .container-6 {
    max-width: 80%;
  }

  .container-9 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

    .form-3 {
      width: 100%;
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      flex-flow: row;
      justify-content: center;
      align-items: stretch;
      display: flex;
      position: static;
      object-fit: fill;
        overflow: hidden;
    }
  
   
  .form-wrapper {
    width: 100%;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
      margin-top: 24px;
    display: flex;

  }

  .next-button {
    background-color: #5b3acc;
    border-radius: 5px;
    flex: 1;
    align-self: center;
    padding: 12px 32px;
    font-size: 15px;
    transition: background-color .2s ease-in;
    display: none;
  }

    .slider-2 {
      width: 45%;
      height: fit-content;
      background-color: rgba(0, 0, 0, 0);
      position: relative;
      object-fit: fill;
      background-color: #161f27;
      border: .6px solid #343b4f;
      border-radius: 12px;
      flex-direction: column;
      margin-top: 20px;
      /* padding-top: 24px;
      padding-bottom: 24px; */
      display: flex;
    }
  
  
    .form-3 {
      width: 100%;
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      flex-flow: row;
      justify-content: center;
      align-items: stretch;
      display: flex;
      position: static;
      object-fit: fill;
      overflow: hidden;

    }
  
    .form-3.createvaultform {
      height: auto;
  
      grid-column-gap: 48px;
      grid-row-gap: 48px;
      align-items: stretch;
    }


  .next-placeholder {
    width: auto;
    height: 47px;
    max-width: 159px;
    justify-content: center;
    align-items: center;
    margin: auto auto 25px;
    display: none;
    overflow: visible;
  }

  .slide {
    width: 100%;
    height: auto;
    border-radius: 20px;
    flex-wrap: wrap;
    position: static;
  }

  .slide-content {
    width: 100%;
    height: auto;
    
    background-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /* padding: 24px 0; */
    display: flex;
    position: relative;

  }

  .previous-button {
    opacity: 1;
    color: #5b617c;
    text-indent: -2px;
    flex: none;
    align-self: center;
    padding: 5px 0;
    font-size: 15px;
    transition: opacity .2s ease-in;
    display: none;
  }

  .previous-button:hover {
    opacity: 1;
    border-bottom-color: #161f27;
  }

  .dot {
   
    background-color: #5b617c;
   
  }

  .dot.active-dot {
    background-color: #87cfc1;
    width: 8px;
      height: 8px;
  }



  .form-content {
    width: 100%;
      max-width: 50%;
      min-width: 490px;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0;
      padding-left: 16px;
      padding-right: 16px;
      display: flex;
      
  }

  .button-wrap {
    width: 100%;
    height: 55px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
        padding-left: 16px;
          padding-right: 16px;
  }

  .form-title-wrap {
    width: 100%;
    border-bottom: 1px solid #343b4f;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form-section-title {
    color: #fff;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;

  }
  

  .form-paragraph {
    max-width: 550px;
    color: #838aaa;
    font-size: 16px;
    line-height: 1.5em;
  }

  .field-label-2 {
    width: 100%;
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
  }



   
  .slider-right {
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #87cfc1;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all .2s;
    display: flex;
  }



  .slider-right:hover {
    background-color: #70aca0;
    
  }

    .slider-right:disabled {
      background-color: #343b4f;
      cursor: not-allowed;
    }

  .slider-right.slider-left {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #87cfc1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-right.slider-left:hover {
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0);
    background-color: hsl(200, 20%, 20%);

  }

  .create-vault-connect-wallet {
      justify-content: center;
        align-items: center;
          width: 100%;
            transition: all .2s;
            
            display: flex;
  }
 
  .create-vault-header{
    padding-top: 8px;
    padding-bottom: 8px;
  }

    .create-vault-settings {
      color: #51586f;
      transition: 0.3s;
      font-size: 24px;
    
    }
  
    .create-vault-settings:hover {
      color: white;
      rotate: 90deg;
      cursor: pointer;
    }

   

  .form-wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    /* margin-bottom: 20px; */
    display: flex;
  }

  .form-wrap.extra-space {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .flex-block-6 {
    align-items: stretch;
  }

  .flex-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .flex-block-8 {
    width: 100%;
    align-items: stretch;
  }

  .flex-block-9 {
    width: 100%;
  }

  .flex-block-10 {
    width: 100%;
    align-items: stretch;
    margin-top: 20px;
    /* height: 50%; */
  }

  .select-field-2 {
    height: 50px;
    background-color: #343b4f;
    border-radius: 12px;
    color: white;
    font-size: medium;
    border-color: transparent;
  }

  .select-field-2:active,
  .select-field-2:focus {
    border-color: #87cfc1;
  }

  .vault-strategy-options {
    background-color: #1e2a35;
color: white;
  font-family: centurygothic;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;  
}

    .vault-strategy-options:hover {
    background-color: #343b4f;
    }

      

  .slide-counter {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
   
  
  }

  .mask-2 {
    overflow: visible;
  }

  .slide-wrapper {
    margin-top: 0;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }



  .graph {
    width: 100%;
      margin-top: 10px;
      
  }

  .success-message-2 {
    letter-spacing: 1px;
    padding: 50px;
  }

  .error-message-2 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-6 {
    height: auto;
    max-width: 80%;
  }

  .card-6.top-details.graphcard {
    margin-top: 20px;
    height: auto;
    border-radius: 12px;
  }

  .container-9 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }


}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    justify-content: flex-end;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .search-banner {
    display: none;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    display: block;
  }

  .ds-menu-brand {
    margin-bottom: 0;
    top: 5px;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--silver);
    background-color: #197dff;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid,
  ._2-1-grid {
    margin-left: 0;
  }

  .heading.h1 {
    font-size: 40px;
  }

  .error-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    color: var(--white);
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #197dff;
    border-radius: 40px;
  }

  ._3-grid,
  ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .terms-card {
    padding-top: 64px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .error-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .banner-container {
    text-align: center;
  }

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .ix2-button {
    border-radius: 5px;
  }

  .button-text {
    font-size: 19px;
  }

  .card-subtitle {
    order: -1;
    margin-bottom: 12px;
  }

  .card-text {
    margin-top: 8px;
  }

  .display-4 {
    font-size: 20px;
  }

  .graph-large-section-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .orders-status-table-row {
    grid-template-columns: .6fr 1.2fr .6fr .6fr .6fr .6fr 48px;
  }

  .card-6.top-details,
  .graph-large-section-container-2 {
    padding-left: 28px;
    padding-right: 28px;
  }


  .graph-large-section-container-2.overallportfoliograph {
    background-color: #161f27;
    border: .6px solid #343b4f;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .graph-large-section-container-2.overallportfoliograph.portfoliostats {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }



  .small-details-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .display-5,
  .display-6 {
    font-size: 20px;
  }

  .products-table-row {
    min-width: 400px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.daek-page-header,
  .section.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .button.light.mobile-hidden {
    display: none;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .column.desk-6,
  .column.desk-5,
  .column.desk-4,
  .column.desk-9,
  .column.desk-7,
  .column.desk-8 {
    width: 100%;
  }

  .nav-content {
    border-top: 1px solid var(--silver);
    background-color: var(--white);
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link:hover {
    transform: none;
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-direction: column;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid,
  ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.large-h1 {
    font-size: 48px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .section-top {
    text-align: center;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .terms-card {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .cta-banner {
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
    padding: 40px;
  }

  .banner-section {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-container {
    text-align: left;
  }

  .banner {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-illustration {
    width: 120px;
    margin-left: 0;
  }

  .large-3-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr .8fr;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .ebook-header-block {
    height: auto;
    display: none;
  }

  .ebook-page-grid {
    grid-template-columns: 1fr;
  }

  .ebook-mobile-block {
    height: auto;
    display: block;
  }

  .howworkssection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .howworkssection.daek-page-header,
  .howworkssection.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .controlsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .controlsection.daek-page-header,
  .controlsection.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .button-text {
    font-size: 17px;
  }

  .card-subtitle {
    margin-bottom: 4px;
  }

  .card-text {
    margin-top: 2px;
  }

  .box {
    padding: 1.25rem 1.5rem;
  }

  .swiper-box.is-first,
  .swiper-box.is-fourth {
    width: 7rem;
    height: 7rem;
  }

  .graph-small-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-right-6px---secondary-4.border-bottom-6px---secondary-4-mbl {
    border-bottom: .6px solid #343b4f;
    border-right-style: none;
  }

  ._2-items-wrap-container.pd-28px {
    padding: 24px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .grid-2-columns,
  .grid-2-columns._1-82fr---1fr,
  .grid-2-columns._1fr---1-08fr {
    grid-template-columns: 1fr;
  }

  .graph-large-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .orders-status-table-row {
    grid-template-columns: .4fr .8fr .6fr .6fr .6fr .4fr 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .user-table-row {
    grid-template-columns: 2.5fr 1.5fr 1fr .8fr;
  }

  .card-5 {
    box-shadow: 0 2px 12px rgba(20, 20, 43, .04);
  }

  .card-5.component-card {
    padding: 32px;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 34px;
  }

  .card-6.top-details,
  .graph-large-section-container-2,
  .products-table-row,
  .card-7.pd-28px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .section.light-color-gradient {
    height: 500px;
    -webkit-text-fill-color: inherit;
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-clip: border-box;
    justify-content: flex-start;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .button.subscribe {
    margin-left: 0;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .container {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6,
  .column.desk-5,
  .column.desk-3 {
    width: 100%;
  }

  .menu-button {
    flex: 0 auto;
  }

  .search-banner {
    justify-content: space-between;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field,
  .text-area {
    width: 100%;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.large-h1 {
    font-size: 42px;
  }

  .error-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-menu-button {
    margin-right: 6px;
  }

  .email-form {
    width: 100%;
    flex-direction: column;
  }

  ._4-grid {
    grid-template-columns: 1fr;
  }

  .email-subscribe {
    width: 100%;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .search {
    flex-direction: column;
  }

  .terms-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .form-card {
    padding: 24px;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .cta-banner {
    padding: 32px;
  }

  .error-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    text-align: left;
    justify-content: space-between;
  }

  .banner-link {
    width: 100%;
    flex: 0 auto;
  }

  .form-page-logo {
    width: 160px;
  }

  .admin-form-card,
  .account-card {
    padding: 28px;
  }

  .form-2-grid {
    grid-template-columns: 1fr;
  }

  .form-page-logo-link {
    margin-bottom: 24px;
  }

  .button-2 {
    text-align: center;
    align-self: center;
    font-size: 16px;
  }



  .paragraph-2 {
    text-align: justify;
    font-family: Centaur, sans-serif;
    font-size: 16px;
  }

  .paragraph-3 {
    font-family: Centaur, sans-serif;
    font-size: 16px;
  }

  .howworkssection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .controlsection {
    height: 100vh;
    object-fit: fill;
    background-position: 10% 10%;
    padding: 0 16px;
  }

  .controldiv {
    padding-top: 0;
  }

  .glowheader {
    font-size: 30px;
  }

  .subtitle {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .image {
    max-width: 50%;
    flex: 0 auto;
    align-self: flex-start;
    display: none;
  }

  .card {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 10px;
    padding-top: 10px;
  }


  .card.mobilecard:hover {
    box-shadow: inset 0 0 18px 0 #a9eadd, 0 0 18px 0 #a9eadd;
    backface-visibility: visible;
  }

  .card:tiny {
    margin-bottom: 10px;
    padding-top: 10px;
    justify-content: flex-start;
    align-items: stretch;
  }



  .card.mobilecard:tiny {
    overflow: visible;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .card.mobilecard {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: visible;

  }

  .card-image {
    height: 240px;
  }

  .card-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-text {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
    display: block;
  }

  .swiper-wrapper.is-fourth {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(252deg, #1e2a35 9%, #587c7c 22%, #587c7c 29%, #87cfc1 32%, #7ebfb4 40%, #1e2a35);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
    position: static;
  }

  .swiper-box.is-fourth {
    background-color: #7c9797;
  }

  .swiper-slide {
    color: rgba(0, 0, 0, 0);
    object-fit: fill;
    margin-right: 20px;
  }

  .image-2 {
    height: 15vh;
  }

  .container-5 {
    justify-content: center;
  }

  .portfoliovaluediv {
    padding-top: 0;
  }

  ._2-items-wrap-container.pd-28px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-4 {
    font-size: 18px;
  }

  .flex.align-center.gap-column-24px {
    grid-column-gap: 20px;
  }

  .flex.align-center.gap-column-16px {
    grid-column-gap: 12px;
  }

  .graph-large-section-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .explorebutton {
    text-align: center;
    align-self: center;
    font-size: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .card-5.component-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .graph-large-section-container-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 20px;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr;
  }

  .display-5,
  .display-6 {
    font-size: 18px;
  }

  .mg-bottom-24px-3 {
    margin-bottom: 20px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .icon-2 {
    color: var(--white);
  }

  .menu-button-2 {
    font-size: 26px;
  }
}

#w-node-_4cc67694-3b0a-4180-fbd8-b99acd7c168a-cc7391d4,
#w-node-_4cc67694-3b0a-4180-fbd8-b99acd7c168c-cc7391d4,
#w-node-_4cc67694-3b0a-4180-fbd8-b99acd7c168e-cc7391d4,
#w-node-_4cc67694-3b0a-4180-fbd8-b99acd7c1690-cc7391d4,
#w-node-e889b144-5c8c-80f5-87c5-498c5b3a2042-cc7391d4,
#w-node-bd3339aa-5d27-e015-da3d-a81f650266b5-ef01d826,
#w-node-_54f8d875-e98c-84d8-70dd-28ddef01d827-ef01d826,
#w-node-_54f8d875-e98c-84d8-70dd-28ddef01d82d-ef01d826,
#w-node-_54f8d875-e98c-84d8-70dd-28ddef01d830-ef01d826,
#w-node-_54f8d875-e98c-84d8-70dd-28ddef01d837-ef01d826,
#w-node-_79af5911-d0c7-e3a0-693b-de1871cf0310-71cf0302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79af5911-d0c7-e3a0-693b-de1871cf0311-71cf0302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_79af5911-d0c7-e3a0-693b-de1871cf0317-71cf0302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79af5911-d0c7-e3a0-693b-de1871cf0318-71cf0302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d512561-9d512556,
#w-node-_32e99621-51be-edc1-6d0c-2f019d512571-9d512556,
#w-node-_32e99621-51be-edc1-6d0c-2f019d51258c-9d512556,
#w-node-_32e99621-51be-edc1-6d0c-2f019d5125a7-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d5125c5-9d512556,
#w-node-_32e99621-51be-edc1-6d0c-2f019d5125c6-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d5125cf-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d5125d0-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d512600-9d512556,
#w-node-_32e99621-51be-edc1-6d0c-2f019d512602-9d512556,
#w-node-_32e99621-51be-edc1-6d0c-2f019d512604-9d512556,
#w-node-_32e99621-51be-edc1-6d0c-2f019d512606-9d512556,
#w-node-_32e99621-51be-edc1-6d0c-2f019d512608-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28a1-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28a2-d7dc288f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28ac-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28bc-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28cc-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28dc-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28ec-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28fc-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc290c-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc291c-d7dc288f,
#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc292c-d7dc288f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc292d-d7dc288f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_62b23e3845c1a6d0f6be4e4900000000001b-98da784b {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000020-98da784b {
  border: 1px solid #e6e6e6;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000021-98da784b {
  margin-top: 10px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000024-98da784b {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}


@font-face {
  font-family: 'Gothic Bold';
  src: url('../fonts/GOTHICB0.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centaur';
  src: url('../fonts/CENTAUR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



/* Swap Component */
.logo {
  width: 40px;
  height: 40px;
  padding-right: 20px;
}

.eth {
  width: 20px;
  height: 20px;
  padding-right: 10px;

}

.leftH {
  display: flex;
  align-items: center;
  gap: 20px;
}

.rightH {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.headerItem {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.headerItem:hover {
  background-color: rgb(34, 42, 58);
  cursor: pointer;
}

.connectButton {
  background-color: #243056;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 100px;
  color: #5981F3;
  font-weight: bold;
  transition: 0.3s;
}

.connectButton:hover {
  cursor: pointer;
  color: #3b4874
}

.mainWindow {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.link {
  text-decoration: none;
  color: white;
}

.tradeBox {
  border: 2px solid #21273a;
  min-height: 300px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}


.tradeBoxHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
}

.tradeBoxText {
  color: white;
  font-family: centurygothic;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

.cog {
  color: #51586f;
  transition: 0.3s;
}

.cog:hover {
  color: white;
  rotate: 90deg;
  cursor: pointer;
}

.switchButton {
  background-color: #3a4157;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 8px;
  position: absolute;
  top: 80px;
  left: 170px;
  color: #5F6783;
  border: 3px solid #0E111B;
  font-size: 16px;
  transition: 0.3s
}

.dollarAmount {
  position: absolute;
  top: 75px;
  left: 14px;
  font-size: 10px;
  color: #5F6783;
}

.switchButton:hover {
  color: white;
  cursor: pointer;
  border: 1px solid white;
}

.inputs {
  position: relative;
}

.assetOne {
  position: absolute;
  min-width: 50px;
  height: 30px;
  background-color: #3a4157;
  color: white;
  top: 36px;
  right: 20px;
  border-radius: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 17px;
  padding-right: 8px;
}

.assetTwo {
  position: absolute;
  min-width: 50px;
  height: 30px;
  color: white;
  background-color: #3a4157;
  top: 135px;
  right: 20px;
  border-radius: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 17px;
  padding-right: 8px;
}

.assetOne:hover {
  cursor: pointer;
}

.assetTwo:hover {
  cursor: pointer;
}

.assetLogo {
  height: 22px;
  margin-left: 5px;
}

.swapButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #243056;
  width: calc(100%);
  height: 55px;
  font-size: 20px;
  border-radius: 12px;
  color: #5981F3;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 8px;
  margin-bottom: 12px;
}

.swapButton[disabled] {
  background-color: #243056;
  opacity: 0.4;
  color: #5982f39b;
}

.swapButton[disabled]:hover {
  cursor: not-allowed;
  background-color: #243056;
}

.swapButton:hover {
  cursor: pointer;
  background-color: #3b4874;
}

.tokenLogo {
  height: 40px;
  width: 40px;
}

.modalContent {
  border-top: 1px solid #363e54;
  background-color: #1e2a35;
  /* padding-top: 20px; */
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: centurygothic;
}

.tokenChoice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.tokenChoice:hover {
  cursor: pointer;
  background-color: #343b4f;
}

.tokenName {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: white;

}

.tokenTicker {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 300;
  color: white;
}

.ant-input {
  background-color: #1f2639 !important;
  color: white !important;
  border-width: 0px !important;
  height: 96px !important;
  margin-bottom: 5px;
  font-size: 35px;
  border-radius: 12px !important;

}

.ant-input::placeholder {
  color: #5f6783 !important;
}

.ant-popover-arrow {
  visibility: hidden;
}

.ant-popover-title {
  color: white !important;
}

.ant-popover-inner-content {
  color: white !important;
}

.ant-popover-inner {
  min-width: 260px !important;
  min-height: 140px !important;
  border: 1px solid #21273a;
  background-color: #0e111b !important;
}

.ant-radio-group {
  margin-top: 10px;
}

.ant-radio-button-wrapper {
  background-color: #1f2639 !important;
  color: white !important;
  font-weight: 500;
  border-color: white !important;
}

.ant-radio-button-wrapper-checked {
  border-color: white !important;
  background-color: #363e54 !important;
}

.ant-radio-button-wrapper-checked::before {
  background-color: white !important;
}

.ant-modal-content {
  background-color: #0a0e12 !important;
  color: white !important;
  padding: 0px !important;
}

.ant-modal {
  border: 1px solid #363e54;
  width: 500px !important;
  border-radius: 10px;
}

.ant-modal-header {
  background-color: #0a0e12 !important;
}

.ant-modal-title {
  color: white !important;
  padding-top: 17px !important;
  margin-left: 20px !important;
  font-family: centurygothic;
}

.ant-modal-close-icon {
  color: white !important;
  transition: 0.3s;
}

.ant-modal-close-icon:hover {
  color: white !important;
}

.table-pagination {
  font-family: centurygothic;
  background-color: #161f27;
  color: var(--white);
  align-items: center;
  display: block;
  text-decoration-color: white;
}


/* :root {
  --white: white;
  --black: #1d1d1d;
  --dark-grey: #33383f;
  --light-grey: #99a4af;
  --grey: #626a72;
  --gradient-red: rgba(255, 1, 1, .15);
  --back-grey: #f5f6f7;
  --gradient-blue: rgba(122, 167, 255, .32);
  --dim-grey: #495158;
  --silver: #e7ecf0;
  --soft-grey: #cbd5df;
  --gradient-pink: rgba(239, 152, 207, .25);
}

.margin-top-10 {
  margin-top: 100px;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .9;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 20px;
}

li {
  opacity: .9;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--grey);
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

em {
  letter-spacing: -.5px;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gradient-red);
  color: var(--dark-grey);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  text-align: center;
  margin-top: 12px;
}

.page-wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #1e2a35;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Centurygothic, sans-serif;
  position: relative;
}

.page-wrapper.light-grey {
  background-color: var(--back-grey);
}

.page-wrapper.yourvaultswrapper {
  padding-top: 0;
}

.section {
  height: 700px;
  background-image: url('../images/BACKGROUND-2.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section.light-grey {
  background-color: var(--back-grey);
  position: relative;
}

.section.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.light-color-gradient {
  height: 100vh;
  background-color: #1e2a35;
  background-image: url('../images/bernoulliLandingImage-3.png'), linear-gradient(to bottom, var(--black) 15%, #1e2a35 27%);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Centurygothic, sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.section.black-gradient {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, .41), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
}

.section.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px rgba(32, 32, 32, .05);
}

.button:hover {
  background-color: var(--dark-grey);
}

.button:active {
  background-color: var(--grey);
  transform: translate(0, 2px);
  box-shadow: 0 0 rgba(32, 32, 32, 0);
}

.button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.outline {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--dim-grey);
  color: var(--black);
}

.button.outline:hover {
  background-color: var(--silver);
}

.button.outline:active {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
}

.button.light:hover {
  background-color: var(--silver);
  color: var(--grey);
}

.button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.button.light.mobile-hidden {
  box-shadow: inset 0 0 0 1px var(--silver);
}

.button.disabled {
  background-color: var(--back-grey);
  box-shadow: none;
  opacity: .7;
  color: var(--soft-grey);
}

.button.disabled:active {
  transform: none;
}

.button.subscribe {
  margin-bottom: 0;
  margin-left: -24px;
  padding-left: 22px;
  padding-right: 22px;
}

.button.dark {
  background-color: var(--dim-grey);
}

.button.dark:hover {
  background-color: var(--dark-grey);
}

.button.dark:active {
  background-color: var(--light-grey);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.white:hover {
  background-color: var(--silver);
}

.button.white:active {
  background-color: var(--soft-grey);
}

.spacer {
  height: 48px;
  background-color: var(--silver);
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._32 {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._48 {
  width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._96 {
  width: 96px;
  height: 96px;
  height: 96px;
  background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box.center-align {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._500px {
  max-width: 500px;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  width: 100%;
  max-width: 1230px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-content: stretch;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.container.vaultnavheader {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.container.vaultportfolionav {
  flex-wrap: nowrap;
}

.color-block {
  width: 100%;
  height: 60px;
  background-color: var(--black);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.grey {
  background-color: var(--grey);
}

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.back-grey {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

.color-block.silver {
  background-color: var(--silver);
}

.color-block.white {
  border: 1px solid var(--silver);
  background-color: #fff;
}

.color-block.soft-red {
  border: 1px solid var(--silver);
  background-color: var(--gradient-red);
}

.color-block.soft-blue {
  border: 1px solid var(--silver);
  background-color: var(--gradient-blue);
}

.color-block.soft-pink {
  border: 1px solid var(--silver);
  background-color: var(--gradient-pink);
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  width: 100%;
  height: 40px;
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 20px;
}

.column {
  min-height: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  width: 8.33%;
  flex: 0 auto;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  width: 25%;
  flex: none;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: var(--silver);
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text h4, .rich-text h3 {
  margin-top: 24px;
}

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  width: 100%;
  border-bottom: 1px solid var(--back-grey);
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: var(--grey);
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: var(--black);
}

.footer-link.w--current {
  opacity: 1;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer {
  z-index: 0;
  height: 400px;
  text-align: left;
  background-color: #1e2a35;
  border: 0 solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon {
  width: 64px;
  height: 64px;
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
}

.icon.large {
  width: 128px;
  height: 128px;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.nav-dropdown {
  color: var(--dark-grey);
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 2px;
  padding: 5px 22px 5px 8px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #1b9cca;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.paragraph.small {
  opacity: .75;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.medium {
  font-size: 18px;
}

.paragraph.small {
  opacity: .75;
  font-size: 14px;
  line-height: 1.4em;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu {
  text-align: right;
  margin-right: 6px;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  width: 100%;
  color: var(--silver);
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: var(--soft-grey);
}

.ds-menu-link.w--current {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  width: 240px;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), rgba(0, 0, 0, 0) 43%);
  padding-top: 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #197dff;
}

.form-error {
  background-color: var(--silver);
  color: var(--black);
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0;
}

.checkbox-field {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.check-box {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #197dff;
  background-position: 50%;
  background-size: 16px;
  border-color: #197dff;
}

.ds-content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  width: 100%;
  background-color: var(--silver);
  color: var(--dark-grey);
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  background-color: var(--dim-grey);
  color: var(--white);
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.header {
  background-color: var(--back-grey);
  color: var(--black);
}

.ds-title {
  color: var(--dark-grey);
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-field {
  height: 44px;
  min-width: 120px;
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 9px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: var(--dark-grey);
}

.text-field::-ms-input-placeholder {
  color: var(--soft-grey);
}

.text-field::placeholder {
  color: var(--soft-grey);
}

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

.ebook-box {
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.ebook-thumbnail {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.text-area {
  min-height: 120px;
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.text-area::-ms-input-placeholder {
  color: var(--soft-grey);
}

.text-area::placeholder {
  color: var(--soft-grey);
}

.tabs-menu {
  width: 100%;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  border-bottom: 2px solid var(--silver);
  opacity: .5;
  color: var(--grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--grey);
}

.tab-link.w--current {
  opacity: 1;
  color: #197dff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #197dff;
  font-weight: 600;
}

.ds-description {
  max-width: 400px;
  color: var(--grey);
}

.small-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 16px;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .2s, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 1px rgba(0, 0, 0, .06);
}

.small-button:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.small-button:active {
  background-color: var(--dim-grey);
  transform: translate(0, 1px);
  box-shadow: 0 0 rgba(0, 0, 0, .06);
}

.small-button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
  margin-right: 0;
}

.small-button.light:hover {
  background-color: var(--silver);
}

.small-button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.small-button.dark {
  background-color: var(--dim-grey);
  box-shadow: none;
  margin-right: 0;
}

.small-button.dark:hover {
  background-color: var(--dark-grey);
}

.small-button.dark:active {
  background-color: var(--black);
}

.nav-container {
  width: 100%;
  height: 70px;
  max-width: 1230px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  color: var(--grey);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link:hover {
  color: var(--black);
}

.nav-link:active {
  color: var(--grey);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.cta-button {
  background-color: var(--black);
  box-shadow: 0 2px 0 0 var(--back-grey);
  color: var(--white);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
}

.nav-link.cta-button:hover {
  background-color: var(--dark-grey);
}

.nav-link.cta-button:active {
  background-color: var(--grey);
  box-shadow: 0 0 0 0 var(--silver);
  transform: translate(0, 1px);
}

.form-dropdown {
  width: 100%;
  height: 44px;
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  color: var(--light-grey);
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  min-height: 20px;
  min-width: 50px;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-header {
  color: var(--light-grey);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-container {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  min-height: 100px;
  min-width: 100px;
  background-color: var(--silver);
  border-radius: 2px;
  flex-direction: column;
  display: flex;
  position: relative;
}

._1-2-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._2-1-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 46px;
  line-height: 1.25em;
}

.heading.h1.small-margin {
  margin-bottom: 6px;
}

.heading.h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3em;
}

.heading.h3 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.4em;
}

.heading.h3.no-margin {
  margin-bottom: 0;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.45em;
}

.heading.h5 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.h6 {
  color: var(--grey);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.large-h1 {
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 1.15em;
}

.error-3 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  background-color: var(--black);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 57%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .25), rgba(0, 0, 0, 0) 42%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.utility-page-wrap.center-align {
  background-image: radial-gradient(circle farthest-corner at 50% -20%, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 61%), radial-gradient(circle farthest-corner at 0% 20%, var(--gradient-blue), rgba(0, 0, 0, 0) 42%);
  text-align: center;
}

.utility-page-content {
  width: 380px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.visible-spacer {
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 24px;
  display: inline-block;
}

.email-form {
  max-width: 450px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

._3-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email-subscribe {
  width: 100%;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.terms-card {
  z-index: 2;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 48px;
  position: relative;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
}

.popular-posts-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.hidden {
  display: none;
}

.search-bar {
  width: 280px;
  height: 36px;
  border: 1px solid var(--back-grey);
  background-color: var(--back-grey);
  color: var(--black);
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover, .search-bar:focus {
  border-color: var(--soft-grey);
}

.search-bar::-ms-input-placeholder {
  color: var(--light-grey);
}

.search-bar::placeholder {
  color: var(--light-grey);
}

.search-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.card-text-link {
  width: 100%;
  max-width: 450px;
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.card-text-link:hover {
  color: var(--dark-grey);
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-card {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 12px;
  padding: 40px;
}

.title-tag {
  color: var(--light-grey);
  margin-bottom: 12px;
  font-weight: 500;
}

.cta-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.error-4 {
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.grey-text-link {
  border-bottom: 1px solid var(--soft-grey);
  color: var(--grey);
}

.grey-text-link:hover {
  border-bottom-color: var(--light-grey);
  color: var(--dark-grey);
}

.banner-section {
  z-index: 200;
  background-color: var(--white);
  background-image: radial-gradient(circle at 25% -20%, rgba(122, 167, 255, .15), rgba(255, 255, 255, 0) 52%), radial-gradient(circle at 100% 0, rgba(255, 1, 1, .08), rgba(255, 255, 255, 0) 25%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.banner-container {
  max-width: 1080px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.banner-link {
  color: var(--light-grey);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover {
  color: var(--black);
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.hero-illustration {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}

.large-3-grid {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr .8fr;
}

.footer-logo-block {
  max-width: 650px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ebook-header-block {
  height: 50px;
  max-width: 650px;
  position: relative;
}

.ebook-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.ebook-cover {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.ebook-mobile-block {
  height: 50px;
  max-width: 650px;
  display: none;
  position: relative;
}

.full-page-wrapper {
  width: 100%;
  max-width: none;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--gradient-blue), transparent 44%), radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), transparent 32%);
  color: var(--white);
  align-items: center;
  padding: 24px 12px;
}

.form-page-logo {
  width: 190px;
}

.form-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.admin-form-card {
  width: 100%;
  max-width: 380px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  padding: 40px;
}

.admin-form-card.center-align {
  text-align: center;
}

.form-card-footer {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}

.below-card-link {
  color: var(--light-grey);
  margin-top: 24px;
  font-size: 14px;
  display: inline-block;
}

.below-card-link:hover {
  color: var(--soft-grey);
}

.checkbox-label {
  flex: 1;
  font-size: 14px;
  display: inline-block;
}

.white-text-link {
  border-bottom: 1px solid var(--grey);
  color: var(--white);
  transition: border-color .2s, color .2s;
}

.white-text-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--soft-grey);
}

.field-label {
  color: #202020;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.field-label.no-margin {
  margin-bottom: 0;
}

.account-header {
  border-style: none none solid;
  border-bottom-color: #e7ecf0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.account-info-wrapper {
  margin-top: 24px;
}

.account-card {
  width: 100%;
  max-width: 380px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  padding: 24px 32px;
}

.account-page-wrapper {
  width: 100vw;
  height: 90vh;
  max-height: 100%;
  max-width: 100%;
  min-height: 650px;
  background-color: var(--silver);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, rgba(239, 152, 207, .2), rgba(0, 0, 0, 0) 57%), radial-gradient(circle at 0 20%, rgba(122, 167, 255, .25), rgba(0, 0, 0, 0) 42%);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.verification-box {
  text-align: center;
}

.form-page-logo-link {
  margin-bottom: 32px;
  transition: opacity .2s, color .2s;
}

.form-page-logo-link:hover {
  opacity: .9;
}

.button-2 {
  border: 1px solid var(--white);
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-left: 40px;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 25px;
  transition-property: none;
}

.button-2:hover {
  filter: brightness(125%);
  color: #a9eadd;
  text-shadow: 0 0 8px #a9eadd;
  box-shadow: inset 0 2px 12px #a9eadd, 0 2px 20px #a9eadd;
}

.button-2.connectwalletbutton {
  font-family: Centurygothic, sans-serif;
}

.button-2.connectwalletbutton.formbutton {
  text-align: center;
  margin-top: 40px;
  margin-left: 0;
  font-family: Centurygothic, sans-serif;
}

.button-2.connectwalletbutton.formbutton.depositbutton {
  font-family: Centurygothic, sans-serif;
}

.button-2.positionsbutton {
  text-align: center;
  flex: 1;
  margin-left: 0;
  font-family: Centurygothic, sans-serif;
}

.div-block {
  width: 100%;
  max-width: 750px;
  border: 1px solid var(--white);
  opacity: 1;
  border-radius: 12px;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-2 {
  color: #a9eadd;
  text-align: center;
}

.paragraph-2 {
  color: var(--white);
  text-align: justify;
  object-fit: fill;
  margin-bottom: 20px;
  font-family: Centaur, sans-serif;
  font-size: 20px;
}

.paragraph-3 {
  color: var(--white);
  text-align: justify;
  font-family: Centaur, sans-serif;
  font-size: 20px;
}

.howworkssection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.howworkssection.light-grey {
  background-color: var(--back-grey);
  position: relative;
}

.howworkssection.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.howworkssection.light-color-gradient {
  background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-2.png');
  background-position: 0 0;
  padding-top: 0;
  position: relative;
}

.howworkssection.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.howworkssection.black-gradient {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, .41), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
}

.howworkssection.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.controlsection {
  height: 700px;
  background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-2.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.controlsection.light-grey {
  background-color: var(--back-grey);
  position: relative;
}

.controlsection.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.controlsection.light-color-gradient {
  background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-2.png');
  background-position: 0 0;
  justify-content: flex-start;
  padding-top: 0;
  position: relative;
}

.controlsection.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.controlsection.black-gradient {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), rgba(0, 0, 0, 0) 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, .41), rgba(0, 0, 0, 0) 58%);
  color: var(--white);
}

.controlsection.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, rgba(255, 1, 1, .13), rgba(0, 0, 0, 0) 41%), radial-gradient(circle at 30% 150%, rgba(122, 167, 255, .24), rgba(0, 0, 0, 0) 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.controldiv {
  width: 100%;
  max-width: 725px;
  border: 1px solid var(--white);
  opacity: 1;
  text-align: left;
  border-radius: 8px;
  flex: 0 auto;
  margin-top: 0;
  padding: 20px;
  display: block;
}

.bernoullicards {
  width: 100%;
  max-width: 700px;
  border: 1px solid var(--white);
  opacity: 1;
  cursor: pointer;
  border-radius: 8px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .3s;
  display: block;
}

.bernoullicards:hover {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  mix-blend-mode: normal;
  box-shadow: inset 0 0 18px #a9eadd, 0 2px 18px #a9eadd;
}

.glowheader {
  filter: brightness(200%);
  color: #a9eadd;
  text-align: center;
  text-transform: none;
  text-shadow: 0 0 18px #a9eadd;
  font-family: Gothic Bold;
  font-size: 42px;
  font-weight: 400;
  margin-top: 0;
    margin-bottom: 24px;

    line-height: 1.25em;
  
}



.subtitle {
  opacity: 1;
  color: #87cfc1;
  text-align: center;
  font-family: Centurygothic, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.slider {
  background-color: #1e2a35;
  background-image: url('../images/BACKGROUND-3.png');
  background-position: 0 0;
  background-size: cover;
}

.image {
  position: static;
}

.ix2-button {
  height: 30%;
  border: 1px solid var(--white);
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 15px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 40px rgba(0, 0, 0, .5);
}

.ix2-button__overlay-1 {
  z-index: 2;
  background-image: linear-gradient(to right, #a9eadd, #2630a5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ix2-button__overlay-2 {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(to right, #03c98a, #0076a8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ix2-button__white-overlay {
  z-index: 0;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  z-index: 2;
  font-size: 16px;
  position: relative;
}

.paragraph-4 {
  color: var(--white);
}

.mask {
  overflow: hidden;
}

.card {
  width: 100%;
  height: auto;
  max-width: 700px;
  border: 1px solid var(--white);
  box-shadow: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.card:hover {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  box-shadow: inset 0 0 18px #a9eadd, 0 0 18px #a9eadd;
}

.card-image-wrap {
  width: 100%;
  border-radius: 12px;
  padding: 20px 20px 0;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.card-bottom {
  width: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.card-title {
  margin-top: 0;
  margin-bottom: 4px;
}

.card-subtitle {
  color: rgba(255, 255, 255, .45);
  text-transform: uppercase;
  font-size: 14px;
}

.card-text {
  color: var(--white);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Centaur, sans-serif;
  font-size: 20px;
}

.list {
  display: block;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-fourth {
  background-color: var(--grey);
  background-image: linear-gradient(261deg, #1e2a35, #587c7c 25%, #87cfc1 49%, #587c7c 75%, #1e2a35 93%);
  flex: 0 auto;
  margin-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px 140px 40px 60px;
}

.box {
  background-color: #fff;
  border-radius: .625rem;
  margin-top: 1.5rem;
  padding: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 2px #d6d0d0;
}

.box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper {
  position: relative;
}

.swiper.is-fourth {
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-box {
  width: 12rem;
  height: 12rem;
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box.is-first, .swiper-box.is-fourth {
  width: 9rem;
  height: 9rem;
  box-shadow: none;
  background-color: #7c9797;
  border-style: none;
}

.swiper-slide {
  background-color: #7c9797;
  border-radius: 8px;
  margin-right: 60px;
}

.swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-icon {
  width: 2rem;
  height: 2rem;
}

.image-2 {
  position: absolute;
}

.container-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  background-image: linear-gradient(274deg, #1e2a35, #1e2a35 34%);
  flex: 0 auto;
  order: 0;
  align-self: center;
  position: absolute;
}

.container-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: linear-gradient(to right, #000, #1e2a35 37%);
}

.container-5 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.portfoliovaluediv {
  width: 100%;
  max-width: 90%;
  opacity: 1;
  text-align: left;
  border-style: none;
  border-width: 0;
  border-radius: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  margin: 60px auto 40px;
  padding-top: 0;
  display: flex;
}

.portfoliovaluediv.yourvaultsdiv {
  margin-top: 0;
  padding-top: 0;
}

.portfoliovaluediv.bernvaultslistsection {
  margin-top: 0;
}

.graph-small-section-container {
  flex-direction: column;
  padding: 24px 28px;
  display: flex;
}

.border-right-6px---secondary-4 {
  border-right: .6px solid #343b4f;
}

.border-right-6px---secondary-4.border-bottom-6px---secondary-4-mbl {
  border-right-style: none;
  margin-left: 0;
  display: flex;
}

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.line-height-1em {
  line-height: 1em;
}

.dashdark-custom-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.dashdark-custom-icon.edit-icon {
  cursor: pointer;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.edit-icon:hover {
  color: #57c3ff;
}

.dashdark-custom-icon.delete-icon {
  cursor: pointer;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.delete-icon:hover {
  color: #ff5a65;
}

.dashdark-custom-icon.details-icon {
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  color: #d9e1fa;
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.details-icon:hover {
  color: #6c72ff;
}

.small-dropdown-list {
  width: 120%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 8px;
}

.small-dropdown-link {
  color: #aeb9e1;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1em;
}

.small-dropdown-link:hover {
  color: #fff;
}

.width-100 {
  width: 100%;
  margin-top: 20px;
}

.width-100.mg-bottom-24px {
  width: 50%;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container.gap-column-16px {
  grid-column-gap: 16px;
}

._2-items-wrap-container.pd-32px---28px {
  padding: 32px 28px;
}

._2-items-wrap-container.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

._2-items-wrap-container.gap-row-12px {
  grid-column-gap: 100px;
  grid-row-gap: 12px;
}

._2-items-wrap-container.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

._2-items-wrap-container.pd-28px {
  padding: 28px;
}

._2-items-wrap-container.amount-and-data {
  grid-column-gap: 6px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
}

._2-items-wrap-container.amount-and-data.mg-bottom-24px {
  grid-row-gap: 24px;
  margin-top: 10px;
}

.mg-bottom-4px {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.small-dot {
  max-height: 8px;
  max-width: 8px;
  min-height: 8px;
  min-width: 8px;
  background-color: #1c7aad;
  border-radius: 100%;
}

.small-dot._4px {
  max-height: 4px;
  max-width: 4px;
  min-height: 4px;
  min-width: 4px;
}

.small-dot.bg-secondary-3 {
  background-color: #57c3ff;
}

.small-dot.bg-secondary-2 {
  background-color: #9a91fb;
}

.small-dot.bg-secondary-3 {
  background-color: #57c3ff;
}

.small-dot.whitedot {
  background-color: #fff;
}

.small-dot.lightbluedot {
  background-color: #0bdef1;
}

.display-4 {
  color: #fff;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
  display: flex;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
  align-items: center;
}

.flex.align-center.gap-column-4px {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.pie-chart {
  flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.flex.align-center.gap-column-4px.positiontabs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
}

.flex.align-center.gap-column-16px {
  align-items: center;
  margin-bottom: 0;
}

.flex.align-center.gap-column-16px.viewvaultflex {
  margin-bottom: 20px;
  padding-left: 20px;
}

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
}

.line-rounded-icon.card-dropdown-arrow {
  line-height: 1em;
}

.line-rounded-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.mg-bottom-40px {
  margin-bottom: 0;
}

.small-dropdown-toggle {
  grid-column-gap: 12px;
  color: #aeb9e1;
  background-color: #212c4d;
  border: 1px solid #37446b;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.small-dropdown-toggle:hover {
  color: #d1dbf9;
  border-color: #7e89ac;
}

.small-dropdown-toggle.w--open {
  color: #fff;
  border-color: #6c72ff;
}

.card-2 {
  background-color: #161f27;
  border: .6px solid #343b4f;
  border-radius: 12px;
  display: block;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.text-100 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.medium.mg-top-2px {
  color: var(--white);
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 28px;
}

.grid-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns._1-82fr---1fr {
  grid-template-columns: 1.82fr 1fr;
}

.grid-2-columns._1-82fr---1fr.gap-0 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns._1-82fr---1fr.gap-0.vaulthomegrid {
  grid-column-gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns._1-82fr---1fr.gap-0 {
  grid-template-columns: 2.25fr 1fr;
}

.grid-2-columns._1fr---1-08fr {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.08fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-50 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-50.medium {
  font-weight: 500;
}

.small-dropdown-links-container {
  grid-row-gap: 16px;
  background-color: #212c4d;
  border: 1px solid #37446b;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 8px;
  display: flex;
}

.status-badge {
  grid-column-gap: 2px;
  border: .6px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.status-badge.green {
  color: #14ca74;
  background-color: rgba(5, 193, 104, .2);
  border-color: rgba(5, 193, 104, .2);
}

.status-badge.red {
  color: #ff5a65;
  background-color: rgba(255, 90, 101, .2);
  border-color: rgba(255, 90, 101, .2);
}

.status-badge.yellow {
  color: #fdb52a;
  background-color: rgba(255, 176, 22, .2);
  border-color: rgba(255, 176, 22, .2);
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-4px {
  grid-row-gap: 4px;
}

.border-bottom-6---secondary-4 {
  border-bottom: .6px solid #343b4f;
}

.paragraph-small {
  font-size: 10px;
  line-height: 1.4em;
}

.text-200 {
  color: var(--white);
  padding-left: 4px;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-200.medium {
  font-weight: 500;
}

.graph-large-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.divider {
  min-height: .6px;
  background-color: #37446b;
  margin-top: 14px;
  margin-bottom: 14px;
}

.mg-bottom-24px {
  width: 100%;
  max-width: 90%;
  margin-bottom: 0;
}

.mg-sides-0 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.explorebutton {
  border: 1px solid var(--white);
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 60px;
  font-size: 20px;
  line-height: 25px;
  transition-property: none;
}

.explorebutton:hover {
  filter: brightness(125%);
  color: #a9eadd;
  text-shadow: 0 0 8px #a9eadd;
  box-shadow: inset 0 2px 12px #a9eadd, 0 2px 20px #a9eadd;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 12px;
  min-width: 12px;
  background-color: #37446b;
  border-width: .4px;
  border-color: #7e89ac;
  border-radius: 2px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: border-color .3s, background-color .3s;
  box-shadow: 0 1px 6px rgba(20, 20, 43, .06);
}

.checkbox:hover {
  border-color: #aeb9e1;
}

.checkbox.w--redirected-checked {
  background-color: #6c72ff;
  background-image: none;
  background-size: 8px;
  border-color: #6c72ff;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.orders-status-table-row {
  min-height: 64px;
  min-width: 770px;
  grid-column-gap: 10px;
  border-bottom: .6px solid #37446b;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr 1fr 1fr .6fr .6fr 72px;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: -.6px;
  padding: 12px 28px;
  display: grid;
}

.orders-status-table-row.table-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 16px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.justify-space-between {
  justify-content: space-between;
}

.flex-horizontal.justify-space-between.positionsflex {
  justify-content: space-around;
  align-items: center;
}

.card-3 {
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.text-201 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-201.semibold {
  font-weight: 600;
}

.text-201.medium {
  font-weight: 500;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.hidden-on-desktop {
  display: none;
}

.table-main-container {
  margin-bottom: -.6px;
  padding-bottom: .6px;
  overflow: auto;
}

.text-300 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-300.medium {
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #6c72ff;
  border-radius: 4px;
  justify-content: center;
  padding: 8px;
  font-weight: 500;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #212c4d;
}

.btn-primary.small {
  font-size: 10px;
  line-height: 1.4em;
}

.card-4 {
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-4.overflow-hidden {
  background-color: #161f27;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-301 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-301.semibold {
  font-weight: 600;
}

.text-301.medium {
  font-weight: 500;
}

.text-302 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-302.medium {
  font-weight: 500;
}

.text-302.medium.color-neutral-100 {
  color: var(--white);
}

.section-2 {
  border: 0 #000;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.image-3 {
  object-fit: cover;
  position: relative;
}

.vaultsection {
  background-color: #1e2a35;
  background-image: linear-gradient(#1d1d1d 15%, #1e2a35 27%);
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-303 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-303.medium {
  color: var(--white);
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-303.bold {
  font-weight: 700;
}

.text-303.bold.color-neutral-800 {
  color: var(--white);
  padding-left: 8px;
  font-family: Gothic Bold, sans-serif;
  font-size: 26px;
}

.text-303.bold.color-neutral-800.assettext {
  font-size: 16px;
}

.text-303.bold.color-neutral-800.vaultstats {
  margin-bottom: 20px;
}

.overflow-auto {
  border-radius: 12px;
  overflow: auto;
}

.rows {
  background-color: #161f27;
}

.user-table-row {
  min-width: 640px;
  grid-column-gap: 10px;
  cursor: pointer;
  border: .6px solid #343b4f;
  flex-flow: row;
  grid-template: ". . . . Area" 1fr
  / 1fr 1fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  padding: 16px 24px;
  display: flex;
}
.user-table-row {
  min-width: 640px;
  grid-column-gap: 10px;
  cursor: pointer;
  border: .6px solid #343b4f;
  flex-flow: row;
  grid-template: ". . . . Area" 1fr
  / 1fr 1fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  padding: 16px 24px;
  display: flex;
}
.user-table-row:hover {
  background-color: #343b4f;

  min-width: 640px;
  grid-column-gap: 10px;
  cursor: pointer;
  border: .6px solid #343b4f;
  flex-flow: row;
  grid-template: ". . . . Area" 1fr
    / 1fr 1fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  padding: 16px 24px;
  display: flex;
}

.user-table-row.table-header {
  z-index: 1;
  grid-row-gap: 0px;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: default;
  background-color: #161f27;
  border-top-style: none;
  border-top-width: 0;
  border-bottom: .6px solid #343b4f;
  grid-template-rows: 1fr auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr .75fr .75fr .75fr;
  margin-bottom: -1px;
  position: relative;
}

.component-card-badge-top-wrapper {
  background-image: linear-gradient(#3d7fff, #5465ff);
  border-radius: 32px;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 1px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.text-304 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-304.bold {
  font-weight: 700;
}

.text-304.bold.color-neutral-700 {
  color: var(--white);
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
}

.avatar-circle {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._40px {
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  object-fit: cover;
}

.avatar-circle._40px.assetavatar {
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
}

.color-badge {
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.color-badge.red {
  color: #ff5a65;
  background-color: #ffeff0;
}

.color-badge.green {
  color: #14ca74;
  background-color: #def2e6;
}

.card-5 {
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .09);
}

.card-5.overflow-hidden.border-none {
  width: 100%;
  border: .6px solid #343b4f;
}

.card-5.component-card {
  border-style: dashed;
  border-color: #aab1c6;
  padding: 40px;
}

.component-card-badge-top {
  color: #454e66;
  background-color: #fff;
  border-radius: 32px;
  padding: 6px 12px;
  font-weight: 500;
  line-height: 1.286em;
}

.heading-3 {
  color: var(--white);
  border: 0 solid #000;
  font-family: Gothic Bold, sans-serif;
  font-size: 22px;
}

.heading-4 {
  color: var(--white);
  font-family: Gothic Bold, sans-serif;
}

.heading-4.overallportfolioheader {
  font-family: Centurygothic, sans-serif;
  font-size: 32px;
}

.container-6 {
  width: 100%;
  max-width: 90%;
  margin-top: 20px;
}

.max-h-16px-2 {
  max-height: 16px;
}

.mg-bottom-4px-2, .mg-bottom-4px-2.positionsbottom {
  margin-bottom: 10px;
}

.mg-bottom-40px-2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.card-6 {
  background-color: #161f27;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-6.top-details {
  z-index: 1;
  grid-row-gap: 16px;
  background-color: #161f27;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-6.top-details.positiondetails {
  grid-row-gap: 0px;
  background-color: #343b4f;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 10px;
}

.card-6.top-details.positiondetails.test {
  background-color: #161f27;
  border-style: none;
  margin-bottom: 0;
  padding: 0;
}

.card-6.top-details.positiondetails.inputcard {
  width: 100%;
  max-width: 90px;
  min-width: 70px;
  grid-row-gap: 0px;
  background-color: #343b4f;
  border-style: none;
  border-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  position: absolute;
  right: 15px;
}

.card-6.portfoliocard {
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.card-6.portfoliobreakdowncard {
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.text-305 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-305.medium {
  font-weight: 500;
}

.text-305.medium.mg-top-2px {
  color: var(--white);
  margin-top: 2px;
  font-family: Centurygothic, sans-serif;
}

.text-305.medium.mg-top-2px.text-307.availabletext {
  margin-top: 10px;
  font-size: 14px;
}

.text-305.medium.mg-top-2px.text-307.availabletext.amount {
  padding-left: 4px;
}

.text-306 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-306.medium {
  font-weight: 500;
}

.graph-large-section-container-2 {
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.graph-large-section-container-2.overallportfoliograph {
  background-color: #161f27;
  border: .6px solid #343b4f;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.graph-large-section-container-2.overallportfoliograph.portfoliostats {
  height: 50.0001%;
  padding-left: 20px;
  padding-right: 20px;
}

.graph-large-section-container-2.overallportfoliograph.portfoliosecondstats {
  margin-top: 20px;
}

.graph-large-section-container-2.overallportfoliograph.portfoliosecondstats.positionstabs {
  padding: 0;
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.small-details-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  display: grid;
}

.text-307 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-307.medium {
  font-weight: 500;
}

.text-307.medium.mg-top-2px {
  color: var(--white);
  margin-top: 0;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.text-307.medium.mg-top-2px.headertext {
  margin-bottom: 20px;
  font-family: Centurygothic;
  font-size: 32px;
}

.text-307.medium.mg-top-2px.startingpositiontext {
  margin-top: 10px;
}

.text-307.medium.mg-top-2px.positionheader {
  font-size: 18px;
}

.text-307.medium.mg-top-2px.positionheader.imlosstext {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-3 {
  padding-bottom: 40px;
}

.inner-container._210px {
  max-width: 210px;
}

.width-100-2 {
  width: 100%;
}

.width-100-2.mg-bottom-24px {
  max-width: 100%;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-5 {
  margin-top: 60px;
  padding-top: 0;
  font-family: Centurygothic, sans-serif;
}

.display-5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.width-100-3 {
  width: 100%;
}

.display-6 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.max-w-40px {
  max-width: 40px;
}

.products-table-row {
  min-height: 48px;
  min-width: 384px;
  grid-column-gap: 10px;
  border-bottom: .6px solid #37446b;
  grid-template-rows: auto;
  grid-template-columns: 2.8fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: -.6px;
  padding: 14px 28px;
  display: grid;
}

.products-table-row.table-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 16px;
}

.text-25 {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-25.medium {
  font-weight: 500;
}

.card-7 {
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.card-7.pd-28px {
  padding: 28px;
}

.text-308 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-308.medium {
  font-weight: 500;
}

.text-308.medium.mg-top-2px {
  margin-top: 2px;
}

.text-308.semibold {
  font-weight: 600;
}

.text-309 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-309.semibold {
  font-weight: 600;
}

.text-309.medium {
  font-weight: 500;
}

.text-310 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-310.medium {
  font-weight: 500;
}

.mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.section-3, .section-4 {
  background-image: linear-gradient(#1d1d1d 15%, #1e2a35 27%);
}

.tabs-menu-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-menu-wrapper.positiontabsspacing {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-content-wrapper.positionstabcontent {
  margin-top: 1em;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-content-inner {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.tabs-nav-item._02:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item._02.position02 {
  background-color: #343b4f;
  border-radius: 0 12px 0 0;
}

.tabs-nav-item._02.position02.w--current {
  background-color: #161f27;
}

.tabs-nav-item._02.tabs-position-2 {
  background-color: #343b4f;
  border-radius: 0 12px 0 0;
}

.tabs-nav-item._02.tabs-position-2.w--current {
  color: #fff;
  background-color: #161f27;
  font-family: Centurygothic, sans-serif;
}

.tabs-nav-item._01:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item._01.w--current {
  font-family: Centurygothic, sans-serif;
}

.tabs-nav-item._01.positions-tab-current {
  background-color: #343b4f;
  border-radius: 0;
  font-family: Centurygothic, sans-serif;
}

.tabs-nav-item._01.positions-tab-current.w--current {
  color: #fff;
  background-color: #161f27;
  border-top-left-radius: 12px;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 22px 2.5em rgba(0, 0, 0, .4);
}

.tabs-nav-background.positionstabbackground {
  box-shadow: none;
  background-color: #161f27;
  border: 1px #000;
  border-radius: 12px 0 0;
  font-family: Centurygothic, sans-serif;
}

.tabs-nav-text {
  z-index: 1;
  font-family: Centurygothic, sans-serif;
  position: relative;
}

.tabs-nav-text.tabs-position-text, .tabs-nav-text.inactive-positions-tab-text {
  color: #fff;
}

.icon-inside-input-left {
  max-height: 12px;
  max-width: 12px;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  left: 14px;
}

.grid-3-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._1-col-tablet {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon-inside-input-right {
  z-index: 0;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  right: auto;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.position-relative---z-index-1.flex-horizontal {
  border-radius: 8px;
  align-items: center;
}

.error-message {
  color: #dc2b2b;
  text-align: center;
  background-color: #ffeff0;
  border: 1px solid #ff5a65;
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px 24px;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #3d73ff;
  border-radius: 16px;
  padding: 20px 24px;
}

.input {
  min-height: 40px;
  color: #1f2d54;
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  transition: color .3s, border-color .3s;
  box-shadow: 0 0 4px rgba(20, 20, 43, .09);
}

.input:hover {
  border-color: #aab1c6;
}

.input:focus {
  border-color: #3d73ff;
}

.input::-ms-input-placeholder {
  color: #828aa3;
}

.input::placeholder {
  color: #828aa3;
}

.input.icon-inside-right {
  min-height: 60px;
  border-radius: 8px;
  padding-right: 32px;
  font-family: Centurygothic, sans-serif;
  font-size: 16px;
}

.input.icon-inside-right:focus-visible {
  border-color: #87cfc1;
}

.input.icon-inside-right[data-wf-focus-visible] {
  border-color: #87cfc1;
}

.input.icon-inside-left {
  min-height: 60px;
  border-radius: 8px;
  padding-left: 32px;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.container-7 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.assetlabel {
  color: var(--white);
  padding-left: 8px;
  font-family: Centurygothic, sans-serif;
  font-size: 14px;
}

.container-8 {
  display: flex;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-311 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

.text-311.medium {
  font-weight: 500;
}

.text-311.medium.mg-bottom-4px {
  color: var(--soft-grey);
  margin-bottom: 0;
  font-family: Centurygothic, sans-serif;
  display: block;
}

.dashflow-custom-icon.icon-size-8px {
  font-size: 9px;
  line-height: 1em;
}

.text-312 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.222em;
}

.text-312.bold {
  font-weight: 700;
}

.text-312.bold.color-neutral-800 {
  color: var(--white);
  font-family: Centurygothic, sans-serif;
}

.card-amount-container {
  grid-column-gap: 2px;
  align-items: center;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: flex;
}

.card-amount-container.red {
  color: #ff5a65;
}

.card-amount-container.green {
  color: #14ca74;
  cursor: auto;
}

.width-100-4 {
  width: 80%;
  text-align: left;
  object-fit: fill;
}

.div-block-6 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 16.75rem 17rem 14rem 12.75rem 5.5rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.brand {
  background-image: url('../images/BERNOULLI_LOGO-NO-BACKGROUND.png');
  background-position: 50%;
  background-size: 150px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav-menu-2 {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section {
    height: 725px;
    padding-left: 0;
  }

  .section.light-color-gradient {
    height: 135vh;
    background-image: url('../images/bernoulliLandingImage-3.png'), linear-gradient(to bottom, var(--black) 15%, #1e2a35 27%);
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer {
    width: 100%;
    height: 500px;
    margin-top: 0;
    padding-top: 0;
  }

  .banner-container {
    max-width: 1140px;
  }

  .div-block {
    width: 100%;
    max-width: 750px;
    border: 1px solid var(--white);
    opacity: .87;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1e2a35;
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .heading-2 {
    opacity: 1;
    outline-offset: 0px;
    color: #a9eadd;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    mix-blend-mode: normal;
    outline: 3px #a9eadd;
    font-size: 40px;
  }

  .paragraph-2 {
    color: var(--white);
    font-family: Centaur;
  }

  .paragraph-3 {
    color: var(--white);
        font-family: Centaur;
  }

  .howworkssection {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .controlsection {
    height: 125vh;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .controldiv {
    width: 100%;
    max-width: 50%;
    border: 1px solid var(--white);
    opacity: .87;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1e2a35;
    border-radius: 12px;
    margin-top: 100px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .bernoullicards {
    width: 100%;
    max-width: 750px;
    border: 1px solid var(--white);
    opacity: .87;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1e2a35;
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .glowheader, .subtitle {
    opacity: 1;
    outline-offset: 0px;
    color: #a9eadd;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    mix-blend-mode: normal;
    outline: 3px #a9eadd;
    font-size: 40px;
  }

  .swiper-wrapper.is-fourth {
    width: 100%;
  }

  .container-3 {
    width: 100%;
    height: 100%;
  }

  .portfoliovaluediv {
    width: 100%;
    max-width: 750px;
    border: 1px solid var(--white);
    opacity: .87;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #1e2a35;
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .portfoliovaluediv.yourvaultsdiv {
    max-width: 80%;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfoliovaluediv.vaulthomediv {
    max-width: 75%;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }

  .portfoliovaluediv.bernvaultslistsection {
    max-width: 75%;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .width-100.mg-bottom-24px {
    max-width: 100%;
  }

  .flex.align-center.gap-column-16px.viewvaultflex {
    padding-left: 60px;
  }

  .grid-2-columns._1-82fr---1fr.gap-0 {
    min-width: 100%;
    grid-template-columns: 2.5fr 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .user-table-row.table-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto auto auto auto auto auto;
    grid-template-columns: 9.75em 9.75em 7.25em 5.5em 12.75em;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-bottom: 0;
    display: grid;
  }

  .card-5.overflow-hidden.border-none {
    background-color: #161f27;
  }

  .container-6 {
    max-width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    justify-content: flex-end;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .search-banner {
    display: none;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    display: block;
  }

  .ds-menu-brand {
    margin-bottom: 0;
    top: 5px;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--silver);
    background-color: #197dff;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid, ._2-1-grid {
    margin-left: 0;
  }

  .heading.h1 {
    font-size: 40px;
  }

  .error-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    color: var(--white);
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #197dff;
    border-radius: 40px;
  }

  ._3-grid, ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .terms-card {
    padding-top: 64px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .error-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .banner-container {
    text-align: center;
  }

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .ix2-button {
    border-radius: 5px;
  }

  .button-text {
    font-size: 19px;
  }

  .card-subtitle {
    order: -1;
    margin-bottom: 12px;
  }

  .card-text {
    margin-top: 8px;
  }

  .display-4 {
    font-size: 20px;
  }

  .graph-large-section-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .orders-status-table-row {
    grid-template-columns: .6fr 1.2fr .6fr .6fr .6fr .6fr 48px;
  }

  .card-6.top-details, .graph-large-section-container-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .display-5, .display-6 {
    font-size: 20px;
  }

  .products-table-row {
    min-width: 400px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.daek-page-header, .section.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .button.light.mobile-hidden {
    display: none;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-4, .column.desk-9, .column.desk-7, .column.desk-8 {
    width: 100%;
  }

  .nav-content {
    border-top: 1px solid var(--silver);
    background-color: var(--white);
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link:hover {
    transform: none;
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-direction: column;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid, ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.large-h1 {
    font-size: 48px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .section-top {
    text-align: center;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .terms-card {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .cta-banner {
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
    padding: 40px;
  }

  .banner-section {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-container {
    text-align: left;
  }

  .banner {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-illustration {
    width: 120px;
    margin-left: 0;
  }

  .large-3-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr .8fr;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .ebook-header-block {
    height: auto;
    display: none;
  }

  .ebook-page-grid {
    grid-template-columns: 1fr;
  }

  .ebook-mobile-block {
    height: auto;
    display: block;
  }

  .howworkssection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .howworkssection.daek-page-header, .howworkssection.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .controlsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .controlsection.daek-page-header, .controlsection.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .button-text {
    font-size: 17px;
  }

  .card-subtitle {
    margin-bottom: 4px;
  }

  .card-text {
    margin-top: 2px;
  }

  .box {
    padding: 1.25rem 1.5rem;
  }

  .swiper-box.is-first, .swiper-box.is-fourth {
    width: 7rem;
    height: 7rem;
  }

  .graph-small-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-right-6px---secondary-4.border-bottom-6px---secondary-4-mbl {
    border-bottom: .6px solid #343b4f;
    border-right-style: none;
  }

  ._2-items-wrap-container.pd-28px {
    padding: 24px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .grid-2-columns, .grid-2-columns._1-82fr---1fr, .grid-2-columns._1fr---1-08fr {
    grid-template-columns: 1fr;
  }

  .graph-large-section-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .orders-status-table-row {
    grid-template-columns: .4fr .8fr .6fr .6fr .6fr .4fr 64px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .user-table-row {
    grid-template-columns: 2.5fr 1.5fr 1fr .8fr;
  }

  .card-5 {
    box-shadow: 0 2px 12px rgba(20, 20, 43, .04);
  }

  .card-5.component-card {
    padding: 32px;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 34px;
  }

  .card-6.top-details, .graph-large-section-container-2, .products-table-row, .card-7.pd-28px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .section.light-color-gradient {
    height: 500px;
    -webkit-text-fill-color: inherit;
    background-position: 50%, 0 0;
    background-size: cover, auto;
    background-clip: border-box;
    justify-content: flex-start;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .button.subscribe {
    margin-left: 0;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

  .container {
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .menu-button {
    flex: 0 auto;
  }

  .search-banner {
    justify-content: space-between;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field, .text-area {
    width: 100%;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.large-h1 {
    font-size: 42px;
  }

  .error-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-menu-button {
    margin-right: 6px;
  }

  .email-form {
    width: 100%;
    flex-direction: column;
  }

  ._4-grid {
    grid-template-columns: 1fr;
  }

  .email-subscribe {
    width: 100%;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .search {
    flex-direction: column;
  }

  .terms-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .form-card {
    padding: 24px;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .cta-banner {
    padding: 32px;
  }

  .error-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    text-align: left;
    justify-content: space-between;
  }

  .banner-link {
    width: 100%;
    flex: 0 auto;
  }

  .form-page-logo {
    width: 160px;
  }

  .admin-form-card, .account-card {
    padding: 28px;
  }

  .form-2-grid {
    grid-template-columns: 1fr;
  }

  .form-page-logo-link {
    margin-bottom: 24px;
  }

  .button-2 {
    text-align: center;
    align-self: center;
    font-size: 16px;
  }

  .button-2.launchappbutton {
    margin-left: 0;
  }

  .paragraph-2 {
    text-align: justify;
    font-family: Centaur, sans-serif;
    font-size: 16px;
  }

  .paragraph-3 {
    font-family: Centaur, sans-serif;
    font-size: 16px;
  }

  .howworkssection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .controlsection {
    height: 100vh;
    object-fit: fill;
    background-position: 10% 10%;
    padding: 0 16px;
  }

  .controldiv {
    padding-top: 0;
  }

  .glowheader {
    font-size: 30px;
  }

  .subtitle {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .image {
    max-width: 50%;
    flex: 0 auto;
    align-self: flex-start;
    display: none;
  }

  .card {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .card.mobilecard {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .card-image {
    height: 240px;
  }

  .card-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-text {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
    display: block;
  }

  .swiper-wrapper.is-fourth {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(252deg, #1e2a35 9%, #587c7c 22%, #587c7c 29%, #87cfc1 32%, #7ebfb4 40%, #1e2a35);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
    position: static;
  }

  .swiper-box.is-fourth {
    background-color: #7c9797;
  }

  .swiper-slide {
    color: rgba(0, 0, 0, 0);
    object-fit: fill;
    margin-right: 20px;
  }

  .image-2 {
    height: 15vh;
  }

  .container-5 {
    justify-content: center;
  }

  .portfoliovaluediv {
    padding-top: 0;
  }

  ._2-items-wrap-container.pd-28px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-4 {
    font-size: 18px;
  }

  .flex.align-center.gap-column-24px {
    grid-column-gap: 20px;
  }

  .flex.align-center.gap-column-16px {
    grid-column-gap: 12px;
  }

  .graph-large-section-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .explorebutton {
    text-align: center;
    align-self: center;
    font-size: 16px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .card-5.component-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .graph-large-section-container-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 20px;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr;
  }

  .display-5, .display-6 {
    font-size: 18px;
  }

  .mg-bottom-24px-3 {
    margin-bottom: 20px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .icon-2 {
    color: var(--white);
  }

  .menu-button-2 {
    font-size: 26px;
  }
}

#w-node-_4cc67694-3b0a-4180-fbd8-b99acd7c168a-cc7391d4, #w-node-_4cc67694-3b0a-4180-fbd8-b99acd7c168c-cc7391d4, #w-node-_4cc67694-3b0a-4180-fbd8-b99acd7c168e-cc7391d4, #w-node-_4cc67694-3b0a-4180-fbd8-b99acd7c1690-cc7391d4, #w-node-e889b144-5c8c-80f5-87c5-498c5b3a2042-cc7391d4, #w-node-bd3339aa-5d27-e015-da3d-a81f650266b5-ef01d826, #w-node-_54f8d875-e98c-84d8-70dd-28ddef01d827-ef01d826, #w-node-_54f8d875-e98c-84d8-70dd-28ddef01d82d-ef01d826, #w-node-_54f8d875-e98c-84d8-70dd-28ddef01d830-ef01d826, #w-node-_54f8d875-e98c-84d8-70dd-28ddef01d837-ef01d826, #w-node-_79af5911-d0c7-e3a0-693b-de1871cf0310-71cf0302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79af5911-d0c7-e3a0-693b-de1871cf0311-71cf0302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_79af5911-d0c7-e3a0-693b-de1871cf0317-71cf0302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79af5911-d0c7-e3a0-693b-de1871cf0318-71cf0302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d512561-9d512556, #w-node-_32e99621-51be-edc1-6d0c-2f019d512571-9d512556, #w-node-_32e99621-51be-edc1-6d0c-2f019d51258c-9d512556, #w-node-_32e99621-51be-edc1-6d0c-2f019d5125a7-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d5125c5-9d512556, #w-node-_32e99621-51be-edc1-6d0c-2f019d5125c6-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d5125cf-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d5125d0-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32e99621-51be-edc1-6d0c-2f019d512600-9d512556, #w-node-_32e99621-51be-edc1-6d0c-2f019d512602-9d512556, #w-node-_32e99621-51be-edc1-6d0c-2f019d512604-9d512556, #w-node-_32e99621-51be-edc1-6d0c-2f019d512606-9d512556, #w-node-_32e99621-51be-edc1-6d0c-2f019d512608-9d512556 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28a1-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28a2-d7dc288f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28ac-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28bc-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28cc-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28dc-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28ec-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc28fc-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc290c-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc291c-d7dc288f, #w-node-_0a900d7b-4738-4727-ef1b-9815d7dc292c-d7dc288f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a900d7b-4738-4727-ef1b-9815d7dc292d-d7dc288f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_62b23e3845c1a6d0f6be4e4900000000001b-98da784b {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000020-98da784b {
  border: 1px solid #e6e6e6;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000021-98da784b {
  margin-top: 10px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000024-98da784b {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}


@font-face {
  font-family: 'Gothic Bold';
  src: url('../fonts/GOTHICB0.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centaur';
  src: url('../fonts/CENTAUR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/CenturyGothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */