:root {
  --royal-blue: #006fe0;
  --bp-green: #4baf00;
  --dark: #252933;
}

h2 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #555;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: var(--royal-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

ol {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Inter, sans-serif;
}

li {
  color: #444;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

blockquote {
  background-color: #f4f6f8;
  border-left: 5px #e2e2e2;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 15px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-section {
  z-index: 999;
  border-bottom: 1px #eaebec;
  position: sticky;
  inset: 0% 0% auto;
}

.container {
  max-width: 1280px;
  padding: 60px 30px 30px;
}

.container.paddingtb80 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container.paddingtb80.special-wide-container {
  display: flex;
}

.container.paddingtb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.reviews-slider {
  padding-bottom: 90px;
}

.container.navtopoffset {
  padding-top: 100px;
}

.container.navtopoffset.thin {
  max-width: 960px;
}

.container.paddingtb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.paddingtb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.paddingtb120.height100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 67vh;
  display: flex;
}

.container.extramargintop {
  margin-top: 72px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.container.navigation {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 30px 0;
  display: flex;
}

.container.flex {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.container.nopaddingtb {
  padding-top: 0;
  padding-bottom: 0;
}

.primary-button {
  background-color: var(--bp-green);
  color: #fff;
  border-radius: 12px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.primary-button:hover {
  background-color: #357c00;
}

.primary-button.primary-button-large.wide {
  width: 100%;
  margin-top: 8px;
}

.nav-link-item {
  opacity: .8;
  color: #444;
  background-color: #0000;
  border-radius: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-item:hover {
  opacity: 1;
  background-color: #96989c29;
}

.nav-link-item.dropdown {
  color: #444;
  padding-right: 30px;
}

.nav-link-item.dropdown:hover {
  background-color: #96989c29;
}

.nav-link-item.mobile-menu-item {
  color: #444;
  font-family: Inter, sans-serif;
}

.nav-link-item.mobile-menu-item:hover {
  background-color: #96989c29;
}

.nav-link-item.mobile-menu-item.w--current {
  opacity: 1;
  background-color: #96989c29;
}

.nav-link-item.mobile-menu-item.log-in {
  display: none;
}

.icon {
  color: #444;
  margin-right: 11px;
  font-size: 14px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  border-radius: 12px;
  margin-top: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  box-shadow: 0 2px 12px #0003;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  overflow: hidden;
}

.dropdown-link {
  color: #444;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  transition: background-color .2s ease-in-out;
}

.dropdown-link:hover {
  background-color: #f0f0f0;
}

.dropdown-link.w--current {
  color: #333;
}

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

.logo-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  padding-right: 20px;
}

.link-block.logo.w--current {
  padding-right: 0;
}

.menu {
  flex: 1;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #fff0;
  justify-content: space-between;
  display: block;
}

.div-block-2 {
  flex-direction: column;
  order: 0;
  align-items: center;
  display: block;
}

.text-block {
  font-family: Inter, sans-serif;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 80px;
  display: grid;
}

.hero-heading {
  color: #000;
  text-align: center;
  letter-spacing: -.025em;
  max-width: none;
  margin: 0 auto 16px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.hero-heading.centered {
  text-align: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
}

.hero-heading.centered._16 {
  margin-bottom: 16px;
}

.hero-heading.left {
  text-align: left;
}

.hero-heading.left.home {
  max-width: 460px;
  margin-left: 0;
  font-size: 54px;
  line-height: 62px;
}

.body {
  color: #444;
}

.primary-button-large {
  background-color: var(--bp-green);
  border-radius: 12px;
  margin-left: 0;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s ease-in-out;
}

.primary-button-large:hover {
  background-color: #357c00;
}

.primary-button-large.wide {
  text-align: center;
  display: block;
}

.primary-button-large.xl {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 22px;
}

.fontawesome-solid {
  color: #fff;
  font-family: Font Awesome Solid, Arial, sans-serif;
}

.fontawesome-solid.star {
  color: #f49b00;
  font-family: Font Awesome Solid, Arial, sans-serif;
  font-weight: 400;
}

.fontawesome-solid.heart {
  color: #fa1645;
  font-family: Font Awesome Solid, Arial, sans-serif;
}

.fontawesome-solid.bug {
  color: #9e39ff;
  font-weight: 400;
}

.fontawesome-solid.green {
  color: var(--bp-green);
}

.fontawesome-solid.white {
  color: #fff;
}

.link-block-2 {
  opacity: .8;
  color: #fff;
  align-self: center;
  margin-left: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  transition: opacity .2s ease-in-out;
  display: none;
}

.link-block-2:hover {
  opacity: 1;
}

.text-block-3 {
  color: var(--bp-green);
  padding-left: 1px;
  padding-right: 6px;
  font-family: Font Awesome Regular, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-4 {
  color: var(--bp-green);
  line-height: 24px;
}

.footer-section {
  background-color: #f2f4f6;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #dcdcdc;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.div-block-5 {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-3 {
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.link-block-3 {
  margin-left: 10px;
}

.heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 36px;
  display: block;
}

.heading-3.pricing-subheader {
  text-align: center;
  margin-bottom: 48px;
  font-size: 26px;
  font-weight: 600;
}

.paragraph-gray {
  color: #6e6e6e;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  max-width: none;
  margin-bottom: 32px;
  display: grid;
}

.grid-5.last {
  margin-bottom: 0;
}

.grid-5.last.left {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
}

.grid-5.right {
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
}

.grid-5.left {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
}

.cta {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f9d11635fadc68fb8929ab_dark-bg.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 30px 50px;
  box-shadow: 0 4px 12px #0003;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-11 {
  max-width: 490px;
}

.image-9 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.heading-6 {
  color: #000;
  text-align: center;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 72px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.accordion-item {
  background-color: #f7f8f9;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 24px;
  display: block;
  overflow: hidden;
}

.accordion-toggle {
  align-items: center;
  height: 64px;
  display: flex;
}

.text-block-5 {
  color: #000;
  white-space: normal;
  flex: none;
  width: 100%;
  padding-right: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-list-2 {
  background-color: #0000;
  padding: 0 20px 20px;
  display: block;
  position: static;
}

.paragraph-11, .paragraph-12 {
  color: #666;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.blue {
  color: var(--royal-blue);
  text-align: center;
  padding-top: 4px;
  font-family: Font Awesome Solid, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

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

.heading-27 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.div-block-6-3 {
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.footer-text-logo {
  color: #000;
  align-self: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.nav-icon-header {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  width: 38px;
  height: auto;
}

.paragraph-38 {
  color: #666;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.footer-icon {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  width: 28px;
  margin-right: 8px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  padding: .75rem;
  font-size: 1.25rem;
  position: absolute;
  inset: 0 0 auto auto;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-preferences2_close-icon {
  color: var(--dark);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #0000;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--bp-green);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_button {
  background-color: var(--bp-green);
  text-align: center;
  border: 1px #0540f2;
  border-radius: 8px;
  padding: .75rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--bp-green);
  color: var(--bp-green);
  border-style: solid;
  border-color: var(--bp-green);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: .75rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #444;
  border-radius: 8px;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  padding: 30px;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  margin-top: -6px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_overlay-2 {
  z-index: -1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_form-wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-left: 15px;
  display: flex;
}

.fs-cc-banner2_text {
  color: #444;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: flex;
}

.fs-cc-banner2_button {
  color: #0540f2;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #02087366;
}

.fs-cc-banner2_button.fs-cc-button-alt.right {
  border: 1px solid var(--bp-green);
  color: var(--bp-green);
  text-transform: none;
  border: 1px solid var(--bp-green);
  text-transform: none;
  background-color: #0000;
  border-radius: 8px;
  min-width: auto;
  margin-right: 0;
  padding: 6px 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.fs-cc-banner2_button.left {
  background-color: var(--bp-green);
  color: #fff;
  text-transform: none;
  border-radius: 8px;
  min-width: auto;
  margin-right: 10px;
  padding: 6px 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner2_text-link {
  color: var(--royal-blue);
  border-bottom: 2px solid #fff;
  font-weight: 400;
}

.fs-cc-banner2_component {
  z-index: 99999999;
  color: #fff;
  background-color: #fff;
  border-radius: 12px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  display: none;
  position: fixed;
  inset: auto 0 15px;
  box-shadow: 0 1px 4px #00000029;
}

.text-block-16 {
  font-family: Inter, sans-serif;
}

.div-block-6-2-copy {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph-38-1 {
  color: #666;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

.heading-5-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  line-height: 62px;
  position: static;
}

.heading-38 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}

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

.link-14 {
  color: #32373c;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.link-14:hover {
  color: var(--royal-blue);
  text-decoration: underline;
}

.link-14.end-of-list {
  margin-bottom: 0;
}

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

.bar {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffe6;
  border: 1px solid #f0f1f9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-64 {
  background-color: #f6f7f8;
  background-image: url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f57b96a88c3c3b55973b10_transactions.avif"), url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f9e0e3bb1c9095f4ba927b_Asset%2040.png");
  background-position: 50% 24px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 67%, cover;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-46 {
  border-radius: 8px;
  max-width: 250px;
  position: absolute;
  inset: 66% 9% auto auto;
  box-shadow: 0 2px 6px #00000029;
}

.image-46.float {
  max-width: 280px;
  top: auto;
  bottom: 56px;
  right: 38px;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.slide-nav-2 {
  display: none;
  position: static;
}

.left-arrow-2 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px 0 0 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  inset: 24px 104px auto auto;
}

.mask {
  background-color: #f6f7f8;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  position: static;
}

.right-arrow-2 {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-left-style: none;
  border-radius: 0 12px 12px 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  inset: 24px 60px auto auto;
}

.slide-2 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
  margin-right: 32px;
  padding: 24px;
  position: relative;
}

.div-block-66 {
  background-color: #f6f7f8;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 32px 0;
}

.icon-square {
  background-color: #006fe01f;
  border: 1px #f0f0f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.icon-square.green {
  background-color: #4baf0029;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.icon-square.purple {
  background-color: #7939ff29;
  border-style: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-square.red {
  background-color: #fa16451f;
}

.icon-square.yellow {
  background-color: #ffa2001f;
  border-style: none;
}

.text-block-28 {
  color: #006fe0;
  font-family: Font Awesome Regular, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.text-block-28.tag {
  font-size: 20px;
  line-height: 20px;
}

.text-block-28.tag.yellow {
  color: #ffa200;
}

.text-block-28.blue {
  padding-top: 0;
}

.text-block-28.purple {
  color: #7939ff;
}

.text-block-28.green {
  color: #4baf00;
}

.text-block-28.red {
  color: #fa1645;
}

.text-block-28.yellow {
  color: #ffa200;
}

.heading-46 {
  color: #000;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.div-block-68 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.paragraph {
  color: #6e6e6e;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.div-block-69 {
  margin-left: 32px;
  margin-right: 32px;
}

.gray-box-budget {
  background-color: #f6f7f8;
  background-image: url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f9e0e3bb1c9095f4ba927b_Asset%2040.png");
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-47 {
  flex: 0 auto;
  max-width: 100%;
  max-height: 412px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.div-block-70 {
  background-color: #f6f7f8;
  background-image: url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f6d153977b5a73aaeb9c48_bills-subscriptions.avif"), url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f9e0e3bb1c9095f4ba927b_Asset%2040.png");
  background-position: 50% 24px, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 67%, cover;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-46-1 {
  border-radius: 8px;
  max-width: 250px;
  position: absolute;
  inset: 66% 9% auto auto;
  box-shadow: 0 2px 6px #00000029;
}

.image-46-1.float {
  max-width: 280px;
  top: auto;
  bottom: 56px;
  right: 38px;
}

.image-46-1.float.larger {
  max-width: 320px;
  bottom: 70px;
}

.div-block-71 {
  background-color: #f6f7f8;
  background-image: url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f6e49c541c8bfde7d53e8f_receipt-scan.avif"), url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f9e0e3bb1c9095f4ba927b_Asset%2040.png");
  background-position: 50% 30px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 68%, cover;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gray-category-box {
  background-color: #f6f7f8;
  background-image: url("https://cdn.prod.website-files.com/6455bb365e4a439e59c71b72/67f9e0e3bb1c9095f4ba927b_Asset%2040.png");
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gray-category-box.center {
  justify-content: center;
  align-items: center;
}

.image-47-1 {
  flex: 0 auto;
  max-width: 100%;
  max-height: 414px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.image-47-2 {
  flex: 0 auto;
  max-width: 100%;
  max-height: 392px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.image-47-3 {
  flex: 0 auto;
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.heading-6-1 {
  color: #000;
  text-align: center;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 72px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.grid-35 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 64px;
}

.newsletter-footer-box {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
}

.paragraph-68 {
  color: #000;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-69 {
  color: #777;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}

.paragraph-71 {
  color: #999;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.link-block-13 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 4px;
  font-family: Font Awesome Brands, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

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

.paragraph-70-copy {
  margin-bottom: 16px;
  line-height: 24px;
}

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

.div-block-88 {
  max-height: 96px;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-89 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-block-14 {
  max-height: 64px;
}

.image-51 {
  opacity: .8;
  height: 64px;
  max-height: 64px;
}

.paragraph-hero-copy {
  color: #666;
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-hero-copy.cta {
  box-shadow: none;
  color: #d1d5db;
  background-image: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-hero-copy.centered {
  text-align: center;
  max-width: 680px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.paragraph-hero-copy.centered.nomarbtm {
  margin-bottom: 0;
}

.div-block-3-copy {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-42-copy {
  max-width: 60%;
  position: static;
}

.div-block-hero-copy {
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  margin-left: 80px;
  display: flex;
}

.app-strip-copy {
  background-color: #f6f7f8;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h2 {
    color: #000;
    margin-top: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    line-height: 32px;
  }

  p {
    color: #555;
  }

  .nav-section {
    z-index: 999;
    border-bottom-color: #0000;
  }

  .container {
    justify-content: center;
    padding-bottom: 60px;
    display: block;
  }

  .container.flex {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .container.paddingtb80.special-wide-container {
    max-width: 1440px;
  }

  .container.reviews-slider {
    padding-bottom: 80px;
  }

  .container.navtopoffset.thin.search-thin {
    max-width: 800px;
  }

  .primary-button.primary-button-large.wide {
    width: 100%;
  }

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

  .hero-heading {
    font-size: 56px;
    line-height: 62px;
  }

  .hero-heading.search {
    text-align: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 48px;
  }

  .primary-button-large.xl {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .paragraph-hero {
    margin-bottom: 16px;
  }

  .paragraph-hero.cta {
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-hero.centered {
    text-align: center;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-2 {
    font-size: 14px;
    line-height: 22px;
    transition: opacity .2s, color .2s ease-in-out;
  }

  .link-2:hover {
    color: var(--royal-blue);
    text-decoration: underline;
  }

  .heading-3 {
    color: #000;
    text-align: left;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: 28px;
  }

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

  .grid-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    align-self: center;
    margin-bottom: 80px;
  }

  .cta {
    text-align: left;
    background-color: #28292a;
    border-radius: 16px;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px;
    line-height: 16px;
    display: block;
  }

  .grid-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .div-block-11 {
    padding-right: 0;
  }

  .heading-5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 48px;
    line-height: 54px;
  }

  .image-9 {
    width: 100%;
    max-width: 480px;
    margin: 0 0 0 auto;
    padding: 0;
    display: block;
  }

  .border-top {
    border-top: 1px solid #e6e6e6;
  }

  .image-11 {
    margin-top: -61px;
    margin-left: -4%;
  }

  .div-block-hero {
    max-width: 500px;
    margin-left: 80px;
  }

  .contact-form-card {
    background-color: #fff;
    border-radius: 12px;
    max-width: 520px;
    min-height: 200px;
    margin-top: -145px;
    margin-left: auto;
    margin-right: auto;
  }

  .legal {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }

  .secondary-button.small-button.wide {
    background-color: #f2f4f6;
  }

  .card-2 {
    padding: 25px;
  }

  .slider {
    background-color: #0000;
    height: auto;
    margin-top: 40px;
  }

  .icon-2 {
    color: #999;
    margin-top: auto;
    margin-bottom: auto;
  }

  .icon-3 {
    color: #999;
  }

  .grid-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: stretch;
    align-items: stretch;
    margin: 5px 60px;
  }

  .right-arrow, .left-arrow {
    width: 40px;
  }

  .slide-nav {
    transform: translate(0, 50px);
  }

  .slide {
    min-height: 320px;
    position: relative;
  }

  .text-block-12 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .search-2 {
    max-width: 400px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .app-strip {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .heading-27 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
  }

  .div-block-6-3 {
    text-align: left;
    justify-content: flex-start;
  }

  .footer-icon {
    border-radius: 6px;
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .fs-cc-banner2_buttons-wrapper {
    width: auto;
    margin-top: 0;
  }

  .fs-cc-banner2_text {
    color: #444;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .fs-cc-banner2_button {
    background-color: var(--bp-green);
    color: #fff;
    text-transform: none;
    border-radius: 8px;
    min-width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 20px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .fs-cc-banner2_button.fs-cc-button-alt {
    border: 1px solid var(--bp-green);
    color: var(--bp-green);
    background-color: #0000;
    border-radius: 8px;
  }

  .fs-cc-banner2_button.fs-cc-button-alt.right {
    margin-left: 5px;
  }

  .fs-cc-banner2_button.left {
    min-width: auto;
    margin-right: 5px;
  }

  .fs-cc-banner2_text-link {
    color: var(--royal-blue);
    text-decoration: underline;
  }

  .fs-cc-banner2_component {
    z-index: 999999999;
    background-color: #fff;
    border-radius: 12px;
    width: auto;
    max-width: 710px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    display: none;
    overflow: hidden;
    box-shadow: 0 4px 8px #00000026;
  }

  .div-block-6-2-copy {
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
    display: inline-block;
  }

  .heading-5-1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Inter, sans-serif;
    font-size: 52px;
    line-height: 62px;
  }

  .notification-bar, .paragraph-61 {
    font-size: 14px;
  }

  .container-2 {
    margin-top: 8px;
  }

  .paragraph {
    text-align: left;
  }

  .subhead {
    margin-bottom: 16px;
  }

  .grid-38 {
    grid-template-columns: 1fr .4fr;
  }

  .notice {
    background-color: #4baf001f;
    border-radius: 12px;
    padding-bottom: 8px;
    padding-right: 16px;
  }

  .paragraph-74 {
    margin-bottom: 0;
  }

  .italic-text, .italic-text-2 {
    color: #1b3f00;
  }

  .paragraph-hero-copy {
    margin-bottom: 16px;
  }

  .paragraph-hero-copy.cta {
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-hero-copy.centered {
    text-align: center;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-hero-copy {
    max-width: 500px;
    margin-left: 80px;
  }

  .app-strip-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container.navigation {
    justify-content: space-between;
  }

  .container.flex {
    padding-top: 90px;
  }

  .container.flex.cta-container {
    padding-top: 60px;
  }

  .container.paddingtb120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .nav-link-item.dropdown {
    opacity: 1;
    color: #444;
    padding-left: 20px;
  }

  .nav-link-item.mobile-menu-item {
    opacity: 1;
    color: #444;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .icon {
    color: #444;
  }

  .dropdown {
    border-radius: 0;
    flex-direction: column;
    flex: 1;
    display: flex;
    position: relative;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    position: relative;
  }

  .dropdown-link {
    padding-left: 40px;
  }

  .logo-text {
    font-size: 22px;
  }

  .menu {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    box-shadow: 0 4px 4px #0003;
  }

  .div-block-2 {
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .image-2 {
    width: 24px;
    margin-top: -2px;
  }

  .menu-button {
    border-radius: 8px;
    padding: 10px;
  }

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

  .text-block {
    color: #444;
  }

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

  .hero-heading {
    text-align: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading.left.home {
    text-align: center;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button-large.xl {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .div-block-3 {
    justify-content: center;
    align-self: center;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-hero {
    text-align: center;
    max-width: 560px;
    margin-right: 0;
  }

  .paragraph-hero.cta {
    text-align: left;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .image-6, .image-7 {
    max-width: none;
  }

  .heading-3.pricing-subheader {
    margin-bottom: 32px;
  }

  .grid-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 680px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-5.right, .grid-5.left, .grid-5.right, .grid-5.left {
    margin-bottom: 24px;
  }

  .cta {
    padding-left: 35px;
  }

  .div-block-11 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 46px;
  }

  .image-9 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-11 {
    width: 100px;
    margin-top: -58px;
    margin-left: -88%;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-hero {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-15 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-21 {
    height: 73px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-27 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-28 {
    font-size: 12px;
  }

  .button {
    font-size: 14px;
  }

  .image-6-1, .image-7-1 {
    max-width: none;
  }

  .fs-cc-banner2_component {
    margin-left: 10px;
    margin-right: 10px;
    bottom: 10px;
  }

  .heading-5-1 {
    font-size: 34px;
    line-height: 46px;
  }

  .image-6-11 {
    max-width: none;
  }

  .image-42 {
    max-width: 340px;
  }

  .gray-box {
    height: 450px;
  }

  .image-43 {
    max-width: 220px;
    top: 179px;
    left: 6%;
  }

  .image-44 {
    max-width: 180px;
    top: 173.469px;
    right: 6%;
  }

  .div-block-64 {
    background-size: 55%;
    min-height: 380px;
  }

  .mask {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .paragraph {
    margin-bottom: 24px;
  }

  .gray-box-budget {
    background-size: 75%;
  }

  .div-block-70 {
    background-size: 55%;
    min-height: 380px;
  }

  .div-block-71 {
    background-size: 52%;
    min-height: 380px;
  }

  .gray-category-box {
    background-image: none;
    min-height: 380px;
  }

  .image-47-1, .image-47-2 {
    max-height: 380px;
  }

  .image-47-3 {
    max-width: 80%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-6-1 {
    font-size: 32px;
    line-height: 42px;
  }

  .subhead {
    text-align: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .gray-box-reviews {
    padding: 0 12px;
  }

  .div-block-72, .div-block-72._1, .div-block-72._1 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-76 {
    padding: 24px;
  }

  .grid-37 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-67 {
    margin-bottom: 4px;
    line-height: 20px;
  }

  .div-block-81 {
    padding: 48px;
  }

  .bold {
    line-height: 24px;
  }

  .disclaimer {
    margin-top: 12px;
    font-size: 11px;
    line-height: 17px;
  }

  .div-block-82 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .code-embed-2 {
    border-bottom: 1px solid #e6e6e6;
    border-right-style: solid;
  }

  .div-block-83 {
    background-color: #f7f8f9;
    border-radius: 24px;
    padding: 0;
  }

  .paragraph-hero-copy {
    text-align: center;
    max-width: 560px;
    margin-right: 0;
  }

  .paragraph-hero-copy.cta {
    text-align: left;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-3-copy {
    justify-content: center;
    align-self: center;
  }

  .image-42-copy {
    max-width: 340px;
  }

  .div-block-hero-copy {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    z-index: 9;
  }

  .container {
    padding-bottom: 60px;
  }

  .container.navigation {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.paddingtb80 {
    padding: 60px 16px;
  }

  .container.paddingtb120.height100 {
    min-height: 90vh;
  }

  .nav-link-item {
    margin-right: 2px;
  }

  .nav-link-item.dropdown {
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-item.dropdown.w--open {
    border-radius: 0;
  }

  .nav-link-item.mobile-menu-item {
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-item.mobile-menu-item:hover {
    background-color: #0000;
  }

  .icon {
    margin-right: 15px;
  }

  .dropdown {
    flex-direction: column;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    position: relative;
  }

  .dropdown-link {
    padding-left: 40px;
  }

  .logo-text {
    margin-left: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .link-block.w--current {
    padding-right: 0;
  }

  .menu {
    box-shadow: none;
    background-color: #f7f8f9;
    border: 1px solid #f0f1f2;
    border-radius: 24px;
    margin-top: 8px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .image-2 {
    width: 20px;
  }

  .grid {
    grid-row-gap: 40px;
  }

  .hero-heading {
    font-size: 38px;
    line-height: 47px;
  }

  .hero-heading.centered._16 {
    font-size: 38px;
    line-height: 42px;
  }

  .primary-button-large.xl {
    padding: 10px 20px;
    font-size: 16px;
  }

  .primary-button-large.wide {
    font-size: 16px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .paragraph-hero.cta {
    text-align: center;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-3 {
    text-align: left;
    margin-top: 0;
    line-height: 40px;
  }

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

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 600px;
  }

  .cta {
    box-shadow: 0 4px 12px #0003;
  }

  .grid-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr .88fr;
  }

  .div-block-11 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .image-9 {
    max-width: 320px;
  }

  .image-11 {
    z-index: -1;
    width: 90px;
    margin-top: -50px;
    margin-left: -84%;
  }

  .small.light {
    line-height: 20px;
  }

  .accordion-item.last {
    margin-bottom: 0;
  }

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

  .blue {
    font-size: 18px;
    line-height: 18px;
  }

  .textarea {
    margin-bottom: 15px;
  }

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

  .card-2 {
    padding: 20px;
  }

  .button.small {
    flex: 0 auto;
    width: 110px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .version {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .version-header {
    font-size: 22px;
  }

  .heading-23 {
    font-size: 18px;
  }

  .app-strip {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-27 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .nav-icon-header {
    width: 32px;
  }

  .fs-cc-banner2_container {
    flex-direction: row;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-banner2_button.fs-cc-button-alt.right {
    width: 90px;
  }

  .fs-cc-banner2_button.left {
    width: 90px;
    margin-bottom: 6px;
    margin-right: 0;
  }

  .fs-cc-banner2_component {
    display: none;
  }

  .paragraph-45 {
    text-align: left;
    flex: 1;
    line-height: 22px;
  }

  .heading-5-1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .div-block-48 {
    justify-content: center;
    align-items: center;
  }

  .grid-26 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._16 {
    font-size: 12px;
  }

  .image-42 {
    max-width: 43%;
  }

  .gray-box {
    height: 77%;
  }

  .image-43 {
    max-width: 28%;
    top: 38%;
    left: 3%;
  }

  .image-44 {
    max-width: 21%;
    top: 38%;
  }

  .div-block-64 {
    min-height: 380px;
  }

  .paragraph {
    text-align: left;
  }

  .gray-box-budget, .div-block-70, .div-block-71, .gray-category-box {
    min-height: 380px;
  }

  .grid-36 {
    grid-template-columns: 1fr .5fr .5fr .5fr;
  }

  .pricing-header, .pricing-header.center {
    font-size: 15px;
  }

  .pricing-header.center {
    font-size: 15px;
  }

  .pricing-header.center.price {
    font-size: 13px;
  }

  .price-grid {
    grid-template-columns: 1fr .5fr .5fr .5fr;
  }

  .text-span-3 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .paragraph-66 {
    font-size: 15px;
  }

  .paragraph-66.center {
    font-size: 14px;
  }

  .paragraph-66-1 {
    font-size: 13px;
  }

  .grid-37 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-81 {
    padding: 32px;
  }

  .heading-56 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-hero-copy.cta {
    text-align: center;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-42-copy {
    max-width: 43%;
  }

  .app-strip-copy {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.navigation {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.navtopoffset {
    padding-top: 95px;
  }

  .container.alt {
    padding-top: 30px;
  }

  .container.paddingtb120.height100 {
    min-height: 80vh;
  }

  .primary-button {
    align-self: center;
    margin-left: 0;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link-item {
    align-self: center;
    margin-left: 0;
    margin-right: 2px;
    padding: 6px 10px;
    font-size: 14px;
    display: none;
  }

  .nav-link-item.mobile-menu-item:hover, .nav-link-item.mobile-menu-item.w--current {
    background-color: #0000;
  }

  .nav-link-item.dropdown {
    flex: 1;
    align-self: stretch;
    align-items: stretch;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .nav-link-item.mobile-menu-item {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link-item.mobile-menu-item:hover, .nav-link-item.mobile-menu-item.w--current {
    background-color: #0000;
  }

  .nav-link-item.mobile-menu-item.log-in {
    display: flex;
  }

  .icon {
    margin-right: 15px;
  }

  .dropdown {
    flex-direction: column;
    align-self: flex-start;
    align-items: stretch;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    flex: 1;
  }

  .logo-text {
    margin-left: 7px;
    font-size: 18px;
    line-height: 18px;
    display: flex;
  }

  .link-block.w--current {
    flex: 1;
  }

  .menu {
    box-shadow: none;
    background-color: #f7f8f9;
    border: 1px solid #f0f1f2;
    border-radius: 24px;
    margin-top: 8px;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
  }

  .div-block-2 {
    flex: 0 auto;
    display: flex;
  }

  .image-2 {
    width: 20px;
  }

  .menu-button {
    margin-right: -8px;
    padding: 8px;
  }

  .grid {
    grid-row-gap: 16px;
  }

  .hero-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-heading.centered {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .hero-heading.centered._16 {
    font-size: 32px;
  }

  .hero-heading.left.home {
    max-width: 390px;
    font-size: 44px;
    line-height: 50px;
  }

  .primary-button-large {
    align-self: center;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .primary-button-large.xl {
    text-align: center;
    width: 236px;
    max-width: 300px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .primary-button-large.wide {
    margin-bottom: 0;
  }

  .fontawesome-solid {
    font-weight: 400;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .link-block-2 {
    margin-left: 0;
  }

  .paragraph-hero {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

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

  .paragraph-hero.centered {
    margin-bottom: 32px;
  }

  .paragraph-hero.centered.nomarbtm {
    max-width: 290px;
  }

  .link-block-3 {
    margin-left: 0;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .cta {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-11 {
    padding: 20px 20px 0;
  }

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

  .image-9 {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 38px;
  }

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

  .accordion-item {
    z-index: 1;
    margin-bottom: 24px;
  }

  .text-block-5 {
    line-height: 22px;
  }

  .card {
    padding: 25px;
  }

  .card.shadow.version-card {
    padding: 16px;
    position: static;
  }

  .blue {
    padding-top: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .contact-form-card {
    padding: 20px;
  }

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

  .field-label, .field-label-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-15 {
    max-height: 72px;
  }

  .div-block-22 {
    padding: 12px;
  }

  .stars {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-27 {
    font-size: 11px;
    line-height: 16px;
  }

  .card-2 {
    margin-bottom: 12px;
    padding: 12px;
  }

  .card-2.hide {
    display: none;
  }

  .card-2.first {
    margin-top: 24px;
    margin-bottom: 12px;
    padding: 12px;
  }

  .paragraph-28 {
    font-size: 11px;
  }

  .grid-15 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-left: 30px;
    margin-right: 30px;
  }

  .right-arrow {
    margin-right: -15px;
  }

  .left-arrow {
    margin-left: -15px;
  }

  .button.small {
    width: 104px;
    margin-top: 0;
    margin-left: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hide {
    display: none;
  }

  .link-5 {
    color: var(--bp-green);
    margin-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 600;
    display: block;
  }

  .paragraph-31 {
    font-size: 12px;
    line-height: 18px;
  }

  .search-result-item {
    margin-bottom: 30px;
  }

  .text-block-12 {
    margin-bottom: 4px;
  }

  .search-2 {
    margin-bottom: 30px;
  }

  .version {
    grid-column-gap: 30px;
    border-bottom-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .version-header {
    color: #000;
    margin-bottom: 8px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-34 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-23 {
    color: #000;
    font-size: 16px;
    line-height: 26px;
  }

  .app-strip {
    flex-direction: column;
  }

  .image-6-1 {
    margin-bottom: 4px;
  }

  .heading-27 {
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .nav-icon-header {
    border-radius: 11px;
    width: 38px;
    height: 38px;
  }

  .paragraph-39 {
    font-size: 14px;
    line-height: 22px;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_text {
    font-size: 11px;
    line-height: 16px;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: flex;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
    display: none;
  }

  .fs-cc-banner2_component {
    flex-direction: row;
    width: 92%;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: fixed;
    inset: auto 4% 10px;
  }

  .div-block-6-2-copy {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .banner {
    flex-direction: row;
    padding: 10px 15px;
  }

  .paragraph-45 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

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

  .main-header.security {
    font-size: 32px;
    line-height: 40px;
  }

  ._680 {
    margin-top: 32px;
  }

  ._16 {
    font-size: 11px;
  }

  .image-6-11 {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .app-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .image-42 {
    max-width: 50%;
  }

  .gray-box {
    height: 75%;
  }

  .bar {
    height: 64px;
    padding-left: 16px;
    padding-right: 20px;
  }

  .image-43 {
    max-width: 27%;
    top: 41%;
    left: 3%;
  }

  .image-44 {
    max-width: 22%;
    top: 39%;
    right: 2%;
  }

  .div-block-64 {
    background-size: 60%;
    min-height: 300px;
  }

  .image-46.float {
    max-width: 260px;
    bottom: 32px;
    right: auto;
  }

  .div-block-69 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .gray-box-budget {
    min-height: 300px;
  }

  .image-47 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-70 {
    background-position: 50% 22px;
    background-size: 70%;
    min-height: 300px;
  }

  .image-46-1.float.larger {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    bottom: 32px;
    right: auto;
  }

  .div-block-71 {
    background-position: 50% 22px;
    background-size: 70%;
    min-height: 300px;
  }

  .gray-category-box {
    min-height: 300px;
  }

  .image-47-1, .image-47-2 {
    max-height: 300px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-47-3 {
    max-width: 100%;
    padding: 24px;
  }

  .heading-6-1 {
    font-size: 28px;
    line-height: 38px;
  }

  .subhead {
    font-size: 16px;
    line-height: 26px;
  }

  .gray-box-reviews {
    max-height: 480px;
  }

  .div-block-72, .div-block-72._1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-72._1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .div-block-72.hide-mobile {
    display: none;
  }

  .div-block-73 {
    width: 300px;
    height: 52px;
    margin-top: -26px;
  }

  .text-block-29 {
    font-size: 14px;
  }

  .image-48 {
    max-height: 32px;
  }

  .grid-36 {
    border: 1px solid #f0f1f2;
    grid-template-columns: 1fr 1fr 1fr;
    top: 84px;
  }

  .pricing-header.center {
    line-height: 21px;
  }

  .div-block-74.left.features {
    display: none;
  }

  .price-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .div-block-75.left.stack {
    text-align: center;
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .paragraph-66 {
    font-weight: 700;
  }

  .grid-37 {
    grid-template-columns: 1fr;
  }

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

  .paragraph-hero-copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

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

  .paragraph-hero-copy.centered {
    margin-bottom: 32px;
  }

  .paragraph-hero-copy.centered.nomarbtm {
    max-width: 290px;
  }

  .div-block-3-copy {
    flex-direction: column;
  }

  .image-42-copy {
    max-width: 50%;
  }

  .app-strip-copy {
    flex-direction: column;
  }
}

#w-node-_7aa37fdf-9072-df0c-f0b0-f0c4e1cc37d2-e1b831f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_20ef53ec-f251-f798-5bcd-82094e87cce2-e1b831f3 {
  place-self: start;
}

#w-node-_8b53f55a-ec98-7337-e0e3-904c45743788-e1b831f3 {
  justify-self: center;
}

#w-node-_92a4677a-c710-b9c6-4609-e47dc092407e-e1b831f3, #w-node-ddda8825-e2bd-1de7-c8c4-d906d1b5381e-e1b831f3, #w-node-_679276a1-11e3-0bdd-ba7c-c0459c5f3f34-e1b831f3, #w-node-e44f7828-27dc-1c89-5ee7-a8a9d26f8710-e1b831f3, #w-node-bc6d1177-04e3-9a86-743c-5af4cb2115ac-e1b831f3, #w-node-_6286cbbc-0e75-9b3d-8a63-0380fa3e941b-e1b831f3, #w-node-_90dbe6fd-f3e8-d18e-a0aa-346159cb2daf-e1b831f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7868723c-4c27-5536-25bc-4989f661d8c0-f661d8bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24b7a729-8653-071e-5d4d-c0e51c0c51ab-f661d8bc {
  align-self: start;
}

#w-node-_8eae98f8-eb48-3bef-e596-587cf69ea27c-f69ea277 {
  place-self: center;
}

#w-node-_9b420d1e-1c1b-6c92-6c8c-d3d56efa6599-f69ea277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_8eae98f8-eb48-3bef-e596-587cf69ea27c-f69ea277 {
    align-self: center;
  }

  #w-node-_9b420d1e-1c1b-6c92-6c8c-d3d56efa6599-f69ea277 {
    justify-self: center;
  }

  #w-node-_8eae98f8-eb48-3bef-e596-587cf69ea287-f69ea277 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7aa37fdf-9072-df0c-f0b0-f0c4e1cc37d2-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_20ef53ec-f251-f798-5bcd-82094e87cce2-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-_92a4677a-c710-b9c6-4609-e47dc092407e-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_13261b22-c431-e3ac-0414-6e3d44632945-e1b831f3, #w-node-ddda8825-e2bd-1de7-c8c4-d906d1b53820-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ddda8825-e2bd-1de7-c8c4-d906d1b5381e-e1b831f3 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: stretch stretch;
  }

  #w-node-_679276a1-11e3-0bdd-ba7c-c0459c5f3f34-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_122a41cd-87d7-6bfc-79bc-1c282c66df2a-e1b831f3, #w-node-e44f7828-27dc-1c89-5ee7-a8a9d26f8712-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e44f7828-27dc-1c89-5ee7-a8a9d26f8710-e1b831f3 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: stretch stretch;
  }

  #w-node-bc6d1177-04e3-9a86-743c-5af4cb2115ac-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_2a186015-b3f8-1023-0cd1-2e71ab4a7e0e-e1b831f3, #w-node-_6286cbbc-0e75-9b3d-8a63-0380fa3e941d-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6286cbbc-0e75-9b3d-8a63-0380fa3e941b-e1b831f3 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: stretch stretch;
  }

  #w-node-_90dbe6fd-f3e8-d18e-a0aa-346159cb2daf-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_90dbe6fd-f3e8-d18e-a0aa-346159cb2d7d-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7868723c-4c27-5536-25bc-4989f661d8c0-f661d8bc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_24b7a729-8653-071e-5d4d-c0e51c0c51ab-f661d8bc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8eae98f8-eb48-3bef-e596-587cf69ea287-f69ea277 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_92a4677a-c710-b9c6-4609-e47dc092407e-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_13261b22-c431-e3ac-0414-6e3d44632945-e1b831f3, #w-node-ddda8825-e2bd-1de7-c8c4-d906d1b53820-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ddda8825-e2bd-1de7-c8c4-d906d1b5381e-e1b831f3 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: stretch stretch;
  }

  #w-node-_679276a1-11e3-0bdd-ba7c-c0459c5f3f34-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_122a41cd-87d7-6bfc-79bc-1c282c66df2a-e1b831f3, #w-node-e44f7828-27dc-1c89-5ee7-a8a9d26f8712-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e44f7828-27dc-1c89-5ee7-a8a9d26f8710-e1b831f3 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: stretch stretch;
  }

  #w-node-bc6d1177-04e3-9a86-743c-5af4cb2115ac-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_2a186015-b3f8-1023-0cd1-2e71ab4a7e0e-e1b831f3, #w-node-_6286cbbc-0e75-9b3d-8a63-0380fa3e941d-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6286cbbc-0e75-9b3d-8a63-0380fa3e941b-e1b831f3 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: stretch stretch;
  }

  #w-node-_90dbe6fd-f3e8-d18e-a0aa-346159cb2daf-e1b831f3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_90dbe6fd-f3e8-d18e-a0aa-346159cb2d7d-e1b831f3, #w-node-_8bb53428-4b07-57f5-cc42-6322606e3f0e-e1b831f3, #w-node-_8bb53428-4b07-57f5-cc42-6322606e3f61-e1b831f3, #w-node-_479ad3ef-4802-5723-cec1-c42c84e48767-f661d8bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8eae98f8-eb48-3bef-e596-587cf69ea27c-f69ea277 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_9b420d1e-1c1b-6c92-6c8c-d3d56efa6599-f69ea277 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_8eae98f8-eb48-3bef-e596-587cf69ea287-f69ea277 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7868723c-4c27-5536-25bc-4989f661d8c0-f661d8bc {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8eae98f8-eb48-3bef-e596-587cf69ea27c-f69ea277 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_8eae98f8-eb48-3bef-e596-587cf69ea287-f69ea277 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center end;
  }
}
