:root {
  --light-gray: #eee;
  --white: white;
  --light-green: #03f5c9;
  --dark-green: #02d1ab;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

a {
  color: #000;
  border: 0 solid #0000;
  text-decoration: none;
}

.body {
  background-color: var(--light-gray);
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

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

.hero-block {
  background-color: #fdfdfd;
  background-image: radial-gradient(circle at 50% 0, #03f5c9cc, #fff 36%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 250px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-1 {
  margin-top: 60px;
  font-size: 56px;
  font-weight: 500;
  line-height: 110%;
}

.entry {
  width: 80%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.button {
  background-color: var(--light-green);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/corner.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  border-radius: 20px;
  padding: 18px 30px 22px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button.hero {
  background-color: var(--light-green);
  color: #000;
  background-image: url('../images/corner.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 30%;
  max-width: 300px;
  margin: 30px auto 10px;
  padding-top: 18px;
  padding-bottom: 22px;
  font-size: 20px;
  transition: all .3s ease-out;
  display: block;
}

.button.hero:hover {
  background-color: var(--dark-green);
  background-image: url('../images/corner-light.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.button.pricing {
  background-color: var(--white);
  background-image: url('../images/corner-invert.png');
  width: 100%;
  margin-top: 20px;
  transition: all .3s ease-out;
}

.button.pricing:hover {
  background-color: var(--dark-green);
  background-image: url('../images/corner-invert__hover.png');
  background-size: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  width: 168px;
  margin-top: 40px;
}

.section-wrapper {
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  transition: opacity .2s;
}

.section-wrapper.first {
  background-color: var(--light-gray);
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.interface {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.interface.up {
  max-width: 1040px;
}

.interface.down {
  max-width: 1040px;
  margin-bottom: 0;
}

.how-blocks {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.how-one-block {
  flex: 1;
}

.how-big-number {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.how-descripion {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.s-floor {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 40px;
  display: block;
}

.container {
  background-color: #fff0;
  border-radius: 24px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px 30px;
  overflow: hidden;
}

.container.green {
  background-color: var(--light-green);
}

.container.white {
  background-color: var(--white);
  padding-bottom: 40px;
}

.container.pricing {
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.bold-text {
  font-weight: 500;
}

.list-item {
  text-align: left;
  flex-flow: column;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.bold {
  font-weight: 500;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-green);
  border-radius: 24px;
  display: flex;
}

.pricing__info {
  background-color: var(--light-green);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  padding: 10px 30px 30px;
  display: flex;
}

.price {
  text-align: left;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.price.price-caption {
  font-size: 16px;
  font-weight: 300;
}

.caption {
  color: #00000080;
  text-align: left;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.pricing__features {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding: 30px 30px 20px;
  display: flex;
}

.tariff-features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 20px;
  list-style-type: square;
  display: flex;
}

.tariff-features._2-lvl {
  padding-left: 40px;
  list-style-type: square;
}

.feature-list-item {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.footer-text {
  color: #00000080;
  text-align: left;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

.footer-text:hover {
  color: #000;
}

.reasons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.reason {
  text-align: left;
  flex-flow: column;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.icon {
  width: 32px;
  margin-bottom: 10px;
}

.interface_mobile {
  display: none;
}

.price-wrapper {
  width: 100%;
}

.price-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.rich-text-block {
  text-align: left;
  font-weight: 400;
}

.footer {
  background-color: #f1f1f100;
  border-radius: 0;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  transition: opacity .2s;
  display: flex;
}

.footer-links__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.rich-text-block-2 {
  text-align: left;
}

.footer__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.faq-item {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  cursor: pointer;
  border: 0 solid #000;
  border-top: 0 #0000001a;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  list-style-type: none;
  display: flex;
}

.heading-4 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.faq-accordion-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 24px;
  outline: 3px #000;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
}

.divider {
  background-color: #0000001a;
  height: 1px;
}

.faq-answer {
  color: #0009;
  text-align: left;
  font-weight: 400;
  display: none;
}

.underbutton-text {
  margin-bottom: 60px;
  font-weight: 300;
}

.footer-text-copyright {
  color: #00000080;
  text-align: left;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .button.hero {
    width: 40%;
    max-width: 250px;
  }

  .button.pricing {
    font-size: 18px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .how-blocks {
    flex-flow: row;
  }

  .how-descripion {
    max-width: 600px;
  }

  .container {
    padding: 10px 20px 30px;
  }

  .pricing__info {
    padding: 0 20px 20px;
  }

  .price {
    line-height: 100%;
  }

  .pricing__features {
    padding: 30px 20px 20px;
  }

  .interface_mobile {
    display: none;
  }

  .price-text-wrapper {
    flex-flow: column;
  }

  .faq-accordion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 48px;
  }

  .entry {
    font-size: 18px;
  }

  .button.hero {
    width: 50%;
    font-size: 18px;
  }

  .interface.up, .interface.down {
    display: none;
  }

  .how-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .how-big-number {
    font-size: 30px;
  }

  .how-descripion {
    font-size: 18px;
  }

  .s-floor {
    padding: 20px 20px 30px;
  }

  .pricing-wrapper {
    flex-flow: column;
  }

  .pricing__info {
    width: 100%;
  }

  .reasons-wrapper {
    flex-flow: column;
    display: flex;
  }

  .interface_mobile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .price-text-wrapper {
    flex-flow: row;
  }

  .footer-links__wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-accordion-wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .entry {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
  }

  .button.hero {
    width: 100%;
    max-width: none;
  }

  .section-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-wrapper.first {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .interface.up {
    max-width: 413px;
    display: none;
  }

  .interface.down {
    display: none;
  }

  .how-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container {
    padding: 10px 20px 30px;
  }

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

  .price {
    font-size: 54px;
  }

  .price.price-caption {
    font-size: 16px;
  }

  .pricing__features {
    padding-left: 15px;
  }

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

  .interface_mobile {
    width: 100%;
    max-width: 413px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer__wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .faq-accordion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .footer-text-copyright {
    text-align: center;
    margin-bottom: 10px;
  }
}

#w-node-_2a6335f3-c8bc-cdb3-e85c-eadd1c88fa94-f16677cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57d89426-887e-c1e5-d9b0-fb3b284d988e-f16677cd, #w-node-_2d7d6415-6558-4354-e772-491e99310b60-f16677cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


