@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --with: 26vw;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ededed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 120px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.column {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-style {
  object-fit: cover;
  width: auto;
  min-width: 19px;
  height: 19px;
  min-height: 19px;
  display: block;
  overflow: hidden;
}

.frame-style.logo {
  min-width: 24px;
  min-height: 24px;
}

.row-3 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.row-3:where(.w-variant-f42ae399-6350-bd65-78a0-8f49a33c49b2) {
  display: none;
}

.menu-item {
  color: #464646;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.menu-item:where(.w-variant-4c30a29b-dfce-ddf9-b299-7617b9cfb81a) {
  color: #000;
  cursor: default;
}

.menu-item.solutions:visited, .menu-item.blog:visited, .menu-item.contact:visited {
  color: #000;
}

.row-4 {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px 12px 9px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-style:where(.w-variant-f42ae399-6350-bd65-78a0-8f49a33c49b2) {
  display: none;
}

.button-style:hover {
  border-color: #4e4e4e;
}

.button-text {
  color: #040404;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.telegram {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 8px 9px 8px 7px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.telegram:where(.w-variant-f42ae399-6350-bd65-78a0-8f49a33c49b2) {
  display: none;
}

.telegram:hover {
  border-color: #4e4e4e;
}

.language {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 30px;
  padding: 7px 12px 9px 4px;
  text-decoration: none;
  display: flex;
}

.arrow-icon {
  object-fit: cover;
}

.hero {
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  margin-top: 56px;
  padding-top: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  overflow: clip;
}

.column-2 {
  grid-row-gap: 18px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #272727;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
  text-decoration: none;
}

.h1.center {
  text-align: center;
}

.subtitle {
  color: #313131;
  text-shadow: 0 0 4px #00000003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.subtitle.white {
  color: #fff;
}

.row {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-2 {
  grid-column-gap: 10px;
  background-image: radial-gradient(circle at 0 0, #0015ff, #7300ff);
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px 8px;
  text-decoration: none;
  display: flex;
}

.button-style-2.big {
  width: auto;
  padding: 15px 28px 17px;
}

.button-style-2.big.whatsapp {
  background-image: radial-gradient(circle at 0 0, #4f0, #12b89c);
  width: auto;
}

.button-style-2.white {
  background-image: linear-gradient(#fff, #fff);
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.button-text-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.button-text-2.secondar {
  color: #0015ff;
}

.button-text-2.white {
  color: #340bff;
}

.button-style-3 {
  grid-column-gap: 10px;
  border: 1px solid #4a43ff;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px 8px;
  text-decoration: none;
  display: flex;
}

.slider-component {
  width: 414px;
  height: 414px;
  position: relative;
}

.slider-image {
  filter: blur();
  width: 414px;
  height: 414px;
  transition: filter .5s, opacity .5s, transform .5s;
  position: absolute;
}

.slider-image._2 {
  opacity: .5;
  filter: blur(8px);
  width: 262px;
  height: 262px;
  top: -184px;
  left: -94px;
}

.slider-image._3 {
  opacity: .5;
  filter: blur(8px);
  width: 262px;
  height: 262px;
  top: -262px;
  left: 414px;
}

.slider-image._4 {
  opacity: .5;
  filter: blur(8px);
  width: 262px;
  height: 262px;
  top: 262px;
  left: 360px;
}

.container-3 {
  grid-row-gap: 26px;
  background-image: linear-gradient(#c0f0, #3ba5fb14);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 40px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.body {
  color: #313131;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.row-5 {
  grid-column-gap: 40px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.trusted-company {
  grid-column-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 13%;
  text-decoration: none;
  display: flex;
}

.container-5 {
  object-fit: cover;
}

.company-name {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-decoration: none;
}

.container-7 {
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 56px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.h2 {
  text-align: center;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.h2.left {
  text-align: left;
}

.h2.white {
  color: #fff;
  text-shadow: 0 0 10px #0003;
}

.row-6 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-global {
  background-color: #f6f6f6;
  border-radius: 24px;
  flex: 1;
  overflow: hidden;
}

.image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
}

.column-4 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#ffffff75, #fff);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title {
  color: #000;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.description {
  color: #000000ab;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.explore-link {
  grid-column-gap: 2px;
  border-bottom: 1px solid #0015ff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 12px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: #0015ff;
  text-shadow: 0 0 4px #00000003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.column-5 {
  -webkit-backdrop-filter: blur(7.4px);
  backdrop-filter: blur(7.4px);
  background-image: linear-gradient(#ffffff75, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
}

.services {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #f4f4ff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 56px 120px 28px;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.services.animation {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding-left: 120px;
  padding-right: 120px;
}

.services.info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.products-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f4f4ff;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.product-container {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 220px;
  text-decoration: none;
  display: flex;
}

.frame-50 {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  overflow: hidden;
}

.rectangle {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.frame-51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navigation {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navigation-item {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.vector-4 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #000;
}

.container-8 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.row-9 {
  border: 0 solid #d3d3d3;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 18px;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.h3 {
  color: #000;
  text-shadow: 0 0 4px #00000003;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 41px;
  text-decoration: none;
}

.h3.white {
  color: #fff;
  text-shadow: 0 0 4px #0006;
}

.subtitle-2 {
  color: #313131;
  text-shadow: 0 0 4px #00000003;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.subtitle-2.center {
  text-align: center;
}

.subtitle-2.center.white {
  color: #fff;
  text-shadow: 0 0 4px #0006;
}

.container-9 {
  z-index: 2;
  background-image: linear-gradient(#fff0, #fff);
  width: 100vw;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.final-cta {
  grid-row-gap: 10px;
  background-color: #f4f4ff;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-11 {
  z-index: 1;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-11.large {
  grid-row-gap: 40px;
}

.row-10 {
  grid-column-gap: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 28px;
  text-decoration: none;
  display: flex;
}

.button-text-4 {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.basilwhatsapp-solid {
  object-fit: cover;
  overflow: hidden;
}

.footer {
  grid-row-gap: 25px;
  background-color: #fff;
  border: 1px solid #ededed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 120px 0;
  text-decoration: none;
  display: flex;
}

.row-11 {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  text-decoration: none;
  display: flex;
}

.column-7 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-12 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-style-2 {
  object-fit: cover;
  overflow: hidden;
}

.brand-name {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 89.2544px;
  height: 13.554px;
  text-decoration: none;
  display: flex;
}

.description-3 {
  color: #464646;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.row-13 {
  grid-column-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.row-14 {
  grid-column-gap: 70px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-8 {
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  color: #a7a7a7;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.item {
  color: #464646;
  text-overflow: ellipsis;
  word-break: break-all;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.column-9 {
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.column-10 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.column-11 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 141px;
  text-decoration: none;
  display: flex;
}

.location {
  color: #464646;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.row-15 {
  grid-column-gap: 11px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link {
  color: #464646;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.language-option-2 {
  color: #8c8c8c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.row-16 {
  border-top: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 28px;
  text-decoration: none;
  display: flex;
}

.copyright {
  color: #b8b8b8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.row-17 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.rectangle-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  padding-left: 120px;
  padding-right: 120px;
}

.vector-5 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #000;
}

.menu-icon {
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 34px;
  height: 34px;
  padding: 7px 4px 9px;
  text-decoration: none;
  display: none;
}

.union {
  object-fit: cover;
}

.body-2 {
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.services-hero {
  margin-top: 56px;
  padding: 56px 120px;
}

.services-hero.with-bg {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.container-13 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rectangle-5 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.container-14 {
  background-image: linear-gradient(#fff0, #fff);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.products {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.background-section {
  color: #fff;
  background-image: radial-gradient(circle at 0 0, #160924, #0f1238), linear-gradient(270deg, #0000, #00000075);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 120px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-section.vertical {
  flex-flow: column;
}

.title-description {
  z-index: 1;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-description.full {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.subtitle-3 {
  color: #fff;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-6 {
  mix-blend-mode: exclusion;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.flex {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 120px;
  padding-right: 120px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.container-15 {
  grid-column-gap: 20px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-16 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-container {
  background-color: #f5f5f5;
  border-radius: 24px;
  overflow: hidden;
}

.image1212 {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex: 1;
  width: 100%;
  min-width: 100%;
  display: block;
}

.text-container {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style {
  color: #000;
  text-align: center;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.title-style.left {
  text-align: left;
}

.subtitle-4 {
  color: #000000ab;
  text-align: center;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.overlay {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  background-color: #00000047;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.row-18 {
  grid-column-gap: 24px;
  background-color: #fff;
  border: 1px solid #ededed;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px 120px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-12 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-19 {
  grid-column-gap: 2px;
  border-style: undefined;
  border-width: 0 0 1px;
  border-color: undefined;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.link-text-2 {
  text-shadow: 0 0 4px #00000003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.arrow-icon-2 {
  object-fit: cover;
}

.row-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.container-18 {
  grid-column-gap: 10px;
  background-color: #f5f5f5;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.text-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #000;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.rectangle-7 {
  object-fit: cover;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 1px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.div-block {
  border-right: 1px solid #ededed;
  height: 100%;
}

.close-icon, .navigation-elements {
  display: none;
}

.row-21 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.back {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.frame-87 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 3px 4px;
  text-decoration: none;
  display: flex;
}

.vector-6 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #000;
}

.menu-item-2 {
  color: #464646;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.image-4 {
  z-index: 0;
  box-sizing: border-box;
  object-fit: contain;
  object-position: 50% 50%;
  height: auto;
  position: absolute;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 400px;
}

.hover-info-animation {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 60vh;
  display: flex;
}

.solution {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 5%;
  height: 100%;
  position: relative;
}

.column-13 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-3 {
  color: #fff;
  text-shadow: 0 0 4px #00000040;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.description-4 {
  color: #ffffffab;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.description-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-5 {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 1;
  width: 100%;
  padding: 32px;
  position: relative;
}

.container-19 {
  background-image: linear-gradient(#0b0514 0%, #0c0b28 100%);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  padding: 64px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-20 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.description-6 {
  color: #ffffffab;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.description-6.all-center {
  text-align: center;
}

.container-21 {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.container-22 {
  grid-column-gap: 10px;
  background-color: #ffffff1a;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.description-7 {
  color: #ffffffab;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-style-4 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px 8px;
  text-decoration: none;
  display: flex;
}

.button-text-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-8 {
  object-fit: contain;
  display: block;
}

.standart-wrapper {
  width: 50%;
}

.image-6 {
  width: 100px;
  height: 100px;
}

.step-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 152px;
  padding: 26px 16px;
}

.title-and-desctription {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.line-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.line {
  border-bottom: 2px dashed #006eff;
  border-left: 2px dashed #006eff;
  border-radius: 0 0 0 12px;
  width: 50%;
  height: 60px;
}

.div-block-3 {
  border: 0 dashed #006eff;
  border-top-width: 2px;
  width: 40px;
  height: 95px;
  margin-top: 58px;
  display: flex;
}

.div-block-3.full {
  border-top-width: 0;
  border-bottom-width: 0;
  flex-flow: column;
  height: 152px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 2px;
}

.div-block-3.full.right {
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 4px;
}

.div-block-3.full.left {
  height: 76px;
}

.div-block-4 {
  border-right: 2px dashed #006eff;
  width: 50%;
  height: 100%;
  padding-left: 0;
}

.div-block-4.fill.right {
  border-bottom: 2px dashed #006eff;
  border-left: 2px dashed #006eff;
  border-right-width: 0;
}

.div-block-4.fill.left {
  border-top: 2px dashed #006eff;
}

.div-block-4.fill.left.right {
  border-top-width: 0;
  border-bottom-width: 0;
}

.div-block-4.fill.left.down {
  border-top-width: 0;
  border-bottom: 2px dashed #006eff;
  border-radius: 0 0 12px;
}

.container-23 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 120px;
  text-decoration: none;
  display: flex;
}

.rectangle-9 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}

.container-24 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.description-8 {
  color: #000000ab;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.title-style-4 {
  color: #000;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.container-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  height: auto;
  padding: 120px;
  text-decoration: none;
  display: grid;
}

.container-25._3 {
  grid-template-columns: 1fr 1fr;
}

.container-26 {
  background-color: #f5f5f5;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-26.service {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.column-14 {
  z-index: 1;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #f5f5f55c;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-4 {
  color: #000;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.description-9 {
  color: #000000ab;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.image-7 {
  object-fit: contain;
  width: 40%;
}

.image-7.bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.image-8 {
  width: 20px;
  height: 20px;
}

.flex-block-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.frame-103 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.description-10 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 4px #00000003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-102 {
  object-fit: cover;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-9 {
  width: 50%;
  height: 100%;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 32px;
  padding-right: 120px;
}

.code-embed {
  width: 100%;
  height: 100%;
  padding: 100px 30px;
}

.code-embed-2 {
  width: 100%;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.frame-59 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #000;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.title-style-5 {
  color: #313131;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.blog-item-wrapper {
  grid-row-gap: 10px;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 480px;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(7.4px);
  backdrop-filter: blur(7.4px);
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.paragraph {
  color: #ffffffab;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-style-5 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px 8px;
  text-decoration: none;
  display: flex;
}

.button-text-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.image-blog {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.empty-state {
  background-color: #ddd0;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch flex-start;
  place-items: stretch stretch;
  padding-left: 120px;
  padding-right: 120px;
  display: inline-flex;
}

.collection-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  height: 30vh;
}

.contacts {
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  text-decoration: none;
  display: flex;
}

.frame-127 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-117 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.frame-116 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icbaseline-phone {
  object-fit: cover;
  overflow: hidden;
}

.frame-124 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.contact-detail {
  color: #464646;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.contact-detail-2 {
  color: #464646;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.rectangle-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.frame-128 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-129 {
  grid-row-gap: 12px;
  border: 1px solid #0d0d0d1a;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  color: #000;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.input-field {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 59px;
  display: flex;
}

.label-text {
  color: #0d0d0da6;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.field {
  background-color: #fff;
  border: 1px solid #0d0d0d1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px 12px 8px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 24px;
  text-decoration: none;
  display: flex;
}

.placeholder {
  color: #0d0d0d40;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.input-field-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-style-6 {
  grid-column-gap: 10px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 16px 8px;
  text-decoration: none;
  display: flex;
}

.button-text-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.contact-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}

.code-embed-3 {
  width: 100%;
}

.code-embed-4 {
  height: auto;
  margin-top: 40px;
}

.code-embed-5 {
  flex: 0 auto;
  align-self: auto;
  width: 32px;
  height: 14px;
}

.frame-74 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: flex-start;
  margin-top: 48px;
  text-decoration: none;
  display: grid;
}

.blog-wrapper {
  grid-row-gap: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 480px;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-15 {
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(7.4px);
  backdrop-filter: blur(7.4px);
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-6 {
  color: #fff;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.description-11 {
  color: #ffffffab;
  text-shadow: 0 0 4px #00000003;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-style-7 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px 8px;
  text-decoration: none;
  display: flex;
}

.button-text-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-73 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-73.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 468px;
  height: 480px;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-130 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-74.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 468px;
  height: 480px;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-75 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-75.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 468px;
  height: 480px;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-76 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-76.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 468px;
  height: 480px;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-77 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-77.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 468px;
  height: 480px;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1920px) {
  .header, .hero {
    padding-left: 20%;
    padding-right: 20%;
  }

  .button-style-2.white {
    text-align: center;
  }

  .container-3, .container-7, .services {
    padding-left: 20%;
    padding-right: 20%;
  }

  .services.animation {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 0;
    padding-left: 20%;
    padding-right: 20%;
  }

  .row-9 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .h3.white {
    text-align: center;
    width: 100%;
  }

  .final-cta, .footer {
    padding-left: 20%;
    padding-right: 20%;
  }

  .description-3 {
    line-height: 20px;
  }

  .link {
    text-decoration: none;
  }

  .rectangle-4, .services-hero, .background-section {
    padding-left: 20%;
    padding-right: 20%;
  }

  .title-description.full {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex, .row-18 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .image-4 {
    width: 100vw;
    max-width: 100vw;
  }

  .flex-block {
    width: 500px;
  }

  .container-23, .container-25, .container-25._3 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .flex-block-5 {
    padding-right: 20%;
  }

  .code-embed-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .row-3 {
    display: none;
  }

  .menu-item.mobile {
    font-size: 18px;
    line-height: 24px;
  }

  .button-style.menu, .language {
    display: none;
  }

  .language:where(.w-variant-f42ae399-6350-bd65-78a0-8f49a33c49b2) {
    display: flex;
  }

  .hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .row {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .container-3, .container-7, .services {
    padding-left: 32px;
    padding-right: 32px;
  }

  .services.animation {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 32px;
  }

  .row-9, .final-cta, .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .row-11 {
    grid-row-gap: 60px;
    flex-flow: row;
  }

  .column-8, .column-9 {
    display: none;
  }

  .row-15 {
    padding-top: 8px;
  }

  .link.mobile, .language-option-2.mobile {
    font-size: 18px;
    line-height: 30px;
  }

  .rectangle-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon {
    display: flex;
  }

  .menu-icon:where(.w-variant-f42ae399-6350-bd65-78a0-8f49a33c49b2) {
    display: none;
  }

  .services-hero {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-13 {
    height: 32vh;
  }

  .background-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-description {
    width: 100%;
  }

  .flex {
    padding-left: 32px;
    padding-right: 32px;
  }

  .overlay {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .row-18 {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-bottom: 120px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

  .column-12 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row-20 {
    display: flex;
  }

  .div-block {
    display: none;
  }

  .navigation-elements {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    padding: 32px;
    display: flex;
  }

  .nav-link-wrapper {
    border-bottom: 1px solid #dadada;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .nav-link-wrapper.service {
    display: flex;
  }

  .image-3 {
    width: 24px;
    height: 24px;
  }

  .back {
    display: flex;
  }

  .div-block-2 {
    background-color: #0006;
  }

  .container-23 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
    padding: 60px 32px;
  }

  .container-25._3 {
    height: 640px;
  }

  .container-26 {
    flex-flow: column;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .image-7.bg {
    object-fit: cover;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-title-6, .description-11 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .column {
    width: 60%;
  }

  .button-style.menu {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hero {
    flex-flow: column;
  }

  .column-2 {
    z-index: 2;
    position: relative;
  }

  .h1 {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
  }

  .subtitle {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .subtitle.white {
    text-align: left;
  }

  .row {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .button-style-2 {
    flex: 1;
  }

  .button-style-2.big, .button-style-2.big.whatsapp {
    width: 100%;
  }

  .button-style-3 {
    flex: 1;
  }

  .trusted-company {
    min-width: 40%;
  }

  .h2.left {
    font-size: 28px;
    line-height: 32px;
  }

  .row-6 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .description.center {
    text-align: center;
  }

  .services.animation {
    padding-right: 32px;
  }

  .products-list {
    grid-column-gap: 12px;
  }

  .product-container {
    min-width: 200px;
  }

  .row-9 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h3 {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  .h3.white {
    text-shadow: 0 0 4px #0006;
  }

  .h3.center {
    text-align: center;
  }

  .subtitle-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .subtitle-2.center.white {
    text-shadow: 0 0 4px #0006;
  }

  .row-10 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .row-11 {
    grid-column-gap: 40px;
    flex-flow: row;
  }

  .column-6 {
    width: 100%;
  }

  .description-3 {
    line-height: 24px;
  }

  .row-14 {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .column-8, .column-9 {
    display: none;
  }

  .column-10 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .column-11 {
    justify-content: center;
    align-items: flex-end;
  }

  .row-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .row-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .products {
    grid-template-columns: 1fr 1fr;
  }

  .background-section {
    flex-flow: column;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container-15 {
    grid-column-gap: 12px;
  }

  .title-style.left {
    font-size: 18px;
    line-height: 24px;
  }

  .row-18 {
    grid-row-gap: 40px;
    flex-flow: column;
    display: none;
    position: absolute;
  }

  .row-20 {
    display: flex;
  }

  .div-block {
    display: none;
  }

  .nav-link-wrapper.service, .back {
    display: flex;
  }

  .image-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .rectangle-8 {
    object-fit: contain;
    width: 100%;
  }

  .standart-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .step-block {
    order: 9999;
    width: 100%;
  }

  .line-wrapper {
    display: none;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .div-block-3 {
    border-top-width: 0;
    width: 50%;
    height: 24px;
    margin-top: 0;
  }

  .div-block-3.full, .div-block-3.full.left {
    height: 24px;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-4.fill {
    order: -9999;
  }

  .div-block-4.fill.right {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 2px;
  }

  .div-block-4.fill.left, .div-block-4.fill.left.right {
    display: none;
  }

  .div-block-4.fill.left.down {
    border-bottom-width: 0;
    border-radius: 0;
    display: flex;
  }

  .container-23 {
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 60px;
  }

  .container-25._3 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .container-26 {
    justify-content: space-between;
    align-items: center;
  }

  .container-26.service {
    padding-top: 100px;
  }

  .column-14 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-7 {
    object-fit: contain;
  }

  .image-7.bg {
    object-fit: cover;
  }

  .frame-103 {
    grid-row-gap: 7px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-9 {
    display: none;
  }

  .flex-block-5 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-2, .frame-59 {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .contacts {
    order: 9999;
    width: 100%;
  }

  .contact-details {
    flex-flow: column;
  }

  .frame-74 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header {
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .row-3, .button-style {
    display: none;
  }

  .button-style.menu {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
  }

  .language {
    display: none;
  }

  .hero {
    flex-flow: column;
    margin-top: 80px;
  }

  .column-2 {
    z-index: 2;
    position: relative;
  }

  .h1 {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
  }

  .subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .subtitle.white {
    text-align: center;
  }

  .row {
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .button-style-2, .button-style-2.big, .button-style-2.big.whatsapp {
    width: 100%;
  }

  .button-style-3 {
    background-color: #fff;
    width: 100%;
  }

  .slider-component, .slider-image._1 {
    width: 320px;
    height: 320px;
  }

  .slider-image._2 {
    top: -262px;
    left: -262px;
  }

  .slider-image._3 {
    top: -262px;
    left: 320px;
  }

  .slider-image._4 {
    top: 320px;
    left: 320px;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .trusted-company {
    min-width: 60%;
  }

  .container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .h2.left {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .row-6 {
    flex-flow: column;
  }

  .section-title {
    font-size: 18px;
    line-height: 24px;
  }

  .services, .services.animation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-list {
    grid-column-gap: 12px;
  }

  .product-container {
    width: 100%;
    min-width: 150px;
  }

  .container-8 {
    height: 440px;
  }

  .row-9 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3 {
    flex: 0 auto;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  .subtitle-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .final-cta {
    margin-top: 160px;
    margin-bottom: 160px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .row-10 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row-11 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .description-3 {
    line-height: 24px;
  }

  .row-14 {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .column-10 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .column-11 {
    justify-content: center;
    align-items: flex-start;
  }

  .row-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .row-16 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-icon {
    display: flex;
  }

  .services-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-13 {
    height: 22vh;
  }

  .background-section {
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .background-section.vertical {
    padding-left: 16px;
  }

  .flex {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-15 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .overlay {
    display: none;
  }

  .row-18 {
    z-index: 3;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-bottom: 120px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
    position: absolute;
    inset: 0 0% 0%;
    overflow: scroll;
  }

  .row-20 {
    display: flex;
  }

  .div-block {
    display: none;
  }

  .navigation-elements {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .back {
    grid-column-gap: 4px;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
    overflow: visible;
  }

  .vector-6 {
    width: 24px;
    height: 24px;
  }

  .menu-item-2 {
    line-height: 24px;
  }

  .flex-block {
    flex-flow: column;
    width: 100%;
  }

  .description-6.center {
    text-align: center;
  }

  .container-21 {
    justify-content: center;
    align-items: flex-start;
  }

  .rectangle-8 {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .line-wrapper {
    display: none;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .container-23 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-25 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-25._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .code-embed-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-59 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-2dad9d4a, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-2dad9d4a, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-2dad9d4a, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-2dad9d4a {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-2dad9d4a {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-2dad9d4a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-2dad9d4a {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-9d337406, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-9d337406, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-9d337406, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-9d337406 {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-9d337406 {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-9d337406 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-9d337406 {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-6ab70d7d, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-6ab70d7d, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-6ab70d7d, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-6ab70d7d {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-6ab70d7d {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-6ab70d7d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-6ab70d7d {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-6e91b540, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-6e91b540, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-6e91b540, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-6e91b540 {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-6e91b540 {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-6e91b540 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-6e91b540 {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-83bdc6d7, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-83bdc6d7, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-83bdc6d7, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-83bdc6d7 {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-83bdc6d7 {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-83bdc6d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-83bdc6d7 {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-037c7463, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-037c7463, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-037c7463, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-037c7463 {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-037c7463 {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-037c7463 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-037c7463 {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-04b53c8e, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-04b53c8e, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-04b53c8e, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-04b53c8e {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-04b53c8e {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-04b53c8e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-04b53c8e {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-0384e045, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-0384e045, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-0384e045, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-0384e045 {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-0384e045 {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-0384e045 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-0384e045 {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-64f809c5, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-64f809c5, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-64f809c5, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-64f809c5 {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-64f809c5 {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-64f809c5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-64f809c5 {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-9fbf30bb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-9fbf30bb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-9fbf30bb, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-9fbf30bb {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-9fbf30bb {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-9fbf30bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-9fbf30bb {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-39a182fb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-39a182fb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-39a182fb, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-39a182fb {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-39a182fb {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-39a182fb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-39a182fb {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-cc038be6, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-cc038be6, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-cc038be6, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-cc038be6 {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-cc038be6 {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-cc038be6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-cc038be6 {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-64ff831c, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-64ff831c, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-64ff831c, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-64ff831c {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-64ff831c {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-64ff831c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-64ff831c {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-2a769adf, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-2a769adf, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-2a769adf, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-2a769adf {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-2a769adf {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-2a769adf {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-2a769adf {
  align-self: stretch;
}

#w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-c8d4d328, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-c8d4d328, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-c8d4d328, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-c8d4d328 {
  place-self: stretch stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6bd9-c8d4d328 {
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be0-c8d4d328 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_652147a3-2587-1641-7f8f-c957242b6be7-c8d4d328 {
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-2dad9d4a, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-2dad9d4a, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-2dad9d4a, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-2dad9d4a, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-9d337406, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-9d337406, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-9d337406, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-9d337406, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-6ab70d7d, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-6ab70d7d, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-6ab70d7d, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-6ab70d7d, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-6e91b540, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-6e91b540, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-6e91b540, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-6e91b540, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-83bdc6d7, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-83bdc6d7, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-83bdc6d7, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-83bdc6d7, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-037c7463, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-037c7463, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-037c7463, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-037c7463, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-04b53c8e, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-04b53c8e, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-04b53c8e, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-04b53c8e, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-0384e045, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-0384e045, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-0384e045, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-0384e045, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-64f809c5, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-64f809c5, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-64f809c5, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-64f809c5, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-9fbf30bb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-9fbf30bb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-9fbf30bb, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-9fbf30bb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-39a182fb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-39a182fb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-39a182fb, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-39a182fb, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-cc038be6, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-cc038be6, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-cc038be6, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-cc038be6, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-64ff831c, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-64ff831c, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-64ff831c, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-64ff831c, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-2a769adf, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-2a769adf, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-2a769adf, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-2a769adf, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f0-c8d4d328, #w-node-e77cc8ee-fd22-bb43-1267-592636a384f7-c8d4d328, #w-node-e77cc8ee-fd22-bb43-1267-592636a384fe-c8d4d328, #w-node-e77cc8ee-fd22-bb43-1267-592636a38505-c8d4d328 {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}