/* 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-icon-boxes .section-head {
  text-align: center;
  max-width: 774px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .block-icon-boxes .section-head {
    margin-bottom: 40px;
  }
}
.block-icon-boxes .row {
  gap: 18px;
}
.block-icon-boxes .box-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  max-width: calc(50% - 9px) !important;
  padding: 36px 24px 60px !important;
  position: relative;
}
.block-icon-boxes .box-item.with-link {
  padding-bottom: 84px !important;
}
@media screen and (max-width: 992px) {
  .block-icon-boxes .box-item {
    max-width: 100% !important;
  }
}
.block-icon-boxes .box-item__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 24px;
  cursor: auto;
}
.block-icon-boxes .box-item__heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block-icon-boxes .box-item__text {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  color: #525252;
}
.block-icon-boxes.dark {
  background-color: #141414;
}
.block-icon-boxes.dark * {
  color: rgb(255, 255, 255);
}
.block-icon-boxes.dark .box-item__text {
  color: #a3a3a3;
}
.block-icon-boxes.dark .box-item {
  background: linear-gradient(180deg, #000000 0%, #141414 100%);
}
.block-icon-boxes.blue {
  background-color: #0957c3;
}
.block-icon-boxes.blue * {
  color: rgb(255, 255, 255);
}
.block-icon-boxes.blue .box-item {
  background: linear-gradient(180deg, #0651B8 0%, #0957C3 100%);
}
.block-icon-boxes.view-2 .box-item {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  padding: 24px 24px 72px !important;
  border-radius: 6px;
}
.block-icon-boxes.view-2 .box-item__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
}
.block-icon-boxes.view-2 .box-item__heading {
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.block-icon-boxes.view-2 .box-item__text {
  font-size: 16px;
  line-height: 24px;
}
.block-icon-boxes.view-2 .btn-link-arrow {
  justify-content: flex-start;
  text-align: left;
  bottom: 24px;
  left: 24px;
  margin-left: 0;
}
.block-icon-boxes.view-2 .section-head .block-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0957c3;
}
.block-icon-boxes .last-cta .box-item:last-child {
  padding-bottom: 100px !important;
}
.block-icon-boxes .last-cta .box-item:last-child .btn-link-arrow {
  position: absolute !important;
  min-width: 196px !important;
  height: 52px !important;
  margin: 0 !important;
  background-color: #383838 !important;
}
.block-icon-boxes .last-cta .box-item:last-child .btn-link-arrow::before {
  display: block !important;
}
.block-icon-boxes .max-items .box-item {
  max-width: calc(33.3333% - 12px) !important;
}
.block-icon-boxes .max-items .box-item:nth-child(4), .block-icon-boxes .max-items .box-item:nth-child(5) {
  max-width: calc(50% - 9px) !important;
}
@media screen and (max-width: 992px) {
  .block-icon-boxes .max-items .box-item:nth-child(4), .block-icon-boxes .max-items .box-item:nth-child(5) {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .block-icon-boxes .max-items .box-item {
    max-width: 100% !important;
  }
}
.block-icon-boxes .max-items .box-item__icon {
  width: 50px;
  height: 50px;
}
.block-icon-boxes .items-3 .box-item {
  max-width: calc(33.3333% - 12px) !important;
}
@media screen and (max-width: 992px) {
  .block-icon-boxes .items-3 .box-item {
    max-width: 100% !important;
  }
}
.block-icon-boxes .items-3 .box-item__icon {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .block-icon-boxes .one-row .box-item {
    flex: 1;
  }
}
.block-icon-boxes .one-row .box-item__icon {
  width: 50px;
  height: 50px;
}