/* 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 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .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;
  }
}
@media (hover: none) {
  .btn-tertiary-dark:active {
    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:active .gradient {
    display: block;
  }
  .btn-tertiary-dark:active .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);
}

.block-info-media-block[data-layout=type-1] {
  background-color: #F3EEFF;
}
.block-info-media-block[data-layout=type-2] {
  background-color: #1b1b1b;
}
.block-info-media-block .section-head,
.block-info-media-block .section-head[data-color-scheme=light],
.block-info-media-block .section-head[data-color-scheme=dark] {
  background-color: transparent;
  text-align: center;
}
.block-info-media-block[data-layout=type-1] .section-head .block-title {
  background: linear-gradient(270deg, #9e78f0 40.01%, #0957c3 57.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1019607843);
}
.block-info-media-block[data-layout=type-1] .section-head .section-text {
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.block-info-media-block[data-layout=type-1] .section-head .section-text h1, .block-info-media-block[data-layout=type-1] .section-head .section-text h2, .block-info-media-block[data-layout=type-1] .section-head .section-text h3 {
  text-transform: uppercase;
}
.block-info-media-block[data-layout=type-1] .section-head .section-text, .block-info-media-block[data-layout=type-1] .section-head .section-text p {
  font-size: clamp(16px, 16px + 0.0023121387 * (100vw - 575px), 18px);
}
.block-info-media-block[data-layout=type-2] .section-head .block-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.block-info-media-block__head {
  text-align: center;
}
.block-info-media-block__head[data-layout=type-2] .block-info-media-block__head {
  margin-bottom: 64px;
}
.block-info-media-block__head-cta {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #000;
  padding: 14px 24px;
  border-radius: 32px;
  text-align: center;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  margin-top: 32px;
}
.block-info-media-block__head-cta:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.block-info-media-block__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 48px;
}
.block-info-media-block__items:first-child {
  margin-top: 0;
}
.block-info-media-block[data-layout=type-2] .block-info-media-block__items {
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .block-info-media-block__items {
    gap: 30px;
  }
}
.block-info-media-block__item {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 40px;
  background-color: #1b1b1b;
  border-radius: 6px;
  transition: background-color 0.4s ease-in-out;
}
@media screen and (min-width: 992px) {
  .block-info-media-block__item[data-position=right] .block-info-media-block__content {
    order: 1;
  }
  .block-info-media-block__item[data-position=right] .block-info-media-block__media {
    order: 2;
  }
}
.block-info-media-block[data-layout=type-2] .block-info-media-block__item {
  gap: 32px;
}
.block-info-media-block[data-layout=type-2] .block-info-media-block__item:hover {
  background-color: #141414;
}
@media screen and (max-width: 991px) {
  .block-info-media-block__item {
    flex-direction: column;
    padding: 20px;
    gap: 32px;
  }
}
.block-info-media-block__media {
  flex: 0 0 60%;
  max-width: 60%;
}
.block-info-media-block[data-layout=type-2] .block-info-media-block__media {
  flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
}
@media screen and (max-width: 991px) {
  .block-info-media-block__media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.block-info-media-block__media img,
.block-info-media-block__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 348px;
  display: block;
}
.block-info-media-block[data-layout=type-2] .block-info-media-block__media img,
.block-info-media-block[data-layout=type-2] .block-info-media-block__media video {
  max-height: 279px;
}
@media screen and (max-width: 991px) {
  .block-info-media-block__media img,
  .block-info-media-block__media video {
    width: auto;
    max-width: 100%;
    max-height: 279px;
  }
}
.block-info-media-block__content {
  flex: 1;
  max-width: calc(40% - 64px);
}
.block-info-media-block[data-layout=type-1] .block-info-media-block__content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
.block-info-media-block[data-layout=type-2] .block-info-media-block__content {
  max-width: calc(50% - 16px);
}
.block-info-media-block[data-layout=type-2] .block-info-media-block__content * {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 991px) {
  .block-info-media-block__content {
    max-width: 100%;
  }
  .block-info-media-block__content p:last-of-type {
    margin-bottom: 0;
  }
}
.block-info-media-block__item-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  padding: 15px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #141414;
  border-radius: 6px;
  position: relative;
  transition: background-color 0.4s ease-in-out;
}
.block-info-media-block__item-cta svg {
  flex-shrink: 0;
  width: 24px;
}
.block-info-media-block__item-cta:hover {
  color: rgb(255, 255, 255);
  background-color: #383838;
}
.block-info-media-block__item-cta:hover::before {
  content: "";
  position: absolute;
  inset: 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;
}