body.page-template-page-home-2025 {
  background-color: #FAFAFA;
}

.section-wrapper {
  max-width: 1236px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1930px) {
  .section-wrapper {
    padding: 0 5.55em 0 5.55em;
    max-width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .section-wrapper {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1024px) {
  .section-wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 734px) {
  .section-wrapper {
    padding: 0 26px;
  }
}

.section_title {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 500;
}
@media screen and (min-width: 1930px) {
  .section_title {
    font-size: 2.22em;
  }
}
@media screen and (max-width: 1024px) {
  .section_title {
    font-size: 36px;
  }
}

.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #143DFF;
}
@media screen and (min-width: 1930px) {
  .section-subtitle {
    font-size: 0.888em;
  }
}
@media screen and (max-width: 734px) {
  .section-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

h2 {
  font-weight: 500;
}

.video-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slick-slider-custom {
  opacity: 0;
  visibility: hidden;
  height: 244px;
  transition: all 0.2s ease-out;
  animation-delay: 3000s;
}

.slick-slider-custom.slick-initialized {
  visibility: visible;
  transition: all 0.2s ease-out;
  opacity: 1;
  height: unset;
}

/** Hero **/
.bd-hero {
  padding: 100px 0 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.bd-hero .section-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 980px;
}
.bd-hero__subtitle {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  max-width: fit-content;
  background: linear-gradient(to right, #143DFF 28%, #14C7FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5px;
}
.bd-hero__title {
  margin-bottom: 20px;
  color: #000;
}
.bd-hero__title span {
  font-weight: 700;
}
.bd-hero__content {
  position: relative;
  z-index: 2;
  max-width: 506px;
  padding-top: 100px;
}
.bd-hero__text {
  color: #707070;
  margin-bottom: 40px;
  font-size: 18px;
}
.bd-hero__btns {
  display: flex;
  align-items: center;
}
.bd-hero__btn {
  max-width: fit-content;
  font-weight: 500;
  padding: 11px 38px;
  min-width: 148px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-hero .open-video-js {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.bd-hero .open-video-js .icon {
  display: flex;
  width: 47px;
  height: 47px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1.5px solid #000;
  margin-right: 16px;
}
.bd-hero .open-video-js .icon svg,
.bd-hero .open-video-js {
  transition: all 0.3s linear;
}
.bd-hero .open-video-js .icon svg {
  width: 17px;
  height: 17px;
  transform: translateX(2px);
}
.bd-hero .open-video-js .icon svg path {
  fill: #000;
}
.bd-hero .open-video-js:hover .icon, .bd-hero .open-video-js.active .icon {
  background-color: #000;
}
.bd-hero .open-video-js:hover .icon svg path, .bd-hero .open-video-js.active .icon svg path {
  fill: white;
}
.bd-hero__btns > *:first-child {
  margin-right: 46px;
}
.bd-hero__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  text-align: center;
  grid-gap: 50px;
  max-width: 530px;
  transform: translateY(-50px);
}
.bd-hero__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  line-height: 1.35;
}
.bd-hero__item:nth-child(2):before, .bd-hero__item:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 72%;
  background-color: #C5C5C5;
}
.bd-hero__item:nth-child(2):before {
  left: -25px;
}
.bd-hero__item:nth-child(2):after {
  right: -25px;
}
.bd-hero__top {
  font-size: 40px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.bd-hero__top span {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
.bd-hero__bottom, .bd-hero__top span {
  font-size: 16px;
  font-weight: 500;
}
.bd-hero-media {
  position: relative;
}
.bd-hero-media__image {
  position: absolute;
  top: 0;
  left: -78px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 725px;
  height: 980px;
  z-index: 1;
}
.bd-hero-media picture, .bd-hero-media img {
  object-fit: contain;
  height: 100%;
}
.bd-hero-media:after {
  position: absolute;
  content: "";
  top: 0;
  right: -364px;
  background-image: url("../img/home/dots-decor-hero.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 960px;
  height: 886px;
}
@media screen and (min-width: 1930px) {
  .bd-hero {
    padding: 5.5em 0 0;
  }
  .bd-hero .section-wrapper {
    min-height: 54em;
  }
  .bd-hero__subtitle {
    font-size: 1.6em;
    margin-bottom: 0.27em;
  }
  .bd-hero__title {
    margin-bottom: 1.1em;
  }
  .bd-hero__content {
    max-width: 28em;
    padding-top: 5.5em;
  }
  .bd-hero__text {
    margin-bottom: 2.2em;
    font-size: 1em;
  }
  .bd-hero__btn {
    padding: 0.5em 2.1em;
    min-width: 8.1em;
    height: 2.7em;
  }
  .bd-hero .open-video-js {
    font-size: 0.88em;
  }
  .bd-hero .open-video-js .icon {
    width: 2.6em;
    height: 2.6em;
    padding: 0.5em;
    border: 0.08em solid #000;
    margin-right: 0.88em;
  }
  .bd-hero .open-video-js .icon svg {
    width: 0.9em;
    height: 0.9em;
    transform: translateX(0.11em);
  }
  .bd-hero__btns > *:first-child {
    margin-right: 2.5em;
  }
  .bd-hero__item:nth-child(2):before, .bd-hero__item:nth-child(2):after {
    width: 0.05em;
  }
  .bd-hero__item:nth-child(2):before {
    left: -2.2rem;
  }
  .bd-hero__item:nth-child(2):after {
    right: -2.2rem;
  }
  .bd-hero__list {
    grid-gap: 2.7em;
    max-width: 29.3em;
    transform: translateY(-2.7em);
  }
  .bd-hero__top {
    font-size: 2.2em;
    padding-bottom: 0.5em;
  }
  .bd-hero__top span {
    font-size: 0.8em;
  }
  .bd-hero__bottom, .bd-hero__top span {
    font-size: 0.8em;
  }
  .bd-hero-media__image {
    width: 40em;
    height: 56em;
  }
  .bd-hero-media:after {
    right: -25em;
    width: 53em;
    height: 49em;
  }
  .bd-hero-media img {
    width: 38.8em;
    height: 56.6em;
  }
}
@media screen and (max-width: 1440px) {
  .bd-hero .section-wrapper {
    min-height: 850px;
  }
  .bd-hero-media__image {
    left: -112px;
    width: 725px;
    height: 850px;
  }
  .bd-hero-media::after {
    width: 940px;
    height: 850px;
    right: -410px;
  }
  .bd-hero__list {
    grid-gap: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .bd-hero {
    padding-bottom: 100px;
  }
  .bd-hero .section-wrapper {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 56px;
    height: auto;
  }
  .bd-hero__content, .bd-hero__section {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
  }
  .bd-hero__content {
    margin-bottom: 10px;
  }
  .bd-hero__title {
    font-size: 28px;
    margin-right: auto;
    margin-left: auto;
    max-width: 340px;
  }
  .bd-hero__subtitle, .bd-hero__subtitle span {
    font-size: 48px;
    margin: 0 auto;
  }
  .bd-hero__text {
    margin-bottom: 36px;
  }
  .bd-hero__text p {
    font-size: 18px;
  }
  .bd-hero__btns {
    justify-content: center;
    flex-direction: column;
  }
  .bd-hero__btns > :first-child {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .bd-hero-media__image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 755px;
  }
  .bd-hero-media:after {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 88%;
    background-size: cover;
  }
  .bd-hero__list {
    transform: none;
  }
}
@media screen and (max-width: 734px) {
  .bd-hero {
    padding: 97px 0 82px;
  }
  .bd-hero__subtitle {
    font-size: 32px;
  }
  .bd-hero-media {
    overflow: hidden;
  }
  .bd-hero-media__image {
    overflow: hidden;
    height: 715px;
  }
  .bd-hero-media__image img, .bd-hero-media__image picture {
    display: block;
    width: 540px;
    max-width: unset;
  }
  .bd-hero__title {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .bd-hero__list {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    max-width: 150px;
    gap: 68px;
    margin: 0 auto;
  }
  .bd-hero__item:nth-child(2):before, .bd-hero__item:nth-child(2):after {
    content: "";
    position: absolute;
    top: unset;
    left: 50%;
    right: unset;
    transform: translateY(0) translateX(-50%);
    width: 78%;
    height: 1px;
  }
  .bd-hero__item:nth-child(2):before {
    top: -34px;
  }
  .bd-hero__item:nth-child(2):after {
    bottom: -34px;
  }
}

.video-remodal {
  max-width: 1041px;
}
.video-remodal-block {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 0;
}
.video-remodal video, .video-remodal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Benefits **/
.bd-benefits {
  padding: 120px 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
}
.bd-benefits__content {
  margin-bottom: 62px;
  display: grid;
  grid-template-columns: 1fr 80px;
}
.bd-benefits__title {
  max-width: 14.375em;
  color: #F2F2F2;
  margin-bottom: 15px;
}
.bd-benefits__text {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.bd-benefits .slick-slide {
  margin: 0 22px;
}
.bd-benefits .slick-list {
  margin: 0 -22px;
  overflow: hidden;
}
.bd-benefits .slick-track {
  display: flex !important;
}
.bd-benefits .slick-slide {
  height: inherit !important;
}
.bd-benefits .slick-arrow.slick-disabled svg path {
  stroke: #7E7E7E;
}
.bd-benefits .slick-arrow:hover svg path {
  stroke: #143DFF;
}
.bd-benefits .slick-slider {
  height: 280px;
}
.bd-benefits .slick-slider.slick-initialized {
  height: auto;
}
.bd-benefits .slick-list {
  overflow: visible;
}
.bd-benefits .progress {
  position: relative;
  width: 100%;
  height: 1.5px;
  background-color: #7E7E7E;
  margin-bottom: 45px;
  transition: background-size 0.4s ease-in-out;
}
.bd-benefits .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
}
.bd-benefits .slick-dots button,
.bd-benefits .slick-dots li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.bd-benefits .slick-dots button {
  font-size: 0;
  background-color: transparent;
}
.bd-benefits .slick-active button {
  background-color: #fff;
}
.bd-benefits .paginator {
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.bd-benefits .paginator, .bd-benefits .paginator li {
  position: relative;
  display: flex;
  align-items: center;
}
.bd-benefits .paginator li {
  justify-content: center;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.bd-benefits__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 10px;
  border: 1px solid #7E7E7E;
  box-shadow: 0 4px 10.5px 0 rgba(0, 0, 0, 0.1);
  padding: 35px 40px;
  width: 100%;
  height: 100%;
}
.benefits-wrap:last-child .bd-benefits__item {
  background-color: #143DFF;
  color: #fff;
  border-color: #143DFF;
}
.benefits-wrap:last-child .bd-benefits__item .text, .benefits-wrap:last-child .bd-benefits__item a {
  color: #F9F9F9;
}
.bd-benefits .title {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 19px;
}
.bd-benefits .text {
  color: #B5B5B5;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 17px;
  font-weight: 400;
}
.bd-benefits a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 17px;
}
.bd-benefits a:hover {
  text-decoration: none;
}
.bd-benefits__arrow {
  display: none;
}
@media screen and (min-width: 1930px) {
  .bd-benefits {
    padding: 6.6em 0;
    border-radius: 2.2em 2.2em 0 0;
    /* the slides */
    /* the parent */
  }
  .bd-benefits__content {
    margin-bottom: 3.3em;
    grid-template-columns: 1fr 4.4em;
  }
  .bd-benefits__title {
    max-width: 14.375em;
    margin-bottom: 0.7em;
  }
  .bd-benefits .slick-slide {
    margin: 1.2em;
  }
  .bd-benefits .slick-list {
    margin: 0 -1.2em;
  }
  .bd-benefits .slick-slider {
    height: 15.5em;
  }
  .bd-benefits .progress {
    height: 0.08em;
    margin-bottom: 2.5em;
  }
  .bd-benefits .slick-dots {
    height: 0.2em;
  }
  .bd-benefits .paginator li {
    height: 1.1em;
    width: 1.1em;
  }
  .bd-benefits__item {
    border-radius: 0.5em;
    border: 0.1em solid #7E7E7E;
    box-shadow: 0 0.2em 0.5em 0 rgba(0, 0, 0, 0.1);
    padding: 1.9em 2.1em;
  }
  .bd-benefits .title {
    font-size: 1.2em;
    margin-bottom: 1.05em;
  }
  .bd-benefits .text {
    font-size: 0.9em;
  }
  .bd-benefits a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1440px) {
  .bd-benefits {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  .bd-benefits__content {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 32px;
  }
  .bd-benefits .progress {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 734px) {
  .bd-benefits {
    padding: 90px 0;
  }
  .bd-benefits__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 26px;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .bd-benefits__content {
    margin-bottom: 66px;
  }
  .bd-benefits__head_subtitle, .bd-benefits__head_title, .bd-benefits__head_text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .bd-benefits__head_text {
    max-width: 249px;
  }
  .bd-benefits .benefits-wrap:not(:last-child) .bd-benefits__item {
    margin-bottom: 0;
    padding: 0;
  }
  .bd-benefits .benefits-wrap:not(:last-child) .bd-benefits__item .title {
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 17px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bd-benefits .benefits-wrap:not(:last-child) .bd-benefits__item .bd-benefits__text {
    display: none;
  }
  .bd-benefits .benefits-wrap:not(:last-child) .bd-benefits__item .text {
    padding: 0 15px 20px 25px;
  }
  .bd-benefits .benefits-wrap:not(:last-child) .bd-benefits__item .bd-benefits__arrow {
    display: flex;
  }
  .bd-benefits .benefits-wrap:last-child .bd-benefits__item .bd-benefits__arrow {
    display: none;
  }
  .bd-benefits__item.active .bd-benefits__arrow svg {
    transform: rotate(45deg);
  }
  .bd-benefits .benefits-arrows, .bd-benefits .progress {
    display: none;
  }
  .bd-benefits__arrow svg {
    transition: 0.3s ease;
  }
}

/** Trust By **/
.trusted_by {
  background-color: #000;
  position: relative;
  z-index: 1;
}
.trusted_by__title {
  font-size: 20px;
  color: #B5B5B5;
  text-align: center;
  margin-bottom: 18px;
}
.trusted_by__companies {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1134px;
  margin: 0 auto;
  grid-gap: 70px;
}
.trusted_by__company {
  display: flex;
  opacity: 0.5;
  height: 74px;
}
.trusted_by__company img {
  object-fit: contain;
  height: auto;
}
@media screen and (min-width: 1930px) {
  .trusted_by__title {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
  .trusted_by__companies {
    max-width: 63em;
    grid-gap: 3.8em;
  }
  .trusted_by__company {
    height: 4.1em;
  }
}
@media screen and (max-width: 1024px) {
  .trusted_by__companies {
    grid-gap: 13px 28px;
    max-width: 594px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .trusted_by__company {
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 30%;
  }
}
@media screen and (max-width: 734px) {
  .trusted_by__companies {
    grid-gap: 0;
    max-width: 326px;
  }
  .trusted_by__company {
    width: unset;
    max-width: 208px;
    min-width: 32%;
  }
}

/** Percentage **/
.percentages {
  background-color: #000;
  padding: 120px 0;
}
.percentages__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1056px;
  margin: 0 auto;
}
.percentages__title {
  color: #F2F2F2;
}
.percentages__info {
  width: 53%;
  position: relative;
}
.percentages__content {
  width: 36%;
}
.percentages__subtitle {
  margin-bottom: 8px;
}
.percentages__title {
  margin-bottom: 20px;
}
.percentages__text {
  font-size: 16px;
  font-weight: 500;
  color: #B5B5B5;
}
.percentages__list {
  padding: 3.25em 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.percentages__item {
  color: #000;
  padding: 30px 15px 30px 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 275px;
  background: linear-gradient(127deg, rgba(228, 233, 253, 0.2) 28.69%, rgba(228, 233, 253, 0.04) 100%);
  box-shadow: 0 15px 22px 0 rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(255, 255, 255, 0);
  font-weight: 400;
  position: relative;
}
.percentages__item em {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 6px;
}
.percentages__item .percentages__head, .percentages__item * {
  color: #F2F2F2;
  position: relative;
  z-index: 2;
}
.percentages__item:before {
  content: "";
  position: absolute;
  border-radius: 10px;
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.percentages__item:nth-child(2n+2) {
  background: rgba(20, 61, 255, 0.93);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: -0.73725px 0.83128px 1.96759px 0px rgba(0, 17, 86, 0.03), -3.24389px 3.65765px 4.07407px 0px rgba(0, 17, 86, 0.05), -7.96228px 8.97787px 8.125px 0px rgba(0, 17, 86, 0.07), -15.33475px 17.29072px 15.92593px 0px rgba(0, 17, 86, 0.09), -25.80367px 29.09495px 29.28241px 0px rgba(0, 17, 86, 0.11), -39.81137px 44.88936px 50px 0px rgba(0, 17, 86, 0.14);
}
.percentages__item:first-child {
  transform: translateY(20%);
  z-index: 2;
}
.percentages__item:nth-child(2) {
  padding: 30px 42px;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 309px;
}
.percentages__head {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Satoshi", sans-serif;
}
.percentages__head span {
  font-size: 24px;
}
.percentages__inner {
  font-size: 17px;
  line-height: 1.35;
}
.percentages__inner p:not(:last-child) {
  margin-bottom: 10px;
}
.percentages__inner p span {
  font-size: 17px;
}
@media screen and (min-width: 1930px) {
  .percentages {
    padding: 6.6em 0;
  }
  .percentages__wrap {
    max-width: 58.6em;
  }
  .percentages__subtitle {
    margin-bottom: 0.4em;
  }
  .percentages__title {
    margin-bottom: 1.1em;
  }
  .percentages__text {
    font-size: 0.8em;
  }
  .percentages__list {
    padding: 3.25em 0;
  }
  .percentages__item {
    padding: 1.6em 0.7em 1.6em 1.6em;
    border-radius: 0.5em;
    max-width: 15.2em;
    box-shadow: 0 0.8em 1.22em 0 rgba(0, 0, 0, 0.05);
    border: 0.1em solid rgba(255, 255, 255, 0);
  }
  .percentages__item em {
    margin-top: 0.3em;
  }
  .percentages__item:before {
    border-radius: 0.5em;
  }
  .percentages__item:nth-child(2n+2) {
    border: 0.1em solid rgba(255, 255, 255, 0.1);
  }
  .percentages__item:nth-child(2) {
    padding: 1.6em 2.2em;
    max-width: 17.1em;
  }
  .percentages__head {
    font-size: 1.9em;
    margin-bottom: 0.8em;
  }
  .percentages__head span {
    font-size: 1.3em;
  }
  .percentages__inner {
    font-size: 0.9em;
  }
  .percentages__inner p:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .percentages__inner p span {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  .percentages {
    padding: 100px 0;
  }
  .percentages__wrap {
    max-width: 547px;
    flex-direction: column-reverse;
  }
  .percentages__content {
    text-align: center;
    max-width: 436px;
    margin: 0 auto 70px;
  }
  .percentages__info, .percentages__content {
    width: 100%;
  }
  .percentages__subtitle {
    margin-bottom: 8px;
  }
  .percentages__title {
    margin: 0 auto 20px;
    max-width: 330px;
  }
}
@media screen and (max-width: 734px) {
  .percentages {
    padding: 90px 0;
  }
  .percentages__content {
    margin-bottom: 56px;
  }
  .percentages__item {
    max-width: 297px;
  }
  .percentages__item:first-child {
    padding: 32px 33px 64px;
  }
  .percentages__item:nth-child(2) {
    padding: 30px 30px 64px;
    max-width: 310px;
  }
  .percentages__list {
    padding: 182px 0 0;
    max-width: 380px;
    position: relative;
    margin: 0 auto;
  }
}

/** mt how **/
.mt-how {
  background-color: #000;
  position: relative;
  padding: 120px 0 95px;
  overflow: hidden;
}
.mt-how canvas {
  top: 10px;
}
.mt-how__content {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 64px;
}
.mt-how__title {
  color: #F2F2F2;
}
.mt-how__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.mt-how .item {
  padding: 50px 40px;
  width: 30%;
  border-radius: 10px;
  border: 1.5px solid #494949;
  background-color: #000;
  -webkit-box-shadow: 0 0 0 10px rgb(0, 0, 0);
  -moz-box-shadow: 0 0 0 10px rgb(0, 0, 0);
  box-shadow: 0 0 0 10px rgb(0, 0, 0);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 35px;
}
.mt-how .item:nth-child(2n+2) {
  border: 0;
  background-color: #143DFF;
}
.mt-how .item:nth-child(2n+2) .info {
  color: #fff;
}
.mt-how .item:nth-child(2n+1),
.mt-how .item:nth-child(2n+2) {
  margin-right: 54px;
}
.mt-how .item:nth-child(3n),
.mt-how .item:last-child {
  margin-right: 0;
}
.mt-how .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 30px;
}
.mt-how .icon img {
  object-fit: contain;
}
.mt-how .title {
  color: #F2F2F2;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 22px;
}
.mt-how .info {
  color: #B5B5B5;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (min-width: 1930px) {
  .mt-how {
    padding: 6.6em 0 5.2em;
  }
  .mt-how canvas {
    top: 0.5em;
    width: auto;
    height: 100%;
  }
  .mt-how__content {
    max-width: 38.8em;
    margin: 0 auto 3.5em;
  }
  .mt-how .item {
    padding: 2.7em 2.2em;
    border-radius: 0.5em;
    margin-bottom: 1.9em;
  }
  .mt-how .item:nth-child(2n+1),
.mt-how .item:nth-child(2n+2) {
    margin-right: 2em;
  }
  .mt-how .icon {
    width: 3.6em;
    height: 3.6em;
    margin-bottom: 1.6em;
  }
  .mt-how .title {
    font-size: 1.2em;
    margin-bottom: 1.2em;
  }
  .mt-how .info {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1440px) {
  .mt-how .item:nth-child(2n+1), .mt-how .item:nth-child(2n+2) {
    margin-right: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-how {
    padding: 100px 0;
  }
  .mt-how canvas {
    display: block;
  }
  .mt-how__items {
    flex-direction: column;
    gap: 48px;
  }
  .mt-how .item {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
  }
  .mt-how .item:nth-child(2n+1), .mt-how .item:nth-child(2n+2), .mt-how .item:nth-child(odd) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 734px) {
  .mt-how {
    padding: 90px 0;
  }
  .mt-how canvas {
    display: none;
  }
  .mt-how__items {
    gap: 35px;
  }
  .mt-how .item {
    width: 100%;
    min-height: fit-content;
    margin-bottom: 0;
  }
}

/** Industry **/
.bd-industry {
  padding: 80px 0 120px;
  border-radius: 0 0 40px 40px;
  background-color: #000;
  position: relative;
}
.bd-industry__title {
  color: #F2F2F2;
  text-align: center;
  margin-bottom: 60px;
}
.bd-industry__list, .bd-industry__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bd-industry__list {
  flex-wrap: wrap;
  max-width: 980px;
  grid-gap: 24px 86px;
  margin: 0 auto;
}
.bd-industry__item {
  flex-shrink: 0;
  min-width: max-content;
  margin: 0 auto;
}
.bd-industry__img {
  max-width: 5em;
  width: 100%;
  height: 74px;
}
.bd-industry__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1930px) {
  .bd-industry {
    padding: 4.4em 0 6.6em;
    border-radius: 0 0 2.2em 2.2em;
  }
  .bd-industry__title {
    margin-bottom: 3.3em;
  }
  .bd-industry__list {
    max-width: 54.4em;
    grid-gap: 1.3em 4.7em;
  }
  .bd-industry__img {
    height: 4.1em;
  }
}
@media screen and (max-width: 1440px) {
  .bd-industry__img {
    height: 75px;
    max-width: 118px;
  }
}
@media screen and (max-width: 1024px) {
  .bd-industry {
    padding: 100px 0;
  }
  .bd-industry__title {
    margin-bottom: 46px;
  }
  .bd-industry__list {
    max-width: 416px;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 734px) {
  .bd-industry {
    padding: 0 0 90px;
  }
  .bd-industry__title {
    margin-bottom: 60px;
  }
  .bd-industry__img {
    max-width: 90px;
    height: 60px;
  }
}

/** Solutions **/
.bd-solutions {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background-color: #FAFAFA;
  color: #000;
}
.bd-solutions__wrap {
  display: grid;
  grid-template-columns: 42% 57%;
  grid-gap: 50px;
  z-index: 1;
}
.bd-solutions__content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bd-solutions__media {
  position: relative;
  min-height: 774px;
}
.bd-solutions__images {
  position: relative;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  transition: all 0.8s ease;
  visibility: visible;
}
.bd-solutions__images img {
  height: auto;
}
.bd-solutions .bg-image_one {
  max-width: 247px;
  max-height: 486px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}
.bd-solutions .bg-image_one img {
  object-fit: contain;
}
.bd-solutions .bg-image_two img {
  object-fit: cover;
  object-position: right;
  height: 100%;
}
.bd-solutions .bg-image_two {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  right: -400px;
  top: 0;
  width: 930px;
  height: 100%;
}
.bd-solutions__subtitle {
  margin-bottom: 0.5em;
}
.bd-solutions__title {
  margin-bottom: 24px;
}
.bd-solutions__text {
  font-size: 17px;
  line-height: 1.31;
  margin-bottom: 1.875em;
  max-width: 412px;
  color: #707070;
}
.bd-solutions__item {
  border-bottom: 1px solid #2D2D2D;
}
.bd-solutions__item:first-child {
  border-top: 1px solid #2D2D2D;
}
.bd-solutions__item:last-child {
  border: none;
}
.bd-solutions__item.active .bd-solutions__arrow svg {
  transform: rotate(45deg);
}
.bd-solutions__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  gap: 20px;
}
.bd-solutions__arrow {
  display: flex;
}
.bd-solutions__arrow, .bd-solutions__arrow * {
  transition: 0.3s ease;
}
.bd-solutions__arrow svg {
  width: 20px;
  height: 20px;
}
.bd-solutions__response, .bd-solutions__img-mobile {
  display: none;
}
@media screen and (min-width: 1930px) {
  .bd-solutions {
    padding: 6.6em 0;
  }
  .bd-solutions__wrap {
    grid-gap: 2.7em;
  }
  .bd-solutions__content {
    padding-top: 2.7em;
    padding-bottom: 2.7em;
  }
  .bd-solutions__media {
    min-height: 43em;
  }
  .bd-solutions .bg-image_one {
    width: 13.7em;
    height: 27em;
    max-height: unset;
    max-width: unset;
  }
  .bd-solutions .bg-image_two {
    border-radius: 0.5em;
    right: -22.2em;
    width: 54.6em;
  }
  .bd-solutions__images img {
    height: 100%;
  }
  .bd-solutions__title {
    margin-bottom: 1.3em;
  }
  .bd-solutions__text {
    font-size: 0.9em;
    line-height: 1.31;
    margin-bottom: 1.875em;
    max-width: 22.8em;
  }
  .bd-solutions__item {
    border-bottom: 0.05em solid #2D2D2D;
  }
  .bd-solutions__item:first-child {
    border-top: 0.05em solid #2D2D2D;
  }
  .bd-solutions__head {
    padding: 1.5em 0;
    font-size: 1.2em;
    gap: 1.1em;
  }
  .bd-solutions__arrow svg {
    width: 1.1em;
    height: 1.1em;
  }
}
@media screen and (max-width: 1440px) {
  .bd-solutions__wrap {
    grid-template-columns: 44% 55%;
    grid-gap: 46px;
  }
  .bd-solutions__media {
    min-height: 739px;
  }
  .bd-solutions .bg-image_two {
    right: -459px;
    width: 922px;
  }
}
@media screen and (max-width: 1024px) {
  .bd-solutions {
    padding: 100px 0;
  }
  .bd-solutions__wrap {
    grid-template-columns: 1fr;
  }
  .bd-solutions__content {
    width: 100%;
    padding: 0;
  }
  .bd-solutions__subtitle {
    text-align: center;
    margin-bottom: 10px;
  }
  .bd-solutions__title {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 550px;
  }
  .bd-solutions__list {
    margin: 0 auto;
    max-width: 479px;
  }
  .bd-solutions__media {
    position: relative;
    min-height: 0;
    display: none;
  }
  .bd-solutions__img-mobile {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 70px;
    width: 100%;
    display: block;
  }
  .bd-solutions__img-mobile img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 734px) {
  .bd-solutions {
    padding: 90px 0;
  }
  .bd-solutions__img-mobile {
    margin-bottom: 40px;
  }
}

/** mission **/
.mission {
  border-radius: 40px;
  padding: 120px 0;
  text-align: center;
  background-color: #fff;
}
.mission__head {
  margin: 0 auto;
  max-width: 534px;
}
.mission__content {
  max-width: 518px;
}
.mission__title {
  margin-bottom: 32px;
  color: #000;
}
.mission__subtitle {
  font-size: 18px;
}
@media screen and (min-width: 1930px) {
  .mission__subtitle {
    font-size: 1em;
  }
}
.mission__content {
  color: #707070;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 56px;
}
.mission__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 56px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FAFAFA;
}
.mission__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 120px 59px;
  width: 33%;
  color: #000;
}
.mission__item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.055em;
  height: calc(100% - 60px);
  background-color: #DCDCDC;
}
.mission__header {
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
.mission__text {
  font-size: 16px;
  line-height: 1.6;
}
.mission__link {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  padding: 12px 35px;
}
@media screen and (min-width: 1930px) {
  .mission {
    border-radius: 2.2em;
    padding: 6.6em 0;
  }
  .mission__head {
    max-width: 29.6em;
  }
  .mission__content {
    max-width: 30.7em;
  }
  .mission__title {
    margin-bottom: 1.7em;
  }
  .mission__content {
    font-size: 0.888em;
    margin-bottom: 3.1em;
  }
  .mission__list {
    margin-bottom: 3.1em;
    border-radius: 0.5em;
  }
  .mission__item {
    padding: 6.6em 3.2em;
  }
  .mission__item:not(:nth-child(3n))::after {
    height: calc(100% - 3.2em);
  }
  .mission__header {
    font-size: 2em;
    margin-bottom: 1.3em;
  }
  .mission__text, .mission__link {
    font-size: 0.8em;
  }
  .mission__link {
    padding: 0.6em 1.9em;
  }
}
@media screen and (max-width: 1440px) {
  .mission__content, .mission__list {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .mission {
    padding: 90px 0;
  }
  .mission__title {
    margin: 0 auto 20px;
    max-width: 386px;
  }
  .mission__content {
    font-size: 16px;
  }
  .mission__header {
    font-size: 25px;
    margin-bottom: 19px;
  }
  .mission__text {
    font-size: 14px;
    line-height: 1.57;
  }
  .mission__item {
    padding: 50px 25px;
    justify-content: flex-start;
  }
  .mission__item:not(:nth-child(3n)):after {
    height: calc(100% - 76px);
  }
  .mission__list {
    align-items: stretch;
  }
}
@media screen and (max-width: 734px) {
  .mission {
    padding: 90px 0;
  }
  .mission__content {
    margin-bottom: 54px;
  }
  .mission__list {
    flex-direction: column;
    max-width: 315px;
    margin: 0 auto 90px;
  }
  .mission__item {
    width: 100%;
    padding: 24px 30px 56px;
  }
  .mission__item:not(:nth-child(3n)):after {
    bottom: 0;
    right: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 1px;
  }
  .mission__item:last-child {
    padding-bottom: 24px;
  }
  .mission__subtitle {
    font-size: 14px;
  }
}

/** Integration **/
.integration {
  padding: 120px 0;
  background-color: #FAFAFA;
}
.integration__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #B5B5B5;
  margin-bottom: 34px;
}
.integration__title {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #000000;
}
.integration__list_item, .integration__main-img {
  background-color: #fff;
  border-radius: 20px;
}
.integration__wrap {
  display: grid;
  grid-template-columns: 32.66% 44.38% 20.16%;
  align-items: flex-start;
  gap: 17px;
  grid-auto-flow: dense;
}
.integration__main-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.integration__main-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  height: 770px;
  max-height: 770px;
}
.integration__icon {
  width: 31px;
  height: 26px;
}
.integration .split-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}
.integration__text {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #000000;
}
.integration__accent_text {
  background: linear-gradient(45deg, #000000, #001f5f, #002b9a);
  border-radius: 20px;
  padding: 42px 38px;
  font-size: 27px;
  color: #fff;
}
.integration__accent_text p {
  max-width: 240px;
}
.integration__list {
  position: relative;
  display: grid;
  gap: 17px;
}
.integration__list_item, .integration__list_img, .integration__iocn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.integration__list_item {
  padding: 20px;
  gap: 20px;
}
.integration__list_text {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.integration .vertical-list {
  grid-template-rows: 200px 200px;
}
.integration .vertical-list .image {
  max-width: 120px;
  height: 77px;
  margin: 0 auto;
}
.integration .vertical-list img {
  display: inline-block;
  object-fit: contain;
}
.integration .vertical-list .item:last-child {
  padding: 26px 14px 10px;
}
.integration .horizontal-list {
  grid-template-columns: 1fr 1fr;
}
.integration .horizontal-list .item {
  flex-direction: column;
}
.integration .horizontal-list .image {
  margin: 0 auto;
  width: 67px;
  height: 72px;
}
.integration .vertical-list {
  grid-row: 1/4;
  grid-column: 3;
}
.integration .horizontal-list {
  grid-column: 1;
  transform: translateY(17px);
}
.integration__simple_text1 {
  grid-column: 1;
  transform: translateY(10px);
}
.integration__simple_text2 {
  position: relative;
  grid-column: 3;
  max-width: 238px;
}
.integration__simple_text2 p {
  position: absolute;
  bottom: 0;
  left: 0;
}
.integration__main-img {
  grid-area: 1/2/5/2;
}
@media screen and (min-width: 1930px) {
  .integration {
    padding: 6.6em 0;
  }
  .integration__head {
    padding-bottom: 0.5em;
    border-bottom: 0.08em solid #B5B5B5;
    margin-bottom: 1.8em;
  }
  .integration__title {
    font-size: 2.2em;
  }
  .integration__list_item, .integration__main-img {
    border-radius: 1.2em;
  }
  .integration__wrap {
    gap: 0.9em;
  }
  .integration__main-img img {
    max-height: unset;
    height: 42em;
  }
  .integration__icon {
    width: 1.7em;
    height: 1.4em;
  }
  .integration .split-icon {
    width: 4.4em;
    height: 4.4em;
  }
  .integration__text {
    font-size: 0.9em;
  }
  .integration__accent_text {
    border-radius: 1.1em;
    padding: 2.2em 2.1em;
    font-size: 1.5em;
  }
  .integration__accent_text p {
    max-width: 13em;
  }
  .integration__list {
    gap: 0.9em;
  }
  .integration__list_item {
    padding: 1.1em;
    gap: 1.1em;
  }
  .integration__list_text {
    font-size: 0.8em;
  }
  .integration .vertical-list {
    grid-template-rows: 11em 11em;
  }
  .integration .vertical-list .image {
    max-width: 6.6em;
    height: 4.2em;
    width: 4em;
  }
  .integration .vertical-list .item:last-child {
    padding: 1.4em 0.7em 0.5em;
  }
  .integration .horizontal-list .image {
    width: 3.7em;
  }
  .integration .horizontal-list {
    transform: translateY(0.9em);
  }
  .integration__simple_text1 {
    transform: translateY(0.5em);
  }
  .integration__simple_text2 {
    max-width: 13.2em;
  }
}
@media screen and (max-width: 1024px) {
  .integration {
    padding: 100px 0;
  }
  .integration .split-icon {
    width: 60px;
    height: 60px;
  }
  .integration__wrap, .integration__list {
    gap: 9px;
  }
  .integration__simple_text1, .integration .horizontal-list {
    font-size: 14px;
  }
  .integration__list_text {
    font-size: 12px;
  }
  .integration .vertical-list {
    grid-template-rows: 1fr 1fr;
  }
  .integration .vertical-list .image {
    max-width: 83px;
    height: 52px;
  }
  .integration__simple_text2 p {
    position: relative;
  }
  .integration__list_item {
    gap: 5px;
    padding: 14px;
    min-height: 100px;
  }
  .integration .horizontal-list .image {
    width: 47px;
    height: 52px;
  }
  .integration__simple_text1, .integration .horizontal-list {
    transform: none;
  }
  .integration .horizontal-list {
    grid-column: 2/4;
    grid-row: 3;
    transform: translateY(0);
  }
  .integration__main-img {
    grid-area: 1/2/3/2;
  }
  .integration .vertical-list {
    grid-row: 1/2;
    grid-column: 3;
  }
  .integration__accent_text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    grid-column: 1;
    grid-row: 1/3;
    height: 100%;
  }
  .integration__main-img img {
    height: 525px;
    max-height: 525px;
  }
}
@media screen and (max-width: 734px) {
  .integration {
    padding: 90px 0;
  }
  .integration .split-icon {
    width: 38px;
    height: 37px;
  }
  .integration__wrap {
    grid-template-columns: 40% 58%;
    gap: 25px 9px;
  }
  .integration .horizontal-list, .integration__accent_text, .integration__simple_text1 {
    grid-column: 1/-1;
  }
  .integration__list_item {
    min-height: 84px;
  }
  .integration__accent_text {
    grid-row: unset;
    padding: 20px;
  }
  .integration__accent_text p {
    max-width: 263px;
    text-align: center;
  }
  .integration .vertical-list {
    grid-row: 1;
    grid-column: 1;
  }
  .integration__simple_text2 {
    grid-column: 1;
    grid-row: 2;
  }
  .integration__main-img img {
    height: 456px;
    max-height: 456px;
  }
  .integration .horizontal-list {
    grid-row: 5;
  }
  .integration .integration__simple_text p {
    font-size: 14px;
  }
  .integration .vertical-list .image {
    max-width: 76px;
    height: 47px;
  }
}
@media screen and (max-width: 476px) {
  .integration__main-img img {
    height: auto;
    max-height: unset;
  }
}

.footer__content-subtitle {
  margin: 0 auto 2.5em;
  max-width: 25.3125em;
}

.remodal-wrapper {
  background: rgba(1, 1, 1, 0.24);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.bd-popup {
  border-radius: 3px;
}
.bd-popup .remoda-custom-wrapper {
  grid-template-columns: 60% 42%;
  grid-template-rows: unset;
}
.bd-popup .remodal-thumbnail {
  height: 90%;
}
.bd-popup .remodal-thumbnail img {
  object-fit: contain;
}

.hbspt-form form fieldset.form-columns-1:nth-last-of-type(2) input {
  margin-bottom: 0;
}

.hbspt-form input[type=submit], form input[type=submit] {
  margin: 0;
}

/** Media **/
@media screen and (max-width: 1024px) {
  .remodal-title {
    line-height: 1.2;
  }
  .form-columns-2 .hs_firstname {
    margin-right: 10px;
  }
  .hbspt-form fieldset.form-columns-2 .hs-form-field {
    float: left !important;
    width: 48% !important;
  }
}
@media screen and (max-width: 734px) {
  .footer__content-subtitle {
    margin: 0 auto 30px;
  }
}

/*# sourceMappingURL=home-2025.css.map */
