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

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

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

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

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

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

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

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

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

.page-wrapper {
  background-color: #fff3e4;
}

.section_sb-header {
  position: relative;
}

.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.page-padding.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.sb-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 4rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

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

.max-width-xlarge {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 64rem;
  display: flex;
}

.heading-xhuge {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  align-self: center;
}

.text-size-large {
  font-size: 1.25rem;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.site-builder-form-block {
  width: 52rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.site-builder-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  align-items: center;
  padding: .75rem;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.site-builder-form:hover {
  box-shadow: 0 2px 4px #00000014;
}

.site-builder-text-field {
  border: 1px #000;
  border-radius: 4px;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1.25rem;
}

.site-builder-text-field::placeholder {
  color: #161616a6;
}

.btn-primary {
  color: #1d1d1d;
  text-align: center;
  background-color: #e2634a;
  border-radius: 4px;
  justify-content: center;
  padding: 8px;
  font-weight: 500;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #212c4d;
}

.btn-primary.large {
  border-radius: 4px;
  padding: 1rem;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small {
  min-height: 3.13em;
  padding: .875rem 1rem;
  font-size: 1rem;
  line-height: 1.4em;
  display: flex;
}

.btn-primary.small:hover {
  background-color: #343b4f;
}

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

.flex-horizontal.justify-space-between {
  justify-content: space-between;
}

.no-wrap-button-text {
  white-space: nowrap;
  font-size: 1rem;
}

.button-14 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
}

.button-14:hover {
  background-color: #2e2e2e;
  border-color: #0000;
}

.button-14.button-large {
  border-radius: .625rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.button-14.button-large.max-width-full-mobile-landscape.hidden {
  display: none;
}

.sb-header_form-text-caption {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-darkgrey {
  color: #161616bf;
  margin-top: 0;
}

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

.sb-header_bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sb-header_image-wrapper {
  border: 2px solid #161616;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.sb-header_image {
  width: 100%;
  transition: opacity .2s;
}

.sb-header_play-button {
  z-index: 2;
  filter: invert();
  width: 6rem;
  position: absolute;
  top: auto;
  left: auto;
}

.star-pattern-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
  overflow: hidden;
}

.star-pattern-layer {
  z-index: 2;
  background-image: url('../images/Star-Pattern-Square.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 24px;
  background-attachment: scroll;
  width: 100%;
  height: 638px;
  position: relative;
}

.star-pattern-color {
  filter: blur(56px);
  background-image: linear-gradient(#5a3eff, #0000 60% 76%, #0000 88%);
  align-self: center;
  width: 100%;
  height: 200px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.home-section.cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-container {
  background-color: #fcf0ea;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-container._1 {
  background-image: linear-gradient(135deg, #f8dbd7, #fff2e1);
  border-radius: 4px;
}

.three-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 64px;
}

.three-grid._1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 4px;
}

.three-left {
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
  display: flex;
}

.three-section-title {
  margin-bottom: 32px;
}

.heading-style-h2 {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.three-subheading {
  color: #000;
  max-width: 95%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.quote-wrapper {
  background-color: #fff;
  border-radius: 4px;
  max-width: 360px;
  padding: 32px;
}

.quote-logo {
  width: 130px;
}

.quote {
  max-width: 300px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.quotee-wrapper {
  align-items: center;
  display: flex;
}

.quotee-text {
  font-size: 14px;
  font-weight: 500;
}

.three-visual {
  max-width: 740px;
}

.three-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  display: grid;
}

.feature-title {
  color: #343b4f;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.feature-text {
  max-width: 650px;
}

.button-wrap {
  display: flex;
}

.cta-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 7rem;
  display: flex;
}

.cta-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1280px;
}

.cta-title {
  margin-bottom: 32px;
}

.cta-heading {
  font-size: 60px;
}

.cta-subheading {
  max-width: 500px;
  font-size: 20px;
}

.path-wrapper {
  background-image: linear-gradient(45deg, #dceaff, #f3f2fb);
  padding: 32px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.path-wrapper:hover {
  background-image: linear-gradient(45deg, #dceaff 17%, #f3f2fb 51%);
}

.path-icon {
  width: 60px;
  height: 60px;
}

.path-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.path-text {
  max-width: 90%;
}

.search-element-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 62em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.cta4_form-block {
  width: 100%;
  margin-bottom: 0;
}

.cta4_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.faq4_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
}

.url-keyword-search-wrap-copy {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.adress-picker_img-input-wrap {
  background-color: #b9bac1;
  border: 1px solid #b9bac1;
  border-radius: .5rem;
  flex: 1;
  display: flex;
}

.form-input {
  color: #000;
  letter-spacing: -.1px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .63em 10px 10px .63em;
  height: auto;
  min-height: 3.13em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.search-field_input {
  background-color: #fff;
  border-style: none;
  border-color: #aeb9e1;
  border-radius: .63em;
  height: 4em;
  padding-left: .5em;
}

.form-input.search-field_input.mobile {
  display: none;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.faq4_icon-wrappper {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  display: flex;
}

.faq4_answer {
  overflow: hidden;
}

.keyword-elements-dropdown {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.target-keyword-search-wrap {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.kw-suggest-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  flex: 1;
  padding-bottom: .25rem;
  padding-left: .25rem;
  display: flex;
}

.text-size-regular {
  color: #202020;
}

.kw-suggestion-link {
  color: #343b4f;
  text-decoration: underline;
}

.kw-suggestion-link:hover {
  color: #e2634a;
}

.modifier-keyword-search-wrap {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.seo-search-wrap-aov-submit {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 65% 10% 23%;
  grid-auto-flow: column;
  align-items: start;
  padding: 0;
  display: grid;
}

.mod-kw-input-wrap {
  border: 1px solid #b9bac1;
  border-radius: .5rem;
  flex-direction: row;
  flex: 1;
  display: flex;
}

.mg-sides-0 {
  margin-left: 0;
  margin-right: 0;
}

.mg-sides-0.position-relative---z-index-1 {
  width: 100%;
  max-width: 20rem;
  height: 100%;
}

.small-dropdown-toggle {
  grid-column-gap: 12px;
  color: #0000;
  background-color: #fff;
  border: 1px solid #aeb9e1;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .75rem 8px .75rem 1rem;
  transition: color .3s, border-color .3s;
  display: flex;
}

.small-dropdown-toggle:hover {
  color: #d1dbf9;
  border-color: #7e89ac;
}

.small-dropdown-toggle.w--open {
  color: #fff;
  border-color: #6c72ff;
}

.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.text-50 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
}

.text-50.medium {
  color: #343b4f;
  font-size: 14px;
  font-weight: 500;
}

.line-rounded-icon.card-dropdown-arrow {
  line-height: 1em;
}

.line-rounded-icon.sidebar-dropdown-arrow {
  color: #343b4f;
}

.line-rounded-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.small-dropdown-list {
  background-color: #0000;
  width: 120%;
  padding-top: 8px;
}

.small-dropdown-links-container {
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 8px;
  display: flex;
}

.small-dropdown-link {
  color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1em;
}

.small-dropdown-link:hover {
  color: #fff;
}

.address-picker-button-wrap {
  height: 4em;
}

.btn-secondary {
  color: #0000;
  text-align: center;
  background-color: #e2634a;
  border-radius: 4px;
  padding: 8px;
  line-height: 1.167em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #343b4f;
}

.btn-secondary.search {
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  display: flex;
}

.success-message {
  background-color: #fff0;
}

.success-text {
  font-weight: 600;
}

.error-message {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.error-text {
  color: #e23939;
}

.sidebar-wrapper {
  z-index: 500;
  background-color: #f8f8f8;
  border-right: .6px solid #7e89ac;
  width: 100%;
  max-width: 225px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.sidebar-logo-section-container {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 20px 28px;
  display: flex;
}

.sidebar-logo-link {
  transform-style: preserve-3d;
  transition-property: transform;
}

.sidebar-logo-link:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-logo-link.show-on-tablet, .sidebar-collapsed-icon-btn-wrapper {
  display: none;
}

.sidebar-collapsed-icon-btn {
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  transition: transform .3s;
  display: flex;
}

.sidebar-collapsed-icon-btn:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-collapsed-divider {
  background-color: #0000;
  min-height: .6px;
  max-height: .6px;
  display: none;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.sidebar-menu-container {
  z-index: 1;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.sidebar-menu-collapsed-overlay {
  z-index: 2147483647;
  display: none;
  position: absolute;
  inset: 0;
}

.sidebar-dropdown-link {
  color: #0000;
  border-left: 4px solid #0000;
  border-radius: 4px;
  padding: 14px 14px 14px 11px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .3s, background-color .3s, color .3s;
  overflow: hidden;
}

.sidebar-dropdown-link:hover {
  color: #fff;
  background-color: #101935;
}

.sidebar-dropdown-link.w--current {
  color: #fff;
  background-color: #212c4d;
  border-left-color: #6c72ff;
}

.sidebar-dropdown-link.icon-left {
  grid-column-gap: 8px;
  color: #343b4f;
  align-items: center;
  padding: 1rem 1.5rem 1rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.sidebar-dropdown-link.icon-left:hover {
  color: #fff;
  background-color: #343b4f;
}

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.sidebar-link-icon {
  color: #e2634a;
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
}

.dashdark-custom-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.sidebar-divider {
  opacity: .2;
  background-color: #7e89ac;
  align-self: center;
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-wrapper {
  z-index: 500;
}

.dropdown-wrapper.sidebar-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.dropdown-toggle {
  align-items: center;
  height: 100%;
  padding: .75rem 1.5rem .75rem 1rem;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #6c72ff;
}

.dropdown-toggle.sidebar-dropdown {
  grid-column-gap: 20px;
  color: #343b4f;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  padding: 14px .75rem;
}

.dropdown-toggle.sidebar-dropdown:hover {
  color: #ffd19b;
}

.dropdown-toggle.sidebar-dropdown.w--open {
  color: #6c72ff;
}

.text-dark {
  color: #343b4f;
}

.sidebar-dropdown-list-wrapper {
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 4px;
  position: static;
}

.nav-container-bottom {
  padding-bottom: 1rem;
  position: fixed;
  inset: auto auto 0% 0%;
}

.text-dark-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
}

.text-dark-2.sidebar-dropdown-text {
  font-weight: 500;
}

.text-dark-2.sidebar-dropdown-text:hover {
  color: #e2634a;
}

.sidebar-btn-wrapper {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.dashboard-main-section {
  align-items: flex-start;
  display: flex;
}

.sidebar-spacer {
  width: 225px;
  max-width: 225px;
}

.dashboard-content {
  flex: 1;
}

.dashboard-main-content {
  padding-top: 48px;
  padding-bottom: 64px;
}

.container-default {
  max-width: 1494px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

._2-items-wrap-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-items-wrap-container.pd-32px---28px {
  padding: 32px 28px;
}

._2-items-wrap-container.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

._2-items-wrap-container.gap-row-12px {
  grid-row-gap: 12px;
}

._2-items-wrap-container.pd-28px {
  padding: 28px;
}

._2-items-wrap-container.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.display-text-large {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.buttons-row {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.small-details-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  background-color: #0000;
  border: .6px solid #0000;
  border-radius: 12px;
  box-shadow: 0 2px 7px #0000;
}

.card.top-details {
  z-index: 1;
  grid-row-gap: 16px;
  color: #343b4f;
  background-color: #fff;
  border-color: #7e89ac;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.card.overflow-hidden {
  background-color: #fff;
  border-color: #7e89ac;
}

.card.pd-32px---28px {
  background-color: #fff;
  border-color: #7e89ac;
  padding: 16px;
}

.max-h-16px {
  max-height: 16px;
}

.text-100 {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.167em;
}

.text-100.semibold {
  font-weight: 600;
}

.text-100.semibold.color-neutral-100 {
  color: #343b4f;
}

.status-badge {
  grid-column-gap: 2px;
  border: .6px solid #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.status-badge.green {
  color: #0000;
  background-color: #05c16833;
  border-color: #05c16833;
}

.status-badge.red {
  color: #ff5a65;
  background-color: #ff5a6533;
  border-color: #ff5a6533;
}

.status-badge.yellow {
  color: #0000;
  background-color: #ffb01633;
  border-color: #ffb01633;
}

.status-badge.orange {
  color: #e2634a;
  background-color: #ff7b1633;
  border-color: #ffb01633;
}

.small-dot {
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.small-dot._4px {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.small-dot._4px.bg-green-300 {
  background-color: #14ca74;
}

.small-dot._4px.bg-red-300 {
  background-color: #ff5a65;
}

.small-dot._4px.bg-yellow {
  background-color: #fdb52a;
}

.small-dot._4px.bg-orange {
  background-color: #e2634a;
}

.small-dot.roi-high {
  background-color: #f2d6cf;
}

.small-dot.roi-med {
  background-color: #efbbaf;
}

.small-dot.roi-low {
  background-color: #e2634a;
}

.paragraph-small {
  font-size: 11px;
  line-height: 1.4em;
}

.paragraph-small.color-400 {
  padding-left: .25rem;
  font-size: 12px;
}

.paragraph-small.color-orange-300 {
  color: #ff9e2c;
}

.grid-1-column {
  color: #343b4f;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-4px {
  grid-row-gap: 4px;
}

.text-300 {
  color: #343b4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-300.medium {
  color: #343b4f;
  font-size: 14px;
  font-weight: 500;
}

.text-300.medium.mg-top-2px {
  margin-top: 2px;
}

.table-main-container {
  margin-bottom: -.6px;
  padding-bottom: .6px;
  overflow: auto;
}

.orders-status-table-row {
  grid-column-gap: 10px;
  border-bottom: .6px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 24px) 1.5fr .6fr .75fr .6fr .75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 770px;
  min-height: 68px;
  margin-bottom: -.6px;
  padding: 12px 16px;
  display: grid;
}

.orders-status-table-row.table-header {
  grid-template-columns: minmax(16px, 24px) 1.5fr .6fr .75fr .6fr .75fr .5fr .5fr;
  min-height: 28px;
  padding: 0 16px 16px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.checkbox {
  background-color: #fff3e4;
  border-width: .4px;
  border-color: #0000;
  border-radius: 2px;
  width: auto;
  min-width: 14px;
  height: auto;
  min-height: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: border-color .3s, background-color .3s;
  box-shadow: 0 1px 6px #0000;
}

.checkbox:hover {
  border-style: solid;
  border-color: #ffd19b;
}

.checkbox.w--redirected-checked {
  background-color: #e2634a;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: 8px;
  border-color: #6c72ff;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.hidden-on-desktop {
  display: none;
}

.table-div {
  padding-left: .25rem;
}

.intent-type {
  grid-column-gap: 2px;
  border: .6px solid #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.intent-type.transactional {
  color: #14ca74;
  background-color: #05c16833;
  border-color: #ff5a6533;
}

.intent-type.commercial {
  color: #fdb52a;
  background-color: #ffb01633;
  border-color: #ff5a6533;
}

.intent-type.informational {
  color: #0000;
  background-color: #ff5a6533;
  border-color: #ff5a6533;
}

.grid-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns._1fr---2fr {
  grid-template-columns: 1.2fr 2fr;
}

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

.revenue-potential-block {
  z-index: 0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  min-width: 16rem;
  height: 20rem;
  min-height: 16rem;
  padding: 1rem 1rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.revenue-circle {
  border-radius: 50%;
  position: absolute;
}

.revenue-circle.high {
  z-index: 1;
  background-color: #f2d6cf;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 90%;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.revenue-circle.medium {
  z-index: 2;
  background-color: #efbbaf;
  justify-content: center;
  align-items: flex-start;
  width: 67%;
  height: 67%;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.revenue-circle.low {
  z-index: 3;
  background-color: #e2634a;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 45%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.divider {
  background-color: #0000;
  min-height: .6px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.products-table-row {
  grid-column-gap: 10px;
  border-bottom: .6px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 3fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 384px;
  min-height: 48px;
  margin-bottom: -.6px;
  padding: 14px 28px;
  display: grid;
}

.products-table-row.table-header {
  min-height: 28px;
  padding-top: 0;
  padding-bottom: 16px;
}

.text-25 {
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block {
  font-size: .875rem;
}

.ui-component-wrappers {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .search-element-wrap {
    justify-content: flex-start;
    width: 67em;
  }
}

@media screen and (min-width: 1440px) {
  .search-element-wrap {
    width: 72em;
  }

  .text-dark-2 {
    font-weight: 500;
  }

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

  .paragraph-small.color-400, .paragraph-small.color-400.mg-bottom-2px {
    font-size: 14px;
  }

  .orders-status-table-row {
    min-height: 72px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

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

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .max-width-xlarge {
    max-width: 40rem;
  }

  .heading-xhuge {
    font-size: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .site-builder-form-block {
    width: 100%;
  }

  .star-pattern-layer {
    height: 400px;
  }

  .home-section.cc {
    width: 100vw;
    padding-left: 64px;
    padding-right: 64px;
  }

  .home-container._1 {
    max-width: 842px;
  }

  .three-grid._1 {
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 643px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .three-left {
    justify-content: space-between;
    min-width: auto;
    max-width: 215px;
  }

  .three-section-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .quote-wrapper {
    padding: 0;
  }

  .quote-wrapper.is-hidden-mobile {
    display: none;
  }

  .three-visual {
    max-width: 251px;
  }

  .three-visual.is-hidden-mobile {
    display: none;
  }

  .three-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #dfc0ac4d;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
    padding: 32px;
  }

  .feature-title {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .feature-text {
    max-width: 320px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .search-element-wrap {
    width: auto;
    min-width: 36rem;
    max-width: 41.5rem;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .faq4_accordion {
    max-width: 36rem;
  }

  .sidebar-wrapper {
    border-bottom: .6px solid #37446b;
    border-right-style: none;
    max-width: none;
    height: auto;
    min-height: 80px;
    max-height: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .sidebar-logo-section-container {
    display: none;
  }

  .sidebar-logo-link.show-on-tablet, .position-relative---z-index-1 {
    display: block;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    grid-column-gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    display: flex;
  }

  .sidebar-menu-container {
    background-color: #080f25;
    min-width: 260px;
    height: 110vh;
    min-height: 100vh;
    margin-top: 80px;
    padding-top: 24px;
    padding-bottom: 150px;
    overflow: auto;
  }

  .dropdown-wrapper.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-toggle.sidebar-dropdown {
    padding-right: 0;
  }

  .sidebar-btn-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hamburger-menu-wrapper {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .sidebar-mobile-menu-icon-wrapper {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 8px;
    margin-left: 8px;
    display: flex;
  }

  .sidebar-mobile-menu-icon {
    max-width: 12px;
  }

  .sidebar-spacer {
    display: none;
  }

  .display-text-large {
    font-size: 20px;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card.top-details {
    padding-left: 28px;
    padding-right: 28px;
  }

  .paragraph-small.color-400 {
    padding-left: .25rem;
  }

  .orders-status-table-row {
    grid-template-columns: .25fr 1.5fr .6fr .75fr .6fr .6fr .6fr .6fr;
  }

  .table-div {
    padding-left: .25rem;
  }

  .products-table-row {
    min-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-xhuge {
    font-size: 2.25rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .site-builder-form {
    flex-direction: column;
  }

  .site-builder-text-field {
    height: 3.5rem;
  }

  .sb-header_play-button {
    width: 4rem;
  }

  .star-pattern-layer {
    height: 240px;
  }

  .home-section.cc {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .home-container._1 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .three-grid._1 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .three-left {
    max-width: none;
  }

  .three-section-title {
    width: auto;
  }

  .quote, .three-visual, .feature-text {
    max-width: none;
  }

  .search-element-wrap {
    grid-row-gap: 3em;
    align-items: stretch;
    width: auto;
    min-width: auto;
    padding-top: 0;
  }

  .cta4_form-block {
    width: 100%;
  }

  .url-keyword-search-wrap-copy {
    height: auto;
  }

  .form-input.search-field_input {
    height: auto;
    min-height: auto;
    padding-left: 6px;
    font-size: 12px;
    display: none;
  }

  .form-input.search-field_input.mobile {
    min-height: 3.13em;
    display: block;
  }

  .faq4_question {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .keyword-elements-dropdown {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .target-keyword-search-wrap, .modifier-keyword-search-wrap, .seo-search-wrap-aov-submit {
    height: auto;
  }

  .small-dropdown-toggle {
    grid-column-gap: 4px;
    padding-left: .35rem;
  }

  .text-50.medium {
    font-size: 12px;
  }

  .address-picker-button-wrap {
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 20px;
  }

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

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  ._2-items-wrap-container.pd-28px {
    padding: 24px;
  }

  .card.top-details, .card.pd-32px---28px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-300.medium {
    font-size: 12px;
  }

  .orders-status-table-row {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-2-columns, .grid-2-columns._1fr---2fr {
    grid-template-columns: 1fr;
  }

  .products-table-row {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sb-header_image-wrapper {
    border-radius: .75rem;
  }

  .star-pattern-wrapper {
    align-items: flex-start;
  }

  .star-pattern-layer {
    height: 160px;
  }

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

  .url-keyword-search-wrap-copy {
    grid-row-gap: .75rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    display: flex;
  }

  .adress-picker_img-input-wrap {
    display: flex;
  }

  .form-input.search-field_input {
    font-size: 10px;
  }

  .form-input.search-field_input.mobile {
    height: 100%;
    min-height: 3.33em;
    font-size: 12px;
  }

  .target-keyword-search-wrap {
    grid-row-gap: .75rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kw-suggest-wrap {
    display: flex;
  }

  .kw-suggestion-link.hide-mobile {
    display: none;
  }

  .modifier-keyword-search-wrap {
    grid-row-gap: .75rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    display: flex;
  }

  .seo-search-wrap-aov-submit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mod-kw-input-wrap {
    display: flex;
  }

  .flex.align-center.gap-column-16px {
    grid-column-gap: 12px;
  }

  .btn-secondary.search {
    min-height: 3.13em;
  }

  .sidebar-wrapper {
    min-height: 72px;
    max-height: 72px;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 16px;
  }

  .hamburger-menu-wrapper {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
  }

  .sidebar-mobile-menu-icon-wrapper {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._2-items-wrap-container.pd-28px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display-text-large {
    font-size: 18px;
  }

  .mg-bottom-0.hidden-on-mbl {
    display: block;
  }

  .small-details-card-grid {
    grid-template-columns: 1fr;
  }

  .orders-status-table-row {
    grid-template-columns: .25fr 1.2fr .6fr .75fr .6fr .6fr .6fr .6fr;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8cd4-8f46974b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8ce4-8f46974b, #w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8ce9-8f46974b, #w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8cee-8f46974b {
  align-self: start;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8cf3-8f46974b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8cff-8f46974b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d0f-8f46974b, #w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d14-8f46974b, #w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d19-8f46974b {
  align-self: start;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d1e-8f46974b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d2a-8f46974b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d3a-8f46974b, #w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d3f-8f46974b, #w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d44-8f46974b {
  align-self: start;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d49-8f46974b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d53-8f46974b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1a15740-73f4-2235-d9d5-fd0769e9e91b-69e9e916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1a15740-73f4-2235-d9d5-fd0769e9e92d-69e9e916 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c1a15740-73f4-2235-d9d5-fd0769e9e92e-69e9e916 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1a15740-73f4-2235-d9d5-fd0769e9e93a-69e9e916 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c1a15740-73f4-2235-d9d5-fd0769e9e93e-69e9e916 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c1a15740-73f4-2235-d9d5-fd0769e9e951-69e9e916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ebd5179a-fead-2b33-ed3d-d5858d61861d-c97d80a0, #w-node-ebd5179a-fead-2b33-ed3d-d5858d618644-c97d80a0, #w-node-ebd5179a-fead-2b33-ed3d-d5858d61865d-c97d80a0, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b27f-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2a6-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2a7-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2ad-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2ae-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2b1-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2b2-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2b5-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2b6-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2b9-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2ba-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2c0-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2c5-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2c7-93d4b27e {
  justify-self: end;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2cc-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2d5-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2d7-93d4b27e {
  justify-self: end;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2dc-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2e5-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2e7-93d4b27e {
  justify-self: end;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2ec-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2f6-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2f8-93d4b27e {
  justify-self: end;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b2fd-93d4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_995c6701-8558-5bae-a176-8bbb93d4b307-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b309-93d4b27e {
  justify-self: end;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955fe4f-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fe51-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fe54-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fe57-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fe5a-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fe5d-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fe60-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fe63-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955febe-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955fed0-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955feec-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955feee-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ff11-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ff23-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ff3f-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ff41-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ff64-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ff76-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ff97-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ff99-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ffc1-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955ffd3-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955fff4-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5955fff6-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5956001e-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf59560030-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5956004c-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26c7be86-c011-22b0-a516-abaf5956004e-5955fe46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1943-ae5f1942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1955-ae5f1942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1970-ae5f1942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1972-ae5f1942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ea9b6376-94aa-472f-b859-a674d31c5dbb-d31c5dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c1a15740-73f4-2235-d9d5-fd0769e9e951-69e9e916 {
    align-self: stretch;
  }

  #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2c3-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2c5-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2c7-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2d3-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2d5-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2d7-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2e3-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2e5-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2e7-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2f3-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2f6-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b2f8-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b304-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b307-93d4b27e, #w-node-_995c6701-8558-5bae-a176-8bbb93d4b309-93d4b27e, #w-node-_26c7be86-c011-22b0-a516-abaf5955fecb-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fecc-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fed0-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955feee-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff0c-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff1e-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff1f-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff23-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff41-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff5f-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff71-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff72-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff76-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ff99-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ffbc-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ffce-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ffcf-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955ffd3-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5955fff6-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf59560019-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5956002b-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5956002c-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf59560030-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5956004e-5955fe46, #w-node-_26c7be86-c011-22b0-a516-abaf5956006c-5955fe46, #w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1950-ae5f1942, #w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1951-ae5f1942, #w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1955-ae5f1942, #w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1972-ae5f1942, #w-node-_3d25f9f3-b6fc-3819-4f30-78feae5f1995-ae5f1942 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d5f-8f46974b, #w-node-_933c8069-bc47-8bf0-cc5b-872ba51e8d65-8f46974b, #w-node-f000c8fd-784c-61c3-a365-358598f92019-98f92019 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
