html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

/* svg:not(:root) {
  overflow: hidden;
} */

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[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;
}

.submit-button {
  background-color: #d32cee;
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  position: relative; 
  display: inline-flex; /* чтобы кнопка корректно отображалась с псевдоэлементом */
  align-items: center; /* центрируем контент по вертикали */
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
  color: whitesmoke;
  border-color: transparent;
}

.submit-button-container {
  display: inline-block; 
  position: relative; /* для позиционирования анимации */
}

.loading-indicator {
  display: none;
  position: absolute; 
  width: 32px; /* измените ширину анимации */
  height: 32px; /* измените высоту анимации */
  border-radius: 50%;
  border: 2px solid #ccc;
  border-color: #000 transparent #000 transparent;
  animation: loading-spin 1.2s linear infinite;
}

@keyframes loading-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.aligncenter {
  clear: none;
  /* Измените clear на none */
  margin-left: auto;
  /* Центрирование по горизонтали */
  margin-right: auto;
  /* Центрирование по горизонтали */
  display: block;
  /* Обеспечение центрирования */
}

#cmplz-manage-consent .cmplz-manage-consent {
  font-family: Unbounded, sans-serif;
  font-weight: bold;
}

.w-icon-file-upload-icon:before {
  content: "";
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}

img {
  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:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: rgba(0, 0, 0, 0) !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge > img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  line-height: 44px;
}

h2 {
  margin-top: 10px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  line-height: 18px;
  font-family: Unbounded, sans-serif;
  color: #f3f5fb;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

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;
}

.contact-field-form-long {
  grid-area: span 1 / span 2 / span 1 / span 1;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  width: 100%;
  height: 100%;
  border: none;
  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;
}

.grid-search {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.sectionsearch {
  max-width: 1218px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.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 {
  width: auto;
  height: 5px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-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;
  width: 95%;
}

.w-select {
  background-color: #f3f3f3;
}

.name {
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
}

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

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

.w-radio:after {
  clear: both;
}

.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 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  z-index: -100;
  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 {
  width: auto;
  height: auto;
  cursor: pointer;
  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;
}

.container{
padding: 0 6.5vw;
}

@media screen and (max-width: 478px) {
  .container{
    padding: 0 12px;
    }
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
}

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

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

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

.w-row:after {
  clear: both;
}

.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-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;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-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: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0)
    rgba(117, 134, 150, 0);
  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: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0);
  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: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}



.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  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 {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !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;
  -ms-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 {
  min-width: 100%;
  background: #ddd;
  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: rgba(0, 0, 0, 0.9);
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  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;
  height: auto;
  max-width: none;
}

.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: rgba(0, 0, 0, 0.4);
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.grid-service{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  perspective: 2000px;
}
@media screen and (max-width: 478px) {.grid-service{
  grid-template-columns: 1fr;
}}


.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}

.bloglist-blog-page {
  margin-top: 15px;
}

