.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px !important;
  margin-left: -20px !important;
  margin-right: 0px !important;
  margin-top: 4px !important;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 74px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  font-family: Cerebrisans, sans-serif;
  color: #202020;
  font-size: 17px;
  line-height: 25px;
}

h1 {
  margin-top: 40px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 64px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.component-section-portal p {
  font-size: 17px;
  line-height: 25px;
}

.component-section-portal a, .component-container-login a {
  color: #0575e6;
  text-decoration: none;
}

.component-section-portal li, .component-container-login li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}
.component-section-portal, .component-container-login {
  color: #000000;
}

.nav-logo {
  width: auto;
  height: 28px;
  margin-right: auto;
}

.brand {
  margin-right: auto;
}

.brand.w--current {
  padding-left: 0px;
}

.nav-link {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  font-family: Cerebrisans, sans-serif;
  color: #0575e6;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  color: #0575e6;
  text-decoration: none;
}

.nav-link.mobile-nav-link {
  padding: 24px 16px 22px;
  border-bottom: 2px solid #fff;
}

.nav-link.mobile-nav-link:hover {
  border-bottom-color: #f8f8f8;
  background-color: #f8f8f8;
}

.nav-link.mobile-nav-link.w--current {
  border-bottom: 2px solid #0575e6;
  color: #0575e6;
}

.nav-link.mobile-nav-link.mobile-nav-secondary-link {
  display: none;
}

.nav-link.mobile-nav-link.nav-link-dropdown:hover {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #0575e6;
}

.nav-link.mobile-nav-link.dump:active {
  border-bottom-color: #0575e6;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-group.banner-button-group {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-group.banner-button-group.about-app {
  margin-top: 24px;
}

.button-group.banner-button-group.features-header {
  z-index: 2;
  margin-top: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 46px;
  min-height: 46px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0575e6;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #0575e6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #0575e6;
  color: #fff;
}

.button.banner-button {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #0575e6;
  font-size: 18px;
}

.button.banner-button:hover {
  border-style: none;
  box-shadow: 0 0 20px 0 hsla(0, 0%, 100%, 0.48);
}

