.block-cards-v1 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.container-v1 {
  width: 1232px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.block-title-v1 {
  width: 100%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-title-v1 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-title-v1-main {
  color: #e9e9e9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.block-title-v1-desc {
  color: #9b9c9e;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  display: none;
}

.block-title-v1-desc.hidden {
  display: none;
}

.cards-v1-cards {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.cards-v1-element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0%;
  display: flex;
  position: relative;
  box-shadow: 3px -3px 16px -8px rgba(255, 255, 255, .12);
}

.cards-v1-cover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cards-v1-content {
  width: 100%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(15, 24, 32, 0), rgba(15, 24, 32, .75));
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cards {
  width: 100%;
  color: #f6f6f6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.cards-v1-element-desc {
  width: 100%;
  opacity: 0;
  color: #f6f6f6;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  display: block;
  overflow: hidden;
}

.text-link-v1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-link-v1-text {
  color: #e0e0e1;
  font-size: 14px;
  font-weight: 600;
}

.vectors-wrapper {
  width: 14px;
  height: 14px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards-v1-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 8px;
}

.body {
  font-family: Inter, sans-serif;
}

.block-features-v1 {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.container-v1-2 {
  width: 1232px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.block-title-v1-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-title-v1-2 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-title-icon-dark-left {
  object-fit: cover;
}

.features-v1-features {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-v1-element {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .04);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.features-v1-element:hover {
  transform: translate(0, -16px);
}

.features-v1-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .5;
  border-radius: 128px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .3s;
  display: flex;
}

.features-v1-icon._1st-item {
  background-color: #9b51e0;
}

.features-v1-icon._2nd-item {
  background-color: #0095ff;
}

.features-v1-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.features-v1-content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all .3s;
  display: flex;
}

.features-v1-title {
  width: 100%;
  height: 51.2px;
  color: #f6f6f6;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.block-title-icon-dark-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-v2-element {
  width: 25vw;
  opacity: 1;
  cursor: auto;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.card-v2-cover {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
  padding-top: 100%;
  overflow: visible;
}

.primary-button-v1 {
  width: auto;
  height: 44px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0095ff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.primary-button-v1:hover {
  transform: translate(0, -8px);
}

.card-v2-mask {
  width: 25%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.card-v2-arrow-left {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 48px;
  left: 96px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.block-title-icon-light-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.main-title-v2 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-v2-content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 16px;
  display: flex;
}

.vectors-wrapper-8 {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link-v2 {
  height: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 1;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.block-title-v2-desc {
  width: 100%;
  color: #49494d;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  display: block;
}

.block-title-v2-desc.hidden {
  display: none;
}

.card-v2-arrow-icon {
  color: #636367;
  margin: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.cards-v2-title {
  color: #2c2d31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.primary-button-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.primary-button-text.g800 {
  color: #2c2d31;
  margin-bottom: 0;
}

.cards-v2-desc {
  color: #636367;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.card-v2-element-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .75;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  transform: scale(.9);
}

.cards-v2-slide-nav {
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px 4px;
  font-size: 8px;
  line-height: 0;
  display: block;
  position: relative;
}

.block-cards-v2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 86px;
  display: none;
  position: relative;
  overflow: hidden;
}

.block-title-v2 {
  width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-button-icon {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-title-v2-main {
  color: #2c2d31;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.card-v2-arrow-right {
  width: 48px;
  height: 48px;
  opacity: 1;
  background-color: #fff;
  border-radius: 48px;
  right: 96px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.text-link-2-text {
  color: #2c2d31;
  font-weight: 600;
}

.categoru-badge-v1-2 {
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e7a261;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.post-details-v1 {
  width: 100%;
  height: 160px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 0 0 75%;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.posts-v1-posts {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-posts-v1 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.posts-v1-category-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.posts-v1-element {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.posts-v1-title {
  color: #2c2d31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  transition: all .3s;
}

.posts-v1-image {
  max-height: 100%;
  min-height: auto;
  min-width: auto;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.posts-v1-date {
  color: #7f8082;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 160%;
}

.posts-v1-category {
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #32c7c8;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.date-category-v1 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.posts-v1-cover {
  height: 100%;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 0 25%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-features-v2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
  padding-bottom: 96px;
  display: none;
}

.container-v1-4 {
  width: 1232px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.features-v2-features {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.features-v2-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.features-v2-image {
  width: auto;
  height: 48px;
  max-width: none;
  object-fit: contain;
}

.footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #9b9c9e;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: padding .3s, color .3s;
  display: flex;
}

.footer-link:hover {
  color: #0095ff;
  padding-left: 4px;
}

.footer-bottom-col-2 {
  width: 100%;
  max-width: 260px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-top-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(255, 255, 255, .04);
  border-radius: 16px;
  flex-direction: column;
  align-self: auto;
  margin-bottom: 0;
  display: flex;
}

.container-footer {
  width: 1232px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.footer-widget-about {
  color: #7f8082;
  margin-bottom: 0;
}

.white-buttonv-v1 {
  height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2c2d31;
  background-color: #f6f6f6;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.white-buttonv-v1:hover {
  opacity: .75;
  transform: translate(0, -8px);
}

.footer-social-link {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .75;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.footer-social-link:hover {
  opacity: 1;
}

.footer-address {
  color: #7f8082;
  margin-bottom: 0;
}

.footer-abouts-desc {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-form-textfield {
  height: 44px;
  color: #9b9c9e;
  background-color: #2c2d31;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-form-title {
  color: #9b9c9e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.footer-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-widget-title {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f6f6f6;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

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

.footer-form-success {
  background-color: #0095ff;
  border-radius: 16px;
}

.footer-widget-icon {
  color: #9b9c9e;
}

.footer-copyrights {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-widgets {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(255, 255, 255, .04);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.footer-form-wrappers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121318;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.footer-widget-title-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form-textarea {
  min-height: 96px;
  color: #9b9c9e;
  object-fit: fill;
  background-color: #49494d;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.footer-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-form {
  background-color: #121318;
  margin-bottom: 0;
  padding: 32px;
}

.form-block {
  background-color: rgba(255, 255, 255, .04);
  margin-top: 0;
}

.footer-bottom {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-abouts {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-social-icon {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-image {
  width: 100%;
  height: 48px;
  max-width: none;
  object-fit: cover;
}

.footer-copyright-info {
  color: #f6f6f6;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.footer-developers {
  color: #9b9c9e;
  font-size: 12px;
}

.footer-bottom-col-1 {
  width: 100%;
  max-width: 552px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-col-3 {
  width: 100%;
  max-width: 260px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-text-sm {
  color: #e0e0e1;
  font-size: 14px;
  font-weight: 600;
}

.link-text-sm.g800 {
  color: #2c2d31;
  margin-bottom: 0;
}

.navgation-bar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#121318, rgba(255, 255, 255, 0));
  display: block;
  position: fixed;
}

.white-buttonv-v1-2 {
  height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2c2d31;
  background-color: #f6f6f6;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.white-buttonv-v1-2:hover {
  opacity: .75;
  transform: translate(0, -4px);
}

.image {
  height: 48px;
  max-width: none;
}

.vectors-wrapper-7 {
  width: 16px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed {
  display: none;
}

.navbar-links {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar-links-li.qpay {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navbar-menu-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar-link {
  height: 80px;
  color: #fff;
  letter-spacing: .25px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navbar-link:hover {
  color: #0095ff;
}

.navbar-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-container {
  width: 1232px;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.html-embed-2, .html-embed-3, .html-embed-4, .html-embed-5, .icon-3, .slide-nav {
  display: none;
}

.slider-slide {
  height: 100%;
  background-image: linear-gradient(rgba(18, 18, 18, .25), #121212 80%), url('../images/d86915ebfc842a818f657b5f192c4ca1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slider-block {
  height: 800px;
}

.slider-paragraph {
  width: 800px;
  opacity: .75;
  color: #f6f6f6;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.slider-container {
  width: 100%;
  height: 100%;
  max-width: 1232px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.real-slider {
  height: 100%;
}

.left-arrow {
  background-image: none;
  display: block;
}

.mask {
  height: 100%;
}

.right-arrow {
  background-image: none;
  display: block;
}

.fa-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.slider-title {
  width: 800px;
  color: #e9e9e9;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.slider-button {
  width: auto;
  height: 44px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0095ff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.slider-button:hover {
  opacity: .75;
  transform: translate(0, -8px);
}

.slider-button-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.slider-button-text.g800 {
  color: #2c2d31;
  margin-bottom: 0;
}

.form-success-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
}

.back-to-top {
  z-index: 10;
  width: 48px;
  height: 48px;
  background-color: #0095ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-right: 32px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.back-to-top-arrow {
  color: #fff;
  text-transform: none;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .navbar-links {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .navbar-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-container {
    max-width: 728px;
  }

  .navbar-menu-button {
    padding: 12px;
  }

  .navbar-menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-links {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .block-cards-v1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-v1 {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .block-title-icon-dark {
    display: none;
  }

  .block-title-v1-main {
    width: 100%;
    font-size: 24px;
    line-height: 140%;
  }

  .block-title-v1-desc {
    width: 100%;
    font-size: 14px;
  }

  .cards-v1-cards {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cards-v1-cover {
    width: 100%;
  }

  .cards-v1-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 4px;
    padding: 16px;
  }

  .cards {
    font-size: 18px;
  }

  .cards-v1-element-desc {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    display: none;
  }

  .text-link-v1 {
    display: none;
  }

  .cards-v1-image {
    width: 100%;
    border-radius: 4px;
  }

  .block-features-v1 {
    padding-top: 49px;
    padding-bottom: 48px;
  }

  .container-v1-2 {
    width: 100%;
  }

  .block-title-icon-dark-left {
    display: none;
  }

  .features-v1-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features-v1-element {
    height: auto;
    padding: 16px;
  }

  .features-v1-title {
    height: 38.4px;
    font-size: 12px;
  }

  .block-title-icon-dark-right {
    display: none;
  }

  .card-v2-element {
    width: 100%;
  }

  .card-v2-cover {
    width: 100%;
    height: auto;
  }

  .primary-button-v1 {
    padding-right: 16px;
    position: relative;
  }

  .card-v2-mask {
    width: 75vw;
  }

  .card-v2-arrow-left {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    padding-bottom: 9px;
    left: 16px;
  }

  .block-title-icon-light-right {
    display: none;
  }

  .card-v2-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-link-v2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: none;
  }

  .block-title-v2-desc {
    margin-bottom: 0;
    font-size: 14px;
  }

  .card-v2-arrow-icon {
    font-size: 8px;
    line-height: 8px;
  }

  .cards-v2-title {
    font-size: 16px;
  }

  .primary-button-text {
    margin-bottom: 0;
    font-size: 12px;
  }

  .primary-button-text.g800 {
    color: #2c2d31;
    font-size: 12px;
  }

  .cards-v2-desc {
    font-size: 14px;
  }

  .cards-v2-slide-nav {
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 8px;
  }

  .block-cards-v2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .block-title-v2 {
    width: 100%;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .block-title-v2.px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-button-icon {
    width: 12px;
    height: 12px;
  }

  .block-title-v2-main {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .card-v2-arrow-right {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    right: 16px;
  }

  .block-title-icon-light-left {
    display: none;
  }

  .post-details-v1 {
    height: auto;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .posts-v1-posts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .block-posts-v1 {
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
  }

  .posts-v1-category-text {
    font-size: 12px;
  }

  .posts-v1-element {
    flex-direction: column;
  }

  .posts-v1-title {
    font-size: 16px;
  }

  .posts-v1-image {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
  }

  .date-category-v1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .posts-v1-cover {
    width: 100%;
  }

  .block-features-v2 {
    padding-top: 32px;
    padding-bottom: 32px;
    display: none;
  }

  .container-v1-4 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .features-v2-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .features-v2-element {
    width: auto;
    height: auto;
  }

  .features-v2-image {
    width: 100%;
    height: 48px;
    object-fit: contain;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-bottom-col-2 {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-top-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(255, 255, 255, .04);
    border-radius: 12px;
    flex-wrap: nowrap;
    padding: 16px;
  }

  .container-footer {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-widget-about {
    font-size: 12px;
    line-height: 160%;
  }

  .white-buttonv-v1 {
    width: auto;
    height: 40px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #2c2d31;
    border-radius: 4px;
    flex: 0 auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .footer-address, .footer-form-textfield {
    font-size: 12px;
  }

  .footer-form-title, .footer-widget-title {
    font-size: 18px;
  }

  .footer-copyrights {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-widgets {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: 12px;
    flex-direction: column;
    padding: 16px;
  }

  .footer-form-wrappers {
    width: auto;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    justify-items: start;
    display: flex;
  }

  .section-footer {
    max-width: none;
    background-color: #121212;
    padding-top: 48px;
    padding-bottom: 48px;
    display: block;
  }

  .footer-form-textarea {
    font-size: 12px;
  }

  .footer-links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-abouts {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-logo-image {
    height: 32px;
  }

  .footer-copyright-info {
    width: 100%;
    font-size: 12px;
    display: block;
  }

  .footer-developers {
    font-size: 10px;
  }

  .footer-bottom-col-1, .footer-bottom-col-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-text-sm {
    margin-bottom: 0;
    font-size: 14px;
  }

  .link-text-sm.g800 {
    color: #2c2d31;
    font-size: 12px;
  }

  .navgation-bar {
    height: 64px;
    border: 0 rgba(0, 0, 0, 0);
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .white-buttonv-v1-2 {
    width: auto;
    height: 40px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: #2c2d31;
    border-radius: 4px;
    flex: 0 auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .image {
    height: 24px;
  }

  .vectors-wrapper-7 {
    width: 12px;
    height: 12px;
  }

  .navbar-menu-button-close {
    width: 24px;
    height: 24px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 14px;
    display: none;
  }

  .navbar-links {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }

  .navbar-links-li {
    width: 100%;
    height: 48px;
    border-bottom: 1px #000;
    flex-direction: row;
    align-items: center;
    padding: 0 16px;
    display: flex;
    position: static;
  }

  .navbar-links-li.qpay {
    height: 44px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 16px;
    display: flex;
  }

  .navbar-menu-wrapper {
    background-color: rgba(18, 19, 24, .7);
    padding: 16px;
    position: absolute;
    top: 40px;
  }

  .navbar-menu-button-burger {
    color: #fff;
    display: block;
  }

  .navbar-link {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
    font-size: 12px;
    display: block;
  }

  .navbar-container {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-menu-button {
    border-radius: 4px;
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 14px;
    display: flex;
    position: relative;
  }

  .navbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    padding: 0;
  }

  .slider-slide {
    background-image: linear-gradient(rgba(18, 19, 24, .25), #121318), url('../images/d86915ebfc842a818f657b5f192c4ca1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slider-block {
    height: 480px;
  }

  .slider-paragraph {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .slider-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .real-slider {
    height: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slider-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 140%;
  }

  .slider-button {
    padding-right: 16px;
    position: relative;
  }

  .slider-button-text {
    margin-bottom: 0;
    font-size: 12px;
  }

  .slider-button-text.g800 {
    color: #2c2d31;
    font-size: 12px;
  }
}

#w-node-_49348a62-e526-0420-dc9d-b049740eafb1-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafb3-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafb7-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafb9-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafbb-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafbf-4738d6bc {
  justify-self: center;
}

#Message.w-node-_16e9808a-65bf-2566-0bc4-83e406b0361c-4738d6bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_16e9808a-65bf-2566-0bc4-83e406b0361d-4738d6bc {
  grid-area: 3 / 2 / 4 / 2;
  align-self: auto;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_49348a62-e526-0420-dc9d-b049740eafb3-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafb7-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafb9-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafbb-4738d6bc, #w-node-_49348a62-e526-0420-dc9d-b049740eafbf-4738d6bc {
    justify-self: center;
  }

  #Full-name.w-node-_16e9808a-65bf-2566-0bc4-83e406b03619-4738d6bc {
    order: -9999;
    align-self: auto;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}