@import '/wp-content/themes/flwup/assets/css/index-page.css';
.section-hero__ui-button {
  width: 100%;
}
.section-cta__title em {
  color: #0A5CFE;
  font-style: normal;
}
.section-hero__rating .section-hero__title {
  font-size: 44px;
}
@media screen and (max-width: 1100px) {
  .section-hero__rating .section-hero__title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__rating .section-hero__title {
    font-size: 32px;
  }
}
.section-hero__rating .section-hero__cell_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .section-hero__rating .section-hero__cell_left {
    padding-top: 0;
  }
}

.section-wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-wrapper {
    padding: 64px 0;
  }
}

.title-block {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
}
.title-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title-block {
    font-size: 32px;
  }
}

.title-middle {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.title-middle:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .title-middle {
    font-size: 24px;
  }
}

.section-dark {
  background: #021233;
  color: #fff;
}

.how-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 16px;
}
.how-wrapper + .how-wrapper {
  margin-top: 140px;
}
@media screen and (max-width: 1200px) {
  .how-wrapper + .how-wrapper {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .how-wrapper-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}
.how-wrapper__item {
  width: calc(50% - 8px);
  border: 1px solid #D9D9D9;
  position: relative;
  background: -o-linear-gradient(286deg, rgba(128, 255, 202, 0.1) 0%, rgba(10, 92, 254, 0.1) 100%);
  background: linear-gradient(164deg, rgba(128, 255, 202, 0.1) 0%, rgba(10, 92, 254, 0.1) 100%);
  border-radius: 16px;
  padding: 36px;
  color: #9AA3B2;
  overflow: hidden;
}
.how-wrapper__item:nth-child(2) {
  padding: 0;
  border: none;
  background: #fff;
}
.how-wrapper__item:nth-child(2) img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1100px) {
  .how-wrapper__item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .how-wrapper__item {
    border-radius: 8px;
    padding: 16px;
  }
}
.how-wrapper .how-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.how-wrapper .how-tags li {
  padding: 8px 16px;
  border: 1px solid #00E585;
  color: #00E585;
  border-radius: 50px;
}
.how-wrapper .how-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 16px;
  margin-top: 32px;
}
.how-wrapper .how-inner__col {
  width: calc(50% - 8px);
}
@media screen and (max-width: 991px) {
  .how-wrapper .how-inner__col {
    width: 100%;
  }
}
.how-wrapper .how-inner ul {
  margin-top: 16px;
}
.how-wrapper .how-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}
.how-wrapper .how-inner ul li:last-child {
  margin-bottom: 0;
}
.how-wrapper .how-inner ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/flwup/assets/images/icons/check.svg");
  border: 1px solid #9AA3B2;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  display: block;
}
.how-wrapper .how-title, .how-wrapper .title-middle {
  color: #fff;
}
.how-wrapper .how-title {
  margin-bottom: 16px;
}

.badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 100px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 1400px) {
  .badges {
    margin-bottom: 40px;
  }
}
.badges__item {
  padding: 15px 30px;
  border-radius: 60px;
  border: 2px solid #fff;
  font-size: 26px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .badges__item {
    font-size: 16px;
    border-width: 1px;
    padding: 10px 20px;
  }
}
.badges__item span {
  color: #00E585;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 40px;
  border: 1px solid #00E585;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  position: relative;
  display: block;
}
@media screen and (max-width: 1400px) {
  .badges__item span {
    font-size: 9px;
  }
}

.business-chart {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .business-chart {
    padding: 0;
  }
}

