:root {
  --inter-font: Inter, sans-serif;
  --dark-for-text: #312e34;
  --main-purple: #6e41c0;
  --grey-1: #89868d;
  --grey-3-for-borders: #e7e7e8;
  --old--old-grade-1-light: #b87df9;
  --old--old-grade-1-dark: #6a4ee1;
  --old--old-gradient-3-light: #62d1f8;
  --old--old-gradient-3-dark: #5c71d9;
  --old--old-gradient-4-light: #84f796;
  --old--old-gradient-4-dark: #11aeaf;
  --white-is-white: white;
  --main-purple-3: #f9f7ff;
  --ghostwhite-for-bg: ghostwhite;
  --border-radius-large: 25px;
  --border-radius-small: 10px;
  --old--old-color-3-yellow: #ffb543;
  --old--button-yellow: #ffb400;
  --transparent: transparent;
  --old--old-color-2-red: #f92468;
  --grey-2: #b4b2b7;
  --old--old-color-4-green: #4ee484;
  --old--old-gradient-2-light: #f8bb4b;
  --old--old-gradient-2-dark: #f85252;
  --main-purple-1: #9155fd;
  --main-purple-2: #c2a4f8;
  --state-green: #56ca00;
  --state-red: #ff4c51;
  --border-radius-medium: 16px;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  font-family: var(--inter-font);
  color: var(--dark-for-text);
  font-size: 15px;
  line-height: 24px;
}

h1 {
  font-family: var(--inter-font);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
}

h2 {
  font-family: var(--inter-font);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

h3 {
  font-family: var(--inter-font);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  font-family: var(--inter-font);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  font-family: var(--inter-font);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  font-family: var(--inter-font);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--main-purple);
  text-decoration: none;
}

ul, ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  color: var(--dark-for-text);
}

label {
  color: var(--grey-1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

blockquote {
  border-left: 3px solid var(--main-purple);
  margin-bottom: 24px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 28px;
}

figure {
  margin-bottom: 24px;
}

figcaption {
  color: var(--grey-1);
  text-align: center;
  margin-top: 12px;
  font-size: 13px;
  line-height: 20px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 128px;
}

.section.padding-40-0-60-0 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.padding-40-0-60-0.no-padding-top {
  object-fit: fill;
  background-color: #0000;
}

.section.padding-40-0-60-0.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.padding-40-0-60-0.hidden {
  display: none;
}

.section.border-top {
  border-top: 1px solid var(--grey-3-for-borders);
}

.section.gradient {
  background-image: linear-gradient(315deg, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: #fff;
  overflow: hidden;
}

.section.grade-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--old--old-gradient-3-light), var(--old--old-gradient-3-dark));
  color: #fff;
}

.section.grade-4 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--old--old-gradient-4-light), var(--old--old-gradient-4-dark));
  color: #fff;
}

.section.top-section {
  background-color: var(--main-purple);
  background-image: linear-gradient(90deg, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: var(--white-is-white);
  margin-top: 20px;
  padding-top: 100px;
  padding-bottom: 144px;
  overflow: hidden;
}

.section.top-section.grade-1 {
  background-image: linear-gradient(to bottom, var(--main-purple), var(--main-purple));
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.top-section.grade-1._2024 {
  margin-top: auto;
}

.section.top-section.main-color-bg {
  background-image: none;
}

.section.top-section.main-color-bg.blog-post-hero {
  padding-bottom: 100px;
}

.section.top-section.main-color-bg.blog-post-hero._2024 {
  margin-top: 0;
}

.section.top-section.main-color-bg.blog-post-hero._2025 {
  background-color: var(--main-purple-3);
  margin-top: 0;
}

.section.mask {
  overflow: hidden;
}

.section.footer-section {
  border-top: 1px solid var(--grey-3-for-borders);
  padding-top: 0;
  padding-bottom: 0;
}

.section.intro-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--main-purple);
  background-image: linear-gradient(to bottom, var(--main-purple), var(--main-purple));
  color: var(--white-is-white);
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -88px;
  padding-top: 176px;
  padding-bottom: 176px;
  display: block;
  overflow: hidden;
}

