:root {
  --light-green: #aeb491;
  --white: white;
  --yellow: #e7ca56;
  --black: black;
  --dark-green: #3f413c;
  --purple-blured: #1a181ce6;
  --dark-purple: #1c1a1e;
}

h2 {
  color: var(--light-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uafsans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.page-wr {
  overflow: clip;
}

.header {
  z-index: 999;
  margin-top: 18px;
  position: absolute;
  inset: 0% 0% auto;
}

._1-main {
  color: #fff;
  font-family: Uafsans, sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

._1-section {
  padding-left: 40px;
  padding-right: 40px;
}

._1-section.is-black-bg {
  background-color: #000;
}

._1-section.is-hero {
  background-image: linear-gradient(0deg, #000, #0000 41%), url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a98f558c36c2884fdda36b_999%202%20(2).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: clip;
}

._1-section.is-about {
  z-index: 2;
  text-align: center;
  position: relative;
}

._1-section.is-stage {
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69ae8ff089594876177607cf_web%20(1).svg");
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 100px;
}

._1-section.is-cta {
  color: #000;
  background-color: #e7ca56;
  background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a84532da309600b97b8576_logo-black.svg"), url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a84532da309600b97b8576_logo-black.svg"), url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a84532da309600b97b8576_logo-black.svg");
  background-position: 110% 10%, -10% 10%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 355px, 355px, 555px;
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
}

._1-section.is-position {
  z-index: 5;
  position: relative;
}

._1-section.is-add {
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
}

._1-section.is-cta2 {
  padding-top: 114px;
  padding-bottom: 30px;
}

._1-section.is-faq {
  padding-top: 35px;
  padding-bottom: 50px;
}

._1-section.is-gallery {
  background-image: linear-gradient(0deg, #000, #fff 52%);
}

._1-container {
  max-width: 1200px;
}

._1-container.ied {
  width: 100%;
  position: relative;
}

._1-hero-subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

._1-hero-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-accent-yellow {
  color: #e7ca56;
}

._1-hero-button {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-align: center;
  text-transform: uppercase;
  background-color: #d5d5d508;
  border: 1px solid #ffffff24;
  border-radius: 999px;
  padding: 20px 70px;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  box-shadow: inset 0 0 12px #ededed1a;
}

._1-hero-button.is-thadsd {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  white-space: nowrap;
  background-color: #e7ca56;
  justify-content: center;
  align-items: center;
  padding-left: 49px;
  padding-right: 49px;
  font-size: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

._1-hero-button.is-thadsd:hover {
  color: #fff;
  background-color: #666c56;
}

.nav-menu {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #d5d5d50d;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  justify-content: space-between;
  align-items: stretch;
  padding: 4px;
  display: flex;
  box-shadow: 0 0 12px #ededed1a;
}

.nav-menu-body {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.nav-menu-body.is-right {
  justify-content: flex-end;
  align-items: stretch;
}

.nav-link {
  color: #ffffff73;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Uafsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.nav-link:hover {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #54545433;
  border-color: #fff3;
  box-shadow: inset -3px -2px 10px #0303031a, inset 3px 2px 10px #0303031a;
}

.nav-logo {
  width: 34px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-logo-img {
  width: 100%;
}

._1-about-title {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-size: 60px;
  font-weight: 500;
}

.text-grey {
  color: #bdbdbd;
}

.text-medium {
  font-weight: 500;
}

.about-list {
  z-index: 3;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 65px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.about-item {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.about-item-logo {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 130%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.about-item-content {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  position: relative;
  container-type: inline-size;
}

.about-drone-img {
  width: 38%;
  margin-bottom: 8px;
}

.about-title-text {
  color: #e7ca56;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11cqw;
  font-weight: 700;
  line-height: 1.2;
}

.about-subtitle-text {
  color: #bdbdbd;
  padding-left: 54px;
  padding-right: 54px;
  font-size: 6cqw;
}

.about-circle {
  z-index: 2;
  border: 4px solid #473c11;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.about-circle-inner {
  border: 1px dashed #ffffff59;
  border-radius: 50%;
  position: absolute;
  inset: 2%;
}

._18-24 {
  color: #fff;
  background-color: #000;
}

.mask-center {
  z-index: 1;
  width: 500px;
  height: 70px;
  position: absolute;
  inset: 100% auto auto 50%;
  transform: translate(-50%, -2%);
}

.mask-center.is-black {
  background-color: #000;
}

.mask-center.is-yellow {
  transform-style: preserve-3d;
  background-color: #e7ca56;
  top: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0)translate(-50%, 98%);
}

.mask-center.is-black-top {
  transform-style: preserve-3d;
  background-color: #000;
  top: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0)translate(-50%, 98%);
}

.is-spec {
  z-index: 4;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 110%);
}

.stage-list {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 170px;
  display: flex;
  position: relative;
}

.stage-item {
  aspect-ratio: 5.7 / 1.85;
  max-width: calc(50% - 30px);
  position: relative;
}

.stage-item-mask {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.stage-item-content {
  z-index: 3;
  position: relative;
}

.stage-scale {
  z-index: 2;
  height: 80%;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(-30px, -50%);
}

.stage-progress {
  background-color: #2222221a;
  width: 10px;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.stage-progress-inner {
  transform-origin: 50% 0;
  height: 0%;
  position: relative;
}

.task-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.task-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.task-svg {
  border: 1px solid #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 12.5px;
  display: flex;
}

.cta-title {
  font-size: 30px;
  font-weight: 500;
}

.cta-title.is-rf {
  max-width: 302px;
}

.task-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.task-img {
  z-index: 2;
  max-width: 500px;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.task-form {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
}

._1-form-block {
  margin-bottom: 0;
}

._1-h2 {
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.swiper.is-position {
  z-index: 1;
  margin-top: -21px;
  margin-left: -60px;
  margin-right: -60px;
  padding: 21px 60px 31px;
  position: relative;
  overflow: clip;
}

.swiper.is-gallery {
  margin-left: -40px;
}

.swiper-wrapper {
  display: flex;
}

.swiper-wrapper.is-auto {
  overflow: auto;
}

.position-card {
  width: 392px;
  height: 555px;
  position: relative;
}

.position-card-mask {
  z-index: 1;
  background-image: linear-gradient(41deg, #e7ca5626, #e7ca5654 38%, #e7ca5696 80%, #e7ca56);
  position: absolute;
  inset: 0%;
}

.position-card-mask-2 {
  z-index: 2;
  background-color: #000;
  position: absolute;
  inset: 1px;
}

.position-card-content {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.position-img-wr {
  width: 374px;
  height: 257px;
  margin-bottom: 3px;
  position: relative;
}

.position-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}

.position-title-wr {
  background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a80f15d38396ee3629c601_item.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 148px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.position-subtitle {
  color: #a4a4a4;
  text-align: center;
}

.position-btn {
  color: #a4a4a4;
  text-align: center;
  text-transform: uppercase;
  background-color: #292929;
  border-radius: 999px;
  margin-bottom: -30px;
  padding: 24px 51px;
  font-weight: 500;
  text-decoration: none;
}

.position-img-mask {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.add-list {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.add-item {
  aspect-ratio: 3.8 / 2.23;
  text-align: center;
  position: relative;
}

.add-item-mask {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.add-item-content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 34px 20px;
  display: flex;
  position: relative;
}

.faq-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-trigger {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-content {
  transition: all .6s;
  display: none;
  overflow: clip;
}

.faq-body {
  padding-left: 56px;
  font-size: 16px;
}

.faq-arrow {
  background-color: #000;
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 18px;
  display: flex;
}

.gallery-img {
  width: 556px;
  max-width: none;
  height: 394px;
  margin-right: -26px;
}

.footer-content {
  grid-column-gap: 12px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 28px;
  padding-bottom: 25px;
  display: grid;
}

.footer-link {
  color: #ffffff29;
  text-transform: uppercase;
  font-family: Uafsans, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: #e7ca56;
  text-decoration: underline;
}

.footer-privacy {
  color: #fff;
  font-family: Uafsans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-privacy:hover {
  text-decoration: underline;
}

.footer-privacy.se:hover {
  text-decoration: none;
}

.footer-phone {
  color: #e7ca56;
  font-family: Uafsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.web-bg {
  color: #000;
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a7fe6c753131dfe1fb2cfb_198c6b9741bb371a75af7c8085213956_spider-web.svg");
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
}

.position-next {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #9993;
  border: 1px solid #ffffff0d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(50%, -50%);
  box-shadow: inset -1px -1px 0 -.5px #333, inset 1px 1px 5px -.5px #333, inset 1px 1px 2px -1px #fff, inset 1px 1px 2px -1px #fff, inset 0 0 3px #ffffff80;
}

.position-next:hover {
  background-color: #e7ca56;
  box-shadow: inset 1px 1px 2px -1px #fff, inset 1px 1px 2px -1px #fff, inset 0 0 3px #ffffff80;
}

.positon-body {
  position: relative;
}

.task-item-wr {
  grid-column-gap: 41.5px;
  grid-row-gap: 41.5px;
  flex-flow: column;
  display: flex;
}

.hero-pc-none {
  display: none;
}

.div-block-323 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-depth {
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a98f55d35db38c78d24da4_90%201.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.form-block {
  margin-bottom: 0;
}

.preloader {
  z-index: 1999;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.preloader.hide-preloader {
  display: none;
}

.progress-bar {
  background-color: #222;
  border-radius: 6px;
  width: 90%;
  max-width: 800px;
  overflow: clip;
}

.progress-line {
  background-color: #e7ca56;
  border-radius: 6px;
  width: 100%;
  height: 10px;
  transform: translate(-100%);
}

.image-23 {
  width: 100%;
  max-width: 165px;
  margin-bottom: 88px;
}

.counter-wr {
  color: #e7ca56;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Uafsans, sans-serif;
  font-size: 20px;
  display: flex;
}

.stage-abs-text {
  color: #d8d8d8;
  width: 249px;
  position: absolute;
  inset: 0% auto auto 100px;
}

.stage-abs-text.is-3 {
  inset: auto auto 100px 20px;
}

.stage-abs-text.is-2 {
  text-align: right;
  width: 390px;
  inset: 140px 0% auto auto;
}

.lang-switcher {
  z-index: 1099;
}

.lang-option {
  text-decoration: none;
}

.code-embed-2 {
  display: none;
}

.lang-switcer-hero {
  position: absolute;
  inset: auto 0% 24px auto;
}

.v2-submit-btn.sl {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .main_title.wc {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .main {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 1270px;
    display: flex;
  }

  .head_menu {
    flex-flow: row-reverse;
  }

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

  .main_title {
    max-width: 565px;
  }

  .heading {
    width: 100%;
    max-width: 254px;
  }

  .div-block-2 {
    max-width: 344px;
  }

  .heading-6 {
    margin-top: 64px;
  }

  .modal-open {
    min-height: 400px;
  }

  .div-block-10 {
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .div-block-11, .div-block-13 {
    flex-flow: column;
  }

  .div-block-14 {
    margin-bottom: 64px;
  }

  .heading-9 {
    display: block;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    display: flex;
  }

  .image-8 {
    width: 100%;
    height: 100%;
  }

  .div-block-19 {
    flex: 1;
    margin-left: 24px;
  }

  .image-9 {
    object-fit: cover;
    width: 165px;
    height: 165px;
  }

  .div-block-2-copy {
    max-width: 344px;
  }

  .div-block-20 {
    flex-flow: column;
    margin-top: 64px;
  }

  .div-block-21 {
    max-width: 100%;
  }

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

  .div-block-20-copy {
    flex-flow: column;
  }

  .image-10-copy {
    width: 100%;
  }

  .div-block-27 {
    flex-flow: column;
  }

  .div-block-28 {
    margin-top: 64px;
  }

  .heading-20 {
    letter-spacing: -5px;
    font-size: 140px;
    line-height: 126px;
  }

  .image-12 {
    height: 720px;
    max-height: none;
  }

  .grid {
    grid-template-columns: 50% 50%;
  }

  .div-block-35 {
    border-right-style: none;
  }

  .div-block-37 {
    border-left: 1px solid var(--light-green);
  }

  .div-block-37.is-left-on-tablet {
    border-left-style: none;
  }

  .div-block-38 {
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-38.is-tablet-right {
    border-left-style: solid;
  }

  .div-block-39 {
    border-left: 1px solid var(--light-green);
  }

  .div-block-39.is-left-tablet {
    border-bottom-style: none;
    border-left-style: none;
  }

  .div-block-41 {
    width: 344px;
    min-height: 310px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-41.d-41-hide {
    border-right-style: none;
    width: 100%;
    display: flex;
  }

  .div-block-43 {
    max-width: 344px;
  }

  .heading-25 {
    margin-left: 0;
  }

  .grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    display: flex;
  }

  .div-block-46 {
    border-right-style: none;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .div-block-48 {
    border-top: 1px solid var(--light-green);
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 0;
  }

  .div-block-49 {
    width: 100%;
    max-width: 49%;
    margin-bottom: 30px;
  }

  .text-wrapper {
    margin-bottom: 0;
    display: block;
  }

  .text-wrapper.top-120.tablet-hide {
    display: none;
  }

  .text-wrapper.top-120.top {
    margin-top: 0;
  }

  .div-show-table-mobile {
    display: none;
  }

  .div-block-54 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-55 {
    display: none;
  }

  .div-block-56 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-9-copy {
    display: block;
  }

  .div-block-14-copy {
    max-width: 290px;
    margin-bottom: 64px;
  }

  .heading-9-hide {
    display: none;
  }

  .heading-17-copy {
    max-width: 430px;
  }

  .image-15 {
    object-fit: cover;
    width: 100%;
    max-height: 160px;
  }

  .image-10-copy-copy {
    width: 100%;
  }

  .div-block-46-copy {
    border-right-style: none;
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .div-block-48-copy {
    border-top: 1px solid var(--light-green);
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 0;
  }

  .div-block-218 {
    width: 480px;
    padding: 20px 20px 10px;
  }

  .close-icon {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 20px;
    right: 0;
  }

  .main_title-copy {
    max-width: 565px;
  }

  .dropdown {
    margin-top: 12px;
  }

  .div-block-318, .div-block-319 {
    display: none;
  }

  .anketa-form-grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-320 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .checkbox-label {
    max-width: none;
  }

  .main-privacy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 1270px;
    display: flex;
  }

  ._1-main, .nav-link {
    font-size: 16px;
  }

  ._1-about-title {
    font-size: 45px;
  }

  .task-img {
    max-width: 360px;
  }

  .stage-abs-text {
    display: none;
  }

  .thank-you-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .main {
    min-height: 812px;
  }

  .head_menu {
    display: none;
  }

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

  .button.button-white, .button.button-yellow, .button.button-white, .button.button-yellow {
    text-align: center;
    width: 328px;
  }

  .main_title {
    text-align: center;
    font-size: 56px;
    line-height: 50px;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading {
    text-align: center;
  }

  .div-block-2 {
    max-width: 328px;
    margin-top: 40px;
  }

  .heading-2 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .modern {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .heading-6 {
    margin-top: 48px;
    font-size: 22px;
    line-height: 30px;
  }

  .video {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .modal-open {
    min-height: 300px;
    margin-top: 48px;
  }

  .div-block-9 {
    width: 60px;
    height: 60px;
  }

  .image {
    width: 15px;
    height: 15px;
  }

  .div-block-10 {
    display: none;
  }

  .div-block-10.d-10-mob {
    padding-top: 24px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .heading-7 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
  }

  .image-3 {
    width: 100%;
  }

  .picture-parallax {
    padding-top: 80px;
  }

  .image-5 {
    height: 400px;
    max-height: 400px;
  }

  .marquee-wrapper {
    height: 320px;
    margin-top: 64px;
    font-size: .7em;
  }

  .marquee-item {
    width: 360px;
  }

  .marquee-image {
    width: 360px;
    height: 320px;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .heading-8 {
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-8-copy {
    margin-top: 32px;
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .about-us-pt2 {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .tasks {
    padding-bottom: 80px;
  }

  .div-block-14 {
    margin-bottom: 40px;
  }

  .heading-9 {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
  }

  .div-block-18 {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .div-block-19 {
    display: none;
  }

  .div-block-19.d-19-mob {
    margin-top: 32px;
    margin-left: 0;
    display: block;
  }

  .list-item {
    font-size: 22px;
    line-height: 30px;
  }

  .image-9 {
    width: 88px;
    height: 88px;
  }

  .why {
    margin-bottom: 80px;
  }

  .div-block-2-copy {
    max-width: 328px;
    padding: 24px;
  }

  .div-block-20 {
    margin-top: 48px;
  }

  .heading-12 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-10 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-13 {
    margin-bottom: 64px;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-14 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-22 {
    flex-flow: column;
    max-height: none;
  }

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

  .heading-15 {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-23-copy {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--light-green);
    border-bottom-width: 1px;
    border-bottom-color: var(--light-green);
    width: 100%;
  }

  .heading-14-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-24 {
    flex-flow: column;
    height: auto;
  }

  .div-block-25 {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-15-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .div-25-mid {
    border-top: 1px solid var(--light-green);
    border-bottom: 1px solid var(--light-green);
    border-left-style: none;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-25-mid-2 {
    border-bottom: 1px solid var(--light-green);
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-20-copy {
    margin-top: 80px;
  }

  .heading-16 {
    margin-top: 64px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-13-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-26 {
    margin-top: 64px;
  }

  .div-block-12-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .heading-8-copy-copy {
    max-width: 100%;
    margin-left: 0;
  }

  .image-11 {
    margin-top: 32px;
  }

  .div-block-27 {
    margin-top: 64px;
  }

  .div-block-28 {
    max-width: 100%;
    margin-top: 40px;
  }

  .heading-18 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-19 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .who-need {
    padding-top: 0;
  }

  .heading-20 {
    letter-spacing: -1px;
    font-size: 64px;
    line-height: 57px;
  }

  .image-12 {
    height: 560px;
  }

  .div-block-31 {
    padding-top: 64px;
  }

  .heading-21 {
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-32 {
    flex-flow: column;
  }

  .who-need-desc {
    max-width: 100%;
    margin-top: 32px;
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .grid {
    grid-template-rows: 225px 225px 225px;
    grid-template-columns: 100%;
    grid-auto-rows: 225px;
  }

  .div-block-34 {
    border-top: 1px solid var(--light-green);
  }

  .div-block-35 {
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-37, .div-block-38.is-tablet-right, .div-block-38.is-tablet-right, .div-block-39 {
    border-left-style: none;
  }

  .div-block-40 {
    display: none;
  }

  .div-block-41 {
    border-bottom: 1px solid var(--light-green);
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    height: 225px;
    min-height: auto;
    padding-top: 63px;
    padding-bottom: 32px;
  }

  .div-block-41.d-41-hide {
    border-top: 1px solid var(--light-green);
    border-top: 1px solid var(--light-green);
  }

  .heading-22 {
    margin-top: 30px;
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-42 {
    display: none;
  }

  .div-block-43 {
    max-width: 328px;
    margin-top: 80px;
    padding: 24px;
  }

  .heading-2-copy {
    font-size: 17px;
    line-height: 20px;
  }

  .how-join {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-23 {
    margin-top: 40px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-24 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-45 {
    margin-top: 40px;
  }

  .button4 {
    background-color: var(--purple-blured);
  }

  .support {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-25 {
    margin-top: 64px;
    font-size: 22px;
    line-height: 30px;
  }

  .grid-2 {
    margin-top: 64px;
  }

  .div-block-46 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-26 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-48 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer {
    padding-top: 64px;
  }

  .div-block-49 {
    margin-bottom: 20px;
  }

  .heading-28 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-50 {
    margin-top: 64px;
  }

  .div-block-51 {
    margin-top: 80px;
  }

  .div-block-52 {
    margin-top: 64px;
  }

  .text-wrapper {
    display: none;
  }

  .text-wrapper.center, .text-wrapper.mobile-hide {
    display: none;
  }

  .text-wrapper.top-120 {
    margin-top: 80px;
  }

  .text-wrapper.center, .text-wrapper.mobile-hide {
    display: none;
  }

  .text {
    font-size: 40px;
    line-height: 40px;
  }

  .div-show-table-mobile {
    display: block;
  }

  .navbar {
    margin-bottom: -85px;
    padding-top: 16px;
    padding-bottom: 10px;
    position: relative;
  }

  .heading-9-copy {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-14-copy {
    margin-bottom: 40px;
  }

  .image-17 {
    max-width: 107px;
  }

  .div-block-57 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .picture-parallax-copy {
    padding-top: 0;
  }

  .image-18 {
    max-width: 120px;
  }

  .image-19 {
    max-width: 62px;
  }

  .heading-13-copy-copy {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-64 {
    background-image: linear-gradient(0deg, #3f413cfc 5%, #0000);
    height: 100px;
  }

  .div-block-46-copy, .div-block-48-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-218 {
    background-color: #fffaf7;
    width: 340px;
  }

  .div-block-218.d-140 {
    width: 90%;
    height: 450px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .close-icon {
    margin-top: 12px;
    top: 0;
  }

  .main_title-copy {
    text-align: center;
    font-size: 56px;
    line-height: 50px;
  }

  .dropdown {
    margin-top: 0;
  }

  .main-privacy {
    min-height: 812px;
  }

  ._1-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._1-section.is-hero {
    min-height: 60vh;
  }

  ._1-section.is-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._1-section.is-gallery {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._1-container.ied {
    position: static;
  }

  .nav-menu {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
  }

  .nav-menu-body {
    display: none;
  }

  .about-list {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask-center {
    width: 380px;
  }

  .mask-center.is-black {
    height: 52px;
  }

  .is-spec {
    font-size: 30px;
  }

  .task-svg {
    width: 18px;
    height: 18px;
    padding: 4.5px;
  }

  .cta-title {
    text-align: center;
  }

  .task-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -31px;
  }

  .task-img {
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
  }

  .task-form {
    order: -9999;
  }

  .swiper-wrapper.is-vertical {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .position-title-wr {
    justify-content: space-between;
    align-items: center;
  }

  .position-btn {
    margin-bottom: 0;
  }

  .add-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .add-item-content {
    padding-left: 44px;
    padding-right: 44px;
  }

  .faq-list {
    flex-flow: column;
    display: flex;
  }

  .gallery-img {
    width: 278px;
    height: 197px;
    margin-right: -13px;
  }

  .footer-content {
    flex-flow: column;
    display: flex;
  }

  .footer-privacy {
    order: 1;
  }

  .footer-logo {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-phone {
    order: 1;
  }

  .position-next {
    display: none;
  }

  .task-item-wr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .privacy-18-24 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .paragraph {
    font-size: 25px;
  }

  .image-25 {
    max-width: 44px;
    margin-bottom: 30px;
  }

  .lang-switcer-hero {
    inset: 43px 16px auto auto;
  }

  .v2-submit-btn.sl {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button.button-white, .button.button-yellow, .button.button-white, .button.button-yellow {
    width: 100%;
  }

  .main_title {
    text-align: left;
  }

  .main_title.wc {
    font-size: 48px;
    line-height: 45px;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .div-block-2 {
    max-width: 100%;
    padding: 24px;
  }

  .video {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .modal-open {
    min-height: 185px;
  }

  .div-block-9 {
    width: 44px;
    height: 44px;
  }

  .image {
    width: 10px;
  }

  .marquee-wrapper {
    height: 232px;
  }

  .marquee-item {
    width: 300px;
  }

  .marquee-image {
    width: 300px;
    height: 232px;
  }

  .list-item {
    font-size: 21px;
    list-style-type: square;
  }

  .list {
    padding-left: 30px;
    list-style-type: decimal;
  }

  .image-10 {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 32% 50%;
    min-height: 240px;
    margin-bottom: 64px;
  }

  .heading-14-copy {
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .heading-20 {
    margin-bottom: 24px;
    margin-left: 16px;
  }

  .div-block-33 {
    margin-top: 64px;
  }

  .button4 {
    background-color: #1d1a1e;
  }

  .footer {
    padding-bottom: 26px;
  }

  .div-block-49 {
    flex-flow: column;
    max-width: 48%;
    margin-bottom: 32px;
    display: flex;
  }

  .heading-28 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .div-block-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .text-wrapper.top-120.tablet-hide, .text-wrapper.mobile-hide, .text-wrapper.top-120.tablet-hide, .text-wrapper.top-120.tablet-hide, .text-wrapper.mobile-hide {
    display: none;
  }

  .text {
    letter-spacing: -2px;
    padding-top: 9px;
    font-weight: 800;
  }

  .heading-17-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .image-15 {
    object-position: 61% 50%;
    height: 160px;
    max-height: none;
  }

  .div-block-57.erf {
    padding-top: 67px;
    padding-bottom: 36px;
  }

  .image-20 {
    object-fit: cover;
    object-position: 31% 50%;
    height: 240px;
  }

  .image-21, .image-10-copy-copy {
    object-fit: cover;
    height: 240px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-64 {
    height: 120px;
  }

  .div-block-218 {
    width: 280px;
  }

  .div-block-218.d-140 {
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: 40%;
    overflow: visible;
  }

  .close-icon {
    margin-right: 10px;
    top: 0;
  }

  .modal-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
  }

  .main_title-copy {
    text-align: left;
  }

  .anketa-form-block {
    margin-left: 20px;
    margin-right: 20px;
    padding: 16px;
    font-size: 15px;
  }

  .anketa-form-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .anketa-divider-56 {
    margin-bottom: 30px;
  }

  .radio-button-field {
    padding-left: 43px;
  }

  .radio-button {
    width: 30px;
    height: 30px;
  }

  .div-block-320 {
    flex-flow: column;
  }

  .anketa-close {
    top: 16px;
    right: 36px;
  }

  .code-embed {
    width: 22px;
    height: 22px;
  }

  .main-privacy {
    padding-top: 89px;
  }

  .heading-34 {
    font-size: 30px;
    line-height: 31px;
  }

  ._1-main {
    font-size: 20px;
  }

  ._1-section.is-hero {
    background-image: linear-gradient(0deg, #000, #0000 41%), url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69ae8a8eea2ef1dc62123bfa_120%201.webp");
    background-size: auto, cover;
    min-height: 100vh;
    padding-bottom: 90px;
  }

  ._1-section.is-about {
    padding-top: 10px;
    font-size: 15px;
  }

  ._1-section.is-cta {
    background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a84532da309600b97b8576_logo-black.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 377px;
  }

  .hero-button-wr {
    width: 100%;
  }

  ._1-hero-button {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 20px;
  }

  ._1-hero-button.is-thadsd {
    text-transform: none;
    text-transform: none;
  }

  .nav-logo {
    width: 44px;
    height: 77px;
    margin-left: 0;
  }

  ._1-about-title {
    font-size: 25px;
  }

  .about-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-item-logo {
    height: 100%;
  }

  .mask-center {
    width: 80%;
  }

  .is-spec {
    font-size: 25px;
  }

  .stage-list {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .stage-item {
    aspect-ratio: 3.4 / 3.6;
    max-width: 100%;
  }

  .stage-item-content {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .task-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .task-item {
    text-align: center;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 112px;
    font-size: 14px;
    font-weight: 500;
  }

  .task-svg {
    width: 30px;
    height: 30px;
    padding: 9.5px;
  }

  .cta-title {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-title.is-rf {
    max-width: 240px;
  }

  .task-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -21px;
  }

  .task-img {
    width: 100%;
    max-width: 412px;
  }

  ._1-form {
    font-size: 16px;
  }

  ._1-h2 {
    z-index: 2;
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
  }

  .swiper.is-position {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .swiper-wrapper.is-vertical {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .position-card {
    width: 340px;
    height: 466px;
  }

  .position-card-mask {
    background-image: linear-gradient(0deg, #000, #e7ca5654 60%, #e7ca5696 85%, #e7ca56);
  }

  .position-card-content {
    padding-top: 14px;
  }

  .position-img-wr {
    width: 324px;
    height: 222px;
    margin-bottom: 6px;
  }

  .position-title {
    letter-spacing: -.03em;
    font-size: 24px;
  }

  .position-title-wr {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
  }

  .position-subtitle {
    font-size: 14px;
  }

  .position-btn {
    padding: 18px 40px;
    font-size: 16px;
  }

  .add-item {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    grid-row-gap: 12px;
  }

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

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-phone {
    order: 9999;
  }

  .task-item-wr {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-start;
    margin-left: -16px;
    margin-right: -16px;
  }

  .hero-mob-none {
    display: none;
  }

  .hero-pc-none {
    max-width: 250px;
    display: block;
  }

  .hero-depth {
    display: none;
  }

  .preloader {
    padding-top: 100px;
  }

  .image-23 {
    max-width: 140px;
    margin-bottom: 160px;
  }

  .thank-you {
    background-image: url("https://cdn.prod.website-files.com/665c6796500c1f50dc5c9680/69a9ade946b1280189db389e_Group%201707484354.webp");
    background-size: cover;
    padding: 22px 17px 120px;
  }

  .text-block-2 {
    font-size: 45px;
  }

  .image-24 {
    width: 44px;
  }

  .privacy-18-24 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .lang-switcer-hero {
    top: 53px;
  }
}

#w-node-_01e78b50-8335-b725-0846-c6c46a9f2ef9-87f97b9f {
  grid-area: 1 / 2 / 3 / 3;
  place-self: start center;
}

#w-node-_1367b4ed-4863-d144-f72a-6c361983cb2d-87f97b9f, #w-node-_379d9e5a-e85e-5b99-cb33-07dc9f68a6f9-87f97b9f {
  justify-self: end;
}

#w-node-_7882f3a4-db62-8ecd-9430-3e5d50982211-87f97b9f {
  justify-self: center;
}

#w-node-_7d0edc31-51f7-2ebb-a5d7-db9351351e30-87f97b9f {
  justify-self: end;
}
