.container {
  max-width: 1600px;
  padding: 0 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 100vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 1340px) {
  .container {
    max-width: 100vw;
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100vw;
    padding: 0 2.604vw;
  }
}
@media screen and (max-width: 550px) {
  .container {
    max-width: 100vw;
    padding: 0 4.444vw;
  }
}

.section {
  margin: 64px 0;
}
@media screen and (max-width: 1600px) {
  .section {
    margin: 4.444vw 0;
  }
}
@media screen and (max-width: 1340px) {
  .section {
    margin: 4.688vw 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    margin: 5.208vw 0;
  }
}
@media screen and (max-width: 550px) {
  .section {
    margin: 6.667vw 0;
  }
}
.section:first-child {
  margin-top: 0;
}

*,
*::before,
*::after,
p {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
}

body {
  font-family: "Euclid Circular A", sant-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D0D11;
  background-color: #fff;
  scroll-behavior: smooth;
}
body.no-scroll {
  overflow: hidden;
}

.block-hero-v4 {
  background-position: center center;
  background-size: cover;
}
.block-hero-v4 .block-hero-v4__wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 64px 0;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper {
    gap: 3.75vw;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper {
    flex-direction: column;
    gap: 5.556vw;
    padding: 8.889vw 0;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 44px;
  flex-grow: 1;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left {
    gap: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left {
    gap: 5.556vw;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .link-back {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .link-back {
    gap: 0.5vw;
    padding: 0.625vw 1vw 0.625vw 0.75vw;
    border-radius: 0.875vw;
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .link-back {
    gap: 2.222vw;
    padding: 2.222vw 3.333vw;
    border-radius: 3.889vw;
    font-size: 3.889vw;
    line-height: 5.556vw;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .link-back svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .link-back svg {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .link-back svg {
    width: 5.556vw;
    height: 5.556vw;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .title {
  color: #FFF;
  font-size: 55px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .title {
    font-size: 3.438vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .title {
    font-size: 8.889vw;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .tags-cloud {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .tags-cloud {
    margin-top: 0.75vw;
    gap: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .tags-cloud {
    margin-top: 3.333vw;
    gap: 3.333vw;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .tags-cloud.tag-green .tag {
  color: #BCFFBE;
  border-color: #BCFFBE;
  background: rgba(188, 255, 190, 0.1);
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .tags-cloud .tag {
  color: #BCE4FF;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #BCE4FF;
  background: rgba(188, 228, 255, 0.1);
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .tags-cloud .tag {
    font-size: 0.938vw;
    line-height: 1.563vw;
    padding: 0.25vw 0.75vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .tags-cloud .tag {
    font-size: 3.889vw;
    line-height: 120%;
    padding: 1.111vw 3.333vw;
    border-radius: 2.222vw;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .description {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .description {
    margin-top: 1.5vw;
    font-size: 1.125vw;
    line-height: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .description {
    margin-top: 4.444vw;
    font-size: 4.444vw;
    line-height: 140%;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .subtitle {
  margin-top: 24px;
  color: #FFF;
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .subtitle {
    margin-top: 1.5vw;
    font-size: 2.188vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .text__wrapper .subtitle {
    margin-top: 4.444vw;
    font-size: 6.111vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .button__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .button__wrapper .button-hero {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  padding: 16px 24px;
  border-radius: 16px;
  border: 2px solid #B984FF;
  background: rgba(185, 131, 255, 0.16);
  min-width: 265px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .button__wrapper .button-hero {
    font-size: 1.5vw;
    padding: 1vw 1.5vw;
    border-radius: 1vw;
    min-width: 16.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .button__wrapper .button-hero {
    font-size: 6.111vw;
    padding: 3.333vw 5.556vw;
    border-radius: 4.444vw;
    min-width: 73.611vw;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .button__wrapper .button-hero:hover {
  background: rgba(185, 131, 255, 0.54);
  transition: all 0.3s;
}
.block-hero-v4 .block-hero-v4__wrapper .column_left .button__wrapper .button-hero-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 12px;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .button__wrapper .button-hero-description {
    font-size: 1.125vw;
    line-height: 1.875vw;
    margin-top: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_left .button__wrapper .button-hero-description {
    font-size: 4.444vw;
    line-height: 120%;
    margin-top: 3.333vw;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_right .image__wrapper {
  width: 580px;
}
@media screen and (max-width: 1600px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_right .image__wrapper {
    width: 36.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-hero-v4 .block-hero-v4__wrapper .column_right .image__wrapper {
    width: 100%;
  }
}
.block-hero-v4 .block-hero-v4__wrapper .column_right .image__wrapper img {
  width: 100%;
  object-fit: cover;
}

.container-in {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1600px) {
  .container-in {
    max-width: 100vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .container-in {
    max-width: 100vw;
    padding: 0 5.051vw;
  }
}

.block-title-with-text-card {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card {
    margin: 5.556vw 0;
  }
}
.block-title-with-text-card .block-title-with-text-card__blocks-wrapper.bg-light {
  border: 1px solid #D4D4D4;
  background-color: #FFF !important;
  border-radius: 12px;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__blocks-wrapper.bg-light {
    border-radius: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__blocks-wrapper.bg-light {
    border-radius: 3.333vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper {
  background-position: center center;
  background-size: cover;
  padding: 44px;
  border-radius: 12px;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper {
    padding: 4.444vw 5.556vw;
    border-radius: 3.333vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper.bg-gradient {
  position: relative;
  background-color: #000302;
  overflow: hidden;
}
.block-title-with-text-card .block-title-with-text-card__wrapper.bg-gradient::after {
  content: "";
  display: block;
  width: 120%;
  height: 20%;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(82px);
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(-15deg);
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper.bg-gradient::after {
    filter: blur(5.125vw);
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper.bg-gradient::after {
    filter: blur(22.778vw);
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper.bg-gradient .text__wrapper {
  position: relative;
  z-index: 2;
}
.block-title-with-text-card .block-title-with-text-card__wrapper.bg-gradient .cards__wrapper {
  position: relative;
  z-index: 2;
}
.block-title-with-text-card .block-title-with-text-card__wrapper.gradient-purple::after {
  background: #C508CC;
}
.block-title-with-text-card .block-title-with-text-card__wrapper.gradient-green::after {
  background: #08CC77;
}
.block-title-with-text-card .block-title-with-text-card__wrapper.gradient-blue::after {
  background: #1C08CC;
}
.block-title-with-text-card .block-title-with-text-card__wrapper.gradient-yellow::after {
  background: #7E8426;
}
.block-title-with-text-card .block-title-with-text-card__wrapper.gradient-aqua::after {
  background: #26847C;
}
.block-title-with-text-card .block-title-with-text-card__wrapper.gradient-light-blue {
  background: linear-gradient(93deg, #D5EFFF 29.44%, #729ADB 90.96%);
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper {
  text-align: center;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .title {
    font-size: 8.889vw;
    line-height: 120%;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .subtitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 12px;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .subtitle {
    font-size: 1.75vw;
    margin-top: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .subtitle {
    font-size: 6.111vw;
    margin-top: 3.333vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .description {
    font-size: 1.125vw;
    line-height: 1.5vw;
    margin-top: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper .description {
    font-size: 4.444vw;
    line-height: 140%;
    margin-top: 3.333vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper.bg-dark {
  background: none !important;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper.bg-dark .title {
  color: #fff;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper.bg-dark .subtitle {
  color: #fff;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper.bg-dark .description {
  color: rgba(255, 255, 255, 0.7);
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper.bg-light {
  background: none !important;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper.bg-light .title {
  color: #272742;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper.bg-light .subtitle {
  color: #272742;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .text__wrapper.bg-light .description {
  color: rgba(0, 0, 0, 0.7);
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 44px;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper {
    gap: 1.5vw;
    margin-top: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper {
    gap: 4.444vw;
    margin-top: 5.556vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.cards-3 .card {
  flex-basis: calc((100% - 48px) / 3);
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.cards-3 .card {
    flex-basis: calc((100% - 3vw) / 3);
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.cards-3 .card {
    flex-basis: 100%;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_light .card {
  background-color: #fff;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_light .card .title {
  color: #272742;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_light .card .subtitle {
  color: #272742;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_light .card .description {
  color: rgba(39, 39, 66, 0.7);
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_transparent .card {
  background-color: rgba(255, 255, 255, 0.12);
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_transparent .card .title {
  color: #fff;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_transparent .card .subtitle {
  color: #fff;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_transparent .card .description {
  color: rgba(255, 255, 255, 0.7);
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_grey .card {
  background-color: #F4F6F8;
  box-shadow: none;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_grey .card .title {
  color: #000000;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_grey .card .subtitle {
  color: #000000;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper.card_grey .card .description {
  color: rgba(0, 0, 0, 0.7);
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  flex: 1 0 0;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card {
    padding: 1.5vw;
    gap: 1vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card {
    padding: 4.444vw 5.556vw;
    gap: 3.333vw;
    border-radius: 4.444vw;
    flex-basis: 100%;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .title {
    font-size: 6.667vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .subtitle {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .subtitle {
    font-size: 5.556vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .description {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .description {
    font-size: 4.444vw;
    line-height: 140%;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list {
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list {
    gap: 4.444vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item {
    padding: 0.5vw 1vw;
    gap: 0.75vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item {
    padding: 2.222vw 4.444vw;
    gap: 3.333vw;
    border-radius: 2.778vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item .image__wrapper {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item .image__wrapper {
    width: 1.375vw;
    height: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item .image__wrapper {
    width: 6.111vw;
    height: 6.111vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item .image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item .text {
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .cards__wrapper .card .attributions-list .item .text {
    font-size: 4.167vw;
    line-height: 6.944vw;
  }
}
.block-title-with-text-card .block-title-with-text-card__wrapper .subdescription {
  padding: 16px 24px;
  width: 100%;
  border-radius: 16px;
  background: #FFF;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .subdescription {
    padding: 1vw 1.5vw;
    border-radius: 1vw;
    margin-top: 1.5vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-title-with-text-card .block-title-with-text-card__wrapper .subdescription {
    padding: 4.444vw 5.556vw;
    border-radius: 4.444vw;
    margin-top: 4.444vw;
    font-size: 4.444vw;
  }
}

.block-cards-with-images {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images {
    margin: 5.556vw 0;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper {
  padding: 44px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper {
    padding: 4.444vw 5.556vw;
    border-radius: 3.333vw;
    gap: 4.444vw;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .heading {
  text-align: center;
}
.block-cards-with-images .block-cards-with-images__wrapper .heading .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .heading .title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .heading .title {
    font-size: 8.889vw;
    line-height: 120%;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper {
    gap: 4.444vw;
    flex-direction: column;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card {
  padding-left: 24px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card {
    padding-left: 1.5vw;
    border-radius: 1vw;
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card {
    padding: 0 4.444vw;
    border-radius: 4.444vw;
    gap: 4.444vw;
    flex-basis: 100%;
    flex-direction: column;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 0;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper {
    padding: 1.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper {
    padding: 4.444vw 0;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .title {
    font-size: 6.667vw;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .subtitle {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .subtitle {
    margin-top: 1vw;
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .subtitle {
    margin-top: 3.333vw;
    font-size: 5vw;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(39, 39, 66, 0.7);
  margin-top: 16px;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .description {
    font-size: 1.125vw;
    line-height: 1.5vw;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .description {
    font-size: 4.444vw;
    line-height: 140%;
    margin-top: 3.333vw;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .card-link {
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 8px;
  border: 2px solid #272742;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #272742;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .card-link {
    padding: 0.75vw 1vw;
    border-radius: 0.5vw;
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .card-link {
    padding: 3.333vw 4.444vw;
    border-radius: 2.222vw;
    font-size: 4.167vw;
    line-height: 5.556vw;
    margin-top: 3.333vw;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .text__wrapper .card-link:hover {
  background-color: #272742;
  color: #fff;
  transition: all 0.3s;
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .image__wrapper {
  width: 240px;
  height: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .image__wrapper {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .image__wrapper {
    width: 66.667vw;
    height: 66.667vw;
  }
}
.block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 1600px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .image__wrapper img {
    border-radius: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-cards-with-images .block-cards-with-images__wrapper .cards__wrapper .card .image__wrapper img {
    border-radius: 4.444vw;
  }
}

.block-features-list {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-features-list {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-features-list {
    margin: 5.556vw 0;
  }
}
.block-features-list .block-features-list__wrapper {
  padding: 44px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1600px) {
  .block-features-list .block-features-list__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-features-list .block-features-list__wrapper {
    padding: 5.556vw;
    border-radius: 3.333vw;
    gap: 6.667vw;
  }
}
.block-features-list .block-features-list__wrapper.bg-gradient {
  position: relative;
  background-color: #000302;
  overflow: hidden;
}
.block-features-list .block-features-list__wrapper.bg-gradient::after {
  content: "";
  display: block;
  width: 120%;
  height: 20%;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(82px);
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(-15deg);
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .block-features-list .block-features-list__wrapper.bg-gradient::after {
    filter: blur(5.125vw);
  }
}
@media screen and (max-width: 767px) {
  .block-features-list .block-features-list__wrapper.bg-gradient::after {
    filter: blur(22.778vw);
  }
}
.block-features-list .block-features-list__wrapper.bg-gradient .heading {
  position: relative;
  z-index: 2;
}
.block-features-list .block-features-list__wrapper.bg-gradient .features-list {
  position: relative;
  z-index: 2;
}
.block-features-list .block-features-list__wrapper.gradient-purple::after {
  background: #C508CC;
}
.block-features-list .block-features-list__wrapper .heading {
  text-align: center;
}
.block-features-list .block-features-list__wrapper .heading .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .block-features-list .block-features-list__wrapper .heading .title {
    font-size: 2.188vw;
    line-height: 2.813vw;
  }
}
@media screen and (max-width: 767px) {
  .block-features-list .block-features-list__wrapper .heading .title {
    font-size: 6.944vw;
    line-height: 120%;
  }
}
.block-features-list .block-features-list__wrapper .features-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1600px) {
  .block-features-list .block-features-list__wrapper .features-list {
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-features-list .block-features-list__wrapper .features-list {
    gap: 4.444vw;
  }
}
.block-features-list .block-features-list__wrapper .features-list .item {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
}
@media screen and (max-width: 1600px) {
  .block-features-list .block-features-list__wrapper .features-list .item {
    font-size: 1.5vw;
    padding: 0.375vw 1vw;
    border-radius: 0.75vw;
    backdrop-filter: blur(1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .block-features-list .block-features-list__wrapper .features-list .item {
    font-size: 4.444vw;
    padding: 1.667vw 4.444vw;
    border-radius: 3.333vw;
    backdrop-filter: blur(8.333vw);
  }
}

.block-product-features {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-product-features {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features {
    margin: 5.556vw 0;
  }
}
.block-product-features .block-product-features__wrapper {
  padding: 44px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper {
    padding: 5.556vw;
    border-radius: 3.333vw;
    gap: 6.667vw;
  }
}
.block-product-features .block-product-features__wrapper .heading {
  text-align: center;
}
.block-product-features .block-product-features__wrapper .heading .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .heading .title {
    font-size: 2.188vw;
    line-height: 2.813vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .heading .title {
    font-size: 6.944vw;
    line-height: 120%;
  }
}
.block-product-features .block-product-features__wrapper .cards__wrapper {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .cards__wrapper {
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .cards__wrapper {
    gap: 4.444vw;
    flex-direction: column;
  }
}
.block-product-features .block-product-features__wrapper .cards__wrapper .card {
  flex: 1 0 0;
  border-radius: 16px;
  background-color: #FFF;
  padding: 24px;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .cards__wrapper .card {
    border-radius: 1vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .cards__wrapper .card {
    border-radius: 4.444vw;
    padding: 5.556vw;
  }
}
.block-product-features .block-product-features__wrapper .cards__wrapper .card .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .cards__wrapper .card .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .cards__wrapper .card .title {
    font-size: 5.556vw;
  }
  .block-product-features .block-product-features__wrapper .cards__wrapper .card .title br {
    display: none;
  }
}
.block-product-features .block-product-features__wrapper .cards__wrapper .card .description {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(39, 39, 66, 0.7);
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .cards__wrapper .card .description {
    margin-top: 1vw;
    font-size: 1.125vw;
    line-height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .cards__wrapper .card .description {
    margin-top: 3.333vw;
    font-size: 4.444vw;
    line-height: 120%;
  }
}
.block-product-features .block-product-features__wrapper .subblock__wrapper {
  padding: 44px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .subblock__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .subblock__wrapper {
    padding: 5.556vw;
    border-radius: 3.333vw;
    gap: 6.667vw;
  }
}
.block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card {
  box-shadow: none;
}
.block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper {
  display: flex;
  align-items: start;
  gap: 16px;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper {
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper {
    gap: 4.444vw;
  }
}
.block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  flex-grow: 1;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper .title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper .title {
    font-size: 5.556vw;
  }
}
.block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper .image__wrapper {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper .image__wrapper {
    width: 3.625vw;
    height: 3.625vw;
  }
}
@media screen and (max-width: 767px) {
  .block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper .image__wrapper {
    width: 11.111vw;
    height: 11.111vw;
  }
}
.block-product-features .block-product-features__wrapper .subblock__wrapper .cards__wrapper .card .title__wrapper .image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-trusted-teams {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-trusted-teams {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-trusted-teams {
    margin: 5.556vw 0;
  }
}
.block-trusted-teams .block-trusted-teams__wrapper {
  padding: 44px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1600px) {
  .block-trusted-teams .block-trusted-teams__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-trusted-teams .block-trusted-teams__wrapper {
    padding: 5.556vw;
    border-radius: 3.333vw;
    gap: 6.667vw;
  }
}
.block-trusted-teams .block-trusted-teams__wrapper.bg-gradient {
  position: relative;
  background-color: #000302;
  overflow: hidden;
}
.block-trusted-teams .block-trusted-teams__wrapper.bg-gradient::after {
  content: "";
  display: block;
  width: 120%;
  height: 20%;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(82px);
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(-15deg);
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .block-trusted-teams .block-trusted-teams__wrapper.bg-gradient::after {
    filter: blur(5.125vw);
  }
}
@media screen and (max-width: 767px) {
  .block-trusted-teams .block-trusted-teams__wrapper.bg-gradient::after {
    filter: blur(22.778vw);
  }
}
.block-trusted-teams .block-trusted-teams__wrapper.bg-gradient .heading {
  position: relative;
  z-index: 2;
}
.block-trusted-teams .block-trusted-teams__wrapper.bg-gradient .logos__wrapper {
  position: relative;
  z-index: 2;
}
.block-trusted-teams .block-trusted-teams__wrapper.gradient-purple::after {
  background: #C508CC;
}
.block-trusted-teams .block-trusted-teams__wrapper .heading {
  text-align: center;
}
.block-trusted-teams .block-trusted-teams__wrapper .heading .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .block-trusted-teams .block-trusted-teams__wrapper .heading .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-trusted-teams .block-trusted-teams__wrapper .heading .title {
    font-size: 6.667vw;
  }
}
.block-trusted-teams .block-trusted-teams__wrapper .logos__wrapper {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .block-trusted-teams .block-trusted-teams__wrapper .logos__wrapper {
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-trusted-teams .block-trusted-teams__wrapper .logos__wrapper {
    gap: 3.333vw;
    justify-content: center;
  }
}
.block-trusted-teams .block-trusted-teams__wrapper .logos__wrapper .image__wrapper {
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media screen and (max-width: 1600px) {
  .block-trusted-teams .block-trusted-teams__wrapper .logos__wrapper .image__wrapper {
    padding: 0.5vw 1vw;
    border-radius: 0.75vw;
    backdrop-filter: blur(1.875vw);
    height: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-trusted-teams .block-trusted-teams__wrapper .logos__wrapper .image__wrapper {
    padding: 2.222vw 4.444vw;
    border-radius: 3.333vw;
    backdrop-filter: blur(8.333vw);
    height: 9.722vw;
  }
}
.block-trusted-teams .block-trusted-teams__wrapper .logos__wrapper .image__wrapper img {
  height: 100%;
  object-fit: cover;
}

.block-text-with-text-cards {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards {
    margin: 5.556vw 0;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper {
  padding: 44px;
  border-radius: 12px;
  background-color: #E5E8F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
    gap: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper {
    padding: 5.556vw;
    border-radius: 3.333vw;
    gap: 5.556vw;
    flex-direction: column;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper {
  width: 505px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper {
    width: 31.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper {
    width: 100%;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .title {
    font-size: 8.889vw;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 24px;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .description {
    font-size: 1.125vw;
    line-height: 1.5vw;
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .description {
    font-size: 4.444vw;
    line-height: 120%;
    margin-top: 4.444vw;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .button {
  padding: 12px 16px;
  border-radius: 8px;
  border: 2px solid #272742;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #272742;
  background-color: #E5E8F0;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .button {
    padding: 0.75vw 1vw;
    border-radius: 0.5vw;
    margin-top: 1.5vw;
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .button {
    padding: 3.333vw 4.444vw;
    border-radius: 2.222vw;
    margin-top: 4.444vw;
    font-size: 4.167vw;
    line-height: 120%;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .text__wrapper .button:hover {
  background-color: #272742;
  color: #fff;
  transition: all 0.3s;
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper {
  width: 740px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper {
    width: 46.25vw;
    gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper {
    width: 100%;
    gap: 3.333vw;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card {
  flex-basis: calc((100% - 40px) / 3);
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card {
    flex-basis: calc((100% - 2.5vw) / 3);
    padding: 1.25vw 1.875vw;
    border-radius: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card {
    flex-basis: calc((100% - 3.333vw) / 2);
    padding: 3.333vw 4.444vw;
    border-radius: 4.444vw;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card .title {
    font-size: 2.188vw;
    line-height: 2.813vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card .title {
    font-size: 6.944vw;
    line-height: 120%;
  }
}
.block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card .description {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card .description {
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-text-with-text-cards .block-text-with-text-cards__wrapper .cards__wrapper .card .description {
    font-size: 4.167vw;
    line-height: 140%;
  }
}

.block-pricing-cards {
  margin: 32px 0;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards {
    margin: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards {
    margin: 5.556vw 0;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper {
  padding: 44px;
  border-radius: 12px;
  border: 1px solid #D4D4D4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper {
    padding: 2.75vw;
    border-radius: 0.75vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper {
    padding: 5.556vw;
    border-radius: 3.333vw;
    gap: 6.667vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .heading {
  text-align: center;
}
.block-pricing-cards .block-pricing-cards__wrapper .heading .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .heading .title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .heading .title {
    font-size: 8.889vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper {
  display: flex;
  align-items: stretch;
  gap: 32px;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper {
    gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper {
    gap: 4.444vw;
    flex-direction: column;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card {
  padding: 30px;
  border-radius: 10px;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card {
    padding: 1.875vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card {
    padding: 5.556vw;
    border-radius: 2.778vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card.card_light {
  border: 1px solid #E7E7E7;
  background-color: #FFF;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card.card_blue {
  background-color: #E6F7F8;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .heading {
  text-align: center;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .heading .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .heading .title {
    font-size: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .heading .title {
    font-size: 6.944vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .heading .description {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(39, 39, 66, 0.8);
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .heading .description {
    margin-top: 0.875vw;
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .heading .description {
    margin-top: 3.889vw;
    font-size: 4.167vw;
    line-height: 5.556vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper {
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper {
    margin-top: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper {
    margin-top: 3.889vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper .price {
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper .price {
    font-size: 2.188vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper .price {
    font-size: 9.722vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper .price-description {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
  color: rgba(39, 39, 66, 0.8);
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper .price-description {
    margin-top: 0.25vw;
    font-size: 0.813vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .price__wrapper .price-description {
    margin-top: 1.111vw;
    font-size: 3.611vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .button {
  margin-top: 24px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .button {
    margin-top: 1.5vw;
    border-radius: 0.625vw;
    padding: 0.75vw 1vw;
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .button {
    margin-top: 6.667vw;
    border-radius: 2.778vw;
    padding: 3.333vw 4.444vw;
    font-size: 4.167vw;
    line-height: 5.556vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .button.button_light {
  border: 2px solid #272742;
  background-color: #fff;
  color: #272742;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .button.button_light:hover {
  background-color: #272742;
  color: #fff;
  transition: all 0.3s;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .button.button_blue {
  background-color: #09BEC6;
  border: 2px solid #09BEC6;
  color: #fff;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .button.button_blue:hover {
  color: #272742;
  background-color: #fff;
  transition: all 0.3s;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description {
    margin-top: 1.5vw;
    gap: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description {
    margin-top: 6.667vw;
    gap: 3.333vw;
    flex-direction: column;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description .item {
  flex: 1 0 0;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description .item .title {
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  color: rgba(39, 39, 66, 0.8);
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description .item .title {
    font-size: 0.813vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description .item .title {
    font-size: 3.611vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description .item .description {
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  color: #272742;
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description .item .description {
    font-size: 0.938vw;
    margin-top: 0.313vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .plan-description .item .description {
    font-size: 4.167vw;
    margin-top: 1.389vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px 0;
  margin: 18px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list {
    gap: 1.25vw;
    padding: 1.125vw 0;
    margin: 1.125vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list {
    gap: 4.444vw;
    padding: 5vw 0;
    margin: 5vw 0;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item {
    gap: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item {
    gap: 2.778vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #09BEC6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .icon {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .icon {
    width: 5.556vw;
    height: 5.556vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .icon svg {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .icon svg {
    width: 0.938vw;
    height: 0.938vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .icon svg {
    width: 4.167vw;
    height: 4.167vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .text {
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .text {
    font-size: 0.938vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .description-list .item .text {
    font-size: 4.167vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .title {
    font-size: 0.938vw;
    line-height: 1.563vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .title {
    font-size: 4.167vw;
    line-height: 6.944vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .list {
    margin-top: 0.625vw;
    gap: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .list {
    margin-top: 2.778vw;
    gap: 3.333vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .list.item_blue .item {
  background-color: #E6F7F8;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .list.item_light .item {
  background-color: #fff;
}
.block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .list .item {
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .list .item {
    padding: 0.375vw 0.5vw;
    border-radius: 0.5vw;
    font-size: 0.938vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .cards__wrapper .card .includes-list .list .item {
    padding: 1.667vw 2.222vw;
    border-radius: 2.222vw;
    font-size: 4.167vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .full-width-button {
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #272742;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #272742;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .block-pricing-cards .block-pricing-cards__wrapper .full-width-button {
    padding: 0.75vw 1vw;
    border-radius: 0.5vw;
    font-size: 0.938vw;
    line-height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .block-pricing-cards .block-pricing-cards__wrapper .full-width-button {
    padding: 3.333vw 4.444vw;
    border-radius: 2.222vw;
    font-size: 4.167vw;
    line-height: 5.556vw;
  }
}
.block-pricing-cards .block-pricing-cards__wrapper .full-width-button:hover {
  color: #fff;
  background-color: #272742;
  transition: all 0.3s;
}

.block-footer-cta {
  margin-top: 32px;
  background-color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-footer-cta {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-footer-cta {
    margin-top: 5.556vw;
  }
}
.block-footer-cta .block-footer-cta-wrapper {
  padding: 60px 50px 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background-color: #272742;
  border-radius: 12px;
}
@media screen and (max-width: 1600px) {
  .block-footer-cta .block-footer-cta-wrapper {
    padding: 3.75vw 3.125vw 1.875vw 3.125vw;
    gap: 1.875vw;
    border-radius: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .block-footer-cta .block-footer-cta-wrapper {
    padding: 4.444vw 5.556vw;
    gap: 6.667vw;
    border-radius: 3.333vw;
  }
}
.block-footer-cta .block-footer-cta-wrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1600px) {
  .block-footer-cta .block-footer-cta-wrapper .heading {
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-footer-cta .block-footer-cta-wrapper .heading {
    gap: 3.333vw;
  }
}
.block-footer-cta .block-footer-cta-wrapper .heading .title {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-footer-cta .block-footer-cta-wrapper .heading .title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-footer-cta .block-footer-cta-wrapper .heading .title {
    font-size: 8.889vw;
  }
}
.block-footer-cta .block-footer-cta-wrapper .heading .description {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-footer-cta .block-footer-cta-wrapper .heading .description {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-footer-cta .block-footer-cta-wrapper .heading .description {
    font-size: 4.444vw;
  }
}
.block-footer-cta .block-footer-cta-wrapper .footer-cta-button {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #B984FF;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .block-footer-cta .block-footer-cta-wrapper .footer-cta-button {
    padding: 1vw 1.5vw;
    gap: 0.625vw;
    border-radius: 0.75vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-footer-cta .block-footer-cta-wrapper .footer-cta-button {
    padding: 3.333vw 5vw;
    gap: 2.778vw;
    border-radius: 3.333vw;
    font-size: 5.556vw;
  }
}
.block-footer-cta .block-footer-cta-wrapper .footer-cta-button:hover {
  background: rgba(185, 131, 255, 0.8);
  transition: all 0.3s;
}
.block-footer-cta .block-footer-cta-wrapper .footer-cta-button svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1600px) {
  .block-footer-cta .block-footer-cta-wrapper .footer-cta-button svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-footer-cta .block-footer-cta-wrapper .footer-cta-button svg {
    width: 6.667vw;
    height: 6.667vw;
  }
}