/* stylelint-disable color-no-hex */
.btn-primary {
  --bs-btn-color: #fff;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  gap: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btn-primary:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260.75deg, #9E78F0 0%, #0957C3 100%);
  transition: 0.15s all ease;
}
.btn-primary .icon {
  position: relative;
  z-index: 5;
}
.btn-primary .icon svg, .btn-primary .icon img {
  max-height: 18px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-primary .icon svg path[fill], .btn-primary .icon img path[fill] {
  fill: currentColor;
}
.btn-primary .icon svg path[stroke], .btn-primary .icon img path[stroke] {
  stroke: currentColor;
}
.btn-primary .caption, .btn-primary {
  position: relative;
  z-index: 5;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.btn-primary:hover:before {
  opacity: 0.85;
}
.btn-primary.hover-dark {
  background: #1b1b1b;
}
.btn-primary.hover-dark:hover:before {
  opacity: 0;
}

.btn-primary-dark {
  color: #fff;
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  border: 2px solid rgb(20, 20, 20);
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-primary-dark svg {
  margin-left: 6px;
}
.btn-primary-dark svg path[fill] {
  fill: currentColor;
}
.btn-primary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-primary-dark:hover {
  border: 2px solid #9e78f0;
  background: #1b1b1b;
}
.btn-primary-dark:hover.hover-text-white {
  color: #fff;
}
.btn-primary-dark:active {
  color: #737373;
  border: 2px solid #a3a3a3;
  background: #525252;
}
.btn-primary-dark:active svg path {
  stroke: #737373;
}

.btn-grey-dark {
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #141414;
  border: 0;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-grey-dark svg {
  margin-left: 6px;
}
.btn-grey-dark svg path[fill] {
  fill: currentColor;
}
.btn-grey-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-grey-dark:hover {
  border: 0;
  background: #1b1b1b;
}
.btn-grey-dark:hover.hover-text-white {
  color: #fff;
}
.btn-grey-dark:active {
  border: 0;
  color: #737373;
  background: #525252;
}
.btn-grey-dark:active svg path {
  stroke: #737373;
}

.btn-primary-light {
  color: #fff;
  border: 2px solid #fff;
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-primary-light svg {
  margin-left: 6px;
}
.btn-primary-light svg path[fill] {
  fill: currentColor;
}
.btn-primary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-primary-light:hover {
  border: 2px solid #9e78f0;
  background: #e5e5e5;
  color: #141414;
}
.btn-primary-light:hover svg path {
  stroke: #141414;
}
.btn-primary-light:active {
  border: 2px solid #a3a3a3;
  background: #525252;
  color: #e5e5e5;
}
.btn-primary-light:active svg path {
  stroke: #e5e5e5;
}

.btn-secondary-light {
  background: #fafafa;
  color: #0957c3;
  border: 2px solid #fff;
}
.btn-secondary-light svg path {
  stroke: #0957c3;
}
.btn-secondary-light {
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-secondary-light svg {
  margin-left: 6px;
}
.btn-secondary-light svg path[fill] {
  fill: currentColor;
}
.btn-secondary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-secondary-light:hover {
  border: 2px solid #9e78f0;
  background: #e5e5e5;
}
.btn-secondary-light:active {
  border: 2px solid #a3a3a3;
  background: #d6d6d6;
  color: #a3a3a3;
}
.btn-secondary-light:active svg path {
  stroke: #a3a3a3;
}

.btn-secondary-dark {
  color: #fff;
  background: #141414;
  border: 2px solid transparent;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-secondary-dark svg {
  margin-left: 6px;
}
.btn-secondary-dark svg path[fill] {
  fill: currentColor;
}
.btn-secondary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-secondary-dark:hover {
  border: 2px solid #9e78f0;
  background: #383838;
}
.btn-secondary-dark:active {
  color: #a3a3a3;
  border: 2px solid #a3a3a3;
  background: #737373;
}
.btn-secondary-dark:active svg path {
  stroke: #a3a3a3;
}

.btn-tertiary-dark {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-tertiary-dark svg {
  margin-left: 6px;
}
.btn-tertiary-dark svg path[fill] {
  fill: currentColor;
}
.btn-tertiary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-tertiary-dark .gradient {
  display: none;
}
.btn-tertiary-dark:hover {
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-tertiary-dark:hover .gradient {
  display: block;
}
.btn-tertiary-dark:hover .default {
  display: none;
}

.btn-tertiary-light {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-tertiary-light svg {
  margin-left: 6px;
}
.btn-tertiary-light svg path[fill] {
  fill: currentColor;
}
.btn-tertiary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-tertiary-light:focus, .btn-tertiary-light:active {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.btn-tertiary-light:hover {
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.stage-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: rgb(255, 255, 255);
  background-color: #1b1b1b;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.1s ease;
  height: 44px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  gap: 10px;
  overflow: hidden;
}
.stage-button.with-arrow::after {
  content: url(../img/arrow.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .stage-button:hover {
    background: #383838;
    color: rgb(255, 255, 255);
  }
  .stage-button:hover::before {
    background: #9e78f0;
  }
}
.stage-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  padding: 2px;
  background: linear-gradient(260.75deg, #9E78F0 0%, #0957C3 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.block-images-tabs {
  background-color: #141414;
  color: #fff;
  position: relative;
  padding-bottom: clamp(48px, 48px + 0.0832369942 * (100vw - 575px), 120px);
  padding-top: clamp(48px, 48px + 0.0832369942 * (100vw - 575px), 120px);
  z-index: 5;
}
.block-images-tabs .block-title {
  margin-bottom: 32px;
}
.block-images-tabs .section-row {
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 24px + 0.0462427746 * (100vw - 575px), 64px);
}
.block-images-tabs .column-left {
  width: 50%;
}
.block-images-tabs .column-right {
  width: 50%;
}
.block-images-tabs .editor {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.block-images-tabs .images-tabs-wrap {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.block-images-tabs .images-tabs-wrap:before {
  display: block;
  content: "";
  position: absolute;
  width: 802.76px;
  height: 296.69px;
  left: 0;
  top: 0;
  background: linear-gradient(161.96deg, #AE00FF 43.15%, #016BFF 83.5%);
  mix-blend-mode: normal;
  opacity: 0.58;
  filter: blur(clamp(100px, 100px + 0.1156069364 * (100vw - 575px), 200px));
  transform: translateX(-58%) translateY(63%) rotate(37.45deg);
  pointer-events: none;
}
@media (max-width: 660px) {
  .block-images-tabs .images-tabs-wrap:before {
    transform: translateX(-58%) translateY(-85%);
  }
}
.block-images-tabs .img-tabs {
  width: 100%;
  display: block;
}
.block-images-tabs .img-tabs .img-tabs__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: -1px;
}
.block-images-tabs .img-tabs .img-tabs__head .img-tabs__head-item {
  padding-left: 30px;
  padding-right: 30px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #505050;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom: 0;
  background: rgba(217, 217, 217, 0.02);
}
.block-images-tabs .img-tabs .img-tabs__head .img-tabs__head-item.active {
  background-color: #3f3f3f;
  color: #fff;
}
.block-images-tabs .img-tabs .img-tabs__body {
  background: rgba(217, 217, 217, 0.02);
  border: 1px solid #505050;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}
.block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item {
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(217, 217, 217, 0.02);
  padding-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 64px;
}
.block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item img.desktop-img {
  display: block;
}
.block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item img.mobile-img {
  display: none;
}
.block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item.active {
  display: flex;
  background-color: #3f3f3f;
}
@media (max-width: 991px) {
  .block-images-tabs .section-row {
    flex-direction: column;
  }
  .block-images-tabs .column-left {
    width: 100%;
  }
  .block-images-tabs .column-right {
    width: 100%;
  }
  .block-images-tabs .img-tabs .img-tabs__head {
    gap: 0;
  }
  .block-images-tabs .img-tabs .img-tabs__head .img-tabs__head-item {
    flex: 1;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
  }
  .block-images-tabs .img-tabs .img-tabs__body {
    border-top-right-radius: 0;
  }
  .block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item {
    border-top-right-radius: 0;
  }
}
@media (max-width: 480px) {
  .block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item img.desktop-img {
    display: none;
  }
  .block-images-tabs .img-tabs .img-tabs__body .img-tabs__body-item img.mobile-img {
    display: block;
  }
}