.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 {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  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;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -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: 0.5;
    display: block;
  }

  .w-lightbox-close {
    opacity: 0.8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

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

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.align-center {
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.img-portfolio-template {
  height: 320px;
  width: 400px;
  object-fit: cover;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

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

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@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-tabs {
  position: relative;
}

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

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  display: grid;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
}

.w-tab-pane {
  display: none;
  position: sticky;
  top: 10vh;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.checkbox-table {
  margin-top: 10px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("../../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;
}

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

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

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

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

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

body {
  color: #333;
}

h1 {
  color: #f3f5fb;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 125%;
}

h2 {
  color: #f3f5fb;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  color: #f2f4f7;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  color: #f3f5fb;
  font-family: "Unbounded";
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  font-family: "Unbounded";
  color: #f3f5fb;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

p {
  color: #f7f9fd;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 150%;
  font-size: 16px;
}

li {
  font-family: Inter, sans-serif;
}

a {
  color: #d32cee;
}

a.w--current {
  background-color: #252626;
}

img {
  max-width: 100%;
}

.body {
  height: auto;
  background-color: #1b1c1e;
  font-family: Unbounded;
  font-size: 16px;
  font-weight: 300;
}

.sectionwhite {
  background-color: #f3f5fb;
  border-radius: 40px;
  margin: 60px auto;
  display: block;
}

.sectionwhite.large {
  max-width: none;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.breadcrumbs-2 {
  display: none;
}

.lb {
  z-index: 99;
  height: 100vh;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box {
  z-index: 100;
  max-width: 750px;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 15%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.circle {
  width: 129px;
  height: 123px;
  border: 3px solid #d32cee;
  border-radius: 75px;
  padding-top: 0;
  display: block;
  position: absolute;
}

.circle.small {
  width: 150px;
  height: 150px;
  opacity: 0;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 80px;
}

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

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: 0.25rem;
  padding: 0.875em 1.5em 1rem;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: 0.25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, 0.05);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: 0.1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 0.25rem 0.25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_link {
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cookie-preference_component {
  z-index: 9525;
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.alignleft {
  float: left;
  margin-right: 2%;
}

.alignright {
  float: right;
  margin-left: 2%;
  border-radius: 40px;
}

.cookie-preference_background {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  cursor: pointer;
  background-color: rgba(215, 231, 213, 0.5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
}

.button-standart {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  cursor: pointer;
  background-color: #d32cee;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}

.button-standart:hover {
  background-color: #e164f5;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.grey-background {
  border-radius: 40px;
  background-color: rgb(36, 36, 36);
}

.sidebar-list-text {
  list-style: none;
  /* Убирает маркеры списка */
  font-size: 14px;
  font-family: unbounded, sans-serif;
  color: rgba(255, 255, 255, 0.74);
  cursor: pointer;
}

.sidebar-list-text:hover {
  color: rgb(255, 255, 255);
  transition-duration: 0.555ms;
}

.custom-rich-text-menu-widget-content {
  padding-top: 5%;
  padding-bottom: 5%;
}

.grey-background.hug {
  top: 2%;
  backdrop-filter: blur(5px);
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

.blog-post-grid {
  grid-template-columns: 1fr;
}

.cookie-modal_radio_button {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid #999c98;
  border-radius: 0.375rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url("../645a589d94d3bf354df576f9_radio__checkmark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url("../645a589d94d3bf354df576f9_radio__checkmark.svg");
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  border-color: #515750;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  align-items: center;
  margin-bottom: -0.125rem;
  padding: 0.75em 1em 0.875em;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: none;
  margin-right: 0.375rem;
}

.f-navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  cursor: pointer;
  background-color: #d32cee;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: space-evenly;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-content: center;
}

.f-navigation-button:hover {
  background-color: #e164f5;
}

.f-navigation-button.margine-topbot-20 {
  margin: 10px 16px 20px;
}

.f-navigation-button.margine-0.margine-left {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.f-navigation-button.margine-60 {
  margin-bottom: 120px;
}

.f-navigation-button.widht-100 {
  width: 100%;
}

.f-navigation-button.margine-60.center {
  margin-left: auto;
  margin-right: auto;
}

.f-navigation-button.align-left {
  z-index: 4;
  justify-content: flex-end;
  align-self: flex-end;
  margin-right: 0;
  position: relative;
}

.f-navigation-button.align-right {
  z-index: 4;
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.f-navigation-link {
  color: #d32cee;
  letter-spacing: -0.01em;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #d32cee;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all 0.35s;
  display: block;
}

.f-navigation-link:hover {
  color: #fff;
  background-color: #e164f5;
}

.f-navigation-link:active {
  color: #f2f4f7;
}

.f-navigation-link.w--current {
  color: #f7f9fd;
  display: none;
}

.f-navigation-link.borders-violet {
  border-style: solid;
}

.f-navigation-menu {
  max-width: 450px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
  position: static;
  right: -10%;
}

.f-logo {
  z-index: 10;
  width: 125px;
  height: 125px;
  position: absolute;
}

.f-navigation-logo-link {
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-navigation-logo-link.absolute {
  z-index: 20;
  width: 200px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  transform: scale(3);
}

.f-navigation-logo-link.absolute.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.f-navigation-logo-link.absolute.low {
  margin-bottom: 60px;
  position: static;
  transform: scale(1.3);
}

.f-navigation-container {
  min-height: 100vh;
  min-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #252626;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all 0.555s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: flex;
  transform: translate(0, -100vh);
}

.f-navigation {
  z-index: 199;
  width: 80px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: end;
  align-items: flex-start;
  padding-top: 0;
  font-family: Unbounded, sans-serif;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  overflow: hidden;
  right: 0px;
}

.text-block {
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.text-block.margine,
.text-block.button {
  font-size: 16px;
}

.cookies {
  display: none;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  max-width: 450px;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 150%;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: #f3f5fb;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  line-height: 130%;
  font-weight: 700;
}

.f-heading-detail-small {
  color: #d32cee;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 4px;
}

.f-header-grid {
  max-width: 1280px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  position: relative;
  right: 0;
  transform: none;
}

.logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.logo.big {
  transform: scale(1.2);
}

.logo.main {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  right: 0;
}

.logocircle {
  width: 125px;
  height: 125px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logoorcide {
  z-index: 25;
  width: 125px;
  height: 124px;
  opacity: 0;
  position: absolute;
}

.herotext {
  z-index: 2;
  max-height: 450px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
}

.preloader {
  z-index: 999;
  background-color: #333;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 400px;
  color: #a70f0f;
}

.menubutton {
  z-index: 199;
  width: 80px;
  height: 150px;
  cursor: pointer;
  background-color: #d32cee;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all 0.555s;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
  word-break: normal;
}

.text-block-3 {
  transform-style: preserve-3d;
  font-weight: 800;
  transform: rotateX(-90deg) rotateY(0) rotateZ(-90deg);
}

.text-block-3.black {
  color: #1b1c1e;
  transform: rotate(-90deg);
}

.text-span-5 {
  color: #f3f5fb;
}

.div-block-18 {
  z-index: 11;
  position: absolute;
}

.track-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
  bottom: 500px;
  left: auto;
  right: auto;
}

.heading-large {
  color: #f3f5fb;
  text-align: right;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  display: flex;
}

.heading-large.rotate-text {
  color: #f3f5fb;
  white-space: nowrap;
  font-weight: 600;
}

.heading-large.rotate-text._2 {
  color: #f3f5fb;
  flex: 0 auto;
}

.heading-large.rotate-text._1 {
  flex: 0 auto;
}

.heading-large.big {
  justify-content: flex-end;
  margin-right: 90px;
  font-size: 49px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 6%;
}

.heading-large.hide {
  display: block;
}

.heading-large.display-none {
  display: none;
}

.y {
  max-height: 500px;
  max-width: 1280px;
  background-color: #252626;
  border-radius: 40px;
  flex-direction: row-reverse;
  justify-content: space-around;
  padding: 24px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-20 {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
  top: 0;
}

.focuswarp {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
    #252626 9%,
    rgba(0, 0, 0, 0) 51%,
    #252626 92%,
    #252626 99%
  );
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  margin-bottom: 5%;
}

.sectionone {
  max-width: 1280px;
  perspective: 2000px;
  margin: 240px auto 60px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.f-paragraph-regular-2 {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium {
  color: #1b1c1e;
  font-family: Unbounded, sans-serif;
  font-weight: 500;
}

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

.f-sub-heading-regular {
  color: #1b1c1e;
  letter-spacing: -0.03em;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-33 {
  margin-bottom: 8px;
}

.f-feature-icon-round {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 50px;
  display: flex;
  box-shadow: 23px 23px 48px -8px rgba(22, 0, 66, 0.04);
}

.f-feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f3f5fb;
  border: 1px solid rgba(37, 38, 38, 0.5);
  border-radius: 40px;
  flex: 1;
  align-items: center;
  transition: background-color 0.4s;
  display: flex;
  overflow: hidden;
  padding: 24px;
}

@font-face {
  font-family: "Unbounded";
  src: url("/wp-content/uploads/Unbounded-Variable.woff2")
    format("woff2"); /* Исправленный формат */
  font-display: optional;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/uploads/InterVariable.woff2")
    format("woff2"); /* Исправленный формат */
  font-display: optional;
}

.f-feature-card-outline:hover {
  box-shadow: 0 2px 16px 8px rgba(0, 0, 0, 0.2);
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 2000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.f-feature-card-wrapper.margine-60.normal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-wrapper {
  backdrop-filter: blur(5px);
  position: absolute;
  width: 100%;
  height: 100%;
}

.f-paragraph-large-2 {
  color: #252626;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.service-price-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.service-price-cell li {
  color: white;
}

.service-price-cell {
  background-color: #323535;
  border-radius: 40px;
  overflow: hidden;
  padding: 24px;
}

@media screen and (max-width: 479px) {
  .service-price-cell {
    margin-left: 8px;
    margin-right: 8px;
  }
  .service-price-grid {
    grid-template-columns: 1fr;
  }
}

.f-paragraph-large-2.absolute {
  opacity: 0.3;
  font-weight: 200;
  transition: all 0.555s;
  position: absolute;
  top: auto;
  bottom: -26px;
  left: auto;
  right: -134px;
  transform: rotate(-7deg);
}

.f-paragraph-large-2.absolute:hover {
  opacity: 1;
}

.f-paragraph-large-2.absolute.neartitle {
  bottom: 83px;
  right: -160px;
  transform: rotate(10deg);
  line-height: 97%;
  text-align: left;
}

.f-paragraph-large-2.absolute.portfolio {
  bottom: 1;
  right: -165px;
  transform: rotate(10deg);
  top: 60%;
}

.f-h3-heading {
  color: #1b1c1e;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: #d32cee;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.f-margin-bottom-64 {
  margin-bottom: 64px;
  position: relative;
}

.f-container-regular-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 30px 5%;
  position: relative;
}

.full-width-container{
  padding: 0 0px;
  overflow: hidden;
}

.f-feature-card-outline p {
  display: block; /* По умолчанию отображаем <p> */
}

@media (max-width: 478px) {
  .f-feature-card-outline p {
    display: none; /* Скрываем <p> на маленьких экранах */
  }
}

.link-block-2-blog-mg-right {
  background-color: #373a3a;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  margin-left: 12px;
}

.portfolio-container{
        position: relative;
}

@media screen and (max-width: 478px) {
  .full-width-container{
    padding: 0 15px;
  }

  .portfolio-container{
    width: calc(100% - 15px);
          padding: 0 15px;
          position: relative;
          left: -15px;
  }
}

.text-span-6 {
  font-size: 31px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---text-300-medium {
  color: rgba(27, 28, 30, 0.65);
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 22px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---display-2 {
  color: #1b1c1e;
  text-align: center;
  margin-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
  display: block;
  margin-top: 32px;
}

.brix---card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 2000px;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  transition: all 0.2s;
  display: flex;
  transform: translate(0);
}

.brix---card:hover {
  box-shadow: 0 0 10px 1px #d32cee;
  background-color: #d32cee;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.brix---paragraph-default {
  color: #f3f5fb;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.brix---heading-h1-size {
  color: #f3f5fb;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.link-block-2-service-mg-right {
  transition: background-color 0.555s ease, transform 0.5s ease;
  transform-style: preserve-3d; /* Для 3D трансформаций */
}

.link-block-2-service-mg-right:hover {
  background-color: #d32cee; 
}

.link-block-2-service-mg-right:hover .servicetext,
.link-block-2-service-mg-right:hover .brix---heading-h3-size-2 {
  color: white;
}

.brix---subtitle {
  color: #d32cee;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.sectionthree {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3 {
  max-width: 1280px;
}

.div-block-22 {
  perspective: 2000px;
  justify-content: center;
  display: flex;
}

.smooth-wrapper {
  color: #d32cee;
  overflow: hidden;
}

.serviceline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  transform: perspective(350px) perspective(1000px) perspective(1243px);
}




.text-block-4 {
  font-family: Unbounded, sans-serif;
}

.text-block-4.black {
  color: #1b1c1e;
}

.text-block-5 {
  font-size: 24px;
}

.faqblacksection {
  max-width: 1280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  overflow: hidden;
  background-color: #262729;
}

@media screen and (max-width: 479px) {
  .faqblacksection {
    padding: 8px;
  }
}

.comment-blacksection {
  max-width: 1280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  overflow: hidden;
  background-color: #262729;
}

.comment {
  background-color: #373a3a;
  border-radius: 24px;
  overflow: hidden;
}

.says {
  display: none;
}

.comment-body {
  display: flex;
}

@media screen and (max-width: 479px) {
  .comment-body {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
}

.comment-meta {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 24px 12px;
  gap: 8px;
}

.comment-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 20px;
}

@media screen and (max-width: 479px) {
  .comment-list {
    padding: 0;
  }
}

.another-articles {
  padding: 0px;
}

@media screen and (max-width: 479px) {
  .another-articles {
    padding: 8px;
  }
}

.logged-in-as {
  display: none;
}

.comment-author {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

@media screen and (max-width: 479px) {
  .comment-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
}

.avatar {
  overflow: hidden;
  border-radius: 24px;
}

.comment-metadata a {
  text-decoration: none;
}

.comment-content {
  width: 100%;
  padding: 12px;
}

.comment-respond {
  padding: 20px;
  background-color: #373a3a;
  border-radius: 40px;
  margin: 20px;
}

@media screen and (max-width: 479px) {
  .comment-respond {
    margin: 12px 0 0 0;
  }
}

.required {
  display: none;
}

.comment-form-comment textarea {
  background-color: #575757;
  border-radius: 24px;
  overflow: hidden;
  width: 95%;
  border: 0px;
  padding: 12px 12px;
}

.comment-form-email input {
  border-radius: 16px;
  border: 0;
  background-color: #575757;
  padding: 12px 12px;
}

.comment-form-author input {
  border-radius: 16px;
  border: 0;
  background-color: #575757;
  padding: 12px 12px;
}

.form-submit input {
  background-color: #d32cee;
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
  color: whitesmoke;
  border-color: transparent;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 24px;
  max-width: 350px;
}

.comment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  .comment-grid {
    grid-template-columns: 1fr;
  }
}

.servicesection {
  max-width: 1280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  overflow: hidden;
  background-color: #262729;
  padding-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
}

.comment-awaiting-moderation {
  display: none;
}

.comment-form-comment {
  margin-top: 12px;
}

.comment-form {
  color: white;
}

.cardbottom {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #f9f7f9;
  border-radius: 0 0 40px 40px;
  flex-direction: column;
  margin-left: 0;
  padding: 24px 24px;
  display: flex;
}

.brix---text-200-medium {
  color: #e164f5;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---text-200-bold {
  color: #1b1c1e;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.breadcrumbs-p {
  margin-left: 8px;
  font-size: 12px;
  display: flex;
  text-decoration: none;
  column-gap: 3%;
  margin-top: 1%;
  width: 50%;
  justify-items: center;
  justify-content: start;
}

.wrapper-success {
  width: 100vw;
  overflow: hidden;
  height: auto;
}

.lina-breadcrumbs {
  text-decoration: none;
  color: white;
}

.lina-breadcrumbs:hover {
  color: #d32cee;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---paragraph-default-2 {
  color: #1b1c1e;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 16px;
}

.brix---content-inside-card {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}


.brix---content-inside-card-v2 {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.brix---testimonial-logo-badge {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 28px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
  box-shadow: 0 1px 12px rgba(20, 20, 43, 0.08);
}

.brix---width-100 {
  width: 100%;
}

.brix---image-wrapper-testimonial-v5 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
  max-height: 375px;
  display: flex;
  align-content: center;
  align-items: center;
  margin: 24px 0 0 12px;
  gap: 24px;
}
.brix---image-wrapper-testimonial-v6 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
  max-height: 375px;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 24px;
}

.success-section {
  display: block;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.success-container {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}

.dotlottie-wrapper-success {
  display: block;
  height: 60vh;
  position: relative;
  width: 100%;
}

.is-ajax-search-no-result {
  padding: 10px;
  background: #1b1f1c;
  text-align: center;
}

.is-form-style {
  border-radius: 0px 0px 0px 8px;
  overflow: hidden;
  margin-right: 1px;
  line-height: 1;
  position: relative;
  padding: 0 !important;
}

.button-success-wrapper {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.success-lottie {
  position: absolute;
  display: block;
  top: -150px;
  bottom: auto;
  left: auto;
  right: auto;
  height: 900px;
  width: auto;
  z-index: -1;
}

.success-text {
  font-size: 24px;
  color: white;
  text-align: center;
}

.title-text-success {
  text-align: center;
  font-size: 52px;
}

.brix---card-2 {
  max-width: 450px;
  background-color: #fff;
  border-style: none;
  border-color: #eff0f6;
  border-radius: 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.06);
  margin: 24px 12px;
}

.review-container{
    perspective: 2000px;
    margin-top: -150px;
    
}

.next, .prev {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -60px; /* Расстояние от нижнего края блока */
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.151);
  overflow: hidden;
  border-radius: 90px;
  display: flexbox;
  align-items: center;
  justify-content: center;
}

.next {
  left: 37.5%;
}

.prev {
  right: 37.5%;
}


.next svg, .prev svg {
width: 8px;
stroke: #d32cee;
stroke-width: 42px;
height: 12px;
}

@media screen and (max-width: 478px) {
  .next {
    left: -6px;
    border-radius: 0 90px 90px 0;
  }
  
  .prev {
    right: -6px;
    border-radius: 90px 0  0  90px;
  }

  .next, .prev {
    bottom: 50%; /* Расстояние от нижнего края блока */
  }

}





.review-card {
  padding: 12px;
  background-color: #fff;
  border-style: none;
  border-color: #eff0f6;
  border-radius: 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
  margin: 0 12px;
  text-decoration: none;
  height: fit-content;
}

.collection-list-2-service{
  margin-bottom: 200px;
  position: relative;
  perspective: 2000px;
}

.portfolio-card{
  background-color: #f3f5fb;
    border-radius: 40px;
    align-items: flex-start;
    padding: 0;
    transition: all 0.555s;
    overflow: hidden;
    margin: 0 24px;
}


.collection-list-2-portfolio{
  margin-top: 24px;
  margin-bottom: 100px;
  position: relative;
}

.collection-list-2-reviews{
  margin-top: 24px;
  margin-bottom: 100px;
  max-height: 350px;
  position: relative;
}

@media screen and (max-width: 478px) {
  .collection-list-2-portfolio{
    width: calc(100% + 30px);
    box-sizing: border-box;
    position: relative;
    left: -15px;
  }

  .collection-list-2-reviews{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    left: -15px;
  }
  .collection-list-2-service{
    width: calc(100% + 30px);
    box-sizing: border-box;
    position: relative;
    left: -15px;
  }
}



.collection-list-2-team{
  margin-top: 24px;
  margin-bottom: 100px;
  position: relative;
}

/* Скрыть блок для мобильных устройств */
.mobile-view {
  display: none;
}

/* Скрыть блок для экранов больше или равных 978 пикселей */
.default-view {
  display: block;
}

/* Показать блок для мобильных устройств на экранах меньше 978 пикселей */
@media screen and (max-width: 977px) {
  .mobile-view {
    display: block;
  }
  .default-view {
    display: none;
  }
}


.about-description h1,
.about-description h2,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6,
.about-description p {
  color: #333;
}

.brix---grid-3-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 30px;
  display: grid;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  color: #1b1c1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.review-text-title {
  text-align: center;
  padding: 12px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  perspective: 2000px;
  border-radius: 40px;
}

.brix---container-default-2.whitebg {
  background-color: rgba(0, 0, 0, 0);
  margin-right: auto;
}

.sectionfour {
  max-width: 1200px;
  background-color: #f3f5fb;
  border-radius: 40px;
  margin: 60px auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.sectionfour.large {
  max-width: none;
  padding-top: 1px;
  padding-bottom: 60px;
}

.sectionfour.large.margine-120 {
  margin-top: 160px;
}

.div-block-24 {
  justify-content: center;
  margin-top: 36px;
  display: flex;
}

.brix---paragraph-default-3 {
  color: rgba(243, 245, 251, 0.64);
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 150%;
  display: block;
}

.blogcardspace .brix---color-neutral-803 .brix---paragraph-default-3 {
  color: rgba(243, 245, 251, 0.64);
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 150%;
  display: block;
  padding: 0px 8px 24px 8px;
}

.servicetext {
  color: rgba(243, 245, 251, 0.64);
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 150%;
  display: block;
}

@media screen and (max-width: 478px) {
  .servicetext {
    display: none;
  }
  
}

.brix---paragraph-default-3.target {
  text-decoration: none;
}

.brix---color-neutral-803 {
  color: #6e7191;
  overflow: visible;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 8px;
}
.full-width-section{
  background-color: #f3f5fb;
  border-radius: 40px;
  margin: 60px auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.slider-wrapper{
  margin: 50px 0;
  padding: 1px 0px 60px 0px;
  background-color: #f3f5fb;
  filter: drop-shadow(1px 1px 24px rgb(224, 224, 224));
}

.brix---heading-h3-size-2 {
  color: #f2f4f7;
  margin-top: 0;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.blogcardspace .brix---color-neutral-804 .brix---heading-h3-size-2 {
  color: #f2f4f7;
  margin-top: 0;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  padding: 0 8px;
}

.brix---color-neutral-804 {
  color: #211f54;
}

.brix---text-200 {
  color: #f3f5fb;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.brix---badge-primary-small-light {
  color: #d32cee;
  background-color: #f2f1ff;
  border-radius: 40px;
  padding: 8px 20px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

.blogcardspace .brix---mg-bottom-24px .brix---badge-primary-small-light {
  color: #d32cee;
  height: 25px;
  background-color: #f2f1ff;
  border-radius: 0 0 40px 0;
  padding: 8px 20px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---flex-horizontal-start {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
}

.flex-wrapper-blog{
  display: flex;
  flex-direction: column;
}


@media screen and (max-width: 478px) {
  .brix---flex-horizontal-start {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    margin-bottom: 8px;
  }

  .one{
    order: 1;
  }
  
  .two {
    order: 2;
  }
  
  .three{
    order:3;
  }
  
  .four{
    order:4;
  }
}

.brix---mg-bottom-24px {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  column-count: 2;
  column-gap: 175px;
}

.brix---blog-card-image {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  object-fit: cover;
}

.brix---blog-card-image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-wrapper {
  background-color: #373a3a;
  border-radius: 40px;
  padding: 12px;
  text-decoration: none;
  transition: all 0.555s;
}

.price-section {
  margin-top: 60px;
}

.lottie-animation-price {
  width: 100vw;
  height: 100%;
}
.service-sheet-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  z-index: 15;
  overflow-x: auto; /* Добавляем горизонтальную прокрутку */
  white-space: nowrap;
}

@media screen and (max-width: 478px) {
  .service-sheet-wrapper {
    display: flex;
  }
}

.individual-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.individual-price {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  background-color: #323535;
  margin-top: 24px;
  border-radius: 40px;
  overflow: hidden;
  padding: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.price-button {
  outline-offset: 0;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  cursor: pointer;
  background-color: #d32cee;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: space-evenly;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-content: center;
}

.service-sheet {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #252626;
  border-radius: 40px;
  margin-top: 30px;
  position: relative;
  overflow-y: hidden;
  /* Скрываем вертикальную полосу прокрутки */
  overflow-x: scroll;
  /* Включаем горизонтальную полосу прокрутки */
  scrollbar-width: none;
  /* Скрываем стандартные полосы прокрутки Firefox */
  -ms-overflow-style: none;
  /* Скрываем стандартные полосы прокрутки в Internet Explorer */
}

.service-sheet::-webkit-scrollbar {
  width: 0;
  /* Скрываем стандартные полосы прокрутки вебкит-браузеров (Chrome, Safari) */
}

.service-column-1 {
  background-color: #ffffff05;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-bottom: #898989 solid 1px;
}

.service-column-2 {
  background-color: #ffffff0d;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: #898989 solid 1px;
  padding: 24px;
}

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

.service-column-primary {
  display: flex;
  flex-direction: column;
  justify-items: center;
  padding: 24px;
  align-items: stretch;
  background-color: #323535;
  width: 100%;
  border-bottom: #898989 solid 1px;
}

.service-column-secondary {
  display: flex;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 24px;
  align-items: center;
  border-right: 1px solid #323535;
}

.secondary-wrapper {
  background-color: #222;
}

.servcie-string {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-evenly;
}

.brix---blog-card-wrapper:hover {
  background-color: #d32cee;
  transform: scale(1.04);
}

.brix---heading-h2-size-2 {
  color: #f3f5fb;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.brix---heading-h2-size-2.margine-top-12 {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 36px;
}

.brix---heading-h2-size-2.margine {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  text-align: center;
}

.brix---heading-h2-size-2.align-left {
  text-align: left;
}

.brix---text-200-bold-2 {
  color: #d32cee;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.brix---avatar-circle-03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-image-featured {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.brix---blog-card-image-featured-wrapper-v1 {
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-featured {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  background-color: #373a3a;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 24px;
  display: grid;
}

.brix---heading-h1-size-2 {
  color: #f3f5fb;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.brix---subtitle-2 {
  color: #d32cee;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-700px-center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 50px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-area {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding-left: 12px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.08);
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.brix---text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, 0.1);
}

.brix---text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---text-area::-ms-input-placeholder {
  color: rgba(37, 38, 38, 0.6);
  font-size: 18px;
}

.brix---text-area::placeholder {
  color: rgba(37, 38, 38, 0.6);
  font-size: 18px;
}

.brix---text-area.grey {
  background-color: #4d4d4d;
  border-style: none;
}

.brix---text-area.grey:hover {
  border-color: #d32cee;
}

.brix---text-area.grey::-ms-input-placeholder {
  color: rgba(242, 244, 247, 0.4);
  font-size: 14px;
}

.brix---text-area.grey::placeholder {
  color: rgba(242, 244, 247, 0.4);
  font-size: 14px;
}

.brix---input-label {
  color: #252626;
  text-align: left;
  margin-bottom: 16px;
  margin-left: 12px;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---input-label.white {
  color: #f3f5fb;
}

.brix---input-label.white.margine-0 {
  padding-left: 0;
  padding-right: 0;
}

.brix---input {
  color: #f3f5fb;
  background-color: #4d4d4d;
  border: 1px #eff0f6;
  border-radius: 100px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 100%;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.08);
  padding: 24px 4px 24px 12px;
  width: 100%;
}

.brix---input:hover {
  border-color: #d32cee;
  box-shadow: 0 2px 12px rgba(20, 20, 43, 0.1);
}

.brix---input:focus {
  color: white;
  border-color: white;
}

.brix---input::-ms-input-placeholder {
  color: rgba(242, 244, 247, 0.4);
  font-size: 14px;
}

.brix---input::placeholder {
  color: rgba(242, 244, 247, 0.4);
  font-size: 14px;
}

.brix---input.white {
  background-color: #fff;
}

.brix---input.white::-ms-input-placeholder {
  color: rgba(35, 36, 36, 0.6);
}

.brix---input.white::placeholder {
  color: rgba(35, 36, 36, 0.6);
}

.brix---form-grid-2-columns {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 56px 40px;
  position: relative;
  overflow: auto;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.06);
}

.brix---card-form:hover {
  box-shadow: 0 0 20px 1px #d32cee;
}

.brix---card-form.grey {
  background-color: #343535;
  border-style: none;
}

.brix---text-200-bold-3 {
  color: #d32cee;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.brix---text-201 {
  color: #252626;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.brix---text-201.white {
  color: #f3f5fb;
  padding-left: 0;
  padding-right: 0;
}

.brix---text-201.white.margine-0 {
  padding-left: 0;
  padding-right: 0;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans,
    sans-serif;
  text-decoration: none;
  transition: transform 0.3s, border-color 0.3s, color 0.3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, 0.06);
}

.brix---card-link-icon-wrapper:hover {
  border-style: none;
  border-color: #d32cee;
  transform: scale3d(0.96, 0.96, 1.01);
  box-shadow: 0 0 10px #d32cee;
}

.brix---grid-1-column {
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---text-300-bold {
  color: #1b1c1e;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.brix---text-300-bold.white {
  color: #f2f4f7;
}

.brix---text-300-bold.white.margine-0 {
  padding-left: 0;
  padding-right: 0;
}

.brix---color-neutral-805 {
  color: #211f54;
}

.brix---paragraph-default-4 {
  color: #1b1c1e;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---paragraph-default-4.white {
  color: #f2f4f7;
}

.brix---paragraph-default-4.white.margine-0 {
  padding-left: 0;
  padding-right: 0;
}

.brix---heading-h1-size-3 {
  color: #1b1c1e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

.brix---heading-h1-size-3.white {
  color: #f3f5fb;
}

.brix---heading-h1-size-3.white.margine-0 {
  padding-left: 0;
  padding-right: 0;
}

.brix---subtitle-3 {
  color: #d32cee;
  text-align: left;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-contact-v1.borders {
  border-radius: 40px;
  padding: 21px;
}

.brix---grid-2-columns-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(0.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---mg-bottom-0 {
  color: #f2f4f7;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.4fr;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

.brix---footer-bottom-v5 {
  color: #6e7191;
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.brix---instagram-link-image {
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.brix---instagram-link-image:hover {
  transform: scale3d(1.2, 1.2, 1.01);
}

.brix---instagram-link-wrapper {
  border-radius: 14px;
  overflow: hidden;
  transform: translate(0);
}

.brix---footer-col-title {
  color: #f2f4f7;
  margin-bottom: 40px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #f2f4f7;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.brix---footer-link:hover {
  color: #d32cee;
}

.brix---footer-link.w--current {
  background-color: rgba(37, 38, 38, 0);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---success-message-2 {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---input-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 24px;
  font-family: Unbounded, sans-serif;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.08);
}

.brix---input-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, 0.1);
}

.brix---input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input-2::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---grid-footer-subscribe-1-col {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.brix---paragraph-default-5 {
  color: #f2f4f7;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: #6e7191;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---mg-bottom-24px-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px;
}

.brix---grid-footer-v5 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto 0.7fr;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-4 {
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-4 {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sectionfive {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sectionsix {
  background-color: #f3f5fb;
  border-radius: 40px;
  margin: 60px auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.sectionsix.large {
  max-width: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sectionsix.large.withoutlowborder {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.sectionsix.large.withoutlowborder.withoutmargine {
  border-radius: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 478px) {
  
}

.blogcardspace {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.servicespace {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  gap: 12px;
}

@media screen and (max-width: 478px) {
  .servicespace {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    height: 90px;
    align-items: center;
    gap: 12px; }
}

.text-span-8 {
  color: #d32cee;
}

.herovisual {
  z-index: 3;
  justify-content: space-between;
  display: block;
  position: relative;
  right: 0;
}

.lottie {
  width: 600px;
  height: 600px;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: -150px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.violetdots {
  z-index: -1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-3 {
  width: 1080px;
  height: 1920px;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: 21.8%;
  transform: rotate(90deg);
}

.div-block-27 {
  perspective: 2000px;
  display: flex;
  justify-content: flex-end;

}

.contact-form-column-1{
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.white {
  color: #f3f5fb;
  text-align: left;
  font-family: Unbounded, sans-serif;
  overflow: hidden;
  width: 100%;
}

.brix---input.white-input {
  color: #1b1c1e;
  background-color: #fff;
  text-align: left;
  font-family: Unbounded, sans-serif;
  overflow: hidden;
  width: 95%;
}

.brix---input.white-input::-ms-input-placeholder {
  color: rgba(37, 38, 38, 0.6);
}

.brix---input.white-input::placeholder {
  color: rgba(37, 38, 38, 0.6);
}

.white h3,
.white h4 {
}

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


.collection-list-2 {
  grid-column-gap: 16px;
  margin-top: 30;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-bottom: 150px;
}

.body-2 {
  background-color: #1b1c1e;
}

.main {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogpost06_image {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.uui-text-size-medium {
  color: rgba(243, 245, 251, 0.33);
  letter-spacing: normal;
  font-family: Unbounded, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.uui-blogpost06_author-heading {
  color: #d32cee;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost03_author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-blogpost03_author-image-wrapper {
  margin-right: 1rem;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: hidden;
  border-radius: 40px;
}

.ez-toc-list {
  font-size: 16px;
  line-height: 150%;
  color: #f3f5fb;
  text-decoration: none;
  font-family: Unbounded, sans-serif;
}

#ez-toc-container a {
  color: inherit;
}

#ez-toc-container ul {
  padding-left: 15px;
}

.ez-toc-list-level-3 li:hover {
  color: #d32cee;
}

.ez-toc-list-level-3 li:active {
  color: #d32cee;
}

.ez-toc-icon-toggle-span {
  display: none;
}

.uui-blogpost06_author-wrapper {
  align-items: center;
  margin-top: 2%;
  display: flex;
}

.uui-text-size-xlarge {
  color: #f3f5fb;
  font-family: Unbounded, sans-serif;
  font-size: 0.8 rem;
  line-height: 1.5;
  margin-right: 5%;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: #f3f5fb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blogpost06_subheading {
  color: white;
  letter-spacing: normal;
  font-family: Unbounded, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}

.uui-blogpost06_subheading-divider {
  color: #f3f5fb;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-family: Unbounded, sans-serif;
  font-size: 1rem;
}

.breadcrumbs {
  color: #d32cee;
  display: flex;
  column-gap: 15px;
  margin: 15px;
}

.img-result {
  width: 100%;
  height: 250px;
  object-fit: none;
}

.uui-blogpost03_date-wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost06_header-content {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: auto;
  margin-bottom: auto;
}

.uui-blogpost06_header {
  grid-column-gap: 2%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(243, 245, 251, 0.05);
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  display: grid;
  overflow: hidden;
  height: 430px;
}

.button-center {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  margin-top: 24px;
}

.section-6 {
  max-width: 1280px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  max-width: 1280px;
  background-color: rgba(243, 245, 251, 0.05);
  border-radius: 40px;
}

.container-4.backgroundblur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #262729;
}

.rich-text-block {
  color: #f3f5fb;
  border-radius: 40px;
  padding-top: 5%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 5%;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  overflow: hidden;
  background-color: #262729;
  backdrop-filter: blur(5px);
}

.link-block {
  perspective: 2000px;
  text-decoration: none;
}

.mg--minus-140 {
  margin-top: -140px;
}

.link-block-2-service {
  background-color: #373a3a;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
  min-width: 300px;
  width: 300px;
}



.link-block-2-service-mg-right {
  background-color: #373a3a;
  border-radius: 40px 0px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
  min-width: 300px;
}
@media screen and (max-width: 478px) {
  .link-block-2-service-mg-right {
    padding: 0px;
  }
}

.link-block-2 {
  background-color: #373a3a;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.link-block-services {
  background-color: #323535;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.z {
  margin-left: auto;
  margin-right: auto;
}

.z.mar120 {
  margin-top: 120px;
}

.title {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.catalogservicegrid {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
}

.servicenav {
  perspective: 2000px;
  flex-direction: column;
  display: flex;
  width: 100%;
  align-items: stretch;
}

.mix {
  background-color: #252626;
  border-radius: 40px;
  margin-top: 12px;
  overflow: hidden;
  text-decoration: none;
  display: grid;
  height: 250px;
  align-items: center;
  grid-template-columns: 0.75fr 1fr;
}

.mix:hover {
  background-color: #d32cee;
  transform: scale(1.02);
  box-shadow: 0 0 15px #d32cee;
}

.mix.marketing {
  max-height: 200px;
  max-width: 700px;
  background-color: #252626;
  border-radius: 40px;
  display: flex;
  overflow: hidden;
}

.mix.design,
.mix.webdev {
  text-decoration: none;
}

.mix.marketing {
  text-decoration: none;
  transition: all 0.555s;
}

.mix.marketing:hover {
  background-color: #d32cee;
}

.mix.max-h-200 {
  max-height: 200px;
}

.mix.max-h-200.border-1px {
  max-height: 250px;
  border: 1px solid rgba(243, 245, 251, 0.21);
  margin-top: 0;
}

.servicecardtext {
  flex-direction: column;
  flex: 1;
  justify-content: left;
  align-items: left;
  padding: 0px 10% 0px 10%;
  display: flex;
}

.paragraph {
  color: rgba(243, 245, 251, 0.93);
  text-align: left;
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.servicethumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
}

.servicethumbnail.bot {
  object-position: 50% 0%;
}

.servicethumbnail._2 {
  object-fit: fill;
  object-position: 50% 50%;
}

.filter-controls {
  background-color: #252626;
  border-radius: 40px;
  padding: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  bottom: 40px;
}

.filter-controls:hover {
  box-shadow: 0 0 15px #d32cee;
}

.img-wrapper-services {
  width: 100%;
  overflow: hidden;
}

.filter-button {
  color: #f3f5fb;
  cursor: pointer;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
  transition: all 0.555s;
}

.filter-button:hover {
  color: #d32cee;
}

.another_members {
  margin-top: 60px;
}

.mix-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 2000px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
.heading-7 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .heading-2 {
    font-size: 28px;
  }
}

.header {
  height: 100vh;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  right: 150px;
  position: relative;
}

.container-6 {
  max-width: 1280px;
}

.italic-text {
  font-style: normal;
}

.heading-8 {
  color: #f3f5fb;
  text-align: left;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
}

.service-leftblock-template {
  height: auto;
  border-radius: 60px;
  flex-direction: column;
  transition: all 0.555s;
  display: flex;
  position: sticky;
  top: 30px;
  overflow: hidden;
}

.service-leftblock-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #323535;
  flex-direction: column;
  flex: 1;
  padding: 36px 24px;
  display: flex;
  margin-top: -4px;
}

.h3 {
  color: #f3f5fb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  line-height: 130%;
  font-weight: 700;
  font-size: 24px;
}

.h3.black {
  color: #1b1c1e;
}

.h3.black.margine-top-20 {
  margin-top: 20px;
}

.h3.black.margine-top-20.padding-h-20 {
  padding-left: 16px;
  padding-right: 16px;
}

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

.paragraph-2 {
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  line-height: 150%;
}

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

.rank-math-breadcrumb {
  font-family: Unbounded, sans-serif;
  font-size: 8px;
  text-decoration: none;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #252626;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  margin-top: 30px;
  padding: 24px 12px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  perspective: 2000px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.tablink {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.tablink.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-content {
  flex: 1;
}

.breadcrumbs-section {
  max-width: 1280px;
  margin: auto auto;
}

.image-3 {
  height: 300px;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
}

.image-3.up1 {
  max-height: 65%;
  object-position: 50% 50%;
}

.bold-text {
  line-height: 130%;
}

.text-span-9 {
  font-size: 30px;
  line-height: 100%;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Unbounded, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #d32cee;
}

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  color: #7f56d9;
  background-color: #f4ebff;
  border: 0.5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  z-index: 1;
  width: 5px;
  height: 50%;
  background-color: #d32cee;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  display: none;
}

.uui-layout32_progress-bar-wrapper {
  width: 4px;
  height: 79%;
  background-color: #cbcbcc;
  position: absolute;
  top: 6%;
  left: 1.75rem;
  right: auto;
  overflow: visible;
}

.uui-layout32_timeline-wrapper {
  position: relative;
  overflow: visible;
}

.uui-layout32_content-right {
  flex: 1;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  bottom: 0;
  right: auto;
}

.uui-layout32_content-left {
  flex: 1;
  align-self: stretch;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.flex-block {
  flex-direction: row;
}

.italic-text-2,
.italic-text-3 {
  font-style: normal;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 2000px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.flex-block-3 {
  height: 510px;
  background-color: #f3f5fb;
  border-radius: 40px;
  align-items: flex-start;
  padding: 0;
  transition: all 0.555s;
  overflow: hidden;
  width: 450px;
}

#cmplz-manage-consent .cmplz-manage-consent {
  margin: unset;
  z-index: 9998;
  color: var(--cmplz_text_color);
  background-color: var(--cmplz_banner_background_color);
  border-style: solid;
  border-color: var(--cmplz_banner_border_color);
  border-width: var(--cmplz_banner_border_width);
  border-radius: var(--cmplz_banner_border_radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  line-height: initial;
  position: fixed;
  bottom: var(--cmplz-manage-consent-offset);
  min-width: 100px;
  max-width: 300px;
  height: var(--cmplz-manage-consent-height);
  left: 40px;
  padding: 15px;
  cursor: pointer;
  animation: mc_slideOut 0.5s forwards;
}

.portfolio-img {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}

.portfolio-img-catalog {
  max-height: 250px;
  object-fit: cover;
  width: 450px;
}

.flex-block-3:hover {
  background-color: #d32cee;
}

.paragraph-3 {
  color: #252626;
  padding-left: 20px;
  padding-right: 20px;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 50%;
}

.div-block-35 {
  transform-style: preserve-3d;
  background-color: #343535;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 18px;
  text-decoration: none;
  transition: all 0.555s;
  display: flex;
}

.div-block-35:hover {
  transform: scale3d(0.96, 0.96, 1.1);
  box-shadow: 0 0 10px #d32cee;
}

.image-5 {
  margin-right: 16px;
}

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

.link-conact {
  text-decoration: none;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: Unbounded, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.uui-text-size-medium-3 p,
.uui-text-size-medium-3 h1,
.uui-text-size-medium-3 h2,
.uui-text-size-medium-3 h3,
.uui-text-size-medium-3 h4,
.uui-text-size-medium-3 h5,
.uui-text-size-medium-3 h6 {
  color: #252626;
}

.faq-qestion-white {
  color: whitesmoke;
  letter-spacing: normal;
  font-family: Unbounded, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line-2 {
  width: 2px;
  height: 0.75rem;
  background-color: whitesmoke;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line-2 {
  width: 0.75rem;
  height: 2px;
  background-color: whitesmoke;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: whitesmoke;
  border: 2px solid whitesmoke;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: 0.75rem;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: 0.75rem;
  height: 2px;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: whitesmoke;
}

.uui-faq01_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq02_heading {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

@media screen and (max-width: 768px) {
  .uui-faq01_question {
    gap: 8px;
  }
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 12px;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.uui-faq01_list {
  margin-left: 0;
  margin-right: 0;
}

.uui-faq01_component {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 479px) {
  .uui-faq01_component {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .service-sheet {
    border-radius: 0px;
  }
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.faq-container {
  margin-top: 60px;
  padding-left: 6.5vw;
  padding-right: 6.5vw;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-description {
  padding: 24px;
}
  
  @media screen and (max-width: 478px) {
    .about-description {
      padding: 12px;
    }
  }



.section-7 {
  max-width: 1280px;
  margin-top: 202px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-4 {
  max-width: 1280px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  overflow: hidden;
}

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

.portfolio-text-wrapper{
  display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.portfoliotemplate {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #252626;
  border-radius: 40px;
  justify-content: space-between;
  padding-bottom: 12px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.555s ease-in-out, transform 0.555s ease-in-out;
  /* Добавляем анимацию масштаба */
  overflow: hidden;
}
.portfoliotemplate-slider {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: #252626;
  border-radius: 40px;
  justify-content: space-between;
  padding-bottom: 12px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.555s ease-in-out;
  /* Добавляем анимацию масштаба */
  overflow: hidden;
  margin: 12px;
  text-decoration: none;
}

.portfoliotemplate-slider:hover {
  background-color: #d32cee;
}

.portfoliotemplate.hidden {
  opacity: 0;
  transform: scale(0.95);
  /* Уменьшим масштаб до 0.95 при скрытии */
  pointer-events: none;
}

.taxonomy-filter {
  width: 60%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  margin: 1% auto;
}

.taxonomy-filter-vertical {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfoliotemplate:hover {
  background-color: #d32cee;
  box-shadow: 0 0 10px #d32cee;
  transform: scale(1.05);
  /* Увеличим масштаб до 1.05 при наведении */
}

.portfoliotemplate.visible {
  display: grid;
  /* Отображаем элементы с классом .visible */
}

.p-portfolio-list {
  text-align: left;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 60px;
}

.heading-portfolio-catalog {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 24px;
  font-weight: 400;
}

.portfoliocell {
  perspective: 2000px;
  align-items: stretch;
}

.body-3 {
  background-color: #1b1c1e;
}

.quick-stack-2 {
  background-color: #f0f0fa;
  border-radius: 40px;
}

.image-9 {
  border-radius: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.black {
  color: #1b1c1e;
}

.text-span-10 {
  color: #d32cee;
}

.tag_tab {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: absolute;
top: 12px;
}

.tag-portfolio {
  color: #f2f4f7;
  background-color: #d32cee;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  display: flex;
}

.tag-portfolio.marketing {
  white-space: nowrap;
}

.tag-portfolio.marketing:hover {
  background-color: #e164f5;
}

.tag-portfolio.webdev {
  white-space: nowrap;
}

.tag-portfolio.webdev:hover {
  background-color: #e164f5;
}

.tag-portfolio.webdesign {
  white-space: nowrap;
  cursor: pointer;
}

.tag-portfolio.webdesign:hover {
  background-color: #e164f5;
}

.portfolioresultstab {
  align-items: center;
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 40px;
  flex-direction: row;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.tabs_menu_portfolio {
  max-height: 600px;
  max-width: 320px;
  border-radius: 40px 0 0 40px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  bottom: 20px;
  left: 0;
  right: 0;
  overflow: auto;
}

.tabs-content-2 {
  background-color: #252626;
  border-radius: 0 40px 40px 0;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.tab-link {
  color: #252626;
  text-align: center;
  background-color: #252626;
  padding: 34px;
}

.tab-link:active,
.tab-link.w--current {
  background-color: #d32cee;
}

.text-tab-portfolio {
  color: #f3f5fb;
  text-align: center;
  font-family: Unbounded, sans-serif;
}

.tab-pane-tab-2 {
  padding: 3%;
}

.link-block-6.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.quick-stack-4 {
  perspective: 2000px;
}

.card-wrapper {
  display: flex;
}

.small {
  font-size: 12px;
  font-weight: 200;
}

.lottie-animation-5 {
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
  bottom: 0;
}

.padding-bottom-40{
  padding-bottom: 40px;
}

.container-8 {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-48 {
  flex: none;
}

.collection-item {
  display: flex;
}

.contactpopup {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  max-width: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.x-close {
  cursor: pointer;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.contact-text {
  text-align: center;
  margin-top: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.contact-fields-telegram {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-menu {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.link-contcat-phone {
  color: #d32cee;
  flex-direction: row;
  justify-content: space-around;
  text-decoration: none;
  display: flex;
}

.contact_link_wrapper {
  justify-content: space-around;
  display: none;
}

.contact_form.w-form::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}

.contact_form.w-form {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  margin-left: auto;
  margin-right: auto;
}

.contact_form {
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 24px;
  position: relative;
  overflow: auto;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.06);
  min-height: 600px;
}

.contact_form:hover {
  box-shadow: 0 0 20px 1px #d32cee;
}

.contact-fields-viber {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.reviwes_form {
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin: 19vh auto auto;
  padding: 24px;
  position: relative;
  overflow: auto;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.06);
  min-height: 400px;
}

.reviwes_form:hover {
  box-shadow: 0 0 20px 1px #d32cee;
}

.reviewspopup,
.emailform {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  max-width: none;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.email_form {
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin: 19vh auto auto;
  padding: 24px;
  position: relative;
  overflow: auto;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.06);
}

.email_form:hover {
  box-shadow: 0 0 20px 1px #d32cee;
}

.text {
  color: #252626;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
}

.text.wht {
  color: #f2f4f7;
}

.heading-15 {
  color: #252626;
  margin-bottom: 40px;
  font-weight: 600;
}

.div-block-49 {
  flex-direction: column;
  justify-content: left;
  align-items: left;
  display: flex;
  width: 100%;
}

html.w-mod-js [data-ix="opacity-0-initial-appearance"] {
  opacity: 0;
}

#w-node-e4572cee-f128-a89b-ae37-4a10d5f03503-2e741ff1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-e4572cee-f128-a89b-ae37-4a10d5f03504-2e741ff1,
#w-node-e4572cee-f128-a89b-ae37-4a10d5f03506-2e741ff1,
#w-node-e4572cee-f128-a89b-ae37-4a10d5f03508-2e741ff1,
#w-node-e4572cee-f128-a89b-ae37-4a10d5f0350a-2e741ff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88be87d-1444-b1d1-6198-321830ea6454-2e741ff1,
#w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95bc-821b9569 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12c2bece-6cb6-4fde-59f4-bf60de7457dd-2e741ff1 {
  align-self: stretch;
  justify-self: stretch;
}

#BRIX-Footer-Email-V5.w-node-_0b01be44-722c-62cb-7dc2-a635300b7e35-300b7e21,
#w-node-_1aac5dbd-eebc-99b6-8d1f-e150e92f28f1-300b7e21,
#w-node-_0b01be44-722c-62cb-7dc2-a635300b7e36-300b7e21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_548a1c3e-8375-f887-117f-f04fff390624-ff39060b {
  align-self: right;
}

#w-node-_548a1c3e-8375-f887-117f-f04fff390638-ff39060b,
#w-node-_1bb9cdbb-2118-74c7-870d-9a5fb5820686-ff39060b,
#w-node-_1bb9cdbb-2118-74c7-870d-9a5fb5820687-ff39060b,
#w-node-_1bb9cdbb-2118-74c7-870d-9a5fb582068b-ff39060b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_843835be-3f9a-be1c-f3e4-f6634af26861-4af26861 {
  align-self: baseline;
}

#w-node-b282c23c-4f69-9b06-6dcf-79106676ca54-3850fb8a,
#w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c3e-3850fb8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c58-3850fb8a {
  align-self: start;
}

#w-node-_2fe8663f-0175-e192-a5af-78e1e5808bfc-3850fb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_74c0bdc9-302c-bf0e-abd2-ee745366b8a6-3850fb8a,
#w-node-c4efa06d-f074-866f-2482-b31362d79115-3850fb8a,
#w-node-_7142a302-2441-45c6-67ae-e7ed84b7a760-3850fb8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f8f3000-8ffd-c261-5737-e0cf06932094-3850fb8a,
#w-node-_5325baf8-c4fa-5750-74e7-b9df967aef3d-3850fb8a,
#w-node-fd3b8ced-8a8f-cf48-d185-1550778ea7f7-3850fb8a,
#w-node-_35e72757-cd16-a97c-8d82-538d04b4e5c0-3850fb8a,
#w-node-_3f8f3000-8ffd-c261-5737-e0cf0693209c-3850fb8a,
#w-node-_0b451df2-879f-9f55-518e-2bb89df9d41b-3850fb8a,
#w-node-_0b451df2-879f-9f55-518e-2bb89df9d421-3850fb8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0eb2a4fc-b981-698d-51bb-fd680b19c487-3850fb8a {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0eb2a4fc-b981-698d-51bb-fd680b19c4a2-3850fb8a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_523c4d4b-60b3-2a02-c3a5-4df424a34ca0-3850fb8a,
#w-node-fe125596-a435-c4c8-c3a3-a62ba95cd37e-4d741ff7,
#w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c52-3850fb8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42740a4f-5a7e-4a7d-9917-c38c9189d987-4d741ff7,
#w-node-fcc9f680-7a06-6c7a-effa-8c5ca3515fbc-4d741ff7,
#w-node-ed1d168b-8387-a1a1-e609-43a61592a528-4d741ff7,
#w-node-_83a46c2d-eed8-b9f2-cc61-b6663bc7eb3f-4d741ff7,
#w-node-ca026482-de7e-a2b9-470b-e1c8d518105b-4d741ff7,
#w-node-_1b248ad4-37f2-23f5-5a7a-12518ca20847-4d741ff7,
#w-node-e03c42f7-52d6-8b36-2ad0-8acdf77a5f59-4d741ff7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95a4-821b9569 {
  align-self: stretch;
}

#w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95a8-821b9569,
#w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95b8-821b9569,
#w-node-ba8c9ce7-54c8-5c62-dc5a-0bdbdd94bbbd-821b9569,
#w-node-ba8c9ce7-54c8-5c62-dc5a-0bdbdd94bbbe-821b9569,
#w-node-ba8c9ce7-54c8-5c62-dc5a-0bdbdd94bbc2-821b9569 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_23f6c3b6-a695-d79f-1156-f21a925d1473-ab742001,
#w-node-_23f6c3b6-a695-d79f-1156-f21a925d147b-ab742001,
#w-node-_23f6c3b6-a695-d79f-1156-f21a925d1484-ab742001,
#w-node-_23f6c3b6-a695-d79f-1156-f21a925d148d-ab742001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.fetures-container{
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 12px;
}

.text-wrapper-left{
  height: fit-content;
    position: sticky;
    top: 2.5vw;
    max-width: 600px;
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    padding: 24px;
}

@media screen and (max-width: 478px) {
  .fetures-container{
    display: grid;
    grid-template-columns: 1fr;
    
  }

  .text-wrapper-left{
    height: fit-content;
    position: relative;
    margin-bottom: 24px
  }
}

#w-node-ec359833-dcb3-8ee6-f210-374a629a5b9d-ab742001 {
  display: grid;
  justify-content: center;
  justify-items: stretch;
  perspective: 2000px;
  gap: 8px;
  align-content: stretch;
  align-items: stretch;
  grid-template-columns: 1fr;
}

#w-node-ec359833-dcb3-8ee6-f210-374a629a5b9e-ab742001,
#w-node-ec359833-dcb3-8ee6-f210-374a629a5b9f-ab742001,
#w-node-_597c3f11-65d6-1c15-f58d-05ad03261c63-ab742001,
#w-node-b86c384a-eb7a-7ac7-f945-c600e96d8db9-ab742001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e3261f8-5a9f-c644-2c21-546527136785-9e74208d {
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3e3261f8-5a9f-c644-2c21-546527136786-9e74208d,
#w-node-_99ee6001-1700-5af5-e7f8-2ed0429ef31a-9e74208d,
#w-node-_066566f0-edce-d35b-87c7-8fbf1226da90-9e74208d,
#w-node-_3e3261f8-5a9f-c644-2c21-546527136788-9e74208d,
#w-node-bb5322e3-789b-90d2-7e32-44897a0f134d-9e74208d,
#w-node-_7b9de1d8-d1ed-3de4-e218-fab574b75b59-9e74208d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e95e319-7c9e-ce06-06e3-9f195d77cc4e-26742098 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  border-radius: 40px;
    overflow: hidden;
    display: grid;
    align-items: center;
    margin-top: 50px;
}

@media screen and (max-width: 478px) {
  #w-node-_9e95e319-7c9e-ce06-06e3-9f195d77cc4e-26742098 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    border-radius: 40px;
    overflow: hidden;
    display: grid;
    align-items: center;
    margin-top: -30px;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
}
}
#w-node-_9e95e319-7c9e-ce06-06e3-9f195d77cc4f-26742098,
#w-node-_9e95e319-7c9e-ce06-06e3-9f195d77cc50-26742098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95f2ca78-b4f6-be11-5812-2cb20cf9a631-237420a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d79184e4-8302-808f-9eab-78f784bd75d9-237420a8,
#w-node-de503b05-8c6b-60ad-1a68-b8aa49aba2b8-237420a8,
#w-node-_2707ef3f-1570-a877-d83f-83ae5a440f44-237420a8,
#w-node-_556bdda6-5f76-005d-1bd2-8bb28cdf682a-237420a8,
#w-node-_0ad18950-3505-f267-daa3-d5c1c4228f7e-237420a8,
#w-node-_00778fef-43e8-7bc2-b88f-b9914ea788f9-237420a8,
#w-node-_269bf568-d5c4-d2dc-54f4-2bd2e5f61812-237420a8,
#w-node-ad0831e6-312f-43f6-ddf4-f585b7516639-237420a8,
#w-node-_214c155b-e23b-0f30-59a9-40a09b3e5819-237420a8,
#w-node-_73443614-4f0e-3cf7-8884-81e2078cdae6-237420a8,
#w-node-_193b437a-8628-c9d8-b33a-36f6d98dac8a-237420a8,
#w-node-fcf8dc52-b6ba-8ea5-7ead-21f95cc3e47a-237420a8,
#w-node-_318ce022-3c37-ded2-18e6-bb6f8e414cec-237420a8,
#w-node-e2364e26-cdaf-bd73-0eda-2978d3e58f64-237420a8,
#w-node-_7393b385-c5bc-535f-58ab-0b674505edab-237420a8,
#w-node-_16807bb0-f32e-583b-ead5-5f8df52de5d9-237420a8,
#w-node-_542ffe91-338f-c762-d389-3929b8ec7b1a-237420a8,
#w-node-bd109141-430a-e64f-3c8c-42034dd9c2e7-237420a8,
#w-node-df06be08-8f02-4396-c2c3-03c1e4e6bee9-237420a8,
#w-node-_513a65df-c372-8300-d81b-074581a61e7c-237420a8,
#w-node-_97ead40b-924b-0894-f05e-35ce4d23fd76-237420a8,
#w-node-efaf0504-06ac-04c3-23e7-eb2bafe97524-237420a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.lottie-animation-2 {
  display: none;
}

.lottie-animation-2.show {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

.searchform {
  display: flex;
  column-gap: 0px;
}

/* Стили для контейнера выпадающего списка */
.languages {
  position: absolute;
  right: 10%;
  top: 0%;
  width: auto;
  font-family: Unbounded, sans-serif;
  background-color: transparent;
  display: flex;
  margin-right: 20px;
  /* Добавляем немного отступа для разделения соседних элементов */
  overflow: hidden;
  z-index: 900;
  gap: 25px;
}

.languages-2 {
  position: absolute;
  right: 5%;
  top: 0%;
  width: auto;
  font-family: Unbounded, sans-serif;
  background-color: #d32cee;
  display: inline-block;
  margin-right: 20px;
  /* Добавляем немного отступа для разделения соседних элементов */
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
  z-index: 900;
}

/* Стили для выпадающего списка */
.pll-switcher-select {
  background-color: #d32cee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #f3f5fb;
  border: solid 1px #d32cee;
  border-radius: 0px 0px 15px 15px;
  padding: 0 12px;
}

@media screen and (max-width: 479px) {
  .pll-switcher-select {
    height: 25px;
  }

  .languages {
    gap: 5px;
  }

  .brix---image-wrapper-testimonial-v5 {
  }
}

.pll-switcher-select option {
  background-color: #d32cee !important;
}

.pll-switcher-select option:hover {
  background-color: #f3f5fb !important;
  color: black !important;
}

/* Стили для элементов выпадающего списка */
.lang-item {
  list-style-type: none;
  color: #d32cee;
}

.lang-item a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
}

.lang-item a:hover {
  background-color: #ffffff;
  color: black;
}

/*width*/
::-webkit-scrollbar {
  width: 10px;
}

/*track*/
::-webkit-scrollbar-track {
  background: rgba(233, 233, 233, 0.5);
  border-width: 4px;
  border-style: solid;
  border-color: rgb(37, 38, 38);
}

/*thumb*/
::-webkit-scrollbar-thumb {
  background: rgb(211, 44, 238);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(37, 38, 38);
  border-radius: 40px;
}

.w-webflow-badge {
  display: none !important;
}

v {
  display: block;
}

.seo-text {
  font-family: Inter, sans-serif;
  color: white;
  padding: 2% 2% 2% 2%;
  overflow: auto;
  width: 100%;
  font-weight: 300;
  line-height: 150%;
}

.last {
  color: rgb(211, 44, 238);
  font-size: 12px;
}

#w-node-_294d0ed0-81a2-f143-1fad-a005ef8202c3-27c40887 {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  .brix---card-2:hover {
    box-shadow: 0 0 16px #d32cee;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    padding-left: 0;
    font-size: 30px;
  }

  .brix---mg-bottom-24px {
    column-gap: 20%;
  }

  .languages-2 {
    right: auto;
    left: 0%;
  }

  .grey-background.hug {
    aspect-ratio: 6 / 1;
    position: static;
  }

  .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .f-navigation-button {
    margin-top: 4px;
  }

  #w-node-fe71037d-768d-7e03-ba22-078462e0fa70-2e741ff1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12c2bece-6cb6-4fde-59f4-bf60de7457dd-2e741ff1,
  #w-node-_0b01be44-722c-62cb-7dc2-a635300b7e25-300b7e21 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_548a1c3e-8375-f887-117f-f04fff39060e-ff39060b,
  #w-node-_548a1c3e-8375-f887-117f-f04fff390624-ff39060b,
  #w-node-_0eb2a4fc-b981-698d-51bb-fd680b19c487-3850fb8a {
    order: -9999;
  }

  #w-node-f4518b0b-8bb1-aed7-1905-a0cf29d01570-4d741ff7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b956a-821b9569,
  #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95a4-821b9569 {
    order: -9999;
  }

  #w-node-_3e3261f8-5a9f-c644-2c21-546527136785-9e74208d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3e3261f8-5a9f-c644-2c21-546527136786-9e74208d,
  #w-node-_99ee6001-1700-5af5-e7f8-2ed0429ef31a-9e74208d,
  #w-node-_066566f0-edce-d35b-87c7-8fbf1226da90-9e74208d,
  #w-node-_3e3261f8-5a9f-c644-2c21-546527136788-9e74208d,
  #w-node-bb5322e3-789b-90d2-7e32-44897a0f134d-9e74208d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7b9de1d8-d1ed-3de4-e218-fab574b75b59-9e74208d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_294d0ed0-81a2-f143-1fad-a005ef8202c3-27c40887 {
    justify-self: start;
  }

  #w-node-_294d0ed0-81a2-f143-1fad-a005ef8202d9-27c40887 {
    order: -9999;
  }

  .f-navigation-link {
    margin-top: 4px;
    font-size: 16px;
  }

  .f-navigation-menu {
    max-height: 450px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #393b6a;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding: 12px;
    position: static;
    right: 0%;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
    display: none;
  }

  .f-navigation-logo-link.absolute {
    margin-bottom: 16px;
    transform: none;
  }

  .f-navigation-container {
    min-width: auto;
    flex-direction: column;
    flex: 1;
  }

  .text-block {
    font-size: 16px;
  }

  .f-h1-heading {
    padding-left: 0;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    right: auto;
  }

  .logo.main {
    right: -46px;
  }

  .heading-large {
    font-size: 28px;
    position: relative;
    left: -23px;
  }

  .heading-large.big {
    font-size: 36px;
  }

  .y {
    justify-content: space-around;
    padding-left: 0;
  }

  .div-block-20 {
    left: -30px;
  }

  .h2 {
    left: -23px;
  }

  .sectionone {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-paragraph-regular-2.f-text-weight-medium,
  .f-sub-heading-regular {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .f-feature-card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .f-paragraph-large-2.absolute {
    bottom: -36px;
    right: -19px;
  }

  .f-paragraph-large-2.absolute.neartitle {
    bottom: 90px;
    right: -75px;
  }

  .f-paragraph-large-2.absolute.portfolio {
    top: 135px;
    right: -78px;
    transform: rotate(0deg);
    margin-top: 5%;
  }

  .f-container-regular-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brix---text-300-medium.wht,
  .brix---display-2.wht {
    color: #f2f4f7;
  }

  .brix---card {
    background-color: #d32cee;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;
    justify-items: stretch;
  }

  .brix---heading-h1-size {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---card-2 {
    max-width: 280px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---container-default-2.whitebg {
    margin-left: auto;
    margin-right: auto;
  }

  .sectionfour.large {
    padding-top: 10px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    height: 200px;
  }

  .brix---blog-card-image-wrapper {
    width: auto;
    height: auto;
  }

  .brix---heading-h2-size-2 {
    text-align: left;
    font-size: 30px;
    line-height: 46px;
  }

  .brix---blog-card-image-featured {
    height: 200px;
  }

  .brix---blog-card-image-featured-wrapper-v1 {
    height: auto;
  }

  .brix---blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---card-form {
    padding: 10%;
  }

  .brix---inner-container-400px {
    max-width: 400px;
    flex: 1;
  }

  .brix---paragraph-default-4 {
    text-align: center;
  }

  .brix---paragraph-default-4.white {
    text-align: center;
    padding-left: 96px;
    padding-right: 96px;
  }

  .brix---heading-h1-size-3 {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h1-size-3.white,
  .brix---subtitle-3 {
    text-align: center;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .brix---grid-2-columns-copy {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v5 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v5 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .herovisual {
    justify-content: center;
    position: static;
  }

  .lottie {
    min-height: auto;
    min-width: auto;
    position: static;
    top: auto;
    left: auto;
  }

  .violetdots {
    max-width: 100vw;
    overflow: hidden;
  }

  .lottie-animation-3 {
    left: 0%;
  }

  .div-block-27 {
    justify-content: center;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogpost06_image {
    width: 100%;
    height: 250px;
    max-height: none;
  }

  .uui-blogpost06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .uui-heading-large {
    font-size: 2rem;
    margin-right: 5%;
  }

  .uui-blogpost06_header-content {
    max-width: none;
  }

  .uui-blogpost06_header {
    grid-row-gap: 2%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    padding-bottom: 5%;
    margin-top: 0%;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: stretch;
  }

  .mix-container {
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }

  .header {
    height: 200vh;
  }

  .tabs-content {
    display: none;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_progress-bar-wrapper {
    height: 79%;
    top: 3%;
  }

  .italic-text-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flex-block-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-38 {
    width: 100vw;
    overflow: hidden;
  }

  .flex-block-4 {
    flex-direction: column;
  }

  .portfoliotemplate {
    max-width: 370px;
  }

  .portfoliocell {
    justify-content: space-between;
    align-items: stretch;
  }

  .tag_tab {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .quick-stack-3 {
    margin-top: 30px;
  }

  .card-wrapper {
    justify-content: center;
    display: flex;
  }

  .contact_form {
    margin-top: 10vw;
  }

  .reviwes_form,
  .email_form {
    padding: 24px 32px;
  }
}

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

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .languages {
    font-size: 13px;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: -2rem;
  }

  .breadcrumbs-2 {
    display: block;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 16px;
    display: block;
    margin-top: 0px;
  }

  .taxonomy-filter {
    width: auto;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    /* align-items: flex-start; */
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr 1fr;
    display: grid;
    margin: 15px auto 0 auto;
    grid-area: 1 / 1 / 2 / 2;
    justify-items: stretch;
  }

  .mix {
    padding-top: 0;
    padding-bottom: 5%;
  }

  .breadcrumbs {
    color: #d32cee;
    display: none;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .breadcrumbs-p {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    width: 90%;
    row-gap: 2%;
    margin-left: auto;
    margin-right: auto;
  }

  .separator {
    font-size: 14px;
  }

  .cookie-modal_form {
    padding-top: 0.75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  #w-node-e4572cee-f128-a89b-ae37-4a10d5f03503-2e741ff1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4572cee-f128-a89b-ae37-4a10d5f03504-2e741ff1,
  #w-node-e4572cee-f128-a89b-ae37-4a10d5f03506-2e741ff1,
  #w-node-e4572cee-f128-a89b-ae37-4a10d5f03508-2e741ff1,
  #w-node-e4572cee-f128-a89b-ae37-4a10d5f0350a-2e741ff1,
  #w-node-e88be87d-1444-b1d1-6198-321830ea6454-2e741ff1,
  #w-node-_12c2bece-6cb6-4fde-59f4-bf60de7457dd-2e741ff1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b01be44-722c-62cb-7dc2-a635300b7e25-300b7e21 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0b01be44-722c-62cb-7dc2-a635300b7e72-300b7e21,
  #w-node-_0b451df2-879f-9f55-518e-2bb89df9d41b-3850fb8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_548a1c3e-8375-f887-117f-f04fff39060e-ff39060b {
    order: -9999;
  }

  #w-node-_1bb9cdbb-2118-74c7-870d-9a5fb5820686-ff39060b,
  #w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c52-3850fb8a,
  #w-node-b282c23c-4f69-9b06-6dcf-79106676ca54-3850fb8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c58-3850fb8a {
    align-self: start;
  }

  #w-node-_3f8f3000-8ffd-c261-5737-e0cf0693209c-3850fb8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_0b451df2-879f-9f55-518e-2bb89df9d41b-3850fb8a {
    grid-column: span 1 / span 1;
  }

  #w-node-_0b451df2-879f-9f55-518e-2bb89df9d421-3850fb8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-fe125596-a435-c4c8-c3a3-a62ba95cd37e-4d741ff7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4518b0b-8bb1-aed7-1905-a0cf29d01570-4d741ff7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95b8-821b9569,
  #w-node-ba8c9ce7-54c8-5c62-dc5a-0bdbdd94bbbd-821b9569 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95bc-821b9569 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec359833-dcb3-8ee6-f210-374a629a5b9d-ab742001 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ec359833-dcb3-8ee6-f210-374a629a5b9e-ab742001,
  #w-node-ec359833-dcb3-8ee6-f210-374a629a5b9f-ab742001,
  #w-node-_597c3f11-65d6-1c15-f58d-05ad03261c63-ab742001,
  #w-node-b86c384a-eb7a-7ac7-f945-c600e96d8db9-ab742001 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e3261f8-5a9f-c644-2c21-546527136785-9e74208d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e3261f8-5a9f-c644-2c21-546527136786-9e74208d,
  #w-node-_99ee6001-1700-5af5-e7f8-2ed0429ef31a-9e74208d,
  #w-node-_066566f0-edce-d35b-87c7-8fbf1226da90-9e74208d,
  #w-node-_3e3261f8-5a9f-c644-2c21-546527136788-9e74208d,
  #w-node-bb5322e3-789b-90d2-7e32-44897a0f134d-9e74208d,
  #w-node-_7b9de1d8-d1ed-3de4-e218-fab574b75b59-9e74208d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e95e319-7c9e-ce06-06e3-9f195d77cc4e-26742098 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e95e319-7c9e-ce06-06e3-9f195d77cc4f-26742098,
  #w-node-_9e95e319-7c9e-ce06-06e3-9f195d77cc50-26742098 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .f-navigation-button {
    margin-left: auto;
    margin-right: auto;
  }

  .f-navigation-button.widht-100 {
    width: 300px;
  }

  .f-navigation-link {
    width: auto;
  }

  .f-navigation-logo-link.absolute {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .f-paragraph-large {
    font-size: 16px;
  }

  .f-h1-heading {
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 32px;
  }

  .f-heading-detail-small {
    font-size: 12px;
  }

  .logo.main {
    right: -37px;
  }

  .track-vertical {
    bottom: 500px;
  }

  .success-text {
    font-size: 18px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .success-lottie {
    scale: 2;
  }

  .dotlottie-wrapper-success {
    margin-top: -80px;
  }

  .title-text-success {
    text-align: center;
    font-size: 24px;
  }

  .brix---card {
    max-height: none;
    justify-content: flex-start;
  }

  .heading-large {
    flex-direction: row;
    justify-content: center;
    font-size: 1.875rem;
    display: block;
    position: static;
  }

  .heading-large.big {
    text-align: center;
    margin-right: 0;
    position: static;
  }

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

  .y {
    max-height: 550px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 12px;
  }

  .div-block-20 {
    max-height: 500px;
    border-radius: 90px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    overflow: hidden;
  }

  .focuswarp {
    background-image: linear-gradient(
      #252626 15%,
      rgba(0, 0, 0, 0) 51%,
      #252626 74%,
      #252626 99%
    );
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h2 {
    z-index: 100;
    order: -1;
    align-items: center;
    position: relative;
    left: auto;
  }

  .f-paragraph-regular-2.f-text-weight-medium {
    font-weight: 300;
    margin-top: 15px;
  }

  .f-feature-card-wrapper.margine-60 {
    margin-top: 60px;
  }

  .f-feature-card-wrapper.margine-60.normal {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .f-paragraph-large-2.absolute {
    position: static;
    bottom: 8px;
    right: -3px;
    transform: none;
  }

  .f-paragraph-large-2.absolute.neartitle {
    display: none;
  }

  .f-paragraph-large-2.absolute.portfolio {
    top: 229px;
    right: 95px;
  }

  .f-paragraph-large-2.margine-bottom-60 {
    margin-bottom: 0;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-margin-bottom-64 {
    margin-bottom: 0;
  }

  .f-section-large-2 {
    padding: 0 0%;
  }

  .brix---text-300-medium {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---card {
    flex: 1;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 18px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-22 {
    width: auto;
  }

  .brix---text-200-medium,
  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-2 {
    max-width: none;
    flex: 0 auto;
  }

  .brix---grid-3-columns {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }


  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }


  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .brix---blog-card-featured {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold-3,
  .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---grid-2-columns-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lottie {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-30 {
    max-height: 500px;
    border: 1px #000;
    border-radius: 40px;
    position: relative;
    top: -43px;
    overflow: visible;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogpost06_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost03_author-image {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
  }

  .uui-blogpost03_author-image-wrapper {
    margin-right: 0.75rem;
  }

  .uui-blogpost06_author-wrapper {
  }

  .uui-text-size-xlarge {
    font-size: 0.8rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 1.6rem;
  }

  .uui-blogpost03_date-wrapper {
    margin-bottom: 0.75rem;
  }

  .uui-blogpost06_header-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogpost06_header {
    grid-row-gap: 2%;
    width: auto;
  }

  .mix.marketing {
    max-height: none;
    max-width: 400px;
    flex-direction: column;
    align-items: center;
  }

  .mix.design {
    max-width: 420px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .mix.webdev {
    max-width: 420px;
    flex-direction: column;
  }

  .mix.marketing {
    max-width: 420px;
  }

  .servicecardtext {
    flex: 0 auto;
    justify-content: flex-start;
    padding-top: 0;
  }

  .filter-controls {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .header {
    height: 160vh;
  }

  .italic-text {
    font-size: 32px;
    line-height: 120%;
  }

  .tabs {
    justify-content: center;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout32_content-left {
    display: none;
  }

  .flex-block-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-3 {
    min-width: 300px;
    height: 100%;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfoliocell {
    align-items: center;
  }

  .heading-14 {
    font-size: 36px;
  }

  .contactpopup {
    height: auto;
    overflow: auto;
  }

  .contact-menu {
    flex-direction: column;
  }

  .contact_link_wrapper {
    flex-direction: row;
  }

  .contact_form {
    min-height: 560px;
    overflow: scroll;
  }

  .reviwes_form {
    min-height: 560px;
    margin-top: 12vh;
    padding: 36px 30px 48px;
    overflow: scroll;
  }

  .reviewspopup {
    height: auto;
    opacity: 0;
    display: none;
    overflow: auto;
  }

  .emailform {
    height: auto;
    overflow: auto;
  }

  .email_form {
    min-height: 560px;
    margin-top: 12vh;
    padding: 36px 30px 48px;
    overflow: scroll;
    /* } */

    .heading-15 {
      font-size: 36px;
    }
  }

  @media screen and (max-width: 479px) {
    h1 {
      font-size: 13px;
      line-height: 20px;
    }

    a {
      width: auto;
      float: none;
      padding-left: 1px;
      padding-right: 1px;
      display: inline-block;
      position: static;
    }

    .box {
      opacity: 1;
    }

    .mix {
      background-color: #252626;
      border-radius: 40px;
      margin-top: 12px;
      display: flex;
      overflow: hidden;
      position: relative;
      height: 250px;
      align-content: center;
      flex-direction: column;
      justify-content: center;
    }

    #w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c48-3850fb8a,
    #dorblue,
    #dorblue2 {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }

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

    .cookie-modal_content-wrap.is-small {
      padding-bottom: 1.25rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    .cookie-modal_closebutton {
      margin-top: 1rem;
      margin-right: 1rem;
    }

    .img-wrapper-services {
      position: absolute;
      overflow: hidden;
      z-index: 1;
      background-color: #252525ab;
    }

    .cookie-modal_button {
      flex: auto;
      padding-left: 1.25em;
      padding-right: 1.25em;
    }

    .cookie-modal_component {
      max-width: 100%;
    }

    .cookie-popup_component {
      max-width: 100%;
      top: auto;
      bottom: 0%;
      left: 0%;
      right: 0%;
    }

    .cookie-modal_button-wrap.is-small {
      justify-content: space-between;
      padding: 1.25rem;
    }

    .cookie-modal_button-wrap.in-pref-manger {
      bottom: 0;
    }

    .cookie-preference_component {
      align-items: flex-end;
    }

    .brix---container-default-2.whitebg {
      margin-top: 15px;
    }

    .brix---inner-container-574px---center {
      margin-top: 15px;
    }

    .cookie-preference_wrapper {
      max-width: 100%;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .cookie-preference-button {
      left: 1rem;
    }

    .brix---card {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
      perspective: 2000px;
      border-radius: 40px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      padding: 0;
      transition: all 0.2s;
      display: flex;
      transform: translate(0);
      min-height: auto;
    }

    .f-navigation-button {
      display: block;
    }

    .f-navigation-button.margine-0 {
      margin-left: 0;
    }

    .f-navigation-link,
    .text-block {
      font-size: 16px;
    }

    .f-h1-heading {
      letter-spacing: 0;
      padding-left: 0;
      font-size: 24px;
    }

    .f-heading-detail-small {
      font-size: 14px;
      padding-right: 50px;
    }

    .f-header-grid {
      align-content: center;
      justify-content: center;
      align-items: center;
      justify-items: center;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0%;
    }

    .logo.main {
      right: -24px;
    }

    .herotext {
      max-height: none;
      margin-left: 8px;
      margin-right: 8px;
    }

    .menubutton {
      right: 0px;
    }

    .track-vertical {
      align-items: center;
      bottom: 338px;
    }

    .taxonomy-filter {
      grid-template-columns: 1fr;
    }

    .heading-large {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
    }

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

    .heading-large.display-none {
      display: block;
    }

    .y {
      max-height: 500px;
      min-height: 500px;
      justify-content: space-between;
      align-items: center;
      overflow: hidden;
    }

    .div-block-20 {
      max-height: 400px;
    }

    .focuswarp {
      min-height: 375px;
      top: auto;
      bottom: 0%;
      left: 0%;
      right: 0%;
    }

    .f-feature-card-wrapper.margine-60 {
      margin-top: 98px;
    }

    .f-paragraph-large-2.absolute {
      display: block;
      bottom: 26px;
      transform: none;
    }

    .f-paragraph-large-2.absolute.portfolio {
      top: 188px;
      bottom: 0;
      right: 51px;
      transform: rotate(0deg);
      margin-top: 5%;
    }

    .f-paragraph-large-2.absolute.margine-12 {
      margin-top: 12px;
    }

    .f-h3-heading {
      font-size: 28px;
    }

    .f-margin-bottom-64 {
      margin-bottom: 0;
    }

    .brix---display-2 {
      font-size: 24px;
      line-height: 48px;
    }

    .brix---card {
      flex: 1;
    }

    .brix---3-columns-1-col-tablet {
      grid-template-columns: 1fr;
    }

    .brix---paragraph-default {
      padding: 0;
      font-size: 14px;
      line-height: 28px;
    }

    .brix---heading-h1-size {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 120%;
    }

    .brix---subtitle {
      font-size: 14px;
      line-height: 18px;
    }

    .brix---mg-bottom-48px {
      margin-bottom: 32px;
    }

    .brix---container-default {
      padding-left: 20px;
      padding-right: 20px;
    }

    .container-3 {
      margin-left: auto;
      margin-right: auto;
    }

    .text-block-4.black {
      order: 0;
    }

    .brix---text-200-bold {
      font-size: 15px;
      line-height: 16px;
    }

    .brix---mg-bottom-8px {
      margin-bottom: 6px;
    }

    .brix---paragraph-default-2 {
      font-size: 14px;
      line-height: 150%;
    }


    .brix---grid-3-columns {
      grid-template-columns: 1fr;
    }

    .brix---heading-h2-size {
      font-size: 28px;
      line-height: 120%;
    }

    .brix---mg-bottom-16px {
      margin-bottom: 15px;
    }



    .brix---paragraph-default-3 {
      font-size: 14px;
      line-height: 150%;
    }

    .brix---heading-h3-size-2 {
      font-size: 18px;
      line-height: 150%;
    }

    .brix---text-200 {
      font-size: 14px;
      line-height: 150%;
    }

    .brix---badge-primary-small-light {
      width: 125px;
      height: 90px;
      border-radius: 40px 0px;
      padding: 0px;
    }

    .brix---mg-bottom-24px {
      margin-bottom: 16px;
    }

    .brix---heading-h2-size-2 {
      font-size: 18px;
      line-height: 150%;
    }

    .brix---text-200-bold-2 {
      font-size: 14px;
      line-height: 150%;
    }

    .brix---avatar-image {
      width: 100%;
    }

    .brix---avatar-circle-03 {
      width: 48px;
      height: 48px;
      max-height: 48px;
      max-width: 48px;
      min-height: 48px;
      min-width: 48px;
    }

    .brix---heading-h1-size-2 {
      margin-bottom: 10px;
      font-size: 30px;
      line-height: 37px;
    }

    .brix---subtitle-2 {
      font-size: 14px;
      line-height: 18px;
    }

    .brix---mg-bottom-48px-2 {
      margin-bottom: 32px;
    }

    .brix---text-area {
      padding-left: 12px;
      font-size: 14px;
      line-height: 26px;
    }

    .brix---text-area::-ms-input-placeholder {
      font-size: 16px;
      line-height: 24px;
    }

    .brix---text-area::placeholder {
      font-size: 16px;
      line-height: 24px;
    }

    .brix---input-label {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      display: flex;
    }

    .brix---input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 16px;
    }

    .brix---input::placeholder {
      font-size: 16px;
      line-height: 16px;
    }

    .brix---card-form {
      flex: 1;
      padding-left: 23px;
      padding-right: 23px;
    }

    .brix---text-200-bold-3,
    .brix---text-201 {
      font-size: 12px;
      line-height: 150%;
    }

    .brix---big-icon-left {
      max-width: 56px;
      border-radius: 14px;
      margin-bottom: 16px;
      margin-right: 0;
    }

    .brix---card-link-icon-wrapper {
      text-align: center;
      flex-direction: column;
      align-items: center;
      padding: 12px 0px;
    }

    .brix---inner-container-400px {
      max-width: 100%;
    }

    .brix---text-300-bold {
      font-size: 14px;
      line-height: 150%;
      text-align: center;
    }

    .brix---paragraph-default-4 {
      font-size: 14px;
      line-height: 150%;
    }

    .brix---paragraph-default-4.white {
      padding-left: 0;
      padding-right: 0;
    }

    .brix---heading-h1-size-3 {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 150%;
    }

    .brix---heading-h1-size-3.white {
      font-size: 28px;
      line-height: 120%;
    }

    .brix---subtitle-3 {
      font-size: 14px;
      line-height: 150%;
    }

    .brix---grid-contact-v1 {
      grid-row-gap: 50px;
    }

    .brix---grid-contact-v1.borders {
      justify-items: center;
    }

    .brix---grid-2-columns-copy {
      grid-template-columns: 1fr;
    }

    .brix---social-icon-square-30px {
      width: 30px;
      height: 30px;
      min-height: 30px;
      min-width: 30px;
      border-radius: 6px;
      font-size: 14px;
    }

    .brix---social-media-grid-right---t-center {
      grid-template-columns: repeat(auto-fit, 30px);
    }

    .brix---footer-col-title {
      margin-bottom: 16px;
      font-size: 16px;
      line-height: 18px;
    }

    .brix---footer-link {
      font-size: 12px;
      line-height: 19px;
    }

    .brix---footer-list-item {
      margin-bottom: 8px;
    }

    .brix---input-2 {
      min-height: 24px;
      padding-left: 18px;
      padding-right: 18px;
      font-size: 16px;
      line-height: 18px;
    }

    .brix---input-2::-ms-input-placeholder {
      font-size: 16px;
      line-height: 16px;
    }

    .brix---input-2::placeholder {
      font-size: 16px;
      line-height: 16px;
    }

    .brix---grid-footer-subscribe-1-col {
      grid-row-gap: 16px;
      grid-template-columns: 1fr;
    }

    .brix---paragraph-default-5 {
      padding-right: 0;
      font-size: 17px;
      line-height: 28px;
    }

    .brix---mg-bottom-24px-2 {
      margin-bottom: 16px;
    }

    .brix---footer-top-border-bottom {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .brix---container-default-4 {
      padding-left: 20px;
      padding-right: 20px;
    }


    .herovisual {
      position: static;
      top: -51px;
      right: -84px;
      overflow: hidden;
    }

    .lottie {
      width: 300px;
      height: 300px;
      display: block;
    }

    .div-block-29 {
      align-items: stretch;
    }

    .div-block-30 {
      width: 250px;
      height: 320px;
      margin-left: auto;
      margin-right: auto;
      position: static;
      top: 0%;
      bottom: 0%;
      left: 0%;
      right: 0%;
    }

    .uui-blogpost06_header {
      grid-template-columns: 1fr;
    }

    .z.margine-30 {
      margin-top: 30px;
    }

    .mix.marketing {
      max-width: 360px;
      text-decoration: none;
    }

    .mix.design {
      max-width: none;
    }

    .mix.webdev {
      text-decoration: none;
    }

    .mix.marketing {
      max-width: none;
      align-self: stretch;
      padding-left: 0;
      padding-right: 0;
    }

    .mix.max-h-200.border-1px {
      max-height: none;
      flex-direction: column;
      justify-content: center;
      display: flex;
      position: relative;
      align-content: center;
    }

    .servicecardtext {
      align-self: stretch;
      z-index: 10;
      position: absolute;
    }

    .servicethumbnail {
      filter: brightness(0.3);
    }

    .filter-controls {
      flex-direction: column;
      align-self: stretch;
      display: flex;
      padding: 5% 0%;
      width: 350px;
    }

    .filter-button {
      font-size: 28px;
    }

    .header {
      height: auto;
    }

    .italic-text {
      font-size: 28px;
    }

    .h3.black.margine-top-20.padding-h-20 {
      order: 0;
    }

    .tabs {
      padding-left: 8px;
      padding-right: 8px;
    }

    .uui-layout32_progress-bar-wrapper {
      height: 78%;
    }

    .uui-heading-medium,
    .uui-layout32_content-left {
      display: none;
    }

    .italic-text-2 {
      padding-left: 0;
      padding-right: 0;
    }

    .flex-block-2 {
      padding-left: 24px;
      padding-right: 24px;
    }

    .image-9,
    .black {
      order: -1;
    }

    .heading-14.margine-0 {
      padding-left: 0;
      line-height: 100%;
    }

    .quick-stack-3 {
      margin-top: 0;
    }

    .tabs-2 {
      grid-column-gap: 14px;
      grid-row-gap: 14px;
      flex-direction: column;
    }

    .tabs_menu_portfolio {
      max-width: none;
      margin-left: 25px;
      position: static;
    }

    .tabs-content-2 {
      margin-right: 4px;
    }

    .lottie-animation-5 {
      display: none;
    }

    .contactpopup {
      height: auto;
      opacity: 0;
      display: none;
    }

    .x-close {
      top: 14px;
      right: 9px;
    }

    .contact_form {
      flex: 1;
      margin-top: 5px;
      margin-bottom: 5px;
      overflow-y: scroll;
      overflow-x: hidden;
    }

    .reviwes_form {
      flex: 1;
      margin-top: 12vh;
      padding-left: 23px;
      padding-right: 23px;
      overflow: scroll;
    }

    #w-node-_1aac5dbd-eebc-99b6-8d1f-e150e92f28f1-300b7e21 {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_548a1c3e-8375-f887-117f-f04fff390624-ff39060b {
      order: -9999;
    }

    #w-node-_548a1c3e-8375-f887-117f-f04fff390628-ff39060b,
    #w-node-_548a1c3e-8375-f887-117f-f04fff39062c-ff39060b,
    #w-node-_548a1c3e-8375-f887-117f-f04fff390630-ff39060b,
    #w-node-_548a1c3e-8375-f887-117f-f04fff390638-ff39060b,
    #w-node-_548a1c3e-8375-f887-117f-f04fff39063c-ff39060b,
    #w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c3e-3850fb8a,
    #w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c42-3850fb8a,
    #w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c52-3850fb8a {
      grid-area: span 1 / span 2 / span 2 / span 1;
    }

    #w-node-_88a875bb-f5b6-4e3b-1d58-d2d9f65b2c58-3850fb8a,
    #w-node-_2fe8663f-0175-e192-a5af-78e1e5808bfc-3850fb8a {
      grid-area: span 1 / span 2 / span 2 / span 1;
      align-self: start;
    }

    #w-node-_0b451df2-879f-9f55-518e-2bb89df9d41b-3850fb8a {
      grid-column: span 1 / span 1;
      grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95a8-821b9569,
    #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95ac-821b9569,
    #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95b0-821b9569,
    #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95b8-821b9569,
    #w-node-_3e9b9110-13c8-a4c4-8b4b-6a16821b95bc-821b9569 {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }

    .reviewspopup,
    .emailform {
      height: auto;
    }

    .email_form {
      flex: 1;
      margin-top: 12vh;
      padding-left: 23px;
      padding-right: 23px;
      overflow: scroll;
    }

    .heading-15 {
      font-size: 36px;
    }

    .languages {
      right: 60px;
      gap: 10%;
      flex-direction: row-reverse;
      width: 75%;
    }
  }
}
