@font-face {
  font-family: Axiforma-Extrabold;
  src: url('../fonts/AxiformaExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma-Regular;
  src: url('../fonts/AxiformaRegular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red--300: #e7411d;
  --yellow-100: #ece2d2;
  --white: white;
  --black--300: #21222a;
  --blue--300: #087aff;
  --yellow--300: #ffbf60;
}

.body {
  background-color: #faf9fc;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.box {
  background-color: var(--red--300);
  width: 380px;
  height: 228px;
}

.box.box-container {
  background-color: var(--red--300);
  flex: 0 auto;
  order: -1;
  align-self: center;
  align-items: flex-end;
  width: 300px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.speaker {
  justify-content: flex-start;
  width: 370px;
  display: flex;
}

.main-bg {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0%;
  padding-top: 10%;
  padding-bottom: 60px;
  display: flex;
}

.image {
  object-fit: fill;
  flex: 0 auto;
  width: 160px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.content-wrapper {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  padding-bottom: 10%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.paragraph {
  color: #36353f;
  text-align: left;
  max-width: 500px;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: Axiforma-Regular, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.paragraph.heading {
  color: #36353f;
  font-family: Axiforma-Extrabold, sans-serif;
  font-size: 26px;
  text-decoration: none;
}

.paragraph.heading.page-title {
  opacity: 1;
  text-align: center;
  padding-bottom: 0;
  padding-left: 7px;
  font-family: Axiforma-Regular, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.paragraph.h3 {
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 32px;
}

.paragraph.h4 {
  padding-bottom: 8px;
  font-family: Axiforma-Extrabold, sans-serif;
  font-size: 20px;
}

.paragraph.member-desc {
  padding-bottom: 0;
}

.collection-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.container-flex-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.details {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flowbase-navigation {
  z-index: 99;
  border-bottom: 1px solid #9b9eb838;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 20px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.flowbase-logo-2 {
  width: 55px;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.container.container-flex {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #7735f60d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.paragraph-2 {
  opacity: .6;
  color: #14193d;
  margin-bottom: 40px;
  font-size: 18px;
}

.button-wrapper-2 {
  position: relative;
}

.heading-2 {
  color: #14193d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.footer {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.collection-section {
  justify-content: center;
  align-items: center;
  min-height: 850px;
  padding: 140px 3%;
  display: flex;
}

.collection-list-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.heading-3 {
  color: #fff;
  font-size: 24px;
}

.text-block {
  color: #fff;
  padding-top: 17px;
  padding-bottom: 12px;
  font-family: Axiforma-Regular, sans-serif;
  font-size: 18px;
}

.product-logo {
  width: 50%;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.link {
  color: #406cff;
}

.link-2, .link-3, .link-4 {
  color: #fff;
}

.line {
  color: #dddce7;
  margin-top: 10px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.url {
  color: #36353f;
}

.bold-text {
  font-weight: 400;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.question-title {
  color: #0b0925;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.qa-title {
  color: #36353f;
  font-family: Axiforma-Regular, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.animation {
  color: #5f3fbb;
  width: 60px;
  height: 60px;
}

.qa-desc {
  color: #6978a0;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.faq-wrap {
  flex-direction: column;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.faq-text-details.regular-20px {
  color: #76749c;
  letter-spacing: normal;
  margin-top: 100px;
  font-weight: 400;
}

.url-2 {
  color: #1149ff;
  font-style: normal;
}

.link-5 {
  text-decoration: none;
}

.faq-question-wrap {
  margin-bottom: 16px;
}

.qa-desc-2 {
  color: #36353f;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Axiforma-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.profile-img {
  width: 80px;
}

.columns {
  margin-bottom: 0;
}

.team-member {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

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

.member-desc-column {
  padding-left: 20px;
}

.link-6, .link-7 {
  color: #36353f;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
}

.html-embed-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
}

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

.background-video {
  width: auto;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: #f9f9f9;
  }

  .box.box-container {
    width: 380px;
    margin-right: 30px;
  }

  .speaker {
    opacity: 1;
    flex-direction: row;
    width: 370px;
    min-width: 2px;
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph {
    max-width: 500px;
    padding-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
  }

  .paragraph.heading {
    padding-bottom: 30px;
  }

  .paragraph.heading.page-title {
    opacity: 1;
    padding-left: 5px;
    font-family: Axiforma-Regular, sans-serif;
    font-size: 22px;
    font-style: normal;
  }

  .paragraph.h4 {
    text-decoration: none;
    position: static;
  }

  .heading-3 {
    max-width: 1000px;
    font-family: Axiforma-Extrabold, sans-serif;
    font-size: 25px;
  }

  .text-block {
    color: #fff;
    padding-top: 17px;
    padding-bottom: 11px;
    font-family: Axiforma-Regular, sans-serif;
    font-size: 18px;
  }

  .product-logo {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: 0;
    background-clip: border-box;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .link, .link-2, .link-3, .link-4 {
    color: #fff;
  }

  .text-block-2 {
    color: #fff;
    max-width: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .line {
    color: #dddce7;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7 {
    padding-right: 15px;
  }

  .qa-desc {
    max-width: 500px;
  }

  .link-6, .link-7 {
    color: #36353f;
  }

  .background-video {
    width: 1920px;
    height: 1080px;
  }
}

@media screen and (max-width: 991px) {
  .box.box-container {
    width: 420px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .speaker {
    width: 378px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 30px;
  }

  .text-block {
    padding-top: 17px;
  }

  .link, .link-2, .link-3, .link-4 {
    color: #fff;
  }

  .faq-question-wrap {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .logo-container {
    padding-top: 20%;
  }

  .paragraph {
    font-size: 15px;
    line-height: 30px;
  }

  .text-block {
    padding-top: 17px;
  }

  .link, .link-2, .link-3, .link-4 {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .box.box-container {
    clear: none;
    width: 320px;
    margin-bottom: 20px;
  }

  .speaker {
    width: 320px;
  }

  .logo-container {
    padding-top: 30%;
  }

  .paragraph {
    padding-bottom: 35px;
    font-size: 15px;
    line-height: 30px;
  }

  .footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .text-block {
    padding-top: 17px;
  }

  .link, .link-2, .link-3, .link-4 {
    color: #fff;
  }

  .line {
    color: #dddce7;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .faq-question-bar {
    padding: 16px;
  }

  .question-title {
    flex: 1;
  }

  .qa-desc {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-text-details.regular-20px {
    margin-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .qa-desc-2 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .link-7 {
    color: #36353f;
  }
}


@font-face {
  font-family: 'Axiforma-Extrabold';
  src: url('../fonts/AxiformaExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma-Regular';
  src: url('../fonts/AxiformaRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}