.button.banner-button.subscribe-button {
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.button.banner-button.right-aligned {
  margin-right: 0px;
}

.button.banner-button.promo-button {
  margin-bottom: 0px;
}

.button.secondary-button {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #0575e6;
  font-size: 16px;
  line-height: 20px;
}

.button.secondary-button.article-row-button {
  margin-bottom: 0px;
}

.button.secondary-button.article-tile-read-more-button {
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: 0px;
}

.button.secondary-button.board-tile-add-to-compare-button {
  margin-top: auto;
  margin-right: 0px;
}

.button.secondary-button.login-button {
  border-color: #e6e6e6;
}

.button.board-tile-view-board-button {
  margin-right: 0px;
  margin-bottom: 0px;
}

.button.compare-list-button {
  margin-right: 0px;
}

.button.primary-button {
  background-color: #0575e6;
  color: #fff;
}

.button.primary-button.signup-button {
  max-height: 42px;
  min-height: 42px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-style: none;
}

.button.primary-button.compare-list-button-group.w--current {
  margin-right: 0px;
}

.button.login-button {
  max-height: 42px;
  min-height: 42px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.button.secondary-button {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #0575e6;
  font-size: 16px;
  line-height: 20px;
}

.button.secondary-button.board-tile-add-to-compare-button {
  margin-top: auto;
  margin-right: 0px;
}

.button.success-button {
  border-color: #73c162;
  color: #73c162;
}

.button.success-button:hover {
  border-style: solid;
  border-color: #73c162;
  background-color: #73c162;
  color: #fff;
}

.title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
}

.title-bar.media-gallery-title-bar {
  width: auto;
  margin-right: 48px;
  margin-bottom: 32px;
  margin-left: 48px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.title-bar.tutorial-title-bar {
  margin-bottom: 48px;
}

.title-bar.board-outline-title {
  margin-bottom: 16px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.title-bar.board-specifications-title-bar {
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0575e6;
  font-size: 16px;
  font-weight: 700;
}

.link:hover {
  text-decoration: underline;
}

.board-tile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: 12px;
  background-color: #fff;
}

.board-tile-image-container {
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.board-tile-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-tile-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.board-detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-label {
  margin-bottom: 4px;
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.small-label.board-tile-small-label {
  margin-bottom: 0px;
}

.small-label.small-label-white {
  color: #fff;
}

.small-label.signup-label {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
}

.small-label.monthly-pricing-details {
  margin-bottom: 25px;
}

.small-label.small-label-white-transparent {
  opacity: 0.71;
  color: #fff;
}

.small-label.signup-label-social {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
}

.small-label.login-label {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
  text-align: center;
}

.small-label.login-label-social {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.divider.mobile-menu-divider {
  display: none;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer.footer-section {
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
}

.footer-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 48px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-menu-link {
  max-width: 100%;
  margin-bottom: 16px;
  color: #202020;
  font-weight: 400;
}

.footer-menu-link:hover {
  color: #0575e6;
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-badge {
  margin-left: 8px;
}

.legal-text {
  margin-right: auto;
  margin-bottom: 0px;
  color: #b4b4b4;
  font-size: 14px;
  text-align: center;
}

.social-badge-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-container {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-field {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.text-field.subscribe-input {
  width: 220px;
  max-height: 46px;
  min-height: 46px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-width: 0px;
  border-radius: 5px 0px 0px 5px;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
  font-size: 18px;
}

.text-field.subscribe-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.64);
}

.text-field.subscribe-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.64);
}

.text-field.subscribe-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.64);
}

.text-field.subscribe-input::placeholder {
  color: hsla(0, 0%, 100%, 0.64);
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-tile-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 160px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
}

.article-tile-image {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-text-container {
  margin-bottom: 8px;
}

.manufacturer-link {
  font-size: 18px;
}

.subscribe-input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: 38ch;
  color: #636363;
  font-size: 12px;
  line-height: 16px;
}

.paragraph.footer-tagline {
  width: 100%;
  max-width: 28ch;
  margin-bottom: 32px;
  opacity: 0.7;
  font-size: 14px;
  line-height: 18px;
}

.board-tile-compare-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.board-tile-compare-button:hover {
  background-color: #0575e6;
}

.section-title {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.article-image {
  width: 100%;
  height: 470px;
  margin-bottom: 32px;
  border-radius: 12px 12px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.phone-mockup {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  margin-right: -395px;
  margin-bottom: -82px;
  padding-bottom: 0px;
}

.compare-dropdown {
  position: absolute;
  top: 64px;
  right: 0px;
  display: none;
  width: 420px;
  margin-right: 0px;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.24);
}

.compare-list-title {
  margin-top: 0px;
  margin-bottom: 8px;
}

.compare-list-text {
  display: none;
  margin-bottom: 32px;
  font-size: 16px;
}

.compare-list-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.compare-list-cta-text {
  margin-top: 8px;
  margin-bottom: 0px;
  text-align: center;
}

.icon-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0575e6;
}

.icon-plus:hover {
  color: #fff;
}

.compare-button {
  padding: 8px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  color: rgba(99, 99, 99, 0.5);
  cursor: pointer;
}
.w-button-selected {
    background-color: #0575e6;
    color: #fff;
}

.component-section-portal .compare-button, .component-container-login .compare-button {
  padding: 8px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  color: rgba(99, 99, 99, 0.5);
  cursor: pointer;
}

.compare-button:hover {
  border-color: #e6e6e6;
  background-color: #fff;
  color: #0575e6;
}

.compare-button.w--current {
  background-color: #fff;
  color: #0575e6;
}

.compare-button.w--current:hover {
  border-color: #e6e6e6;
}

.compare-button.compare-button-left {
  margin-right: 10px;
}

.compare-text {
  font-size: 16px;
  font-weight: 700;
}

.input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 46px;
  min-height: 46px;
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.input-field.textarea {
  max-height: 84px;
  min-height: 84px;
  margin-bottom: 32px;
}

.input-field.textarea-reg-interest {
  max-height: 150px;
  max-width: none;
  min-height: 150px;
  min-width: auto;
  margin-bottom: 32px;
}

.input-field.input-small {
  max-width: 200px;
}

.board-image.compare-list-image {
  width: 60px;
  margin-right: 16px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.manufacturer-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: linear-gradient(315deg, #0156ac, #0575e6);
}

.component-section {
  width: 100%;
  padding: 32px 32px 60px;
}

.component-section.legal-component {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f9f9f9;
}

.component-section.component-section-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.component-section.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.banner-title {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
}

.banner-paragraph {
  position: relative;
  width: 100%;
  max-width: 40ch;
  margin-bottom: 24px;
  opacity: 0.7;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.banner-paragraph.banner-paragraph-left-aligned {
  z-index: 2;
  width: 100%;
  text-align: left;
}

.banner-paragraph.banner-paragraph-left-aligned.promo-paragraph {
  margin-bottom: 0px;
}

.banner-paragraph.banner-paragraph-left-aligned.promo-paragraph {
  margin-bottom: 0px;
  font-size: 18px;
}

.banner-paragraph.banner-paragraph-right-aligned {
  width: 100%;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
}

.banner-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-link {
  margin-top: 16px;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.toggle-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e6e6e6;
  background-color: transparent;
  color: rgba(99, 99, 99, 0.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.toggle-button.toggle-button-selected {
  background-color: #fff;
  color: #0575e6;
  font-weight: 700;
}

.toggle-button.toggle-button-selected.last-toggle-button {
  border-right-width: 0px;
}

.legal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, right top, left top, from(#0156ac), to(#0575e6));
  background-image: linear-gradient(270deg, #0156ac, #0575e6);
}

.banner-app-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 156px 64px 156px 84px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, right top, left top, from(#0156ac), to(#0575e6));
  background-image: linear-gradient(270deg, #0156ac, #0575e6);
  text-align: left;
}

.banner-app-container.banner-app-container-home {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/PQ-hero.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
}

.value-block-container-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.2%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 110px 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#f9f9f9));
  background-image: linear-gradient(270deg, #fff, #f9f9f9);
}

.value-block-container-vertical.value-block-container-rotated-background {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#f9f9f9));
  background-image: linear-gradient(90deg, #fff, #f9f9f9);
}

.download-app-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-row-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #202020;
}

.article-row-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 179px;
  margin-right: 24px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.textarea {
  border-radius: 5px;
}

.button-toggle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 42px;
  min-height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.button-toggle-container.unit-of-measure-button-toggle {
  display: none;
  margin-left: 8px;
}

.subheader-text {
  margin-bottom: 0px;
  color: #636363;
  text-align: left;
}

.subheader-text.article-details-subheader {
  text-align: center;
}

.subheader-text.signup-text {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.subheader-text.social-signup-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
}

.component-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.component-container.footer-manufacturer-container {
  padding: 0px 0px 32px;
  border-style: none none solid;
  border-radius: 0px;
}

.list {
  list-style-type: decimal;
}

.list.list-indent {
  padding-left: 80px;
}

.paragraph-container {
  width: 100%;
  max-width: 80ch;
}

.section-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-tile-name {
  margin-bottom: 0px;
  text-align: center;
}

.board-tile-manufacturer-name {
  color: #636363;
  text-align: center;
}

.header-1-reverse {
  color: #fff;
}

.header-1-reverse.banner-header {
  max-width: 25ch;
  margin-top: 0px;
  text-align: center;
}

.header-1-reverse.banner-title.about-the-app-title {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 25ch;
  text-align: right;
}

.header-1-reverse.banner-title.about-the-app-title.left-aligned-heading {
  z-index: 2;
  text-align: left;
}

.article-title.faq {
  margin-bottom: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.board-tile-detail-value {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 22px;
}

.article-details-title {
  margin-top: 0px;
  text-align: center;
}

.article-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80ch;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-details-title-container {
  margin-bottom: 40px;
}

.value-section-title {
  max-width: 20ch;
  margin-top: 0px;
}

.value-section-text {
  width: 100%;
  max-width: 35ch;
  color: #636363;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.form-block {
  width: 50%;
}

.legal-button {
  margin-left: 16px;
  opacity: 0.5;
  color: #202020;
  font-size: 14px;
  line-height: 18px;
}

.legal-button:hover {
  opacity: 1;
  color: #0575e6;
}

.compare-list-rows {
  overflow: auto;
  width: 100%;
  height: 333px;
  max-height: 90vh;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
}

.compare-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}

.compare-list-manufacturer-name {
  margin-bottom: 0px;
  color: #636363;
}

.compare-list-board-name {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.compare-list-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f8f8f8;
  cursor: pointer;
}

.compare-list-checkbox-selected {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #0575e6;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #d6d2d9;
}

.image {
  padding: 40px;
}

.value-text-container-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.quote {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.image-2 {
  margin-left: 20px;
}

.value-section-text-center {
  width: 100%;
  max-width: 40ch;
  color: #636363;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.value-block-container-align-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 110px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#f9f9f9));
  background-image: linear-gradient(270deg, #fff, #f9f9f9);
}

.value-block-container-align-top.value-block-container-rotated-background {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#f9f9f9));
  background-image: linear-gradient(90deg, #fff, #f9f9f9);
}

.div-block-feature-left {
  margin-right: 50px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.div-block-feature-right {
  margin-right: 0px;
  margin-left: 50px;
}

.value-section-title-centered {
  margin-top: 0px;
  text-align: center;
}

.text-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.banner-paragraph-black {
  position: relative;
  width: 100%;
  max-width: 40ch;
  margin-bottom: 24px;
  opacity: 0.7;
  color: #202020;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.div-block-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-brand {
  display: block;
  padding: 0px 20px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-span {
  position: relative;
  top: -30px;
  right: 2px;
  display: inline;
  font-size: 40%;
}

.quote-copy {
  margin-top: 10px;
  margin-bottom: 4px;
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.div-block-brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscription-savings {
  margin-top: 16px;
}

.subscription-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 28px;
}

.subscription-feature-text {
  width: auto;
  max-width: 35ch;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #636363;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

p.price-2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 100%;
}

.text-span-4 {
  color: #0575e6;
  font-size: 120%;
}

.div-block-subscription-plain {
  position: static;
}

.div-block-subscription-feature-2 {
  width: 100%;
}

.div-block-subscription-feature-2:hover {
  background-color: #f9f9f9;
}

.subscription-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subscription-column-3.get-started-pricing-buttons {
  margin-top: 60px;
}

.subscription-feature-text-details-2 {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  color: #202020;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.subscription-details-heading {
  margin-top: 40px;
  margin-bottom: 5px;
}

.div-block-subcription-mobile {
  display: none;
}

.subscription-mobile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #f9f9f9;
}

.social-image {
  margin-left: 10px;
}

.form-block-signup {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.body-3 {
  padding-top: 0px;
}

.div-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 10px;
}

.div-line {
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #e6e6e6;
}

.signup-heading {
  margin-top: 0px;
}

.social-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  padding: 10px;
}

.component-container-subscription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-width: 400px;
  margin: 0px auto 48px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.subscription-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.poa {
  margin-top: 25px;
  margin-bottom: 29px;
  font-size: 60px;
  line-height: 100%;
}

.register-interest-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-bottom: 0px;
  padding: 130px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e6e6e6;
  background-color: #0575e6;
}

.youtube-div {
  overflow: hidden;
  width: 100%;
  border-radius: 13px 13px 0px 0px;
}

.list-2 {
  margin-top: 15px;
}

.support-subheader {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #636363;
  text-align: left;
}

.container-register-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  max-width: 800px;
  min-width: 150px;
  margin: -60px auto 140px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-11 {
  margin-right: 0px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 46px;
  min-height: 46px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0575e6;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #0575e6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button-2:hover {
  background-color: #0575e6;
  color: #fff;
}

.button-2.secondary-button {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #0575e6;
  font-size: 16px;
  line-height: 20px;
}

.button-2.secondary-button.article-row-button {
  margin-bottom: 0px;
}

.accordion {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion.js-accordion {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
}

.accordion.js-accordion {
  min-width: 100px;
  margin-bottom: 48px;
  padding-right: 0px;
  padding-left: 0px;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e323c;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  display: none;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  color: #202020;
}

.accordion-body.js-accordion-body {
  display: block;
  width: 100%;
  min-width: 100%;
  padding-bottom: 20px;
}

.accordion-body.js-accordion-body {
  padding-bottom: 20px;
  color: #9096a4;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.component-container-faq {
  display: block;
  max-width: 1200px;
  min-width: 400px;
  margin: 0px auto 48px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.faq-image-2 {
  margin: 30px 26px 30px 20px;
}

.faq-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.register-name-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 300px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tutorial-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
  font-size: 18px;
  font-weight: 700;
}

.tutorial-link:hover {
  text-decoration: underline;
}

.div-block-homepage-video-copy {
  overflow: hidden;
  width: 100%;
  margin-bottom: 48px;
  border-radius: 6px;
}

.html-embed-3 {
  width: 100.1%;
}

.value-block-container-vertical-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.2%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 110px 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#f9f9f9));
  background-image: linear-gradient(270deg, #fff, #f9f9f9);
}

.success-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-width: auto;
  margin: 140px auto;
  padding: 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.image-3 {
  margin: 44px 60px 60px;
}

.banner-features-container {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 156px 64px 156px 84px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, right top, left top, from(#0156ac), to(#0575e6));
  background-image: linear-gradient(270deg, #0156ac, #0575e6);
  text-align: left;
}

.banner-features-container.banner-app-container-home {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/PQ-hero.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

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

.image-4 {
  margin-top: 7px;
}

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

.html-embed-4 {
  margin-bottom: 30px;
}

.recaptcha {
  margin-bottom: 20px;
}

.dropdown-text {
  margin-right: 27px;
}

.dropdown-link {
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.dropdown-link.dropdown-active.w--current {
  border-bottom: 2px solid #0575e6;
}

.font-awesome {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #636363;
}

.font-awesome-light {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #e6e6e6;
}

.strikethrough {
  text-decoration: line-through;
}

.month-price {
  margin-left: 0px;
  font-size: 15px;
}

.subscription-main-feature {
  width: 100%;
  max-width: 35ch;
  margin-bottom: 0px;
  color: #636363;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 40px;
  margin-left: 40px;
}

.subscription-extra-text {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #636363;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

.blue-small-fa {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0575e6;
  font-size: 10px;
}

.faq-pricing {
  margin-top: 100px;
}

.faq-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.new-account-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-bottom: 0px;
  padding: 60px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e6e6e6;
  background-color: #0575e6;
}

.body-4 {
  padding-top: 0px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buttom-image {
  margin-right: 15px;
}

.component-container-new-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  min-width: 400px;
  margin: -80px auto 140px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 46px;
  min-height: 46px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0575e6;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #0575e6;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  background-color: #0575e6;
  color: #fff;
}

.button-3.form-button {
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-3.secondary-button {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  color: #0575e6;
  font-size: 16px;
  line-height: 20px;
}

.button-3.secondary-button.link-block-button:hover {
  border-color: #0575e6;
}

.button-3.secondary-button.link-block-button.facebook-button {
  margin-bottom: 40px;
}

.checkbox {
  margin-top: 7px !important;
}

.checkbox-label {
  color: rgba(32, 32, 32, 0.75);
  font-size: 15px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.component-container-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-width: 400px;
  margin: -80px auto 140px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.tab-pane-tab-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2 {
  grid-template-areas: ". . ."
    "Area Area Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.notice {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #f9f9f9;
  background-clip: border-box;
}

.small-label-form {
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.component-container-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  min-width: 400px;
  margin: -80px auto 140px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.warning {
  display: none;
  background-color: #ffdede;
  text-align: center;
}

.checkbox-field-2 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.small-label-white2 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.small-label-white2.board-tile-small-label {
  margin-bottom: 0px;
}

.small-label-white2.small-label-white {
  color: #fff;
}

.small-label-white2.signup-label {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
}

.small-label-white2.monthly-pricing-details {
  margin-bottom: 25px;
}

.small-label-white2.small-label-white-transparent {
  opacity: 0.71;
  color: #fff;
}

.small-label-white2.signup-label-social {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
}

.small-label-white2.login-label {
  margin-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
  text-align: center;
}

.small-label-white2.login-label-social {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #757575;
}

.grid-6 {
  max-width: 400px;
  margin-top: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.progress-bar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-pricing-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.promo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 13px;
  background-image: linear-gradient(315deg, #0156ac, #0575e6);
}

.promo-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.paragraph-2 {
  width: auto;
  margin-right: 4px;
}

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

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.portal-pricing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-width: 400px;
  margin: 60px auto 140px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.portal-usage-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-width: 400px;
  margin: 0px auto 140px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid transparent;
  border-radius: 13px;
  background-color: #fff;
  font-weight: 400;
}

.board-detail-label {
  margin-bottom: 0px;
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.dropdown-label {
  margin-right: 12px;
  margin-bottom: 0px;
  white-space: nowrap;
}

.spec-text-container {
  margin-left: 0px;
}

.spec-icon {
  margin-right: 16px;
}

.spec-icon.spec-icon-board {
  margin-right: 24px;
  margin-left: 7px;
}

.board-selection-dropdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-gallery-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-right: 32px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.outline-gallery-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.specification-detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-selection-variation-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spec-number {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
}

.media-gallery-thumbnail {
  height: 100%;
}

.board-row-detail-text {
  margin-bottom: 0px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.board-specs-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr minmax(1px, 1px) 1fr;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.vertical-divider {
  height: 100%;
  background-color: #e6e6e6;
}

.component-section-2 {
  width: 100%;
  padding: 32px 32px 0px;
}

.font-awesome-portal {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  color: #0575e6;
  font-size: 20px;
}

.rails-info-container {
  width: 100%;
}

.rails-bar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.gradient-bar {
  position: relative;
  width: 50%;
  height: 9px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#0575e6), to(#00d2dd));
  background-image: linear-gradient(270deg, #0575e6, #00d2dd);
}

.rails-info-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.usage-bar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-left: 45px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 40px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.component-section-portal {
  width: 100%;
  padding: 32px 32px 0px;
  background-color: #f9f9f9;
}

.component-section-portal.legal-component, .component-container-login.legal-component {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f9f9f9;
}

.component-section-portal.component-section-video, .component-container-login.component-section-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.component-section-portal.success, .component-container-login.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.pricing-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscription-feature-text-copy {
  max-width: 35ch;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #636363;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

.features-block {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*
.tooltip-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 50%;
  background-color: transparent;
}

.tooltip {
  position: absolute;
  left: -45px;
  top: auto;
  right: 0px;
  bottom: 135%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 110px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e6e6e6;
}
*/

.plus-icon {
  margin-right: 0px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0575e6;
  font-size: 12px;
}

.body-5 {
  font-size: 13px;
}

/*
.tooltip-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e6e6e6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/

.text-span-5 {
  text-decoration: line-through;
}

.text-span-6 {
  text-decoration: line-through;
}

.text-span-7 {
  text-decoration: line-through;
}

.text-span-8 {
  text-decoration: line-through;
}

.text-span-9 {
  text-decoration: line-through;
}

.text-span-10 {
  text-decoration: line-through;
}

@media screen and (min-width: 1280px) {
  .phone-mockup {
    margin-right: -382px;
  }

  .banner-app-container {
    padding-right: 110px;
    padding-left: 110px;
  }

  .header-1-reverse.banner-title.about-the-app-title {
    max-width: 24ch;
  }

  .banner-features-container {
    padding-right: 110px;
    padding-left: 110px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button {
    font-size: 16px;
    line-height: 22px;
  }

  .button:hover {
    border-color: #399afd;
  }

  .button.banner-button.subscribe-button {
    font-size: 16px;
  }

  .button.secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .button.secondary-button:hover {
    border-color: #0575e6;
  }

  .button.secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .button.secondary-button:hover {
    border-color: #0575e6;
  }

  .text-field.subscribe-input {
    width: 280px;
    height: 48px;
  }

  .article-tile-image-container {
    height: 190px;
  }

  .board-tile-compare-button {
    display: none;
  }

  .article-row-image-container {
    height: 190px;
  }

  .button-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-2:hover {
    border-color: #399afd;
  }

  .button-2.secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .button-2.secondary-button:hover {
    border-color: #0575e6;
  }

  .button-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .button-3:hover {
    border-color: #399afd;
  }

  .button-3.secondary-button {
    font-size: 16px;
    line-height: 22px;
  }

  .button-3.secondary-button:hover {
    border-color: #0575e6;
  }

  .board-row-detail-text {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .container-register-2 {
    max-width: 800px;
    min-width: auto;
  }

  .success-container {
    max-width: 800px;
    min-width: auto;
  }

  .rails-info-container {
    margin-top: 24px;
  }

  .rails-bar-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bar-line {
    position: absolute;
    width: 100%;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #e6e6e6;
  }

  .gradient-bar {
    position: relative;
    width: 50%;
    height: 9px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 50px;
    background-image: -webkit-gradient(linear, right top, left top, from(#00d2dd), to(#0575e6));
    background-image: linear-gradient(270deg, #00d2dd, #0575e6);
  }

  .rails-info-labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .usage-bar-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    height: 26px;
  }

  .nav-link.mobile-nav-link {
    width: 100%;
    padding: 16px 0px;
    font-size: 24px;
    line-height: 26px;
  }

  .nav-link.mobile-nav-link:hover {
    width: 100%;
    background-color: #fff;
  }

  .nav-link.mobile-nav-link.w--current {
    border-bottom-style: none;
  }

  .nav-link.mobile-nav-link.mobile-nav-secondary-link {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  .button-group.banner-button-group {
    margin-bottom: 16px;
  }

  .button-group.banner-button-group.about-app {
    margin-top: 24px;
  }

  .button-group.banner-button-group.features-header {
    margin-top: 24px;
  }

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

  .button.banner-button {
    margin-right: 4px;
    margin-left: 4px;
  }

  .button.banner-button.subscribe-button {
    margin-left: 0px;
  }

  .button.secondary-button {
    font-size: 16px;
    line-height: 20px;
  }

  .button.secondary-button.login-button {
    display: none;
    margin-left: 0px;
  }

  .button.login-button {
    display: none;
    margin-left: 0px;
  }

  .button.secondary-button {
    font-size: 16px;
    line-height: 20px;
  }

  .button.get-started {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-bar.media-gallery-title-bar {
    margin-right: 32px;
    margin-left: 32px;
  }

  .title-bar.tutorial-title-bar {
    margin-bottom: 24px;
  }

  .divider.mobile-menu-divider {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-column.footer-fourth-column {
    margin-top: 32px;
  }

  .app-badge {
    margin-right: 4px;
    margin-left: 4px;
  }

  .social-badge-container {
    margin-right: auto;
  }

  .article-tile-image-container {
    height: 100px;
  }

  .section-title {
    font-size: 26px;
    line-height: 30px;
  }

  .article-image {
    height: 320px;
  }

  .phone-mockup {
    left: 0%;
    top: 211px;
    right: 0%;
    bottom: 0%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .compare-dropdown {
    display: none;
  }

  .compare-button {
    margin-right: 8px;
  }

  .nav-menu {
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    background-color: #fff;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    max-height: 42px;
    max-width: 42px;
    margin-left: 8px;
    padding: 10px 6px 6px 9px;
  }

  .menu-button.w--open {
    border-radius: 5px;
    background-color: #0575e6;
  }

  .manufacturer-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .banner-paragraph.banner-paragraph-left-aligned {
    text-align: center;
  }

  .banner-paragraph.banner-paragraph-left-aligned.promo-paragraph {
    font-size: 18px;
    text-align: left;
  }

  .banner-paragraph.banner-paragraph-left-aligned.promo-paragraph {
    font-size: 18px;
    text-align: left;
  }

  .banner-app-container {
    overflow: hidden;
    padding: 64px 64px 210px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-app-container.banner-app-container-home {
    background-image: linear-gradient(260deg, #000, transparent 75%), url('../images/PQ-hero-M.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .nav-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .value-block-container-vertical {
    padding-right: 32px;
    padding-left: 32px;
  }

  .value-block-container-vertical.value-block-container-rotated-background {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .article-row-image-container {
    height: 120px;
  }

  .button-toggle-container {
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-toggle-container.unit-of-measure-button-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .subheader-text {
    text-align: left;
  }

  .component-container {
    overflow: hidden;
    padding: 32px;
  }

  .header-1-reverse.banner-title.about-the-app-title {
    margin-bottom: 0px;
    text-align: right;
  }

  .header-1-reverse.banner-title.about-the-app-title.left-aligned-heading {
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .value-text-container-center {
    max-width: 70%;
  }

  .quote {
    text-align: center;
  }

  .value-block-container-align-top {
    padding: 40px 20px;
  }

  .div-block-feature-left {
    margin-right: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-feature-right {
    margin-bottom: 40px;
    margin-left: 0px;
  }

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

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

  .subscription-feature-text {
    font-size: 15px;
    line-height: 20px;
  }

  .subscription-details-heading {
    font-size: 17px;
  }

  .form-block-signup {
    width: 100%;
  }

  .component-container-subscription {
    overflow: hidden;
    padding: 32px 20px;
  }

  .support-subheader {
    text-align: left;
  }

  .container-register-2 {
    overflow: hidden;
    padding: 32px;
  }

  .button-2.secondary-button {
    font-size: 16px;
    line-height: 20px;
  }

  .accordion {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .component-container-faq {
    overflow: hidden;
    padding: 32px;
  }

  .faq-image-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .value-block-container-vertical-copy {
    padding-right: 32px;
    padding-left: 32px;
  }

  .success-container {
    overflow: hidden;
    padding: 32px;
  }

  .banner-features-container {
    overflow: hidden;
    padding: 64px 64px 210px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-features-container.banner-app-container-home {
    background-image: linear-gradient(260deg, #000, transparent 75%), url('../images/PQ-hero-M.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-block-12 {
    display: block;
    min-height: 10px;
  }

  .subscription-main-feature {
    font-size: 15px;
    line-height: 20px;
  }

  .subscription-extra-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .faq-grid {
    margin: 60px 30px;
  }

  .component-container-new-account {
    overflow: hidden;
    padding: 32px;
  }

  .button-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-3.secondary-button {
    font-size: 16px;
    line-height: 20px;
  }

  .component-container-pricing {
    overflow: hidden;
    padding: 32px;
  }

  .component-container-login {
    overflow: hidden;
    padding: 32px;
  }

  .warning {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-radius: 5px;
  }

  .promo-header {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .portal-pricing-container {
    overflow: hidden;
    padding: 32px;
  }

  .portal-usage-container {
    overflow: hidden;
    padding: 32px;
  }

  .pricing-grid {
    justify-items: center;
    grid-column-gap: 10px;
  }

  .subscription-feature-text-copy {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    height: 26px;
  }

  .brand {
    padding-left: 0px;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-group.banner-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.banner-button {
    width: 100%;
    margin-bottom: 8px;
  }

  .button.banner-button.subscribe-button {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .button.banner-button.promo-button {
    margin-top: 27px;
  }

  .button.secondary-button.article-row-button {
    margin-top: 16px;
  }

  .title-bar {
    margin-bottom: 24px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-bar.tutorial-title-bar {
    margin-bottom: 24px;
  }

  .title-bar.board-specifications-title-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-column.footer-first-column {
    margin-bottom: 32px;
    padding-top: 32px;
  }

  .footer-column.footer-fourth-column {
    margin-top: 0px;
  }

  .app-badge {
    margin-right: 8px;
    margin-left: 0px;
  }

  .legal-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-badge-container {
    margin-left: 0px;
  }

  .article-tile-image-container {
    height: 180px;
  }

  .section-title {
    font-size: 24px;
    line-height: 28px;
  }

  .article-image {
    margin-bottom: 16px;
  }

  .phone-mockup {
    top: 283px;
    margin-top: 9px;
  }

  .value-text-container {
    margin-right: 32px;
    margin-left: 32px;
  }

  .compare-dropdown {
    top: 74px;
    display: none;
    width: 100%;
    border-radius: 0px;
  }

  .compare-button:hover {
    border-color: #0575e6;
    background-color: #0575e6;
    color: #fff;
  }

  .nav-menu {
    padding-right: 24px;
    padding-left: 24px;
  }

  .manufacturer-grid {
    grid-auto-columns: 1fr;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .banner-container {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .component-section {
    padding: 16px 16px 0px;
  }

  .banner-title {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
  }

  .banner-paragraph {
    width: 33ch;
    max-width: 100%;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
  }

  .banner-paragraph.banner-paragraph-left-aligned.promo-paragraph {
    text-align: center;
  }

  .banner-paragraph.banner-paragraph-left-aligned.promo-paragraph {
    text-align: center;
  }

  .banner-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .legal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-app-container {
    padding-right: 48px;
    padding-left: 48px;
  }

  .nav-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .value-block-container-vertical {
    padding: 64px 16px;
  }

  .download-app-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-row-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-row-image-container {
    width: 100%;
    height: 170px;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .subheader-text {
    text-align: left;
  }

  .subheader-text.article-details-subheader {
    text-align: left;
  }

  .section-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-1-reverse.banner-header {
    font-size: 34px;
    line-height: 40px;
  }

  .header-1-reverse.banner-title.about-the-app-title {
    text-align: right;
  }

  .article-details-title {
    text-align: left;
  }

  .article-details-container {
    margin-bottom: 0px;
    padding: 32px;
  }

  .value-text-container-center {
    margin-right: 32px;
    margin-left: 32px;
  }

  .value-section-text-center {
    max-width: 30ch;
  }

  .value-block-container-align-top {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tabs-menu {
    margin-right: 23px;
    margin-bottom: 0px;
    margin-left: 23px;
  }

  .tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-paragraph-black {
    width: 33ch;
    max-width: 100%;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
  }

  .subscription-details-heading {
    margin-top: 20px;
  }

  .div-block-subcription-mobile {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .subscription-mobile-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .component-container-subscription {
    margin-top: 20px;
  }

  .register-interest-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .support-subheader {
    text-align: left;
  }

  .div-block-10 {
    min-width: 100%;
  }

  .button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-2.secondary-button.article-row-button {
    margin-top: 16px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .component-container-faq {
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .register-name-div {
    margin-right: 0px;
  }

  .value-block-container-vertical-copy {
    padding: 64px 16px;
  }

  .banner-features-container {
    padding-right: 48px;
    padding-left: 48px;
  }

  .faq-grid {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .new-account-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid {
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-2 {
    grid-template-areas: ". ."
      ". Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .grid-4 {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

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

  .promo-container {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .promo-header {
    font-size: 27px;
  }

  .board-selection-dropdown-container {
    margin-top: 8px;
  }

  .board-selection-variation-dropdown {
    width: 100%;
  }

  .component-section-2 {
    padding: 16px 16px 0px;
  }

  .pricing-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .component-section-portal, .component-container-login {
    padding: 16px 16px 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo {
    width: 150px;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.footer-logo {
    margin-left: auto;
  }

  .nav-link.mobile-nav-link {
    width: 100%;
    padding: 12px 0px;
  }

  .navbar {
    width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-group.banner-button-group {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-group.banner-button-group.about-app {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-group.banner-button-group.features-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.banner-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.banner-button.subscribe-button {
    margin-top: 8px;
    margin-left: 0px;
    border-radius: 5px;
  }

  .button.banner-button.right-aligned {
    max-height: 100px;
  }

  .button.banner-button.promo-button {
    margin-top: 20px;
  }

  .button.secondary-button.article-row-button {
    margin-top: 0px;
  }

  .button.secondary-button.article-tile-read-more-button {
    margin-right: 0px;
  }

  .button.secondary-button.login-button {
    margin-left: 0px;
  }

  .button.login-button {
    margin-left: 0px;
  }

  .title-bar {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .title-bar.media-gallery-title-bar {
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .title-bar.tutorial-title-bar {
    margin-bottom: 16px;
  }

  .title-bar.board-specifications-title-bar {
    margin-bottom: 24px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .board-tile-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .small-label.small-label-white {
    text-align: center;
  }

  .small-label.small-label-white-transparent {
    text-align: center;
  }

  .divider.mobile-menu-divider {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .footer-container {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .footer-column.footer-second-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column.footer-third-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column.footer-fourth-column {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-link {
    margin-bottom: 8px;
  }

  .footer-social-block {
    margin-right: auto;
    margin-left: auto;
  }

  .app-badge {
    margin-right: 8px;
    margin-left: 8px;
  }

  .social-badge-container {
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-field.subscribe-input {
    width: 100%;
    border-radius: 5px;
  }

  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-tile-image-container {
    height: 160px;
  }

  .paragraph.footer-tagline {
    text-align: center;
  }

  .section-title {
    font-size: 20px;
    line-height: 24px;
  }

  .article-image {
    height: 180px;
  }

  .phone-mockup {
    left: 0%;
    top: 60%;
    right: 0%;
    bottom: 0%;
    padding: 35px 0px 0px;
  }

  .value-text-container {
    max-width: 100%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .compare-dropdown {
    display: none;
    margin-right: 0px;
  }

  .compare-button {
    margin-right: 8px;
  }

  .compare-button.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .compare-text {
    font-size: 16px;
    line-height: 20px;
  }

  .board-image {
    width: 80%;
    padding: 0px 32px;
  }

  .board-image.compare-list-image {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    height: 100vh;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-button {
    padding-right: 6px;
    padding-bottom: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button.w--open {
    border-radius: 5px;
    background-color: #0575e6;
  }

  .manufacturer-grid {
    margin-bottom: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-container {
    padding: 32px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .component-section {
    padding: 8px;
  }

  .banner-paragraph {
    max-width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .banner-paragraph.banner-paragraph-left-aligned {
    margin-bottom: 0px;
  }

  .banner-paragraph.banner-paragraph-left-aligned.promo-paragraph {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .banner-paragraph.banner-paragraph-left-aligned.promo-paragraph {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .banner-paragraph.banner-paragraph-right-aligned {
    text-align: center;
  }

  .banner-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .newsletter-cta-container {
    padding: 32px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-app-container {
    padding: 24px 24px 130px;
  }

  .nav-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .article-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .value-block-container-vertical {
    padding: 48px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .download-app-button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .article-row-image-container {
    height: 160px;
    margin-bottom: 16px;
  }

  .button-toggle-container.unit-of-measure-button-toggle {
    margin-left: 0px;
  }

  .subheader-text {
    font-size: 16px;
    line-height: 22px;
  }

  .component-container {
    padding: 24px;
  }

  .section-title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-1-reverse.banner-header {
    font-size: 30px;
    line-height: 34px;
  }

  .header-1-reverse.banner-title.about-the-app-title {
    margin-bottom: 19px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .article-title {
    margin-top: 0px;
  }

  .article-details-title {
    font-size: 26px;
    line-height: 28px;
  }

  .article-details-container {
    padding: 24px;
  }

  .article-details-title-container {
    margin-bottom: 32px;
  }

  .value-section-title {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }

  .value-section-text {
    text-align: left;
  }

  .icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .compare-list-manufacturer-name {
    margin-right: 8px;
  }

  .value-text-container-center {
    max-width: 100%;
  }

  .value-section-text-center {
    text-align: center;
  }

  .value-block-container-align-top {
    padding: 30px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .value-section-title-centered {
    font-size: 28px;
    line-height: 32px;
  }

  .tabs-menu {
    margin-bottom: 5px;
  }

  .tabs {
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-centered {
    font-size: 35px;
  }

  .banner-paragraph-black {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .subscription-feature-text {
    text-align: left;
  }

  .subscription-feature-text-details-2 {
    text-align: left;
  }

  .div-block-subcription-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .component-container-subscription {
    min-width: auto;
    padding: 24px 15px;
  }

  .subscription-div {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .register-interest-header {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .support-subheader {
    font-size: 16px;
    line-height: 22px;
  }

  .container-register-2 {
    padding: 24px 16px;
  }

  .div-block-10 {
    min-width: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-2.secondary-button.article-row-button {
    margin-top: 0px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .accordion-body.js-accordion-body {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .accordion-body.js-accordion-body {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .component-container-faq {
    min-width: auto;
    padding: 24px 15px;
  }

  .register-name-div {
    min-width: 280px;
  }

  .value-block-container-vertical-copy {
    padding: 48px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .success-container {
    padding: 24px 16px;
  }

  .banner-features-container {
    padding: 24px 24px 130px;
  }

  .div-block-12 {
    min-height: 10px;
  }

  .subscription-main-feature {
    text-align: left;
  }

  .subscription-extra-text {
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .faq-grid {
    margin-right: 5px;
    margin-left: 5px;
  }

  .new-account-header {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .component-container-new-account {
    min-width: auto;
    padding: 24px;
  }

  .component-container-pricing {
    min-width: auto;
    padding: 24px;
  }

  .grid-2 {
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .component-container-login {
    min-width: auto;
    padding: 24px;
  }

  .small-label-white2.small-label-white {
    text-align: center;
  }

  .small-label-white2.small-label-white-transparent {
    text-align: center;
  }

  .promo-container {
    padding: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .promo-header {
    line-height: 30px;
    text-align: center;
  }

  .portal-pricing-container {
    min-width: auto;
    padding: 24px;
  }

  .portal-usage-container {
    min-width: auto;
    padding: 24px;
  }

  .board-selection-dropdown-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .outline-gallery-images {
    overflow: scroll;
  }

  .board-selection-variation-dropdown {
    margin-top: 0px;
  }

  .spec-number {
    font-size: 22px;
    line-height: 26px;
  }

  .board-specs-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .vertical-divider {
    display: none;
  }

  .component-section-2 {
    padding: 8px;
  }

  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .component-section-portal, .component-container-login {
    padding: 8px;
  }

  .subscription-feature-text-copy {
    text-align: left;
  }
}

#w-node-_2b191907-c711-e9f6-a168-a3ad6a8e43f7-6a8e43f3 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4408-6a8e43f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4413-6a8e43f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2b191907-c711-e9f6-a168-a3ad6a8e441c-6a8e43f3 {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_40809afd-acf3-788f-0f23-7510ccba6b43-ccba6b43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_117d68be-9579-8522-c136-4d0550cec56e-50cec56d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_117d68be-9579-8522-c136-4d0550cec58a-50cec56d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e43f7-6a8e43f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4408-6a8e43f3 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4413-6a8e43f3 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e441c-6a8e43f3 {
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e43f7-6a8e43f3 {
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4408-6a8e43f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4413-6a8e43f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec571-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec576-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec57b-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec580-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec585-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec58d-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec592-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec597-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec59c-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec5a1-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_117d68be-9579-8522-c136-4d0550cec5a8-50cec56d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e43f7-6a8e43f3 {
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4408-6a8e43f3 {
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  #w-node-_2b191907-c711-e9f6-a168-a3ad6a8e4413-6a8e43f3 {
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}

@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CEREBRISANS-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CEREBRISANS-BOOK.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.modal-dialog.webflow-modal:not(.modal-dialog-big) {
    border-radius: 13px;
    background: white;
    width:480px;
}
.webflow-modal {
    color:#202020;
}
.webflow-modal:not(.modal-dialog-big) .modal-content {
    background: white;
}
.webflow-modal:not(.modal-dialog-big) {
    .modal-header, .modal-body, .modal-footer {
        background: white !important;
    }
}
.webflow-modal:not(.modal-dialog-big) .modal-header {
    border-bottom: none;
}
.webflow-modal:not(.modal-dialog-big) .modal-footer {
    border-top: none;
}
.webflow-modal:not(.modal-dialog-big) h4.modal-title {
    font-size: 32px;
}
.webflow-modal:not(.modal-dialog-big) .StripeElement {
    box-shadow: none;
}
.webflow-modal .btn-primary {
    max-height: 46px;
    min-height: 46px;
    padding-right: 24px;
    padding-left: 24px;
    border: 1px solid #0575e6;
    border-radius: 5px;
    background-color: #fff;
    color: #0575e6;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.webflow-modal .btn-primary:hover {
    background-color: #0575e6;
    color: #fff;
}
.webflow-modal h5 {
    margin-top: 10px;
    font-size: 14px;
    text-transform: none;
    color: inherit;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.webflow-modal a {
    color: #0575e6;
}

/*sweetalert CSS mods....*/
.swal2-popup {
    padding: 12px;
}

.swal2-popup h2 {
    color: #676a6c;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0px 0px 15px;
    padding: 0;
    line-height: inherit;
    display: block;
}

.swal2-popup p{
    font-size: 14px;
    color: #222222;
}

.swal2-popup button {
    color: white;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: @border-radius;
    padding: 6px 12px;
    margin: 26px 5px 0 3px;
    cursor: pointer;
    line-height: 1.42857143;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid @color-primary;
    background-color: @color-primary;
    border-radius: @border-radius;
}

.swal2-popup button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.swal2-popup button:hover {
    background-color: darken(@color-primary,10%);
} 

.swal2-popup button:active {
    background-color: @color-primary;
} 
    
.swal2-popup button.cancel {
    background-color: @color-primary;
    background-color: @color-primary;
}

.swal2-popup button.cancel:hover {
    background-color: darken(@color-primary,10%);
    border: 1px solid darken(@color-primary,10%);
}

.swal2-popup button.cancel:active {
    background-color: @color-primary;
    border: 1px solid @color-primary;
}
.swal2-popup button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; 
}

.swal2-actions {
    display:block;
    flex-wrap:initial;
    align-items:initial;
    justify-content:initial;
    text-align:right;
}
.sa-button-container{
    text-align:right;
}
.swal2-container {
    z-index: 3000;
}

.swal2-popup {
    font-size: initial;
}

