.hero {
  padding: 156px 0 100px;
  background-size: cover;
  background-position: right;
  background-image: url("../images/alternatives/hero-bg.svg");
}
@media screen and (max-width: 1150px) {
  .hero {
    padding: 13vw 0 8.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    padding: 26.15vw 0 10vw;
  }
}
.hero__container {
  position: relative;
}
.hero__top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 8px 16px;
  background-color: #FFFFFF;
  border-radius: 48px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.0392156863);
  color: #151536;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .hero__top {
    padding: 0.66vw 3.33vw;
    border-radius: 4vw;
    -webkit-box-shadow: 0 0.33vw 1.33vw 0 rgba(58, 115, 191, 0.1019607843);
            box-shadow: 0 0.33vw 1.33vw 0 rgba(58, 115, 191, 0.1019607843);
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__top {
    padding: 2.05vw 10.25vw;
    border-radius: 12.3vw;
    -webkit-box-shadow: 0 2.56vw 5.12vw 0 rgba(58, 115, 191, 0.1019607843);
            box-shadow: 0 2.56vw 5.12vw 0 rgba(58, 115, 191, 0.1019607843);
    font-size: 4.1vw;
    line-height: 1.25;
  }
}
.hero__top span {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #2C53FF), color-stop(40.16%, #7266F8), color-stop(97.12%, #A473F3));
  background: linear-gradient(90deg, #2C53FF 0.01%, #7266F8 40.16%, #A473F3 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero h1 {
  margin-top: 16px;
  background: linear-gradient(90.09deg, #6B02B6 0.01%, #7266F8 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 80px;
  line-height: 1.125;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .hero h1 {
    margin-top: 1.33vw;
    font-size: 6.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero h1 {
    margin-top: 4vw;
    font-size: 10vw;
  }
}
.hero__subtitle {
  max-width: 840px;
  margin-top: 32px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .hero__subtitle {
    max-width: 70vw;
    margin-top: 2.66vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtitle {
    max-width: unset;
    margin-top: 4vw;
    font-size: 6vw;
  }
}
.hero__description {
  padding: 4vw 0;
  display: none;
}
@media screen and (max-width: 600px) {
  .hero__description {
    display: block;
  }
}
.hero__description h4 {
  margin-bottom: 2vw;
  color: #151536;
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.4;
}
.hero__description p, .hero__description li, .hero__description a {
  color: #707381;
  font-weight: 300;
  font-size: 4vw;
  line-height: 1.4;
}
.hero__description p {
  margin: 0 0 3vw;
}
.hero__description a {
  color: #151536;
  font-weight: 500;
  text-decoration: underline;
}
.hero__description b, .hero__description strong {
  color: #151536;
  font-weight: 500;
}
.hero__links {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1150px) {
  .hero__links {
    margin-top: 2.66vw;
    gap: 2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__links {
    margin-top: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.hero__subtexts {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1150px) {
  .hero__subtexts {
    margin-top: 2vw;
    gap: 2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts {
    margin-top: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.hero__subtexts-item {
  min-width: 267px;
  position: relative;
  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;
  gap: 8px;
  color: #707381;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .hero__subtexts-item {
    min-width: 22.25vw;
    gap: 0.7vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts-item {
    min-width: unset;
    gap: 2.05vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 1150px) {
  .hero__subtexts-item img {
    width: 1.67vw;
    height: 1.67vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__subtexts-item img {
    width: 5.12vw;
    height: 5.12vw;
  }
}
.hero .tooltip {
  padding: 6px 24px 6px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 48px;
  position: absolute;
  top: 24px;
  right: 297px;
  cursor: pointer;
}
@media screen and (max-width: 1150px) {
  .hero .tooltip {
    padding: 0.5vw 2vw 0.5vw 1.5vw;
    border-radius: 4vw;
    top: 2vw;
    right: 24.75vw;
  }
}
@media screen and (max-width: 600px) {
  .hero .tooltip {
    display: none;
  }
}
.hero .tooltip img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
@media screen and (max-width: 1150px) {
  .hero .tooltip img {
    width: 2vw;
    height: 2vw;
    margin-right: 0.83vw;
  }
}
.hero .tooltip__text {
  color: #151536;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .hero .tooltip__text {
    font-size: 1.33vw;
  }
}
.hero .more-details {
  width: 451px;
  background-color: #FFFFFF;
  padding: 24px;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  position: absolute;
  top: 68px;
  right: 28px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1150px) {
  .hero .more-details {
    width: 37.58vw;
    padding: 2vw;
    border-radius: 1.66vw;
    top: 5.66vw;
    right: 2.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero .more-details {
    display: none;
  }
}
.hero .more-details.active {
  opacity: 1;
  overflow: visible;
}
.hero .more-details h4 {
  margin-bottom: 8px;
  color: #151536;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .hero .more-details h4 {
    font-size: 1.5vw;
  }
}
.hero .more-details p, .hero .more-details li, .hero .more-details a {
  color: #707381;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .hero .more-details p, .hero .more-details li, .hero .more-details a {
    font-size: 1.33vw;
  }
}
.hero .more-details p {
  margin: 0 0 16px;
}
@media screen and (max-width: 1150px) {
  .hero .more-details p {
    margin-bottom: 1.33vw;
  }
}
.hero .more-details a {
  color: #151536;
  font-weight: 500;
  text-decoration: underline;
}
.hero .more-details b, .hero .more-details strong {
  color: #151536;
  font-weight: 500;
}
.hero .more-details__close {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1150px) {
  .hero .more-details__close {
    width: 2vw;
    height: 2vw;
    right: 2vw;
    top: 2vw;
  }
}
.hero .more-details__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.alternatives {
  padding: 78px 0;
  background-color: #F6F7F9;
}
@media screen and (max-width: 1150px) {
  .alternatives {
    padding: 6.5vw 0;
  }
}
@media screen and (max-width: 600px) {
  .alternatives {
    padding: 10vw 0;
  }
}
.alternatives__heading h2 {
  margin-bottom: 48px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .alternatives__heading h2 {
    margin-bottom: 4vw;
    font-size: 2.33vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__heading h2 {
    margin-bottom: 8vw;
    font-size: 6vw;
  }
}
.alternatives__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 32px;
}
@media screen and (max-width: 1150px) {
  .alternatives__wrapper {
    border-radius: 2.66vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__wrapper {
    border-radius: 6vw;
  }
}
.alternatives__section {
  padding: 27px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .alternatives__section {
    padding: 2.25vw 0;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__section {
    padding: 6vw 0;
  }
}
.alternatives__section:first-of-type {
  padding-top: 54px;
}
@media screen and (max-width: 1150px) {
  .alternatives__section:first-of-type {
    padding-top: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__section:first-of-type {
    padding-top: 8vw;
  }
}
.alternatives__section:last-of-type {
  padding-bottom: 54px;
}
@media screen and (max-width: 1150px) {
  .alternatives__section:last-of-type {
    padding-bottom: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__section:last-of-type {
    padding-bottom: 8vw;
  }
}
.alternatives__container {
  margin: 0 auto;
  padding: 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 1150px) {
  .alternatives__container {
    padding: 0 5.33vw;
    gap: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__container {
    padding: 0 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
  }
}
.alternatives__container.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .alternatives__container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.alternatives__text h3 {
  margin-bottom: 8px;
  color: #151536;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .alternatives__text h3 {
    margin-bottom: 0.67vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__text h3 {
    margin-bottom: 3vw;
    font-size: 6vw;
  }
}
.alternatives__text *:last-child {
  margin-bottom: 0 !important;
}
.alternatives__text ul {
  padding: 0;
  margin: 0 0 24px;
}
@media screen and (max-width: 1150px) {
  .alternatives__text ul {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__text ul {
    margin-bottom: 4vw;
  }
}
.alternatives__text ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  color: #515162;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (max-width: 1150px) {
  .alternatives__text ul li {
    margin-bottom: 0.67vw;
    padding-left: 3.33vw;
    min-height: 2vw;
    font-size: 1.16vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__text ul li {
    margin-bottom: 2vw;
    padding-left: 10vw;
    min-height: 6vw;
    font-size: 3.5vw;
  }
}
.alternatives__text ul li:last-child {
  margin-bottom: 0;
}
.alternatives__text ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/alternatives/check-circle-orange.svg");
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1150px) {
  .alternatives__text ul li:before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__text ul li:before {
    width: 6vw;
    height: 6vw;
  }
}
.alternatives__text p {
  margin: 0 0 16px;
  color: #151536;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .alternatives__text p {
    margin-bottom: 1.33vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__text p {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
}
.alternatives__text b, .alternatives__text strong {
  font-weight: 500;
}
.alternatives__media {
  width: 529px;
  margin: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1150px) {
  .alternatives__media {
    width: 44.08vw;
    margin: 2.41vw 0;
  }
}
@media screen and (max-width: 600px) {
  .alternatives__media {
    width: 100%;
    margin: 0;
  }
}

.comparisons {
  background-color: #FFFFFF;
  padding: 78px 0;
}
@media screen and (max-width: 1150px) {
  .comparisons {
    padding: 6.5vw 0;
  }
}
@media screen and (max-width: 600px) {
  .comparisons {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 600px) {
  .comparisons__container {
    padding-right: 0;
  }
}
.comparisons h2 {
  margin-bottom: 40px;
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .comparisons h2 {
    margin-bottom: 3.33vw;
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .comparisons h2 {
    margin: 6vw;
    font-weight: 600;
    font-size: 6vw;
    line-height: 1.16;
  }
}
@media screen and (max-width: 600px) {
  .comparisons h2 br {
    display: none;
  }
}
.comparisons__table {
  width: 100%;
  padding: 24px;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
          box-shadow: 0 4px 16px 0 rgba(56, 81, 120, 0.1019607843);
}
@media screen and (max-width: 1150px) {
  .comparisons__table {
    padding: 2vw;
    border-radius: 1.66vw;
    -webkit-box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 0.33vw 1.33vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
@media screen and (max-width: 600px) {
  .comparisons__table {
    padding: 6vw 0 6vw 6vw;
    border-radius: 5vw 0 0 5vw;
    -webkit-box-shadow: 0 1vw 4vw 0 rgba(56, 81, 120, 0.1019607843);
            box-shadow: 0 1vw 4vw 0 rgba(56, 81, 120, 0.1019607843);
  }
}
.comparisons__table-content {
  overflow-x: auto;
}
.comparisons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comparisons__row:last-child .comparisons__col {
  border-bottom: none;
}
.comparisons__row.heading {
  border-bottom: none;
}
.comparisons__row.heading .comparisons__col {
  min-height: unset;
  background-color: #F5F9FD;
}
.comparisons__row.heading .comparisons__col:first-child {
  border-top-left-radius: 8px;
}
@media screen and (max-width: 1150px) {
  .comparisons__row.heading .comparisons__col:first-child {
    border-top-left-radius: 0.66vw;
  }
}
@media screen and (max-width: 600px) {
  .comparisons__row.heading .comparisons__col:first-child {
    border-top-left-radius: 2vw;
  }
}
.comparisons__row.heading .comparisons__col:last-child {
  border-top-right-radius: 8px;
}
@media screen and (max-width: 1150px) {
  .comparisons__row.heading .comparisons__col:last-child {
    border-top-right-radius: 0.66vw;
  }
}
@media screen and (max-width: 600px) {
  .comparisons__row.heading .comparisons__col:last-child {
    border-top-right-radius: 2vw;
  }
}
.comparisons__row.heading .comparisons__col span {
  color: #151536;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 1150px) {
  .comparisons__row.heading .comparisons__col span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .comparisons__row.heading .comparisons__col span {
    font-size: 4.5vw;
  }
}
.comparisons__col {
  width: 33.33%;
  min-height: 76px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #EBEBEB;
  color: #515162;
}
@media screen and (max-width: 1150px) {
  .comparisons__col {
    padding: 1.33vw;
    min-height: 6.33vw;
  }
}
@media screen and (max-width: 600px) {
  .comparisons__col {
    width: 47%;
    min-height: unset;
    padding: 4vw;
  }
}
.comparisons__col:nth-child(2) {
  color: #0C5635;
}
@media screen and (max-width: 600px) {
  .comparisons__col:nth-child(3) {
    margin-right: 6vw;
  }
}
.comparisons__col span {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .comparisons__col span {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .comparisons__col span {
    font-size: 4vw;
  }
}
.comparisons__col .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 1150px) {
  .comparisons__col .stars {
    gap: 0.33vw;
  }
}
@media screen and (max-width: 600px) {
  .comparisons__col .stars {
    gap: 0.7vw;
  }
}
.comparisons__col .stars img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1150px) {
  .comparisons__col .stars img {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .comparisons__col .stars img {
    width: 6vw;
    height: 6vw;
  }
}
/*# sourceMappingURL=../sourcemaps/page-alternatives.css.map */
