@font-face {
  font-family: Graphik LCG Regular;
  src: url('../fonts/GraphikLCG-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik LCG Medium;
  src: url('../fonts/GraphikLCG-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #192733;
  --white: white;
  --gray: #807f83;
  --yellow: #fed278;
  --lavender: #e0dcf1;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--dark-blue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Graphik LCG Regular, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Graphik LCG Regular, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Graphik LCG Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

li {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.header-cta {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.cell-1 {
  grid-column-gap: 16px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading {
  color: var(--dark-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -4px;
  font-family: Graphik LCG Regular, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
}

.heading.privacy {
  text-align: center;
  font-size: 70px;
}

.heading.center {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.large {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-family: Graphik LCG Regular, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

.section-block {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  color: var(--dark-blue);
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.section-block.center {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.section-block.center.footer {
  grid-row-gap: 80px;
  padding-bottom: 20px;
}

.section-block.features {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.section-block.card {
  background-color: #010306;
  background-image: url('../images/pico.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 4px;
  justify-content: center;
  min-height: 490px;
  padding: 48px 24px 48px 48px;
}

.section-block.card.gray {
  background-color: #e4e4e4;
  background-image: none;
}

.section-block.card.gray.img-bk {
  background-image: url('../images/drawing.webp');
  background-position: 100%;
  background-size: auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}

.section-block.card.gray.instraction-header {
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #e4e4e496;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/photo_2025-06-23_16-49-39.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  margin-top: 20px;
}

.section-block.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20px;
}

.section-block.privacy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-block.banner {
  z-index: 5;
  height: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section-block.banner.hide {
  display: block;
}

.heading-2 {
  color: var(--dark-blue);
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik LCG Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.heading-2.center {
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.heading-2.white {
  color: var(--white);
}

.heading-2.left {
  align-self: flex-start;
}

.heading-2.button-new {
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-2.center-mobile {
  text-align: left;
  align-self: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 0;
}

.regular {
  color: var(--dark-blue);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
}

.regular.center {
  color: #fff;
  text-align: center;
}

.regular.center.black {
  color: #000;
}

.regular.center.hero-caption {
  color: #000;
  max-width: 800px;
  margin-top: 80px;
  padding-top: 0;
}

.regular.center.big_center_text {
  color: #000;
  max-width: 800px;
  padding-top: 0;
}

.regular.white {
  color: var(--white);
}

.regular.padding_right {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.regular.gray {
  color: var(--gray);
  max-width: 170px;
  text-decoration: none;
}

.regular.gray.w--current {
  text-decoration: none;
}

.regular.gray.right {
  -webkit-text-stroke-color: var(--gray);
  max-width: 160px;
}

.regular.gray.center {
  justify-content: center;
  display: flex;
}

.regular.right {
  text-align: right;
}

.regular.cookie {
  color: var(--white);
}

.regular.bread_crumb {
  color: var(--gray);
  max-width: 170px;
  text-decoration: none;
}

.regular.bread_crumb:hover {
  color: var(--dark-blue);
  text-decoration: underline;
}

.regular.new_padding {
  align-self: flex-start;
  max-width: 600px;
  margin-top: 0;
  padding-left: 0;
}

.regular.new_padding.text-line {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.regular.new_padding-copy {
  align-self: flex-start;
  max-width: 600px;
  margin-top: -30px;
  padding-left: 0;
}

.regular.new_padding-copy.text-line {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.regular.gray-copy {
  color: var(--gray);
  text-align: left;
  padding-bottom: 0;
  text-decoration: none;
}

.regular.gray-copy.w--current {
  text-decoration: none;
}

.regular.gray-copy.right {
  -webkit-text-stroke-color: var(--gray);
  max-width: 160px;
}

.regular.gray-copy.center {
  justify-content: center;
  display: flex;
}

.regular.link_gray {
  color: var(--gray);
  max-width: 170px;
  text-decoration: none;
}

.regular.link_gray.w--current {
  text-decoration: none;
}

.regular.link_gray.right {
  text-align: right;
  -webkit-text-stroke-color: var(--gray);
  justify-content: flex-end;
  align-items: center;
  max-width: 160px;
  display: flex;
}

.regular.link_gray.center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.info {
  grid-row-gap: 19px;
  justify-content: center;
}

.info.top {
  justify-content: flex-start;
}

.tag {
  text-align: left;
  background-color: #5757571f;
  border-radius: 24px;
  align-items: center;
  height: 34px;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-3.white {
  color: #fff;
}

.heading-3.h3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: auto;
}

.paragraph-3 {
  color: var(--dark-blue);
  max-width: 560px;
  margin-bottom: 0;
  line-height: 26px;
}

.paragraph-3.card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.paragraph-3.equipment {
  text-align: left;
  width: auto;
  min-width: 200px;
  max-width: 500px;
}

.paragraph-3.card-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  font-weight: 400;
  display: block;
}

.field {
  border: 1px solid var(--dark-blue);
  background-color: var(--white);
  color: var(--dark-blue);
  cursor: pointer;
  border-radius: 40px;
  width: 307px;
  height: 72px;
  margin-bottom: 0;
  padding: 20px;
}

.field:hover {
  border-width: 2px;
  border-color: var(--dark-blue);
}

.field:focus {
  border-width: 2px;
}

.button {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  cursor: pointer;
  background-image: radial-gradient(circle, #fff0, #fff0);
  border-radius: 60px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  background-image: radial-gradient(circle, #ffffff40 32%, #fff0);
}

.button.white {
  color: var(--dark-blue);
  background-color: #0000;
}

.button.white:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

.button.white.bim_pdf.mobile {
  display: none;
}

.button.white.jet_pdf {
  align-self: auto;
}

.button.white.arrow {
  padding: 8px;
}

.button.big {
  width: 320px;
  height: 72px;
}

.button.big:disabled {
  opacity: .39;
}

.button.invert {
  border-color: var(--white);
}

.button.invert.play_video {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-text-stroke-color: transparent;
  border-style: none;
  align-items: center;
  height: 72px;
  display: flex;
  position: relative;
}

.button.invert.outline-white {
  background-color: #19273300;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.info-banner {
  grid-row-gap: 16px;
  background-color: #eee;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 40%;
  min-height: 410px;
  padding: 24px 220px 24px 24px;
  display: flex;
}

.info-banner.b_1 {
  background-image: url('../images/Group-871.webp');
  background-position: 150% 110%;
  background-repeat: no-repeat;
  background-size: 70%;
  justify-content: flex-start;
  align-items: flex-start;
}

.info-banner.b_2 {
  background-image: url('../images/Group-872.webp');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.info-banner.b_3 {
  background-image: url('../images/Group-873.webp');
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.info-banner.b_4 {
  background-image: url('../images/Group-874.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 58%;
}

.info-banner.photo_1 {
  background-image: url('../images/1306.745-Photoroom-1.webp');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.info-banner.photo_2 {
  background-image: url('../images/788qwinp77kswqch64ptrvloh44c203x-Photoroom-1.webp');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: 250px;
  min-height: 450px;
}

.info-banner.photo_3 {
  background-color: #e6e6e6;
  background-image: url('../images/image-174_1.webp');
  background-position: -80% 90%;
  background-repeat: no-repeat;
  background-size: 450px;
}

.center {
  align-items: center;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section.hero {
  background-color: #efefef;
}

.section.news {
  background-color: #efefef;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.instraction-hero {
  margin-top: 80px;
  padding-bottom: 0;
}

.section.main_hero {
  background-color: #efefef;
  margin-top: 0;
  padding-top: 80px;
}

.header {
  z-index: 20000000;
  justify-content: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header.privacy {
  align-items: center;
  height: 140px;
  position: static;
}

.header-block {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: space-between;
  width: 100%;
  max-width: 1308px;
  margin-top: 20px;
  padding: 4px 4px 4px 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px -4px #0003;
}

.separator {
  background-color: var(--dark-blue);
  opacity: .35;
  width: 1px;
  height: 20px;
}

.logo {
  color: var(--dark-blue);
  font-family: Graphik LCG Medium, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.navigation-link {
  color: var(--dark-blue);
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link:hover {
  border-bottom: 2px solid var(--dark-blue);
  margin-bottom: -2px;
}

.navigation-link.w--current {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.links {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  align-items: center;
  max-width: 65%;
  height: 36px;
  display: flex;
  overflow: hidden;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tags {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: flex-start;
  margin-left: -5px;
  display: flex;
}

.column {
  flex: 1;
}

.column.info {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2-column-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 1301px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.more_features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.feature_info {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.feature_info.left {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 60px;
}

.feature_info.left.sticky {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: sticky;
  top: 100px;
}

.feature_info.left.hero {
  justify-content: center;
  height: 80vh;
}

.feature_info.center {
  align-items: center;
  margin-left: 0;
}

.list-items {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

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

._3_columns {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  font-weight: 400;
  display: grid;
}

._3_columns.news {
  grid-row-gap: 24px;
}

.step {
  grid-row-gap: 8px;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 20%;
  min-height: 520px;
  padding: 24px;
  display: flex;
}

.step.st_1 {
  background-color: #efefef;
  background-image: url('../images/Frame-1732.webp');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.step.st_2 {
  background-color: #efefef;
  background-image: url('../images/Frame-1742.webp');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.step.st_3 {
  background-color: #efefef;
  background-image: url('../images/Frame-1734.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.hero_text {
  z-index: 2;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.image-half {
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.image-half.nopad {
  margin-bottom: 0;
}

.text_inside_card {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.text_inside_card.gap-16 {
  grid-row-gap: 16px;
}

.feature_pic {
  width: 100%;
  height: 45vw;
  max-height: 700px;
}

.feature_pic.f_1 {
  background-image: url('../images/telegram-cloud-document-2-5289843358552830483-1.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 4px;
}

.feature_pic.f_2 {
  background-image: url('../images/Group-871_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 4px;
}

.feature_pic.f_3 {
  background-image: url('../images/Mask-group.webp');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 4px;
}

.string {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.string.top {
  align-items: flex-start;
}

.string.padding {
  margin-top: -30px;
}

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

.social-button {
  background-color: var(--dark-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.social-button:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--dark-blue);
}

.social-button.watsup {
  background-color: #00d95f;
  display: none;
}

.social-button.watsup:hover {
  background-image: linear-gradient(#ffffff26, #ffffff26);
}

.social-button.telegram {
  background-color: #34aadf;
}

.social-button.telegram:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.tg {
  margin-top: 4px;
  margin-right: 4px;
}

.wp {
  margin-top: 2px;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #f55;
  border-radius: 4px;
  align-self: center;
  margin-top: 40px;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.html-embed {
  display: none;
}

.overlay {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000000a1;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close_button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  inset: 40px 40px auto auto;
}

.div-block {
  min-width: 40%;
  min-height: 40%;
}

.html-embed-2, .hide {
  display: none;
}

.accept {
  color: var(--gray);
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 0;
}

.num {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.line {
  grid-row-gap: 20px;
  border-left: 1px solid #000;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.link-3 {
  color: var(--gray);
}

.cookies__panel {
  grid-column-gap: 30px;
  background-color: var(--dark-blue);
  border-radius: 80px;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.bg_video {
  z-index: 1;
  background-image: url('../images/videoplayback-0-00-00-00.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 4px;
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 100px;
}

.button_string {
  grid-column-gap: 24px;
  display: flex;
}

.vfx, .vfx-2, .vfx-3 {
  border: 1px solid #000;
  border-radius: 70px;
  position: absolute;
  inset: 0%;
}

.banner-usd {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0d325d;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 48px;
  display: flex;
}

.banner-usd.hide {
  display: none;
}

.usn-logo {
  width: 230px;
  height: 54px;
}

.text-usn-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-and-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.bim-logo {
  width: 130px;
  height: 24px;
}

.fill_string {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.fill_string.new-fill {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fill_string.vertical-mobile {
  justify-content: space-between;
  align-items: center;
}

.fill_string.header_string {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.fill_string.horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.news_card {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  min-height: 320px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.date {
  color: #333333b3;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

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

.collection_item {
  flex: 1;
}

.news_header_and_date {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

._12_column_news {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.bread_crumbs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 30px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-5 {
  margin-bottom: -30px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 160%;
  display: block;
}

.heading-6 {
  margin-top: -20px;
  font-family: Graphik LCG Regular, sans-serif;
}

.heading-6.projection {
  text-align: center;
  flex: 0 auto;
  padding-bottom: 280px;
  padding-left: 280px;
  padding-right: 280px;
}

.list-item-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.mobile {
  display: none;
}

.code-embed {
  flex: 1;
}

._5-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

._5-columns.news {
  grid-row-gap: 24px;
}

._5-columns.photos-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  place-content: end;
  place-items: start stretch;
  position: static;
}

.step-2 {
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  overflow: hidden;
}

.step-2.st_1 {
  background-color: #efefef;
  background-image: url('../images/Frame-1732.webp');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.step-2.st_2 {
  background-color: #efefef;
  background-image: url('../images/Frame-1742.webp');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.step-2.st_3 {
  background-color: #efefef;
  background-image: url('../images/Frame-1734.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.text-block {
  padding-top: 0;
}

.div-block-2 {
  clear: none;
  align-self: auto;
  min-width: 30px;
  padding-bottom: 0;
  line-height: 50px;
}

.div-block-new {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-small-text {
  margin-bottom: 0;
  font-size: 16px;
}

.info-banner-copy {
  grid-row-gap: 16px;
  background-color: #e7e7e7;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 40%;
  min-height: 410px;
  padding: 24px 220px 24px 24px;
  display: flex;
}

.info-banner-copy.b_1 {
  background-image: url('../images/Group-871.webp');
  background-position: 150% 110%;
  background-repeat: no-repeat;
  background-size: 70%;
  justify-content: flex-start;
  align-items: flex-start;
}

.info-banner-copy.b_2 {
  background-image: url('../images/Group-872.webp');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.info-banner-copy.b_3 {
  background-image: url('../images/Group-873.webp');
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.info-banner-copy.b_4 {
  background-image: url('../images/Group-874.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 58%;
}

.info-banner-copy.photo_1 {
  background-image: url('../images/1306.745-Photoroom-1.webp');
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.info-banner-copy.photo_1.size-iphone {
  background-position: 50% 100%;
  padding-right: 100px;
}

.info-banner-copy.photo_2 {
  background-image: url('../images/788qwinp77kswqch64ptrvloh44c203x-Photoroom-1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 250px;
  min-height: 450px;
  padding-right: 100px;
}

.info-banner-copy.photo_3 {
  background-image: url('../images/image-174_1.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 450px;
  padding-right: 100px;
  display: block;
}

.info-banner-copy.photo_3-copy {
  background-image: url('../images/image-174_1.webp');
  background-position: -80% 90%;
  background-repeat: no-repeat;
  background-size: 450px;
  display: none;
}

.section-block-copy.card.gray.instraction-header {
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Video_cover_2560x1440_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
}

.section-block-copy.image-instraction {
  background-image: url('../images/brochure-mockup__1.webp');
  background-position: 50%;
  background-size: 100%;
}

.section-block-copy {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  padding: 60px 0;
  display: flex;
}

.section-block-copy.center {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-block-copy.center.footer {
  grid-row-gap: 80px;
  padding-bottom: 20px;
}

.section-block-copy.features {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.section-block-copy.card {
  background-color: #010306;
  background-image: url('../images/pico.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 4px;
  justify-content: center;
  min-height: 490px;
  padding: 48px 24px 48px 48px;
}

.section-block-copy.card.gray {
  background-color: #e4e4e4;
  background-image: none;
}

.section-block-copy.card.gray.img-bk {
  background-image: url('../images/drawing.webp');
  background-position: 100%;
  background-size: auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}

.section-block-copy.card.gray.instraction-header {
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Video_cover_2560x1440_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
}

.section-block-copy.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20px;
}

.section-block-copy.privacy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-block-copy.banner {
  z-index: 5;
  height: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section-block-copy.banner.hide {
  display: block;
}

.section-block-how-to-use {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  padding: 60px 0;
  display: flex;
}

.section-block-how-to-use.center {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-block-how-to-use.center.footer {
  grid-row-gap: 80px;
  padding-bottom: 20px;
}

.section-block-how-to-use.features {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.section-block-how-to-use.card {
  background-color: #010306;
  background-image: url('../images/pico.webp');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 4px;
  justify-content: center;
  min-height: 490px;
  padding: 48px 24px 48px 48px;
}

.section-block-how-to-use.card.gray {
  background-color: #e4e4e4;
  background-image: none;
}

.section-block-how-to-use.card.gray.img-bk {
  background-image: url('../images/drawing.webp');
  background-position: 100%;
  background-size: auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}

.section-block-how-to-use.card.gray.instraction-header {
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Video_cover_2560x1440_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
}

.section-block-how-to-use.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20px;
}

.section-block-how-to-use.privacy {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-block-how-to-use.banner {
  z-index: 5;
  height: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section-block-how-to-use.banner.hide {
  display: block;
}

.step-copy {
  grid-row-gap: 8px;
  background-color: #efefef;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 20%;
  min-height: 450px;
  padding: 24px;
  display: flex;
}

.step-copy.st_1 {
  background-color: #efefef;
  background-image: url('../images/Frame-1732.webp');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.step-copy.st_2 {
  background-color: #efefef;
  background-image: url('../images/Frame-1742.webp');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.step-copy.st_3 {
  background-color: #efefef;
  background-image: url('../images/Frame-1734.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.horizontal_layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instraction-slide {
  height: auto;
}

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

.mask {
  z-index: 0;
  height: auto;
}

.slider {
  background-color: var(--white);
  height: auto;
}

.slide-nav {
  z-index: auto;
  opacity: 1;
  color: var(--dark-blue);
  background-color: #0000008c;
  inset: auto 0% 0%;
}

.right-arrow {
  color: var(--dark-blue);
  bottom: 0;
  right: -80px;
}

.left-arrow {
  color: var(--dark-blue);
  bottom: 0;
  left: -80px;
}

.header-how-to-use {
  z-index: 1000;
  justify-content: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header-how-to-use.privacy {
  align-items: center;
  height: 140px;
  position: static;
}

.navigation-link-2 {
  color: #192733;
  margin-bottom: 0;
  padding: 4px 20px;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-2:hover {
  border-bottom: 2px solid #192733;
  margin-bottom: -2px;
}

.navigation-link-2.w--current {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.logo-2 {
  color: #192733;
  font-family: Graphik LCG Medium, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #192733;
  background-image: radial-gradient(circle, #fff0, #fff0);
  border: 1px solid #192733;
  border-radius: 60px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.button-2:hover {
  background-image: radial-gradient(circle, #ffffff40 32%, #fff0);
}

.button-2.white {
  color: #192733;
  background-color: #0000;
}

.button-2.white:hover {
  color: #fff;
  background-color: #192733;
  border-color: #192733;
}

.header-block-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  width: 100%;
  max-width: 1308px;
  margin-top: 20px;
  padding: 4px 4px 4px 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px -4px #0003;
}

.separator-2 {
  opacity: .35;
  background-color: #192733;
  width: 1px;
  height: 20px;
}

.navigation-link-3 {
  color: #192733;
  margin-bottom: 0;
  padding: 4px 20px;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-3:hover {
  border-bottom: 2px solid #192733;
  margin-bottom: -2px;
}

.navigation-link-3.w--current {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.logo-3 {
  color: #192733;
  font-family: Graphik LCG Medium, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.header-block-3 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  width: 100%;
  max-width: 1308px;
  margin-top: 20px;
  padding: 4px 4px 4px 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px -4px #0003;
}

.slide-nav-2 {
  position: absolute;
}

.instraction-video {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.slide-nav-copy {
  z-index: auto;
  opacity: 1;
  color: var(--dark-blue);
  padding-top: 0;
  bottom: -50px;
  left: 0%;
  right: 0%;
}

.small-text {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 300px;
  max-width: 300px;
  display: flex;
}

.instraction-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: grid;
}

.right-arrow-video {
  color: var(--dark-blue);
  bottom: -20px;
  right: -80px;
}

.left-arrow-video {
  color: var(--dark-blue);
  bottom: -20px;
  left: -80px;
}

.slider-photo, .slider-mobile {
  background-color: var(--white);
  height: auto;
}

.fill_string-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: none;
}

.fill_string-copy.new-fill {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fill_string-copy.vertical-mobile {
  justify-content: space-between;
  align-items: center;
}

.pic_instructions {
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  display: block;
  overflow: hidden;
}

.pic_instructions.st_1 {
  background-color: #efefef;
  background-image: url('../images/Frame-1732.webp');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.pic_instructions.st_2 {
  background-color: #efefef;
  background-image: url('../images/Frame-1742.webp');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.pic_instructions.st_3 {
  background-color: #efefef;
  background-image: url('../images/Frame-1734.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
}

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

.popup_container {
  z-index: 99999;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #00000075;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon {
  opacity: .49;
}

.video_slider {
  background-color: var(--white);
  height: auto;
}

.inputs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  max-width: 120%;
}

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

.code-embed-3 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.code-embed-4 {
  display: block;
}

.mobile-menu, .opened_menu {
  display: none;
}

.header-cta-menu {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.heading-2-menu {
  color: var(--dark-blue);
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Graphik LCG Medium, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}

.heading-2-menu.center {
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 0;
}

.heading-2-menu.white {
  color: var(--white);
}

.heading-2-menu.left {
  align-self: flex-start;
}

.heading-2-menu.button-new {
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.header-cta-menu-down {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.mobile_menu_icon {
  display: none;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.testimonials {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section-block {
    padding-bottom: 0;
  }

  .section-block.center {
    margin-top: 100px;
  }

  .section-block.card.gray.instraction-header {
    margin-bottom: 60px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .info-banner.photo_1, .info-banner.photo_2 {
    background-color: #e6e6e6;
  }

  .info-banner.photo_3 {
    background-color: #e6e6e6;
    background-image: url('../images/image-174_1.webp');
    background-position: -71% 90%;
    background-repeat: no-repeat;
    background-size: 450px;
  }

  .fill_string {
    margin-top: 20px;
  }

  .bread_crumbs {
    margin-top: 30px;
  }

  ._5-columns.photos-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .info-banner-copy.photo_1, .info-banner-copy.photo_2 {
    background-color: #e6e6e6;
  }

  .info-banner-copy.photo_3, .info-banner-copy.photo_3-copy {
    background-color: #e6e6e6;
    background-image: url('../images/image-174_1.webp');
    background-position: -71% 90%;
    background-repeat: no-repeat;
    background-size: 450px;
  }

  .slide-nav-copy {
    bottom: -12%;
  }

  .heading-2-menu {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 70px;
  }

  .heading.privacy {
    font-size: 60px;
  }

  .large {
    font-size: 30px;
  }

  .section-block {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .section-block.center {
    margin-top: 20px;
    padding-top: 0;
  }

  .section-block.card {
    background-position: 240%;
    background-size: 80%;
  }

  .section-block.card.gray.img-bk {
    background-position: 100% 100%;
    background-size: 80%;
  }

  .section-block.card.gray.instraction-header.card-broshure {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #d9d9d9;
    background-image: url('../images/brochure-mockup__1.webp'), linear-gradient(175deg, silver, #e0e0e0);
    background-position: 50% 250%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    justify-content: flex-end;
    align-items: center;
    max-width: 1000px;
    padding-bottom: 32px;
  }

  .section-block.hero {
    padding-top: 0;
  }

  .section-block.banner {
    height: auto;
    padding-bottom: 20px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 130%;
  }

  .regular {
    font-size: 16px;
    line-height: 160%;
  }

  .regular.center.hero-caption, .regular.center.big_center_text {
    margin-top: 20px;
  }

  .regular.gray.right {
    max-width: 120px;
  }

  .regular.gray.center {
    justify-content: center;
  }

  .regular.gray-copy.right {
    max-width: 120px;
  }

  .regular.gray-copy.center {
    justify-content: center;
  }

  .regular.link_gray {
    text-align: center;
    width: 100%;
    min-width: 200px;
  }

  .regular.link_gray.right {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 120px;
  }

  .regular.link_gray.center {
    justify-content: center;
  }

  .tag {
    height: 28px;
    font-size: 14px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .paragraph-3.card, .paragraph-3.card-copy, .field {
    width: 100%;
  }

  .button.white {
    border-style: solid;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .button.white.bim_pdf.mobile {
    display: none;
  }

  .button.white.booton-new {
    text-align: center;
    min-width: 0;
    max-width: 250px;
    min-height: 0;
    max-height: 100px;
    display: none;
  }

  .button.white.booton-new-copy {
    text-align: center;
    min-width: 0;
    max-width: 250px;
    min-height: 0;
    max-height: 100px;
    display: block;
  }

  .button.white.no_mobile {
    display: none;
  }

  .button.white.center_download {
    text-align: center;
    min-width: 0;
    max-width: 250px;
    min-height: 0;
    max-height: 100px;
    display: none;
  }

  .button.big {
    width: 100%;
  }

  .info-banner {
    grid-row-gap: 8px;
    padding-bottom: 220px;
    padding-right: 24px;
  }

  .info-banner.b_1 {
    background-image: url('../images/Group-871.webp');
    background-position: 50% 96%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .info-banner.b_2 {
    background-image: url('../images/Group-872.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 90%;
  }

  .info-banner.b_3 {
    background-position: 50% 100%;
    background-size: auto 48%;
  }

  .info-banner.b_4 {
    background-position: 50% 90%;
    background-size: 80%;
  }

  .info-banner.photo_3 {
    background-position: 100% 90%;
  }

  .section {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .form {
    flex-direction: column;
    width: 100%;
  }

  .tags {
    flex-direction: row;
  }

  .column {
    align-self: stretch;
  }

  ._2-column-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  ._2-column-flex.hero {
    flex-direction: column-reverse;
  }

  .feature_info {
    margin-left: 0;
  }

  .feature_info.left {
    margin-right: 0;
  }

  .feature_info.left.hero {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-items {
    flex-direction: column;
  }

  ._3_columns {
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  ._3_columns.news {
    grid-template-columns: 1fr 1fr;
  }

  .step {
    min-height: 300px;
    padding-right: 50%;
  }

  .step.st_1 {
    background-position: 100%;
    background-size: 50%;
  }

  .step.st_2 {
    background-position: 90%;
    background-size: 40%;
  }

  .step.st_3 {
    background-position: 90% 100%;
    background-size: auto 90%;
  }

  .text_inside_card {
    width: 50%;
  }

  .feature_pic {
    height: 60vw;
    min-height: auto;
  }

  .string {
    grid-column-gap: 16px;
    flex: 0 auto;
  }

  .string.padding {
    flex: 0 auto;
    order: 1;
    margin-top: 0;
  }

  .footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cookies__panel {
    left: auto;
    right: 20px;
  }

  .bg_video {
    height: 50vh;
  }

  .banner-usd {
    flex-direction: column;
    align-items: flex-start;
  }

  .fill_string.vertical-mobile {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-6.projection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile {
    display: block;
  }

  .collection-list-wrapper {
    display: none;
  }

  ._5-columns {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    display: none;
  }

  ._5-columns.news {
    grid-template-columns: 1fr 1fr;
  }

  ._5-columns.photos-5 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .step-2 {
    min-height: 300px;
    padding-right: 50%;
  }

  .step-2.st_1 {
    background-position: 100%;
    background-size: 50%;
  }

  .step-2.st_2 {
    background-position: 90%;
    background-size: 40%;
  }

  .step-2.st_3 {
    background-position: 90% 100%;
    background-size: auto 90%;
  }

  .div-block-new {
    padding-bottom: 60px;
  }

  .info-banner-copy {
    grid-row-gap: 8px;
    padding-bottom: 220px;
    padding-right: 24px;
  }

  .info-banner-copy.b_1 {
    background-image: url('../images/Group-871.webp');
    background-position: 50% 96%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .info-banner-copy.b_2 {
    background-image: url('../images/Group-872.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 90%;
  }

  .info-banner-copy.b_3 {
    background-position: 50% 100%;
    background-size: auto 48%;
  }

  .info-banner-copy.b_4 {
    background-position: 50% 90%;
    background-size: 80%;
  }

  .info-banner-copy.photo_3 {
    grid-row-gap: 0px;
    background-color: #e6e6e6;
    background-image: url('../images/image-174_1.webp');
    background-position: 100% 80%;
    background-repeat: no-repeat;
    background-size: 450px;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 24px;
  }

  .info-banner-copy.photo_3-copy {
    grid-row-gap: 0px;
    background-color: #e0e0e0;
    background-image: url('../images/brochure-mockup__1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-block-copy {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    display: flex;
  }

  .section-block-copy.card {
    background-position: 240%;
    background-size: 80%;
  }

  .section-block-copy.card.gray.img-bk {
    background-position: 100% 100%;
    background-size: 80%;
  }

  .section-block-copy.card.gray.instraction-header {
    background-size: 130%;
  }

  .section-block-copy.card.gray.instraction-header.card-broshure {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #d9d9d9;
    background-image: url('../images/brochure-mockup__1.webp'), linear-gradient(175deg, silver, #e0e0e0);
    background-position: 50% 250%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    justify-content: flex-end;
    align-items: center;
    max-width: 1000px;
    padding-bottom: 32px;
  }

  .section-block-copy.hero {
    padding-top: 0;
  }

  .section-block-copy.banner {
    height: auto;
    padding-bottom: 20px;
  }

  .section-block-how-to-use {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    display: flex;
  }

  .section-block-how-to-use.card {
    background-position: 240%;
    background-size: 80%;
  }

  .section-block-how-to-use.card.gray.img-bk {
    background-position: 100% 100%;
    background-size: 80%;
  }

  .section-block-how-to-use.card.gray.instraction-header {
    background-size: 130%;
  }

  .section-block-how-to-use.card.gray.instraction-header.card-broshure {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #d9d9d9;
    background-image: url('../images/brochure-mockup__1.webp'), linear-gradient(175deg, silver, #e0e0e0);
    background-position: 50% 250%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    justify-content: flex-end;
    align-items: center;
    max-width: 1000px;
    padding-bottom: 32px;
  }

  .section-block-how-to-use.hero {
    padding-top: 0;
  }

  .section-block-how-to-use.banner {
    height: auto;
    padding-bottom: 20px;
  }

  .step-copy {
    min-height: 300px;
    padding-right: 50%;
  }

  .step-copy.st_1 {
    background-position: 100%;
    background-size: 50%;
  }

  .step-copy.st_2 {
    background-position: 90%;
    background-size: 40%;
  }

  .step-copy.st_3 {
    background-position: 90% 100%;
    background-size: auto 90%;
  }

  .instraction-slide {
    vertical-align: baseline;
    min-width: 50px;
  }

  .mask {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .button-2.white {
    border-style: solid;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .separator-2 {
    display: none;
  }

  .instraction-video {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-text {
    min-width: 150px;
    max-width: 0;
    min-height: auto;
    margin-bottom: 0;
    font-size: 14px;
  }

  .instraction-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: flex-start stretch;
    font-size: 12px;
    display: grid;
  }

  .right-arrow-video {
    right: -20px;
  }

  .left-arrow-video {
    left: -20px;
  }

  .slider-photo {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .slider-mobile {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .pic_instructions {
    min-height: 300px;
    padding-right: 50%;
  }

  .pic_instructions.st_1 {
    background-position: 100%;
    background-size: 50%;
  }

  .pic_instructions.st_2 {
    background-position: 90%;
    background-size: 40%;
  }

  .pic_instructions.st_3 {
    background-position: 90% 100%;
    background-size: auto 90%;
  }

  .video_slider {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .code-embed-3 {
    display: block;
  }

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

  .heading-2-menu {
    font-size: 28px;
    line-height: 130%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }

  p, li {
    font-size: 16px;
  }

  .heading {
    font-size: 60px;
  }

  .heading.privacy {
    font-size: 40px;
  }

  .heading.center {
    text-align: center;
    padding-bottom: 10px;
    font-size: 54px;
  }

  .section-block {
    grid-row-gap: 20px;
    padding-top: 20px;
  }

  .section-block.center {
    margin-top: 20px;
    padding-top: 0;
  }

  .section-block.features {
    padding-bottom: 0;
  }

  .section-block.card {
    background-position: 50% 5%;
    background-size: auto 45%;
    justify-content: flex-end;
    padding-left: 24px;
  }

  .section-block.card.gray.img-bk {
    justify-content: flex-start;
    margin-top: 60px;
  }

  .section-block.card.gray.instraction-header {
    background-color: #ecedef;
    min-height: 300px;
  }

  .section-block.hero {
    min-height: 80vh;
  }

  .section-block.banner {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .regular.center.hero-caption, .regular.center.big_center_text {
    margin-top: 20px;
  }

  .regular.gray.center {
    justify-content: center;
  }

  .regular.right {
    text-align: right;
  }

  .regular.gray-copy.center, .regular.link_gray.center {
    justify-content: center;
  }

  .button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button.white.no_mobile {
    display: none;
  }

  .button.go {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .info-banner {
    min-width: 80%;
    min-height: 420px;
    padding-bottom: 150px;
  }

  .info-banner.b_1 {
    background-size: 70%;
  }

  .info-banner.b_2 {
    background-size: 60%;
  }

  .info-banner.b_3 {
    background-position: 50% 100%;
    background-size: auto 60%;
  }

  .info-banner.b_4 {
    background-position: 50% 100%;
    background-size: 60%;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.hero {
    background-position: 0 0, 50% 90%;
    background-size: auto, 100%;
  }

  .section.main_hero {
    background-image: none;
    margin-top: 0;
    padding-top: 90px;
  }

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

  .header-block {
    margin-top: 10px;
    padding-left: 12px;
  }

  .navigation-link {
    padding-left: 0;
    padding-right: 0;
  }

  .tags {
    flex-direction: row;
  }

  .column.info {
    order: 1;
  }

  ._2-column-flex {
    flex-direction: column;
  }

  ._2-column-flex.padding {
    grid-row-gap: 60px;
  }

  ._2-column-flex.hero {
    flex-direction: column;
  }

  .more_features {
    flex-flow: column;
    display: flex;
  }

  .feature_info.left.sticky {
    margin-bottom: 40px;
  }

  ._3_columns.news {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._3_columns.size-background.size-colunns {
    width: 100%;
  }

  .step {
    min-width: 80%;
  }

  .image-half, .text_inside_card {
    width: 100%;
  }

  .feature_pic {
    min-height: 60vw;
  }

  .feature_pic.f_2 {
    background-position: 50% 0;
  }

  .feature_pic.f_3 {
    background-position: 50%;
  }

  .social-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .bg_video {
    height: 40vh;
  }

  .banner-usd {
    padding-left: 24px;
    padding-right: 24px;
  }

  .usn-logo {
    width: auto;
    height: 40px;
  }

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

  ._12_column_news {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  ._5-columns.news {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .step-2 {
    min-width: 80%;
  }

  .div-block-new {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 20px;
  }

  .info-banner-copy {
    min-width: 80%;
    min-height: 420px;
    padding-bottom: 150px;
  }

  .info-banner-copy.b_1 {
    background-size: 70%;
  }

  .info-banner-copy.b_2 {
    background-size: 60%;
  }

  .info-banner-copy.b_3 {
    background-position: 50% 100%;
    background-size: auto 60%;
  }

  .info-banner-copy.b_4 {
    background-position: 50% 100%;
    background-size: 60%;
  }

  .info-banner-copy.photo_3-copy {
    background-image: url('../images/brochure-mockup__1.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-block-copy.card.gray.instraction-header {
    background-color: #ecedef;
    background-position: 50% 100%;
    background-size: 100%;
  }

  .section-block-copy {
    grid-row-gap: 20px;
    padding-top: 100px;
  }

  .section-block-copy.center {
    padding-top: 60px;
  }

  .section-block-copy.features {
    padding-bottom: 0;
  }

  .section-block-copy.card {
    background-position: 50% 5%;
    background-size: auto 45%;
    justify-content: flex-end;
    padding-left: 24px;
  }

  .section-block-copy.card.gray.img-bk {
    justify-content: flex-start;
    margin-top: 60px;
  }

  .section-block-copy.card.gray.instraction-header {
    background-color: #ecedef;
    background-position: 50% 100%;
    background-size: 100%;
    min-height: 300px;
  }

  .section-block-copy.hero {
    min-height: 80vh;
  }

  .section-block-copy.banner {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .section-block-how-to-use {
    grid-row-gap: 20px;
    padding-top: 100px;
  }

  .section-block-how-to-use.center {
    padding-top: 60px;
  }

  .section-block-how-to-use.features {
    padding-bottom: 0;
  }

  .section-block-how-to-use.card {
    background-position: 50% 5%;
    background-size: auto 45%;
    justify-content: flex-end;
    padding-left: 24px;
  }

  .section-block-how-to-use.card.gray.img-bk {
    justify-content: flex-start;
    margin-top: 60px;
  }

  .section-block-how-to-use.card.gray.instraction-header {
    background-color: #ecedef;
    background-position: 50% 100%;
    background-size: 100%;
    min-height: 300px;
  }

  .section-block-how-to-use.hero {
    min-height: 80vh;
  }

  .section-block-how-to-use.banner {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .step-copy {
    min-width: 80%;
  }

  .header-how-to-use {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-block-2 {
    margin-top: 10px;
    padding-left: 12px;
  }

  .separator-2 {
    display: none;
  }

  .header-block-3 {
    margin-top: 10px;
    padding-left: 12px;
  }

  .pic_instructions {
    min-width: 80%;
  }

  .video_slider {
    display: none;
  }

  .code-embed-3 {
    display: block;
  }

  .mobile-menu, .opened_menu, .mobile_menu_icon {
    display: none;
  }

  .testimonials {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .client_logo {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .header-cta {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    min-width: 100px;
    min-height: 200px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .header-cta.mobile_menu_buttons {
    width: 100%;
    display: flex;
  }

  .cell-1 {
    justify-content: space-between;
  }

  .heading {
    font-size: 40px;
    font-weight: 400;
  }

  .heading.center {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .large {
    font-size: 20px;
  }

  .section-block {
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-block.center {
    grid-row-gap: 24px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-block.center.footer {
    grid-row-gap: 40px;
  }

  .section-block.card {
    background-size: 130%;
    padding-top: 190px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-block.card.gray.img-bk {
    background-size: 130%;
    padding-top: 24px;
  }

  .section-block.card.gray.instraction-header {
    background-color: #e9e9e9;
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/photo_2025-06-23_16-49-39.jpg');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 250%;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 26px;
    text-decoration: none;
    display: flex;
  }

  .heading-2.left {
    text-align: left;
  }

  .regular.center.hero-caption, .regular.center.big_center_text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .regular.gray {
    text-align: center;
    max-width: 100%;
  }

  .regular.gray.right {
    max-width: 100%;
  }

  .regular.mob_center {
    text-align: center;
  }

  .regular.mob_center._100 {
    width: 100%;
  }

  .regular.cookie {
    font-size: 14px;
  }

  .regular.bread_crumb {
    text-align: center;
    max-width: 100%;
  }

  .regular.gray-copy, .regular.gray-copy.right {
    max-width: 100%;
  }

  .regular.link_gray {
    text-align: center;
    max-width: 100%;
  }

  .regular.link_gray.right {
    max-width: 100%;
  }

  .tag {
    height: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .heading-3 {
    line-height: 130%;
  }

  .heading-3.h3 {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 160%;
  }

  .paragraph-3.equipment {
    min-width: 250px;
    max-width: 500px;
  }

  .button {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .button.white.inheader {
    display: none;
  }

  .button.white.bim_pdf.mobile {
    display: flex;
  }

  .button.white.booton-new {
    width: 100%;
    min-width: 280px;
    max-width: 1000px;
    max-height: 100px;
    display: flex;
  }

  .button.white.booton-new.telegram {
    background-image: url('../images/Telegram_2019_Logo.svg-1.webp'), radial-gradient(circle, #fff0, #fff0);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .button.white.booton-new-copy {
    display: none;
  }

  .button.white.center_download {
    width: 100%;
    min-width: 280px;
    max-width: 1000px;
    max-height: 100px;
    display: flex;
  }

  .button.white.center_download.telegram {
    background-image: url('../images/Telegram_2019_Logo.svg-1.webp'), radial-gradient(circle, #fff0, #fff0);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .button.go {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .button.invert.play_video {
    width: 100%;
  }

  .button.invert.small {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .info-banner {
    padding: 24px 12px 210px;
  }

  .info-banner.b_1, .info-banner.b_2 {
    background-size: auto 190px;
  }

  .info-banner.b_3, .info-banner.b_4 {
    background-position: 50% 100%;
    background-size: auto 190px;
  }

  .section {
    margin-top: 40px;
    display: block;
  }

  .section.hero {
    background-position: 0 0, 50% 110%;
    background-size: auto, auto 48%;
  }

  .section.instraction-hero {
    padding-bottom: 0;
  }

  .section.main_hero {
    background-position: 0 0, 50% 110%;
    background-size: auto, auto 48%;
  }

  .header-block {
    grid-column-gap: 0px;
    height: 60px;
    padding-right: 12px;
  }

  .separator {
    display: none;
  }

  .logo {
    font-size: 17px;
  }

  .navigation-link, .links {
    display: none;
  }

  .tags {
    flex-wrap: wrap;
  }

  .feature_info.left.sticky, .feature_info.left.no_p {
    margin-bottom: 0;
  }

  ._3_columns, ._3_columns.news {
    grid-template-columns: 1fr;
  }

  ._3_columns.size-background {
    padding-left: 0;
    padding-right: 0;
  }

  ._3_columns.size-background.size-colunns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    place-content: space-between;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    max-width: 360px;
  }

  .step {
    min-height: 420px;
    padding: 12px 12px 160px;
  }

  .step.st_1 {
    background-position: 50% 100%;
    background-size: 80%;
  }

  .step.st_2 {
    background-position: 50% 80%;
    background-size: 70%;
  }

  .step.st_3 {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .hero_text {
    margin-top: 40px;
  }

  .string {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .social-button {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .success-message {
    padding: 0;
  }

  .footer {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .accept {
    height: auto;
  }

  .cookies__panel {
    z-index: 99999999;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
    inset: 0 0 auto;
  }

  .button_string {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .banner-usd {
    padding: 24px 12px;
  }

  .usn-logo {
    width: auto;
    height: 40px;
  }

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

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

  .news_header_and_date {
    width: 100%;
  }

  ._5-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._5-columns.news {
    grid-template-columns: 1fr;
  }

  .step-2 {
    min-height: auto;
    padding: 12px 12px 0;
  }

  .step-2.st_1 {
    background-position: 50% 100%;
    background-size: 80%;
  }

  .step-2.st_2 {
    background-position: 50% 80%;
    background-size: 70%;
  }

  .step-2.st_3 {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .div-block-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .info-banner-copy {
    padding: 24px 12px 210px;
  }

  .info-banner-copy.b_1, .info-banner-copy.b_2 {
    background-size: auto 190px;
  }

  .info-banner-copy.b_3, .info-banner-copy.b_4 {
    background-position: 50% 100%;
    background-size: auto 190px;
  }

  .info-banner-copy.photo_1 {
    width: auto;
  }

  .info-banner-copy.photo_1.size-iphone {
    background-size: 250px;
    width: 100%;
    min-width: 0%;
    min-height: 300px;
  }

  .info-banner-copy.photo_2 {
    box-sizing: border-box;
    background-size: 200px;
    width: 100%;
    min-width: 0%;
    min-height: 300px;
  }

  .info-banner-copy.photo_3 {
    background-position: -20% 90%;
    background-repeat: no-repeat;
    background-size: 120%;
    width: 100%;
    min-width: 0%;
    min-height: 300px;
  }

  .info-banner-copy.photo_3-copy {
    -webkit-text-fill-color: inherit;
    background-position: 50% 250%;
    background-size: cover;
    background-clip: padding-box;
    width: 100%;
    min-width: 0%;
    min-height: 300px;
  }

  .section-block-copy {
    grid-row-gap: 20px;
  }

  .section-block-copy.center {
    grid-row-gap: 24px;
  }

  .section-block-copy.card.gray.instraction-header {
    background-color: #e9e9e9;
    background-size: 150%;
    padding-top: 20px;
  }

  .section-block-copy {
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-block-copy.center {
    grid-row-gap: 24px;
    padding-bottom: 40px;
  }

  .section-block-copy.center.footer {
    grid-row-gap: 40px;
  }

  .section-block-copy.card {
    background-size: 130%;
    padding-top: 190px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-block-copy.card.gray.img-bk {
    background-size: 130%;
    padding-top: 24px;
  }

  .section-block-copy.card.gray.instraction-header {
    background-color: #e9e9e9;
    background-size: 130%;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-block-how-to-use {
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-block-how-to-use.center {
    grid-row-gap: 24px;
    padding-bottom: 40px;
  }

  .section-block-how-to-use.center.footer {
    grid-row-gap: 40px;
  }

  .section-block-how-to-use.card {
    background-size: 130%;
    padding-top: 190px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-block-how-to-use.card.gray.img-bk {
    background-size: 130%;
    padding-top: 24px;
  }

  .section-block-how-to-use.card.gray.instraction-header {
    background-color: #e9e9e9;
    background-size: 130%;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .step-copy {
    min-height: 420px;
    padding: 12px 12px 160px;
  }

  .step-copy.st_1 {
    background-position: 50% 100%;
    background-size: 80%;
  }

  .step-copy.st_2 {
    background-position: 50% 80%;
    background-size: 70%;
  }

  .step-copy.st_3 {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .logo-2 {
    font-size: 17px;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .button-2.white.inheader {
    display: none;
  }

  .header-block-2 {
    grid-column-gap: 0px;
  }

  .logo-3 {
    font-size: 17px;
  }

  .header-block-3 {
    grid-column-gap: 0px;
  }

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

  .instraction-text {
    display: flex;
  }

  .fill_string-copy.vertical-mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pic_instructions {
    min-height: auto;
    padding: 12px 12px 0;
  }

  .pic_instructions.st_1 {
    background-position: 50% 100%;
    background-size: 80%;
  }

  .pic_instructions.st_2 {
    background-position: 50% 80%;
    background-size: 70%;
  }

  .pic_instructions.st_3 {
    background-position: 50% 100%;
    background-size: 100%;
  }

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

  .code-embed-3 {
    display: block;
  }

  .mobile-menu {
    background-color: #fff;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .opened_menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .header-cta-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    min-width: 300px;
    min-height: 250px;
    margin-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .heading-2-menu {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    font-size: 32px;
    text-decoration: none;
    display: flex;
  }

  .heading-2-menu.w--current {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .header-cta-menu-down {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: 300px;
    min-height: 0;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mobile_menu_icon {
    width: 28px;
    height: 40px;
    display: block;
  }

  .button_close {
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .xmark_icon {
    width: 24px;
    height: 24px;
  }

  .testimonials {
    flex-flow: column;
  }

  .client_logo {
    width: 100px;
  }
}

#w-node-d5cfd987-8444-c87f-dfcf-3adac954eb86-44dbcc64 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_615a22ae-41d3-0573-6e2b-f7c5bf9716c4-b5770e92, #w-node-_615a22ae-41d3-0573-6e2b-f7c5bf9716c5-b5770e92, #w-node-_615a22ae-41d3-0573-6e2b-f7c5bf9716c6-b5770e92, #w-node-_412b627a-ae04-bcc8-4c1a-c399a012ecc1-b5770e92, #w-node-_5f8c9bcd-ad01-a439-f386-bfe9387989ab-b5770e92, #w-node-_42e3e2c0-70dc-5778-51d1-83f99a78f04a-b5770e92, #w-node-_9d10963b-635e-f6b2-574c-957aaf469702-b5770e92, #w-node-_710b4548-3c7c-550d-9824-c248fc286075-b5770e92, #w-node-_9269ec9e-229d-d0dd-e54d-7f143cf8c8b3-b5770e92, #w-node-_18c0e68b-b626-575b-3c25-f8a69d3c4ce9-b5770e92 {
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-d5cfd987-8444-c87f-dfcf-3adac954eb86-44dbcc64 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}


@font-face {
  font-family: 'Graphik LCG Regular';
  src: url('../fonts/GraphikLCG-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik LCG Medium';
  src: url('../fonts/GraphikLCG-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}