:root {
  --blue-1-bkg-right-top: 40px;
  --blue-1-bkg-left-bottom: 40px;
  --blue-2-bkg-right-top: 80px;
  --blue-2-bkg-left-bottom: 80px;
  --blue-3-bkg-right-top: 140px;
  --blue-3-bkg-left-bottom: 140px;
}

.hero-section {
  z-index: 1;
  height: 100vh;
  position: relative;
}

.yellow-bkg {
  z-index: -3;
  background-color: #f7c95c;
  border-radius: 80px 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.light-blue-bkg {
  z-index: -2;
  background-color: #64c3ff;
  border-radius: 140px 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blue-bkg {
  z-index: -1;
  background-color: #008ef6;
  border-radius: 200px 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Saira, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}

.hero_subtitle {
  color: #fff;
  text-align: center;
  font-family: Parkinsans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hero_content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
}

.hero_cta-button-text {
  color: #008ef6;
  font-family: Parkinsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
}

.hero_cta-button {
  background-color: #fff;
  border: 4px solid #fff0;
  border-radius: 24px;
  width: 320px;
  max-width: 320px;
  height: 64px;
  padding-top: 17px;
  padding-bottom: 17px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  bottom: 0;
  box-shadow: 3px 6px #0003;
}

.hero_cta-button:hover {
  border-color: #8edaff;
  bottom: -5px;
  box-shadow: 6px 12px #0058c5b3;
}

.hero_cta-button.coming-soon {
  opacity: 0;
  background-color: #fff6;
  border-color: #8edaff80;
}

.hero_text-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blubbo-logo {
  width: 100%;
  max-width: 512px;
}

.shell_container {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.shell-1_shadow {
  background-color: #0058c5;
  border-radius: 100%;
  width: 2px;
  height: 10px;
}

.shells-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  height: 180px;
  padding-bottom: 32px;
  display: flex;
}

.shell-2_shadow, .shell-3_shadow, .shell-4_shadow {
  background-color: #0058c5;
  border-radius: 100%;
  width: 0;
  height: 10px;
}

.heading {
  color: #008ef6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Parkinsans, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

.heading.faq-title {
  color: #89753c;
}

.about-section {
  z-index: 1;
  background-color: #edf3f4;
  height: 488px;
  padding: 96px 40px;
  position: relative;
}

.blue-1-bkg {
  z-index: -1;
  border-radius: 40px var(--blue-1-bkg-right-top) 40px var(--blue-1-bkg-left-bottom);
  background-color: #0058c5;
  width: 100%;
  max-width: 992px;
  min-height: 256px;
  position: absolute;
  box-shadow: 0 4px 6px -1px #0a0d121a;
}

.about-blubbo_container {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 992px;
  height: 87%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.blue-2-bkg {
  z-index: -1;
  border-radius: 40px var(--blue-2-bkg-right-top) 40px var(--blue-2-bkg-left-bottom);
  background-color: #008ef6;
  width: 100%;
  max-width: 992px;
  min-height: 256px;
  position: absolute;
}

.blue-3-bkg {
  z-index: -1;
  border-radius: 40px var(--blue-3-bkg-right-top) 40px var(--blue-3-bkg-left-bottom);
  background-color: #dbf3ff;
  width: 100%;
  max-width: 992px;
  min-height: 256px;
  position: absolute;
}

.body {
  overflow: visible;
}

.about-blubbo_content_figure {
  color: #008ef6;
  -webkit-text-stroke-color: #008ef6;
  font-family: Parkinsans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.about-blubbo_content_title {
  color: #002f91;
  font-family: Parkinsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
}

.about-blubbo_block {
  text-align: left;
  width: 33%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.about-blubbo_content {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.capabilities-section {
  z-index: 1;
  background-color: #edf3f4;
  padding: 96px 40px;
  position: relative;
}

.capabilities_aggregation {
  background-color: #fcfcfd;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 48%;
  max-width: 384px;
  height: 200px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px #0a0d121a;
}

.lending_title {
  color: #008ef6;
  width: 100%;
  font-family: Parkinsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.capabilties_text {
  color: #7d89b0;
  font-family: Parkinsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.capabilties_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.borrowing_title {
  color: #fd7d88;
  width: 100%;
  font-family: Parkinsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.rwa_title {
  color: #13cf73;
  width: 100%;
  font-family: Parkinsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.derivatives_title {
  color: #fa9d5b;
  width: 100%;
  font-family: Parkinsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.aggregation_text-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 320px;
  display: flex;
  position: relative;
}

.aggregation_title {
  color: #ab8ae8;
  width: 100%;
  font-family: Parkinsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.lending_image, .borrowing_image, .rwa_image {
  z-index: 0;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.derivatives_image {
  z-index: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.aggregation_image {
  z-index: 0;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.faq-section {
  z-index: 1;
  background-color: #f4ebdb;
  padding: 80px 40px;
  position: relative;
}

.toggle-text {
  z-index: 2;
  color: #57534e;
  padding-right: 32px;
  font-family: Parkinsans, sans-serif;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 0 #000;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-body-cont {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 0 16px 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-container {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 896px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  color: #79716b;
  margin-bottom: 0;
  font-family: Parkinsans, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.button-plus {
  position: absolute;
  right: 16px;
}

.button-minus {
  opacity: 0;
  position: absolute;
  right: 16px;
}

.footer-section {
  background-color: #008ef6;
  height: 472px;
  position: relative;
  overflow: hidden;
}

.footer_blubbo-logo {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  transform: translate(0);
}

.copyright {
  color: #fff;
  font-family: Parkinsans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: inline;
}

.footer-social {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.footer-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.social-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.capabilities_lending, .capabilties_borrowing {
  background-color: #fcfcfd;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 48%;
  max-width: 384px;
  height: 200px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px #0a0d121a;
}

.borrowing_text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  max-width: 320px;
  display: flex;
  position: relative;
}

.capabilities_rwa {
  background-color: #fcfcfd;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 48%;
  max-width: 384px;
  height: 200px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px #0a0d121a;
}

.rwa_text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  max-width: 320px;
  display: flex;
  position: relative;
}

.capabilities_derivatives {
  background-color: #fcfcfd;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 48%;
  max-width: 384px;
  height: 200px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px #0a0d121a;
}

.derivatives_text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  max-width: 320px;
  display: flex;
  position: relative;
}

.capabilities_cooming-soon {
  color: #b9c0d4;
  border: 1px solid #b9c0d4;
  border-radius: 4px;
  flex-flow: wrap;
  padding: 2px 6px;
  font-family: Parkinsans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.lending_text-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  max-width: 320px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lending_image {
    width: auto;
    height: 100%;
  }

  .borrowing_image, .rwa_image, .aggregation_image {
    width: auto;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .footer_blubbo-logo {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .hero_heading {
    font-size: 28px;
  }

  .hero_content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading {
    font-size: 24px;
    font-weight: 700;
  }

  .about-section {
    height: auto;
    padding: 48px 16px;
  }

  .blue-1-bkg {
    height: 100%;
  }

  .about-blubbo_container {
    height: auto;
  }

  .blue-2-bkg, .blue-3-bkg {
    height: 100%;
  }

  .about-blubbo_block {
    width: 100%;
  }

  .about-blubbo_content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .capabilities-section {
    padding: 48px 16px;
  }

  .capabilities_aggregation {
    width: 100%;
  }

  .lending_image, .borrowing_image, .rwa_image, .aggregation_image {
    width: 100%;
    height: auto;
  }

  .faq-section {
    padding: 32px 16px;
  }

  .footer-section {
    height: 280px;
  }

  .capabilities_lending, .capabilties_borrowing, .capabilities_rwa, .capabilities_derivatives {
    width: 100%;
  }
}

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

  .capabilities_aggregation {
    max-width: 375px;
  }

  .lending_image, .borrowing_image, .rwa_image {
    height: 100%;
    right: auto;
  }

  .derivatives_image {
    width: 100%;
    height: auto;
    left: 0;
  }

  .aggregation_image {
    height: 100%;
    right: auto;
  }

  .toggle-text {
    font-size: 14px;
  }

  .faq {
    height: 56px;
    min-height: 56px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-body-cont {
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .copyright {
    text-align: center;
  }

  .footer-social {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .capabilities_lending, .capabilties_borrowing, .capabilities_rwa, .capabilities_derivatives {
    max-width: 375px;
  }
}