.section.intro-hero.hero-devices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section.hero-v3 {
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: #fff;
  margin-top: -88px;
  padding-top: 200px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.hero-v4 {
  background-color: var(--white-is-white);
  color: #fff;
  mix-blend-mode: normal;
  padding-top: 176px;
  padding-bottom: 12px;
  overflow: hidden;
}

.section.hero-v1 {
  background-color: var(--main-purple);
  background-image: linear-gradient(90deg, var(--main-purple), var(--old--old-grade-1-dark));
  outline-offset: 0px;
  color: #fff;
  outline: 3px solid #fff;
  margin-top: -88px;
  padding-top: 200px;
  padding-bottom: 168px;
  overflow: hidden;
}

.section.billing-tabs-section {
  background-color: var(--ghostwhite-for-bg);
  color: #fff;
  margin-top: -88px;
  padding-top: 176px;
  overflow: hidden;
}

.section.hero-v2 {
  background-color: var(--ghostwhite-for-bg);
  margin-top: -88px;
  padding-top: 200px;
  overflow: hidden;
}

.section.hero-v5, .section.light-hero {
  background-color: var(--ghostwhite-for-bg);
  margin-top: -88px;
  padding-top: 176px;
  overflow: hidden;
}

.section.intro-hero1 {
  background-color: var(--main-purple);
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: -88px;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.hidden {
  display: none;
}

.section.top-section {
  color: #fff;
  background-color: #9165f7;
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  margin-top: -88px;
  padding-top: 100px;
  padding-bottom: 144px;
  overflow: hidden;
}

.section.main-color-bg {
  background-color: var(--main-purple);
}

.section.padding-top-20 {
  padding-top: 20px;
}

.section.hero-2024 {
  padding-top: 120px;
}

.section.hero-2024.main-bg {
  background-color: var(--main-purple);
  color: var(--white-is-white);
}

.section.white-hero {
  padding-top: 140px;
  padding-bottom: 60px;
}

.section.white-hero.no-padding-bottom {
  padding-bottom: 0;
}

.section.section-top {
  padding-top: 120px;
  padding-bottom: 40px;
}

.section.section-top.main-3-bg {
  background-color: var(--main-purple-3);
}

.wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
}

.wrapper.nav-bar-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.gradient {
  background-image: linear-gradient(270deg, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: var(--white-is-white);
}

.wrapper.gradient.padding-60-0 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.gradient.padding-60-0.rounded-corners {
  background-color: var(--main-purple);
  background-image: none;
}

.wrapper.nav-bar-wrapper-2024 {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.software-partner {
  border-radius: var(--border-radius-small);
  background-color: var(--main-purple-3);
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.no-padding {
  border-radius: 25px;
}

.button {
  border-radius: var(--border-radius-small);
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--main-purple), var(--main-purple));
  color: #fff;
  text-align: center;
  border: 1px #0000;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px #9165f799;
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.small.yellow {
  background-image: linear-gradient(to bottom, var(--old--old-color-3-yellow), var(--old--old-color-3-yellow));
}

.button.small.yellow:hover {
  box-shadow: 0 6px 12px -2px var(--old--old-color-3-yellow);
}

.button.white {
  box-shadow: none;
  color: var(--main-purple);
  background-color: #fff;
  background-image: none;
  align-self: center;
}

.button.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.button.white.min-width-200 {
  align-self: auto;
  min-width: 200px;
}

.button.ghost {
  border: 1px solid var(--main-purple);
  color: var(--main-purple);
  background-color: #0000;
  background-image: none;
}

.button.ghost:hover {
  box-shadow: none;
}

.button.ghost.min-width-200 {
  min-width: 200px;
}

.button.ghost-bg {
  border-style: solid;
  border-color: var(--white-is-white);
  color: #fff;
  background-color: #0000;
  background-image: none;
}

.button.ghost-bg.side-margins {
  display: block;
}

.button.ghost-bg.side-margins.hidden {
  display: none;
}

.button.big {
  height: 56px;
  padding: 16px 28px;
  font-size: 17px;
  line-height: 24px;
}

.button.big.yellow {
  background-color: var(--old--button-yellow);
  background-image: none;
}

.button.big.yellow:hover {
  box-shadow: 0 6px 12px -2px var(--old--old-color-3-yellow);
}

.button.big.yellow.align-center {
  background-image: none;
  align-self: center;
}

.button.side-margins {
  margin-left: 6px;
  margin-right: 6px;
}

.button.margin-left {
  margin-left: 16px;
}

.button.tiny {
  height: 32px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.button.yellow {
  background-color: var(--old--button-yellow);
  color: var(--dark-for-text);
  background-image: none;
}

.button.yellow.margin-bottom {
  -webkit-text-stroke-color: var(--dark-for-text);
  transition: border-color .4s, transform .4s, box-shadow .4s;
}

.button.yellow.margin-bottom:hover {
  box-shadow: 0 6px 12px -2px var(--old--old-color-3-yellow);
}

.button.yellow.width-200 {
  width: 200px;
  min-width: 200px;
}

.button.min-width-200 {
  min-width: 200px;
}

.button.nav-small {
  height: 32px;
  padding: 4px 16px;
  font-size: 13px;
  line-height: 20px;
}

.button.nav-small.yellow {
  background-image: linear-gradient(to bottom, var(--old--old-color-3-yellow), var(--old--old-color-3-yellow));
}

.button.nav-small.yellow:hover {
  box-shadow: 0 6px 12px -2px var(--old--old-color-3-yellow);
}

.style-block {
  text-align: left;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.text-small {
  font-size: 13px;
  line-height: 20px;
}

.sg-buttons {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding-bottom: 105px;
  display: flex;
}

.sg-button-wrapper {
  border: 1px solid var(--grey-3-for-borders);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 60px 16%;
  display: flex;
}

.sg-button-wrapper.dark-bg {
  background-color: var(--main-purple);
  color: var(--main-purple-3);
}

.nav-bar {
  z-index: 100;
  border-bottom: 1px solid var(--transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000;
  justify-content: center;
  height: 66px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.fixed {
  padding-left: 8px;
  padding-right: 8px;
  position: fixed;
  top: 0;
}

.nav-link {
  color: var(--white-is-white);
  white-space: nowrap;
  border-radius: 4px;
  padding: 4px 8px;
  transition: background-color .4s;
}

.nav-link:hover {
  background-color: #30364d1a;
}

.nav-link.w--current {
  color: var(--white-is-white);
  font-weight: 700;
}

.nav-link.white-bg {
  color: var(--dark-for-text);
}

.nav-link.white-bg:hover {
  background-color: var(--main-purple-3);
}

.nav-link.login-on-mobile {
  display: none;
}

.text-white {
  color: #fff;
}

.text-link {
  color: var(--main-purple);
  text-decoration: none;
}

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

.utility-page-wrapper {
  background-image: linear-gradient(315deg, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: var(--white-is-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrapper.grade-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-purple), var(--old--old-grade-1-dark));
}

.utility-page-wrapper.margin--88 {
  background-image: linear-gradient(315deg, var(--main-purple), var(--old--old-grade-1-dark));
  margin-top: -88px;
}

.utility-page-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 470px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 8px;
  display: flex;
}

.tooltip {
  z-index: 5;
  border: 1px solid var(--grey-3-for-borders);
  color: var(--grey-1);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.tooltip.sidebar-author-name {
  color: var(--grey-1);
  width: auto;
  margin-bottom: 36px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.tooltip-arrow {
  border-right: 1px solid var(--grey-3-for-borders);
  border-bottom: 1px solid var(--grey-3-for-borders);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.haze {
  background-color: var(--ghostwhite-for-bg);
}

.text-grey {
  color: var(--dark-for-text);
}

.text-grey.padding-20 {
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
  overflow: visible;
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.no-margin-bottom {
  margin-bottom: 0;
}

.intro.wide {
  max-width: 800px;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro.left.margin-bottom {
  margin-bottom: 48px;
}

.intro.left.sticky {
  position: sticky;
  top: 160px;
}

.intro.left.padding-right-20 {
  padding-right: 20px;
}

.intro.left.padding-right-40 {
  padding-right: 40px;
}

.intro.left.padding-20 {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.intro.margin-bottom {
  margin-bottom: 80px;
}

.intro.full {
  max-width: 100%;
}

.intro.full.margin-bottom {
  margin-bottom: 40px;
}

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

.intro.margin-bottom-60 {
  margin-bottom: 60px;
}

.intro.ip-alert-block {
  text-align: left;
  justify-content: center;
  max-width: 800px;
}

.dark {
  background-color: var(--dark-for-text);
}

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

.title {
  background-color: var(--main-purple-3);
  color: var(--main-purple);
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.title.dark-bg {
  font-family: var(--inter-font);
  color: var(--white-is-white);
  background-color: #ffffff1a;
}

.title.gradient {
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: var(--white-is-white);
}

.title.border {
  border: 1px solid var(--main-purple);
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

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

.footer-link {
  color: var(--dark-for-text);
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .2s;
}

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

.footer-link.no-marging-left {
  padding-left: 0;
}

.footer-bottom {
  border-top: 1px solid var(--main-purple-3);
  color: var(--grey-1);
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.brand {
  color: var(--white-is-white);
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.brand.nav-bg.w--current {
  border-radius: var(--border-radius-small);
  background-color: var(--main-purple);
  padding-top: 14px;
  padding-bottom: 14px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 6px 12px #5962731a;
}

.change-icon {
  background-color: var(--dark-for-text);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change-icon.release {
  background-color: var(--main-purple);
}

.change-icon.fix {
  background-color: var(--old--old-color-2-red);
}

.change-icon.enhance {
  background-color: var(--old--old-color-3-yellow);
}

.change-text {
  color: var(--grey-1);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.changelog-contact-text {
  color: var(--grey-1);
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu.nav-bg {
  border-radius: var(--border-radius-small);
  padding-top: 14px;
  padding-bottom: 14px;
  position: static;
}

.nav-menu.nav-bg.white {
  border: 1px solid var(--grey-3-for-borders);
  background-color: var(--white-is-white);
}

.hidden {
  margin-left: 0;
  display: none;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.full-width {
  width: 100%;
}

.full-width.align-center {
  text-align: center;
}

.full-width.min-height-480 {
  min-height: 480px;
}

.page-wrapper {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.navigation {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.navigation._2024 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-right: 0;
}

.text-big {
  font-size: 17px;
  line-height: 28px;
}

.logo-icon {
  min-width: 131px;
  height: 40px;
  margin-right: 12px;
}

.text-dark-grey {
  color: var(--grey-1);
}

.bg-elements {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  height: 100%;
  min-height: 640px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loading-icon {
  width: 28px;
  margin-right: 10px;
}

.pricing-v1-card {
  color: var(--dark-for-text);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 48px;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.pricing-v1-billing {
  color: var(--grey-2);
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 11px;
}

.pricing-v1-tag {
  justify-content: center;
  align-items: flex-start;
  margin-top: -4px;
  margin-bottom: 4px;
  font-family: Fira Sans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.pricing-v1-feature {
  color: var(--grey-1);
  cursor: help;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.pricing-v1-feature:hover {
  background-color: var(--ghostwhite-for-bg);
  color: var(--dark-for-text);
}

.info {
  cursor: pointer;
  background-image: url('https://assets.sellerassistant.app/images/help-circle-color.svg');
  background-position: 50%;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: red;
}

.tabs-menu-v2 {
  border: 1px solid var(--grey-3-for-borders);
  background-color: #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
}

.tabs-menu-v2.dark-bg {
  background-color: #0000001a;
  border-style: none;
}

.tabs-menu-v2.on-white-bg {
  background-color: var(--main-purple);
  border-style: solid;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-v2 {
  background-color: #0000;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 500;
}

.tab-link-v2.w--current {
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: #fff;
}

.tab-link-v2.white.w--current {
  color: var(--main-purple);
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  border-radius: 40px;
  box-shadow: inset 0 0 0 1px #fff;
}

.color-1 {
  background-color: var(--main-purple);
}

.sidebar {
  flex: 0 auto;
  width: 100%;
}

.sidebar.sticky {
  position: sticky;
  top: 128px;
}

.form-error {
  color: var(--old--old-color-2-red);
  text-align: center;
  background-color: #0000;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.form-error.text-left {
  text-align: left;
  padding-left: 0;
}

.form-error.dark-bg {
  color: #fff;
}

.input {
  border: 1px solid var(--grey-3-for-borders);
  color: var(--dark-for-text);
  border-radius: 5px;
  min-width: 228px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 24px 8px;
  transition: color .4s, border-color .4s;
}

.input:focus {
  border-color: var(--grey-3-for-borders);
}

.input::placeholder {
  color: var(--grey-1);
  -webkit-text-stroke-color: var(--grey-1);
}

.input.icon-input {
  z-index: 1;
  text-align: left;
  border-radius: 0 5px 5px 0;
  flex: 1;
  margin: 0;
  position: relative;
}

.input.icon-input-bg {
  z-index: 1;
  background-color: #ffffff1a;
  border: 1px solid #fff9;
  border-radius: 0 5px 5px 0;
  flex: 1;
  margin: 0;
  transition: border-color .2s, background-color .2s;
  position: relative;
}

.input.icon-input-bg:focus {
  background-color: #ffffff0d;
  border-color: #fff;
}

.input.icon-input-bg::placeholder {
  color: #ffffffb3;
}

.input.dark-bg {
  background-color: #ffffff14;
  border-color: #fff9;
}

.input.dark-bg:hover {
  border-color: var(--white-is-white);
}

.input.dark-bg:focus {
  background-color: var(--white-is-white);
  color: var(--dark-for-text);
}

.input.dark-bg::placeholder {
  color: #ffffffb3;
}

.input.subscribe-v1-input {
  width: 240px;
  margin-bottom: 0;
}

.input.text-area {
  height: auto;
  min-height: 224px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.input.password-input {
  text-align: center;
  margin-bottom: 16px;
}

.form-success {
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-success.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.simple-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
}

.simple-form.row {
  flex-flow: row;
  display: flex;
}

.simple-form.row.no-marging {
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-block {
  margin-bottom: 24px;
}

.post-card-bottom {
  color: var(--dark-for-text);
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.post-card-avatar {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  margin-right: 8px;
}

.sidebar-post-card {
  border: 1px solid var(--transparent);
  border-radius: var(--border-radius-small);
  color: var(--dark-for-text);
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
  text-decoration: none;
  transition: border .2s;
  display: flex;
}

.sidebar-post-card:hover {
  z-index: 1;
  border: 1px solid var(--main-purple);
  position: relative;
}

.sidebar-post-image {
  background-color: var(--ghostwhite-for-bg);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 88px;
  height: 68px;
  margin-right: 20px;
}

.sidebar-post-info {
  flex: 1;
}

.sidebar-author {
  z-index: 1;
  border: 4px solid var(--ghostwhite-for-bg);
  color: var(--dark-for-text);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.sidebar-tag-link {
  color: var(--main-purple);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #9165f71a;
  border-radius: 4px;
  margin: 4px;
  padding: 6px 7px 6px 8px;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: block;
}

.sidebar-tag-link:hover {
  background-color: var(--main-purple);
  color: var(--white-is-white);
}

.arrow-link {
  color: var(--main-purple);
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.link-arrow-icon {
  width: 24px;
  margin-top: 1px;
  margin-left: 4px;
}

.post-card {
  border: 1px solid var(--main-purple-3);
  border-radius: var(--border-radius-large);
  color: var(--dark-for-text);
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0 0 28px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card:hover {
  background-color: var(--white-is-white);
  box-shadow: 0 2px 5px #0003;
}

.post-card.big {
  padding: 56px 56px 40px;
}

.post-card-info {
  text-align: center;
  flex-direction: column;
  flex: 1;
  padding-top: 24px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.post-card-image-big {
  background-color: var(--ghostwhite-for-bg);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 280px;
  margin-bottom: 8px;
  transition: filter .2s;
}

.post-card-description {
  color: var(--grey-1);
  margin-bottom: 16px;
}

.post-card-author {
  color: var(--grey-1);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.post-card-image {
  background-color: var(--ghostwhite-for-bg);
  background-image: url('https://assets.sellerassistant.app/images/Amazon-Oversized-Product_-All-You-Need-to-Know-fb-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  transition: filter .2s;
}

.nav-dropdown-icon {
  display: none;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  flex-wrap: wrap;
  width: 420px;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.dropdown-list.v2 {
  display: none;
}

.dropdown-list.v2.w--open {
  width: 450px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.dropdown-list.lang.w--open {
  border: 1px solid var(--main-purple);
  background-color: var(--white-is-white);
  width: 150px;
  margin-left: -40px;
}

.dropdown-list.lang._2024.w--open {
  margin-top: 25px;
}

.dropdown-list.lang.w--open {
  background-color: #fff;
  width: 150px;
}

.dropdown-list.v2024 {
  display: none;
}

.dropdown-list.v2024.w--open {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-small);
  box-shadow: none;
  margin-top: 5px;
  margin-left: 0;
  padding: 12px;
  display: flex;
  inset: 65px 0% auto;
}

.dropdown-corner {
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  display: block;
  left: 89px;
}

.dropdown-corner.padding.lang {
  left: 30px;
}

.dropdown-bridge {
  height: 12px;
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.sg-color {
  background-color: var(--main-purple);
  box-shadow: none;
  border-radius: 8px;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-color.red {
  background-color: var(--old--old-color-2-red);
}

.sg-color.yellow {
  background-color: var(--old--old-color-3-yellow);
}

.sg-color.green {
  background-color: var(--old--old-color-4-green);
}

.sg-color.gradient-1 {
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
}

.sg-color.gradient-2 {
  background-image: linear-gradient(to right, var(--old--old-gradient-2-light), var(--old--old-gradient-2-dark));
}

.sg-color.gradient-3 {
  background-image: linear-gradient(to right, var(--old--old-gradient-3-light), var(--old--old-gradient-3-dark));
}

.sg-color.gradient-4 {
  background-image: linear-gradient(to right, var(--old--old-gradient-4-light), var(--old--old-gradient-4-dark));
}

.sg-color-name {
  color: var(--dark-for-text);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 16px;
  height: 32px;
  padding: 10px 21px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  position: absolute;
  box-shadow: 0 1px 3px #5962731f;
}

.cta-card {
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.cta-card.no-padding-bottom {
  padding-bottom: 0;
}

.cta-card-info {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-card-info.promo-offer {
  display: flex;
}

.cta-card-info.promo-offer.hidden {
  display: none;
}

.subscribe-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.store-button {
  background-color: #253f6f;
  border-radius: 5px;
}

.store-button.white {
  background-color: #fff;
  transition: box-shadow .2s;
}

.store-button.white:hover {
  box-shadow: 0 4px 16px #00000029;
}

.store-button.side-margins {
  margin-left: 6px;
  margin-right: 6px;
}

.store-badge-link {
  transition: transform .4s;
  position: relative;
}

.store-badge-link:hover {
  transform: translate(0, -3px);
}

.breadcrumbs {
  color: var(--grey-2);
  text-transform: capitalize;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.link-grey {
  color: var(--grey-1);
  text-decoration: none;
}

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

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

.features-v8 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 83.33%;
  margin: -8px auto 60px;
  display: flex;
}

.feature-v8 {
  color: var(--white-is-white);
  background-color: #30364d29;
  border-radius: 24px;
  align-items: center;
  margin: 8px 6px;
  padding: 6px 16px 6px 6px;
  display: flex;
}

.feature-v8-icon {
  background-image: url('https://assets.sellerassistant.app/images/check-color.svg'), linear-gradient(to bottom, var(--white-is-white), var(--main-purple-3));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px, auto;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  box-shadow: 0 1px 3px #30364d4d;
}

.review-v7 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.achievements {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.achievement {
  box-shadow: 1px 0 0 0 var(--grey-3-for-borders);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 24px 15px;
  display: flex;
}

.achievement.dark-bg {
  color: var(--white-is-white);
  box-shadow: 1px 0 #ffffff4d;
}

.achievement.last {
  box-shadow: none;
}

.achievement-text {
  color: var(--dark-for-text);
  margin-bottom: 12px;
  font-family: Fira Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.achievement-text.text-white {
  color: var(--white-is-white);
}

.achievement-text.small {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 36px;
}

.review-v9 {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
}

.icon-box {
  background-image: linear-gradient(to bottom, var(--white-is-white), var(--main-purple-3));
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #30364d4d;
}

.icon-box.gradient {
  background-image: linear-gradient(to bottom, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
}

.icon-box.big {
  background-image: linear-gradient(to bottom, var(--main-purple-3), var(--main-purple-3));
  box-shadow: none;
  width: 60px;
  height: 60px;
  padding: 12px;
}

.icon-box.big.bg-purple {
  background-color: var(--main-purple);
  background-image: none;
}

.icon-box.big.bg-blue {
  background-image: linear-gradient(to bottom, var(--old--old-gradient-3-dark), var(--old--old-gradient-3-dark));
}

.icon-box.big.bg-orange {
  background-image: linear-gradient(to bottom, var(--old--old-color-3-yellow), var(--old--old-color-3-yellow));
}

.icon-box.big.bg-green {
  background-image: linear-gradient(to bottom, var(--old--old-gradient-4-dark), var(--old--old-gradient-4-dark));
}

.icon-box.big.bg-red {
  background-image: linear-gradient(to bottom, var(--old--old-gradient-2-dark), var(--old--old-gradient-2-dark));
}

.icon-box.gradient-2 {
  background-image: linear-gradient(to bottom, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  background-image: linear-gradient(to bottom, var(--old--old-gradient-2-light), var(--old--old-gradient-2-dark));
}

.icon-box.gradient-3 {
  background-image: linear-gradient(to bottom, var(--old--old-gradient-3-light), var(--old--old-gradient-3-dark));
}

.icon-box.gradient-4 {
  background-image: linear-gradient(to bottom, var(--old--old-gradient-4-light), var(--old--old-gradient-4-dark));
}

.pricing-v2-card {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-small);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-v2-tag {
  margin-bottom: 8px;
  font-family: Fira Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.text-white-faded {
  color: #ffffffb3;
}

.pricing-v2-card-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.pricing-features {
  text-align: left;
  padding-top: 0;
  padding-bottom: 32px;
}

.pricing-features.featured {
  color: var(--white-is-white);
}

.pricing-feature {
  border-bottom: 1px solid var(--grey-3-for-borders);
  border-top-width: 1px;
  border-top-color: var(--grey-3-for-borders);
  align-items: center;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pricing-feature.no.hidden, .pricing-feature.hidden {
  display: none;
}

.pricing-feature-icon {
  background-image: url('https://assets.sellerassistant.app/images/check-color.svg');
  background-position: 50%;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.pricing-feature-icon.no {
  opacity: .33;
  background-image: url('https://assets.sellerassistant.app/images/x-dark.svg');
}

.pricing-feature-icon.no.white-no {
  background-image: url('https://assets.sellerassistant.app/images/x-white.svg');
}

.pricing-feature-icon.star {
  background-image: url('https://assets.sellerassistant.app/images/star-filled-yellow.svg');
}

.pricing-feature-icon.white {
  background-image: url('https://assets.sellerassistant.app/images/check-white.svg');
}

.pricing-small-info {
  color: var(--grey-1);
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

.video-link {
  border: 1px solid var(--grey-3-for-borders);
  color: var(--dark-for-text);
  border-radius: 17px;
  align-items: center;
  height: 34px;
  margin-top: 24px;
  padding-left: 4px;
  padding-right: 13px;
  text-decoration: none;
  display: flex;
}

.video-link.dark-bg {
  color: var(--white-is-white);
  border-color: #ffffff54;
  display: flex;
}

.video-link.margin-left {
  flex-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.video-link.margin-left.main-color {
  border-color: var(--main-purple);
}

.video-link-icon-box {
  background-image: linear-gradient(to bottom, var(--white-is-white), var(--main-purple-3));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding: 6px;
  display: flex;
  box-shadow: 0 1px 2px #30364d40;
}

.video-link-icon {
  width: 16px;
}

.input-wrapper {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.input-wrapper.no-margin {
  margin: 0;
}

.input-icon-box {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--grey-3-for-borders);
  background-color: var(--ghostwhite-for-bg);
  background-image: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 11px;
  display: flex;
}

.input-icon-box.dark-bg {
  background-color: #ffffff1a;
  background-image: none;
  border-color: #fff9;
  border-right-style: none;
}

.input-icon-box.text-white-faded {
  background-color: var(--white-is-white);
}

.subscribe-v1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px 15px;
  display: flex;
}

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

.social-icons.subscribe-v1-icons {
  flex-wrap: wrap;
  margin-right: -4px;
}

.social-circle-link {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  transition: border-color .2s;
  display: flex;
}

.social-circle-link:hover {
  border-color: var(--grey-2);
}

.social-icon {
  width: 16px;
}

.subscribe-1-form-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.subscribe-v1-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
}

.subscribe-v1-icon {
  width: 24px;
  margin-right: 8px;
}

.subscribe-v1-form {
  margin-bottom: 0;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.feature.left {
  text-align: left;
  align-items: flex-start;
  padding-left: 0%;
}

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

.footer-column._4-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.social-link-small {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 6px;
  transition: border-color .4s;
  display: flex;
}

.social-link-small:hover {
  border-color: var(--grey-2);
}

.social-icon-small {
  opacity: .6;
  width: 16px;
}

.footer-v2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.footer-v2-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.vertical-divider {
  background-color: var(--grey-3-for-borders);
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.feature-blocks {
  border-top: 1px solid var(--grey-3-for-borders);
  border-bottom: 1px solid var(--grey-3-for-borders);
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.feature-block {
  box-shadow: 0 0 0 1px var(--main-purple-3);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 5vw;
  display: flex;
  overflow: hidden;
}

.top-message {
  background-image: linear-gradient(315deg, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: var(--white-is-white);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px 48px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-message.hidden {
  display: none;
}

.small-message-text {
  margin-right: 12px;
}

.text-emoji-1 {
  color: #0000;
  background-image: url('https://assets.sellerassistant.app/images/emoji-point-right-icon_1emoji-point-right-icon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.text-emoji-1.big {
  background-size: 24px;
  width: 28px;
}

.text-emoji-2 {
  color: #0000;
  background-image: url('https://assets.sellerassistant.app/images/emoji-hi-icon_1emoji-hi-icon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.text-emoji-4 {
  color: #0000;
  background-image: url('https://assets.sellerassistant.app/images/emoji-boom-icon_1emoji-boom-icon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 20px;
  display: inline-block;
}

.side-tabs {
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  display: flex;
}

.side-tab-link {
  background-color: #0000;
  border-radius: 8px;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 32px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
}

.side-tab-link:hover {
  background-color: #9165f70f;
}

.side-tab-link.w--current {
  background-color: var(--white-is-white);
  box-shadow: 0 6px 12px #30364d1f;
}

.side-tab-link._2025 {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  padding-top: 20px;
  padding-bottom: 20px;
}

.side-tab-link._2025.w--current {
  border-color: var(--main-purple);
}

.message {
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.message.gradient {
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  color: #fff;
}

.message-text {
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
}

.post-info {
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 18px;
}

.post-info-top {
  color: var(--dark-for-text);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 23px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.post {
  color: var(--dark-for-text);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.post p {
  color: var(--dark-for-text);
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 28px;
}

.post a {
  color: var(--main-purple);
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

.footer-v2-bottom-menu {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-v2-bottom-menu-link {
  color: var(--grey-1);
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
}

.footer-v2-bottom-menu-link:hover {
  text-decoration: underline;
}

.footer-v2-bottom-info {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.review-v4-text {
  margin-top: 4px;
  margin-bottom: 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.text-highlighted {
  color: var(--old--old-color-3-yellow);
  background-color: #ffb5431a;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

.testimonials-v5 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -20px;
  margin-bottom: -40px;
  padding-bottom: 80px;
}

.testimonials-v5-slide {
  width: 33.33%;
  padding-left: 4%;
  padding-right: 4%;
}

.slider-nav {
  opacity: 1;
  height: 30px;
  font-size: 8px;
  line-height: 16px;
}

.review-v5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-v5-logo {
  height: 32px;
  margin-bottom: 16px;
}

.feature-icon-left {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  flex-flow: column;
  align-items: flex-start;
  padding: 32px 4% 32px 32px;
  display: flex;
}

.feature-info-right {
  flex: 1;
  padding-left: 24px;
}

.feature-info-right.align-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logotypes {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logotypes.v2 {
  justify-content: space-between;
}

.logo-link {
  flex: none;
  margin: 20px 12px;
  padding-left: 8px;
  padding-right: 8px;
}

.logo-link.faded {
  opacity: .3;
  transition: opacity .4s;
}

.logo-link.faded:hover {
  opacity: 1;
}

.logo-link.white-faded {
  opacity: .6;
  transition: opacity .4s;
}

.logo-link.white-faded:hover {
  opacity: 1;
}

.logo {
  height: 32px;
  max-height: 100%;
}

.post-author-avatar {
  border-radius: 50%;
  flex: none;
  width: 72px;
  height: 72px;
}

.post-author-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 24px;
  display: flex;
}

.sidebar-promo {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  color: var(--white-is-white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.sidebar-promo.sticky {
  position: sticky;
  top: 160px;
}

.sidebar-promo-info {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.big-message {
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-message.grade-1 {
  background-image: linear-gradient(to right, var(--old--old-grade-1-dark), var(--old--old-grade-1-light));
  color: #fff;
}

.big-message.main-color-bg {
  background-image: linear-gradient(to bottom, var(--main-purple), var(--main-purple));
  color: #fff;
}

.big-message-text {
  margin-right: 24px;
  font-size: 22px;
  line-height: 28px;
}

.sg-button-block {
  flex-direction: column;
  width: 33.33%;
  padding: 15px;
  display: flex;
}

.button-icon {
  float: left;
  width: 20px;
  margin-right: 10px;
}

.button-icon.big {
  width: 24px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.faq-question {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.licence-item {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.licence-link-divider {
  background-color: #dce0e9;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.play-button {
  background-image: url('https://assets.sellerassistant.app/images/play-color.svg'), linear-gradient(to bottom, var(--white-is-white), var(--main-purple-3));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 18px;
  transition: transform .4s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 12px #30364d33;
}

.play-button:hover {
  transform: scale(1.1);
}

.password-card {
  z-index: 1;
  color: var(--dark-for-text);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-top: 40px;
  padding: 56px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #2c334029;
}

.heading-margin-big {
  font-family: var(--inter-font);
  margin-bottom: 28px;
}

.faq-top-link {
  color: var(--grey-3-for-borders);
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.faq-top-link:hover {
  color: var(--dark-for-text);
  text-decoration: underline;
}

.footer-v4 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v4-nav {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.footer-v4-link {
  color: var(--grey-1);
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-v4-link:hover {
  background-color: var(--ghostwhite-for-bg);
  color: var(--dark-for-text);
}

.footer-v4-bottom {
  border-top: 1px solid var(--main-purple-3);
  color: var(--grey-1);
  justify-content: space-between;
  width: 100%;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.help-form {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.search-input {
  border: 1px solid var(--grey-3-for-borders);
  background-image: url('https://assets.sellerassistant.app/images/search-color.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 8px;
  width: 100%;
  height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 19px 24px 20px 52px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .4s;
}

.search-input:hover, .search-input:focus {
  border-color: var(--main-purple);
}

.search-input::placeholder {
  color: var(--grey-2);
}

.search-button {
  background-color: #0000;
  background-image: url('https://assets.sellerassistant.app/images/arrow-right-white.svg'), linear-gradient(to bottom, var(--main-purple), var(--main-purple));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  transition: width .4s;
  position: absolute;
  top: 4px;
  right: 4px;
}

.search-button:hover {
  opacity: 1;
  background-color: #2583fd1f;
  width: 56px;
}

.search-result-url {
  color: var(--grey-2);
  margin-top: -8px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
}

.search-result {
  color: var(--dark-for-text);
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 32px;
  transition: transform .4s;
  display: flex;
  box-shadow: 11px 11px 30px #5962731f;
}

.search-result:hover {
  z-index: 1;
  position: relative;
  transform: translate(0, -4px);
}

.feature-card-hover {
  color: var(--dark-for-text);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 48px 12%;
  transition: transform .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

.feature-card-hover:hover {
  background-color: var(--white-is-white);
  transform: translate(0, -4px);
  box-shadow: 0 15px 30px #30364d1a;
}

.article-list {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.article-link {
  border: 1px solid var(--grey-3-for-borders);
  color: var(--dark-for-text);
  text-transform: capitalize;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s, border-color .4s, background-color .4s;
  display: flex;
}

.article-link:hover {
  background-color: var(--white-is-white);
  border-color: #0000;
  transform: translate(0, -4px);
  box-shadow: 0 6px 12px #30364d1f;
}

.help-categories {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.nav-dropdown {
  display: block;
}

.nav-dropdown._2024 {
  position: static;
}

.contact-form-card {
  background-color: #fff;
  border-radius: 8px;
  max-width: 770px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px;
  box-shadow: 0 15px 30px #30364d1a;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.loading-info {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.about-photo {
  background-image: url('https://assets.sellerassistant.app/images/you-x-ventures-bzqU01v-G54-unsplash_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 600px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 12px 40px #59627340;
}

.nav-dropdown-link-v2 {
  color: var(--dark-for-text);
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 50%;
  padding: 4px 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2:hover {
  background-color: var(--ghostwhite-for-bg);
}

.nav-dropdown-link-v2.w--current {
  color: var(--dark-for-text);
  font-weight: 700;
}

.nav-dropdown-link-v2.hidden {
  display: none;
}

.nav-dropdown-link-v2._33 {
  width: 33%;
}

.nav-dropdown-circle {
  border: 1px solid var(--grey-3-for-borders);
  color: var(--main-purple);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-circle.no-padding {
  padding: 0;
}

.nav-dropdown-link-info {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.nav-dropdown-link-info.no-padding-left {
  padding-left: 0;
}

.counter-number {
  color: var(--dark-for-text);
  margin-bottom: 4px;
  font-family: Fira Sans, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

.pricing-v3 {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  top: 0;
}

.pricing-v3-plans {
  z-index: 3;
  border-bottom: 1px solid var(--main-purple-3);
  background-color: #fff;
  width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
}

.pricing-v3-plans.mobile-sticky {
  display: none;
}

.pricing-v3-plans.bottom {
  z-index: 2;
  border-top: 1px solid var(--grey-3-for-borders);
}

.pricing-plan-cell {
  box-shadow: -1px 0 0 0 var(--main-purple-3);
  text-align: center;
  width: 100%;
  padding: 24px;
}

.pricing-plan-cell.no-divider {
  box-shadow: none;
}

.pricing-plan-cell.featured {
  background-color: var(--main-purple);
  color: var(--white-is-white);
}

.pricing-v3-billing {
  color: var(--grey-1);
  font-size: 11px;
  line-height: 16px;
}

.pricing-v3-currency {
  color: var(--grey-1);
  margin-left: -12px;
  margin-right: 3px;
  line-height: 20px;
}

.pricing-v3-tag {
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

.pricing-v3-category-header {
  z-index: 2;
  border-top: 1px solid var(--main-purple-3);
  border-bottom: 1px solid var(--main-purple-3);
  background-color: var(--ghostwhite-for-bg);
  color: var(--dark-for-text);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 8px 32px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 132px;
}

.pricing-v3-header {
  z-index: 2;
  border-bottom: 1px solid var(--main-purple-3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  top: 260px;
}

.pricing-v3-row {
  border-top: 1px solid var(--main-purple-3);
  width: 100%;
  display: flex;
}

.pricing-v3-row.hidden {
  display: none;
}

.pricing-v3-row-header {
  align-items: center;
  width: 25%;
  min-height: 56px;
  padding: 9px 24px 9px 32px;
  display: flex;
}

.pricing-v3-row-header.text-28 {
  font-size: 28px;
}

.pricing-v3-row-header.addon-name {
  width: 75%;
}

.pricing-v3-cells {
  flex: 1;
}

.pricing-v3-cell {
  box-shadow: -1px 0 0 0 var(--main-purple-3);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 10px 24px;
  font-weight: 500;
  display: flex;
}

.pricing-v3-cell.price-column {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.pricing-cell-icon {
  background-image: url('https://assets.sellerassistant.app/images/check-color.svg');
  background-position: 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  position: static;
}

.pricing-cell-icon.no {
  background-image: url('https://assets.sellerassistant.app/images/no.avif');
}

.pricing-v3-category {
  width: 100%;
}

.pricing-v3-plan-name {
  color: var(--dark-for-text);
  margin-top: -4px;
}

.pricing-v3-plan-mobile {
  margin-top: -4px;
}

.comparison-v3-cell-description {
  color: var(--dark-for-text);
  width: 100%;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.menu-icon-line-top, .menu-icon-line-bottom {
  background-color: var(--white-is-white);
  border-radius: 1px;
  height: 2px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-dropdown-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-icon-line-middle {
  background-color: var(--white-is-white);
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.testimonials-v1 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: auto;
}

.review-v1 {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  background-color: var(--white-is-white);
  flex-direction: column;
  display: flex;
}

.review-v1-text {
  color: var(--dark-for-text);
  margin: 32px;
}

.review-v1-bottom {
  border-top: 1px solid var(--grey-3-for-borders);
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.testimonials-v1-column {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-v1-avatar {
  border-radius: 50%;
  flex: none;
  width: 44px;
  height: 44px;
}

.review-v1-info {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.review-v1-name {
  font-weight: 500;
  line-height: 20px;
}

.review-v1-company {
  color: var(--dark-for-text);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
}

.review-v1-rating {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.review-v1-star {
  width: 16px;
  margin-left: 1px;
  margin-right: 1px;
}

.logo-text {
  color: var(--white-is-white);
  font-family: Fira Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.logo-text.logo-text-dark {
  color: var(--dark-for-text);
  font-family: Inter, sans-serif;
}

.testimonials-v2 {
  background-color: var(--main-purple);
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  border-radius: 12px;
  max-width: 970px;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 24px -4px #9165f7b3;
}

.slider-arrow {
  background-color: var(--white-is-white);
  background-image: linear-gradient(to bottom, var(--white-is-white), var(--main-purple-3));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 14px;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  left: -28px;
  box-shadow: 0 2px 5px #00000029;
}

.slider-arrow:hover {
  transform: scale(1.12);
  box-shadow: 0 4px 8px #0000001f;
}

.slider-arrow.right {
  left: auto;
  right: -28px;
}

.slider-arrow.posts-arrow-left {
  background-image: none;
  left: 0;
}

.slider-arrow.posts-arrow-right {
  background-image: none;
  left: auto;
  right: 0;
}

.slider-arrow-icon {
  opacity: 1;
  width: 100%;
}

.review-v2 {
  color: var(--white-is-white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 8px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.review-v2-avatar {
  border: 2px solid var(--white-is-white);
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.review-v2-star {
  width: 16px;
  margin-left: 1px;
  margin-right: 1px;
}

.review-v2-text {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.review-v2-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.review-v2-quote {
  width: 60px;
  position: absolute;
}

.review-v2-quote.left {
  inset: 64px auto auto 64px;
}

.review-v2-quote.right {
  inset: auto 64px 64px auto;
}

.review-v2-author {
  color: var(--white-is-white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.review-v2-author:hover {
  background-color: #30364d29;
}

.review-v2-icon {
  width: 16px;
  margin-left: 8px;
  margin-right: -1px;
}

.testimonials-v2-bg {
  position: absolute;
  inset: 0%;
}

.review-v2-add-button {
  z-index: 3;
  background-color: var(--white-is-white);
  color: var(--main-purple);
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: letter-spacing .4s, box-shadow .4s;
  display: flex;
  position: absolute;
  inset: auto 12% -20px auto;
  box-shadow: 3px 3px 12px #9165f733;
}

.review-v2-add-button:hover {
  letter-spacing: 1.5px;
  box-shadow: 6px 6px 20px -4px #9165f766;
}

.review-v2-add-icon {
  background-image: url('https://assets.sellerassistant.app/images/plus-color.svg'), linear-gradient(to bottom, var(--white-is-white), var(--main-purple-3));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-radius: 50%;
  flex: none;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  margin-right: 4px;
  box-shadow: 0 1px 3px #30364d4d;
}

.testimonials-v3 {
  z-index: 1;
  background-color: var(--main-purple);
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  border-radius: 50%;
  width: 520px;
  max-width: 970px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 24px -4px #9165f7b3;
}

.review-v3-quote {
  opacity: .2;
  width: 56px;
  position: absolute;
}

.review-v3-quote.left {
  inset: 18% auto auto 18%;
}

.review-v3-quote.right {
  inset: auto 18% 18% auto;
}

.review-v3 {
  color: var(--white-is-white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 72px;
  display: flex;
  position: relative;
}

.review-v3-avatar {
  border: 2px solid var(--white-is-white);
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.review-v3-rating {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.review-v3-star {
  width: 16px;
  margin-left: 1px;
  margin-right: 1px;
}

.review-v3-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.review-v3-text {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
}

.review-v3-author {
  color: var(--white-is-white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.review-v3-author:hover {
  background-color: #30364d29;
}

.review-v3-icon {
  width: 16px;
  margin-left: 8px;
  margin-right: -1px;
}

.logotypes-small {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.logo-link-small {
  padding: 8px 10px;
}

.logo-link-small.faded {
  opacity: .3;
  transition: opacity .4s;
}

.logo-link-small.faded:hover {
  opacity: 1;
}

.logo-small {
  height: 24px;
}

.main-grid {
  z-index: auto;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
  top: auto;
}

.main-grid.margin-bottom {
  grid-column-gap: 25px;
  grid-template-rows: 1fr;
  grid-auto-flow: row;
}

.main-grid.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.main-grid.margin-bottom-40 {
  grid-column-gap: 25px;
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  margin-bottom: 40px;
}

.main-grid._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.review-v2-rating {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.review-v2-dots {
  opacity: .12;
  background-image: url('https://assets.sellerassistant.app/images/circle-pattern-white.svg');
  background-position: 0 0;
  background-size: 12px;
  width: 129px;
  height: 140px;
  position: absolute;
  inset: auto auto -3% 15%;
}

.reviiew-v2-circle-big {
  opacity: .08;
  width: 205px;
  position: absolute;
  inset: auto 17% -24% auto;
}

.reviiew-v2-circle-small {
  opacity: .08;
  width: 100px;
  position: absolute;
  inset: -7% 4% auto auto;
}

.review-v3-dots {
  opacity: .12;
  background-image: url('https://assets.sellerassistant.app/images/circle-pattern-color.svg');
  background-position: 0 0;
  background-size: 12px;
  width: 285px;
  height: 95px;
  position: absolute;
  inset: 12% auto auto -20%;
}

.testimonials-v3-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.testimonials-v3-circle-big {
  opacity: .08;
  width: 220px;
  position: absolute;
  inset: -4% -4% auto auto;
}

.testimonials-v3-circle-small {
  opacity: .08;
  width: 120px;
  position: absolute;
  inset: auto auto -5% -13%;
}

.dots {
  opacity: .12;
  background-image: url('https://assets.sellerassistant.app/images/circle-pattern-white.svg');
  background-position: 0 0;
  background-size: 12px;
  width: 297px;
  height: 118px;
  position: absolute;
  inset: 25% auto auto 3%;
}

.circle-big {
  opacity: .08;
  width: 26vw;
  max-width: 480px;
  position: absolute;
  inset: auto 24% -25% auto;
}

.circle-small {
  opacity: .08;
  width: 8vw;
  position: absolute;
  inset: 12% 7% auto auto;
}

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

.footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 32px;
  position: relative;
}

.footer-heading {
  margin-bottom: 20px;
}

.footer-v2-logo {
  height: 56px;
  margin-bottom: 12px;
}

.footer-info {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-right: 16%;
  display: flex;
}

.store-badge {
  height: 48px;
}

.store-badge.small {
  object-fit: contain;
  height: 40px;
}

.breadcrumbs-arrow {
  opacity: .3;
  background-image: url('https://assets.sellerassistant.app/images/right-dark.svg');
  background-position: 50%;
  background-size: 16px;
  width: 17px;
  height: 17px;
  margin: 10px 4px 9px;
}

.pricing-v2-header {
  background-color: var(--main-purple);
  color: var(--white-is-white);
  flex-direction: column;
  align-items: center;
  padding: 32px 32px 40px;
  display: flex;
  position: sticky;
}

.pricing-v2-header.gradient-2 {
  background-image: linear-gradient(to right, var(--old--old-gradient-2-light), var(--old--old-gradient-2-dark));
}

.pricing-v2-header.gradient-3 {
  background-image: linear-gradient(315deg, var(--old--old-gradient-3-light), var(--old--old-gradient-3-dark));
}

.pricing-v2-header.gradient-4 {
  background-image: linear-gradient(315deg, var(--old--old-gradient-4-light), var(--old--old-gradient-4-dark));
}

.pricing-v2-header.green {
  background-image: linear-gradient(to bottom, var(--old--old-gradient-4-dark), var(--old--old-gradient-4-dark));
}

.pricing-v2-header.blue {
  background-image: linear-gradient(to bottom, var(--old--old-gradient-3-dark), var(--old--old-gradient-3-dark));
}

.info-icon {
  opacity: .33;
  background-image: url('https://assets.sellerassistant.app/images/help-circle-dark.svg');
  background-position: 50%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.info-icon:hover {
  opacity: 1;
}

.pricing-v2-wave {
  width: 100%;
  max-width: none;
  height: 48px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.wave-bottom {
  z-index: 1;
  width: 100%;
  height: 4vw;
  position: absolute;
  inset: auto 0% -1px;
}

.wave-top {
  z-index: 1;
  width: 100%;
  height: 4vw;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing-card-dots {
  opacity: .12;
  background-image: url('https://assets.sellerassistant.app/images/circle-pattern-white.svg');
  background-position: 100% 0;
  background-size: 12px;
  width: 99px;
  height: 45px;
  position: absolute;
  inset: auto auto 26% -1%;
}

.pricing-card-circle {
  opacity: .08;
  width: 160px;
  position: absolute;
  inset: -37% -11% auto auto;
}

.pricing-v2-billing {
  font-size: 13px;
  line-height: 20px;
}

.icon-full-width {
  color: var(--white-is-white);
  width: 100%;
  max-width: 100%;
}

.pricing-v1-gradient {
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  height: 62%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.pricing-side-features {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.main-questions {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr 320px;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.posts-2-cols {
  grid-column-gap: var(--border-radius-large);
  grid-row-gap: var(--border-radius-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  display: grid;
}

.posts-2-cols.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-heading {
  color: var(--dark-for-text);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.post-card-heading {
  text-transform: capitalize;
  margin-bottom: 8px;
}

.post-card-category {
  color: var(--main-purple);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.sidebar-post-heading {
  text-transform: capitalize;
  margin-bottom: 0;
}

.sidebar-post-category {
  color: var(--main-purple);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.sidebar-social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sidebar-author-link {
  background-image: url('https://assets.sellerassistant.app/images/Vova-Even-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sidebar-authors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.card-button {
  border-top: 1px solid var(--grey-3-for-borders);
  color: var(--grey-1);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-bottom: 1px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-button:hover {
  color: var(--main-purple);
}

.post-tags {
  border-top: 1px solid var(--grey-3-for-borders);
  align-items: flex-start;
  margin-top: 16px;
  padding-top: 32px;
  padding-bottom: 8px;
  display: flex;
}

.tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -6px;
  margin-left: 11px;
  margin-right: -4px;
  display: flex;
}

.heading {
  flex: none;
}

.posts-3-cols {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.tab-info-right {
  padding-left: 0;
}

.help-category-card {
  border: 1px solid var(--grey-3-for-borders);
  color: var(--dark-for-text);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  transition: transform .4s, box-shadow .4s, border-color .4s, background-color .4s;
  display: flex;
}

.help-category-card:hover {
  background-color: var(--white-is-white);
  border-color: #0000;
  transform: translate(0, -6px);
  box-shadow: 0 6px 12px #30364d1f;
}

.article-link-text {
  flex: 1;
  margin-right: 7px;
  font-size: 17px;
  line-height: 28px;
}

.sidebar-promo-dots {
  opacity: .12;
  background-image: url('https://assets.sellerassistant.app/images/circle-pattern-white.svg');
  background-position: 100% 0;
  background-size: 12px;
  width: 100px;
  height: 59px;
  position: absolute;
  inset: 32% auto auto -2%;
}

.sidebar-promo-circle {
  opacity: .08;
  width: 41%;
  position: absolute;
  inset: -15% -16% auto auto;
}

.sidebar-video {
  border: 1px solid var(--grey-3-for-borders);
  background-image: url('https://assets.sellerassistant.app/images/SAA-Promo-Video-Preview.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 216px;
  margin-bottom: 12px;
  transition: filter .4s;
  display: flex;
}

.sidebar-video:hover {
  filter: brightness(96%);
}

.sidebar-video-header {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.sidebar-video-time {
  background-color: var(--grey-3-for-borders);
  color: var(--grey-1);
  border-radius: 3px;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
  padding: 24px 28px;
  display: flex;
}

.accordion-info {
  margin-left: 16px;
  margin-right: 16px;
}

.accordion-card {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  margin-bottom: 16px;
  transition: background-color .4s;
  overflow: hidden;
}

.accordion-card:hover {
  background-color: var(--white-is-white);
}

.accordion-arrow {
  opacity: .5;
  background-image: url('https://assets.sellerassistant.app/images/right-dark.svg');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
}

.accordion-text {
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 32px;
}

.accordion-heading {
  flex: 1;
  margin: 4px 16px 4px 4px;
}

.team-card {
  border: 1px solid var(--grey-3-for-borders);
  background-color: var(--white-is-white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.team-photo {
  background-image: url('https://assets.sellerassistant.app/images/Vova-Even-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.team-photo.big {
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
}

.team-photo-hover {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: none;
  position: absolute;
  inset: 0;
}

.team-links {
  z-index: 3;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: -4px;
  padding: 8px;
  display: flex;
}

.team-social-link {
  opacity: .5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 5px;
  transition: opacity .4s;
  display: flex;
}

.team-social-link:hover {
  opacity: 1;
}

.team-role {
  color: var(--grey-1);
  margin-top: -4px;
}

.team-cards {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.team-posts-link {
  border: 1px solid var(--grey-3-for-borders);
  color: var(--grey-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 23px;
  padding: 3px 7px 3px 8px;
  font-size: 9px;
  line-height: 16px;
  transition: border-color .4s, color .4s, background-color .4s;
  position: absolute;
  inset: auto auto -1px;
}

.team-posts-link:hover {
  background-color: var(--main-purple);
  color: var(--white-is-white);
  border-color: #0000;
}

.article-text-icon {
  background-image: url('https://assets.sellerassistant.app/images/file-text-dark.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  inset: 0%;
}

.article-icon {
  width: 24px;
  height: 24px;
  margin-left: -4px;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}

.article-video-icon {
  background-image: url('https://assets.sellerassistant.app/images/play-dark.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  inset: 0%;
}

.breadcrumbs-link {
  color: var(--grey-1);
  text-decoration: none;
}

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

.hero-macbook-v1 {
  width: 120%;
  max-width: none;
  margin-left: -2%;
  display: block;
}

.hero-subscribe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-form-text {
  margin-top: 16px;
  font-size: 13px;
  line-height: 20px;
}

.hero-form {
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 8px;
}

.text-huge {
  font-size: 28px;
  line-height: 40px;
}

.side-accordion {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
}

.accordion-icon {
  width: 24px;
  margin-right: 16px;
}

.iphone-v1-image {
  width: 86%;
  position: sticky;
  top: 120px;
}

.person {
  flex-direction: row;
  align-items: center;
  padding-right: 4%;
  display: flex;
}

.person-avatar {
  border-radius: 50%;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.person-info {
  flex-direction: row;
  flex: 1;
  align-items: center;
}

.person-text {
  color: var(--grey-1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: -8px;
  font-size: 10px;
  line-height: 16px;
}

.counters {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.counter {
  box-shadow: 1px 0 0 0 var(--grey-3-for-borders);
  color: var(--grey-1);
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 40px;
  display: flex;
}

.question-v1 {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 4%;
  display: flex;
}

.questions-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  display: grid;
}

.hero-circle-big {
  opacity: .08;
  width: 23vw;
  max-width: 480px;
  position: absolute;
  inset: -36% auto auto 23%;
}

.hero-dots {
  opacity: .12;
  background-image: url('https://assets.sellerassistant.app/images/circle-pattern-color.svg');
  background-position: 0 0;
  background-size: 12px;
  width: 297px;
  height: 118px;
  position: absolute;
  inset: auto auto 21% 2%;
}

.testimonials-v1-gradient {
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  height: 48%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.post-slider {
  background-color: #0000;
  height: auto;
}

.post-slide {
  width: 45%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.post-slider-intro {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.post-slider-mask {
  padding: 20px 10px;
}

.empty-state {
  border: 1px solid var(--grey-3-for-borders);
  color: var(--grey-1);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 16px;
}

.promo-video {
  border: 8px solid var(--white-is-white);
  background-image: url('https://assets.sellerassistant.app/images/SAA-Promo-Video-Preview.webp');
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.promo-video.ip-alert {
  background-image: url('https://assets.sellerassistant.app/images/How-to-Avoid-IP-Complaints-on-Amazon_1.avif');
  background-position: 50%;
}

.logotypes-hero-header {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin: 96px 15px -8px;
  display: flex;
  position: relative;
}

.header-line {
  background-color: var(--white-is-white);
  opacity: .33;
  flex: 1;
  height: 1px;
}

.logotypes-hero-heading {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex: none;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 13px;
  line-height: 20px;
}

.mini-gallery {
  grid-template-rows: 80px 80px 80px 80px 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gallery-photo._1 {
  background-image: url('https://assets.sellerassistant.app/images/daniel-korpai-qmdPIf5Q5RE-unsplash_1.avif');
}

.gallery-photo._2 {
  background-image: url('https://assets.sellerassistant.app/images/you-x-ventures-0K7GgiA8lVE-unsplash_1.avif');
}

.gallery-photo._4 {
  background-image: url('https://assets.sellerassistant.app/images/you-x-ventures-bzqU01v-G54-unsplash_1.avif');
}

.gallery-photo._3 {
  background-image: url('https://assets.sellerassistant.app/images/daniel-korpai-yAu40E-ZyZI-unsplash_1.avif');
}

.gallery-hover {
  color: var(--white-is-white);
  background-color: #30364db3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 4px 10px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
}

.gallery-zoom-icon {
  width: 16px;
  margin-right: 4px;
}

.feature-block-image {
  margin-top: 2vw;
}

.tab-link {
  color: var(--dark-for-text);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding: 32px 24px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.tab-link:hover {
  color: var(--main-purple);
}

.tab-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--main-purple);
  color: var(--main-purple);
  background-color: #0000;
}

.tabs-menu {
  border-bottom: 1px solid var(--grey-3-for-borders);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -32px 15px 80px;
  display: flex;
}

.tabs-menu.blog-categories {
  margin-top: -48px;
}

.feature-image-big {
  height: 300px;
  margin-bottom: 32px;
}

.feature-card {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  background-color: var(--white-is-white);
  color: var(--dark-for-text);
  text-align: center;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 12%;
  display: flex;
}

.feature-image-medium {
  margin-bottom: 24px;
}

.feature-image-small {
  object-fit: contain;
  flex: 0 auto;
  height: 144px;
  margin-bottom: 24px;
}

.dynamic-column {
  grid-row-gap: 80px;
  grid-template-columns: 100%;
}

.dynamic-column.margin-top {
  margin-top: 160px;
}

.hero-form-v2 {
  width: 470px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 8px;
}

.hero-macbook-v2 {
  width: 1200px;
  margin-left: -5%;
  padding-top: 8px;
  display: block;
  position: relative;
}

.hero-devices {
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.hero-bg-gradient {
  background-image: linear-gradient(315deg, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  height: 84%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.hero-iphone {
  z-index: 1;
  width: 23%;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.browser-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: -40px;
  display: flex;
}

.browser-bg {
  width: 92%;
  position: static;
}

.hero-browser {
  z-index: 1;
  background-color: var(--white-is-white);
  border-radius: 8px;
  width: 770px;
  max-width: 100%;
  position: absolute;
  box-shadow: 0 16px 30px #9165f74d;
}

.browser-top {
  align-items: center;
  padding: 12px;
  display: flex;
}

.browser-button {
  background-color: var(--grey-2);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.browser-button.red {
  background-color: var(--old--old-color-2-red);
}

.browser-button.yellow {
  background-color: var(--old--old-color-3-yellow);
}

.browser-button.green {
  background-color: var(--old--old-color-4-green);
}

.browser-content {
  background-color: var(--main-purple-3);
  border-radius: 4px;
  min-height: 400px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.browser-image {
  width: 100%;
}

.ipads-promo {
  width: 92%;
}

.image-block {
  background-image: linear-gradient(to bottom, var(--main-purple), var(--main-purple));
  border-radius: 8px;
  height: 447px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px #9165f754;
}

.image-block-macbook {
  z-index: 1;
  max-width: none;
  height: 76%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% -12%;
}

.image-block-iphone {
  z-index: 1;
  width: 56%;
  max-width: none;
  margin: auto;
  position: absolute;
  inset: 12% 0% auto;
}

.search-result-info {
  flex: 1;
  padding-top: 4px;
  padding-left: 24px;
}

.search-result-image {
  border-radius: var(--border-radius-small);
  object-fit: contain;
  object-position: 100% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 300px;
  height: 157px;
}

.text-block-2 {
  margin-top: 12px;
}

.search-result-heading {
  margin-bottom: 8px;
}

._404 {
  font-size: 152px;
  line-height: 128px;
}

.pagination-arrow {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}

.pagination {
  margin-top: 40px;
}

.pricing-tab-content {
  padding-top: 40px;
  padding-bottom: 0;
  position: sticky;
}

.pricing-tab-content.text-dark {
  color: var(--dark-for-text);
}

.pricing-tab-content.no-padding-top {
  padding-top: 0;
}

.post-card-heading-big {
  text-transform: capitalize;
  margin-top: 4px;
  margin-bottom: 12px;
}

.review-v4-avatar {
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-2-cols {
  color: var(--grey-1);
  column-count: 2;
  column-gap: 30px;
  font-size: 17px;
  line-height: 28px;
}

.intro-main-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
}

.intro-main-image.rounded-corners {
  border: 1px solid var(--ghostwhite-for-bg);
  border-radius: var(--border-radius-large);
  background-color: var(--ghostwhite-for-bg);
}

.intro-main-image.rounded-corners-10 {
  border-radius: 10px;
}

.testimonials-v3-nav {
  font-size: 8px;
  line-height: 16px;
  display: none;
}

.testimonials-v2-nav {
  font-size: 8px;
  line-height: 16px;
}

.billing-bonus {
  z-index: 1;
  color: var(--white-is-white);
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  display: block;
  position: relative;
  bottom: -80px;
}

.ipad-image {
  z-index: 1;
  margin-top: 4%;
  position: relative;
}

.circle-v1 {
  background-color: var(--main-purple);
  opacity: .12;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 35% 0% 0%;
}

.info-block {
  border: 1px solid var(--grey-3-for-borders);
  background-color: var(--white-is-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 11px 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.info-block.haze {
  background-color: var(--ghostwhite-for-bg);
}

.info-block.color-1 {
  border-radius: var(--border-radius-small);
  background-color: var(--main-purple-3);
  border-color: #9165f766;
}

.bar-close-button {
  cursor: pointer;
  background-color: #ffffff26;
  background-image: url('https://assets.sellerassistant.app/images/x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: background-color .4s;
  position: absolute;
  right: 12px;
}

.bar-close-button:hover {
  background-color: #30364d40;
}

.top-message-text {
  margin-right: 12px;
}

.small-message {
  background-color: var(--white-is-white);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 8px 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-message.gradient {
  background-image: linear-gradient(to right, var(--old--old-grade-1-light), var(--main-purple));
  color: #fff;
}

.home-button {
  background-color: var(--main-purple-3);
  background-image: url('https://assets.sellerassistant.app/images/home-color.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-button-text {
  margin-left: 31px;
  margin-right: 15px;
  padding-right: 0;
}

.coming-soon {
  background-color: var(--ghostwhite-for-bg);
  color: var(--dark-for-text);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.coming-soon-image {
  width: 100%;
  max-width: 430px;
  margin-top: -12px;
  margin-bottom: 32px;
}

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

.faq-list {
  color: var(--grey-1);
  margin-top: 0;
  padding-left: 16px;
  list-style-type: decimal;
}

.question-v2 {
  border-bottom: 1px solid var(--grey-3-for-borders);
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 48px;
  padding-right: 4%;
  display: flex;
}

.footer-v4-links {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.dropdown-header {
  border-bottom: 1px solid var(--grey-3-for-borders);
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px 12px;
}

.dropdown-header.with-button {
  justify-content: space-between;
  display: flex;
}

.dropdown-decription {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.back-to-top, .top {
  height: 0;
}

.top-button {
  z-index: 100;
  background-color: var(--main-purple);
  cursor: pointer;
  background-image: url('https://assets.sellerassistant.app/images/up-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  position: fixed;
  inset: auto auto 40px 16px;
  box-shadow: 0 1px 2px #30364d4d;
}

.macbook {
  width: 120%;
  max-width: none;
  margin-left: -2%;
  display: block;
}

.paragraph {
  margin-top: 18px;
}

.nav-dropdown-link-v2-100-width {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  padding: 4px 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2-100-width:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-v2-100-width.w--current {
  color: #30364d;
  font-weight: 700;
}

.section-3 {
  margin-top: 100px;
}

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

.strikethrough {
  color: var(--ghostwhite-for-bg);
  text-decoration: line-through;
}

.installed-page {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.title-2 {
  color: var(--main-purple);
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: var(--main-purple);
  text-transform: uppercase;
  background-color: #ededff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 7px 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.text-purple {
  color: var(--dark-for-text);
}

.home-button-2 {
  background-color: #ededff;
  background-image: url('https://assets.sellerassistant.app/images/home-color.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 78px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.browser-logo {
  object-fit: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}

.featured-browser {
  max-width: 60%;
  margin-top: 30px;
}

.marketplace-buttons {
  flex: 0 auto;
  justify-content: space-between;
  max-width: 450px;
  display: flex;
}

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

.comparison-2-cells {
  box-shadow: -1px 0 0 0 var(--main-purple-3);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 56px;
  padding: 10px 24px;
  font-weight: 500;
  display: flex;
}

.comparison-row-header {
  align-items: center;
  width: 33%;
  min-height: 56px;
  padding: 9px 20px;
  display: block;
}

.comparison-feature {
  display: block;
}

.comparison-names {
  z-index: 3;
  border-bottom: 1px solid var(--main-purple-3);
  background-color: #fff;
  width: 100%;
  display: flex;
  position: sticky;
  top: 35px;
}

.comparison-names.mobile-sticky {
  display: none;
}

.sp-badge {
  max-width: 125px;
}

.sp-badge.margin-bottom {
  max-width: 180px;
}

.intro-image {
  object-fit: contain;
}

.button-and-watch-video {
  align-items: center;
  display: flex;
}

.marketplaces-flags {
  outline-color: var(--dark-for-text);
  outline-offset: 0px;
  object-fit: contain;
  outline-width: 1px;
  outline-style: solid;
  flex: 0 auto;
  height: 24px;
  margin-bottom: 0;
}

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

.marketplaces-grid.margin-bottom {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-v1-column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  display: grid;
}

.features-list-item.text-grey {
  margin-bottom: auto;
}

.review-v1-star-big {
  width: 32px;
  margin-left: 1px;
  margin-right: 1px;
}

.rating-stars {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.rating-stars.allign-center {
  justify-content: center;
  align-items: center;
}

.rating-stars.allign-center.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.tocitem, .tocitem.toc-h2 {
  display: block;
}

.tocitem.toc-h3 {
  margin-left: 20px;
  display: block;
}

.tocitem.toc-h4 {
  margin-left: 40px;
  display: block;
}

.toc-block {
  margin-bottom: 10px;
  display: none;
}

.author-name {
  color: var(--dark-for-text);
}

.author-name:hover {
  color: var(--main-purple);
}

.share-container {
  z-index: 999;
  object-fit: fill;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 205px;
  left: 0;
}

.share-container.hidden {
  display: none;
}

.share-button {
  text-align: center;
  background-color: #4267b2;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: width .2s;
  display: flex;
}

.share-button:hover {
  width: 64px;
}

.share-button.linkedin-color {
  background-color: #0077b5;
}

.share-button.twitter-color {
  background-color: #55acee;
  justify-content: center;
}

.share-button.twitter-color:hover {
  justify-content: center;
  width: 64px;
}

.share-button.telegram-color {
  background-color: #08c;
}

.facebook-share-icon, .twitter-share-icon, .linkedin-share-icon {
  width: 24px;
  height: 24px;
}

.html-embed {
  width: 20px;
  height: 20px;
}

.telegram-icon {
  width: 24px;
  height: 24px;
}

.blogpost-promo {
  border-radius: var(--border-radius-large);
  object-fit: cover;
  width: 100%;
}

.dark-bg-label {
  color: var(--white-is-white);
}

.ip-alert-inputs {
  width: 100%;
}

.ip-alert-result {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  background-color: var(--white-is-white);
  color: var(--dark-for-text);
  flex-direction: column;
  flex: 1 1 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.partner-card-image {
  object-fit: contain;
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 216px;
  transition: filter .2s;
  overflow: visible;
}

.partner-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.inputs-block {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.ip-alert-result-raw {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.ip-alert-result-column {
  padding: 10px;
}

.ip-alert-result-column.product-info {
  width: 40%;
}

.ip-alert-result-column.ip-alert-info {
  width: 60%;
}

.ip-alert-install {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partner-card-bottom {
  color: var(--grey-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

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

.search-form {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.intro-main-video {
  width: 100%;
  max-width: none;
}

.video {
  border-radius: var(--border-radius-large);
}

.preview-text {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.5em;
}

.preview-text p {
  text-transform: none;
}

.spoiler-body {
  display: none;
}

.hero-media-container {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--main-purple);
  box-shadow: 0 0 20px 3px var(--white-is-white);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.hero-media-container.saa-screen-bg {
  background-image: url('https://assets.sellerassistant.app/images/Seller-Assistant-App-Extension-Background.webp');
  background-size: contain;
}

.hero-media-container.saa-intro-bg {
  outline-color: var(--main-purple);
  outline-offset: 0px;
  cursor: pointer;
  background-image: url('https://assets.sellerassistant.app/images/Best-Software-for-Amazon-sellers_1.avif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  border-style: none;
  border-width: 0;
  outline-width: 1px;
  outline-style: solid;
}

.hero-background-video {
  z-index: 1;
  object-fit: cover;
  border-radius: 1.3rem;
  width: 100%;
  height: 100%;
}

.h1 {
  font-family: var(--inter-font);
  font-size: 58px;
  font-weight: 700;
  line-height: 1.25em;
}

.h1.hero-small {
  font-size: 48px;
  font-weight: 500;
}

.lp-paragraph {
  opacity: 1;
  font-family: var(--inter-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.lp-paragraph.text-grey, .lp-paragraph.text-left {
  text-align: left;
}

.h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

.h2.small-text {
  font-size: 32px;
}

.writer-bio {
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
}

.rounded-corners {
  border-radius: 25px;
}

.capterra-badge {
  width: 150px;
  transition: transform .4s;
}

.capterra-badge:hover {
  transform: translate(0, -3px);
}

.capterra-badge.small {
  width: 100px;
}

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

.sound-on {
  z-index: 10;
  border: 1px none var(--main-purple);
  background-image: linear-gradient(to bottom, var(--main-purple-3), var(--main-purple-3));
  border-radius: 15px;
  justify-content: space-around;
  width: 170px;
  padding: 10px;
  transition: transform .4s;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.sound-on:hover {
  transform: translate(0, -3px);
}

.sound-on-icon {
  width: 25px;
}

.play-with-sound-text {
  color: var(--dark-for-text);
}

.nav-dropdown-link-lang {
  color: #30364d;
  background-color: #0000;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-lang:hover {
  background-color: #f8f8ff;
}

.nav-dropdown-link-lang.w--current {
  color: #30364d;
}

.nav-lang-text {
  display: none;
}

.post-author-new {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  background-color: var(--white-is-white);
  align-items: flex-start;
  margin-top: -100px;
  margin-bottom: 80px;
  padding: 28px 28px 80px;
  display: flex;
  position: relative;
}

.box-logo {
  width: 196px;
  margin-bottom: 30px;
}

.heading-2 {
  font-family: var(--inter-font);
}

.feature-slider-nav {
  text-align: center;
  padding: 20px;
}

.feature-tab-link {
  background-color: #fff0;
}

.feature-tab-link.w--current {
  background-color: #fff0;
  border-bottom: 3px solid #fff;
}

.h3 {
  font-size: 32px;
  line-height: 1.2em;
}

.feature-stars {
  display: flex;
}

.feature-image-bg-left {
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  min-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.feature-image-left {
  border: 1px solid var(--main-purple-3);
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  width: 100%;
  max-width: none;
  position: relative;
  left: 25px;
}

.feature-image-right {
  border: 1px solid var(--main-purple-3);
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  width: 100%;
  max-width: none;
  position: relative;
  right: 25px;
}

.feature-image-bg-right {
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  min-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.feature-card-new {
  border: 1px solid var(--main-purple-3);
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  color: var(--dark-for-text);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 1px 1px 40px;
  transition: box-shadow .2s;
  display: flex;
}

.feature-card-new:hover {
  box-shadow: 0 2px 5px #0003;
}

.feature-card-new.center {
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  color: var(--dark-for-text);
  border-style: solid;
  padding-right: 40px;
}

.new-fature-image-right-bottom {
  border-top-left-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-large);
  object-fit: cover;
  object-position: 0% 50%;
  min-height: 350px;
}

.tools-image {
  border-radius: var(--border-radius-small);
  margin-bottom: 20px;
}

.h3-small {
  font-size: 24px;
  font-weight: 600;
}

.new-feature-image-center {
  border-top-left-radius: var(--border-radius-small);
  border-top-right-radius: var(--border-radius-small);
  position: static;
  inset: auto 0% 0% auto;
}

.text-18 {
  font-size: 18px;
  line-height: 1.5em;
}

.nav-right-2024 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-right-2024.nav-bg {
  border-radius: var(--border-radius-small);
  padding: 14px;
}

.nav-right-2024.nav-bg.white-bg {
  border: 1px solid var(--grey-3-for-borders);
  background-color: var(--white-is-white);
}

.logo-container-2024 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-bridge-2024 {
  height: 23px;
  margin-top: -11px;
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.nav-bar-columns {
  width: 100%;
}

.nav-menu-previw {
  border-radius: var(--border-radius-small);
  width: 100%;
  margin-bottom: 20px;
}

.nav-logo-container {
  border-radius: var(--border-radius-small);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-logo-container.white-bg {
  border: 1px solid var(--grey-3-for-borders);
  background-color: var(--white-is-white);
}

.nav-menu-column {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-column.haze-bg {
  border-radius: var(--border-radius-small);
  background-color: var(--ghostwhite-for-bg);
}

.text-block-7, .text-block-8 {
  color: var(--dark-for-text);
}

.pricing-card-header {
  flex-direction: column;
  flex: none;
  align-items: center;
  padding: 60px 32px 20px;
  display: flex;
  transform: translate(0);
}

.pricing-card-header.popular {
  transform: translate(0, 15px);
}

.pricing-card-header.horizontal {
  padding-top: 20px;
  padding-bottom: 0;
}

.pricing-card {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.pricing-card.featured {
  border-color: var(--main-purple);
  background-color: var(--main-purple-3);
  transform: scale(1);
}

.pricing-card.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-card-info {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.price-popular-tag {
  align-self: flex-end;
  position: absolute;
  inset: 5% 5% auto auto;
}

.pricing-tag {
  font-size: 48px;
  font-weight: 500;
  line-height: .8em;
}

.pricing-tag.featured {
  color: var(--white-is-white);
}

.price-block {
  display: flex;
}

.price-block.full-width {
  justify-content: center;
}

.price-block.full-width.margin-bottom {
  color: var(--main-purple);
}

.pricing-currency {
  color: var(--grey-1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}

.pricing-currency.featured {
  color: var(--white-is-white);
}

.cents {
  color: var(--main-purple);
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}

.cents.featured {
  color: var(--white-is-white);
}

.menu-blog-card {
  color: var(--dark-for-text);
  border-radius: 8px;
  align-items: flex-start;
  margin-left: 0;
  margin-right: -16px;
  padding: 16px;
  text-decoration: none;
  transition: transform .4s, background-color .4s;
  display: flex;
}

.menu-blog-card:hover {
  z-index: 1;
  border: 1px solid var(--grey-3-for-borders);
  position: relative;
  transform: translate(0, -4px);
  box-shadow: 0 6px 12px -6px #0003;
}

.pricing-billing-cycle {
  color: var(--grey-1);
  align-self: flex-end;
  margin-left: -20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}

.pricing-billing-cycle.featured {
  color: var(--white-is-white);
}

.feature-card-icon {
  border-radius: var(--border-radius-small);
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.nav-dropdown-item-icon {
  border-radius: var(--border-radius-small);
  object-fit: contain;
  width: 48px;
  height: 36px;
}

.nav-dropdown-item-icon.no-border {
  border-style: none;
}

.menu-download-items {
  padding: 12px;
}

.side-bar-promo-block.sticky {
  position: sticky;
  top: 100px;
}

.card-image-header {
  margin-bottom: 20px;
}

.card-download-form {
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.side-card-guide-download {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
}

.download-guide-block {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  color: var(--dark-for-text);
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.download-guide-img {
  border-radius: var(--border-radius-large);
  height: 250px;
}

.padding-20 {
  padding: 20px;
}

.purple {
  color: var(--main-purple);
}

.guide-download-success {
  justify-content: space-between;
  display: flex;
}

.allign-center {
  align-self: center;
}

.youtube-mention-card {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  background-color: var(--white-is-white);
  color: var(--dark-for-text);
  text-align: center;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  display: flex;
}

.youtube-video-placeholder {
  border-top-left-radius: var(--border-radius-large);
  border-top-right-radius: var(--border-radius-large);
  width: 100%;
}

.youtube-mention-text-block {
  text-align: left;
  width: 100%;
  padding: 20px;
}

.paragraph-italic {
  font-style: italic;
}

.footer-heading-link {
  color: var(--dark-for-text);
}

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

.youtube-play {
  z-index: 10;
  border: 1px none var(--main-purple);
  background-image: linear-gradient(to bottom, var(--main-purple-3), var(--main-purple-3));
  border-radius: 15px;
  justify-content: space-around;
  width: 100px;
  margin-top: auto;
  padding: 10px;
  transition: transform .4s;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.youtube-play:hover {
  transform: translate(0, -3px);
}

.youtube-video-preview-container {
  width: 100%;
  position: relative;
}

.feature-info {
  flex: 1;
}

.feature-icon-left-card {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

.feature-icon-left-card.clickable-card {
  border-radius: var(--border-radius-large);
  color: var(--dark-for-text);
  transition: border .2s;
}

.feature-icon-left-card.clickable-card:hover {
  border-color: var(--main-purple);
}

.nav-dropdown-square {
  color: var(--main-purple);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-square.no-padding {
  padding: 0;
}

.text-block-11 {
  color: var(--dark-for-text);
}

.code-embed {
  width: 100%;
}

.comparison {
  border: 1px solid var(--grey-3-for-borders);
  background-color: #fff;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  top: 0;
}

.workflow-tab-container {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--main-purple);
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  margin-bottom: 20px;
  overflow: hidden;
}

.workflow-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.workflow-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: grid;
}

.workflow-tab-link {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-small);
  background-color: var(--transparent);
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.workflow-tab-link:hover {
  background-color: var(--main-purple-3);
}

.workflow-tab-link.w--current {
  border: 1px solid var(--main-purple);
  border-radius: var(--border-radius-small);
  background-color: var(--main-purple-3);
  padding-left: 10px;
  padding-right: 10px;
}

.workflow-tab-link.small.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.workflow-tab-link-container {
  background-color: var(--transparent);
  flex-flow: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.workflow-logo {
  margin-bottom: 10px;
}

.workflow-logo.no-margin-bottom {
  margin-bottom: 0;
}

.workflow-tab-link-text {
  text-align: center;
}

.text-block-12 {
  color: var(--dark-for-text);
}

.side-block-top-img {
  border-top-left-radius: var(--border-radius-large);
  border-top-right-radius: var(--border-radius-large);
}

.blog-post-rich-text img, .image {
  border-radius: var(--border-radius-large);
}

.price-comparison {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
}

.price-comparison-header {
  border-top-left-radius: var(--border-radius-large);
  border-top-right-radius: var(--border-radius-large);
  display: flex;
  position: sticky;
  top: 80px;
}

.price-comparison-footer {
  display: flex;
}

.pricing-plan {
  background-color: var(--white-is-white);
  text-align: center;
  width: 100%;
  padding: 24px;
}

.pricing-plan.featured {
  border-right: 1px solid var(--main-purple);
  border-left: 1px solid var(--main-purple);
  border-top-left-radius: var(--border-radius-large);
  border-top-right-radius: var(--border-radius-large);
}

.price-comparison-feature-row {
  display: flex;
}

.price-comparison-feature-name {
  box-shadow: -1px 0 0 0 var(--main-purple-3);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 24px;
  display: flex;
}

.price-comparison-feature-cell {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 24px;
  font-size: 14px;
  display: flex;
}

.price-comparison-feature-cell.featured {
  border-left: 1px solid var(--main-purple);
}

.feature-section-name-text {
  background-color: var(--main-purple-3);
  color: var(--grey-1);
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 400;
}

.feature-name-text {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.compare-plans-plan-name {
  color: var(--dark-for-text);
  font-size: 22px;
}

.comparison-table-check-mark {
  background-image: url('https://assets.sellerassistant.app/images/check-color.svg');
  background-position: 50%;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.pricing-billing-cycle-small {
  color: var(--grey-1);
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 16px;
}

.pricing-grid {
  z-index: auto;
  float: none;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
  top: auto;
}

.video-reviews-slider {
  background-color: #0000;
  height: auto;
}

.review-stars {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.review-stars.left {
  justify-content: flex-start;
  align-items: center;
}

.video-review-slide {
  width: 33%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.video-review-slider-mask {
  padding: 20px 0 0;
}

.slider-card {
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 72px;
  display: flex;
  position: relative;
}

.tools-tab-link {
  color: var(--dark-for-text);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.tools-tab-link:hover {
  border-top-left-radius: var(--border-radius-small);
  border-top-right-radius: var(--border-radius-small);
  background-color: var(--main-purple-3);
  color: var(--main-purple);
}

.tools-tab-link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--main-purple);
  color: var(--main-purple);
  background-color: #0000;
}

.tools-tab-menu {
  border-bottom: 1px solid var(--grey-3-for-borders);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tools-tab-icon {
  border-radius: var(--border-radius-small);
  object-fit: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.tools-tab-link-item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.achievement-2025 {
  box-shadow: 1px 0 0 0 var(--grey-3-for-borders);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.review-badge {
  padding-left: 5px;
  padding-right: 5px;
  transition: transform .4s;
}

.review-badge:hover {
  transform: translate(0, -3px);
}

.steps-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding-left: 0;
  display: flex;
}

.steps-list.vertical {
  flex-flow: column;
}

.step-list-item {
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-large);
  flex-flow: wrap;
  flex: 1;
  align-items: center;
  height: 100%;
  padding: 24px;
  display: flex;
}

.step-list-item.padding-24 {
  padding: 24px;
}

.step-list-item-container {
  flex: 1;
}

.hero-umage-center {
  border-radius: var(--border-radius-large);
  background-color: var(--main-purple-3);
}

.sg-navbar {
  position: sticky;
  top: 0;
}

.not-capitalized {
  text-transform: none;
}

.achievements-2026 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.achievements-2026.v2 {
  justify-content: space-between;
}

.achievement-small-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--grey-3-for-borders);
  border-radius: var(--border-radius-small);
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.achievement-icon {
  height: 20px;
}

.chip {
  border-radius: var(--border-radius-small);
  margin-bottom: 20px;
  padding: 4px 12px;
}

.chip.blue {
  background-color: var(--old--old-gradient-3-dark);
  color: var(--white-is-white);
}

.chip.blue.no-margin-bottom {
  margin-bottom: 0;
}

.chip.yellow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--old--old-color-3-yellow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.chip.yellow.no-margin-bottom {
  margin-bottom: 0;
}

.chip.green {
  background-color: var(--old--old-gradient-4-dark);
  color: var(--white-is-white);
}

.chip.green.no-margin-bottom {
  margin-bottom: 0;
}

.chip-text {
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-4 {
  display: flex;
}

.flex-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  display: flex;
}

.columns-2 {
  display: flex;
}

.column {
  align-self: center;
}

@media screen and (min-width: 1280px) {
  .button.nav-small.ghost {
    background-color: var(--white-is-white);
  }

  .nav-bar {
    border: 1px solid var(--transparent);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    height: 72px;
  }

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

  .feature-card-new {
    border: 0px none var(--transparent);
    transition: box-shadow .2s;
  }

  .feature-card-new:hover {
    border-color: var(--transparent);
    box-shadow: 0 2px 15px #0003;
  }

  .feature-card-new.center, .feature-card-new.center:hover {
    border: 0px none var(--transparent);
  }

  .achievements-2026 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .achievement-small-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border: 1px solid var(--grey-3-for-borders);
    border-radius: var(--border-radius-small);
    align-items: center;
    padding: 4px 8px;
    display: flex;
  }

  .achievement-icon {
    border-radius: 4px;
    width: 20px;
    height: 20px;
  }

  .chip {
    border-radius: var(--border-radius-small);
    margin-bottom: 20px;
    padding: 4px 8px;
    font-size: 14px;
  }

  .chip.blue {
    background-color: var(--old--old-gradient-3-dark);
    color: var(--white-is-white);
  }

  .chip.yellow {
    background-color: var(--old--old-color-3-yellow);
    color: var(--dark-for-text);
  }

  .chip-text {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero-v4 {
    background-color: var(--white-is-white);
  }

  .slider-arrow.posts-arrow-left {
    left: 10px;
  }

  .slider-arrow.posts-arrow-right {
    right: 10px;
  }

  .store-badge.small {
    box-shadow: 0 0 #000;
  }

  .hero-bg-gradient {
    background-image: linear-gradient(315deg, var(--old--old-grade-1-light), var(--old--old-grade-1-dark));
  }

  .marketplace-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .pricing-card-header {
    flex: none;
  }

  .video-reviews-slider {
    border-radius: var(--border-radius-large);
    background-color: var(--main-purple-3);
  }

  .video-review-slider-mask {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .main-grid, .pricing-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    margin-bottom: 12px;
  }

  h6 {
    font-size: 12px;
  }

  p {
    margin-bottom: 24px;
  }

  blockquote {
    padding: 12px 24px;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .section.intro-hero {
    margin-top: -88px;
    padding-top: 128px;
    padding-bottom: 104px;
  }

  .section.hero-v3 {
    margin-top: -64px;
    padding-top: 144px;
  }

  .section.hero-v4 {
    padding-top: 128px;
  }

  .section.hero-v1 {
    margin-top: -64px;
    padding-top: 144px;
    padding-bottom: 120px;
  }

  .section.billing-tabs-section {
    margin-top: -64px;
    padding-top: 128px;
  }

  .section.hero-v2 {
    margin-top: -64px;
    padding-top: 144px;
  }

  .section.hero-v5, .section.light-hero {
    margin-top: -64px;
    padding-top: 128px;
  }

  .section.intro-hero1 {
    margin-top: -64px;
    padding-top: 128px;
    padding-bottom: 104px;
  }

  .section.top-section {
    margin-top: -64px;
    padding-top: 136px;
    padding-bottom: 104px;
  }

  .section.hero-2024.main-bg {
    padding-top: 100px;
  }

  .section.white-hero {
    padding-top: 128px;
  }

  .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.nav-bar-wrapper-2024 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.pricing-cell-button {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .nav-bar {
    height: 88px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--dark-for-text);
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
    display: block;
  }

  .nav-link:hover {
    background-color: #fff;
  }

  .nav-link.w--current {
    color: var(--dark-for-text);
  }

  .nav-link.w--open {
    box-shadow: inset 0 1px 0 0 var(--main-purple-3);
  }

  .nav-link.white-bg {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tooltip.sidebar-author-name {
    display: none;
  }

  .no-margin {
    margin: 0;
  }

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

  .intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro.wide {
    max-width: 83.33%;
  }

  .intro.left.sticky {
    position: static;
  }

  .intro.margin-bottom, .intro.margin-bottom-60 {
    margin-bottom: 64px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    margin-top: 48px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .change {
    padding: 24px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--main-purple-3);
    background-color: #fff;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .nav-menu.nav-bg {
    background-color: var(--white-is-white);
    position: absolute;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-elements {
    min-height: 420px;
  }

  .pricing-v1-card {
    flex: 0 auto;
    width: 100%;
  }

  .info {
    flex: none;
  }

  .tab-link-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar {
    max-width: 50%;
  }

  .sidebar.sticky {
    position: static;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .post-card-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sidebar-post-card {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .sidebar-post-card:hover {
    box-shadow: none;
    background-color: #0000;
    transform: none;
  }

  .sidebar-post-image {
    width: 72px;
    height: 60px;
    margin-right: 12px;
  }

  .sidebar-author:hover {
    background-color: #0000;
  }

  .sidebar-tags {
    padding-left: 0;
    padding-right: 0;
  }

  .post-card {
    padding: 0;
    overflow: visible;
  }

  .post-card:hover {
    box-shadow: none;
    background-color: #0000;
    transform: none;
  }

  .post-card.big {
    padding: 0;
  }

  .post-card-image-big {
    height: 31vw;
    margin-bottom: 0;
  }

  .post-card-image {
    border-top-left-radius: var(--border-radius-large);
    border-top-right-radius: var(--border-radius-large);
    height: 31vw;
  }

  .nav-dropdown-icon {
    opacity: .4;
    margin-right: 24px;
    display: inline-block;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .dropdown-list.v2.w--open {
    width: 100%;
    margin-left: 0;
  }

  .dropdown-list.v2024 {
    background-color: var(--white-is-white);
  }

  .dropdown-list.v2024.w--open {
    border-style: none;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .dropdown-corner, .dropdown-bridge {
    display: none;
  }

  .sg-color {
    height: 25vw;
  }

  .cta-card, .breadcrumbs {
    margin-left: 8px;
    margin-right: 8px;
  }

  .features-v8 {
    width: auto;
    margin-bottom: 44px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .feature-v8 {
    font-size: 13px;
    line-height: 20px;
  }

  .feature-v8-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .achievement-text {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 32px;
  }

  .pricing-v2-card {
    flex: 0 auto;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .subscribe-v1 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .social-icons.subscribe-v1-icons {
    margin-top: 32px;
    margin-right: 0;
  }

  .subscribe-1-form-wrapper {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .subscribe-v1-heading {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .subscribe-v1-icon {
    width: 32px;
    margin-bottom: 8px;
  }

  .footer-v2 {
    padding-top: 48px;
  }

  .feature-blocks {
    flex-wrap: wrap;
  }

  .feature-block {
    box-shadow: 0 0 0 1px var(--main-purple-3);
    flex: 0 auto;
    width: 100%;
    padding: 12vw;
  }

  .top-message {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 48px;
  }

  .small-message-text {
    flex: 1;
  }

  .side-tab-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .message-text {
    flex: 1;
  }

  .post-info-top {
    font-size: 11px;
  }

  .footer-v2-bottom-menu-link {
    margin-right: 16px;
  }

  .testimonials-v5 {
    padding-bottom: 72px;
  }

  .testimonials-v5-slide {
    width: 50%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .review-v5 {
    font-size: 15px;
  }

  .review-v5-logo {
    height: 28px;
  }

  .logotypes {
    justify-content: space-around;
    padding-left: 8%;
    padding-right: 8%;
  }

  .logotypes.v2 {
    justify-content: center;
  }

  .logo-link {
    margin: 12px 8px;
  }

  .logo {
    height: 28px;
  }

  .menu-button {
    z-index: 2147483647;
    border-radius: var(--border-radius-small);
    background-color: var(--white-is-white);
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    color: var(--dark-for-text);
  }

  .big-message {
    padding: 32px;
  }

  .big-message-text {
    flex: 1;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .licence-item {
    margin-bottom: 20px;
    box-shadow: 0 10px 20px #30364d1a;
  }

  .play-button {
    width: 64px;
    height: 64px;
    padding: 18px;
  }

  .footer-v4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .search-result {
    margin-bottom: 24px;
    box-shadow: 7px 7px 20px #5962731f;
  }

  .feature-card-hover {
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .article-list {
    grid-row-gap: 16px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .article-link {
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .article-link:hover {
    border-color: var(--grey-3-for-borders);
    box-shadow: none;
    background-color: #0000;
    transform: none;
  }

  .help-categories {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-dropdown {
    display: block;
  }

  .contact-form-card {
    margin-left: 8px;
    margin-right: 8px;
    padding: 80px;
  }

  .about-photo {
    height: 60vw;
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2.w--current {
    color: var(--dark-for-text);
  }

  .pricing-v3 {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-v3-plans {
    top: 0;
  }

  .pricing-plan-cell {
    padding: 20px;
  }

  .pricing-v3-category-header {
    padding-left: 18px;
    padding-right: 20px;
    top: 124px;
  }

  .pricing-v3-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-v3-row-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-v3-plan-name, .pricing-v3-plan-mobile {
    font-size: 14px;
  }

  .menu-icon-line-top {
    background-color: var(--main-purple);
  }

  .menu-icon-line-top.dark {
    background-color: var(--dark-for-text);
  }

  .menu-icon-line-bottom {
    background-color: var(--main-purple);
  }

  .menu-icon-line-bottom.dark {
    background-color: var(--dark-for-text);
  }

  .menu-icon-line-middle {
    background-color: var(--main-purple);
  }

  .menu-icon-line-middle.dark {
    background-color: var(--dark-for-text);
  }

  .testimonials-v1 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonials-v1-column.mobile-hidden {
    display: none;
  }

  .testimonials-v2 {
    width: 90vw;
    max-width: none;
    height: 440px;
  }

  .slider-arrow.posts-arrow-left, .slider-arrow.posts-arrow-right {
    display: none;
  }

  .review-v2 {
    padding-bottom: 16px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .review-v2-quote {
    width: 56px;
  }

  .review-v2-quote.left {
    top: 40px;
    left: 40px;
  }

  .review-v2-quote.right {
    bottom: 40px;
    right: 40px;
  }

  .review-v2-add-button:hover {
    letter-spacing: 0;
  }

  .logotypes-small {
    max-width: 400px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-v2-dots {
    bottom: -10%;
    left: 12%;
  }

  .testimonials-v3-circle-big {
    top: -8%;
    right: 9%;
  }

  .testimonials-v3-circle-small {
    left: 7%;
  }

  .dots {
    height: 81px;
    top: 34%;
    bottom: -10%;
    left: -14%;
  }

  .circle-big {
    width: 32vw;
    bottom: -19%;
  }

  .circle-small {
    width: 10vw;
    top: 20%;
    right: 4%;
  }

  ._2-buttons {
    grid-column-gap: 12px;
    margin-right: 8px;
  }

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

  .footer-grid {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wave-bottom, .wave-top {
    height: 6vw;
  }

  .pricing-card-circle {
    width: 20vw;
    top: -9vw;
    right: -6vw;
  }

  .pricing-v1-gradient {
    height: 70%;
  }

  .main-questions {
    width: 100%;
  }

  .sidebar-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .posts-2-cols {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }

  .posts-2-cols.side-paddings {
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar-post-heading {
    font-size: 15px;
    line-height: 24px;
  }

  .sidebar-post-category {
    margin-bottom: 4px;
  }

  .tags {
    padding-left: 0;
    padding-right: 0;
  }

  .posts-3-cols {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .help-category-card:hover {
    border-color: var(--grey-3-for-borders);
    box-shadow: none;
    background-color: #0000;
    transform: none;
  }

  .sidebar-promo-circle {
    width: 13vw;
  }

  .sidebar-video {
    height: 30vw;
  }

  .team-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-macbook-v1 {
    width: 87%;
  }

  .iphone-v1-image {
    width: 64%;
    position: static;
  }

  .counters {
    flex-wrap: wrap;
  }

  .hero-circle-big {
    width: 38vw;
    bottom: -19%;
  }

  .hero-dots {
    height: 96px;
    bottom: -10%;
    left: -14%;
  }

  .testimonials-v1-gradient {
    height: 56vw;
  }

  .post-slider {
    width: 92%;
  }

  .post-slide {
    padding-left: 0;
    padding-right: 32px;
  }

  .post-slider-intro {
    margin-top: 0;
  }

  .post-slider-mask {
    padding: 0;
    overflow: visible;
  }

  .promo-video {
    height: 48vw;
  }

  .logotypes-hero-header {
    margin-left: 8px;
    margin-right: 8px;
  }

  .logotypes-hero-heading {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .mini-gallery {
    grid-template-rows: 12vw 12vw 12vw 12vw 12vw;
  }

  .feature-block-image {
    margin-top: 6vw;
  }

  .tab-link {
    padding: 24px 16px;
  }

  .feature-image-big {
    height: 27vw;
  }

  .feature-card {
    padding: 5vw;
  }

  .feature-image-medium, .feature-image-small {
    height: 27vw;
  }

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

  .dynamic-column.margin-top {
    grid-row-gap: 32px;
    margin-top: 0;
  }

  .hero-bg-gradient {
    height: 85%;
  }

  .browser-bg {
    width: 100%;
  }

  .hero-browser {
    width: 76vw;
  }

  .browser-top {
    padding: 8px;
  }

  .browser-button {
    width: 10px;
    height: 10px;
  }

  .browser-content {
    min-height: 30vw;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .image-block {
    height: 56vw;
  }

  .search-result-info {
    padding-top: 0;
  }

  .search-result-image {
    width: 150px;
    height: 79px;
  }

  ._404 {
    font-size: 128px;
    line-height: 104px;
  }

  .post-card-heading-big {
    font-size: 18px;
    line-height: 24px;
  }

  .circle-v1 {
    width: 40vw;
    height: 40vw;
    right: 40vw;
  }

  .info-block {
    margin-left: 8px;
    margin-right: 8px;
  }

  .small-message {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-button {
    width: 32px;
  }

  .home-button-text {
    display: none;
  }

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

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

  .macbook {
    width: 87%;
  }

  .nav-dropdown-link-v2-100-width {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2-100-width:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2-100-width.w--current {
    color: #30364d;
  }

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

  .home-button-2 {
    width: 32px;
  }

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

  .comparison-row-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comparison-names {
    top: 0;
  }

  .marketplaces-flags {
    outline-color: var(--dark-for-text);
    outline-offset: 0px;
    outline-width: 1px;
    outline-style: none;
  }

  .marketplaces-grid.margin-bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .ip-alert-result {
    padding: 5vw;
  }

  .partner-card-image {
    height: 31vw;
  }

  .partner-card-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-background-video {
    max-height: 300px;
  }

  .nav-dropdown-link-lang {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-lang:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-lang.w--current {
    color: #30364d;
  }

  .nav-lang-text {
    display: block;
  }

  .nav-lang-icon {
    display: none;
  }

  .post-author-new {
    margin-top: 0;
    margin-bottom: 48px;
    padding-right: 16%;
  }

  .logo-container-2024 {
    margin-right: 10px;
  }

  .dropdown-bridge-2024 {
    display: none;
  }

  .pricing-card {
    flex: 0 auto;
  }

  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.horizontal {
    display: none;
  }

  .menu-blog-card {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .menu-blog-card:hover {
    box-shadow: none;
    background-color: #0000;
    transform: none;
  }

  .youtube-mention-card {
    padding-bottom: 5vw;
  }

  .comparison {
    margin-left: 8px;
    margin-right: 8px;
  }

  .workflow-tab-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pricing-plan, .price-comparison-feature-name, .price-comparison-feature-cell {
    padding: 20px;
  }

  .compare-plans-plan-name {
    font-size: 14px;
  }

  .pricing-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .video-reviews-slider {
    width: 92%;
  }

  .video-review-slide {
    width: 50%;
    padding-left: 0;
    padding-right: 32px;
  }

  .video-review-slider-mask {
    padding: 0;
    overflow: visible;
  }

  .slider-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .tools-tab-link {
    padding: 24px 16px;
  }

  .achievements-2026 {
    justify-content: space-around;
    padding-left: 8%;
    padding-right: 8%;
  }

  .achievements-2026.v2 {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2 {
    font-size: 25px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.intro-hero {
    margin-top: -88px;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .section.hero-v3 {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.hero-v4 {
    padding-top: 96px;
  }

  .section.hero-v1 {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.billing-tabs-section, .section.hero-v2, .section.hero-v5, .section.light-hero {
    margin-top: -60px;
    padding-top: 96px;
  }

  .section.intro-hero1 {
    margin-top: -60px;
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .section.top-section {
    margin-top: -60px;
    padding-top: 88px;
    padding-bottom: 80px;
  }

  .section.white-hero {
    padding-top: 96px;
  }

  .wrapper {
    display: flex;
  }

  .button.pricing-cell-button {
    margin-bottom: -8px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .nav-bar {
    height: 88px;
  }

  .nav-link, .nav-link.login-on-mobile {
    display: block;
  }

  .no-margin {
    margin: 0;
  }

  .no-margin-bottom, .intro.no-margin-bottom {
    margin-bottom: 0;
  }

  .intro.left.sticky {
    position: static;
  }

  .intro.margin-bottom, .intro.margin-bottom-60 {
    margin-bottom: 48px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .changelog {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .pricing-v1-card {
    padding: 32px;
  }

  .pricing-v1-tag {
    font-size: 40px;
    line-height: 48px;
  }

  .tabs-menu-v2 {
    flex-wrap: wrap;
  }

  .sidebar {
    max-width: 320px;
  }

  .simple-form {
    padding-left: 16%;
    padding-right: 16%;
  }

  .cta-card {
    padding-left: 12%;
    padding-right: 12%;
  }

  .cta-card-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .features-v8 {
    margin-bottom: 32px;
  }

  .feature-v8 {
    margin: 6px 4px;
  }

  .achievements {
    flex-wrap: wrap;
    width: 83.33%;
  }

  .achievement {
    box-shadow: 1px 1px 0 0 var(--grey-3-for-borders);
    flex: 0 auto;
    width: 50%;
  }

  .review-v9 {
    padding: 6px;
  }

  .pricing-v2-card-info {
    margin-left: 12px;
    margin-right: 12px;
  }

  .pricing-v2-card-info.horizontal {
    margin-left: 0;
    margin-right: 0;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .feature {
    width: 100%;
  }

  .feature-blocks {
    flex-wrap: wrap;
  }

  .feature-block {
    flex: 0 auto;
    width: 100%;
  }

  .side-tab-link {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 28px;
  }

  .footer-v2-bottom-menu {
    justify-content: center;
    margin-bottom: 12px;
  }

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

  .footer-v2-bottom-info {
    justify-content: center;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .testimonials-v5-slide {
    padding-left: 4%;
    padding-right: 4%;
  }

  .slider-nav {
    font-size: 8px;
  }

  .logo {
    height: 28px;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .post-author-avatar {
    width: 64px;
    height: 64px;
  }

  .post-author-info {
    padding-top: 8px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .big-message {
    padding: 24px;
  }

  .footer-v4-nav {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }

  .footer-v4-link {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-result {
    padding: 24px;
  }

  .article-list {
    column-count: 1;
  }

  .article-link {
    padding: 20px;
  }

  .help-categories {
    width: 100%;
  }

  .contact-form-card {
    padding: 64px 12%;
  }

  .pricing-v3 {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-v3-plans {
    position: static;
  }

  .pricing-v3-plans.mobile-sticky {
    display: flex;
    position: sticky;
    top: 0;
  }

  .pricing-v3-plans.bottom {
    border-top: 1px solid var(--main-purple-3);
    display: flex;
  }

  .pricing-plan-cell {
    width: 50%;
  }

  .pricing-plan-cell.no-divider {
    display: none;
  }

  .pricing-v3-currency {
    margin-top: 0;
    margin-left: -11px;
    font-size: 14px;
  }

  .pricing-v3-tag {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-v3-category-header {
    padding-left: 14px;
    padding-right: 16px;
    position: static;
  }

  .pricing-v3-row {
    flex-wrap: wrap;
  }

  .pricing-v3-row-header {
    border-bottom: 1px solid var(--main-purple-3);
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-v3-row-header.addon-name {
    width: 100%;
  }

  .pricing-v3-cell {
    min-height: 48px;
    font-size: 13px;
  }

  .pricing-cell-icon {
    width: 20px;
  }

  .pricing-v3-plan-name {
    font-size: 13px;
    display: none;
    position: sticky;
  }

  .pricing-v3-plan-mobile {
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 13px;
    position: sticky;
  }

  .menu-icon {
    background-color: #0000;
    margin-left: 2px;
    margin-right: 2px;
  }

  .review-v1-text {
    margin: 24px;
  }

  .review-v1-bottom {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review-v1-rating {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    padding-left: 56px;
  }

  .logo-text {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonials-v2 {
    width: 88vw;
  }

  .slider-arrow {
    width: 48px;
    height: 48px;
    padding: 10px;
    left: -24px;
  }

  .slider-arrow.right {
    right: -24px;
  }

  .review-v2-add-button {
    right: 40px;
  }

  .testimonials-v3 {
    width: 90vw;
    height: 90vw;
  }

  .review-v3-quote {
    width: 48px;
  }

  .main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: grid;
  }

  .main-grid._3-columns {
    grid-template-columns: 1fr;
  }

  .review-v2-dots {
    width: 81px;
    bottom: -15%;
  }

  .reviiew-v2-circle-big {
    display: none;
  }

  .reviiew-v2-circle-small {
    top: -9%;
  }

  .dots {
    width: 226px;
    height: 71px;
    top: 38%;
  }

  .circle-big {
    bottom: -2%;
    right: 14%;
  }

  .circle-small {
    width: 15vw;
    top: 17%;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v2-logo {
    height: 48px;
  }

  .pricing-v2-wave {
    height: 32px;
  }

  .pricing-card-dots {
    left: -11%;
  }

  .pricing-card-circle {
    width: 18vw;
    top: -8vw;
  }

  .sidebar-promo-dots {
    width: 231px;
  }

  .sidebar-promo-circle {
    width: 16vw;
  }

  .sidebar-video {
    height: 216px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .hero-subscribe {
    grid-template-columns: minmax(200px, 1fr) auto;
  }

  .hero-form {
    width: 100%;
  }

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

  .accordion-icon {
    width: 20px;
    margin-left: 1px;
    margin-right: 10px;
  }

  .counter {
    box-shadow: 1px 1px 0 0 var(--grey-3-for-borders);
  }

  .hero-circle-big {
    width: 50vw;
    bottom: -17%;
    right: 8%;
  }

  .hero-dots {
    width: 231px;
  }

  .testimonials-v1-gradient {
    height: 62vw;
  }

  .post-slide {
    padding-right: 24px;
  }

  .mini-gallery {
    grid-template-rows: 14vw 14vw 14vw 14vw 14vw;
  }

  .feature-image-big {
    width: 100%;
    height: auto;
  }

  .feature-image-medium, .feature-image-small {
    height: 25vw;
  }

  .dynamic-column {
    grid-row-gap: 32px;
  }

  .hero-form-v2 {
    width: 100%;
  }

  .browser-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._404 {
    font-size: 96px;
    line-height: 80px;
  }

  .text-2-cols {
    column-count: 1;
  }

  .top-message-text {
    font-size: 13px;
    line-height: 20px;
  }

  .nav-buttons {
    flex: 0 auto;
    display: none;
  }

  .footer-v4-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -8px;
  }

  .top-button {
    display: none;
  }

  .installed-page {
    width: 100%;
  }

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

  .comparison-2-cells {
    min-height: 48px;
    font-size: 13px;
  }

  .comparison-row-header {
    border-bottom: 1px solid var(--main-purple-3);
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .comparison-names {
    position: static;
  }

  .comparison-names.mobile-sticky {
    display: flex;
    position: sticky;
    top: 0;
  }

  .marketplaces-flags {
    margin-bottom: 0;
  }

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

  .columns {
    width: 100%;
  }

  .rating-stars {
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
  }

  .inputs-block {
    flex-direction: column;
    align-items: stretch;
  }

  .ip-alert-result-raw.ip-alert-info {
    flex-direction: column;
  }

  .ip-alert-result-column, .ip-alert-result-column.product-info, .ip-alert-result-column.ip-alert-info {
    width: 100%;
  }

  .lp-paragraph.text-left {
    margin-bottom: 40px;
    font-weight: 400;
    display: block;
  }

  .nav-lang-text {
    display: block;
  }

  .nav-lang-icon {
    display: none;
  }

  .nav-right-2024.nav-bg {
    background-color: #0000;
  }

  .nav-right-2024.nav-bg.white-bg {
    padding: 0;
  }

  .pricing-card-info {
    margin-left: 12px;
    margin-right: 12px;
  }

  .pricing-currency {
    margin-top: 0;
    margin-left: -11px;
    font-size: 14px;
  }

  .cents {
    font-size: 14px;
  }

  .download-guide-block {
    flex-flow: column-reverse;
    align-items: center;
  }

  .workflow-tab-menu {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pricing-plan, .price-comparison-feature-name, .price-comparison-feature-cell {
    width: 50%;
  }

  .compare-plans-plan-name {
    font-size: 13px;
    display: none;
    position: sticky;
  }

  .pricing-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: grid;
  }

  .review-stars {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    padding-left: 56px;
  }

  .video-review-slide {
    padding-right: 24px;
  }

  .slider-card {
    padding-left: 12%;
    padding-right: 12%;
  }

  .achievement-2025, .step-list-item {
    box-shadow: 1px 1px 0 0 var(--grey-3-for-borders);
    flex: 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .section.intro-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: -60px;
    padding-top: 60px;
    display: grid;
  }

  .section.intro-hero.hero-devices {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: inline-grid;
  }

  .section.hero-v4 {
    padding-top: 96px;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.side-margins {
    margin-top: 6px;
    margin-bottom: 6px;
  }

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

  .button.pricing-cell-button {
    margin-left: 0;
    margin-right: 0;
  }

  .button.pricing-cell-button.yellow.hidden-on-mobile, .button.pricing-cell-button.ghost.hidden-on-mobile {
    display: none;
  }

  .button.nav-small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-bar.fixed {
    z-index: 10;
  }

  .nav-link, .nav-link.login-on-mobile {
    display: block;
  }

  .utility-page-content {
    width: 100%;
  }

  .no-margin {
    margin: 0;
  }

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

  .intro.no-margin-bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .intro.wide {
    max-width: 100%;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

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

  .sidebar {
    max-width: none;
  }

  .input {
    min-width: 0;
  }

  .input.subscribe-v1-input {
    text-align: center;
    width: 100%;
  }

  .simple-form {
    padding-left: 0%;
    padding-right: 0%;
  }

  .simple-form.row {
    flex-flow: column;
  }

  .post-card-image-big {
    height: 58vw;
  }

  .post-card-author {
    margin-left: 0;
    padding-left: 0;
  }

  .post-card-image {
    height: 58vw;
  }

  .sg-color {
    height: 40vw;
  }

  .cta-card-info {
    align-items: stretch;
  }

  .subscribe-form {
    flex-flow: column wrap;
    grid-template-columns: 100%;
    align-items: stretch;
    width: 100%;
    min-width: 200px;
  }

  .inline-elements {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .store-button.side-margins {
    margin: 8px 0;
  }

  .achievements, .achievement {
    width: 100%;
  }

  .video-link.margin-left {
    margin-top: 16px;
    margin-left: 0;
  }

  .input-wrapper.no-margin {
    margin: 0;
  }

  .subscribe-v1-form {
    width: 100%;
  }

  .feature {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .side-tab-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .message {
    text-align: center;
    flex-direction: column;
  }

  .message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer-v2-bottom-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonials-v5 {
    padding-bottom: 56px;
  }

  .testimonials-v5-slide {
    width: 100%;
  }

  .feature-icon-left {
    padding-right: 0;
  }

  .feature-info-right {
    padding-left: 20px;
  }

  .logotypes {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 2%;
    padding-right: 2%;
  }

  .logotypes.v2 {
    justify-content: center;
  }

  .logo-link {
    margin: 0;
    padding: 8px 12px;
  }

  .logo {
    height: 24px;
  }

  .menu-button {
    z-index: 10;
    border-radius: var(--border-radius-small);
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .big-message {
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .big-message-text {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .sg-button-block {
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .password-card {
    padding: 40px;
  }

  .footer-v4-nav {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .footer-v4-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .search-result {
    flex-wrap: wrap;
    padding: 28px;
  }

  .contact-form-card {
    flex-direction: column;
    padding: 40px 10%;
  }

  .pricing-v3 {
    border-radius: var(--border-radius-large);
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-v3-plans.bottom.hidden-on-mobile {
    display: none;
  }

  .pricing-plan-cell {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 16px 8px;
  }

  .pricing-v3-billing {
    flex: 1;
  }

  .pricing-v3-currency {
    margin-left: -10px;
    margin-right: 2px;
  }

  .pricing-v3-row-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pricing-v3-row-header.addon-name {
    width: 100%;
  }

  .testimonials-v1 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .review-v1-rating {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonials-v2 {
    height: 520px;
  }

  .slider-arrow {
    display: none;
  }

  .review-v2 {
    padding-bottom: 32px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .review-v2-quote.left, .review-v2-quote.right {
    display: none;
  }

  .review-v2-add-button {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .testimonials-v3 {
    border-radius: 12px;
    height: 540px;
  }

  .review-v3-quote.left {
    top: 24px;
    left: 24px;
  }

  .review-v3-quote.right {
    bottom: 24px;
    right: 24px;
  }

  .review-v3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .main-grid.margin-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.no-padding {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .review-v2-dots {
    bottom: -12%;
  }

  .reviiew-v2-circle-small {
    top: -8%;
  }

  .dots {
    width: 160px;
    height: 82px;
    bottom: -12%;
  }

  .circle-big {
    width: 35vw;
    bottom: 12%;
  }

  .circle-small {
    width: 17vw;
    top: 22%;
    right: 6%;
  }

  ._2-buttons {
    justify-items: center;
    width: 100%;
  }

  ._2-buttons.margin-bottom {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .wave-bottom, .wave-top {
    height: 10vw;
  }

  .pricing-card-circle {
    width: 30vw;
  }

  .pricing-v1-gradient {
    height: 83%;
  }

  .pricing-side-features, .main-questions {
    grid-template-columns: 1fr;
  }

  .posts-2-cols, .posts-3-cols {
    grid-template-columns: 100%;
  }

  .help-category-card {
    padding: 24px;
  }

  .sidebar-promo-dots {
    bottom: -12%;
  }

  .sidebar-promo-circle {
    top: 6%;
  }

  .sidebar-video {
    height: 60vw;
  }

  .team-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-macbook-v1 {
    width: 100%;
  }

  .hero-subscribe {
    grid-template-columns: minmax(100%, 1fr);
    padding-left: 0%;
    padding-right: 0%;
  }

  .iphone-v1-image {
    width: 80%;
  }

  .person, .person-info {
    padding-right: 0;
  }

  .counters {
    width: 100%;
  }

  .counter {
    flex: 0 auto;
    width: 100%;
  }

  .question-v1 {
    padding-right: 0;
  }

  .hero-circle-big {
    bottom: 12%;
    right: -19.8vw;
  }

  .hero-dots {
    bottom: -12%;
  }

  .testimonials-v1-gradient {
    height: 112vw;
  }

  .post-slider {
    width: 100%;
  }

  .post-slide {
    width: 100%;
    padding-right: 16px;
  }

  .promo-video {
    height: 64vw;
  }

  .mini-gallery {
    grid-template-rows: 30vw;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 30vw;
  }

  .tab-link {
    box-shadow: 0 1px 0 0 var(--grey-3-for-borders);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabs-menu {
    border-bottom-style: none;
    display: block;
  }

  .feature-card {
    padding: 10vw;
  }

  .feature-image-medium, .feature-image-small {
    width: 100%;
    height: auto;
  }

  .hero-macbook-v2 {
    width: 100%;
  }

  .hero-bg-gradient {
    height: 92%;
  }

  .hero-browser {
    width: 84vw;
  }

  .image-block {
    height: 72vw;
  }

  .search-result-info {
    padding-top: 20px;
    padding-left: 0;
  }

  .search-result-image {
    flex: 0 auto;
    width: 300px;
    height: 158px;
  }

  .testimonials-v3-nav {
    margin-bottom: 12px;
    display: block;
  }

  .testimonials-v2-nav {
    margin-bottom: 20px;
  }

  .ipad-image {
    width: 120vw;
    max-width: none;
  }

  .circle-v1 {
    width: 50vw;
    height: 50vw;
    right: 60vw;
  }

  .nav-buttons {
    justify-items: center;
    width: 100%;
    display: none;
  }

  .question-v2 {
    padding-right: 0;
  }

  .footer-v4-links {
    margin-bottom: 16px;
    margin-right: -16px;
    padding-right: 0;
  }

  .dropdown-header.with-button {
    flex-flow: column;
  }

  .dropdown-decription {
    margin-bottom: 10px;
  }

  .macbook {
    width: 100%;
  }

  .featured-browser {
    max-width: 100%;
  }

  .marketplace-buttons {
    flex-flow: column;
  }

  .browsers-grid {
    flex-direction: column;
    grid-auto-flow: row;
    display: flex;
  }

  .comparison-row-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comparison-names.mobile-sticky {
    top: 60px;
  }

  .intro-image {
    margin-top: 20px;
  }

  .button-and-watch-video {
    flex-direction: column;
  }

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

  .share-container {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    inset: auto 0% 0%;
  }

  .ip-alert-result {
    padding: 10vw;
  }

  .partner-card-image {
    height: 58vw;
  }

  .inputs-block {
    flex-direction: column;
    align-items: stretch;
  }

  .ip-alert-result-raw {
    flex-direction: column;
    display: flex;
  }

  .ip-alert-install {
    flex-direction: column;
  }

  .intro-main-video {
    width: 104%;
  }

  .hero-background-video {
    max-height: 180px;
  }

  .h1 {
    font-size: 46px;
  }

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

  .h2 {
    font-size: 36px;
  }

  .locales-wrapper-nav {
    text-align: left;
    justify-content: space-between;
  }

  .nav-lang-text {
    display: block;
  }

  .nav-lang-icon {
    display: none;
  }

  .h3 {
    font-size: 36px;
  }

  .nav-right-2024.nav-bg {
    background-color: #0000;
    border: 0 solid #000;
  }

  .pricing-currency {
    margin-left: -10px;
    margin-right: 2px;
  }

  .youtube-mention-card {
    padding: 10vw;
  }

  .feature-info {
    padding-left: 20px;
  }

  .comparison {
    border-radius: 0;
    margin-left: -8px;
    margin-right: -8px;
  }

  .workflow-tab-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .workflow-tab-link-header {
    text-align: center;
  }

  .pricing-plan, .price-comparison-feature-name, .price-comparison-feature-cell {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 16px 8px;
  }

  .pricing-billing-cycle-small {
    flex: 1;
  }

  .pricing-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .video-reviews-slider {
    width: 100%;
  }

  .review-stars {
    justify-content: flex-start;
    align-items: center;
  }

  .video-review-slide {
    width: 100%;
    padding-right: 16px;
  }

  .tools-tab-link {
    box-shadow: 0 1px 0 0 var(--grey-3-for-borders);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tools-tab-menu {
    border-bottom-style: none;
    display: block;
  }

  .achievement-2025, .step-list-item {
    width: 100%;
  }

  .achievements-2026 {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 2%;
    padding-right: 2%;
  }

  .achievements-2026.v2 {
    justify-content: center;
  }
}

#w-node-_7aabd648-70e0-178b-14eb-e8df231340cd-0d1bfb01, #w-node-a94ac701-dcb5-6cf8-c885-b7b599aaac31-0d1bfb01 {
  grid-area: span 6 / span 8 / span 6 / span 8;
}

#w-node-_18504579-775a-7f3a-8441-e45fd8e2ad6a-0d1bfb01 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_18504579-775a-7f3a-8441-e45fd8e2ad8b-0d1bfb01 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-cb9551b6-1d89-a428-be17-58920f3c85f8-0d1bfb01 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-cb9551b6-1d89-a428-be17-58920f3c8620-0d1bfb01 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_37df65bf-293c-91a2-96cb-66ab09c36d32-0d1bfb01 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_37df65bf-293c-91a2-96cb-66ab09c36d5a-0d1bfb01 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_768643f8-7778-3ea6-0014-8484d5f1f51f-d1822f9d {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_768643f8-7778-3ea6-0014-8484d5f1f52d-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f53e-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f549-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f560-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f56f-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f580-d1822f9d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40926188-2a21-e47b-fd86-0617c1f6ebb9-c1f6ebaa {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e37f3e70-6a0a-9558-5e97-86047f0f193f-7f0f193f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#nav-bar-login.w-node-d87cdd5c-5ace-e463-a307-f178ce8289f8-27a66c25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b59585cf-d9f4-876c-88c2-5c2f98c04b2e-0d1bfb88 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8af3b004-aacd-e336-98a8-40008fbcb3e1-0d1bfb88 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_77ae6bed-d3c5-7d7e-39c0-4f88780101b5-0d1bfb88 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f2cdf1b3-065d-102d-8a60-5c6b346190d4-0d1bfb88 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-f2cdf1b3-065d-102d-8a60-5c6b346190e2-0d1bfb88 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f2cdf1b3-065d-102d-8a60-5c6b346190e3-0d1bfb88 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-f2cdf1b3-065d-102d-8a60-5c6b346190e8-0d1bfb88 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f2cdf1b3-065d-102d-8a60-5c6b346190ed-0d1bfb88 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-f2cdf1b3-065d-102d-8a60-5c6b346190f2-0d1bfb88 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_55e18693-2a47-e7cb-7867-320a2f777518-0d1bfb88 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_367d2f00-722c-a870-80ea-93527d47c413-b32f4091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da7f-0d1bfba9, #w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da6f-0d1bfba9, #w-node-_8d3a6c25-11a9-2785-423a-a778c71df871-0d1bfba9, #w-node-_50b00e42-e7aa-61bf-fa0c-d577de1e457c-0d1bfba9, #w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da8f-0d1bfba9, #w-node-_207ac8ac-c925-2300-afd7-94ca705bda9e-0d1bfba9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_06482f61-b9ec-6e61-9392-0cc93b61a38d-3b61a38a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_06482f61-b9ec-6e61-9392-0cc93b61a397-3b61a38a {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center;
}

#w-node-_1cfc0277-7dcb-7500-3333-f3aa161aeac6-0d1bfbc9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-_1cfc0277-7dcb-7500-3333-f3aa161aeacd-0d1bfbc9 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b93132b8-4809-8962-7c5c-4fb51d4ac345-1d4ac342 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_5998eaf0-5850-9aff-84a9-18d5070c0c3e-070c0c3b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-e424ab92-0e30-1314-8e49-4d32b48402d2-070c0c3b {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-b77f37d3-81f4-97af-d502-ef162ab9aeb4-422c6650 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_194d8b0f-475f-6611-4925-b9cb422c6653-422c6650 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_2d5ab517-e279-48f9-b3f5-7cbbc261ab86-c261ab79 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2d5ab517-e279-48f9-b3f5-7cbbc261ab7c-c261ab79 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-ae676c6d-44b7-193d-f516-110f1aa4e6ca-0d1bfbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbca {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfbca {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2a2b9b0d-855b-7f59-ad20-5dbf1da23f34-0d1bfbcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-0d1bfbd1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-0d1bfbd1 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_79ff496f-14b9-088a-20c3-c92377134861-77134854 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_94b330bd-e648-7a05-f26a-10912eba3a3d-77134854 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ae676c6d-44b7-193d-f516-110f1aa4e6ca-0d1bfbd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbd3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfbd3 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_522f2796-9e15-a488-7944-aa5c2b11f18c-0d1bfbd5 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-e3b528c9-c5bb-34d6-a3e1-1b661267df27-0d1bfbd7, #w-node-_33f6c3e2-b2d9-83b1-c376-83268f84cde6-0d1bfbd7, #w-node-_6bfb38f4-decd-2089-68f7-ded6b15babb8-0d1bfbd7, #w-node-_19066cec-f9d4-553f-2edf-ebe1e0072792-0d1bfbda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#download-guide-block.w-node-_059facca-9cc4-3e24-2d4f-5bd303e6fe9c-03e6fe9c {
  grid-area: span 6 / span 8 / span 6 / span 8;
}

#w-node-_1fccab7b-adf7-8cb5-cade-4ac8d7ba73a9-0d1bfbdb, #w-node-_078de49d-f311-e015-247c-76967aff5c0a-0d1bfbdc, #w-node-_27f5dd17-b933-f8b3-d138-81c44c0fd236-0d1bfbdd, #w-node-_3bfab82f-6a44-6637-6efa-6a112565bd4d-0d1bfbde {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbdf, #w-node-_9e619a76-6d9f-cac5-20c2-f5cfa00ba739-0d1bfbdf, #w-node-_0bfb0acc-c189-f0f4-2f43-51cc7a99d24c-0d1bfbdf {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_5a8cdf1a-1484-2f4c-2a8a-75f8f058be81-0d1bfbdf, #w-node-_5a8cdf1a-1484-2f4c-2a8a-75f8f058be8b-0d1bfbdf, #w-node-_2c06b151-7c4f-7d60-6d6d-63760bacb066-0d1bfbdf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_695f68ac-13de-99ec-b56c-446aba359f36-0d1bfbe4 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ae676c6d-44b7-193d-f516-110f1aa4e6ca-0d1bfbf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbf6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfbf6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_06c1fc50-177d-c2d7-0555-7073953dbf6c-0d1bfbf6 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3e5bc09d-5cc6-096a-55b8-eea8a030de3d-0d1bfc11 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-_3e5bc09d-5cc6-096a-55b8-eea8a030de44-0d1bfc11 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e7ed905f-e8fc-008f-5934-01d9fec4261a-fec4261a, #w-node-_80999dfe-029a-57f5-c4b4-786f10a08f27-32e6092f, #w-node-d86cf166-7b2a-aeda-51cb-2ab4be66c023-32e6092f, #w-node-_5ca731bd-04d9-acd1-e7f0-fec8cf12e6aa-32e6092f, #w-node-ebaab7d2-ac58-2548-ae09-3aa2a1642ae7-32e6092f, #w-node-f4063be4-2e76-c0a0-48ec-aa3467a5ad03-32e6092f, #w-node-a5c45141-efec-8df4-c0f4-990e6970f08c-32e6092f, #w-node-_18c1c194-522d-ed46-182e-920617d0f23d-32e6092f, #w-node-b2d23b35-5aac-0872-e342-ab1e13cc963a-32e6092f, #w-node-fbd9507d-85f2-b91d-1800-e7e3969ce693-32e6092f, #w-node-_8077dec6-0522-30f5-e144-3b5a1e26130f-32e6092f, #w-node-_9fa1e38d-2b57-b9c2-7b3c-0176c86d7abb-32e6092f, #w-node-_1f80b771-db07-8b6c-98a6-f295b70334fc-32e6092f, #w-node-f0886f75-acff-0712-42af-15a36c753c09-32e6092f, #w-node-_18dd8a47-a6ce-2996-ff76-c12b0ed7080b-32e6092f, #w-node-dab32ecf-1212-b167-1278-09cd604c266a-32e6092f, #w-node-a4cdc7ab-67ea-a0e6-1cdf-9165e5e20fa4-32e6092f, #w-node-_1e935591-102a-51e4-00d8-036d7c44e453-32e6092f, #w-node-_3b4cb68e-c4d9-b6de-3ed5-ada466d00a0c-32e6092f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ed4652a9-599b-9b3b-f5c5-0eafd0acfb80-0d1bfc13, #w-node-_1dbc26e9-d4d3-1c11-eeab-daf26eabd374-0d1bfc13 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b9d4e890-325e-5015-436c-1bedff42e0d5-0d1bfc13, #w-node-_74452e8e-a7a1-30a4-a474-5c490c37e084-0d1bfc13, #w-node-_56084885-8d15-98cb-162f-841d5e0451ac-0d1bfc13 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a64-0d1bfc13, #w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a6e-0d1bfc13, #w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a78-0d1bfc13, #w-node-f8adfb03-a8e4-3f91-f682-9e8ea07e7fda-0d1bfc13, #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fcc5-0d1bfc13, #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fcd0-0d1bfc13, #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fcdb-0d1bfc13, #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fce6-0d1bfc13 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c3b32333-27b5-f8bc-850f-3c7cd95e56b4-0d1bfc13, #w-node-deb572c1-87c8-85f5-cdbe-ff3f5814a6d5-0d1bfc13, #w-node-_9af6e2b1-26fb-626c-48a5-1f3e551f00e8-0d1bfc13, #w-node-_01841f9d-503c-efbc-abb8-04ec0115d046-0d1bfc13, #w-node-_4d4e8739-00b5-cecd-304e-3eeb09eafa16-0d1bfc13, #w-node-b5b08318-978e-56d7-f0d6-cb491f9d2b00-0d1bfc13, #w-node-a8ba8feb-dc9e-8634-f4bc-d8d1ef917f3c-0d1bfc13, #w-node-_06c85145-c8a9-0ff3-b229-1eb520ae4633-0d1bfc13, #w-node-_2af7634f-7839-35d9-8b8f-3bd7838005cb-0d1bfc13, #w-node-_721d133d-a30a-44ad-356b-37962db6ac91-0d1bfc13, #w-node-_3adb5583-e7ee-9af5-1bd0-4172f37659f8-0d1bfc13, #w-node-_33b62014-f0d2-beab-4ccb-0c27fd0a28fd-0d1bfc13, #w-node-_1980476d-e972-57d6-0288-6b153f686701-0d1bfc13, #w-node-_0efec2aa-dc6a-5a5b-5989-d6363ee7fd9a-0d1bfc13, #w-node-_38082cff-37e3-6efc-6511-0fd83c17f993-0d1bfc13 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e0f3659f-81c2-9ed3-2ece-19f08ff12143-0d1bfc16 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-e0f3659f-81c2-9ed3-2ece-19f08ff12138-0d1bfc16 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_946fabce-ef78-f078-556b-e91fc2f06166-0d1bfc16 {
  align-self: stretch;
}

#w-node-_04869715-47ef-a5d7-5eec-787c92812ade-0d1bfc16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04869715-47ef-a5d7-5eec-787c92812af6-0d1bfc16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1dd1b02c-9449-a913-a54f-6a547d6c0315-6411106d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f96d9e25-b460-6116-afee-6ee9456be086-0d1bfc4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2c91a0b2-126a-394e-7a39-ea052b6cee84-0d1bfc4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98dcc9b0-d56c-709f-0040-bfc0de14fcff-de14fcff {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_01cdca75-8597-dfac-8858-4399b488d201-b488d1fe {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_01cdca75-8597-dfac-8858-4399b488d20e-b488d1fe {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ae676c6d-44b7-193d-f516-110f1aa4e6ca-0d1bfc4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfc4f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfc4f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_10e6e58c-f599-d1a8-c7c4-ff983a9f24f1-0d1bfc4f {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_10e6e58c-f599-d1a8-c7c4-ff983a9f24fc-0d1bfc4f {
  grid-area: 1 / 1 / 2 / 8;
  place-self: center;
}

#w-node-_6ace8f45-75b6-261b-876b-a266e392358a-0d1bfc4f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_6ace8f45-75b6-261b-876b-a266e3923595-0d1bfc4f {
  grid-area: 1 / 5 / 2 / 13;
  place-self: center;
}

#w-node-e4d079bc-5bc1-b652-82e5-4ecfa486cbee-0d1bfc50 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-e4d079bc-5bc1-b652-82e5-4ecfa486cbf5-0d1bfc50 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_46474f52-add1-6bc7-ff03-a7a6aa6e7083-0d1bfc50 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ad1-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ad6-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99adb-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ae0-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ae5-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99aea-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99aef-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99af4-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99af9-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99afe-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b05-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b0a-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b0f-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b14-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b19-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b1e-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b23-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b28-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b2d-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b32-c4f99ac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7896c9c-86c1-ea72-fbee-972baf6c319d-0d1bfc52 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_91c5e20f-6a72-8699-87b8-8ffb655d9fe8-0d1bfc52 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_29c3e49b-3c77-c7f0-59d1-b170afaac23a-0d1bfc52 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_90877e45-1dff-e6a1-8651-2cd4373406f8-0d1bfc52 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_90877e45-1dff-e6a1-8651-2cd4373406f9-0d1bfc52 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-f28d1cd1-4a17-5b40-39a7-eb732c93dc45-0d1bfc52 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_572118a2-08be-d15b-f1a2-437b85288333-0d1bfc52 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_572118a2-08be-d15b-f1a2-437b85288334-0d1bfc52 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_5711c0d3-c4c4-9fe6-72ef-ceb3aaaffcae-0d1bfc52 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6ea25ce1-4b75-5e61-b9f7-96949ee2ee33-0d1bfc52 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: start center;
}

#w-node-_6ea25ce1-4b75-5e61-b9f7-96949ee2ee34-0d1bfc52 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-fb097305-c1f8-ab10-aeb5-526e88c5790f-0d1bfc52 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-fb097305-c1f8-ab10-aeb5-526e88c57925-0d1bfc52 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_79e49f61-866e-8b5b-2501-92248dba91c2-0d1bfc52 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_79e49f61-866e-8b5b-2501-92248dba91ec-0d1bfc52 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_79e49f61-866e-8b5b-2501-92248dba9218-0d1bfc52 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_79e49f61-866e-8b5b-2501-92248dba9241-0d1bfc52 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_3622e74b-fa47-8398-ce97-283232478dc6-0d1bfc52 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_926f6ca7-473a-2415-f0d6-47f31ccd806b-0d1bfc52 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_6869529b-72b8-39ec-48db-fa01280a582e-0d1bfc52 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d0d3bf36-e56e-f538-344b-80a0c94f3946-0d1bfc53 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d0d3bf36-e56e-f538-344b-80a0c94f3945-0d1bfc53 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_167584b7-317c-8696-5337-3d4e1c86f802-0d1bfc53, #w-node-_167584b7-317c-8696-5337-3d4e1c86f80d-0d1bfc53, #w-node-_167584b7-317c-8696-5337-3d4e1c86f818-0d1bfc53 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e18004b-d8fa-8ae3-53b1-240d2c684d5d-0d1bfc53 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_7e18004b-d8fa-8ae3-53b1-240d2c684d5e-0d1bfc53 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-d0d3bf36-e56e-f538-344b-80a0c94f397b-0d1bfc53 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-d0d3bf36-e56e-f538-344b-80a0c94f3983-0d1bfc53 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-d0d3bf36-e56e-f538-344b-80a0c94f3984-0d1bfc53 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-d0d3bf36-e56e-f538-344b-80a0c94f3b1e-0d1bfc53 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a0398509-b1f7-ac40-66c5-4a4028d294a3-0d1bfc53, #w-node-a0398509-b1f7-ac40-66c5-4a4028d294c4-0d1bfc53, #w-node-a0398509-b1f7-ac40-66c5-4a4028d294e5-0d1bfc53 {
  align-self: start;
}

#w-node-_8936da31-b6dd-22d9-41ea-7a686570e7a6-0d1bfc53 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-c1e89564-71cb-3ab7-66ed-8f4edcc973c3-0d1bfc53 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_3e3f1416-cb2e-6a5a-fb6c-c8c4404c9e96-0d1bfc54 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-b174d6a8-9f72-06e9-d355-d7e3dc806851-0d1bfc54 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d4396f84-26d8-2824-878d-c38279c6f787-0d1bfc54, #w-node-d4396f84-26d8-2824-878d-c38279c6f791-0d1bfc54 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a685072b-0753-41c8-6e99-4da0dfc3f98a-0d1bfc54 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-a685072b-0753-41c8-6e99-4da0dfc3f98b-0d1bfc54 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_0c720ede-4954-81a2-8a08-ac35c996250f-0d1bfc54 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_0c720ede-4954-81a2-8a08-ac35c9962510-0d1bfc54, #w-node-_3e3f1416-cb2e-6a5a-fb6c-c8c4404c9ed4-0d1bfc54 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-b3f3219c-1a6d-fad1-e422-1c97b482516d-0d1bfc54 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_80926c44-7ea6-054b-4476-01b705bde972-0d1bfc54 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_1f9ee22d-0f36-3482-3031-cbfdad887678-0d1bfc54 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c2ee54bd-c1c8-6439-91b6-2ffba9372067-0d1bfc54 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_2f0a14d1-e3ea-3707-b9c3-8cd642af5941-0d1bfc54 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6e3db12f-d32d-58df-4d03-1ad687861b84-0d1bfc54 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d1ec15dd-1e7d-e4f1-7a90-8d1bc4beef2c-0d1bfc54 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-_925fcb64-752c-5a79-ae4e-f8f69f7423e9-0d1bfc54, #w-node-_3efd4af7-5635-77fd-e84c-fdac4c1cdf6f-0d1bfc54 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_3e3f1416-cb2e-6a5a-fb6c-c8c4404ca06e-0d1bfc54 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_37ca9685-cdbf-73ff-d2db-d3a661d6f44f-0d1bfc54 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_37ca9685-cdbf-73ff-d2db-d3a661d6f47b-0d1bfc54 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: center;
}

#w-node-_28df6004-54c7-6975-c355-1f26634777c3-0d1bfc55 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_990f0bcc-6974-1d01-4efd-84d795cbb003-0d1bfc55 {
  grid-area: 2 / 2 / 3 / 12;
  place-self: end center;
}

#w-node-_0a64b8f0-c574-139a-6323-cd69a0b27e95-0d1bfc55, #w-node-_0a64b8f0-c574-139a-6323-cd69a0b27ea0-0d1bfc55, #w-node-_0a64b8f0-c574-139a-6323-cd69a0b27eab-0d1bfc55, #w-node-_0a64b8f0-c574-139a-6323-cd69a0b27eb6-0d1bfc55 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_28df6004-54c7-6975-c355-1f2663477800-0d1bfc55 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_28df6004-54c7-6975-c355-1f2663477801-0d1bfc55 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_28df6004-54c7-6975-c355-1f26634777d8-0d1bfc55 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_28df6004-54c7-6975-c355-1f2663477812-0d1bfc55 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_28df6004-54c7-6975-c355-1f2663477813-0d1bfc55 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_84cd9680-5443-9806-195d-d3115877287b-0d1bfc55 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_34ce0992-b831-b4e4-dc0a-216a785ce114-0d1bfc55 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_34ce0992-b831-b4e4-dc0a-216a785ce11b-0d1bfc55 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: start;
}

#w-node-_34ce0992-b831-b4e4-dc0a-216a785ce13a-0d1bfc55 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313719-0d1bfc55 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313743-0d1bfc55, #w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313773-0d1bfc55 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dfd48c73-bf4c-e428-76ea-5c46b0814352-0d1bfc55 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f846dc21-5048-5409-e6f4-b30e6f6267be-0d1bfc56 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-c5bd1fc4-9313-5b9a-0b88-40c069ce67fa-0d1bfc56, #w-node-_959cb00f-6e77-b0cd-2508-4f18a18321af-0d1bfc56 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5cf3133d-0855-7ea7-32d4-94d74a2c514b-0d1bfc56 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-_5cf3133d-0855-7ea7-32d4-94d74a2c514c-0d1bfc56 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_1c8912d8-b4ca-a6bb-13b6-df1492afcf77-0d1bfc56 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f2f59c22-d2ff-952f-1069-26b5b3808a57-0d1bfc56 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_563cd769-bb9a-7d2d-bedc-eedd22e52d2c-0d1bfc56 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3e97f572-345b-299d-7794-7360ca78655a-0d1bfc56 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_202afff7-f5d6-90c1-254f-4b315077b160-0d1bfc56 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_005090e7-4bc4-ea00-369c-aa74ead6f821-0d1bfc56 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-ea39c4ab-e2a9-6708-be70-ff7836ec1a13-0d1bfc56 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_28e02de7-8c94-caf0-e8c0-4d0f76f95e47-0d1bfc56 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-a8cdb16a-4795-83b2-87d3-e54e98b6d895-0d1bfc56 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-cc10b544-9340-fc1a-3ce0-1570071c8d31-0d1bfc57, #w-node-_4837aa1b-6610-fae6-6e53-dbe3c83e0cc6-0d1bfc57 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-cd8366bb-b94d-0b3a-7272-c82f8470e8be-0d1bfc59 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-cd8366bb-b94d-0b3a-7272-c82f8470e8c5-0d1bfc59 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_2912ad0f-2afa-4b4f-e75b-b136d75c854a-0d1bfc59 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_10ef922f-9083-9458-831d-988cd0922ee5-0d1bfc5b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-_10ef922f-9083-9458-831d-988cd0922eec-0d1bfc5b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_0d97db56-5eae-3b86-6972-2e44c1357ba7-0d1bfc71 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_113f1c6d-a7bc-7ec6-4d34-c881c5e354a3-0d1bfc71 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83cae347-996a-799a-0d4b-ccf3c148bf7d-0d1bfc74 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_83cae347-996a-799a-0d4b-ccf3c148bf7e-0d1bfc74 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_931247c5-e35b-6ad1-0aa5-84f84b29fe0a-0d1bfc74 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_2d86f798-1828-af35-3951-e3dedad12c4f-0d1bfc7a {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_1fe8ddac-11f2-d01f-dc21-32d125f85f85-0d1bfc7a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-_18fc3aa3-8e70-9730-c48e-7d4214c85d58-0d1bfc7a {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_63f082b2-76b4-01f8-6702-53881aeec0f9-1aeebf26 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_63f082b2-76b4-01f8-6702-53881aeec15e-1aeebf26, #w-node-_91352c59-9ccf-2712-6260-e38098dd1bd0-1aeebf26, #w-node-ba8ed39e-b46c-8f5f-9bc8-1d15949df016-1aeebf26 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5f30-1aeebf26 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5f75-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5fbe-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5fed-1aeebf26 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab6022-1aeebf26 {
  order: 0;
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_63f082b2-76b4-01f8-6702-53881aeec1c9-1aeebf26 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-c20e36cc-6c19-b7d0-d184-7060cc955b05-0d1bfc8f {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6521b928-b391-fb66-d218-39bb6cbaeba9-0d1bfc8f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: center;
}

#w-node-c0b72b94-5fe0-df62-f597-aba171b56b28-0d1bfc8f {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_40682c6a-74c7-a397-183b-bcb3f1e030a6-0d1bfc8f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: center;
}

#w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e25-0d1bfc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e4f-0d1bfc8f, #w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e7f-0d1bfc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_956c12ab-76a8-47fb-f780-ac9977623268-0d1bfc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center start;
}

#w-node-_956c12ab-76a8-47fb-f780-ac9977623273-0d1bfc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_956c12ab-76a8-47fb-f780-ac997762329d-0d1bfc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d9ffb048-24c2-dea9-dbc7-fdb57aebdf51-0d1bfc8f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_61469818-e7f1-8f28-9837-bb68a52e3d51-0d1bfc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-b1b985e4-b7d1-c749-62b8-827d23cc582d-0d1bfc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_470e49be-2b22-e83c-76f8-cacd71d6edd8-0d1bfc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_80021e0a-ad58-5238-1430-f78fcd5b4bd6-0d1bfc8f {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_332db2c3-c934-ad1d-e42c-74280c103714-0d1bfc91 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_332db2c3-c934-ad1d-e42c-74280c10373e-0d1bfc91, #w-node-_332db2c3-c934-ad1d-e42c-74280c10376e-0d1bfc91 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_80b68f5b-a2cb-f245-350f-d5d524b063c3-0d1bfc91, #w-node-_80b68f5b-a2cb-f245-350f-d5d524b063e4-0d1bfc91, #w-node-_80b68f5b-a2cb-f245-350f-d5d524b06405-0d1bfc91 {
  align-self: start;
}

#w-node-bda89594-3058-6f55-816b-deb9c936ce01-0d1bfca9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-bda89594-3058-6f55-816b-deb9c936ce2b-0d1bfca9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bda89594-3058-6f55-816b-deb9c936ce57-0d1bfca9, #w-node-b534bcac-a029-8c04-5655-c66150ef07cd-0d1bfca9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-b534bcac-a029-8c04-5655-c66150ef07f7-0d1bfca9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b534bcac-a029-8c04-5655-c66150ef0823-0d1bfca9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_4bbd4998-af68-0849-ec51-0daa57af97ad-0d1bfca9, #w-node-_3b9ccb01-ee8c-baa5-54aa-f65ebc32af46-0d1bfca9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ff3abbc9-d940-8b57-5cc6-7f66e7275f2a-0d1bfca9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff3abbc9-d940-8b57-5cc6-7f66e7275f88-0d1bfca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2bb0f701-5da1-0e4a-1593-201ee3e1331d-0d1bfcae {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_2bb0f701-5da1-0e4a-1593-201ee3e13312-0d1bfcae {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_082cfa76-3721-6fb8-c823-38f338404556-0d1bfcae {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_9f074c0c-05b3-0994-40a0-462c1822d5a7-0d1bfcae {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_084c64bf-3a97-b3e4-f8b7-39c7306f92f1-0d1bfcae {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_084c64bf-3a97-b3e4-f8b7-39c7306f92e6-0d1bfcae {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-c3ae8ef8-50d8-2964-2a20-f5aaa98ae2ba-0d1bfcae {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-c3ae8ef8-50d8-2964-2a20-f5aaa98ae2cb-0d1bfcae {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8adcd3c8-670d-c56f-cefc-ea7d7f7ed036-0d1bfcae {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-dbcbce68-c064-4463-1e1e-a025cbcc9f7e-0d1bfcae {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d1b9e7af-13cf-79c0-1677-b1edb7a11695-0d1bfcae {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-d1b9e7af-13cf-79c0-1677-b1edb7a116ae-0d1bfcae {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c01cb9ce-6ad2-cfd5-6f03-122c8618e7a6-0d1bfcae {
  grid-area: 1 / 8 / 2 / 12;
  place-self: start center;
}

#w-node-c01cb9ce-6ad2-cfd5-6f03-122c8618e7a7-0d1bfcae {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-ca0aa2e7-c626-0272-8287-dae621f95df1-0d1bfcb9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-ca0aa2e7-c626-0272-8287-dae621f95df8-0d1bfcb9 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-e777aa53-83e7-2106-4a02-bc8e760026fd-760026f5, #w-node-e777aa53-83e7-2106-4a02-bc8e76002720-760026f5, #w-node-e777aa53-83e7-2106-4a02-bc8e76002744-760026f5 {
  align-self: start;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfcbc {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a30-0d1bfcdd {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a31-0d1bfcdd {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-0d1bfcdd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ef310464-4936-67d0-9fed-70cd6d72acff-0d1bfcdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7f7a8ae-6c0a-3f82-c741-702200f0f5e8-0d1bfcde {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-c7f7a8ae-6c0a-3f82-c741-702200f0f5ef-0d1bfcde {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b079a6d5-5e4d-9c12-706e-3f247affcb80-7affcb73 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-b079a6d5-5e4d-9c12-706e-3f247affcb90-7affcb73 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfcdf {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfcdf {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_44d7eb73-11ff-f695-0e26-a37f9d2fe93d-9d2fe93d {
  grid-area: span 6 / span 8 / span 6 / span 8;
}

#w-node-_9cb41592-3be0-633f-845a-d6cfd8e8bca3-00f3a9a4, #w-node-e6c766fb-aedd-5e57-cef1-4cf7819a8af4-00f3a9a4, #w-node-_07a8a0d1-c421-6696-f75f-73fdaad48152-00f3a9a4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_288bcd71-5654-3b5d-c119-d933f2cb910a-0d1bfcf9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bce69323-1e34-c95c-0281-5bf16e6767ae-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767b1-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767b4-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767b7-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767ba-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767bd-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767c0-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767c3-0d1bfcf9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_20f12d6c-e14b-cde1-1603-59016d411964-0d1bfcf9, #w-node-_459cf96c-d650-5553-c433-0a9adfd6b9c4-0d1bfcf9, #w-node-_54d49c41-81bb-bf75-b115-4439df76f0b7-0d1bfcf9, #w-node-c0f5c994-4338-0b86-c4f1-519a00f204ca-0d1bfcf9, #w-node-dc4c9ad4-59f9-f8ba-3c06-c3caccb18f25-0d1bfcf9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b73301ea-a807-e88c-1cb3-b0587d1660fd-0d1bfcf9, #w-node-_9bf5c6bf-c584-de8f-4140-d2ff624f8d0f-0d1bfcf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67b8c-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67b8d-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67ba1-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67ba2-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bb3-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bb4-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bc5-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bc6-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bd9-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bda-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67beb-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bec-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bf7-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67bf8-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67c09-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67c0a-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67c1b-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bf5184c6-8c64-f526-706f-62de8cc67c1c-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2979-0d1bfd01, #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2983-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a298f-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2990-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a299b-0d1bfd01 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a299c-0d1bfd01 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a29a7-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a29a8-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-ceea754a-b557-6bc9-69c3-30aa2c3d8699-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-ceea754a-b557-6bc9-69c3-30aa2c3d869a-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_8e98cd3b-fe0f-0327-eb5a-1b58d8ebc807-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_8e98cd3b-fe0f-0327-eb5a-1b58d8ebc808-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_8f85dff5-92cd-72ce-a761-371a15b86f48-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_8f85dff5-92cd-72ce-a761-371a15b86f49-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-e854927a-b910-3a59-5157-1f604eb7ce0d-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-e854927a-b910-3a59-5157-1f604eb7ce0e-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_1507cd74-0fcc-a00a-37de-0832c540a848-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-_1507cd74-0fcc-a00a-37de-0832c540a849-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-ebab7377-08b9-1ad6-f7a7-cc4e20ad28fc-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-ebab7377-08b9-1ad6-f7a7-cc4e20ad28fd-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-a0b39c9e-7369-d1e5-3a33-ae633a0fc58c-0d1bfd01 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center;
}

#w-node-a0b39c9e-7369-d1e5-3a33-ae633a0fc58d-0d1bfd01 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-ce1b77fd-0ae2-76ed-ebe4-4f64537ddf86-0d1bfd03, #w-node-ce1b77fd-0ae2-76ed-ebe4-4f64537ddfa7-0d1bfd03, #w-node-ce1b77fd-0ae2-76ed-ebe4-4f64537ddfc8-0d1bfd03 {
  align-self: start;
}

#w-node-_3ba849be-beff-6b05-1659-d4f59fae1bcb-0d1bfd03 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-f21c4814-368f-02d0-79bc-339b90f5dd54-0d1bfd03 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-b33118fd-f25a-262f-7c8e-1ca62f80bb66-2f80bb63 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-b33118fd-f25a-262f-7c8e-1ca62f80bb6d-2f80bb63 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_5d87a322-7d5e-4386-4c4b-82f4d593e4e9-d593e4e9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c8d90e0b-ed84-30ac-4ab4-674269181451-0d1bfd1e {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ce6a93c2-5338-65ee-0643-341730cdf4e6-0d1bfd1e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-ce6a93c2-5338-65ee-0643-341730cdf4ed-0d1bfd1e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_24eff3bc-16f4-236e-66a1-72b9feb115de-0d1bfd20 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_24eff3bc-16f4-236e-66a1-72b9feb115e6-0d1bfd20 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_5b9b7ca3-d226-4ebe-c33d-129909c787be-0d1bfd20 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_5b9b7ca3-d226-4ebe-c33d-129909c787cd-0d1bfd20 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center;
}

#w-node-_27080a37-1d74-cfa4-5aa1-78a9ac52b7f3-0d1bfd20 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_76821f1c-0f0b-c385-3aeb-9e276612052d-0d1bfd20 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_4f6f9e95-6d07-c7d0-218a-9d2a881f1c1c-0d1bfd20 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-de46c3c2-b27b-0810-5bc5-f5f38b289713-0d1bfd20 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_17ac5b9a-7117-d47c-c605-3a971994d1eb-0d1bfd20 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_17ac5b9a-7117-d47c-c605-3a971994d1f3-0d1bfd20 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-db1ed5c9-2107-efaf-4757-3fcbf7ed10ed-0d1bfd20 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-db1ed5c9-2107-efaf-4757-3fcbf7ed10f4-0d1bfd20 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_75a3be49-f546-2b5f-149d-d56d58353baa-0d1bfd3a {
  grid-area: span 3 / span 8 / span 3 / span 8;
}

#w-node-_75a3be49-f546-2b5f-149d-d56d58353bac-0d1bfd3a, #w-node-_75a3be49-f546-2b5f-149d-d56d58353bb7-0d1bfd3a, #w-node-_4ceabfb9-0275-a558-381c-87c22aab9b37-0d1bfd3a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_70f4e030-791a-c227-a91b-4828aba6c27b-0d1bfd3a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e38a11ad-9808-a9f3-9877-d0e67ff07f03-7ff07f03 {
  grid-area: span 6 / span 8 / span 6 / span 8;
}

#w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-b2b1da7c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-b2b1da7c {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-a2254475 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-a2254475 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-6ab160f3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-6ab160f3 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-5309218c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-5309218c {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-d36a6d44 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-d36a6d44 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_537dff6e-4b47-31e2-e029-52ac4b5d1a2d-2ba7df0f {
  grid-area: span 3 / span 8 / span 3 / span 8;
}

#w-node-_537dff6e-4b47-31e2-e029-52ac4b5d1a31-2ba7df0f, #w-node-_537dff6e-4b47-31e2-e029-52ac4b5d1a35-2ba7df0f, #w-node-_537dff6e-4b47-31e2-e029-52ac4b5d1a39-2ba7df0f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_657f0c92-3b56-c1f1-2bd4-3c03ef746ef8-2ba7df0f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d6c51069-242a-d0e5-c83e-2ef0a82577cf-0bb83ad7, #w-node-d6c51069-242a-d0e5-c83e-2ef0a82577d3-0bb83ad7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_706dda2f-c3d5-8ec0-8af0-e82e156d32c9-0bb83ad7, #w-node-_77d5aca0-fd8b-744c-76b7-a87e7bf6dc4c-0bb83ad7, #w-node-_77d5aca0-fd8b-744c-76b7-a87e7bf6dc50-0bb83ad7, #w-node-_002aaf70-0dfb-73b1-e556-723b6c660d13-0bb83ad7, #w-node-_465ffeaf-ad31-078c-c424-c76bec47188a-0bb83ad7, #w-node-c12d16ef-049b-ec77-75a7-820577f976ce-0bb83ad7, #w-node-a63b8d4b-0c73-0a93-740e-73adbe3ac90b-0bb83ad7, #w-node-_82c2a285-31e6-16c8-f615-57bc90664286-0bb83ad7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ba23dd20-3e5a-f8f5-d177-09e46c0c10b3-6c0c10b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-ba23dd20-3e5a-f8f5-d177-09e46c0c10ba-6c0c10b0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_0d97db56-5eae-3b86-6972-2e44c1357ba7-3ff837ad {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_113f1c6d-a7bc-7ec6-4d34-c881c5e354a3-3ff837ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b03cf327-6966-d29a-df50-5676ac7b8a9c-3ff837ad {
  grid-area: span 3 / span 8 / span 3 / span 8;
}

#w-node-b03cf327-6966-d29a-df50-5676ac7b8aa0-3ff837ad, #w-node-b03cf327-6966-d29a-df50-5676ac7b8aa4-3ff837ad, #w-node-b03cf327-6966-d29a-df50-5676ac7b8aa8-3ff837ad, #w-node-f2131e2a-8e08-7155-280b-d77c06b5a343-21f23127, #w-node-f2131e2a-8e08-7155-280b-d77c06b5a347-21f23127, #w-node-f2131e2a-8e08-7155-280b-d77c06b5a34b-21f23127, #w-node-_87a79dd5-ead0-045d-5c57-d6a53e1f3790-21f23127, #w-node-_67637b73-d20b-4650-ce66-b520ccb14514-21f23127, #w-node-_1d95ca2c-5db4-1fec-ceaf-93ca0a124205-21f23127 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-b94f84f9 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-b94f84f9 {
  grid-area: 2 / 1 / 2 / 13;
}

#w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-b94f84f9, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-b94f84f9 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-b94f84f9, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-b94f84f9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_49ec2e9f-b444-541c-faaf-39491e4e1101-ce6004fa {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-_49ec2e9f-b444-541c-faaf-39491e4e1108-ce6004fa {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-04269f47 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-04269f47 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-b24db055 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-b24db055 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-d5adb228 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-d5adb228 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-08fc1335 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-08fc1335 {
  grid-area: 2 / 1 / 2 / 13;
}

#w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-08fc1335, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-08fc1335 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-08fc1335 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-08fc1335 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-08fc1335, #w-node-_9bc8580c-04f2-4dc0-93a0-4d3a763c05d2-08fc1335 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-90a2597b {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-90a2597b {
  grid-area: 2 / 1 / 2 / 13;
}

#w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-90a2597b, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-90a2597b {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-90a2597b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-90a2597b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-90a2597b, #w-node-_9bc8580c-04f2-4dc0-93a0-4d3a763c05d2-90a2597b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-5b4f1e7b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-5b4f1e7b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_50afcb91-0594-e6c0-e18c-e8f8ecc0a41d-aaf22775 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_095bf82a-c13a-7029-c1b0-6a30b6f68207-79dc3ef5, #w-node-_7d7903a2-8332-de92-9542-c0bb08f452d3-79dc3ef5, #w-node-_595214d7-6593-a425-5927-3e00d18826ef-d18826ec, #w-node-bffa5104-2b35-9a94-3d45-a3a253624b16-cea4897c {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8fadb147-636b-4b6d-9eaa-acb9dec40497-dec40495 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center;
}

#w-node-_8fadb147-636b-4b6d-9eaa-acb9dec40498-dec40495 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-f7c4a71f-20af-fc95-33be-8450ecbfd823-ecbfd817 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f7c4a71f-20af-fc95-33be-8450ecbfd834-ecbfd817 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-de3e42cf-34b4-4fd3-007d-7aee549a2ca4-549a2c98 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-de3e42cf-34b4-4fd3-007d-7aee549a2cb9-549a2c98 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-64cf9a47 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-64cf9a47 {
  grid-area: 1 / 6 / 2 / 13;
}

@media screen and (min-width: 1280px) {
  #w-node-d1482bd0-abc6-2a2a-93fa-c78d54b5c697-0d1bfb01, #w-node-d1482bd0-abc6-2a2a-93fa-c78d54b5c69c-0d1bfb01, #w-node-d1482bd0-abc6-2a2a-93fa-c78d54b5c6a0-0d1bfb01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_18504579-775a-7f3a-8441-e45fd8e2ad6a-0d1bfb01 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_18504579-775a-7f3a-8441-e45fd8e2ad8b-0d1bfb01 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-cb9551b6-1d89-a428-be17-58920f3c85f8-0d1bfb01 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-cb9551b6-1d89-a428-be17-58920f3c8620-0d1bfb01 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_37df65bf-293c-91a2-96cb-66ab09c36d32-0d1bfb01 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_37df65bf-293c-91a2-96cb-66ab09c36d5a-0d1bfb01 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_768643f8-7778-3ea6-0014-8484d5f1f51f-d1822f9d {
    grid-column: span 8 / span 8;
  }

  #w-node-_768643f8-7778-3ea6-0014-8484d5f1f52d-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f53e-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f549-d1822f9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40926188-2a21-e47b-fd86-0617c1f6ebb9-c1f6ebaa {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e37f3e70-6a0a-9558-5e97-86047f0f193f-7f0f193f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b59585cf-d9f4-876c-88c2-5c2f98c04b2e-0d1bfb88 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8af3b004-aacd-e336-98a8-40008fbcb3e1-0d1bfb88 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_77ae6bed-d3c5-7d7e-39c0-4f88780101b5-0d1bfb88 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-f2cdf1b3-065d-102d-8a60-5c6b346190d4-0d1bfb88 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-f2cdf1b3-065d-102d-8a60-5c6b346190e2-0d1bfb88 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_55e18693-2a47-e7cb-7867-320a2f777518-0d1bfb88, #w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da7f-0d1bfba9, #w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da6f-0d1bfba9, #w-node-_8d3a6c25-11a9-2785-423a-a778c71df871-0d1bfba9, #w-node-_50b00e42-e7aa-61bf-fa0c-d577de1e457c-0d1bfba9, #w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da8f-0d1bfba9, #w-node-_207ac8ac-c925-2300-afd7-94ca705bda9e-0d1bfba9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06482f61-b9ec-6e61-9392-0cc93b61a38d-3b61a38a {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_06482f61-b9ec-6e61-9392-0cc93b61a397-3b61a38a {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_1cfc0277-7dcb-7500-3333-f3aa161aeac6-0d1bfbc9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-_1cfc0277-7dcb-7500-3333-f3aa161aeacd-0d1bfbc9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b93132b8-4809-8962-7c5c-4fb51d4ac345-1d4ac342 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_5998eaf0-5850-9aff-84a9-18d5070c0c3e-070c0c3b {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-e424ab92-0e30-1314-8e49-4d32b48402d2-070c0c3b, #w-node-b77f37d3-81f4-97af-d502-ef162ab9aeb4-422c6650 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_194d8b0f-475f-6611-4925-b9cb422c6653-422c6650 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_2d5ab517-e279-48f9-b3f5-7cbbc261ab86-c261ab79 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2d5ab517-e279-48f9-b3f5-7cbbc261ab7c-c261ab79 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbca {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-e2cdc039-5e3c-e9d9-f8a7-82b56be3447f-0d1bfbcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-0d1bfbd1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-0d1bfbd1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_79ff496f-14b9-088a-20c3-c92377134861-77134854 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_94b330bd-e648-7a05-f26a-10912eba3a3d-77134854 {
    grid-column-end: 9;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbd3 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_522f2796-9e15-a488-7944-aa5c2b11f18c-0d1bfbd5 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_167e257b-ed41-e367-3cdc-f0068bda4fd4-0d1bfbda, #w-node-_1fccab7b-adf7-8cb5-cade-4ac8d7ba73c2-0d1bfbdb, #w-node-_078de49d-f311-e015-247c-76967aff5c23-0d1bfbdc, #w-node-_11a47fcf-a44d-594e-235d-3f6cd81a5353-0d1bfbdd, #w-node-a5655f81-cb83-b4aa-6ba8-6fe80a405d86-0d1bfbde {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbdf, #w-node-_9e619a76-6d9f-cac5-20c2-f5cfa00ba739-0d1bfbdf, #w-node-_0bfb0acc-c189-f0f4-2f43-51cc7a99d24c-0d1bfbdf {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_5a8cdf1a-1484-2f4c-2a8a-75f8f058be81-0d1bfbdf, #w-node-_5a8cdf1a-1484-2f4c-2a8a-75f8f058be8b-0d1bfbdf, #w-node-_2c06b151-7c4f-7d60-6d6d-63760bacb066-0d1bfbdf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_695f68ac-13de-99ec-b56c-446aba359f36-0d1bfbe4, #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbf6 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_3e5bc09d-5cc6-096a-55b8-eea8a030de3d-0d1bfc11 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-ed4652a9-599b-9b3b-f5c5-0eafd0acfb80-0d1bfc13, #w-node-_1dbc26e9-d4d3-1c11-eeab-daf26eabd374-0d1bfc13, #w-node-b9d4e890-325e-5015-436c-1bedff42e0d5-0d1bfc13, #w-node-_74452e8e-a7a1-30a4-a474-5c490c37e084-0d1bfc13, #w-node-_56084885-8d15-98cb-162f-841d5e0451ac-0d1bfc13, #w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a64-0d1bfc13, #w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a6e-0d1bfc13, #w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a78-0d1bfc13, #w-node-f8adfb03-a8e4-3f91-f682-9e8ea07e7fda-0d1bfc13, #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fcc5-0d1bfc13, #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fcd0-0d1bfc13, #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fcdb-0d1bfc13, #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fce6-0d1bfc13 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e0f3659f-81c2-9ed3-2ece-19f08ff12143-0d1bfc16 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-e0f3659f-81c2-9ed3-2ece-19f08ff12138-0d1bfc16 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_946fabce-ef78-f078-556b-e91fc2f06166-0d1bfc16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-b08e5bd7-b96e-b517-2e1e-6258b1d09ed2-0d1bfc16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04869715-47ef-a5d7-5eec-787c92812af6-0d1bfc16, #w-node-f96d9e25-b460-6116-afee-6ee9456be086-0d1bfc4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_2c91a0b2-126a-394e-7a39-ea052b6cee84-0d1bfc4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01cdca75-8597-dfac-8858-4399b488d201-b488d1fe {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_01cdca75-8597-dfac-8858-4399b488d20e-b488d1fe {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfc4f {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_10e6e58c-f599-d1a8-c7c4-ff983a9f24f1-0d1bfc4f {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_10e6e58c-f599-d1a8-c7c4-ff983a9f24fc-0d1bfc4f {
    grid-area: 1 / 1 / 2 / 7;
    place-self: center;
  }

  #w-node-_6ace8f45-75b6-261b-876b-a266e392358a-0d1bfc4f {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_6ace8f45-75b6-261b-876b-a266e3923595-0d1bfc4f {
    grid-area: 1 / 1 / 2 / 7;
    place-self: center;
  }

  #w-node-e4d079bc-5bc1-b652-82e5-4ecfa486cbee-0d1bfc50 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_46474f52-add1-6bc7-ff03-a7a6aa6e7083-0d1bfc50 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ad1-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ad6-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99adb-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ae0-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ae5-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99aea-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99aef-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99af4-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99af9-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99afe-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b05-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b0a-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b0f-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b14-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b19-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b1e-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b23-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b28-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b2d-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b32-c4f99ac3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d7896c9c-86c1-ea72-fbee-972baf6c319d-0d1bfc52 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_91c5e20f-6a72-8699-87b8-8ffb655d9fe8-0d1bfc52 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_29c3e49b-3c77-c7f0-59d1-b170afaac23a-0d1bfc52 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_90877e45-1dff-e6a1-8651-2cd4373406f8-0d1bfc52 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_90877e45-1dff-e6a1-8651-2cd4373406f9-0d1bfc52 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f28d1cd1-4a17-5b40-39a7-eb732c93dc45-0d1bfc52 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_572118a2-08be-d15b-f1a2-437b85288333-0d1bfc52 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_572118a2-08be-d15b-f1a2-437b85288334-0d1bfc52 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_5711c0d3-c4c4-9fe6-72ef-ceb3aaaffcae-0d1bfc52 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_6ea25ce1-4b75-5e61-b9f7-96949ee2ee33-0d1bfc52 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_6ea25ce1-4b75-5e61-b9f7-96949ee2ee34-0d1bfc52 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-fb097305-c1f8-ab10-aeb5-526e88c5790f-0d1bfc52, #w-node-fb097305-c1f8-ab10-aeb5-526e88c57925-0d1bfc52 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_79e49f61-866e-8b5b-2501-92248dba91c2-0d1bfc52 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_79e49f61-866e-8b5b-2501-92248dba91ec-0d1bfc52 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_79e49f61-866e-8b5b-2501-92248dba9218-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_79e49f61-866e-8b5b-2501-92248dba9241-0d1bfc52 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_3622e74b-fa47-8398-ce97-283232478dc6-0d1bfc52 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_926f6ca7-473a-2415-f0d6-47f31ccd806b-0d1bfc52 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3946-0d1bfc53 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3945-0d1bfc53 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_7e18004b-d8fa-8ae3-53b1-240d2c684d5d-0d1bfc53 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_7e18004b-d8fa-8ae3-53b1-240d2c684d5e-0d1bfc53 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f397b-0d1bfc53 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3983-0d1bfc53 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3984-0d1bfc53 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_8936da31-b6dd-22d9-41ea-7a686570e7a6-0d1bfc53 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-c1e89564-71cb-3ab7-66ed-8f4edcc973c3-0d1bfc53 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3e3f1416-cb2e-6a5a-fb6c-c8c4404c9e96-0d1bfc54 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-b174d6a8-9f72-06e9-d355-d7e3dc806851-0d1bfc54 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-d4396f84-26d8-2824-878d-c38279c6f787-0d1bfc54, #w-node-d4396f84-26d8-2824-878d-c38279c6f791-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a685072b-0753-41c8-6e99-4da0dfc3f98a-0d1bfc54 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-a685072b-0753-41c8-6e99-4da0dfc3f98b-0d1bfc54 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_0c720ede-4954-81a2-8a08-ac35c996250f-0d1bfc54 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_0c720ede-4954-81a2-8a08-ac35c9962510-0d1bfc54 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_3e3f1416-cb2e-6a5a-fb6c-c8c4404c9ed4-0d1bfc54 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-b3f3219c-1a6d-fad1-e422-1c97b482516d-0d1bfc54 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_6e3db12f-d32d-58df-4d03-1ad687861b84-0d1bfc54 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d1ec15dd-1e7d-e4f1-7a90-8d1bc4beef2c-0d1bfc54 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-_3e3f1416-cb2e-6a5a-fb6c-c8c4404ca06e-0d1bfc54 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_37ca9685-cdbf-73ff-d2db-d3a661d6f44f-0d1bfc54 {
    grid-area: 1 / 3 / 2 / 7;
  }

  #w-node-_28df6004-54c7-6975-c355-1f26634777c3-0d1bfc55 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_990f0bcc-6974-1d01-4efd-84d795cbb003-0d1bfc55 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_0a64b8f0-c574-139a-6323-cd69a0b27e95-0d1bfc55, #w-node-_0a64b8f0-c574-139a-6323-cd69a0b27ea0-0d1bfc55, #w-node-_0a64b8f0-c574-139a-6323-cd69a0b27eab-0d1bfc55, #w-node-_0a64b8f0-c574-139a-6323-cd69a0b27eb6-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_28df6004-54c7-6975-c355-1f2663477800-0d1bfc55 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_28df6004-54c7-6975-c355-1f2663477801-0d1bfc55 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_28df6004-54c7-6975-c355-1f26634777d8-0d1bfc55 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_28df6004-54c7-6975-c355-1f2663477812-0d1bfc55 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_28df6004-54c7-6975-c355-1f2663477813-0d1bfc55 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_84cd9680-5443-9806-195d-d3115877287b-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce114-0d1bfc55 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce11b-0d1bfc55 {
    grid-area: 1 / 5 / 2 / 9;
    align-self: start;
  }

  #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce13a-0d1bfc55 {
    grid-area: 2 / 5 / 3 / 9;
    align-self: start;
  }

  #w-node-dfd48c73-bf4c-e428-76ea-5c46b0814352-0d1bfc55 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f846dc21-5048-5409-e6f4-b30e6f6267be-0d1bfc56 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-c5bd1fc4-9313-5b9a-0b88-40c069ce67fa-0d1bfc56, #w-node-_959cb00f-6e77-b0cd-2508-4f18a18321af-0d1bfc56 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5cf3133d-0855-7ea7-32d4-94d74a2c514b-0d1bfc56 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_5cf3133d-0855-7ea7-32d4-94d74a2c514c-0d1bfc56 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_1c8912d8-b4ca-a6bb-13b6-df1492afcf77-0d1bfc56 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-f2f59c22-d2ff-952f-1069-26b5b3808a57-0d1bfc56 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_563cd769-bb9a-7d2d-bedc-eedd22e52d2c-0d1bfc56 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_3e97f572-345b-299d-7794-7360ca78655a-0d1bfc56 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_202afff7-f5d6-90c1-254f-4b315077b160-0d1bfc56 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_005090e7-4bc4-ea00-369c-aa74ead6f821-0d1bfc56 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: center;
  }

  #w-node-cc10b544-9340-fc1a-3ce0-1570071c8d31-0d1bfc57, #w-node-_4837aa1b-6610-fae6-6e53-dbe3c83e0cc6-0d1bfc57 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-cd8366bb-b94d-0b3a-7272-c82f8470e8be-0d1bfc59 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_2912ad0f-2afa-4b4f-e75b-b136d75c854a-0d1bfc59 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_10ef922f-9083-9458-831d-988cd0922ee5-0d1bfc5b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_0d97db56-5eae-3b86-6972-2e44c1357ba7-0d1bfc71 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_83cae347-996a-799a-0d4b-ccf3c148bf7d-0d1bfc74 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_83cae347-996a-799a-0d4b-ccf3c148bf7e-0d1bfc74 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_931247c5-e35b-6ad1-0aa5-84f84b29fe0a-0d1bfc74 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_2d86f798-1828-af35-3951-e3dedad12c4f-0d1bfc7a {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_1fe8ddac-11f2-d01f-dc21-32d125f85f85-0d1bfc7a {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-_18fc3aa3-8e70-9730-c48e-7d4214c85d58-0d1bfc7a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5f30-1aeebf26 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5f75-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5fbe-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5fed-1aeebf26 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab6022-1aeebf26 {
    grid-column: span 8 / span 8;
  }

  #w-node-_63f082b2-76b4-01f8-6702-53881aeec1c9-1aeebf26 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c20e36cc-6c19-b7d0-d184-7060cc955b05-0d1bfc8f, #w-node-c0b72b94-5fe0-df62-f597-aba171b56b28-0d1bfc8f {
    grid-area: 1 / 3 / 2 / 7;
  }

  #w-node-_956c12ab-76a8-47fb-f780-ac9977623268-0d1bfc8f {
    grid-area: span 1 / span 7 / span 1 / span 7;
    place-self: center start;
  }

  #w-node-_61469818-e7f1-8f28-9837-bb68a52e3d51-0d1bfc8f {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-b1b985e4-b7d1-c749-62b8-827d23cc582d-0d1bfc8f {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-_470e49be-2b22-e83c-76f8-cacd71d6edd8-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_80021e0a-ad58-5238-1430-f78fcd5b4bd6-0d1bfc8f {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-bda89594-3058-6f55-816b-deb9c936ce01-0d1bfca9 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-bda89594-3058-6f55-816b-deb9c936ce2b-0d1bfca9 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-bda89594-3058-6f55-816b-deb9c936ce57-0d1bfca9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-b534bcac-a029-8c04-5655-c66150ef07cd-0d1bfca9 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-b534bcac-a029-8c04-5655-c66150ef07f7-0d1bfca9 {
    grid-area: 2 / 3 / 3 / 7;
  }

  #w-node-b534bcac-a029-8c04-5655-c66150ef0823-0d1bfca9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_4bbd4998-af68-0849-ec51-0daa57af97ad-0d1bfca9, #w-node-_3b9ccb01-ee8c-baa5-54aa-f65ebc32af46-0d1bfca9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2bb0f701-5da1-0e4a-1593-201ee3e1331d-0d1bfcae {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_2bb0f701-5da1-0e4a-1593-201ee3e13312-0d1bfcae {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_082cfa76-3721-6fb8-c823-38f338404556-0d1bfcae {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_9f074c0c-05b3-0994-40a0-462c1822d5a7-0d1bfcae {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_084c64bf-3a97-b3e4-f8b7-39c7306f92f1-0d1bfcae {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_084c64bf-3a97-b3e4-f8b7-39c7306f92e6-0d1bfcae {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-c3ae8ef8-50d8-2964-2a20-f5aaa98ae2ba-0d1bfcae {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-c3ae8ef8-50d8-2964-2a20-f5aaa98ae2cb-0d1bfcae {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_8adcd3c8-670d-c56f-cefc-ea7d7f7ed036-0d1bfcae {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-dbcbce68-c064-4463-1e1e-a025cbcc9f7e-0d1bfcae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d1b9e7af-13cf-79c0-1677-b1edb7a11695-0d1bfcae {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-d1b9e7af-13cf-79c0-1677-b1edb7a116ae-0d1bfcae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c01cb9ce-6ad2-cfd5-6f03-122c8618e7a6-0d1bfcae {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-c01cb9ce-6ad2-cfd5-6f03-122c8618e7a7-0d1bfcae {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-ca0aa2e7-c626-0272-8287-dae621f95df1-0d1bfcb9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfcbc {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a30-0d1bfcdd {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a31-0d1bfcdd {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_9f703eb6-e1ee-4823-a348-1bacc85f0f1a-0d1bfcdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c7f7a8ae-6c0a-3f82-c741-702200f0f5e8-0d1bfcde {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-b079a6d5-5e4d-9c12-706e-3f247affcb80-7affcb73 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-b079a6d5-5e4d-9c12-706e-3f247affcb90-7affcb73 {
    grid-column-end: 9;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfcdf {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_288bcd71-5654-3b5d-c119-d933f2cb910a-0d1bfcf9 {
    grid-column: span 8 / span 8;
  }

  #w-node-bce69323-1e34-c95c-0281-5bf16e6767ae-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767b1-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767b4-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767b7-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767ba-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767bd-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767c0-0d1bfcf9, #w-node-bce69323-1e34-c95c-0281-5bf16e6767c3-0d1bfcf9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_20f12d6c-e14b-cde1-1603-59016d411964-0d1bfcf9, #w-node-_459cf96c-d650-5553-c433-0a9adfd6b9c4-0d1bfcf9, #w-node-_54d49c41-81bb-bf75-b115-4439df76f0b7-0d1bfcf9, #w-node-c0f5c994-4338-0b86-c4f1-519a00f204ca-0d1bfcf9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-dc4c9ad4-59f9-f8ba-3c06-c3caccb18f25-0d1bfcf9 {
    grid-column: span 8 / span 8;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67b8c-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67b8d-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67ba1-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67ba2-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bb3-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bb4-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bc5-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bc6-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bd9-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bda-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67beb-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bec-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bf7-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bf8-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67c09-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67c0a-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67c1b-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67c1c-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2979-0d1bfd01, #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2983-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a298f-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2990-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a299b-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a299c-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a29a7-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a29a8-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-ceea754a-b557-6bc9-69c3-30aa2c3d8699-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-ceea754a-b557-6bc9-69c3-30aa2c3d869a-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_8e98cd3b-fe0f-0327-eb5a-1b58d8ebc807-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_8e98cd3b-fe0f-0327-eb5a-1b58d8ebc808-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_8f85dff5-92cd-72ce-a761-371a15b86f48-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_8f85dff5-92cd-72ce-a761-371a15b86f49-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-e854927a-b910-3a59-5157-1f604eb7ce0d-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-e854927a-b910-3a59-5157-1f604eb7ce0e-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_1507cd74-0fcc-a00a-37de-0832c540a848-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_1507cd74-0fcc-a00a-37de-0832c540a849-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-ebab7377-08b9-1ad6-f7a7-cc4e20ad28fc-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-ebab7377-08b9-1ad6-f7a7-cc4e20ad28fd-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-a0b39c9e-7369-d1e5-3a33-ae633a0fc58c-0d1bfd01 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-a0b39c9e-7369-d1e5-3a33-ae633a0fc58d-0d1bfd01 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_3ba849be-beff-6b05-1659-d4f59fae1bcb-0d1bfd03, #w-node-f21c4814-368f-02d0-79bc-339b90f5dd54-0d1bfd03 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b33118fd-f25a-262f-7c8e-1ca62f80bb66-2f80bb63 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-b33118fd-f25a-262f-7c8e-1ca62f80bb6d-2f80bb63 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c8d90e0b-ed84-30ac-4ab4-674269181451-0d1bfd1e {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-ce6a93c2-5338-65ee-0643-341730cdf4e6-0d1bfd1e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_24eff3bc-16f4-236e-66a1-72b9feb115de-0d1bfd20 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_24eff3bc-16f4-236e-66a1-72b9feb115e6-0d1bfd20 {
    grid-area: 1 / 1 / 2 / 7;
    place-self: center;
  }

  #w-node-_5b9b7ca3-d226-4ebe-c33d-129909c787be-0d1bfd20 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_5b9b7ca3-d226-4ebe-c33d-129909c787cd-0d1bfd20 {
    grid-area: 1 / 1 / 2 / 7;
    place-self: center;
  }

  #w-node-_27080a37-1d74-cfa4-5aa1-78a9ac52b7f3-0d1bfd20 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_76821f1c-0f0b-c385-3aeb-9e276612052d-0d1bfd20 {
    grid-area: 1 / 1 / 2 / 7;
    place-self: center;
  }

  #w-node-_4f6f9e95-6d07-c7d0-218a-9d2a881f1c1c-0d1bfd20, #w-node-_17ac5b9a-7117-d47c-c605-3a971994d1eb-0d1bfd20 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-db1ed5c9-2107-efaf-4757-3fcbf7ed10ed-0d1bfd20 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_70f4e030-791a-c227-a91b-4828aba6c27b-0d1bfd3a {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-b2b1da7c {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-b2b1da7c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-a2254475 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-a2254475 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-6ab160f3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-6ab160f3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-5309218c {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-5309218c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-d36a6d44 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-d36a6d44 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_657f0c92-3b56-c1f1-2bd4-3c03ef746ef8-2ba7df0f {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-ba23dd20-3e5a-f8f5-d177-09e46c0c10b3-6c0c10b0 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    place-self: start;
  }

  #w-node-ba23dd20-3e5a-f8f5-d177-09e46c0c10ba-6c0c10b0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0d97db56-5eae-3b86-6972-2e44c1357ba7-3ff837ad, #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-b94f84f9 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-b94f84f9 {
    grid-column-end: 9;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-b94f84f9, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-b94f84f9, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-b94f84f9 {
    grid-column: span 4 / span 4;
  }

  #w-node-_49ec2e9f-b444-541c-faaf-39491e4e1101-ce6004fa {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-04269f47, #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-b24db055, #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-d5adb228 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-08fc1335 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-08fc1335 {
    grid-column-end: 9;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-08fc1335, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-08fc1335, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-08fc1335, #w-node-_9bc8580c-04f2-4dc0-93a0-4d3a763c05d2-08fc1335 {
    grid-column: span 4 / span 4;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-90a2597b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-90a2597b {
    grid-column-end: 9;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-90a2597b, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-90a2597b, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-90a2597b, #w-node-_9bc8580c-04f2-4dc0-93a0-4d3a763c05d2-90a2597b {
    grid-column: span 4 / span 4;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-5b4f1e7b {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-5b4f1e7b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_095bf82a-c13a-7029-c1b0-6a30b6f68207-79dc3ef5, #w-node-_7d7903a2-8332-de92-9542-c0bb08f452d3-79dc3ef5, #w-node-_595214d7-6593-a425-5927-3e00d18826ef-d18826ec, #w-node-bffa5104-2b35-9a94-3d45-a3a253624b16-cea4897c {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_8fadb147-636b-4b6d-9eaa-acb9dec40497-dec40495 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: center;
  }

  #w-node-_8fadb147-636b-4b6d-9eaa-acb9dec40498-dec40495 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f7c4a71f-20af-fc95-33be-8450ecbfd823-ecbfd817 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-f7c4a71f-20af-fc95-33be-8450ecbfd834-ecbfd817 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-de3e42cf-34b4-4fd3-007d-7aee549a2ca4-549a2c98 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-de3e42cf-34b4-4fd3-007d-7aee549a2cb9-549a2c98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-64cf9a47 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-64cf9a47 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_18504579-775a-7f3a-8441-e45fd8e2ad6a-0d1bfb01, #w-node-cb9551b6-1d89-a428-be17-58920f3c85f8-0d1bfb01, #w-node-_37df65bf-293c-91a2-96cb-66ab09c36d32-0d1bfb01 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e37f3e70-6a0a-9558-5e97-86047f0f193f-7f0f193f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b59585cf-d9f4-876c-88c2-5c2f98c04b2e-0d1bfb88, #w-node-_8af3b004-aacd-e336-98a8-40008fbcb3e1-0d1bfb88 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f2cdf1b3-065d-102d-8a60-5c6b346190e2-0d1bfb88 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da7f-0d1bfba9, #w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da6f-0d1bfba9, #w-node-_8d3a6c25-11a9-2785-423a-a778c71df871-0d1bfba9, #w-node-_50b00e42-e7aa-61bf-fa0c-d577de1e457c-0d1bfba9, #w-node-_6ac04df6-b678-82b6-e2c2-ce08cfd6da8f-0d1bfba9, #w-node-_207ac8ac-c925-2300-afd7-94ca705bda9e-0d1bfba9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06482f61-b9ec-6e61-9392-0cc93b61a38d-3b61a38a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_06482f61-b9ec-6e61-9392-0cc93b61a397-3b61a38a {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center;
  }

  #w-node-_1cfc0277-7dcb-7500-3333-f3aa161aeac6-0d1bfbc9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-_1cfc0277-7dcb-7500-3333-f3aa161aeacd-0d1bfbc9 {
    grid-column: span 6 / span 6;
  }

  #w-node-b93132b8-4809-8962-7c5c-4fb51d4ac345-1d4ac342 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_2d5ab517-e279-48f9-b3f5-7cbbc261ab86-c261ab79, #w-node-_2d5ab517-e279-48f9-b3f5-7cbbc261ab7c-c261ab79 {
    grid-column: span 6 / span 6;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-0d1bfbd1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-0d1bfbd1 {
    grid-column: span 6 / span 6;
  }

  #w-node-_79ff496f-14b9-088a-20c3-c92377134861-77134854, #w-node-_94b330bd-e648-7a05-f26a-10912eba3a3d-77134854 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_10ed533c-0ed2-3d3d-25d6-8835f1270d36-0d1bfbd7, #w-node-_44f2be9c-2060-ecfa-0afa-231519311b56-0d1bfbd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbdf, #w-node-_9e619a76-6d9f-cac5-20c2-f5cfa00ba739-0d1bfbdf, #w-node-_0bfb0acc-c189-f0f4-2f43-51cc7a99d24c-0d1bfbdf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5a8cdf1a-1484-2f4c-2a8a-75f8f058be81-0d1bfbdf, #w-node-_5a8cdf1a-1484-2f4c-2a8a-75f8f058be8b-0d1bfbdf, #w-node-_2c06b151-7c4f-7d60-6d6d-63760bacb066-0d1bfbdf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_695f68ac-13de-99ec-b56c-446aba359f36-0d1bfbe4 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_3e5bc09d-5cc6-096a-55b8-eea8a030de3d-0d1bfc11 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-ed4652a9-599b-9b3b-f5c5-0eafd0acfb80-0d1bfc13, #w-node-_1dbc26e9-d4d3-1c11-eeab-daf26eabd374-0d1bfc13 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b9d4e890-325e-5015-436c-1bedff42e0d5-0d1bfc13, #w-node-_74452e8e-a7a1-30a4-a474-5c490c37e084-0d1bfc13, #w-node-_56084885-8d15-98cb-162f-841d5e0451ac-0d1bfc13, #w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a64-0d1bfc13, #w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a6e-0d1bfc13, #w-node-_9781476f-ac1f-6957-5922-c9eee0ea3a78-0d1bfc13, #w-node-f8adfb03-a8e4-3f91-f682-9e8ea07e7fda-0d1bfc13 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e0f3659f-81c2-9ed3-2ece-19f08ff12138-0d1bfc16 {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-_946fabce-ef78-f078-556b-e91fc2f06166-0d1bfc16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: stretch;
  }

  #w-node-_04869715-47ef-a5d7-5eec-787c92812af6-0d1bfc16, #w-node-f96d9e25-b460-6116-afee-6ee9456be086-0d1bfc4b, #w-node-_2c91a0b2-126a-394e-7a39-ea052b6cee84-0d1bfc4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01cdca75-8597-dfac-8858-4399b488d201-b488d1fe, #w-node-_01cdca75-8597-dfac-8858-4399b488d20e-b488d1fe {
    grid-column: span 6 / span 6;
  }

  #w-node-e4d079bc-5bc1-b652-82e5-4ecfa486cbee-0d1bfc50 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_46474f52-add1-6bc7-ff03-a7a6aa6e7083-0d1bfc50 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ad1-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ad6-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99adb-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ae0-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ae5-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99aea-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99aef-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99af4-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99af9-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99afe-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b05-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b0a-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b0f-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b14-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b19-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b1e-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b23-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b28-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b2d-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b32-c4f99ac3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d7896c9c-86c1-ea72-fbee-972baf6c319d-0d1bfc52 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_29c3e49b-3c77-c7f0-59d1-b170afaac23a-0d1bfc52 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_5711c0d3-c4c4-9fe6-72ef-ceb3aaaffcae-0d1bfc52 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_3622e74b-fa47-8398-ce97-283232478dc6-0d1bfc52 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_926f6ca7-473a-2415-f0d6-47f31ccd806b-0d1bfc52 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3945-0d1bfc53 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f397b-0d1bfc53 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_8936da31-b6dd-22d9-41ea-7a686570e7a6-0d1bfc53 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: start;
  }

  #w-node-d4396f84-26d8-2824-878d-c38279c6f787-0d1bfc54, #w-node-d4396f84-26d8-2824-878d-c38279c6f791-0d1bfc54 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b3f3219c-1a6d-fad1-e422-1c97b482516d-0d1bfc54 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_6e3db12f-d32d-58df-4d03-1ad687861b84-0d1bfc54 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-d1ec15dd-1e7d-e4f1-7a90-8d1bc4beef2c-0d1bfc54 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-_37ca9685-cdbf-73ff-d2db-d3a661d6f44f-0d1bfc54 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_37ca9685-cdbf-73ff-d2db-d3a661d6f47b-0d1bfc54 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce114-0d1bfc55 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce11b-0d1bfc55 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: start;
  }

  #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce13a-0d1bfc55 {
    grid-area: 3 / 2 / 4 / 8;
    align-self: start;
  }

  #w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313719-0d1bfc55 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313743-0d1bfc55 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313773-0d1bfc55 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_1c8912d8-b4ca-a6bb-13b6-df1492afcf77-0d1bfc56, #w-node-_563cd769-bb9a-7d2d-bedc-eedd22e52d2c-0d1bfc56 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-cc10b544-9340-fc1a-3ce0-1570071c8d31-0d1bfc57, #w-node-_4837aa1b-6610-fae6-6e53-dbe3c83e0cc6-0d1bfc57 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-cd8366bb-b94d-0b3a-7272-c82f8470e8be-0d1bfc59 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_2912ad0f-2afa-4b4f-e75b-b136d75c854a-0d1bfc59 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_10ef922f-9083-9458-831d-988cd0922ee5-0d1bfc5b {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_0d97db56-5eae-3b86-6972-2e44c1357ba7-0d1bfc71 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_83cae347-996a-799a-0d4b-ccf3c148bf7d-0d1bfc74, #w-node-_83cae347-996a-799a-0d4b-ccf3c148bf7e-0d1bfc74 {
    grid-column: span 6 / span 6;
  }

  #w-node-_931247c5-e35b-6ad1-0aa5-84f84b29fe0a-0d1bfc74 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_2d86f798-1828-af35-3951-e3dedad12c4f-0d1bfc7a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1fe8ddac-11f2-d01f-dc21-32d125f85f85-0d1bfc7a {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-_18fc3aa3-8e70-9730-c48e-7d4214c85d58-0d1bfc7a {
    grid-column: span 6 / span 6;
  }

  #w-node-_63f082b2-76b4-01f8-6702-53881aeec0f9-1aeebf26, #w-node-_63f082b2-76b4-01f8-6702-53881aeec15e-1aeebf26, #w-node-_91352c59-9ccf-2712-6260-e38098dd1bd0-1aeebf26, #w-node-ba8ed39e-b46c-8f5f-9bc8-1d15949df016-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5f30-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5f75-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5fbe-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5fed-1aeebf26 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab6022-1aeebf26 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_63f082b2-76b4-01f8-6702-53881aeec1c9-1aeebf26 {
    grid-column: span 6 / span 6;
  }

  #w-node-c20e36cc-6c19-b7d0-d184-7060cc955b05-0d1bfc8f {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_6521b928-b391-fb66-d218-39bb6cbaeba9-0d1bfc8f {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-c0b72b94-5fe0-df62-f597-aba171b56b28-0d1bfc8f {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_40682c6a-74c7-a397-183b-bcb3f1e030a6-0d1bfc8f {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e25-0d1bfc8f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e4f-0d1bfc8f {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e7f-0d1bfc8f {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_332db2c3-c934-ad1d-e42c-74280c103714-0d1bfc91 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_332db2c3-c934-ad1d-e42c-74280c10373e-0d1bfc91 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_332db2c3-c934-ad1d-e42c-74280c10376e-0d1bfc91 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_4bbd4998-af68-0849-ec51-0daa57af97ad-0d1bfca9, #w-node-_3b9ccb01-ee8c-baa5-54aa-f65ebc32af46-0d1bfca9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ff3abbc9-d940-8b57-5cc6-7f66e7275f88-0d1bfca9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_082cfa76-3721-6fb8-c823-38f338404556-0d1bfcae {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center;
  }

  #w-node-_8adcd3c8-670d-c56f-cefc-ea7d7f7ed036-0d1bfcae, #w-node-d1b9e7af-13cf-79c0-1677-b1edb7a11695-0d1bfcae {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ca0aa2e7-c626-0272-8287-dae621f95df1-0d1bfcb9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfcbc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a31-0d1bfcdd {
    grid-area: 2 / 1 / 3 / 9;
    align-self: center;
  }

  #w-node-ef310464-4936-67d0-9fed-70cd6d72acff-0d1bfcdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c7f7a8ae-6c0a-3f82-c741-702200f0f5e8-0d1bfcde {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #FAQ-1.w-node-c7f7a8ae-6c0a-3f82-c741-702200f0f5ef-0d1bfcde {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-b079a6d5-5e4d-9c12-706e-3f247affcb80-7affcb73, #w-node-b079a6d5-5e4d-9c12-706e-3f247affcb90-7affcb73 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2979-0d1bfd01, #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2983-0d1bfd01 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b33118fd-f25a-262f-7c8e-1ca62f80bb66-2f80bb63 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-b33118fd-f25a-262f-7c8e-1ca62f80bb6d-2f80bb63 {
    grid-column: span 6 / span 6;
  }

  #w-node-c8d90e0b-ed84-30ac-4ab4-674269181451-0d1bfd1e {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-ce6a93c2-5338-65ee-0643-341730cdf4e6-0d1bfd1e, #w-node-db1ed5c9-2107-efaf-4757-3fcbf7ed10ed-0d1bfd20 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_70f4e030-791a-c227-a91b-4828aba6c27b-0d1bfd3a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-b2b1da7c {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-b2b1da7c {
    grid-column: span 6 / span 6;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-a2254475 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-a2254475 {
    grid-column: span 6 / span 6;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-6ab160f3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-6ab160f3 {
    grid-column: span 6 / span 6;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-5309218c {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-5309218c {
    grid-column: span 6 / span 6;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-d36a6d44 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-d36a6d44 {
    grid-column: span 6 / span 6;
  }

  #w-node-ba23dd20-3e5a-f8f5-d177-09e46c0c10b3-6c0c10b0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: start;
  }

  #w-node-_0d97db56-5eae-3b86-6972-2e44c1357ba7-3ff837ad, #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-b94f84f9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-b94f84f9 {
    grid-column-end: 7;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-b94f84f9, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-b94f84f9, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-b94f84f9 {
    grid-column: span 3 / span 3;
  }

  #w-node-_49ec2e9f-b444-541c-faaf-39491e4e1101-ce6004fa {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-08fc1335 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-08fc1335 {
    grid-column-end: 7;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-08fc1335, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-08fc1335, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-08fc1335, #w-node-_9bc8580c-04f2-4dc0-93a0-4d3a763c05d2-08fc1335 {
    grid-column: span 3 / span 3;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-90a2597b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-90a2597b {
    grid-column-end: 7;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f8c-90a2597b, #w-node-_8958ea42-bd17-f15b-a818-c5532f869627-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-90a2597b, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-90a2597b, #w-node-_9bc8580c-04f2-4dc0-93a0-4d3a763c05d2-90a2597b {
    grid-column: span 3 / span 3;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-5b4f1e7b {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-5b4f1e7b {
    grid-column: span 6 / span 6;
  }

  #w-node-_095bf82a-c13a-7029-c1b0-6a30b6f68207-79dc3ef5, #w-node-_7d7903a2-8332-de92-9542-c0bb08f452d3-79dc3ef5, #w-node-_595214d7-6593-a425-5927-3e00d18826ef-d18826ec, #w-node-bffa5104-2b35-9a94-3d45-a3a253624b16-cea4897c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f7c4a71f-20af-fc95-33be-8450ecbfd823-ecbfd817, #w-node-de3e42cf-34b4-4fd3-007d-7aee549a2ca4-549a2c98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-64cf9a47 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-64cf9a47 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7aabd648-70e0-178b-14eb-e8df231340cd-0d1bfb01, #w-node-a94ac701-dcb5-6cf8-c885-b7b599aaac31-0d1bfb01 {
    grid-column-end: 5;
  }

  #w-node-_768643f8-7778-3ea6-0014-8484d5f1f51f-d1822f9d {
    grid-column: span 4 / span 4;
  }

  #footer-chrome-badge.w-node-_768643f8-7778-3ea6-0014-8484d5f1f525-d1822f9d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #footer-edge-badge.w-node-_768643f8-7778-3ea6-0014-8484d5f1f527-d1822f9d, #footer-firefox-badge.w-node-_768643f8-7778-3ea6-0014-8484d5f1f529-d1822f9d, #footer-amzappstore-badge.w-node-_768643f8-7778-3ea6-0014-8484d5f1f52b-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f52d-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f53e-d1822f9d, #w-node-_768643f8-7778-3ea6-0014-8484d5f1f549-d1822f9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40926188-2a21-e47b-fd86-0617c1f6ebb9-c1f6ebaa {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b59585cf-d9f4-876c-88c2-5c2f98c04b2e-0d1bfb88, #w-node-_8af3b004-aacd-e336-98a8-40008fbcb3e1-0d1bfb88 {
    grid-column: span 4 / span 4;
  }

  #w-node-_77ae6bed-d3c5-7d7e-39c0-4f88780101b5-0d1bfb88 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f2cdf1b3-065d-102d-8a60-5c6b346190d4-0d1bfb88 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-f2cdf1b3-065d-102d-8a60-5c6b346190e2-0d1bfb88 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f2cdf1b3-065d-102d-8a60-5c6b346190e3-0d1bfb88 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-f2cdf1b3-065d-102d-8a60-5c6b346190e8-0d1bfb88 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_06482f61-b9ec-6e61-9392-0cc93b61a38d-3b61a38a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_06482f61-b9ec-6e61-9392-0cc93b61a397-3b61a38a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1cfc0277-7dcb-7500-3333-f3aa161aeac6-0d1bfbc9, #FAQ-1.w-node-_1cfc0277-7dcb-7500-3333-f3aa161aeacd-0d1bfbc9 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5998eaf0-5850-9aff-84a9-18d5070c0c3e-070c0c3b {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-e424ab92-0e30-1314-8e49-4d32b48402d2-070c0c3b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b77f37d3-81f4-97af-d502-ef162ab9aeb4-422c6650 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_194d8b0f-475f-6611-4925-b9cb422c6653-422c6650 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_2d5ab517-e279-48f9-b3f5-7cbbc261ab86-c261ab79 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d5ab517-e279-48f9-b3f5-7cbbc261ab7c-c261ab79 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfbca {
    grid-area: 2 / 1 / 3 / 5;
    place-self: center;
  }

  #w-node-_6bfe1745-8e6a-adf4-8d11-3d8189ffc7e9-0d1bfbce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-0d1bfbd1, #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-0d1bfbd1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_79ff496f-14b9-088a-20c3-c92377134861-77134854 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_94b330bd-e648-7a05-f26a-10912eba3a3d-77134854 {
    grid-column: span 4 / span 4;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbd3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfbd3 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_522f2796-9e15-a488-7944-aa5c2b11f18c-0d1bfbd5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_22c84835-559c-4a6c-e90c-a27f1b020ca3-0d1bfbd9, #w-node-_9ac7c5ac-4155-8a90-4b5b-5dab82a2b741-0d1bfbd9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_19066cec-f9d4-553f-2edf-ebe1e0072792-0d1bfbda, #w-node-_167e257b-ed41-e367-3cdc-f0068bda4fd4-0d1bfbda {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_73bd75e6-ef71-8334-4caf-364f79fc7b5d-0d1bfbda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #download-guide-block.w-node-_059facca-9cc4-3e24-2d4f-5bd303e6fe9c-03e6fe9c {
    grid-column-end: 5;
  }

  #w-node-_27f5dd17-b933-f8b3-d138-81c44c0fd236-0d1bfbdd, #w-node-_11a47fcf-a44d-594e-235d-3f6cd81a5353-0d1bfbdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbdf, #w-node-_9e619a76-6d9f-cac5-20c2-f5cfa00ba739-0d1bfbdf, #w-node-_0bfb0acc-c189-f0f4-2f43-51cc7a99d24c-0d1bfbdf, #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfbf6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfbf6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3e5bc09d-5cc6-096a-55b8-eea8a030de3d-0d1bfc11 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5aa33da9-be52-40f0-627d-0b5f5ed7fcc5-0d1bfc13, #w-node-e0f3659f-81c2-9ed3-2ece-19f08ff12143-0d1bfc16, #w-node-e0f3659f-81c2-9ed3-2ece-19f08ff12138-0d1bfc16 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f96d9e25-b460-6116-afee-6ee9456be086-0d1bfc4b, #w-node-_2c91a0b2-126a-394e-7a39-ea052b6cee84-0d1bfc4b {
    grid-column: span 2 / span 2;
  }

  #w-node-_01cdca75-8597-dfac-8858-4399b488d201-b488d1fe {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_01cdca75-8597-dfac-8858-4399b488d20e-b488d1fe, #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfc4f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfc4f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_10e6e58c-f599-d1a8-c7c4-ff983a9f24f1-0d1bfc4f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_10e6e58c-f599-d1a8-c7c4-ff983a9f24fc-0d1bfc4f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6ace8f45-75b6-261b-876b-a266e392358a-0d1bfc4f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_6ace8f45-75b6-261b-876b-a266e3923595-0d1bfc4f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4d079bc-5bc1-b652-82e5-4ecfa486cbee-0d1bfc50 {
    grid-column: span 4 / span 4;
  }

  #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ad1-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ad6-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99adb-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ae0-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99ae5-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99aea-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99aef-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99af4-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99af9-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99afe-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b05-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b0a-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b0f-c4f99ac3 {
    grid-column: span 1 / span 1;
  }

  #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b14-c4f99ac3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b19-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b1e-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b23-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b28-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b2d-c4f99ac3, #w-node-ce70b5e1-d964-04a0-72c7-1a1ac4f99b32-c4f99ac3 {
    grid-column: span 1 / span 1;
  }

  #w-node-d7896c9c-86c1-ea72-fbee-972baf6c319d-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_91c5e20f-6a72-8699-87b8-8ffb655d9fe8-0d1bfc52 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_90877e45-1dff-e6a1-8651-2cd4373406f8-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_90877e45-1dff-e6a1-8651-2cd4373406f9-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_572118a2-08be-d15b-f1a2-437b85288333-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_572118a2-08be-d15b-f1a2-437b85288334-0d1bfc52 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_5711c0d3-c4c4-9fe6-72ef-ceb3aaaffcae-0d1bfc52 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_6ea25ce1-4b75-5e61-b9f7-96949ee2ee33-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_6ea25ce1-4b75-5e61-b9f7-96949ee2ee34-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_79e49f61-866e-8b5b-2501-92248dba91c2-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_79e49f61-866e-8b5b-2501-92248dba91ec-0d1bfc52, #w-node-_79e49f61-866e-8b5b-2501-92248dba9241-0d1bfc52 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3622e74b-fa47-8398-ce97-283232478dc6-0d1bfc52, #w-node-_926f6ca7-473a-2415-f0d6-47f31ccd806b-0d1bfc52 {
    grid-column: span 4 / span 4;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3946-0d1bfc53 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3945-0d1bfc53, #w-node-_7e18004b-d8fa-8ae3-53b1-240d2c684d5d-0d1bfc53 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_7e18004b-d8fa-8ae3-53b1-240d2c684d5e-0d1bfc53 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3983-0d1bfc53 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-d0d3bf36-e56e-f538-344b-80a0c94f3984-0d1bfc53 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_8936da31-b6dd-22d9-41ea-7a686570e7a6-0d1bfc53 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-c1e89564-71cb-3ab7-66ed-8f4edcc973c3-0d1bfc53 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3e3f1416-cb2e-6a5a-fb6c-c8c4404c9e96-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b174d6a8-9f72-06e9-d355-d7e3dc806851-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a685072b-0753-41c8-6e99-4da0dfc3f98a-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-a685072b-0753-41c8-6e99-4da0dfc3f98b-0d1bfc54 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_0c720ede-4954-81a2-8a08-ac35c996250f-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_0c720ede-4954-81a2-8a08-ac35c9962510-0d1bfc54, #w-node-_3e3f1416-cb2e-6a5a-fb6c-c8c4404c9ed4-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b3f3219c-1a6d-fad1-e422-1c97b482516d-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_80926c44-7ea6-054b-4476-01b705bde972-0d1bfc54 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_1f9ee22d-0f36-3482-3031-cbfdad887678-0d1bfc54 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6e3db12f-d32d-58df-4d03-1ad687861b84-0d1bfc54 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d1ec15dd-1e7d-e4f1-7a90-8d1bc4beef2c-0d1bfc54 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_37ca9685-cdbf-73ff-d2db-d3a661d6f44f-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_37ca9685-cdbf-73ff-d2db-d3a661d6f47b-0d1bfc54 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4d0a6d72-1fbb-2e82-72e4-7a778990c870-0d1bfc54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28df6004-54c7-6975-c355-1f26634777c3-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_990f0bcc-6974-1d01-4efd-84d795cbb003-0d1bfc55, #w-node-_0a64b8f0-c574-139a-6323-cd69a0b27e95-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_28df6004-54c7-6975-c355-1f2663477800-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_28df6004-54c7-6975-c355-1f2663477801-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_28df6004-54c7-6975-c355-1f2663477812-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_28df6004-54c7-6975-c355-1f2663477813-0d1bfc55 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce114-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce11b-0d1bfc55, #w-node-_34ce0992-b831-b4e4-dc0a-216a785ce13a-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313719-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313743-0d1bfc55, #w-node-fb69ed71-9b2f-edfa-e3d8-560a7d313773-0d1bfc55 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-dfd48c73-bf4c-e428-76ea-5c46b0814352-0d1bfc55 {
    grid-column: span 4 / span 4;
  }

  #w-node-f846dc21-5048-5409-e6f4-b30e6f6267be-0d1bfc56 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c5bd1fc4-9313-5b9a-0b88-40c069ce67fa-0d1bfc56, #w-node-_959cb00f-6e77-b0cd-2508-4f18a18321af-0d1bfc56 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5cf3133d-0855-7ea7-32d4-94d74a2c514b-0d1bfc56 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_5cf3133d-0855-7ea7-32d4-94d74a2c514c-0d1bfc56 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_1c8912d8-b4ca-a6bb-13b6-df1492afcf77-0d1bfc56 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f2f59c22-d2ff-952f-1069-26b5b3808a57-0d1bfc56 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_563cd769-bb9a-7d2d-bedc-eedd22e52d2c-0d1bfc56 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3e97f572-345b-299d-7794-7360ca78655a-0d1bfc56 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_005090e7-4bc4-ea00-369c-aa74ead6f821-0d1bfc56, #w-node-cc10b544-9340-fc1a-3ce0-1570071c8d31-0d1bfc57, #w-node-_4837aa1b-6610-fae6-6e53-dbe3c83e0cc6-0d1bfc57, #w-node-cd8366bb-b94d-0b3a-7272-c82f8470e8be-0d1bfc59, #w-node-_10ef922f-9083-9458-831d-988cd0922ee5-0d1bfc5b {
    grid-column: span 4 / span 4;
  }

  #w-node-_0d97db56-5eae-3b86-6972-2e44c1357ba7-0d1bfc71 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_83cae347-996a-799a-0d4b-ccf3c148bf7d-0d1bfc74 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_83cae347-996a-799a-0d4b-ccf3c148bf7e-0d1bfc74 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_6bfe1745-8e6a-adf4-8d11-3d8189ffc7e9-0d1bfc77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d86f798-1828-af35-3951-e3dedad12c4f-0d1bfc7a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_1fe8ddac-11f2-d01f-dc21-32d125f85f85-0d1bfc7a, #FAQ-1.w-node-_18fc3aa3-8e70-9730-c48e-7d4214c85d58-0d1bfc7a {
    grid-column: span 4 / span 4;
  }

  #w-node-_63f082b2-76b4-01f8-6702-53881aeec0f9-1aeebf26 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_63f082b2-76b4-01f8-6702-53881aeec15e-1aeebf26, #w-node-_91352c59-9ccf-2712-6260-e38098dd1bd0-1aeebf26, #w-node-ba8ed39e-b46c-8f5f-9bc8-1d15949df016-1aeebf26 {
    grid-column: 1 / 4;
  }

  #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5f30-1aeebf26 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5f75-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5fbe-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab5fed-1aeebf26, #w-node-_2e4ad96f-b6fd-00c8-8989-d2bdbeab6022-1aeebf26 {
    grid-column: 1 / 4;
  }

  #w-node-_63f082b2-76b4-01f8-6702-53881aeec1c9-1aeebf26 {
    grid-column: span 3 / span 3;
  }

  #w-node-c20e36cc-6c19-b7d0-d184-7060cc955b05-0d1bfc8f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_6521b928-b391-fb66-d218-39bb6cbaeba9-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c0b72b94-5fe0-df62-f597-aba171b56b28-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_40682c6a-74c7-a397-183b-bcb3f1e030a6-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e25-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e4f-0d1bfc8f, #w-node-c6cfc7fb-c4ab-c757-5ee4-e090f2ef8e7f-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_956c12ab-76a8-47fb-f780-ac9977623268-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center start;
  }

  #w-node-_956c12ab-76a8-47fb-f780-ac9977623273-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_61469818-e7f1-8f28-9837-bb68a52e3d51-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-b1b985e4-b7d1-c749-62b8-827d23cc582d-0d1bfc8f, #w-node-_80021e0a-ad58-5238-1430-f78fcd5b4bd6-0d1bfc8f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_332db2c3-c934-ad1d-e42c-74280c103714-0d1bfc91 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_332db2c3-c934-ad1d-e42c-74280c10373e-0d1bfc91, #w-node-_332db2c3-c934-ad1d-e42c-74280c10376e-0d1bfc91 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bda89594-3058-6f55-816b-deb9c936ce01-0d1bfca9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-bda89594-3058-6f55-816b-deb9c936ce2b-0d1bfca9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b534bcac-a029-8c04-5655-c66150ef07cd-0d1bfca9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-b534bcac-a029-8c04-5655-c66150ef07f7-0d1bfca9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2bb0f701-5da1-0e4a-1593-201ee3e1331d-0d1bfcae {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_2bb0f701-5da1-0e4a-1593-201ee3e13312-0d1bfcae {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_082cfa76-3721-6fb8-c823-38f338404556-0d1bfcae {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_9f074c0c-05b3-0994-40a0-462c1822d5a7-0d1bfcae {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_084c64bf-3a97-b3e4-f8b7-39c7306f92f1-0d1bfcae {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_084c64bf-3a97-b3e4-f8b7-39c7306f92e6-0d1bfcae {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-c3ae8ef8-50d8-2964-2a20-f5aaa98ae2ba-0d1bfcae {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-c3ae8ef8-50d8-2964-2a20-f5aaa98ae2cb-0d1bfcae {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c01cb9ce-6ad2-cfd5-6f03-122c8618e7a6-0d1bfcae {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-c01cb9ce-6ad2-cfd5-6f03-122c8618e7a7-0d1bfcae {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-ca0aa2e7-c626-0272-8287-dae621f95df1-0d1bfcb9 {
    grid-column: span 4 / span 4;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfcbc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a30-0d1bfcdd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_4e24dc12-654a-3a88-c38c-d7eda3bc6a31-0d1bfcdd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c7f7a8ae-6c0a-3f82-c741-702200f0f5e8-0d1bfcde {
    grid-column: span 4 / span 4;
  }

  #FAQ-1.w-node-c7f7a8ae-6c0a-3f82-c741-702200f0f5ef-0d1bfcde {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b079a6d5-5e4d-9c12-706e-3f247affcb80-7affcb73 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b079a6d5-5e4d-9c12-706e-3f247affcb90-7affcb73 {
    grid-column: span 4 / span 4;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-0d1bfcdf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-0d1bfcdf {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_44d7eb73-11ff-f695-0e26-a37f9d2fe93d-9d2fe93d {
    grid-column-end: 5;
  }

  #w-node-_288bcd71-5654-3b5d-c119-d933f2cb910a-0d1bfcf9, #w-node-_20f12d6c-e14b-cde1-1603-59016d411964-0d1bfcf9, #w-node-_459cf96c-d650-5553-c433-0a9adfd6b9c4-0d1bfcf9, #w-node-_54d49c41-81bb-bf75-b115-4439df76f0b7-0d1bfcf9, #w-node-c0f5c994-4338-0b86-c4f1-519a00f204ca-0d1bfcf9, #w-node-dc4c9ad4-59f9-f8ba-3c06-c3caccb18f25-0d1bfcf9 {
    grid-column: span 4 / span 4;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67b8c-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67b8d-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67ba1-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67ba2-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bb3-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bb4-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bc5-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bc6-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bd9-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bda-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67beb-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bec-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bf7-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67bf8-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67c09-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67c0a-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67c1b-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bf5184c6-8c64-f526-706f-62de8cc67c1c-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a298f-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a2990-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a299b-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a299c-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a29a7-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-bb78c230-fdfb-de9a-735c-c0e7ed2a29a8-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-ceea754a-b557-6bc9-69c3-30aa2c3d8699-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-ceea754a-b557-6bc9-69c3-30aa2c3d869a-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_8e98cd3b-fe0f-0327-eb5a-1b58d8ebc807-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_8e98cd3b-fe0f-0327-eb5a-1b58d8ebc808-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_8f85dff5-92cd-72ce-a761-371a15b86f48-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_8f85dff5-92cd-72ce-a761-371a15b86f49-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-e854927a-b910-3a59-5157-1f604eb7ce0d-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-e854927a-b910-3a59-5157-1f604eb7ce0e-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_1507cd74-0fcc-a00a-37de-0832c540a848-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_1507cd74-0fcc-a00a-37de-0832c540a849-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-ebab7377-08b9-1ad6-f7a7-cc4e20ad28fc-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-ebab7377-08b9-1ad6-f7a7-cc4e20ad28fd-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-a0b39c9e-7369-d1e5-3a33-ae633a0fc58c-0d1bfd01 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-a0b39c9e-7369-d1e5-3a33-ae633a0fc58d-0d1bfd01 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-b33118fd-f25a-262f-7c8e-1ca62f80bb66-2f80bb63, #FAQ-1.w-node-b33118fd-f25a-262f-7c8e-1ca62f80bb6d-2f80bb63, #w-node-ce6a93c2-5338-65ee-0643-341730cdf4e6-0d1bfd1e {
    grid-column: span 4 / span 4;
  }

  #w-node-_24eff3bc-16f4-236e-66a1-72b9feb115de-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_24eff3bc-16f4-236e-66a1-72b9feb115e6-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5b9b7ca3-d226-4ebe-c33d-129909c787be-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_5b9b7ca3-d226-4ebe-c33d-129909c787cd-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_27080a37-1d74-cfa4-5aa1-78a9ac52b7f3-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_76821f1c-0f0b-c385-3aeb-9e276612052d-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4f6f9e95-6d07-c7d0-218a-9d2a881f1c1c-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-de46c3c2-b27b-0810-5bc5-f5f38b289713-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_17ac5b9a-7117-d47c-c605-3a971994d1eb-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_17ac5b9a-7117-d47c-c605-3a971994d1f3-0d1bfd20 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-db1ed5c9-2107-efaf-4757-3fcbf7ed10ed-0d1bfd20, #w-node-_75a3be49-f546-2b5f-149d-d56d58353bac-0d1bfd3a, #w-node-_75a3be49-f546-2b5f-149d-d56d58353bb7-0d1bfd3a, #w-node-_4ceabfb9-0275-a558-381c-87c22aab9b37-0d1bfd3a {
    grid-column: span 4 / span 4;
  }

  #w-node-e38a11ad-9808-a9f3-9877-d0e67ff07f03-7ff07f03 {
    grid-column-end: 5;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-b2b1da7c, #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-b2b1da7c, #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-a2254475, #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-a2254475, #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-6ab160f3, #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-6ab160f3, #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-5309218c, #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-5309218c, #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-d36a6d44, #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-d36a6d44, #w-node-_537dff6e-4b47-31e2-e029-52ac4b5d1a31-2ba7df0f, #w-node-_537dff6e-4b47-31e2-e029-52ac4b5d1a35-2ba7df0f, #w-node-_537dff6e-4b47-31e2-e029-52ac4b5d1a39-2ba7df0f {
    grid-column: span 4 / span 4;
  }

  #w-node-_657f0c92-3b56-c1f1-2bd4-3c03ef746ef8-2ba7df0f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_706dda2f-c3d5-8ec0-8af0-e82e156d32c9-0bb83ad7, #w-node-_77d5aca0-fd8b-744c-76b7-a87e7bf6dc4c-0bb83ad7, #w-node-_77d5aca0-fd8b-744c-76b7-a87e7bf6dc50-0bb83ad7, #w-node-_002aaf70-0dfb-73b1-e556-723b6c660d13-0bb83ad7, #w-node-_465ffeaf-ad31-078c-c424-c76bec47188a-0bb83ad7, #w-node-c12d16ef-049b-ec77-75a7-820577f976ce-0bb83ad7, #w-node-a63b8d4b-0c73-0a93-740e-73adbe3ac90b-0bb83ad7, #w-node-_82c2a285-31e6-16c8-f615-57bc90664286-0bb83ad7 {
    grid-column: span 4 / span 4;
  }

  #w-node-ba23dd20-3e5a-f8f5-d177-09e46c0c10b3-6c0c10b0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }

  #w-node-ba23dd20-3e5a-f8f5-d177-09e46c0c10ba-6c0c10b0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0d97db56-5eae-3b86-6972-2e44c1357ba7-3ff837ad {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b03cf327-6966-d29a-df50-5676ac7b8aa0-3ff837ad, #w-node-b03cf327-6966-d29a-df50-5676ac7b8aa4-3ff837ad, #w-node-b03cf327-6966-d29a-df50-5676ac7b8aa8-3ff837ad, #w-node-f2131e2a-8e08-7155-280b-d77c06b5a347-21f23127, #w-node-f2131e2a-8e08-7155-280b-d77c06b5a34b-21f23127, #w-node-_87a79dd5-ead0-045d-5c57-d6a53e1f3790-21f23127, #w-node-_67637b73-d20b-4650-ce66-b520ccb14514-21f23127, #w-node-_1d95ca2c-5db4-1fec-ceaf-93ca0a124205-21f23127 {
    grid-column: span 4 / span 4;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-b94f84f9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-b94f84f9 {
    grid-area: 2 / 1 / 2 / 5;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-b94f84f9, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-b94f84f9, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-b94f84f9 {
    grid-column: span 3 / span 3;
  }

  #w-node-_49ec2e9f-b444-541c-faaf-39491e4e1101-ce6004fa {
    grid-column: span 4 / span 4;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-04269f47 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-04269f47 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-b24db055 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-b24db055 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-af5cbad4-822d-fed0-f478-a1d0905d26e6-d5adb228 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-aeb3d36e-b878-be32-6614-1b5b61ab07a5-d5adb228 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-08fc1335 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-08fc1335 {
    grid-area: 2 / 1 / 2 / 5;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-08fc1335, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-08fc1335, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-08fc1335, #w-node-_9bc8580c-04f2-4dc0-93a0-4d3a763c05d2-08fc1335 {
    grid-column: span 3 / span 3;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5a3-90a2597b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_065be523-1b0e-397c-423a-10b6cd57b5ae-90a2597b {
    grid-area: 2 / 1 / 2 / 5;
  }

  #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f90-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f94-90a2597b, #w-node-_9ef85c0c-9565-e4cb-e61d-6da299222f98-90a2597b, #w-node-_9e2e3114-e720-76f5-02ce-9a5454df9de3-90a2597b, #w-node-_9bc8580c-04f2-4dc0-93a0-4d3a763c05d2-90a2597b {
    grid-column: span 3 / span 3;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-5b4f1e7b, #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-5b4f1e7b {
    grid-column: span 4 / span 4;
  }

  #w-node-_095bf82a-c13a-7029-c1b0-6a30b6f68207-79dc3ef5, #w-node-_7d7903a2-8332-de92-9542-c0bb08f452d3-79dc3ef5, #w-node-_595214d7-6593-a425-5927-3e00d18826ef-d18826ec, #w-node-bffa5104-2b35-9a94-3d45-a3a253624b16-cea4897c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_8fadb147-636b-4b6d-9eaa-acb9dec40497-dec40495 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_8fadb147-636b-4b6d-9eaa-acb9dec40498-dec40495 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed2-64cf9a47, #FAQ-1.w-node-a9d5cfee-bc94-a84c-e14d-ac0eb7856ed9-64cf9a47 {
    grid-column: span 4 / span 4;
  }
}