.business-chart__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .business-chart__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.business-chart__head::after {
  content: "";
  width: 100%;
  height: 50%;
  border-top: 1px solid #9AA3B2;
  border-radius: 0 15px 0 0;
  border-right: 1px solid #9AA3B2;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 991px) {
  .business-chart__head::after {
    top: 25px;
    height: 100%;
    bottom: auto;
  }
}
@media screen and (max-width: 575px) {
  .business-chart__head::after {
    bottom: -41px;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .business-chart__head:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.business-chart__head:last-child::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 0;
}
@media screen and (max-width: 991px) {
  .business-chart__head:last-child::after {
    top: -80px;
  }
}
@media screen and (max-width: 575px) {
  .business-chart__head:last-child::after {
    top: -93px;
  }
}
.business-chart__head:last-child .business-chart__desc {
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px);
}
@media screen and (max-width: 991px) {
  .business-chart__head:last-child .business-chart__desc {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.business-chart__title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #9AA3B2;
  width: 280px;
  text-align: center;
  position: relative;
  background: #021233;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .business-chart__title {
    font-size: 24px;
    width: 200px;
  }
}
.business-chart__title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9AA3B2;
  position: absolute;
  bottom: 0;
  top: 0;
  left: calc(100% - 3px);
  margin: auto;
}
.business-chart__desc {
  font-size: 18px;
  color: #9AA3B2;
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
}
@media screen and (max-width: 991px) {
  .business-chart__desc br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .business-chart__desc {
    font-size: 14px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .business-chart__desc {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.business-chart__body {
  padding: 20px 0;
  border-right: 1px solid #9AA3B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.business-chart__left {
  width: 83.3333333333%;
  padding: 50px;
  position: relative;
  background: -o-radial-gradient(50% 189.2%, 134.8% 189.2%, #00E585 0%, rgba(0, 229, 133, 0.03) 100%), #021233;
  background: radial-gradient(134.8% 189.2% at 50% 189.2%, #00E585 0%, rgba(0, 229, 133, 0.03) 100%), #021233;
}
.business-chart__left::after {
  content: "";
  width: 21px;
  height: 1px;
  position: absolute;
  left: 100%;
  background: #9AA3B2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.business-chart__left::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9AA3B2;
  position: absolute;
  bottom: 0;
  top: 0;
  left: calc(100% + 18px);
  margin: auto;
}
@media screen and (max-width: 991px) {
  .business-chart__left {
    width: 100%;
    margin-right: 10px;
    padding: 20px;
  }
  .business-chart__left::after {
    top: 100%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
  }
  .business-chart__left::before {
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 21px);
    background: #D9D9D9;
  }
}
.business-chart__right {
  width: calc(16.6666666667% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 10px;
  margin-right: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .business-chart__right {
    width: 100%;
    margin-right: 10px;
  }
  .business-chart__right span {
    display: block;
  }
  .business-chart__right br {
    display: none;
  }
}
.business-chart__left, .business-chart__right {
  border-radius: 15px;
  border: 1px solid #9AA3B2;
}
.business-chart__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #9aa3b2;
}
.business-chart__text span {
  font-weight: 600;
  line-height: 130%;
  background: -o-linear-gradient(298deg, #0a5cfe 0%, #00e585 100%);
  background: linear-gradient(152deg, #0a5cfe 0%, #00e585 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 991px) {
  .chart-list {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
.chart-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 60px;
  width: 25%;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .chart-list__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .chart-list__item {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 767px) {
  .chart-list__item {
    align-items: center;
  }
}
.chart-list .list-item {
  position: relative;
}
.chart-list .list-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .chart-list .list-item:first-child {
    width: min-content;
  }
}
.chart-list .list-item:first-child::before {
  content: "";
  min-width: 6px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}
.chart-list .list-item::after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 10px);
  background: #9AA3B2;
}
.chart-list .list-item:last-child::after {
  display: none;
}
.chart-list .list-item span {
  display: block;
  line-height: 130%;
  background: -o-linear-gradient(298deg, #0a5cfe 0%, #00e585 100%);
  background: linear-gradient(152deg, #0a5cfe 0%, #00e585 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.secondary-block {
  padding: 36px;
  background: #F0F8FF;
  border-radius: 16px;
}
@media screen and (max-width: 575px) {
  .secondary-block {
    padding: 16px;
  }
}
.secondary-block__desc {
  margin: 16px 0 40px;
  font-size: 26px;
  color: #9AA3B2;
  line-height: 1.3;
  letter-spacing: -0.78px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .secondary-block__desc {
    font-size: 18px;
  }
}

.count-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 15px;
  list-style-type: none;
  counter-reset: num;
}
.count-list li {
  border-radius: 16px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 35px;
  width: calc(25% - 11.25px);
  color: #5A6B88;
  letter-spacing: -0.54px;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .count-list li {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  .count-list li {
    width: 100%;
  }
}
.count-list li::before {
  content: "0" counter(num);
  counter-increment: num;
  padding: 8px 16px;
  color: #0A5CFE;
  border-radius: 100px;
  border: 1px solid #0A5CFE;
}

.what-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 20px;
  row-gap: 30px;
}
.what-row__col {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 1200px) {
  .what-row__col {
    width: 100%;
  }
}

.what-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
.what-item + .what-item {
  margin-top: 60px;
}
@media screen and (max-width: 575px) {
  .what-item + .what-item {
    margin-top: 20px;
  }
}
.what-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #F0F8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  aspect-ratio: 1;
}
@media screen and (max-width: 575px) {
  .what-item__icon {
    width: 32px;
    height: 32px;
    padding: 9px;
  }
}
.what-item__icon img {
  width: auto;
}
.what-item__content {
  color: #5A6B88;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 580px) {
  .section-hero__buttons-item {
    flex: 1 1 auto;
    min-width: calc(50% - 0.5rem);
  }
}