:root {
  --black: #120d28;
  --grey: #e9ecf0;
  --brand: #d757fa;
  --accent: #7657f2;
  --white: white;
  --line-color: #0000004d;
}

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

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

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

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3em;
}

.section {
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.section.grey {
  background-color: var(--grey);
}

.section.footer {
  background-color: var(--black);
}

.container {
  max-width: 1240px;
}

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

.content_hero {
  margin-top: 100px;
  margin-bottom: 280px;
}

.content_left {
  max-width: 735px;
}

.content_left.max-width-610 {
  max-width: 610px;
}

.content_left.max-width-480 {
  max-width: 480px;
}

.brand_txt {
  color: var(--brand);
}

.accent_txt {
  color: var(--accent);
}

.txt_hero {
  color: var(--black);
  max-width: 610px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
}

.button {
  background-color: var(--brand);
  color: var(--white);
  border-radius: 99px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.button:hover {
  background-color: #af47cc;
}

.button.outlined {
  border: 2px solid var(--accent);
  color: var(--accent);
  background-color: #0000;
}

.button.outlined:hover {
  background-color: var(--accent);
  color: var(--white);
  border-style: solid;
}

.button.nav_btn {
  padding: 8px 16px;
  font-size: 18px;
}

.button.black {
  background-color: var(--black);
  text-align: center;
}

.button.black:hover {
  background-color: #454158;
}

.button.accent {
  background-color: var(--accent);
}

.button.accent:hover {
  background-color: #5936e2;
}

.btn_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.btn_wrapper.center {
  justify-content: center;
  align-items: center;
}

.navbar {
  background-color: #0000;
  margin-top: 40px;
}

.nav_link {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.nav_link:hover {
  font-weight: 700;
}

.nav_link.w--current {
  color: var(--accent);
  font-weight: 600;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.btn_wrapper_nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 1;
  display: flex;
}

.div-block {
  flex: 0 auto;
}

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

.dropdown-toggle {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

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

.content_center {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.text-block {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.text-block.max-width-728 {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block._14.line_height {
  line-height: 1.5em;
}

.text-block.max-width-480 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.text-block.max-width-480.l {
  margin-left: 0;
  margin-right: 0;
}

.text-block.max-width-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-block.max-width-800.gap {
  margin-top: 40px;
}

.text-block.medium {
  vertical-align: middle;
  font-weight: 500;
  display: inline-block;
}

.text-block.medium.white {
  color: var(--white);
}

.text-block.block {
  text-align: left;
  margin-top: 20px;
  display: inline-block;
}

.text-block.quote {
  text-align: left;
  flex: 1;
  margin-bottom: 20px;
  font-size: 18px;
}

.text-block.white {
  color: var(--white);
  text-decoration: none;
}

.text-block.white.link {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.text-block.white.right {
  float: right;
  display: block;
}

.text-block._18m {
  font-size: 18px;
  font-weight: 500;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.grid.six {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 0;
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--grey);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.cell.big_cell {
  flex-flow: column;
  padding-top: 30px;
}

.cell.data_cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 232px;
  max-width: none;
}

.title {
  color: var(--black);
  max-width: 230px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.title.big_cell {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}

.title.data_cell {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3em;
}

.title.wide {
  max-width: none;
  margin-bottom: 0;
}

.cell_txt {
  text-align: left;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.cell_txt.big_cell {
  text-align: center;
  width: auto;
}

.video {
  z-index: 0;
  border-radius: 15px;
  flex: 0 auto;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.video.big_cell {
  flex: 1;
  width: auto;
  min-height: 380px;
}

.content_horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 80px;
  display: flex;
}

.side_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ico {
  max-width: 48px;
  max-height: 48px;
}

.row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template: "Area Area-2"
                 "Area Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100vw;
  margin-top: 60px;
  margin-left: -100px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.row.six {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 0;
}

.plan {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--grey);
  background-image: url('../images/Fraffff10.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 20px;
  display: flex;
}

.plan.big_cell {
  flex-flow: column;
  padding-top: 30px;
}

.plan.data_cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 232px;
  max-width: none;
}

.plan.popular {
  border: 1px #000;
  flex-flow: column;
  max-width: none;
  height: auto;
}

.plan.vip {
  color: var(--white);
  background-image: url('../images/ddddd15.jpg');
  min-width: auto;
  max-width: none;
}

.tag {
  float: left;
  border: 2px solid var(--accent);
  color: var(--accent);
  vertical-align: middle;
  border-radius: 99px;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  display: inline-block;
}

.tag.white {
  border-color: var(--white);
  color: var(--white);
}

.price {
  float: right;
  color: var(--black);
  vertical-align: middle;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
  display: inline-block;
}

.price.white {
  color: var(--white);
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid #000;
  flex-flow: column;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.list.white {
  border-top-color: var(--white);
  border-bottom-color: var(--white);
  color: var(--white);
}

.list_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check {
  vertical-align: top;
  margin: 0;
}

.plan_wrapper {
  border-radius: 18px;
  flex-flow: column;
  flex: 1;
  min-width: 360px;
  max-width: 400px;
  padding: 0 3px 3px;
  display: flex;
}

.plan_wrapper.popular {
  background-color: var(--black);
  text-align: center;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
}

.plan_wrapper.vip {
  background-color: var(--accent);
  text-align: center;
}

.plan_ttl {
  color: var(--white);
  padding-top: 8px;
  padding-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}

.plan_ttl.hide {
  color: #0000;
}

.div-block-4 {
  clear: none;
}

.frame {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--grey);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  padding: 40px 0 0;
  display: flex;
}

.frame.big_cell {
  flex-flow: column;
  padding-top: 30px;
}

.frame.data_cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 232px;
  max-width: none;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}

.hr {
  background-color: var(--line-color);
  height: 1px;
}

.hr.white {
  background-color: var(--white);
}

.div-block-6 {
  text-align: left;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 100px;
}

.image-2 {
  flex: 0 auto;
}

.div-block-7 {
  background-image: url('../images/Macssss-Studio.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  min-width: 300px;
  max-width: 480px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--grey);
  text-align: center;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  display: block;
}

.step.big_cell {
  flex-flow: column;
  padding-top: 30px;
}

.step.data_cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 232px;
  max-width: none;
}

.step_ttl {
  float: none;
  color: var(--black);
  vertical-align: middle;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  display: block;
}

.step_ttl.white {
  color: var(--white);
}

.step_tag {
  float: none;
  border: 2px solid var(--accent);
  color: var(--accent);
  vertical-align: middle;
  border-radius: 99px;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.step_tag.white {
  border-color: var(--white);
  color: var(--white);
}

.div-block-9 {
  flex: 1;
}

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

.testimonial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 336px;
  max-width: 400px;
  padding: 20px;
  display: flex;
}

.testimonial.big_cell {
  flex-flow: column;
  padding-top: 30px;
}

.testimonial.data_cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 232px;
  max-width: none;
}

.name {
  text-align: left;
  vertical-align: middle;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  display: inline-block;
}

.image-3 {
  vertical-align: middle;
  margin-right: 10px;
}

.div-block-11 {
  float: left;
  vertical-align: middle;
  display: inline-block;
}

.image-4 {
  float: right;
  vertical-align: middle;
}

.stars {
  float: right;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: inline-flex;
}

.cta {
  z-index: 1;
  color: var(--black);
  border-radius: 15px;
  max-width: 988px;
  margin-bottom: -200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  box-shadow: 0 0 14px #120d2826;
}

.content_right {
  max-width: 735px;
}

.content_right.max-width-610 {
  max-width: 610px;
}

.content_right.max-width-480 {
  float: right;
  max-width: 480px;
}

.content_right.max-width-380 {
  float: right;
  max-width: 380px;
}

.footer_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  margin-top: 260px;
  display: flex;
}

.text-span {
  color: var(--white);
  text-decoration: underline;
}

.footer_txt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.div-block-13 {
  flex: 1;
}

.image-5 {
  float: left;
}

.div-block-14 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.image-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 360px;
  margin-top: 40px;
}

.row_a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template: "Area Area-2"
                 "Area Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.row_a.six {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 0;
}

.market {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 360px;
  max-width: 400px;
  height: auto;
  padding: 20px;
  display: flex;
}

.market.big_cell {
  flex-flow: column;
  padding-top: 30px;
}

.market.data_cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 232px;
  max-width: none;
}

.market.popular {
  border: 1px #000;
  flex-flow: column;
  max-width: none;
  height: auto;
}

.market.vip {
  color: var(--white);
  background-image: url('../images/ddddd15.jpg');
  min-width: 360px;
  max-width: none;
}

.market_ttl {
  float: left;
  color: var(--black);
  vertical-align: middle;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
  display: inline-block;
}

.market_ttl.white {
  color: var(--white);
}

.image-7 {
  float: right;
}

.market_lst {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px none var(--line-color);
  border-bottom: 1px #000;
  flex-flow: column;
  flex: none;
  max-width: 168px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.market_lst.white {
  border-top-color: var(--white);
  border-bottom-color: var(--white);
  color: var(--white);
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--line-color) black;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  width: 272px;
  max-width: 272px;
  padding: 20px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.background-video {
  z-index: 0;
  mix-blend-mode: darken;
  flex: 1;
  height: auto;
}

.div-block-6-copy {
  text-align: left;
  max-width: 630px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 100px;
}

.div-block-19 {
  background-image: url('../images/Tablet-and-Phone-Screen-Mockup-Premium-Psd-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  height: 400px;
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .content_hero {
    margin-top: 100px;
    margin-bottom: 180px;
  }

  .content_horizontal {
    justify-content: space-between;
  }

  .side_grid {
    flex: 0 auto;
  }

  .row {
    flex-flow: wrap;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .plan, .plan.popular {
    width: auto;
    min-width: auto;
  }

  .plan.vip {
    min-width: auto;
  }

  .plan_wrapper {
    min-width: 360px;
    max-width: 360px;
  }

  .plan_wrapper.popular {
    max-width: 360px;
  }

  .frame {
    justify-content: space-between;
  }

  .div-block-6 {
    flex: 1;
  }

  .div-block-7 {
    background-position: 0 0;
    flex: 1;
    width: auto;
    min-width: 480px;
    max-width: 600px;
  }

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

  .row_a {
    flex-flow: wrap;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .market {
    width: auto;
    min-width: 360px;
  }

  .market.popular {
    width: auto;
    min-width: auto;
  }

  .market.vip {
    min-width: auto;
  }

  .div-block-15 {
    flex: 1;
  }

  .background-video {
    overflow: visible;
  }

  .div-block-6-copy {
    flex: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .content_hero {
    margin-bottom: 280px;
  }

  .div-block-7 {
    flex: none;
    width: 600px;
    min-width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

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

  .content_hero {
    margin-top: 60px;
  }

  .content_left {
    max-width: 580px;
  }

  .txt_hero {
    max-width: 500px;
  }

  .button.outlined.nav_btn {
    margin-bottom: 20px;
    display: block;
  }

  .button.nav_btn {
    display: block;
  }

  .btn_wrapper, .btn_wrapper.center {
    margin-top: 30px;
  }

  .nav_link {
    display: block;
  }

  .btn_wrapper_nav {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 20px;
    display: block;
  }

  .nav-menu {
    background-color: var(--grey);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

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

  .menu-button {
    color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--grey);
    color: var(--black);
  }

  .image {
    max-width: 180px;
  }

  .content_center {
    margin-top: 40px;
  }

  .grid {
    margin-top: 30px;
  }

  .cell.data_cell {
    width: 200px;
  }

  .title.data_cell {
    font-size: 32px;
  }

  .video.big_cell {
    min-height: 200px;
  }

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

  .row {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .plan.data_cell, .frame.data_cell {
    width: 200px;
  }

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

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

  .div-block-6 {
    margin-left: 40px;
  }

  .step.data_cell, .testimonial.data_cell {
    width: 200px;
  }

  .content_right {
    max-width: 580px;
  }

  .content_right.max-width-380 {
    max-width: 300px;
  }

  .footer_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .row_a {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .market.data_cell {
    width: 200px;
  }

  .div-block-6-copy {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  .content_hero {
    margin-top: 30px;
    margin-bottom: 480px;
  }

  .txt_hero {
    font-size: 16px;
  }

  .button {
    font-size: 18px;
  }

  .btn_wrapper.center, .navbar {
    margin-top: 20px;
  }

  .heading {
    font-size: 35px;
  }

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

  .text-block.max-width-728 {
    font-size: 15px;
  }

  .text-block.max-width-480 {
    font-size: 14px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .cell.big_cell {
    flex-flow: row;
    padding-top: 20px;
  }

  .cell.data_cell {
    width: auto;
  }

  .title.big_cell {
    margin-left: 0;
    font-size: 18px;
  }

  .title.big_cell.c {
    max-width: none;
  }

  .cell_txt.big_cell {
    text-align: left;
    width: 50%;
  }

  .cell_txt.big_cell.c {
    text-align: center;
    width: auto;
  }

  .video {
    height: 200px;
  }

  .video.big_cell {
    flex: 0 auto;
    width: 50%;
    min-height: auto;
  }

  .content_horizontal {
    flex-flow: column;
    margin-top: 20px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .row {
    flex-flow: column;
    display: flex;
  }

  .plan {
    min-width: auto;
  }

  .plan.big_cell {
    flex-flow: row;
    padding-top: 20px;
  }

  .plan.data_cell {
    width: auto;
  }

  .plan_wrapper {
    max-width: none;
  }

  .frame {
    margin-top: 20px;
    padding-top: 30px;
  }

  .frame.big_cell {
    flex-flow: row;
    padding-top: 20px;
  }

  .frame.data_cell {
    width: auto;
  }

  .frame.hours {
    flex-flow: column;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-6 {
    margin-right: 40px;
  }

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

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

  .div-block-8 {
    flex-flow: column;
    margin-top: 20px;
  }

  .step.big_cell {
    flex-flow: row;
    padding-top: 20px;
  }

  .step.data_cell {
    width: auto;
  }

  .testimonial {
    min-width: auto;
    max-width: none;
  }

  .testimonial.big_cell {
    flex-flow: row;
    padding-top: 20px;
  }

  .testimonial.data_cell {
    width: auto;
  }

  .stars {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    height: 100%;
    display: inline-flex;
  }

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

  .content_right.max-width-380 {
    max-width: 220px;
  }

  .row_a {
    flex-flow: column;
    display: flex;
  }

  .market {
    min-width: auto;
    max-width: none;
  }

  .market.big_cell {
    flex-flow: row;
    padding-top: 20px;
  }

  .market.data_cell {
    width: auto;
  }

  .div-block-16 {
    flex: 1;
    width: 190px;
    min-width: 190px;
  }

  .background-video {
    min-height: auto;
  }

  .div-block-6-copy {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-19 {
    background-size: cover;
    height: 240px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  h2, h3 {
    font-size: 20px;
  }

  .content_hero {
    margin-top: 10px;
    margin-bottom: 480px;
  }

  .txt_hero {
    font-size: 15px;
  }

  .button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .btn_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 20px;
  }

  .btn_wrapper.center {
    align-items: stretch;
  }

  .navbar {
    margin-top: 10px;
  }

  .heading {
    font-size: 25px;
  }

  .image {
    max-width: 140px;
  }

  .text-block {
    font-size: 15px;
  }

  .text-block.block {
    margin-top: 10px;
  }

  .text-block.quote {
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .grid {
    margin-top: 20px;
  }

  .cell, .cell.big_cell {
    flex-flow: column;
  }

  .cell.data_cell {
    flex: 1;
    width: auto;
    min-width: 110px;
    max-width: 128px;
    padding: 10px 16px;
  }

  .title.data_cell {
    font-size: 24px;
  }

  .title.wide {
    font-size: 16px;
  }

  .cell_txt, .cell_txt.big_cell, .video, .video.big_cell {
    width: auto;
  }

  .content_horizontal {
    margin-top: 10px;
  }

  .side_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: flex;
  }

  .row {
    margin-top: 20px;
  }

  .plan {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .plan.big_cell {
    flex-flow: column;
  }

  .plan.data_cell {
    padding: 10px 16px;
  }

  .plan.vip {
    min-width: auto;
  }

  .tag {
    padding: 4px 10px;
    font-size: 14px;
  }

  .price {
    font-size: 24px;
  }

  .list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .plan_ttl.hide {
    height: 1px;
  }

  .frame, .frame.big_cell {
    flex-flow: column;
  }

  .frame.data_cell {
    padding: 10px 16px;
  }

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

  .clients-image, .div-block-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .step, .step.big_cell {
    flex-flow: column;
  }

  .step.data_cell {
    padding: 10px 16px;
  }

  .step_ttl {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .step_tag {
    padding: 4px 10px;
    font-size: 14px;
  }

  .testimonial {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .testimonial.big_cell {
    flex-flow: column;
  }

  .testimonial.data_cell {
    padding: 10px 16px;
  }

  .div-block-11 {
    text-align: left;
  }

  .image-4 {
    float: left;
  }

  .stars {
    margin-top: 10px;
    display: block;
  }

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

  .cta {
    height: auto;
    padding: 0;
  }

  .gradient {
    background-image: linear-gradient(90deg, #fffc 66%, #fff0);
    padding: 20px 10px;
  }

  .footer_content {
    margin-top: 240px;
  }

  .row_a {
    margin-top: 20px;
  }

  .market {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .market.big_cell {
    flex-flow: column;
  }

  .market.data_cell {
    padding: 10px 16px;
  }

  .market.vip {
    min-width: auto;
  }

  .market_ttl {
    font-size: 24px;
  }

  .image-7 {
    width: 32px;
  }

  .market_lst {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-16 {
    flex: 1;
    width: auto;
    min-width: 180px;
    max-width: none;
  }

  .div-block-18 {
    grid-column-gap: 20px;
  }

  .div-block-6-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .image-8 {
    width: 32px;
  }
}

#w-node-_4d8d471c-5288-38db-d7f9-be2232765108-d116660f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4d8d471c-5288-38db-d7f9-be223276510f-d116660f, #w-node-_4d8d471c-5288-38db-d7f9-be2232765116-d116660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e402f8e3-d227-47c0-0ea1-2e2049944254-d116660f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4d8d471c-5288-38db-d7f9-be223276510f-397740dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d8d471c-5288-38db-d7f9-be2232765116-397740dd {
  grid-area: Area-3;
}

#w-node-_8e6ef196-bba8-b8f2-42ef-30c59e4e2ecc-397740dd, #w-node-_148586ba-970f-0be1-4da6-3dd726a36381-86222e1c, #w-node-_75d0be3b-4c46-1a33-486b-a5cb6a787ba1-86222e1c, #w-node-_187c8e7e-dc84-3829-b04b-50ce0889ac57-86222e1c, #w-node-e66ec1dc-893e-e251-dc09-ac654260d5d5-86222e1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}


