html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}


audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}



[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}


.w-icon-nav-menu:before {
  content: "î˜‚";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
  content: "î¤€";
}

.w-icon-file-upload-icon:before {
  content: "î¤ƒ";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}


img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}


.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}


.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}


blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}


.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}


.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}


.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}


@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --white: white;
  --grey: #878787;
  --headerplachka: #f5f5f54d;
}

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}


a {
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

.box {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 15%;
  left: 0%;
  right: 0%;
  overflow: visible;
}


.p.otst-niz {
  margin-bottom: 25px;
}

.h2-privacy {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.center {
  text-align: center;
  align-items: center;
}

.onescreen {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.twoscreen {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  margin: 75px auto 0;
  display: flex;
}

.twoscreen.nomargin {
  margin-top: 75px;
  margin-bottom: 0;
  overflow: hidden;
}

.twoscreen._1em {
  padding-right: 1svw;
}

.minitext {
  width: 100%;
  max-width: 325px;
}

.paragraph-5 {
  justify-content: center;
  align-items: center;
  font-family: Papertigersans, sans-serif;
  font-size: 30px;
  display: flex;
}



.paragraph-9 {
  font-size: 42px;
  line-height: 43px;
}

.paragraph-9.phone {
  display: block;
}

.textblocktwo {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 43px;
  display: flex;
}

.paragraph-11 {
  width: 100%;
  max-width: 582px;
  font-size: 20px;
  line-height: 21px;
}

.sectiontrain {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 400px;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sectiontrain.z-index {
  z-index: 2;
  margin-top: 60px;
  overflow: hidden;
}

.sectiontrain.z-index.margin {
  margin-top: -80px;
  position: relative;
  inset: 0% auto auto;
}

.sectiontrain.z-index.margin.mobile {
  display: none;
}

.trainwagon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 83px;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}

.threscreen {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}


.blockgif {
  perspective: 826px;
  width: 100%;
  max-width: 950px;
  height: 800px;
  max-height: 800px;
  display: flex;
  position: relative;
  transform: perspective(459px);
}

.gifblock {
  z-index: 1;
  transform-style: preserve-3d;
  background-color: #d9d9d9;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 334px;
  max-width: 334px;
  height: 100%;
  min-height: 495px;
  max-height: 495px;
  padding-top: 0;
  padding-left: 0;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: 96px;
  transform: rotate(-5.16deg);
}

.gifblock:hover {
  z-index: 3;
  transform: translate3d(0, 0, 80px)rotate(-5.16deg);
}

.gifblock.twogif {
  z-index: 2;
  transform-style: preserve-3d;
  background-color: #bdbdbd;
  inset: 218px auto 0% 23%;
  transform: rotate(-5.42deg);
}

.gifblock.twogif:hover {
  z-index: 4;
  transform: translate3d(0, 0, 80px)rotate(-5.42deg);
}

.gifblock.twogif.aipad {
  left: 15%;
  overflow: hidden;
}

.gifblock.thre {
  z-index: 3;
  transform-style: preserve-3d;
  inset: 39px 20% 0% auto;
  transform: rotate(4.13deg);
}

.gifblock.thre:hover {
  z-index: 5;
  transform: translate3d(0, 0, 80px)rotate(4.13deg);
}

.gifblock.thre.aipad {
  right: 29%;
  overflow: hidden;
}

.gifblock.fore {
  z-index: 4;
  transform-style: preserve-3d;
  background-color: #bdbdbd;
  inset: 290px 0% 0% auto;
  transform: rotate(7.34deg);
}

.gifblock.fore:hover {
  transform: translate3d(0, 0, 80px)rotate(7.34deg);
}

.gifblock.fore.aipad {
  right: 6%;
  overflow: hidden;
}

.gifblock.aipad.onecard {
  left: -5%;
  overflow: hidden;
}

.gifblock.aipad.sixcard {
  transform-style: preserve-3d;
  left: -5%;
  overflow: hidden;
}

.gifblock.five {
  z-index: 3;
  transform-style: preserve-3d;
  inset: 39px 20% 0% auto;
  transform: rotate(4.13deg);
}

.gifblock.five:hover {
  z-index: 5;
  transform: translate3d(0, 0, 80px)rotate(4.13deg);
}

.gifblock.five.aipad {
  right: -16%;
  overflow: hidden;
}

.textgif {
  color: var(--white);
  border-radius: 10px;
  padding: 8px;
  font-size: 22px;
  display: block;
  position: absolute;
  inset: 64px auto auto 42px;
}

.giftetx {
  font-size: 40px;
  display: none;
}

.threscreend {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-top: 180px;
  margin-bottom: 180px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1240px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.textservices {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  display: block;
  position: absolute;
  inset: 94px 0% auto;
}

.textservices.aiphonetext {
  display: none;
}

.sectionservies {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: column;
  width: 600px;
  display: flex;
}

.sectionservies.right {
  margin-top: 157px;
}

.blockdarck {
  background-color: #272727;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 590px;
  height: 474px;
  padding-top: 182px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blockdarck:hover {
  width: 600px;
  height: 484px;
  box-shadow: 5px 5px 10px #00000059;
}

.decisive-people {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 180px;
  margin-bottom: 180px;
  display: flex;
}

.background-video {
  border-radius: 10px;
  width: 100%;
  max-width: 1240px;
}

.play-pause-button {
  inset: 0%;
}


.mask {
  width: auto;
  max-width: 295px;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.arrow {
  color: #000;
  height: 34px;
  font-size: 25px;
  inset: auto 9% 0% 0%;
}

.arrow.right {
  inset: auto 0% 0% 9%;
}

.slogan.non {
  margin-top: 0;
  margin-right: 20px;
}

.slide, .slide-2 {
  width: 295px;
  margin-right: 20px;
}


.div-block-14.z-i-2 {
  z-index: 2;
  background-color: #fff;
}
.image {
  position: absolute;
  inset: 0%;
}

.onenav {
  margin-right: 0;
}

.onenav.last {
  margin-right: 18px;
}

.onenav.max {
  width: 270px;
}

.paragraph-21 {
  color: #878787;
  margin-bottom: 22px;
  font-family: Papertigersans, sans-serif;
  font-size: 25px;
}

.prpol-allrd {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 274px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 47px;
}

.paragraph-21-copy {
  color: #878787;
  margin-bottom: 22px;
  font-family: Papertigersans, sans-serif;
  font-size: 18px;
}

.fon {
  background-color: #272727;
  border-top-left-radius: 32px;
  width: 100%;
  display: flex;
  position: relative;
}

.fontwo {
  z-index: 2;
  background-color: #272727;
  border-top-left-radius: 32px;
  width: 89px;
  height: 400px;
  position: absolute;
  inset: 34% auto auto 0%;
}

.fontwo.white {
  z-index: 1;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #fff;
  border-bottom-right-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 176px;
  display: flex;
  top: 0;
  left: 0;
}

.ygol {
  background-color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 29px;
}

.ygol.two {
  top: 50px;
  left: auto;
  right: 1px;
}

.ygol.two.ghj {
  width: 52px;
  height: 50px;
  margin-top: auto;
  margin-left: auto;
  inset: 0% auto auto 66.01%;
}

.ygol.thre {
  width: 53px;
  position: absolute;
  top: 0;
  left: auto;
  right: 352px;
  overflow: hidden;
}

.ygol.thre.bot {
  top: 50px;
  right: 0;
}

.ygol.oooonneee {
  width: 54px;
  left: 30px;
}

.ygoltwoo {
  background-color: #272727;
  border-top-left-radius: 32px;
  width: 63px;
  height: 54px;
}

.ygoltwoo.two {
  border-top-left-radius: 0;
  border-top-right-radius: 32px;
  width: 53.5px;
  margin-top: 0;
  margin-left: 0;
  padding-right: 0;
  top: 0%;
  left: 0%;
}

.backup {
  background-color: #fff;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 354px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.image-2 {
  width: 27px;
  margin-bottom: 4px;
}

.camera {
  width: 100%;
  height: 100vh;
  padding-top: 118px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-left: 100px;
  display: flex;
}

.item {
  border: 1px solid #fff;
  border-radius: 20px;
  flex: none;
  width: 31%;
  height: 170px;
  padding-top: 23px;
  padding-left: 11px;
  padding-right: 11px;
}

.item.onecard {
  width: 31%;
  height: 170px;
  padding-left: 11px;
  padding-right: 11px;
}

.paragraph-23 {
  color: #fff;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 0%;
  font-size: 34px;
  line-height: 100%;
}

.video {
  z-index: 2;
  background-color: #00000073;
  border-radius: 32px;
  width: 100%;
  max-width: 1240px;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.video._108 {
  margin-top: 108px;
}

.video._108._73 {
  margin-bottom: 0;
}

.background-video-2 {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 427px;
  display: flex;
}

.background-video-3 {
  width: 100%;
/*  height: 100%;*/
}

.background-video-4 {
  width: 100%;
  height: 102%;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.text-span-40 {
  text-transform: uppercase;
}

.resultssection {
  width: 100%;
  height: auto;
  padding-top: 180px;
}


.paragraph-66 {
  color: var(--black);
  margin-bottom: 71px;
  font-family: Papertigersans, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.text-span-43 {
  color: #878787;
}


.slide-5 {
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 24px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-5._24 {
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 12px;
  margin-right: 24px;
}

.slide-5._24._180 {
  width: 360px;
  margin-left: 0;
  margin-right: 24px;
}

.slide-5._24._180.mob {
  margin-right: 24px;
}

.slide-5._320 {
  width: 360px;
  max-width: 360px;
}

.contentclider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 360px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.image-29 {
  width: 19px;
  max-width: none;
  height: auto;
}

.slide-nav-3 {
  display: none;
}

.image-31 {
  width: 360px;
  max-width: 532px;
}

.flexcontainer {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  width: 100%;
  max-width: 1104px;
  height: 100%;
  margin-top: 50px;
  display: flex;
}


.youtube-5, .youtube-6 {
  height: 100%;
}

.background-video-11 {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-video-12 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.background-video-13, .background-video-14 {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.background-video-15, .background-video-16, .background-video-17 {
  z-index: 2;
}

.video-3 {
  width: 100%;
  height: 100%;
  max-height: 300px;
  padding-bottom: 0;
  position: absolute;
  top: -55px;
}

.video-4 {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  min-width: 370px;
  height: 487px;
  min-height: 487px;
  margin-left: 0;
}

.lightbox-link.h-auto {
  height: auto;
  min-height: auto;
}

.playblock {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.playblock.border {
  border-radius: 20px;
  min-width: 356px;
  min-height: 494px;
}

.image-42 {
  position: absolute;
  inset: 0%;
}

.image-42.home-page {
  min-width: 356px;
  position: relative;
  top: 0%;
}

.image-43 {
  z-index: 1;
  border-radius: 127%;
  width: 60px;
  position: absolute;
}

.slide-nav-5 {
  z-index: 1;
}

.div-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mobile_block {
  display: none;
}

.personal {
  width: 80%;
  max-width: 100%;
}

.hiden-non {
  overflow: visible;
}

html.w-mod-js [data-ix="opacity-0-initial-appearance"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .background-video {
    max-width: 1240px;
    height: 100%;
    max-height: none;
    overflow: hidden;
  }

  .video {
    overflow: hidden;
  }

  .paragraph-41 {
    white-space: normal;
    font-size: 53px;
  }

  .www {
    font-size: 53px;
  }

  .image-5 {
    position: absolute;
  }

  .image-13 {
    max-width: 100%;
    bottom: auto;
  }

  .paragraph-55 {
    top: 29%;
  }

  .twoscroltext {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .threscroltext {
    justify-content: flex-start;
    align-items: flex-start;
    top: 14.9svw;
  }

  .gorizontscrole-copy {
    height: 300svw;
  }

  .text-span-34 {
    font-size: 53px;
  }
}

@media screen and (min-width: 1920px) {
  .twoscreen.nomargin {
    margin-bottom: 0;
  }

  .sectiontrain.z-index, .sectiontrain.z-index.margin {
    margin-top: 0;
  }

  .gorizontscrole {
    height: 250vh;
  }

  .background-video, .slider {
    max-width: 1440px;
  }

  .frame {
    padding-top: 100px;
  }

  .item {
    height: auto;
    min-height: auto;
    padding: 50px 30px;
  }

  .item.onecard {
    width: 33%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .item.sixcard, .item.sevencard, .item.eightcard {
    height: auto;
  }

  .paragraph-23 {
    color: #fff;
    height: 180px;
    margin-top: 0%;
    margin-bottom: 0;
    margin-left: 0%;
    font-size: 3em;
    line-height: 1.2em;
  }

  .paragraph-23.last {
    margin-top: 6%;
  }

  .heading-3 {
    font-size: 120px;
  }

  .paragraph-24 {
    margin-top: 3%;
    font-size: 52px;
  }

  .image-5 {
    position: absolute;
    bottom: -241px;
    right: 0;
  }

  .paragraph-53 {
    font-size: 400%;
  }

  .paragraph-53._1 {
    font-size: 500%;
  }

  .paragraph-53._1._11 {
    font-size: 400%;
  }

  .textselector {
    height: 70%;
  }

  .image-13 {
    min-width: 100%;
  }

  .paragraph-55 {
    top: 15%;
  }

  .twoscroltext {
    top: 30svw;
  }

  .two {
    top: 10svw;
  }

  .gorizontscrole-copy {
    height: 250vh;
  }

  .div-block-27 {
    width: 100%;
    min-width: auto;
    max-width: 1240px;
  }

  .slide-5._24._180 {
    max-width: none;
  }

  .div-block-34 {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    padding-left: 10px;
    font-size: 30px;
  }

  .link-logo {
    margin-right: 5%;
  }

  .privacy-section-yes {
    padding-top: 0;
    padding-bottom: 0;
  }

  .z-of-privacy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  ._4-95.aipad {
    display: none;
  }

  .twoscreen {
    margin-bottom: -75px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .twoscreen.nomargin {
    padding-left: 30px;
    padding-right: 30px;
  }

  .textblock {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
  }

  .minitext {
    width: auto;
    max-width: none;
  }

  .paragraph-5 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
  }

  .text-big {
    max-width: 675px;
    margin-left: auto;
    margin-right: 0;
  }

  .tetx-left {
    padding-left: 145px;
  }

  .paragraph-11 {
    margin-left: 0;
  }

  .sectiontrain {
    min-height: 250px;
  }

  .sectiontrain.z-index {
    display: none;
  }

  .trainwagon.one, .trainwagon.black {
    height: 60px;
  }

  .paragraph-12 {
    font-size: 35px;
  }

  .blockgif {
    width: 80%;
  }

  .gifblock, .gifblock.twogif {
    width: auto;
    height: auto;
  }

  .gifblock.twogif.aipad, .gifblock.thre.aipad, .gifblock.fore.aipad {
    height: 375px;
  }

  .gifblock.aipad {
    width: auto;
    min-width: 220px;
    height: auto;
    min-height: 375px;
  }

  .gifblock.five.aipad {
    height: 375px;
  }

  .gorizontscrole {
    height: 450vw;
  }

  .threscreend {
    height: auto;
    margin-bottom: 100px;
  }

  .textservices.none {
    justify-content: center;
    align-items: center;
  }

  .sectionservies {
    width: 100%;
    margin-top: 0;
  }

  .sectionservies.right {
    margin-top: 100px;
  }

  .blockdarck {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 250px;
  }

  .blockdarck:hover {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .background-video {
    border-radius: 32px;
    width: 98%;
  }


  .mask {
    width: 233px;
  }


  .slide {
    width: auto;
  }

  .slide-2 {
    width: auto;
    min-width: 233px;
    max-width: 233px;
  }

  .paragraph-18 {
    font-size: 30px;
  }

  .image {
    max-width: 130%;
    left: -16%;
  }

  .text-btn {
    width: 100%;
    margin-left: 85px;
  }

  .link {
    font-size: 16px;
  }

  .fontwo {
    height: 800px;
    top: 25.4%;
  }

  .ygol.two.ghj {
    left: 43.7%;
  }

  .ygol.thre {
    right: 352px;
  }

  .ygoltwoo.two {
    display: flex;
  }

  .ygoltwoo.two.no {
    border-top-right-radius: 0;
    display: flex;
  }

  .item, .item.onecard {
    height: 20%;
  }

  .paragraph-23 {
    font-size: 1.7em;
  }

  .textblocki {
    justify-content: space-between;
  }

  .textblocki.marketingconsulting {
    flex-flow: column;
  }

  .tetxblocimini {
    width: auto;
    height: auto;
    line-height: 100%;
  }

  .paragraph-26 {
    width: auto;
    font-size: 25px;
    line-height: 30px;
  }

  .text-span-7 {
    font-size: 25px;
  }

  .paragraph-27 {
    max-width: 302px;
    font-size: 12px;
    line-height: 12px;
  }

  .paragraph-27._503 {
    max-width: 282px;
  }

  .paragraph-27._503.non {
    max-width: none;
  }

  .textxx.asd {
    width: 100%;
    padding-left: 100px;
    padding-right: 20px;
  }

  .textxx.asd._40 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .video, .video._108._73 {
    margin-top: 30px;
  }

  .text-card {
    width: 100%;
  }

  .textsss {
    width: 100%;
    max-width: 500px;
  }

  .paragraph-28 {
    font-size: 25px;
    line-height: 25px;
  }

  .paragraph-28.pc {
    margin-bottom: 35px;
  }

  .text-span-9 {
    margin-left: 130px;
  }

  .gridcard {
    grid-template-columns: min-content min-content;
  }

  .gridcard.two.right {
    grid-template-columns: min-content min-content;
    display: none;
  }

  .gridcard.two.right.aipad {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: start;
    display: grid;
  }

  .gridcard.two.left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: min-content min-content;
    grid-auto-columns: 1fr;
    display: none;
  }

  .gridcard.two.left.aipad {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: end;
    display: grid;
  }

  .gridcard.pc {
    display: none;
  }

  .gridcard.aipad.left {
    flex-flow: row;
    grid-template-rows: auto;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 12px;
    display: flex;
  }

  .gridcard.aipad.right {
    flex-flow: row;
    grid-template-rows: auto;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 12px;
    display: flex;
  }

  .carditem {
    min-width: 272px;
    max-width: 272px;
    min-height: 294px;
  }

  .paragraph-30._65-28 {
    margin-top: 65px;
    margin-left: 28px;
  }

  .paragraph-30-copy {
    font-size: 12px;
  }

  .paragraph-30-copy._26-28 {
    padding-top: 28px;
    padding-left: 26px;
  }

  .image-3 {
    top: 77%;
  }


  .mask-2 {
    width: 184px;
    min-width: auto;
    height: 289px;
  }

  .slide-3 {
    width: auto;
    max-width: 184px;
    height: 100%;
  }

  .our-packages {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 90px;
  }
  .content {
    z-index: 3;
    position: relative;
  }

  .conteinerthre {
    width: 689px;
    height: 682px;
    overflow: hidden;
  }

  .image-4 {
    max-width: 134%;
    display: none;
    transform: rotate(41deg);
  }

  .textblochok {
    top: 76%;
    bottom: auto;
    right: 16%;
  }

  .textblochok._89 {
    top: 34%;
    bottom: auto;
    left: 24%;
  }

  .textblochok._75 {
    top: 49%;
    bottom: auto;
    left: 36%;
  }

  .textblochok._69 {
    top: 62%;
    left: 48%;
  }

  .textblochok._83 {
    top: 79%;
    left: 79%;
  }

  .textblochok.one {
    top: 26%;
    bottom: auto;
    left: 15%;
  }

  .textblochok._5 {
    top: 75%;
    left: 58%;
    right: 11%;
  }

  .num {
    flex-flow: column-reverse;
  }

  .conteinerfore {
    width: 689px;
    margin-bottom: 107px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .thre {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .paragraph-41, .paragraph-41-copy {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .www {
    font-size: 30px;
    line-height: 100%;
  }

  .personal-branding {
    height: auto;
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-44 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .paragraph-44.center {
    margin-bottom: 0;
  }

  .bloctext {
    width: 525px;
    margin-left: 0%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-5 {
    width: 2000px;
    max-width: none;
    height: 2000px;
    inset: -200px auto auto;
  }

  .personal-strategy {
    display: block;
  }

  .contentblockis {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-46 {
    padding-left: 20px;
  }

  .punkti {
    width: 90%;
  }

  .oneitem.two {
    max-width: none;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .texttwo {
    margin-bottom: 0;
    font-size: 17px;
  }

  .linestrategy.two {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    top: auto;
    left: 0%;
  }

  .textone {
    font-size: 17px;
  }

  .textthre, .text4, .text5, .text6, .text7, .text8, .text9 {
    margin-bottom: 0;
    font-size: 17px;
  }

  .paragraph-26-copy {
    font-size: 30px;
  }

  .paragraph-27-copy {
    width: auto;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 100%;
  }

  .paragraph-27-copy-copy {
    width: auto;
    font-size: 25px;
    line-height: 100%;
  }

  .paragraph-48._30 {
    margin-top: 30px;
  }

  .image-5-copy.qwe {
    max-width: 200%;
    top: -28%;
    left: -312px;
    right: auto;
  }

  .paragraph-49 {
    display: block;
  }

  .paragraph-49.pc {
    display: none;
  }

  .sectionpaidads {
    height: 280vh;
  }

  .text-scrollbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .scrollbar {
    width: 250px;
  }

  .scrollbar.white {
    width: 300px;
    left: -120%;
  }

  .flessx {
    right: 3%;
  }

  .div-block-22 {
    flex-flow: column;
    width: 100%;
  }

  .image-7 {
    width: 100%;
    max-width: 100%;
    height: 70%;
    display: block;
    position: absolute;
    top: 200px;
  }

  .image-8 {
    position: absolute;
    inset: 13% 0% 0% auto;
  }

  .right-arrow-3 {
    font-size: 30px;
  }

  .div-block-23 {
    width: 100%;
    max-width: 867px;
    display: block;
  }

  .item_gorizontal {
    width: 100%;
    min-width: 400vw;
    max-width: 400vw;
  }

  .paragraph-54 {
    font-size: 50px;
  }

  .text-span-25 {
    padding-top: 10px;
    line-height: 25px;
  }

  .image-13 {
    display: none;
    bottom: 25%;
  }

  .twoscroltext, .threscroltext, .forescroltext {
    font-size: 50px;
  }

  .two {
    max-width: 500px;
    font-size: 20px;
    left: 10%;
  }

  .thetext {
    max-width: 500px;
    font-size: 20px;
    left: 35%;
  }

  .fivetext {
    max-width: 500px;
    font-size: 20px;
    left: 55%;
  }

  .gorizontscrole-copy {
    height: 280vw;
  }

  .image-14 {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    display: block;
    position: absolute;
    top: -113px;
    left: 0;
  }

  .mobilefone {
    width: 100%;
    max-width: 100%;
    height: 70%;
    position: absolute;
    top: 200px;
  }

  .div-block-24 {
    display: none;
  }

  .tetxblocimini-copy {
    width: 456px;
    height: 70px;
    line-height: 100%;
  }

  .personal-strategynoanim {
    display: none;
  }

  .campaigns-types {
    margin-bottom: 80px;
  }

  .mobile {
    display: none;
  }

  .paragraph-65 {
    margin-top: 16px;
  }

  .left-arrow-8 {
    left: 309px;
  }

  .left-arrow-8.right {
    right: 309px;
  }

  .image-29 {
    width: 12px;
  }

  .image-31 {
    max-width: 173px;
  }

  .paragraph-67 {
    font-size: 40px;
  }


  .flexcontainer {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
  }

  .temaboutclients {
    max-width: 217px;
    min-height: 358px;
    max-height: 358px;
  }

  .masc5 {
    max-width: 200px;
  }

  .feeedback {
    padding-left: 0;
  }

  .textfeedback {
    margin-left: auto;
    font-size: 40px;
  }

  .image-33 {
    max-width: 218px;
  }

  .image-34 {
    max-width: 250px;
  }

  .popupblock {
    max-width: 606px;
    min-height: 802px;
  }

  .image-35 {
    top: 49px;
    right: 45px;
  }

  .lightbox-link {
    min-width: 184px;
    height: 289px;
    min-height: 289px;
    overflow: visible;
  }

  .image-42 {
    top: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  .link-logo {
    width: 4vw;
    height: 4vw;
    padding-left: 0;
  }

  .l.pri.w--current {
    display: inline-block;
  }

  .blockgif {
    width: 100%;
  }

  .gifblock.twogif.aipad {
    left: 22%;
  }

  .gifblock.thre.aipad {
    right: 21%;
  }

  .gifblock.fore.aipad {
    right: 0%;
  }

  .gifblock.five.aipad {
    right: 21%;
  }


  .text-btn {
    margin-left: 50px;
  }

  .paragraph-20 {
    font-size: 39px;
  }

  .onenav {
    min-width: 153px;
  }

  .link {
    margin-bottom: 0;
    font-size: 14px;
  }

  .prpol-allrd {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
  }

  .fontwo {
    height: 100%;
    top: 29%;
  }

  .ygol.two.ghj {
    height: 19px;
    left: 45%;
  }

  .ygol.thre {
    display: none;
  }

  .ygoltwoo.two {
    width: 43px;
    height: 52px;
  }

  .backup {
    width: 288px;
  }

  .carditem {
    padding-bottom: 20px;
  }

  .conteinerthre, .conteinerfore {
    width: 100%;
  }

  .paragraph-49 {
    z-index: 3;
    position: relative;
  }

  .sectionpaidads {
    margin-bottom: 90px;
  }

  .text-scrollbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .scrollbar {
    width: 320px;
    min-width: 320px;
  }

  .scrollbar.white {
    width: 320px;
    left: -100%;
  }

  .paragraph-53 {
    font-size: 300%;
  }

  .div-block-22 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-23 {
    max-width: none;
  }


  .onelinemenu {
    background-color: var(--black);
    width: 23px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .twolinemenu {
    width: 12px;
    height: 2px;
    padding-bottom: 0;
  }

  .case {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13px;
    line-height: 20px;
  }

  a {
    float: none;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    position: static;
  }

  .img-logo {
    max-width: 110%;
  }

  .link-logo {
    width: 5vw;
    height: 5vw;
  }

  .box {
    opacity: 1;
  }

  .privacy-section-yes {
    overflow: hidden;
  }

  .z-of-privacy {
    padding-top: 20px;
  }

  .h2-privacy {
    font-size: 25px;
    line-height: 33px;
  }

  .center {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .onescreen {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 740px;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .rotetebox {
    display: none;
  }


  .minitext {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-5 {
    text-align: left;
    padding-left: 0;
    font-size: 45px;
  }

  .text-big {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-big.aiphone {
    max-width: 350px;
    display: block;
  }

  .tetx-left {
    padding-left: 163px;
    font-size: 21px;
    line-height: 21px;
    display: none;
  }

  .paragraph-9 {
    text-align: left;
    font-size: 21px;
    line-height: 21px;
    display: block;
  }

  .paragraph-9.phone {
    display: none;
  }

  .paragraph-9._360 {
    max-width: none;
  }

  .textblocktwo {
    margin-top: 30px;
  }

  .paragraph-11 {
    max-width: 350px;
    font-size: 16px;
  }

  .sectiontrain {
    height: auto;
    min-height: 200px;
    top: 0;
  }

  .threscreen {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    overflow: hidden;
  }

  .blockgif {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 360px;
    height: 1100px;
    max-height: none;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gifblock {
    width: 189px;
    min-width: auto;
    max-width: none;
    height: 321px;
    min-height: auto;
    max-height: none;
  }

  .gifblock.twogif.aipad {
    width: 189px;
    min-width: auto;
    height: 321px;
    min-height: auto;
    inset: 125px 10px auto auto;
  }

  .gifblock.thre.aipad {
    width: 189px;
    min-width: auto;
    height: 321px;
    min-height: auto;
    inset: 375px auto auto 10px;
  }

  .gifblock.fore.aipad {
    width: 189px;
    min-width: auto;
    height: 321px;
    min-height: auto;
    top: 500px;
    bottom: auto;
    right: 10px;
  }

  .gifblock.aipad.onecard {
    width: 189px;
    min-width: auto;
    max-width: none;
    height: 321px;
    min-height: auto;
    max-height: none;
    top: 22px;
    left: 10px;
  }

  .gifblock.aipad.sixcard {
    width: 189px;
    min-width: auto;
    max-width: none;
    height: 321px;
    min-height: auto;
    max-height: none;
    top: 731px;
    left: 10px;
  }

  .gifblock.aipad.sixcard:hover {
    z-index: 5;
    transform: translate3d(0, 0, 80px)rotate(-5.16deg);
  }

  .gifblock.aipad.sixcard.mobile {
    display: flex;
  }

  .gifblock.five.aipad {
    width: 189px;
    min-width: auto;
    height: 321px;
    min-height: auto;
    inset: 375px auto auto 10px;
  }

  .textgif {
    font-size: 20px;
    inset: 17px auto auto 14px;
  }

  .gorizontscrole {
    height: 300vw;
    display: none;
  }

  .gorizontscrole.mobile {
    background-color: #272727;
    height: 800vw;
    display: none;
    overflow: visible;
  }

  .threscreend {
    margin-top: 65px;
    overflow: hidden;
  }

  .check-out-our-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services {
    flex-flow: column;
    margin-top: 35px;
  }

  .textservices {
    text-align: center;
    font-size: 21px;
    display: flex;
    top: 45px;
  }

  .textservices.aiphonetext {
    display: flex;
  }

  .textservices.none {
    display: none;
  }

  .sectionservies {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    display: none;
  }

  .sectionservies.right {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    margin-top: 0;
  }

  .blockdarck {
    justify-content: flex-start;
    align-items: center;
    min-height: 282px;
    padding-top: 133px;
  }

  .blockdarck:hover {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .blockdarck.mini {
    padding-top: 110px;
  }

  .decisive-people {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .background-video {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .arrow {
    display: flex;
    bottom: 0%;
    right: 30%;
  }

  .arrow.right {
    left: 30%;
  }


  .paragraph-17 {
    font-size: 16px;
  }

  .slogan {
    margin-top: 10px;
    margin-right: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .slogan.mini {
    margin-right: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .slogan.non {
    margin-top: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .slogan.max {
    margin-right: 10px;
  }

  .slogan.max-20 {
    margin-right: 30px;
  }

  .slogan.max-50 {
    margin-right: 90px;
  }

  .div-block-14.black {
    position: absolute;
    left: auto;
  }

  .div-block-14.z-i-2 {
    position: absolute;
    inset: auto;
  }
  .paragraph-18 {
    margin-bottom: 0;
    font-size: 21px;
  }

  .paragraph-18._188 {
    max-width: 188px;
  }

  .image {
    z-index: 1;
    width: 150%;
    max-width: none;
    height: auto;
    inset: 20% 0% 0% -20%;
  }


  .onenav {
    flex-flow: column;
    min-width: 100px;
    display: flex;
  }

  .onenav.last {
    margin-top: 40px;
    display: block;
  }



  .prpol-allrd {
    margin-top: 30px;
    position: static;
    left: -11%;
  }

  .paragraph-21-copy {
    margin-bottom: 0;
    font-size: 14px;
  }

  .fon {
    z-index: auto;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    width: 100%;
  }

  .fontwo {
    z-index: 4;
    border-bottom-left-radius: 32px;
    width: 53px;
    max-height: 513px;
    top: 11%;
  }

  .fontwo.white {
    z-index: 15;
    background-color: #fff0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: row;
    width: auto;
    height: auto;
    max-height: none;
    position: static;
    top: 0;
    left: 0;
  }

  .ygol.two {
    border-top-left-radius: 32px;
  }

  .ygol.two.ghj {
    z-index: 10;
    height: 14px;
    display: none;
    top: 0;
    left: auto;
    right: auto;
  }

  .ygol.thre {
    display: block;
    right: 100%;
  }

  .ygol.thre.bot {
    top: 36px;
  }

  .ygol.thre._4 {
    width: 20px;
    height: 33px;
    top: 54px;
    right: 50%;
    overflow: visible;
    transform: rotate(-90deg);
  }

  .ygol.oooonneee {
    display: none;
    top: 102px;
    left: -51px;
  }

  .ygoltwoo.two {
    border-top-right-radius: 26px;
    width: 103%;
    max-width: none;
    height: 100%;
    display: block;
    left: -2%;
  }

  .ygoltwoo.two._103 {
    width: 103%;
  }

  .ygoltwoo.two.mini {
    width: 83%;
    left: 0%;
  }

  .backup {
    background-color: #fff0;
    border-bottom-left-radius: 15px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 36px;
    margin-top: 23px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    inset: auto;
    overflow: visible;
  }

  .paragraph-22 {
    white-space: nowrap;
    padding-left: 0;
    font-size: 16px;
  }

  .image-2 {
    z-index: 99;
    width: 13px;
    height: 8px;
    margin-bottom: 5px;
    position: relative;
    inset: 0% auto auto;
  }

  .camera {
    width: 100vw;
    height: 800px;
    max-height: none;
    padding-top: 0;
    top: 0;
  }

  .camera._150 {
    width: 100%;
    max-width: none;
    height: 100vh;
    overflow: visible;
  }

  .camera.color {
    background-color: #272727;
  }

  .frame {
    padding-left: 30px;
  }

  .item {
    width: auto;
    min-width: 218px;
    height: 93px;
    min-height: auto;
    padding-top: 20px;
    padding-left: 21px;
  }

  .item.onecard {
    width: auto;
    min-width: 218px;
    max-width: 218px;
    height: 93px;
    display: block;
  }

  .item.twocard, .item.threcard, .item.forecard, .item.fivecard, .item.sixcard {
    display: block;
  }

  .paragraph-23 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 18px;
    display: block;
  }

  .paragraph-23.last {
    margin-top: 0%;
    display: block;
  }


  .paragraph-24 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
  }

  .textblocki {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .textblocki.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .textblocki.marketingconsulting {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .tetxblocimini {
    flex-flow: column;
    width: auto;
    min-width: auto;
    height: auto;
    margin-top: 0;
  }

  .tetxblocimini._312 {
    max-width: 312px;
  }

  .paragraph-26 {
    margin-top: 27px;
    margin-bottom: 15px;
    font-size: 30px;
    display: block;
  }

  .text-span-7 {
    font-size: 30px;
  }

  .paragraph-27 {
    max-width: none;
    display: block;
  }

  .paragraph-27._503 {
    max-width: none;
  }

  .paragraph-27._503.non {
    white-space: normal;
    width: 300px;
  }

  .paragraph-27._310 {
    width: 310px;
  }

  .paragraph-27._377 {
    max-width: 262px;
  }

  .textxx.asd {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 302px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .textxx.asd._40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: auto;
    height: 100%;
    margin-top: 15px;
    display: flex;
  }

  .textxx.asd.mob {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .textxx.asd.pc {
    display: none;
  }

  .video {
    margin-top: 27px;
  }

  .video._108._73 {
    background-color: #0000;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 320px;
    margin-top: 40px;
    display: flex;
  }

  .video._108._73.non {
    display: flex;
  }

  .background-video-2 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .text-card {
    margin-top: 25px;
  }

  .paragraph-28 {
    width: auto;
    max-width: 310px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 23px;
    display: block;
  }

  .paragraph-28.pc {
    display: none;
  }

  .paragraph-28.non {
    text-align: left;
    max-width: 350px;
    display: block;
  }

  .text-span-9 {
    text-align: center;
    white-space: nowrap;
    width: 100%;
    margin-left: 170px;
  }

  .gridcard.two.right.aipad {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: auto;
    justify-content: center;
    place-items: center;
    max-width: none;
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
    top: 0%;
    left: 0%;
    overflow: visible;
  }

  .gridcard.two.left.aipad {
    flex-flow: column;
    grid-template-rows: max-content max-content;
    grid-template-columns: auto;
    grid-auto-rows: max-content;
    justify-content: center;
    place-items: center;
    height: 100%;
    margin-top: 15px;
    margin-left: auto;
    display: flex;
    top: 0%;
    left: 0%;
  }

  .gridcard.pc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 100%;
    min-height: auto;
    margin-top: 36px;
    display: flex;
  }

  .gridcard.aipad.left, .gridcard.aipad.right {
    display: none;
  }

  .carditem {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 272px;
    min-height: 294px;
    margin-bottom: 15px;
    padding: 0 28px 20px;
    display: flex;
  }

  .carditem._272-254 {
    max-width: 272px;
    min-height: 254px;
    max-height: 254px;
    margin-bottom: 0;
    padding: 43px 27px 34px;
  }

  .paragraph-30._65-28 {
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph-30-copy._26-28 {
    padding-left: 0;
  }

  .paragraph-30-copy._26-28._18 {
    font-size: 18px;
  }

  .image-3 {
    width: auto;
    min-width: 874px;
    max-width: 100%;
    height: auto;
    min-height: 810px;
    top: 16%;
    left: -361px;
    overflow: clip;
  }




  .mask-2 {
    width: 230px;
    height: auto;
    overflow: visible;
  }

  .slide-3 {
    max-width: none;
    margin-left: 0;
  }


  .div-block-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 230px;
    overflow: visible;
  }

  .our-packages {
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .paragraph-34-copy {
    text-align: center;
    white-space: nowrap;
    margin-top: 0;
    font-size: 37px;
    line-height: 37px;
  }

  .strategy {
    margin-bottom: 0;
  }

  .content {
    margin-top: 41px;
  }

  .paragraph-26-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .round {
    justify-content: center;
    align-items: center;
  }

  .paragraph-35.fff {
    height: 76px;
    bottom: 4px;
  }

  .paragraph-35._2 {
    bottom: 8px;
  }

  .paragraph-36 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-36.fff {
    margin-top: 0;
  }

  .paragraph-37 {
    margin-top: 15px;
  }

  .flex {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .conteinerthre {
    width: 100%;
    min-width: auto;
    max-width: 335px;
    height: 100%;
    min-height: 1032px;
    max-height: 1032px;
    margin-top: 36px;
  }

  .textblockstrategy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 29px;
    margin-right: 0;
  }

  .textblockstrategy.mid {
    justify-content: center;
    align-items: center;
  }

  .textblochok._89 {
    justify-content: flex-start;
    align-items: center;
    width: 160px;
    height: 68px;
    top: 40%;
    left: 3%;
    right: 20%;
  }

  .textblochok._75 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 200px;
    height: 45px;
    top: 51%;
    left: 39%;
  }

  .textblochok._69 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 154px;
    height: 58px;
    top: 60%;
    left: 8%;
  }

  .textblochok._83 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 155px;
    height: 62px;
    padding-top: 7px;
    inset: 83% auto auto 5%;
  }

  .textblochok.one {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 210px;
    height: 53px;
    top: 242px;
    left: auto;
    right: 19%;
  }

  .textblochok._5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
    height: 50px;
    top: 75%;
    left: 44%;
    right: auto;
  }

  .num.two {
    position: absolute;
    left: auto;
    right: 0%;
  }

  .num.two.thre {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    inset: auto;
  }

  .num.two.fore {
    position: absolute;
  }

  .stick {
    min-height: 49px;
  }

  .paragraph-39 {
    text-align: left;
    width: 200px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph-39.left {
    text-align: right;
    padding-left: 0;
  }

  .paragraph-39.left._180 {
    width: 123px;
  }

  .paragraph-39.right {
    text-align: right;
    width: 139px;
    margin-bottom: 18px;
  }

  .conteinerfore {
    width: 100%;
    max-width: 335px;
    height: auto;
    margin-top: 36px;
    margin-bottom: 30px;
  }

  .thre {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 30px;
  }

  .approach {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .paragraph-41 {
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: Papertigersans, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .paragraph-41-copy {
    text-align: right;
    letter-spacing: 0;
    white-space: nowrap;
    margin-left: 50px;
    font-size: 15px;
  }

  .www {
    letter-spacing: 0;
    font-size: 15px;
  }

  .text-span-15 {
    font-size: 17px;
  }

  .personal-branding {
    margin-top: 80px;
    margin-bottom: 65px;
    padding: 0 17px;
    overflow: hidden;
  }

  .personal-branding.nomardin {
    margin-top: 0;
  }

  .paragraph-44 {
    font-size: 23px;
  }

  .paragraph-44.center {
    text-align: left;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-5 {
    top: -50px;
    left: -137%;
    transform: rotate(39deg);
  }

  .personal-strategy {
    display: block;
  }

  .contentblockis {
    height: auto;
    margin-top: 30px;
    padding-top: 30px;
  }

  .paragraph-46 {
    padding-left: 20px;
    font-size: 40px;
    line-height: 100%;
  }

  .punkti {
    width: 93%;
    height: auto;
  }

  .oneitem {
    min-height: 82px;
  }

  .oneitem.one {
    height: 7%;
  }

  .texttwo {
    margin-left: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .linestrategy.thre {
    padding-bottom: 0;
  }

  .arrowone {
    width: 25px;
    height: 25px;
  }

  .textone {
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }

  .arrowtwo, .arrow3 {
    width: 25px;
    height: 25px;
  }

  .textthre {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }

  .arrow4 {
    width: 25px;
    height: 25px;
  }

  .text4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }

  .linestrategy4.thre {
    padding-bottom: 0;
  }

  .arrow5, .arrow6, .arrow7, .arrow8, .arrow9 {
    width: 25px;
    height: 25px;
  }

  .text5, .text6, .text7, .text8, .text9 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }

  .linestrategy5.thre, .linestrategy6.thre, .linestrategy7.thre, .linestrategy8.thre, .linestrategy9.thre {
    padding-bottom: 0;
  }

  .sectiontetxish {
    margin-top: 0;
  }

  .paragraph-26-copy {
    font-size: 25px;
    line-height: 100%;
  }

  .paragraph-27-copy {
    width: 360px;
    max-width: none;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .paragraph-27-copy-copy {
    margin-left: 88px;
    font-size: 20px;
  }

  .paragraph-48 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 100%;
  }

  .paragraph-48._30 {
    max-width: 360px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 100%;
  }

  .image-5-copy.qwe {
    max-width: 350%;
    display: block;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .sectionpaidads {
    padding-bottom: 30px;
    overflow: visible;
  }

  .text-scrollbar {
    overflow: hidden;
  }

  .scrollbar {
    width: 280px;
    min-width: 280px;
  }

  .scrollbar.white {
    left: -137%;
  }

  .flessx {
    z-index: 10;
    background-color: #272727;
    width: auto;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 0;
    top: 0;
    right: auto;
  }

  .itemsectionpaidads {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    padding-left: 15px;
    overflow: hidden;
  }

  .div-block-21 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .paragraph-53._1, .paragraph-53._1._11, .paragraph-53._2, .paragraph-53._2._22, .paragraph-53._3, .paragraph-53._3._33, .paragraph-53._4, .paragraph-53._4._44, .paragraph-53._5, .paragraph-53._5._55, .paragraph-53._6, .paragraph-53._6._66, .paragraph-53._7, .paragraph-53._7._77, .paragraph-53._8, .paragraph-53._8._88, .paragraph-53._9, .paragraph-53._9._99 {
    font-size: 30px;
  }

  .textselector {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 250px;
    overflow: visible;
  }

  .div-block-22 {
    border-top-left-radius: 32px;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: block;
    top: 10%;
  }

  .right-arrow-3 {
    display: flex;
  }

  .right-arrow-3._0 {
    opacity: 1;
    right: -7%;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-9 {
    width: auto;
    height: auto;
  }

  .image-9:hover, .link-block {
    width: 26px;
    height: auto;
  }


  .nav-link-3, .nav-link-4 {
    display: none;
  }

  .aiphonenav {
    z-index: 99999;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 320px;
    height: 100%;
    margin-top: 60px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-10 {
    z-index: 100;
    cursor: pointer;
    width: 174px;
    height: 84px;
    margin-bottom: 50px;
    position: relative;
  }


  .onelinemenu {
    background-color: #000;
    width: 35px;
    height: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .onelinemenu.next {
    margin-bottom: 0;
  }

  .twolinemenu {
    background-color: #000;
    width: 17.5px;
    height: 2px;
    margin: 10px 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .case {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-width: 35px;
    min-height: auto;
    max-height: 30px;
    display: flex;
  }

  .card_box {
    z-index: 1;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-width: 320px;
    max-width: none;
    height: auto;
    min-height: 270px;
    margin-bottom: 0;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .card_box.bot {
    margin-top: 54px;
    position: absolute;
    inset: auto 0% 0;
    overflow: hidden;
  }

  .cardaiphone {
    background-color: #d9d9d9;
    border-radius: 20px;
    width: 232px;
    height: 209px;
    position: absolute;
    top: 0;
    left: -13%;
    overflow: hidden;
    transform: rotate(3.72deg);
  }

  .cardaiphone.mini {
    background-color: #878787;
    width: 189px;
    height: 170px;
    inset: auto -18% 11px auto;
    transform: rotate(-5deg);
  }

  .cardaiphone.mini.bot_two {
    background-color: #d9d9d9;
    top: 0;
    left: -13%;
    right: auto;
    transform: rotate(3.72deg);
  }

  .cardaiphone.bot {
    background-color: #878787;
    top: 13.5svw;
    left: auto;
    right: -18%;
    transform: rotate(-5deg);
  }

  .text-span-23 {
    color: var(--grey);
  }

  .text-span-24 {
    text-align: right;
    margin-left: 38%;
  }

  .item_gorizontal {
    min-width: 400vw;
    height: 800px;
    min-height: auto;
  }

  .paragraph-54 {
    font-size: 35px;
    top: 15%;
    left: 1%;
  }

  .image-13 {
    display: none;
  }

  .paragraph-55 {
    font-size: 21px;
    top: 50px;
    left: 20px;
  }

  .frametwo {
    height: auto;
    min-height: 800px;
  }

  .paragraph-56 {
    max-width: 300px;
    margin-left: 0;
    font-size: 14px;
    top: 25%;
    left: 5%;
  }

  .twoscroltext {
    font-size: 35px;
    top: 77%;
    left: 30%;
  }

  .threscroltext {
    font-size: 35px;
    top: 53%;
    left: 55%;
  }

  .forescroltext {
    white-space: nowrap;
    font-size: 35px;
    top: 67%;
    left: auto;
    right: 5px;
  }

  .two {
    max-width: 300px;
    margin-left: 0;
    font-size: 14px;
    left: 30%;
  }

  .thetext {
    max-width: 350px;
    margin-left: 0;
    font-size: 14px;
    top: 35%;
    left: 50%;
  }

  .fivetext {
    max-width: 300px;
    margin-left: 0;
    font-size: 14px;
    top: 79%;
    left: 80%;
  }

  .gorizontscrole-copy {
    height: 2500px;
    display: block;
  }

  .image-14 {
    width: 101.5%;
    max-width: none;
    min-height: auto;
    display: block;
    position: absolute;
    inset: auto auto 10% 0%;
  }

  .mobilefone {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    top: 231px;
    left: 0;
  }

  .div-block-24 {
    width: 1px;
    height: 40px;
  }

  .section-2 {
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    height: auto;
    overflow: visible;
  }

  .tetxblocimini-copy {
    width: auto;
    min-width: auto;
    height: auto;
    max-height: 32px;
  }

  .aimationmenu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown.phone {
    width: 267px;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 198px;
    padding-bottom: 40px;
    position: static;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    width: auto;
  }

  .dropdown-link {
    font-size: 14px;
  }

  .dropdown-2 {
    display: none;
  }

  .dropdown-2.mobileservices {
    justify-content: center;
    align-items: center;
    height: 41px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1px;
    font-size: 27px;
    display: flex;
  }

  .leftarrow {
    font-size: 25px;
    display: block;
    inset: 0% auto 0% -7%;
  }

  .rightarrow {
    display: block;
  }

  .paragraph-59 {
    margin-bottom: 0;
  }

  .personal-strategynoanim {
    margin-top: 0;
    display: none;
  }

  .contenblocke {
    padding-left: 20px;
    padding-right: 20px;
  }

  .campaigns-types {
    height: 400vh;
    margin-bottom: 0;
  }

  .blockanimation {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    border-radius: 0;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 64px;
    padding-left: 30px;
  }

  .numberblock {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .numanimation {
    font-size: 44px;
  }

  .textblocck {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }

  .textanimation {
    font-size: 30px;
    line-height: 44px;
  }

  .textanimation._1 {
    line-height: 44px;
  }

  .div-block-29 {
    width: 100%;
  }

  .div-block-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 170px;
  }

  .paragraph-60 {
    z-index: 11;
    margin-bottom: 20px;
    position: relative;
  }

  .paragraph-61 {
    white-space: normal;
    max-width: 390px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-33, .text-span-34, .text-span-35 {
    color: var(--grey);
  }


  .mask-3 {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    height: 100px;
    overflow: visible;
  }

  .left-arrow-7, .right-arrow-7 {
    display: block;
  }

  .slide-nav-2 {
    display: none;
  }


  .itemslide {
    background-color: var(--black);
    border-radius: 10px;
    width: 240px;
    min-width: 240px;
    height: 100px;
    min-height: 100px;
    margin-right: 0;
    padding: 10px 21px 0;
  }

  .paragraph-62 {
    color: var(--white);
    font-size: 18px;
  }

  .slide-4 {
    width: 240px;
    margin-right: 10px;
  }

  .image-16 {
    width: 122px;
    height: 59px;
    display: inline-block;
  }

  .image-16.pc {
    display: none;
  }

  .image-22 {
    width: 122px;
    height: 59px;
  }

  .image-34 {
    min-width: auto;
  }

  .phoneitem {
    position: absolute;
    bottom: 42px;
    right: 0;
  }

  .popupblock {
    max-width: 324px;
    min-height: 603px;
  }

  .image-35 {
    width: 20px;
    top: 50px;
    right: 27px;
  }

  .background-video-3-copy {
    min-width: 189px;
    min-height: 321px;
  }

  .div-block-32 {
    width: 100%;
    min-height: 280px;
    position: absolute;
    bottom: 30px;
    overflow: hidden;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    min-width: 240px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .background-video-7 {
    width: 100%;
    height: 100%;
  }

  .background-video-8 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .background-video-9, .background-video-10 {
    height: 100%;
  }

  .image-36 {
    width: 117%;
    max-width: none;
  }

  .image-37 {
    width: auto;
    max-width: 125%;
    margin-top: 57px;
  }

  .image-38 {
    width: 113%;
    max-width: none;
  }

  .image-39 {
    width: 125%;
    max-width: none;
    margin-top: 37px;
  }

  .image-40 {
    width: 115%;
    max-width: none;
    margin-top: auto;
  }

  .image-41 {
    width: 132%;
    max-width: none;
    margin-top: 15px;
  }

  .video-3 {
    top: -27px;
  }

  .lightbox-link {
    height: 240px;
    min-height: 240px;
  }

  .lightbox-link.h-auto {
    min-width: auto;
  }

  .playblock.border {
    width: 100%;
    min-width: 256px;
    min-height: 238px;
  }

  .image-42.home-page {
    width: 100%;
    min-width: auto;
    position: relative;
    top: -15%;
  }

  .div-block-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .mobile_block {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    flex-flow: column;
    display: flex;
  }

  .personal {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_918ea4a2-27bd-9182-a209-a913b3100609-1c0534e3, #w-node-d86f5fdd-4a58-8d10-7b3a-077967fb713b-1c0534e3 {
    justify-self: auto;
  }
}
