.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;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 101%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-regular {
  width: 100%;
  max-width: 114%;
  min-height: 30px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  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: #72b9bd;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.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-link.w--current {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.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: rgba(26, 27, 31, .75);
}

.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;
}

.mobile-margin-top-10 {
  padding-left: 66px;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #5aaeb4;
  border: 1px #000;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block {
  background-color: #72b9bd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.main-heading {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.sub-heading-copy {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

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

.heading {
  color: #72b9bd;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

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

.heading-2, .heading-3 {
  color: #5aaeb4;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-4 {
  color: #5aaeb4;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.image {
  padding-top: 0;
}

.html-embed {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
  display: flex;
}

.heading-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.div-block-4 {
  background-color: #5aaeb4;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

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

.div-block-6 {
  margin-bottom: 40px;
  padding: 10px 20px;
}

.div-block-7 {
  border: 3px solid #ad0d16;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7-copy {
  border: 3px solid #f88930;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-copy {
  border: 3px solid #0c6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-subwrapper-cf8 {
  width: 100%;
  display: flex;
}

.submit-button-cf8 {
  color: #fff;
  background-color: #5aaeb4;
  border: 2px solid #33b0b6;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf8:hover {
  color: #5aaeb4;
  background-color: #fff;
  border-color: #5aaeb4;
}

.text-field-cf8 {
  text-align: left;
  border: 1px solid #5aaeb4;
  margin-top: 0;
  padding-left: 0;
  font-size: 16px;
}

.text-field-cf8.big {
  height: 80px;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
}

.container-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.field-label-cf8 {
  color: #5aaeb4;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

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

.field-wrapper-cf8 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.field-wrapper-cf8.right {
  width: 50%;
  margin-left: 30px;
}

.field-wrapper-cf8.left {
  width: 50%;
}

.div-block-9 {
  margin-top: 20px;
  margin-left: 181px;
  margin-right: 181px;
}

.heading-6 {
  color: #f9f9f9;
}

.form-subtitle-cf8 {
  max-width: 400px;
  color: #5aaeb4;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.flowout-section-conctact-uscopy.flowout-text-center.flowout-text-white {
  color: #5aaeb4;
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.section-c {
  background-color: #f5f7fa;
  margin-top: 0;
}

.form-cf8 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.error-message-cf8 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.success-message-cf8 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #4cc71f;
  padding-left: 0;
  font-weight: 500;
}

.div-bl {
  margin-top: 20px;
  margin-left: 181px;
  margin-right: 181px;
}

.list-item, .list-item-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 20px;
  margin-bottom: 15px;
}

.link-block {
  padding-top: 19px;
  text-decoration: none;
}

.link-block.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-copyright-center {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.title-small {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 10px;
  padding: 10px 30px;
  position: relative;
}

.upgrade-button {
  color: #080808;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(90, 174, 180, 0);
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: box-shadow .3s;
}

.upgrade-button:hover {
  background-color: rgba(0, 0, 0, 0);
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.upgrade-accent {
  height: 10px;
  background-color: #33b0b6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.upgrade-container {
  z-index: 10;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.upgrade-text {
  color: red;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.upgrade-header {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
}

.upgrade-text-copy {
  color: #080808;
  text-align: left;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-10 {
  margin-bottom: 10px;
}

.div-block-11 {
  background-color: #33b0b6;
}

.flowout-hero-text {
  text-align: center;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.columns {
  padding: 10px;
}

.div-block-12 {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-7 {
  color: #72b9bd;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

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

.div-block-13 {
  border-bottom: 5px solid #72b9bd;
  display: flex;
}

.paragraph-2 {
  align-items: center;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-8, .heading-9 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.heading-10, .heading-11, .heading-12 {
  color: #000;
}

.heading-13 {
  color: #74bbc0;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-15 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-8 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 20px 10px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 12px;
  grid-template-rows: auto auto auto;
}

.heading-14 {
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-16 {
  flex-direction: row;
  display: flex;
}

.grid-5 {
  grid-row-gap: 45px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-8-copy {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 17px;
  padding: 0 10px 20px;
  display: flex;
}

.div-block-17 {
  background-color: #c9c9c9;
  border-radius: 10px;
  padding: 15px;
}

.div-b-8-copy {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 20px 10px;
  display: flex;
}

.div-block-18 {
  background-color: #c9c9c9;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 15px 57px;
}

.heading-copy {
  color: #72b9bd;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.section {
  height: 72%;
  max-height: 99%;
  background-color: #33b0b6;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: none;
}

.heading-copy-copy {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.section-2 {
  margin-bottom: 20px;
}

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

.div-block-19 {
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.heading-15 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block-20-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  height: 2vh;
  max-height: 5vh;
  background-color: #72b9bd;
  border-radius: 15px;
}

.div-block-22 {
  width: 6vw;
  height: 1vh;
  max-height: 5vh;
  max-width: 12vw;
  background-color: #72b9bd;
  border-radius: 15px;
}

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

.text-block {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.column {
  width: 100%;
  justify-content: flex-end;
  margin-left: 40px;
  display: flex;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .03), 0 -2px 4px rgba(20, 20, 43, .02), 0 12px 24px rgba(20, 20, 43, .01);
}

.popup-4-form---brix {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.error-message---brix {
  border-radius: 16px;
  padding: 20px;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(74, 58, 255, .16), 0 -2px 4px rgba(20, 20, 43, .12), 0 12px 44px rgba(20, 20, 43, .34);
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.popup-4-image-wrapper---brix {
  max-width: 45%;
  align-items: center;
  display: flex;
}

.popup-4---illustration---brix {
  width: 100%;
  height: 130%;
  object-fit: cover;
  position: relative;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.dummy-display {
  color: #a0a3bd;
  margin-bottom: 16px;
  line-height: 1.2;
}

.popup-title---brix {
  margin-bottom: 8px;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-3.dummy-paragraph {
  color: #a0a3bd;
  margin-bottom: 32px;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.cloneable-container-default {
  min-height: 624px;
  background-color: #f7f7fb;
  border-radius: 20px;
  padding-top: 132px;
  padding-bottom: 132px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.input---brix {
  min-height: 60px;
  color: #170f49;
  border: 1px solid #eff0f6;
  border-radius: 500px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: color .2s, border-color .2s;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::-ms-input-placeholder {
  color: #6f6c90;
}

.input---brix::placeholder {
  color: #6f6c90;
}

.input---brix.mg-bottom-16 {
  margin-top: -20px;
  margin-bottom: 16px;
}

.dummy-hero-wrapper---brix {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.dummy-hero-wrapper---brix.preview-page---brix {
  padding: 32px 50px;
}

.subscribe-button---brix {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  background-image: none;
  border-radius: 80px;
  padding: 16px 32px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 12px;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.subscribe-button---brix:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.subscribe-button---brix.ebook-button---brix {
  background-image: none;
  margin-top: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.section-3 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-3.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.image-thumbnail-illustration---brix {
  width: 100%;
  height: 100%;
  max-height: 440px;
}

.limit-content---brix {
  width: 100%;
  max-width: 456px;
  align-self: center;
}

.popup-form-block---brix {
  width: 100%;
  margin-bottom: 0;
}

.container-default {
  max-width: 1240px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper---brix.preview-page {
  position: absolute;
}

.overlay---brix {
  z-index: 10;
  background-color: rgba(0, 0, 0, .61);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-4---brix {
  width: 100%;
  max-width: 55%;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding: 58px 48px;
  display: flex;
  position: relative;
}

.dummy-hero-button---brix {
  max-width: 260px;
  color: #6f6c90;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

.section-3-copy {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-3-copy.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.nav {
  background-color: #3d3737;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 50px;
  display: flex;
}

.cta {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.success-message {
  background-color: #20a72b;
  border-radius: 3px;
  padding: 110px 50px;
}

.field-label {
  color: #2a2a87;
  font-weight: 400;
}

.submit-button {
  width: 100%;
  text-transform: uppercase;
  background-color: #309751;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.close {
  color: #fff;
  cursor: pointer;
  background-color: #d82121;
  border-bottom-left-radius: 50px;
  padding: 8px 30px 8px 50px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-2 {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 24px;
}

.input {
  color: #dddbdb;
  border: 2px solid #7373b1;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 30px;
}

.input.text-area {
  min-height: 100px;
  padding: 10px;
}

.pop-up-section {
  height: 112vh;
  max-height: 491.333vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 14%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block-2 {
  width: 503px;
  height: 60vh;
  max-height: 320.333vh;
  background-color: #ebebeb;
  border-radius: 3px;
  margin: 104px auto;
  padding: 35px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.paragraph-4 {
  padding-bottom: 18px;
  overflow: scroll;
}

.pop-up-section-2 {
  height: 100vh;
  background-color: rgba(0, 0, 0, .39);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-block-3 {
  width: 80%;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: block;
  position: relative;
}

.paragraph-5 {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 17px;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-close_btn:hover {
  color: #444;
}

.button {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.displayonly_component {
  min-height: 300px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .07), 0 50px 100px rgba(0, 0, 0, .05);
}

.displayonly_margin-top {
  margin-top: 40px;
}

.sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-container {
  z-index: 5;
  width: 85%;
  max-width: 600px;
  background-color: #fff;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-wrapper {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.displayonly_container {
  width: 90%;
  max-width: 600px;
}

.displayonly_wrapper {
  width: 100vw;
  min-height: 100vh;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.upgrade-button-2 {
  color: #080808;
  text-align: center;
  background-color: rgba(90, 174, 180, 0);
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: box-shadow .3s;
}

.upgrade-button-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.link-block-2 {
  padding-top: 19px;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-3 {
  padding-top: 19px;
}

.footer-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #5aaeb4;
  border: 1px #000;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.flowout-pricing.flowout-section {
  padding-top: 0;
  padding-bottom: 0;
}

.flowout-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.topics {
  color: #5aaeb4;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.flowout-slide {
  width: 33.33%;
  height: 100%;
  padding-top: 0;
}

.flowout-card {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 40px 40px;
  display: flex;
}

.flowout-card.flowout-card-cta {
  background-color: #a0d0d3;
  margin-top: 0;
  margin-bottom: 20px;
}

.flowout-slider-mask {
  width: 100%;
  height: auto;
}

.flowout-slider-container {
  max-width: 1440px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  margin-bottom: 10px;
}

.html-embed-2 {
  margin-top: 0;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.flowout-card-header-copy {
  border-bottom: 1px solid rgba(163, 163, 163, .6);
  margin-bottom: 58px;
  padding-bottom: 0;
}

.flowout-card-title-smaller {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  display: inline;
}

.flowout-card-heading {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  display: inline;
}

.flowout-card-header {
  border-bottom: 1px solid rgba(163, 163, 163, .6);
  margin-bottom: 58px;
  padding-bottom: 10px;
}

.flowout-right-arrow {
  display: block;
}

.flowout-container {
  max-width: 1440px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding: 40px 0;
  display: flex;
  overflow: visible;
}

.flowout-slider-dots {
  display: none;
}

.flowout-left-arrow {
  display:none;
}

.link-block-4 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.link-block-4.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
}

.close-overlay-2 {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.x-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.inline-txt {
  display: inline-block;
}

.cloneable-txt {
  color: #252525;
}

.bas-llink {
  color: #292827;
}

.brandname-w {
  text-align: center;
  padding-top: 5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.remove-w {
  min-height: 100vh;
  background-color: #fcfbf7;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.flinch-logo {
  color: #4353ff;
}

.card-w {
  height: 100%;
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px rgba(0, 0, 0, .01);
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.grid-w {
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.flinch-link-w {
  width: 4.7rem;
  margin-left: .375rem;
  display: inline-block;
}

.btn-w {
  min-width: 11em;
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.hero-content-w {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.grid__col {
  width: 33.3333%;
  padding: .5rem;
}

.cloneable-link-w {
  letter-spacing: -.0125em;
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.card__tech-txt {
  color: #c173ec;
  font-size: .875rem;
  font-weight: 600;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  width: 100%;
  height: auto;
  max-width: 60rem;
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  margin: auto;
  position: relative;
}

.screen-reader-only {
  width: 1px;
  height: 1px;
  border: 1px #000;
  border-radius: 0;
  margin: -1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  overflow: hidden;
}

.modal-content-w {
  padding: 3rem;
}

.modal-1-popup {
  z-index: 25;
  width: 100%;
  height: 100vh;
  background-color: rgba(41, 40, 40, .4);
  align-items: flex-start;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.close-btn-w {
  z-index: 5;
  width: 3.5rem;
  height: 3.5rem;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: -2rem;
}

.close-btn-line {
  width: 1.75rem;
  height: 2px;
  background-color: #4353ff;
  border-radius: 1px;
  position: absolute;
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.upgrade-button-2-copy {
  color: #080808;
  text-align: center;
  background-color: rgba(90, 174, 180, 0);
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: box-shadow .3s;
}

.upgrade-button-2-copy:hover {
  background-color: rgba(0, 0, 0, 0);
}

.link {
  color: #000;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-2 {
  color: #000;
  background-color: rgba(56, 152, 236, 0);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.upgrade-container-2 {
  z-index: 10;
  width: 100%;
  height: 101%;
  max-height: 102%;
  max-width: 100%;
  min-height: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.upgrade-text-copy-2 {
  color: #080808;
  text-align: left;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

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

.div-block-27 {
  justify-content: flex-end;
  padding: 0 10px;
  display: flex;
}

.div-block-28 {
  background-color: rgba(90, 174, 180, 0);
  padding: 10px;
}

.hide-me-overlay-2 {
  z-index: 8888;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.nav-link-copy {
  color: #72b9bd;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.hide-me-overlay-2-2-copy {
  z-index: 8888;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

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

.div-block-30, .div-block-30-copy {
  background-color: #5aaeb4;
  padding-top: 115px;
  padding-bottom: 115px;
}

.div-block-27-copy {
  justify-content: flex-end;
  padding: 10px;
  display: flex;
}

.hide-me-overlay-2-2-copy-copy, .hide-me-overlay-2-3-copy-copy {
  z-index: 8888;
  background-color: rgba(0, 0, 0, .75);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.div-bloc-30-copy {
  background-color: #5aaeb4;
  padding-top: 111px;
  padding-bottom: 111px;
}

.columns-3 {
  background-color: #5aaeb4;
}

.section-copy {
  height: auto;
  max-height: none;
  background-color: rgba(51, 176, 182, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-6-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-4 {
  background-color: #5aaeb4;
}

.heading-17 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.button-3 {
  color: #fff;
  background-color: #5aaeb4;
  border-radius: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.columns-5 {
  background-color: #5aaeb4;
}

.flowout-slide-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(244, 238, 226, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(500px, 576px) repeat(auto-fit, minmax(200px, max-content));
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.flowout-tag {
  height: 36px;
  color: #313f34;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #c8ebc8;
  border-radius: 2px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.flowout-tag.flowout-quote-author {
  color: #fff;
  background-color: #020202;
  border-radius: 10px;
  margin-top: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.flowout-slider-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.flowout-container-2 {
  max-width: 1440px;
  flex: 1;
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
}

.flowout-slider-full-mask {
  width: 100%;
  height: auto;
}

.flowout-slider-full-dots {
  height: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: auto;
  bottom: 56px;
  left: 0%;
  right: 0%;
}

.flowout-slide-full {
  width: 100%;
  height: 100%;
}

.flowout-slide-testimonial {
  height: 560px;
  background-color: #33b0b6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 96px;
  display: flex;
}

.flowout-slide-image {
  background-image: url('../images/J_cred-CEO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flowout-quote {
  width: 100%;
  color: #1e1e1e;
  text-align: center;
  position: relative;
}

.heading-18 {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.image-1 {
  background-image: url('../images/J_cred-CEO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image2 {
  background-image: url('../images/Mask-Group-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image3 {
  background-image: url('../images/Group-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flowout-tag-copy {
  height: 36px;
  color: #313f34;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #c8ebc8;
  border-radius: 2px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.flowout-tag-copy.flowout-quote-author {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-top: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading-18-copy {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.close-button {
  color: #fff;
  background-color: #5aaeb4;
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.flowout-tag-copy {
  height: 36px;
  color: #313f34;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #c8ebc8;
  border-radius: 2px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.flowout-tag-copy.flowout-quote-author {
  color: #fff;
  background-color: #020202;
  border-radius: 10px;
  margin-top: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.flowout-tag-copy-copy {
  height: 36px;
  color: #313f34;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #c8ebc8;
  border-radius: 2px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.flowout-tag-copy-copy.flowout-quote-author {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-top: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.icon-2 {
  display: block;
}

.icon-3 {
  display: none;
}

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

  .container-regular {
    max-width: 101%;
  }

  .nav-menu {
    justify-content: space-between;
  }

  .mobile-margin-top-10 {
    padding-left: 187px;
  }

  .main-heading, .sub-heading-copy {
    font-size: 32px;
  }

  .heading {
    font-size: 42px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-3 {
    margin-bottom: 33px;
    font-size: 32px;
  }

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

  .html-embed {
    color: #000;
    margin-top: 1px;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 42px;
  }

  .submit-button-cf8, .field-label-cf8, .form-subtitle-cf8 {
    font-size: 18px;
  }

  .flowout-section-conctact-uscopy.flowout-text-center.flowout-text-white {
    font-size: 42px;
  }

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

  .footer-block {
    color: #000;
    font-family: Open Sans, sans-serif;
  }

  .footer-copyright-center, .title-small, .footer-content {
    font-size: 16px;
  }

  .flowout-hero-text {
    font-size: 26px;
  }

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

  .paragraph {
    font-size: 20px;
  }

  .paragraph-2 {
    color: #000;
    font-size: 20px;
  }

  .heading-8 {
    font-family: Open Sans, sans-serif;
  }

  .heading-9, .heading-10 {
    color: #000;
    font-family: Open Sans, sans-serif;
  }

  .heading-copy, .heading-copy-copy {
    font-size: 42px;
  }

  .title-small-2, .footer-content-2 {
    font-size: 16px;
  }

  .topics {
    font-size: 50px;
    font-weight: 600;
  }

  .flowout-card {
    align-content: flex-start;
    padding: 48px;
  }

  .flowout-slider-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-7 {
    padding-bottom: 20px;
  }

  .html-embed-2, .flowout-card-header {
    font-size: 16px;
  }

  .flowout-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .upgrade-text-copy-2 {
    font-size: 16px;
  }

  .div-block-29 {
    justify-content: center;
  }

  .section-copy {
    height: 68vh;
    max-height: 99vh;
  }

  .flowout-slide-item {
    background-color: rgba(244, 238, 226, 0);
  }

  .flowout-tag.flowout-quote-author {
    color: #fff;
    background-color: #000;
    margin-bottom: 0;
  }

  .flowout-slider-2 {
    background-color: #33b0b6;
  }

  .flowout-container-2 {
    background-color: rgba(51, 176, 182, 0);
    padding-left: 80px;
    padding-right: 80px;
  }

  .flowout-slide-testimonial {
    background-color: #33b0b6;
  }

  .flowout-slide-image {
    background-image: url('../images/Mask-Group-12.jpg');
  }

  .heading-18 {
    color: #fff;
    margin-top: 0;
  }

  .image-1 {
    background-image: url('../images/J_cred-CEO.jpg');
  }

  .image2 {
    background-image: url('../images/Mask-Group-12.jpg');
  }

  .image3 {
    background-image: url('../images/Group-24.jpg');
  }

  .flowout-tag-copy.flowout-quote-author {
    color: #fff;
    background-color: #000;
    margin-bottom: 0;
  }

  .heading-18-copy {
    color: #fff;
    margin-top: 0;
  }

  .flowout-tag-copy.flowout-quote-author, .flowout-tag-copy-copy.flowout-quote-author {
    color: #fff;
    background-color: #000;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .container-regular {
    max-width: 100%;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu {
    justify-content: space-between;
    margin-right: 3px;
  }

  .nav-link {
    font-size: 20px;
  }

  .mobile-margin-top-10 {
    margin-right: 0;
    padding-left: 261px;
  }

  .main-heading {
    font-size: 44px;
  }

  .sub-heading-copy {
    font-size: 34px;
  }

  .heading {
    font-size: 44px;
  }

  .heading-2, .heading-3, .heading-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .html-embed {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 44px;
  }

  .submit-button-cf8 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
  }

  .field-label-cf8 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .form-subtitle-cf8 {
    font-size: 22px;
  }

  .flowout-section-conctact-uscopy.flowout-text-center.flowout-text-white {
    font-size: 44px;
    font-weight: 600;
  }

  .link-block, .footer-block, .footer-copyright-center {
    font-size: 18px;
  }

  .footer-dark {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flowout-hero-text {
    font-size: 28px;
  }

  .div-block-12 {
    margin-top: 43px;
  }

  .heading-copy, .heading-copy-copy {
    font-size: 44px;
  }

  .section-2 {
    margin-top: 10px;
  }

  .footer-block-2, .footer-block-3 {
    font-size: 18px;
  }

  .topics {
    font-size: 52px;
  }

  .html-embed-2, .flowout-card-header, .upgrade-text-copy-2 {
    font-size: 18px;
  }

  .nav-link-copy {
    font-size: 20px;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hide-me-overlay-2-2-copy-copy, .hide-me-overlay-2-3-copy-copy {
    display: block;
  }

  .image-10 {
    height: 75%;
    max-height: 100%;
  }

  .columns-3 {
    display: block;
  }

  .section-copy {
    height: 73vh;
    max-height: 99vh;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .flowout-testimonials.flowout-section.flowout-section-dark {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu {
    justify-content: space-between;
    margin-right: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .mobile-margin-top-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 313px;
  }

  .button-primary {
    font-size: 20px;
  }

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

  .main-heading {
    font-size: 48px;
  }

  .sub-heading-copy {
    font-size: 36px;
    line-height: 50px;
  }

  .heading {
    font-size: 48px;
  }

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

  .heading-3 {
    padding-top: 15px;
    font-size: 36px;
  }

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

  .html-embed {
    font-size: 24px;
    line-height: 38px;
  }

  .heading-5 {
    font-size: 48px;
  }

  .submit-button-cf8, .field-label-cf8 {
    font-size: 24px;
  }

  .form-subtitle-cf8 {
    font-size: 26px;
    line-height: 34px;
  }

  .flowout-section-conctact-uscopy.flowout-text-center.flowout-text-white {
    font-size: 48px;
  }

  .section-c {
    margin-top: 0;
  }

  .footer-copyright-center {
    font-size: 22px;
  }

  .heading-7 {
    font-size: 24px;
  }

  .paragraph, .paragraph-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .grid-5 {
    grid-row-gap: 87px;
  }

  .div-block-18 {
    padding-bottom: 36px;
  }

  .section, .grid-6 {
    display: none;
  }

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

  .heading-16 {
    font-size: 30px;
  }

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

  .flowout-slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2 {
    font-size: 22px;
    line-height: 35px;
  }

  .flowout-card-header-copy {
    margin-bottom: 0;
  }

  .flowout-card-title-smaller, .flowout-card-heading {
    font-size: 20px;
  }

  .flowout-card-header {
    margin-bottom: 0;
    font-size: 20px;
  }

  .link, .button-2 {
    font-size: 20px;
  }

  .upgrade-text-copy-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hide-me-overlay-2 {
    display: none;
  }

  .hide-me-overlay-2-2-copy-copy {
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .hide-me-overlay-2-3-copy-copy {
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .image-11 {
    margin-bottom: 9px;
  }

  .section-copy {
    height: 67vh;
    max-height: 100vh;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

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

  .close-button {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

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

  .mobile-margin-top-10 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-primary {
    padding-top: 10px;
  }

  .menu-button {
    background-color: #72b9bd;
    padding: 12px;
  }

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

  .grid {
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-3 {
    margin-top: 34px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .heading-4 {
    margin-bottom: 16px;
    font-size: 25px;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }

  .icon {
    color: #fff;
    font-family: Open Sans, sans-serif;
  }

  .list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item-2, .list-item-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-13 {
    margin-right: -130px;
    padding-left: 0;
  }

  .div-block-8 {
    justify-content: center;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-8-copy {
    padding-top: 10px;
  }

  .div-block-17 {
    margin-left: -124px;
    margin-right: -124px;
  }

  .div-b-8-copy {
    align-items: center;
  }

  .div-block-18 {
    margin-left: -128px;
    margin-right: -128px;
  }

  .div-block-22 {
    width: 8vw;
  }

  .column {
    width: 100%;
    align-self: auto;
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-4-content-wrapper---brix {
    max-height: none;
    max-width: none;
    left: 24px;
    right: 24px;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 78%;
  }

  .limit-content---brix {
    max-width: none;
    align-self: auto;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .popup-4---brix {
    padding-left: 40px;
    padding-right: 64px;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .container-8 {
    max-width: 728px;
  }

  .button-primary-copy {
    padding-top: 10px;
  }

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

  .flowout-slider {
    flex-direction: column;
    display: flex;
  }

  .flowout-slide {
    width: 100%;
  }

  .flowout-card {
    width: 63vw;
    max-width: 768.148vw;
    flex-direction: column;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .flowout-card.flowout-card-cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowout-slider-mask {
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .flowout-card-title-smaller {
    font-size: 32px;
    line-height: 48px;
  }

  .flowout-card-heading {
    font-size: 40px;
    line-height: 48px;
  }

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

  .flowout-slider-dots {
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-27 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .div-block-30 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .div-block-30-copy, .div-bloc-30-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-3 {
    display: flex;
  }

  .flowout-slide-item {
    display: block;
  }

  .flowout-slider-full-dots {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
  }

  .flowout-slide-full {
    background-color: #33b0b6;
  }

  .flowout-slide-testimonial {
    height: auto;
    min-height: 350px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .flowout-slide-image {
    height: 450px;
  }

  .image-1, .image2, .image3 {
    height: 450px;
    background-position: 50% 0;
  }
}

@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 rgba(0, 0, 0, .05);
  }

  .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;
  }

  .html-embed {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-subwrapper-cf8 {
    flex-direction: row;
  }

  .container-3 {
    max-width: 206vw;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-bl {
    margin-left: 163px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-copyright-center {
    line-height: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .upgrade-header {
    font-size: 30px;
  }

  .upgrade-text-copy {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .flowout-hero-text {
    line-height: 32px;
  }

  .heading-13, .div-block-17, .div-block-18 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-6 {
    flex-direction: column;
    display: flex;
  }

  .column {
    margin-top: 40px;
    margin-left: 0;
  }

  .popup-content-wrapper---brix.popup-4-content-wrapper---brix {
    flex-direction: column;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .popup-4-image-wrapper---brix {
    max-height: 300px;
    max-width: 100%;
  }

  .dummy-hero-wrapper---brix {
    flex-direction: column;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .subscribe-button---brix {
    width: 100%;
    min-height: 66px;
    background-position: 67% 52%;
    line-height: 18px;
    position: static;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-4---brix {
    max-width: 100%;
    padding: 32px 24px;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .displayonly_component {
    padding: 30px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-3 {
    align-items: center;
  }

  .flowout-card {
    text-align: left;
    margin-left: 100px;
    margin-right: 100px;
  }

  .flowout-slider-mask, .flowout-slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .flowout-card-header-copy, .flowout-card-header {
    padding: 16px 24px;
  }

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

  .remove-w {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-content-w {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .grid__col {
    width: 100%;
  }

  .cloneable-link-w {
    font-size: .8125rem;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upgrade-container-2 {
    flex-direction: column;
    margin-bottom: 70px;
    padding: 20px 0;
  }

  .upgrade-text-copy-2 {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .div-block-27 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .column-2, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    flex-direction: column;
  }

  .column-4, .column-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-6-copy {
    flex-direction: column;
    display: flex;
  }

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

  .flowout-slider-full-mask {
    padding-bottom: 24px;
  }

  .flowout-slider-full-dots {
    bottom: 40px;
  }

  .flowout-slide-testimonial {
    padding: 32px 32px 56px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

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

  .main-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
  }

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

  .html-embed {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

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

  .form-subwrapper-cf8 {
    flex-direction: column;
  }

  .container-3 {
    max-width: none;
  }

  .field-label-cf8 {
    flex-direction: column;
    display: flex;
  }

  .divs {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .field-wrapper-cf8, .field-wrapper-cf8.right {
    width: 100%;
    margin-left: 0;
  }

  .field-wrapper-cf8.left {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .form-subtitle-cf8 {
    width: 88vw;
    flex-direction: row;
    margin-left: 0;
    display: flex;
  }

  .flowout-section-conctact-uscopy.flowout-text-center.flowout-text-white {
    text-align: center;
    margin-left: -64px;
    padding-left: 0;
  }

  .form-cf8 {
    width: 100vw;
    max-width: 90vw;
    margin-left: 0;
  }

  .form-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-6 {
    max-width: none;
  }

  .footer-copyright-center {
    line-height: 24px;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .upgrade-text, .upgrade-text-copy {
    margin-bottom: 25px;
  }

  .image-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .image-9 {
    display: none;
  }

  .image-8 {
    display: none;
    overflow: visible;
  }

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

  .column {
    margin-top: 32px;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-4-content-wrapper---brix {
    left: 16px;
    right: 16px;
  }

  .popup-4-image-wrapper---brix {
    max-height: 240px;
    justify-content: center;
  }

  .popup-4---illustration---brix {
    width: 110%;
    max-width: 200%;
  }

  .popup-title---brix {
    font-size: 22px;
    line-height: 1.2;
  }

  .dummy-hero-wrapper---brix.preview-page---brix {
    max-width: 100%;
  }

  .subscribe-button---brix {
    text-align: center;
    background-position: 247px;
    padding: 15px 34px 16px 38px;
  }

  .subscribe-button---brix.ebook-button---brix {
    background-position: 85%;
  }

  .container-default, .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-4---brix {
    padding: 32px 16px;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .button.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .container-7, .container-8 {
    max-width: none;
  }

  .flowout-slide {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .flowout-card {
    width: 88vw;
    max-width: 100vw;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -13px;
    margin-right: -13px;
    padding: 16px 0;
  }

  .flowout-card.flowout-card-cta, .flowout-slider-mask {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowout-slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .flowout-card-header-copy {
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .flowout-card-title-smaller {
    display: inline;
  }

  .flowout-card-heading {
    flex-direction: column;
    font-size: 30px;
    display: block;
  }

  .flowout-card-header {
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .flowout-container {
    max-width: 100vh;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .x-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .brandname-w {
    padding-top: 3rem;
  }

  .card-w {
    padding: 1.5rem;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-2 {
    justify-content: flex-start;
    display: flex;
  }

  .upgrade-container-2 {
    margin-bottom: 70px;
    padding: 20px 0;
  }

  .upgrade-text-copy-2 {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .div-block-27 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-2, .column-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .flowout-slide-item {
    height: 100%;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .flowout-tag {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .flowout-tag.flowout-quote-author {
    height: 36px;
  }

  .flowout-container-2 {
    max-width: 100vh;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flowout-slider-full-mask {
    padding-bottom: 0;
  }

  .flowout-slider-full-dots {
    bottom: 16px;
  }

  .flowout-slide-testimonial {
    min-height: auto;
    flex: 1;
    justify-content: flex-start;
    padding-top: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flowout-slide-image, .image-1, .image2, .image3 {
    height: 343px;
  }

  .flowout-tag-copy {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .flowout-tag-copy.flowout-quote-author {
    height: 53px;
  }

  .flowout-tag-copy-copy {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

#w-node-_9e041be8-8eeb-a199-197e-7f10d0c715ae-830e8d94, #w-node-_8b200e5e-9279-e6bb-2c49-3f5caa5f9f9e-830e8d94, #w-node-cedd55cc-97ce-1889-0760-0d753eff059a-830e8d94, #w-node-fcd8f789-979b-0b7c-30f8-c1ea23fef2c3-830e8d94, #w-node-eba68458-b2e9-0bce-c7e2-7740a14b78d9-830e8d94, #w-node-_6069a764-2779-7cb5-f052-4a541ee3d4bc-830e8d94, #w-node-dfe8a394-ae4f-f37a-359a-95bfeadf217e-7c53b4bc, #w-node-a0875141-1656-2309-df9e-cc81f5806431-7c53b4bc, #w-node-d91cd84d-f2d3-7c75-de29-488c6a87bb07-7c53b4bc, #w-node-ce935236-c210-759d-8863-fa3aaf226006-0277c3e0, #w-node-_7ccfc242-db96-9b24-157e-071d2290d596-0277c3e0, #w-node-_9f7f7108-894f-f1e4-0d1c-d25ac7e1864c-0277c3e0, #w-node-_9afcae0b-3043-95a2-56cf-c35d0208d55d-0277c3e0, #w-node-acdd4f76-4322-1032-b391-6baa86303814-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd3f-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd43-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd48-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd4d-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd54-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd59-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd62-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd67-0277c3e0, #w-node-_8f5532d8-0322-26f7-e286-55b4a366dd6c-0277c3e0, #w-node-f728e995-80bc-00c2-88cb-8a4836be8a76-0277c3e0, #w-node-bab207de-9852-0648-e48d-f5dd2f317d9a-0277c3e0, #w-node-_7fbb3e3d-28c6-4035-4182-c30d34268067-0277c3e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_19de0b54-544c-b133-13f7-16400cb4714c-f9d13e74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
