:root {
  --white-text: white;
  --black: #000;
  --yellow-text: #c58e00;
  --paragraph-text: #ccc;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@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: #fff;
  font-family: Inter, sans-serif;
}

.hero-section {
  background-color: var(--white-text);
  background-image: url('../images/66d6e102becf992dee2feea1_Blue-and-White-Modern-Business-Webinar-Training-Video-2-1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: auto;
  padding-bottom: 80px;
  overflow: hidden;
}

.navbar-no-shadow {
  margin-bottom: 60px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  padding: 20px 0;
}

.container-regular {
  width: 100%;
  max-width: 80rem;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--black);
  color: var(--white-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/btn-icon_1btn-icon.png');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 12px 47px 12px 40px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.w--current:hover {
  color: #000;
  background-color: #fff;
}

.div-block {
  background-color: #ffffff9c;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-container {
  z-index: 9;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.quick-stack {
  margin-top: 0;
  padding: 0;
}

.heading {
  color: var(--black);
  font-size: 45px;
  line-height: 50px;
}

.text-block {
  color: var(--black);
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.list {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  color: var(--black);
  background-image: url('../images/CheckSquareFill_1CheckSquareFill.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 14px;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--white-text);
  color: var(--black);
  border-radius: 100px;
  margin-bottom: 40px;
  padding: 7px 15px;
}

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

.cell {
  filter: blur(200px);
  background-color: #424242a8;
}

.hero-form {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: center;
  background-color: #dfdfdf61;
  border: 1px solid gray;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 60px 60px 20px;
}

.section {
  height: 100vh;
}

.text-block-2 {
  color: var(--black);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.text-span {
  color: var(--yellow-text);
}

.text-block-3 {
  color: var(--black);
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.form-block {
  text-align: left;
  margin-top: 60px;
}

.text-field {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  height: 68px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field::placeholder {
  font-size: 18px;
}

.text-field.phone-field {
  width: 100%;
}

.div-block-2 {
  border-radius: 5px;
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  padding: 1px 2px 1px 1px;
}

.submit-button {
  text-align: center;
  background-image: linear-gradient(0deg, #797979, #171717);
  border: 1px solid #696969;
  border-radius: 100px;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  font-size: 16px;
}

.submit-button:hover {
  background-image: linear-gradient(45deg, #797979, #171717);
}

.submit-button.submit.button-form {
  padding-left: 20px;
  padding-right: 20px;
}

._2-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.main-container {
  max-width: 100%;
}

.cell-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.heading-2 {
  color: var(--white-text);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.text-span-2 {
  color: var(--yellow-text);
}

.text-block-4 {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.paragraph {
  text-align: left;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.center-yext, .paragraph.middled {
  color: var(--black);
  text-align: center;
}

.paragraph.middled.whitext {
  color: var(--black);
}

.paragraph.investor-club {
  color: var(--white-text);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.paragraph.contacttext {
  color: var(--white-text);
  text-align: center;
}

.paragraph-2 {
  color: var(--paragraph-text);
}

.div-block-3 {
  text-align: center;
  background-color: #2020207a;
  background-image: url('../images/Trade3x-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 20px 40px 60px;
  display: none;
}

.handle_number {
  justify-content: center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.slider {
  text-align: center;
  width: 44em;
  max-width: 100%;
  padding-right: .4em;
}

.handle_fill {
  z-index: 5;
  cursor: grab;
  background-color: #fff;
  border: 2em solid #7549b4;
  border-radius: .8em;
  flex: none;
  width: 90%;
  height: 90%;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  inset: 0%;
}

.handle_fill.release {
  border-width: .4em;
  border-color: #7549b4;
  border-radius: 2.3em;
  width: 100%;
  height: 100%;
}

.position_list {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.handle {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.handle_number-text {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .4em;
  font-size: 3em;
  font-weight: 500;
  display: flex;
}

.position_item {
  opacity: .24;
  width: 6em;
}

.position_wrap {
  margin-left: -1em;
  margin-right: -1em;
  padding-top: 2em;
}

.slider-top {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-track {
  background-color: #dfdfdf;
  width: 100%;
  height: .4em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.handle_back {
  z-index: -2;
  background-color: #7549b4;
  width: 100vw;
  height: .4em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1em;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.handle_count {
  font-size: 2.4em;
  line-height: 1.2;
}

.slider_cover-fill {
  background-color: #fff;
  flex: none;
  width: 100vw;
  height: 100%;
}

.slider_cover {
  z-index: 6;
  justify-content: flex-end;
  align-items: stretch;
  width: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.input-field {
  color: #151e24;
  background-color: #ffffff4f;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.card---detail-text {
  color: #6b7094;
  font-size: 16px;
  line-height: 32px;
}

.rendered-number {
  color: #160042;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.button-arrow {
  margin-left: 8px;
}

.div-block-4 {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.flowbase-link {
  color: #642eff;
  text-decoration: none;
}

.title-large {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.prefix-text {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-3 {
  color: #6b7094;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.form-block-2 {
  margin-top: 40px;
  margin-bottom: 0;
}

.button-clone {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 3px solid #17004500;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 10px;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.button-clone:hover {
  background-color: #6c39ff;
}

.button-clone:active {
  background-color: #160042;
}

.button-clone:focus {
  border-color: #b6b9ce;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image {
  border-radius: 12px;
  margin-top: 24px;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 2px solid #642eff;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px #7281a70a;
}

.submit-button-2:hover, .submit-button-2:focus {
  border-color: #b197ff;
}

.success-message {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.input-field-wrap {
  margin-bottom: 10px;
}

.card-flowbase {
  background-color: #fff0;
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  padding: 32px 0;
  box-shadow: 34px 34px 88px #17093614;
}

.button-guide {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  border: 3px solid #17004500;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.button-guide:hover {
  background-color: #282556;
}

.button-guide:active {
  background-color: #160042;
}

.button-guide:focus {
  border-color: #b6b9ce;
}

.logo {
  margin-bottom: 14px;
}

.field-label {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 36px;
}

.bold-text {
  color: #642eff;
}

.card---detail {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin-top: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 34px 34px 88px #17093614;
}

.section-content {
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5% 140px;
  display: flex;
  position: relative;
}

.card-details {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  margin-top: 32px;
  padding: 32px;
  box-shadow: 34px 34px 88px #17093614;
}

.text-block-5 {
  color: #242424;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

.div-block-6 {
  text-align: left;
}

.text-block-6 {
  color: var(--paragraph-text);
  font-size: 16px;
}

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

.text-block-7 {
  color: var(--paragraph-text);
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.range {
  background-color: var(--white-text);
  width: 100%;
  height: 4px;
}

.range.range2 {
  width: 80%;
}

.text-block-8 {
  direction: ltr;
  color: var(--paragraph-text);
  text-align: right;
  font-size: 22px;
  line-height: 32px;
}

.div-block-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-9 {
  text-align: right;
  width: 71%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-10 {
  background-color: #1b1b1bd9;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  position: absolute;
}

.div-block-12 {
  z-index: 3;
  position: relative;
}

._3-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-13 {
  width: 100%;
  height: 100%;
}

.text-span-3 {
  color: var(--yellow-text);
}

.small-margin {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-box {
  margin-top: 40px;
  margin-bottom: 20px;
}

.list-box-hed {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

._4-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-14 {
  background-image: url('../images/Blue-and-White-Modern-Business-Webinar-Training-Video-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  display: flex;
}

.right-box {
  background-color: var(--white-text);
  text-align: center;
  background-image: url('../images/ChatLeftQuoteFill_1ChatLeftQuoteFill.png');
  background-position: 40px 40px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #444;
  border-radius: 10px;
  max-width: 500px;
  min-height: 100%;
  padding: 60px 60px 40px;
  position: static;
}

.right-box.shorter {
  min-height: 100%;
}

.text-block-9 {
  color: var(--white-text);
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
}

.div-block-15 {
  max-width: 70%;
  display: flex;
}

.div-block-16 {
  width: 100%;
}

.heading-3 {
  color: var(--black);
}

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

.heading-3.shorter-two {
  margin-bottom: 10px;
}

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

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

.paragraph-4.shorter {
  margin-bottom: 80px;
}

.paragraph-4.shorter-two {
  margin-bottom: 40px;
}

.text-block-10 {
  color: var(--black);
  margin-top: 20px;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
}

.image-3 {
  margin-top: 40px;
}

.text-span-4 {
  color: var(--yellow-text);
}

.div-block-17 {
  border: 2px solid #fff;
  border-radius: 100px;
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 12px;
  margin-right: 20px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

._5-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.text-span-5 {
  color: var(--yellow-text);
}

.saprater {
  background-color: var(--yellow-text);
  border-radius: 13px;
  width: 70px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 30px;
}

.cell-3 {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
}

.text-span-6 {
  color: var(--yellow-text);
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.image-4 {
  width: 80%;
  margin-left: 20px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-19 {
  filter: blur(300px);
  background-color: #69dbff29;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 0% 0% 0% -13%;
}

.div-block-20 {
  position: relative;
}

.div-block-21 {
  max-width: 80%;
  position: relative;
}

._6-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

._7-sec {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-22 {
  text-align: center;
}

.div-block-23 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

._8-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.div-block-24 {
  background-color: #01010152;
  background-image: linear-gradient(#000, #131313);
  border: 1px solid #ffffff40;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

._9-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-5 {
  position: static;
  inset: 10% 0% 0% auto;
}

.div-block-25 {
  z-index: 2;
  position: relative;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

._10-sec, ._11-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.cell-9 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  color: var(--yellow-text);
}

._12-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.footer {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.text-span-13 {
  color: var(--yellow-text);
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 1000px;
  margin-top: 40px;
  display: flex;
}

.div-block-29 {
  width: 1200px;
  height: 500px;
}

.div-block-30 {
  background-color: var(--black);
  text-align: center;
  border: 1px solid #ffffff3d;
  border-radius: 20px;
  width: 95%;
  max-width: 95%;
  height: 600px;
  margin-top: 40px;
  padding: 40px;
}

.heading-4 {
  color: var(--white-text);
  font-size: 32px;
  line-height: 32px;
}

.form {
  flex-flow: column;
  display: flex;
}

.form-block-3 {
  margin-top: 60px;
}

.div-block-31 {
  background-color: var(--white-text);
  width: 60%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: var(--white-text);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  text-decoration: none;
}

.link.border {
  border-right: 1px solid #9b9b9b;
  padding-right: 40px;
}

.text-block-11 {
  color: var(--paragraph-text);
  font-size: 16px;
}

.div-block-33 {
  width: 70%;
}

.form-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calculator-wrapper-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-6 {
  display: none;
}

.cell-10 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.code-embed {
  margin-left: auto;
  margin-right: auto;
}

.div-block-35 {
  width: 80%;
  height: 300px;
}

.section-2 {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-5 {
  color: var(--white-text);
  text-align: center;
}

.text-span-14, .text-span-15 {
  color: var(--yellow-text);
}

.paragraph-5 {
  color: var(--black);
  font-size: 16px;
  line-height: 32px;
}

.div-block-36 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading-6 {
  color: var(--black);
  margin-top: 40px;
}

.list-item-2 {
  color: var(--black);
  font-size: 16px;
  line-height: 32px;
}

.div-block-37 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-2 {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 20px;
  text-decoration: none;
}

.link-2.border {
  border-right: 1px solid #9b9b9b;
  padding-right: 40px;
}

.div-block-39 {
  background-color: #fff;
  width: 60%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-12 {
  color: #a7a7a7;
  font-size: 16px;
}

.div-block-40 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-42 {
  background-color: var(--black);
  width: 60%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-13 {
  color: var(--black);
  font-size: 16px;
}

.below-calculator {
  color: #000c;
  text-align: center;
  -webkit-text-stroke-color: #000;
}

.heading-7 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.div-block-43 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-16 {
  color: var(--yellow-text);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (min-width: 1440px) {
  .hero-section, .navbar-no-shadow-container {
    max-width: 100%;
  }

  .container-regular {
    max-width: 90rem;
  }

  .submit-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .submit-button.submit.button-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    display: none;
  }

  .container-large {
    max-width: 90rem;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    clear: none;
    background-color: #fff0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    max-width: 100%;
    display: block;
  }

  .navbar-no-shadow {
    display: block;
  }

  .navbar-no-shadow-container {
    max-width: 100%;
  }

  .div-block {
    background-color: #fff0;
    display: block;
  }

  .quick-stack {
    max-width: 100%;
  }

  .list-item {
    font-size: 18px;
  }

  .submit-button {
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .submit-button.submit.button-form {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .main-container {
    max-width: 100%;
  }

  .paragraph, .paragraph.middled {
    font-size: 18px;
  }

  .paragraph.contacttext {
    font-size: 22px;
  }

  .div-block-3 {
    display: none;
  }

  ._3-sec {
    display: block;
  }

  .list-box-hed {
    font-size: 24px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

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

  .heading-4 {
    font-size: 36px;
  }

  .link-2, .link-2.border {
    font-size: 24px;
  }

  .div-block-44 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-container, .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    text-align: center;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .right-box {
    max-width: 100%;
    margin-top: 40px;
  }

  .div-block-15 {
    max-width: 100%;
  }

  .paragraph-4 {
    margin-bottom: 40px;
  }

  ._5-sec {
    margin-top: 0;
  }

  .cell-3 {
    align-items: center;
  }

  .image-4 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-21 {
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .div-block-25 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .cell-9 {
    padding-left: 0;
  }

  .div-block-30 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-33 {
    width: 100%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .quick-stack {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-2 {
    align-items: stretch;
    padding: 0;
  }

  .text-block-5 {
    font-size: 90px;
  }

  .image-4 {
    width: 1000%;
    margin-left: 0;
  }

  .div-block-30 {
    height: auto;
  }

  .calculator-wrapper-block {
    display: block;
  }

  .cell-10 {
    align-items: stretch;
  }

  .heading-7 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-bottom: 40px;
  }

  .navbar-no-shadow {
    margin-bottom: 40px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-container {
    max-width: 95%;
  }

  .quick-stack {
    min-width: 100%;
    max-width: 100%;
  }

  .heading {
    text-align: center;
    font-size: 39px;
    line-height: 36px;
  }

  .text-block {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .submit-button {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .submit-button.submit.button-form {
    font-size: 11px;
  }

  ._2-sec {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-container {
    max-width: 95%;
  }

  .cell-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 10px;
  }

  .card-flowbase, .card-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-5 {
    font-size: 40px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .range {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  ._3-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-box-hed {
    text-align: center;
  }

  ._4-sec {
    padding-top: 40px;
  }

  .right-box {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-box.shorter {
    margin-bottom: 0;
  }

  .div-block-17 {
    display: none;
  }

  ._5-sec {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .saprater {
    align-self: center;
  }

  .image-4 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-21 {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._6-sec, ._7-sec, ._8-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._9-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .cell-8 {
    padding-top: 0;
  }

  ._10-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._11-sec, ._12-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    padding-top: 40px;
  }

  .div-block-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link {
    text-align: center;
    font-size: 14px;
  }

  .link.border {
    border-right-style: none;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .text-block-11 {
    text-align: center;
  }

  .code-embed {
    max-width: 400px;
    display: block;
  }

  .div-block-34, .div-block-38 {
    flex-flow: column;
    display: flex;
  }

  .link-2 {
    text-align: center;
    font-size: 14px;
  }

  .link-2.border {
    text-align: center;
    border-right-style: none;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .text-block-12 {
    text-align: center;
  }

  .div-block-41 {
    flex-flow: column;
    display: flex;
  }

  .text-block-13 {
    text-align: center;
  }

  .below-calculator {
    color: #000c;
    padding-top: 10px;
    font-size: 14px;
  }

  .heading-7 {
    text-align: center;
    word-break: keep-all;
    font-size: 34px;
    line-height: 40px;
  }

  .cell-11, .cell-12 {
    padding-bottom: 10px;
  }

  .image-7 {
    width: 100%;
  }
}

#w-node-a68f796a-0c23-91ec-ffe4-d0dfff0ed5b5-583610e9 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_2e062519-14b3-0043-66ff-eb9f53808b56-583610e9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_8071951b-35b0-6032-e0eb-6691a6cfdfcc-583610e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_46d7bcc3-1300-5650-1a0d-9881ca0727f4-583610e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-be1d227d-3385-a510-84fd-8dd66ec03e5e-583610e9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

#w-node-_440129ec-fd3d-91cf-e703-2112d6f5842f-583610e9, #w-node-_459b286a-ffc7-8d2b-d9fe-8a9c8100a39f-583610e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dab7e9a9-b8d8-55a1-ee8b-f12a5e29cc78-583610e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e342d32a-f3dc-9808-4caa-aefc642f3ad7-583610e9, #w-node-e6b8f283-6c49-aa51-51ea-892da0cb30e4-583610e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7be235fc-f5a9-d422-fba1-be30d3630858-583610e9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a68f796a-0c23-91ec-ffe4-d0dfff0ed5b5-583610e9 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_2e062519-14b3-0043-66ff-eb9f53808b56-583610e9 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_8071951b-35b0-6032-e0eb-6691a6cfdfcc-583610e9, #w-node-_46d7bcc3-1300-5650-1a0d-9881ca0727f4-583610e9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be1d227d-3385-a510-84fd-8dd66ec03e5e-583610e9 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_459b286a-ffc7-8d2b-d9fe-8a9c8100a39f-583610e9, #w-node-dab7e9a9-b8d8-55a1-ee8b-f12a5e29cc78-583610e9, #w-node-e342d32a-f3dc-9808-4caa-aefc642f3ad7-583610e9, #w-node-e6b8f283-6c49-aa51-51ea-892da0cb30e4-583610e9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e062519-14b3-0043-66ff-eb9f53808b56-583610e9, #w-node-be1d227d-3385-a510-84fd-8dd66ec03e5e-583610e9 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_440129ec-fd3d-91cf-e703-2112d6f5842f-583610e9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7be235fc-f5a9-d422-fba1-be30d3630858-583610e9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


