:root {
  --white: white;
  --lime: #80ab19;
  --teal: #1e667a;
  --beige: #bebebe9c;
  --black: black;
  --dark-blue: #151c2b;
}

.navigation {
  z-index: 1;
  background-color: #1e667a;
  border-bottom: 1px solid #1e667a;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: inline-block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: inline-block;
}

.nav-link:hover {
  color: #80ab19;
}

.nav-link.w--current {
  color: #80ab19;
  letter-spacing: 1px;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#1e667ad6 43%, #6d9e2ccc 100%, #80ab19), url('../assets/modernbuilding.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #1e667a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 84px;
  padding-bottom: 80px;
  display: block;
  position: static;
}

.news-container {
  text-align: center;
  flex: 1;
  margin-bottom: 60px;
}

.arvana-white {
  font-family: BraveEightyOne, sans-serif;
  font-weight: 400;
}

.hero-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
}

.arvana-span-1 {
  color: var(--white);
  letter-spacing: 0;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.button {
  background-color: var(--lime);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 11px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  display: inline-block;
}

.email-link {
  color: #80ab19;
  font-style: italic;
  text-decoration: none;
}

.email-link:hover {
  color: gray;
}

.banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

.banner-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 300px;
}

.main-section {
  background-image: linear-gradient(#fffc, #fffc), url('../assets/goldenarrow.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.logo {
  height: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  color: #1e667a;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
}

.footer {
  text-align: center;
  background-color: #1e667a;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.footer-container {
  text-align: center;
  justify-content: space-between;
  margin-bottom: 20px;
  display: block;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  max-width: none;
  height: 40px;
  margin-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.body {
  margin-top: 0;
  padding-top: 80px;
}

.list-item {
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  display: inline;
}

.heading-3 {
  color: #1e667a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.field-label {
  color: #1e667a;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.send-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #80ab19;
  border-radius: 5px;
  width: 80px;
  margin-top: 0;
  padding-top: 11px;
  padding-bottom: 8px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  display: inline-block;
}

.copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.arvana-span-2 {
  color: #1e667a;
  letter-spacing: 2px;
  font-family: BraveEightyOne, sans-serif;
  font-size: 35px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 780px;
  display: flex;
}

.list {
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
}

.news-section {
  background-image: linear-gradient(#fff6, #fff6), url('../assets/highrise2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: scroll;
}

.news-item {
  color: #0000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.news-item:hover {
  color: #0000;
  background-color: #fff;
  border-radius: 0;
}

.form-block {
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.banner-image-hide {
  width: 100%;
  height: 300px;
}

.button-block {
  text-align: center;
  margin-bottom: 60px;
}

.image-2 {
  height: 45px;
}

.menu {
  background-color: var(--teal);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  margin-top: 0;
}

.menu-wrapper {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.text-field {
  color: #80ab19;
}

.trading-hero-paragraph {
  color: #1e667a;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.market-overlay {
  color: #fff;
  background-image: url('../assets/stockmarket.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #1e667a;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
}

.link {
  color: #80ab19;
  font-family: BraveEightyOne, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.link:hover {
  color: gray;
}

.section {
  background-image: linear-gradient(#fff9, #fff9), url('../assets/earthball.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.news-item-link {
  color: #1e667a;
  line-height: 22px;
  text-decoration: none;
}

.news-item-link:hover {
  color: #80ab19;
}

.textarea, .message-block {
  margin-bottom: 40px;
}

.hero-container {
  text-align: center;
  margin-bottom: 0;
  padding-top: 80px;
}

.market-hero-heading {
  color: #1e667a;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 55px;
}

.news-hero-heading {
  color: #1e667a;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 55px;
}

.sec-files {
  color: #1e667a;
  width: auto;
  max-width: none;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 0;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.flex-no-wrap {
  background-color: #0000;
  flex-wrap: nowrap;
  display: flex;
}

.accordion-wrapper {
  border-bottom: 1px solid #c4cbd5;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}

.auction-subheading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 20px 20px 20px 22px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.faq-heading-box {
  z-index: 1;
  text-align: center;
  background-color: #80ab19;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: block;
  position: relative;
}

.accordion-item-content {
  margin-top: -1px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.full-width {
  flex: 1;
}

.faq-block {
  position: relative;
}

.faq-block._30-pixels {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.file-heading {
  color: #80ab19;
  text-transform: none;
  border-bottom: 5px #fec82f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.filing-section {
  background-image: url('../assets/filings_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-paragraph {
  color: #1e667a;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.about-heading {
  color: #1e667a;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.investment-item {
  flex-flow: wrap;
  display: flex;
}

.investment-item.full-height {
  height: auto;
}

.column-1 {
  background-color: #fff;
  background-image: url('../assets/fishing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: flex-end;
  height: auto;
  position: relative;
  overflow: hidden;
}

.column {
  width: auto;
  max-width: none;
}

.investment-heading {
  color: #1e667a;
  text-align: justify;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 0;
}

.investment-details {
  background-color: #fff;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 100px 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.investment-section {
  background-color: #0000;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  position: static;
}

.investment-text {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.paragraph {
  color: #1e667a;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
}

.small-link {
  color: #3b2313;
  text-align: center;
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.fish {
  width: 255px;
  max-width: none;
  margin-bottom: 10px;
}

.about-paragraph {
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.investment-details-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 0% 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-column {
  background-image: url('../assets/oildeal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 600px;
}

.about-head-block {
  background-image: linear-gradient(#fffc, #fffc), url('../assets/projects.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.separator {
  background-color: #80ab19;
  padding-top: 20px;
  padding-bottom: 20px;
}

.investment-bar {
  background-color: #80ab19;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  inset: auto 0% 0%;
}

.down-button {
  background-color: #0000;
  background-image: url('../assets/play_green_down.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
}

.down {
  height: 20px;
  display: block;
}

.down-thing {
  background-color: #0000;
  border: 1px solid #80ab19;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.down-link {
  background-color: #fff6;
  border: 1px #80ab19;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.createdby {
  display: none;
}

.fishing-paragraph {
  color: #1e667a;
  text-align: center;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.small-text-link {
  color: #1e667a;
  text-align: center;
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.action-bar {
  background-color: var(--teal);
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6em;
}

.link-2 {
  color: var(--white);
}

.link-2:hover {
  color: #f8ee78;
}

.iasection {
  background-image: url('../assets/daybuilding.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ia-heading {
  color: var(--teal);
  text-align: left;
  max-width: none;
  margin: 0 0 60px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
}

.investor-text {
  color: var(--teal);
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.text-span {
  font-family: Rock Salt, sans-serif;
}

.txt-link {
  color: var(--teal);
  font-weight: 500;
}

.txt-link:hover {
  color: var(--lime);
}

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

.iablock {
  border: 3px none var(--beige);
  background-color: var(--white);
  border-radius: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #80ab19;
    text-align: center;
    border-top: 1px #000;
    border-bottom: 1px #000;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #1e667a;
  }

  .hero-overlay {
    height: auto;
    min-height: auto;
    padding: 90px 0 80px;
    position: static;
  }

  .news-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 22px;
    line-height: 1.4em;
  }

  .arvana-span-1 {
    font-size: 25px;
  }

  .banner {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    position: static;
  }

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

  .heading-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 1.4em;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    inset: auto 0% 0%;
  }

  .list {
    padding-left: 0;
    padding-right: 0;
  }

  .news-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-image-hide {
    display: none;
  }

  .image-2 {
    height: 35px;
  }

  .icon-2 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }

  .nav-menu {
    text-align: center;
    background-color: #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    background-color: #0000;
    margin-top: 0;
    padding: 10px;
  }

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

  .menu-wrapper {
    justify-content: space-between;
    display: block;
  }

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

  .hero-container {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .market-hero-heading, .news-hero-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .faq-heading-box {
    width: 100%;
  }

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

  .about-heading {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 30px;
    line-height: 40px;
  }

  .investment-item.full-height {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .column-1 {
    height: 500px;
  }

  .investment-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .investment-details {
    width: 100%;
    padding: 80px 60px;
    position: static;
  }

  .investment-section {
    height: 380px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .investment-details-2 {
    width: 100%;
    padding: 80px 60px;
    position: static;
  }

  .right-column {
    width: 100%;
    height: 400px;
  }

  .about-head-block {
    height: auto;
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .action-bar {
    margin-bottom: 60px;
  }

  .brand {
    margin-top: 10px;
  }

  .iasection {
    padding: 100px 60px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar {
    text-align: center;
  }

  .nav-link {
    color: #80ab19;
  }

  .hero-overlay {
    height: auto;
    padding: 90px 0 60px;
  }

  .news-container {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .arvana-span-1 {
    font-size: 20px;
  }

  .banner {
    grid-template-rows: 250px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .banner-image {
    height: 250px;
  }

  .heading-2 {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .contact-form-grid {
    max-width: none;
    margin-right: 0;
    display: block;
  }

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

  .send-button {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .news-section {
    padding: 60px 40px;
  }

  .news-item {
    margin-bottom: 20px;
  }

  .form-block {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-image-hide {
    display: none;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .menu-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .market-overlay {
    padding: 220px 20px;
  }

  .textarea {
    max-width: none;
    margin-left: 0;
  }

  .message-block {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-container {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .faq-heading-box {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .about-heading {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .investment-item.full-height {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .column-1 {
    width: 100%;
    height: 400px;
  }

  .investment-details {
    width: 100%;
    padding: 60px;
  }

  .investment-section {
    position: static;
  }

  .investment-details-2 {
    background-color: #f2f5f8;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .right-column {
    width: 100%;
  }

  .about-head-block {
    height: auto;
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .action-bar {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .ia-heading {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .iablock {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding: 0;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border: 1px #f5f5f5;
    border-color: #f5f5f5 #0000;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-overlay {
    padding: 80px 0 40px;
  }

  .news-container {
    text-align: left;
    margin-bottom: 40px;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .arvana-span-1 {
    font-size: 20px;
  }

  .banner {
    grid-auto-flow: row;
    display: block;
  }

  .banner-image {
    height: 180px;
  }

  .main-section {
    padding-bottom: 40px;
  }

  .logo {
    height: 40px;
  }

  .heading-2 {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .contact-form-grid {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .body {
    padding-top: 80px;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 40px;
  }

  .send-button {
    margin-top: 0;
  }

  .copyright {
    text-align: center;
  }

  .arvana-span-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .news-section {
    padding: 60px 20px;
  }

  .form-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-block {
    text-align: center;
    margin-bottom: 40px;
  }

  .image-2 {
    height: 30px;
  }

  .nav-menu {
    background-color: #f5f5f5;
    border-bottom-width: 5px;
  }

  .menu-button {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .market-overlay {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section {
    padding: 60px 20px;
  }

  .news-item-link {
    line-height: 22px;
  }

  .message-block {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-container {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .market-hero-heading {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }

  .news-hero-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .accordion-wrapper {
    margin-left: 0;
  }

  .auction-subheading {
    font-size: 20px;
    line-height: 25px;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .faq-heading-box {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .accordion-item-content {
    width: 100%;
    min-width: auto;
    padding-bottom: 2%;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .hero-paragraph {
    text-align: center;
  }

  .about-heading {
    text-align: left;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 35px;
  }

  .column-1 {
    flex: 0 auto;
    width: 100%;
    height: 300px;
  }

  .investment-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 35px;
  }

  .investment-details {
    width: 100%;
    padding: 60px 40px;
  }

  .investment-section {
    height: auto;
  }

  .about-paragraph {
    text-align: left;
  }

  .investment-details-2 {
    width: 100%;
    padding: 60px 40px 40px;
  }

  .right-column {
    height: 350px;
  }

  .about-head-block {
    height: auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .action-bar {
    margin-bottom: 40px;
  }

  .iasection {
    padding: 40px 20px;
  }

  .ia-heading {
    font-size: 22px;
  }

  .investor-text {
    font-size: 18px;
  }

  .iablock {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-b6ede04f-b629-01ae-0759-c48f7fc86505-4abaa639, #w-node-_8b1ca4ac-f67c-2ab9-40bc-da9e1173428f-4abaa639, #w-node-_6138d4f3-88b3-c73b-3e8a-d628f91ab20d-4abaa639 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_06634bcd-4534-28b4-3d51-4e8150368026-5f04e4f0, #w-node-_06634bcd-4534-28b4-3d51-4e815036802a-5f04e4f0, #w-node-_06634bcd-4534-28b4-3d51-4e815036802e-5f04e4f0, #w-node-_06634bcd-4534-28b4-3d51-4e8150368032-5f04e4f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'BraveEightyOne';
  src: url('../fonts/BraveEightyoneRegular-ZVGvm.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oxford';
  src: url('../fonts/Oxford-LAqy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Feelingsoon';
  src: url('../fonts/FeelingSoon-1GVr0.html') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}