@font-face {
  font-family: Clashdisplay Variable;
  src: url('../fonts/ClashDisplay-Variable.woff2') format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-gray: #f2f2f2;
  --black: #020202;
  --white: #f9f9f9;
  --pink: #ff08e8;
  --grey: #565656;
  --violette: #9747ff;
  --black-overlay: #4747478f;
  --none-bg: #fff0;
  --light-violette: #c8a7df;
  --light-overlay-white\<deleted\|variable-9d6cf78d-1f16-4a21-a45b-71f2dd8680dd\>: #c8a7df66;
}

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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 {
  background-color: var(--light-gray);
  color: #333;
  padding-top: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.head-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f2f2f2;
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.navbar {
  padding: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #f9f9f9;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.nav_logo {
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
}

.div-block {
  background-color: #050505;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block {
  color: #fff;
  background-color: #fff0;
  flex: 0 auto;
  display: block;
}

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

.button {
  background-color: #020202;
  border-radius: 50px;
  padding: 15px 5px 15px 24px;
}

.consultation-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #02020205;
  background-color: #020202;
  border-radius: 50px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  padding: 5px 0 5px 24px;
  text-decoration: none;
  transition: all 1s;
  display: flex;
  position: relative;
}

.consultation-button:hover {
  color: #000;
  flex-flow: row;
}

.button-text {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.button-text:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.button-arrow {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  left: auto;
  right: 5%;
}

.button-arrow._2 {
  opacity: 0;
  display: block;
}

.nav {
  object-fit: fill;
  background-color: #f9f9f9;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 124px;
  margin-right: 124px;
  padding: 10px 24px;
  display: flex;
  position: relative;
}

.nav.marg-124 {
  margin-left: 124px;
  margin-right: 124px;
}

.nav_image {
  box-sizing: border-box;
  object-fit: cover;
  flex: 0 auto;
  width: 115px;
  height: 50px;
  display: block;
}

.nav_cntr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--black);
  text-align: center;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Clashdisplay Variable, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_link:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.nav_link._2 {
  padding-right: 0;
}

.text-block-3, .text-block-4, .text-block-5 {
  flex: 1;
}

.nav_lang {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_switcher {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Clashdisplay Variable, sans-serif;
  display: none;
}

.nav_switcher._2 {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  display: none;
  position: absolute;
  top: 69px;
}

.nav_switcher._2:hover {
  background-color: var(--black);
  color: var(--white);
}

.nav_switcher._3 {
  z-index: 1;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  display: none;
  position: absolute;
  top: 109px;
}

.nav_switcher._3:hover {
  background-color: var(--black);
  color: var(--white);
}

.consultation {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.consultation.audit {
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.consultation.audit.contact {
  margin-top: 48px;
  display: flex;
}

.hero_left_h1p {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.hero_left_h1p.landing {
  align-items: flex-start;
}

.image_hero {
  object-fit: cover;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: 440px;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.image_hero.smm {
  object-fit: contain;
  border-radius: 30px;
}

.image_hero.smm:lang(en) {
  display: block;
}

.h1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.h1.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(75deg, #f0f, #9747ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.h1.service {
  text-align: center;
  flex: 0 auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.h1.center {
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 24px;
}

.paragraph:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.hero_left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 56%;
  margin-top: 0;
  display: flex;
}

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

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

.card_grid_3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  justify-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.card_grid_3.landind {
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
}

.card_block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 21px 20px 70px;
  display: flex;
  position: relative;
  left: 0;
}

.card_title {
  color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  display: flex;
}

.pink {
  border: 1px solid var(--pink);
}

.text-span {
  color: var(--pink);
}

.space_1k {
  height: 1000px;
  margin-top: 150px;
}

.color_pink {
  color: var(--pink);
  display: block;
}

.h4_clash_400_24 {
  color: var(--black);
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.h4_clash_400_24:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.h4_clash_400_24.center {
  color: var(--grey);
  text-align: center;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.h4_clash_400_24.center.white.tools {
  background-color: var(--violette);
  border-radius: 30px;
  padding: 16px;
}

.h4_clash_400_24.white {
  color: var(--white);
  flex: 0 auto;
  align-self: auto;
  line-height: 32px;
  text-decoration: none;
}

.h4_clash_400_24.white.test {
  text-align: center;
  object-fit: contain;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  line-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.h4_clash_400_24.white.tools {
  background-color: var(--violette);
  border-radius: 30px;
  padding: 16px;
}

.h4_clash_400_24.wite {
  color: var(--white);
}

.h4_clash_400_24.service_card {
  text-transform: uppercase;
}

.h4_clash_400_24.blog {
  text-align: center;
  font-weight: 400;
  line-height: 130%;
}

.h4_clash_400_24.ga {
  align-self: center;
  font-family: Clashdisplay Variable, sans-serif;
}

.h4_clash_400_24.ga:lang(uk) {
  text-align: center;
  font-family: Rubik Variablefont Wght, sans-serif;
}

.h4_clash_400_24.ga:lang(en) {
  text-align: center;
  display: block;
}

.h4_clash_400_24.tools {
  padding: 16px;
}

.h4_clash_400_24.tools.grey {
  background-color: var(--white);
  color: var(--grey);
  cursor: pointer;
  border-radius: 30px;
  align-self: stretch;
  line-height: 130%;
}

.h4_clash_400_24.tools.grey.violette {
  background-color: var(--violette);
  color: var(--white);
}

.h4_clash_400_24.violette {
  color: var(--white);
}

.h4_clash_400_24.medium {
  align-self: center;
  font-weight: 500;
  display: block;
}

.h4_clash_400_24.grey {
  color: var(--grey);
}

.h4_clash_400_24.black {
  color: var(--black);
}

.service {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: 1440px;
  margin-top: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 124px;
  padding-right: 124px;
  display: flex;
}

.service_title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.h4_normal_18 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.h4_normal_18:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.service_h4_btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 44px;
  height: 44px;
}

.service_name {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.clash_700_32 {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.clash_700_32.black {
  color: var(--black);
}

.clash_700_32.black.medium {
  font-weight: 500;
}

.clash_700_32.black.medium:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.clash_700_32.medium_black {
  color: var(--black);
  font-weight: 500;
}

.clash_700_32.medium_black:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.clash_400_48 {
  text-transform: uppercase;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 48px;
  font-weight: 400;
  text-decoration: none;
}

.clash_400_48._020202 {
  color: var(--black);
}

.clash_400_48._020202:lang(uk), .clash_400_48.left:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.img_service {
  opacity: 0;
  align-self: center;
  position: absolute;
  right: 168px;
}

.typewriter-visible {
  display: inline;
}

.why_us {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.why_us_section_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.why_us_section_right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

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

.h2_clash_400_48 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
  position: static;
  top: 0;
  bottom: 0;
}

.h2_clash_400_48:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.h2_clash_400_48._124 {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
}

.h2_clash_400_48._124.white {
  color: var(--white);
}

.h2_clash_400_48.sticky {
  position: sticky;
  top: 40px;
}

.h2_clash_400_48.left.capital, .h2_clash_400_48.upper {
  text-transform: uppercase;
}

.h2_clash_400_48.sticky_landing {
  position: sticky;
}

.why_us_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.card_left_sect {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.p_clash_400_18 {
  clear: none;
  color: var(--grey);
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.p_clash_400_18:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.p_clash_400_18.card_2 {
  flex: 1;
}

.p_clash_400_18.white {
  color: var(--white);
  align-self: flex-start;
}

.p_clash_400_18.white.tools {
  background-color: var(--grey);
  opacity: 0;
  border-radius: 20px;
  padding: 10px;
}

.p_clash_400_18.ga {
  text-align: center;
  font-family: Clashdisplay Variable, sans-serif;
}

.p_clash_400_18.ga:lang(uk) {
  text-align: center;
  font-family: Rubik Variablefont Wght, sans-serif;
}

.p_clash_400_18.ga:lang(en), .p_clash_400_18.ga.center {
  text-align: center;
  display: block;
}

.p_clash_400_18.reg {
  font-weight: 400;
}

.p_clash_400_18.grey {
  font-weight: 300;
}

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

.h4_clash_500_32 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.h4_clash_500_32:lang(uk) {
  text-align: center;
  font-family: Rubik Variablefont Wght, sans-serif;
}

.h4_clash_500_32.white {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  text-align: left;
  flex: 0 auto;
  max-width: 338px;
  line-height: 41px;
  display: block;
  position: relative;
}

.h4_clash_500_32.white:lang(uk), .h4_clash_500_32.center {
  text-align: center;
}

.h4_clash_500_32.violette {
  color: var(--violette);
}

.h4_clash_500_32.max-615 {
  max-width: 615px;
}

.h4_clash_500_32.left, .h4_clash_500_32.tattoo {
  text-align: left;
}

.projects_all {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pojects_title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project_h4_btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-6 {
  width: 44px;
  height: 44px;
}

.project_cards {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/CPG-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  place-content: center space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 274px;
  height: 444px;
  padding: 16px 16px 10px;
  display: flex;
}

.project_cards._2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Parfumes.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  text-decoration: none;
}

.project_cards._1 {
  background-image: linear-gradient(to bottom, null, null), url('../images/CPG-Convert-PNG-to-WEBP.jpeg');
  text-decoration: none;
}

.project_cards._3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Преобразовать-PNG-в-WEBP.jpeg');
  text-decoration: none;
}

.project_cards._4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Girls.webp');
  background-size: auto, cover;
  text-decoration: none;
}

.project_cards._5 {
  background-image: linear-gradient(#0000, #0000), url('../images/Snapinsta-1080.webp');
  background-size: auto, cover;
  text-decoration: none;
}

.card_smm_section {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--white);
  object-fit: fill;
  border-radius: 30px;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  display: flex;
  position: relative;
}

.div-block-2 {
  align-self: flex-start;
}

.project_card_top {
  background-color: var(--white);
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 3px 5px;
  display: flex;
}

.p_btn {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.h4_clash_700_32 {
  color: var(--white);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 32px;
}

.carousel-horizontal {
  background-color: #f5f7f8;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-placeholder {
  width: 56px;
  height: 56px;
}

.slider {
  background-color: var(--light-gray);
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.slide {
  box-sizing: border-box;
  width: 300px;
  height: 444px;
}

.mask {
  object-fit: fill;
  flex: 1;
  order: 0;
  align-self: center;
  padding-bottom: 50px;
}

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

.steps {
  box-sizing: border-box;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps_title {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.card_steps {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  align-items: stretch;
  width: 376px;
  height: 200px;
  padding: 24px 16px 51px 24px;
  display: flex;
  position: relative;
}

.top_steps_section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text_block_number {
  background-color: var(--pink);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 12px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 16px;
  display: flex;
}

.image-7 {
  flex: 0 auto;
  display: block;
}

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

.steps_ticker {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: 0%;
  display: flex;
}

.steps_ticker._1 {
  display: none;
}

.steps_animation {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  align-self: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.partners {
  box-sizing: border-box;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.partners.supply {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.pertners_logo_containers {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: contain;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: static;
  left: 0;
  overflow: hidden;
}

.pertners_logo_containers.supply {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
}

.logo-images {
  object-fit: contain;
  width: 150px;
  height: 100px;
  display: block;
}

.logo-images.robin {
  width: 150px;
}

.logo-images.tehbud {
  object-fit: contain;
  width: 150px;
  min-width: auto;
  min-height: auto;
}

.logo-images.trmfrst {
  object-fit: contain;
  width: 150px;
  min-height: 100%;
}

.logo-images.monlis-shule, .logo-images.bezpeka, .logo-images.mzlv, .logo-images.cpg_logo {
  object-fit: contain;
  min-height: 100%;
}

.logo-images.pokrovsky {
  object-fit: cover;
  flex: 1;
  width: 300px;
}

.logo-images.mystik {
  object-fit: contain;
  min-height: 100%;
}

.logo-images.monlis {
  object-fit: contain;
  min-height: 100%;
  max-height: 100%;
}

.logo-images.pokrovsky_img {
  object-fit: contain;
  min-height: 100%;
}

.div_testimonials {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.testimonials-title {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #95a0b2;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-nav-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-arrows {
  justify-content: center;
  column-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.slider-arrow {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  min-width: 148px;
  padding: 9px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 1px #95a0b214;
}

.testim-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 30px;
  flex: 0 auto;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  place-items: center start;
  width: 95%;
  margin-right: 30px;
  padding: 4px 10px 4px 4px;
  display: flex;
}

.image-8 {
  width: 167px;
  max-width: none;
  height: 212px;
  position: relative;
}

.image-8.rev-3 {
  object-fit: cover;
}

.h5_clash_400_14 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 400;
}

.h5_clash_400_14:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

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

.p_clash_400_16 {
  color: var(--grey);
  border-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 130%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.p_clash_400_16:lang(uk) {
  height: 130%;
  font-family: Rubik Variablefont Wght, sans-serif;
  display: block;
}

.p_clash_400_16.area {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  height: 80px;
}

.p_clash_400_16.area.form {
  padding-top: 16px;
  padding-bottom: 43px;
  padding-left: 10px;
}

.p_clash_400_16.area.about {
  padding-left: 10px;
}

.p_clash_400_16.link {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 13px;
}

.p_clash_400_16.link.s-size {
  font-size: 12px;
}

.p_clash_400_16.form {
  flex: 0 auto;
  align-self: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.p_clash_400_16.number {
  flex: 1;
  align-self: auto;
  height: 130%;
}

.p_clash_400_16.about {
  padding-left: 10px;
}

.right-text-test-card {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testim-h4-h5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.slider-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.slider_testimonials {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.mask-2 {
  flex: 1;
  order: 0;
  align-self: flex-start;
  min-height: auto;
  padding-left: 124px;
  position: static;
  overflow: visible;
}

.slide-2 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.audit {
  background-color: var(--white);
  border-radius: 50px;
  align-self: stretch;
  margin-top: 150px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.audit-left-sect {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-9 {
  border-radius: 50px;
  width: 437px;
  height: 432px;
}

.audit-left-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.audit-left-btm {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.audit-section-img_h5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-10 {
  position: absolute;
  top: 150px;
  left: 100px;
  transform: rotate(-20deg);
}

.line_absolute {
  background-image: linear-gradient(40deg, var(--pink), var(--white));
  border-radius: 50px;
  width: 1%;
  height: 3px;
  position: absolute;
  inset: auto 0 1px 40px;
}

.approach {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.approach-left-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.approach-left-img {
  background-image: url('../images/serpantin.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 574px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.approach-right-grid {
  grid-column-gap: 17px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-11 {
  width: 18px;
  height: 18px;
}

.approach-img-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.approach-img-p {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-top-right {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px;
  display: flex;
}

.image-12 {
  transform: rotate(-40deg);
}

.grid-btm-img {
  background-image: url('../images/TIM-F-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: auto;
  display: flex;
}

.grid-btm-img-2 {
  background-image: url('../images/violette-rotate.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
}

.container-2 {
  max-width: 1012px;
  height: 100%;
}

.hero-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.hero-section {
  height: 100vh;
}

.info-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-13, .div-block-4 {
  flex: 1;
}

.wrap-pop-up {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #35353599;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.sone-info-wrap {
  background-color: #b63535;
  max-width: 50%;
  padding: 36px;
  position: relative;
}

.div-block-5 {
  cursor: pointer;
  width: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-3, .slide-4 {
  width: 500px;
}

.image-14 {
  object-fit: cover;
  border-radius: 16px;
}

.our_news {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.cont-our-news {
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.news-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: ". . ."
                 ". . ."
                 "Area Area Area"
                 / 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.grid-div-1 {
  background-image: url('../images/Convert-PNG-to-WEBP_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 474px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.grid-div-1.landing {
  background-image: url('../images/Convert-PNG-to-WEBP_1.webp');
  background-position: 50%;
  background-size: cover;
}

.image-15 {
  object-fit: cover;
  position: relative;
  transform: rotate(-30deg);
}

.grid-div-2-top {
  z-index: 2;
  background-image: url('../images/TIM-Figma.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
  display: flex;
}

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

.grid-div-3 {
  background-image: url('../images/Преобразование-PNG-в-WEBP_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.grid-div-3.grid_btm {
  background-image: url('../images/serpantin.webp');
  background-position: 0 0;
  background-size: auto;
}

.grid-div-4-btm {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img-consut-flex {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Преобразовать-PNG-в-WEBP-1.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  border-radius: 40px;
  align-self: stretch;
  padding-top: 67px;
  padding-bottom: 66px;
  padding-left: 100px;
  display: flex;
}

.form-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  min-width: auto;
  max-width: 335px;
  display: flex;
}

.form-block.service_internal {
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  max-width: 335px;
  display: flex;
}

.success-message {
  background-color: var(--pink);
  border-radius: 50px;
  padding: 70px;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--black);
  border-radius: 30px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.submit-button:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.footer_bg_white {
  background-color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 1440px;
  margin: 0 124px;
  padding: 0;
  display: flex;
}

.image-16 {
  object-fit: cover;
}

.footer-div-img {
  overflow: visible;
}

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

.footer-google-partners {
  cursor: pointer;
  background-image: url('../images/Google-Partner-Link.webp');
  background-position: 0 0;
  background-size: cover;
  width: 113px;
  height: 50px;
}

.link {
  color: var(--grey);
  text-decoration: none;
}

.div-link-img {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero {
  background-color: var(--white);
  border-radius: 50px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: 1440px;
  margin-top: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
  position: relative;
}

.image-17 {
  background-color: var(--black);
  border-radius: 50px;
  padding: 10px;
}

.image-18 {
  background-color: var(--black);
  object-fit: cover;
  border-radius: 50px;
  padding: 10px;
}

.link-block {
  background-color: var(--black);
  background-image: url('../images/facebook_1facebook.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px;
}

.link-social {
  background-color: var(--black);
  object-fit: cover;
  border-radius: 50px;
  width: 46px;
  height: 46px;
  padding: 0;
}

.soc-link {
  background-image: url('../images/facebook-soc-black.png');
  background-position: 50%;
  background-size: cover;
  width: 46px;
  height: 46px;
}

.soc-link.inst {
  background-image: url('../images/inst-soc-black.png');
  position: absolute;
  right: 10px;
}

.div-rel-absolute-social {
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
  position: relative;
}

.div-nal_all {
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 24px 24px 40px;
  display: flex;
  position: relative;
}

.div-nal_all.hero {
  margin-top: 3.06em;
  padding: 1.67em 1.67em 1.67em 2.78em;
}

.div-nal_all.hero.mobile {
  width: 100%;
}

.div-nal_all.hero.mobile:lang(uk) {
  padding-left: 2.78em;
}

.container-4 {
  flex: 1;
  display: flex;
}

.link_button_test {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--black);
  align-items: center;
  width: 200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-19 {
  display: inline-block;
  position: absolute;
}

.div-block-7 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto auto 0;
}

.div_all_elements_footer {
  flex: 1;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0;
  display: flex;
}

.section_cards_wrap_service {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.cont-card-service_main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: 124px;
  margin-right: 124px;
  display: flex;
}

.div_card_service {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 48px;
  display: grid;
}

.service_card_div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 376px;
  height: 559px;
  padding: 8px 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image_service_card {
  object-fit: cover;
  border-radius: 40px;
  flex: 1;
  height: 375px;
}

.card_h4_p {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-left: 5px;
  display: flex;
}

.body-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div_img {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.image-20 {
  width: 20px;
  height: 12px;
}

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

.space_1kl {
  height: 1000px;
  margin-top: 500px;
}

.right-arrow {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.icon {
  background-color: var(--black-overlay);
  border-radius: 30px;
  padding: 0;
}

.icon-2 {
  background-color: var(--black-overlay);
  border-radius: 30px;
}

.hero_wrap_about_section {
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  display: block;
}

.hero_about_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: 124px;
  margin-right: 124px;
  display: flex;
}

.hero_about_grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 274px) minmax(200px, 274px) 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  display: grid;
}

.div_grid-top-img {
  background-image: url('../images/iryna.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 274px;
  height: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.div_grid-top-img:lang(uk), .div_grid-top-img:lang(en) {
  height: auto;
}

.image-grid-1 {
  vertical-align: text-bottom;
  object-fit: cover;
  flex: 1;
  display: inline-block;
}

.div_grid-top-2-about {
  background-image: url('../images/violette-rotate.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding: 120px 11px 24px 24px;
  display: flex;
}

.grid-img-all {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  display: none;
}

.img_img-p {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-grid_bottom {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  padding: 48px 40px;
  display: flex;
}

.div-grid-right-all {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-21 {
  width: 150px;
  height: 67px;
}

.div-top-gap-p {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 32px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.icon-3, .icon-4 {
  background-color: var(--black-overlay);
  border-radius: 30px;
}

.icon-5 {
  z-index: 0;
  background-color: var(--black-overlay);
  cursor: pointer;
  border-radius: 30px;
  margin-left: 20px;
}

.icon-6 {
  z-index: 0;
  background-color: var(--black-overlay);
  cursor: pointer;
  border-radius: 30px;
}

.body-3 {
  display: flex;
}

.body_all_pages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 32px;
  display: block;
}

.body-4 {
  flex-flow: column;
}

.hero_wrap_contact_section {
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  display: block;
}

.hero_contact_container {
  justify-content: center;
  align-items: stretch;
  max-width: 1440px;
  margin-left: 124px;
  margin-right: 124px;
  display: flex;
}

.hero_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.div_left {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-flow: column;
  padding: 74px 70px;
  display: flex;
}

.div_right {
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.div_contact_gap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div_icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-tlf, .image-pcht, .image-location {
  object-fit: contain;
}

.div_nav_lang {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
  overflow: visible;
}

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

.collection-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-item {
  background-image: url('../images/card.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 376px;
  height: 306px;
  padding: 24px;
  display: flex;
}

.collection-item:hover {
  perspective: none;
  mix-blend-mode: multiply;
  background-image: url('../images/card.png');
  background-position: 0 0;
  background-size: cover;
  transform: scale(1.1);
}

.heading-2, .heading-3 {
  align-self: stretch;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: grid;
}

.div_img_hero {
  object-fit: cover;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div_img_hero.landing {
  width: auto;
}

.image_ga_hero_absolute {
  z-index: 1;
  object-fit: fill;
  position: absolute;
  top: -40px;
  right: 10px;
  transform: rotate(-15deg);
}

.div_logo_burger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed {
  object-fit: cover;
  width: auto;
  height: auto;
  display: none;
}

.section_wrap_hero {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  padding-left: 8.61em;
  padding-right: 8.61em;
  display: flex;
}

.section_wrap_hero.hero {
  background-color: var(--none-bg);
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: block;
}

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

.section_wrap_grid {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section_wrap_grid.landing {
  margin-top: 100px;
}

.section_wrap_why_us, .section-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_wrap_projects {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.section_wrap_projects:lang(uk) {
  align-self: stretch;
}

.section_wrap_steps {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.section_wrap_partners {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: block;
  overflow: hidden;
}

.section_wrap_testimonials {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.section_wrap_consultation {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.section_wrap_consultation.contact-us {
  margin-top: 48px;
}

.section_wrap_approach, .section_wrap_news {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.section_wrap_contact_us_cons {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.section_wrap_contact_us_cons:lang(uk) {
  align-self: stretch;
}

.section_wrap_contact_us_cons.blog {
  margin-top: 50px;
}

.image_sms_hero {
  z-index: 1;
  object-fit: cover;
  position: absolute;
  top: 112px;
  left: -43px;
}

.image_telegram_hero {
  z-index: 1;
  position: absolute;
  bottom: 100px;
  right: -30px;
}

.image_inst_hero {
  z-index: 1;
  position: absolute;
  bottom: -20px;
  left: -25px;
}

.container-5 {
  flex: 1;
  max-width: 1440px;
  display: flex;
}

.section_wrap_consult_service, .section_wrap_news_serv, .section_wrap_contact-us {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_wrap_hero_blog {
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.container_hero_blog {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-left: 124px;
  padding-right: 124px;
  display: flex;
}

.div_btn_blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-start;
  text-decoration: none;
  display: flex;
}

.image-22 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.titleh1_img_hero {
  align-self: stretch;
}

.img_hero {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 16px;
  display: flex;
}

.image-23 {
  object-fit: cover;
  border-radius: 30px;
  flex: 1;
  align-self: stretch;
  height: 396px;
}

.next {
  border-radius: 30px;
  padding: 15px 30px;
}

.next:hover {
  background-color: var(--light-violette);
  color: var(--white);
}

.text-block-6, .text-block-7 {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 17px;
}

.previous {
  border-radius: 30px;
  padding: 15px 30px;
}

.previous:hover {
  background-color: var(--light-violette);
  color: var(--white);
}

.link-block-2 {
  object-fit: cover;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.image-24 {
  transform: rotate(-40deg);
}

.section_wrap_grid_blog {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.container_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-left: 124px;
  padding-right: 124px;
  display: flex;
}

.div-flex_1 {
  background-color: var(--white);
  border-radius: 40px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 35px 32px;
  display: flex;
}

.div-flex_2 {
  background-color: var(--white);
  text-align: center;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 96px 48px 48px;
  display: flex;
}

.section-7 {
  height: 1000px;
  margin-top: 500px;
}

.section_wrap_2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.container_2col {
  border-radius: 50px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-left: 124px;
  padding-right: 124px;
  display: flex;
}

.grid-white_2col {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: grid;
}

.image_wrap-2col {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
}

.section_wrap_text {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.container_wrap_text {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-top: 48px;
  padding-left: 124px;
  padding-right: 124px;
  display: flex;
}

.div_wrap_text {
  background-color: var(--white);
  border-radius: 50px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 64px 197px;
  display: flex;
}

.div_wrap_text.blog {
  padding: 30px;
}

.section_wrap_image_content {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.container_image_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-left: 124px;
  padding-right: 124px;
  display: flex;
}

.div_image_content-all {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 24px 24px 32px;
  display: flex;
}

.div_image {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  display: flex;
}

.image-25 {
  object-fit: cover;
  border-radius: 45px;
  flex: 1;
  height: 200px;
  display: block;
}

.body-5 {
  justify-content: center;
  align-items: center;
}

.container-1440 {
  background-color: var(--none-bg);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  padding-right: 0;
  display: flex;
}

.section_wrapper {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.section_wrap_why-us {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.section_space {
  height: 1000px;
  margin-top: 1000px;
}

.section_wrap_service {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.div_h2_sybmol {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.div_symbol {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div_h2_btn-title {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.section_wrap_project {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 151px;
  display: block;
  overflow: hidden;
}

.section_wrap_project.internal, .section_wrap_project.project {
  margin-top: 48px;
}

.section_wrap_project._40 {
  margin-top: 40px;
}

.section_wrap_project._40.mob {
  display: none;
}

.container-1441 {
  flex: 1;
}

.slide-5 {
  width: 274px;
}

.slider_projects {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: auto;
  display: flex;
}

.right-arrow-2 {
  order: 0;
  align-self: auto;
  display: block;
}

.left-arrow {
  z-index: 1;
}

.slider-3 {
  align-self: stretch;
  height: 100%;
}

.slide_project, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11, .slide-12 {
  width: 300px;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.dotted_pink {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  display: flex;
  inset: auto 0% 0%;
}

.div_slider_projects {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider_projects_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--none-bg);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider_projects_card.landing {
  justify-content: flex-start;
}

.mask-3 {
  margin-bottom: 40px;
  position: static;
}

.mask-3.landing {
  flex: 0 auto;
  order: 0;
  width: 100%;
}

.section_wrap_hero_ga {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.container-1442 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.div_hero_ga {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 24px 67px;
  display: flex;
}

.hero_div_left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div_p_all {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.div_right_img_ga {
  border-radius: 30px;
  flex: 0 auto;
}

.section_wrap_tools_ga {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div_tools_all {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div_tools_all:lang(uk) {
  height: auto;
}

.div_tools_title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.image-26 {
  align-self: center;
}

.grid_tools_ga_none {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.div_tools_service {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_card_right {
  flex: 1;
}

.div_center_image {
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.image_tools_center_2 {
  box-sizing: border-box;
  opacity: 0;
  object-fit: cover;
  border-radius: 40px;
  flex: 1;
  order: 1;
  align-self: stretch;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 10px;
  overflow: clip;
}

.div_tools_right {
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 28px 24px 24px 32px;
  display: flex;
}

.div_p_tools {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_left_service {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.section_wrap_why-us_ga {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 119px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid_why_ga {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div_grid_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.div_p_grid {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div_p_grid:lang(uk) {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div_p_btn {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div_card_why {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 30px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
}

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

.div_why_right {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div_sticky {
  flex: 1;
  align-self: stretch;
  margin-bottom: 50px;
  display: flex;
}

.section_wrap_stage {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div_stage_all {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.grid_step {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.step_white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  display: flex;
}

.step_white:lang(uk) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.number {
  background-color: var(--light-violette);
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 400;
  display: flex;
}

.number.white {
  background-color: var(--white);
}

.number.white:lang(uk) {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
}

.number.white_number {
  color: var(--white);
  align-self: center;
}

.number.mobile {
  display: none;
}

.div_bg {
  background-image: url('../images/card.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  padding: 16px 16px 24px 24px;
  display: flex;
}

.step_violette {
  background-color: var(--white);
  border-radius: 40px;
  padding: 4px;
  display: flex;
}

.step_white_bg_image {
  background-color: var(--white);
  border-radius: 40px;
  padding: 4px;
}

.div_bg_big-image {
  background-image: url('../images/ads-3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 16px 16px 24px 24px;
  display: flex;
}

.step_white_bg_2row {
  background-color: var(--white);
  border-radius: 40px;
  padding: 4px;
}

.div_bg_2row {
  background-image: url('../images/ads-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px 16px 24px 24px;
  display: flex;
}

.step_violette_bg {
  background-color: var(--light-violette);
  border-radius: 40px;
  flex-flow: column;
  padding: 16px 16px 16px 24px;
  display: flex;
}

.step_white_violette {
  background-color: var(--white);
  border-radius: 40px;
  padding: 4px;
}

.section_wrap_consult_context {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-1443 {
  flex: 1;
  display: flex;
}

.div_consultation_white {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--white);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 24px 24px 24px 56px;
  display: grid;
}

.grid-left_consultation_left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 619px;
  display: flex;
}

.grid-right_consultation_right {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

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

.h4_rubik_light_24 {
  text-align: center;
  max-width: 546px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik Variablefont Wght, sans-serif;
  font-weight: 300;
  line-height: 130%;
}

.image_consultation_right {
  flex: none;
  align-self: auto;
  display: block;
}

.section_wrap_tariffs {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.grid_tariffs_all {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: grid;
}

.grid_tariffs_all:lang(en) {
  align-self: stretch;
}

.div_tariffs_card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 16px;
  display: flex;
}

.image-27 {
  object-fit: cover;
  height: 135px;
}

.div_bg_tariffs {
  background-image: url('../images/Base-Tariffs.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding-top: 32px;
  padding-bottom: 31px;
  display: flex;
  position: relative;
}

.div_bg_tariffs.standart {
  background-image: url('../images/Преобразовать-JPG-в-WEBP.webp');
}

.div_tariffs_image_text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div_tariffs_image_text:lang(uk) {
  justify-content: flex-start;
  align-items: center;
}

.div_text_btn {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.div_h2_grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.slider_testimponials {
  background-color: var(--none-bg);
  align-self: stretch;
}

.slide_testimonials {
  width: 50%;
  height: auto;
}

.mask_testimonials {
  width: auto;
  height: auto;
  margin-bottom: 40px;
  padding-left: 0;
}

.dot_pink_testimonials {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% 0%;
}

.icon-7 {
  background-color: var(--black-overlay);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.icon-8, .icon-9, .icon-10 {
  background-color: var(--black-overlay);
  border-radius: 10px;
}

.section_wrap_service_internal {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  display: block;
  overflow: hidden;
}

.div_service_internal {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.slider-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--none-bg);
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.slide_service {
  width: 400px;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  inset: auto 0% -7%;
}

.icon-11, .icon-12 {
  background-color: var(--black-overlay);
  border-radius: 10px;
}

.div-block-10 {
  flex: 1;
  align-self: auto;
  width: 105%;
  display: flex;
  overflow: visible;
}

.bg-blur {
  border-radius: 40px;
  position: absolute;
  inset: 0;
}

.bg-blur:hover {
  z-index: auto;
  background-color: var(--light-overlay-white\<deleted\|variable-9d6cf78d-1f16-4a21-a45b-71f2dd8680dd\>);
  filter: blur(20px);
}

.section_wrap_consultation-service {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 150px;
  display: block;
}

.div_consult_service {
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 25px;
  display: flex;
}

.div_bg_consultation {
  background-image: url('../images/Преобразовать-PNG-в-WEBP.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 61px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.div_h4_form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  z-index: 1;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.form_service_internal {
  align-self: center;
  width: 335px;
  max-width: 335px;
  display: flex;
}

.form_service_internal-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.form_name {
  border-radius: 30px;
  height: 52px;
  margin-bottom: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-family: Clashdisplay Variable, sans-serif;
  display: block;
  overflow: clip;
}

.form_email {
  color: var(--black);
  border-radius: 30px;
  height: 52px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-family: Clashdisplay Variable, sans-serif;
}

.form_comment {
  border-radius: 30px;
  flex: 0 auto;
  align-self: auto;
  height: 80px;
  margin-bottom: 0;
  padding: 16px 0 16px 16px;
}

.submit-button-2 {
  background-color: var(--black);
  border-radius: 20px;
  width: auto;
  font-family: Clashdisplay Variable, sans-serif;
}

.submit-button-2:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.section_wrap_nav {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.section_wrap_footer {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.div_bg_footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image_tools_center {
  border-radius: 40px;
}

.tools_description {
  color: var(--grey);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.tools_description.none {
  display: none;
}

.tools_text {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 30px;
  align-self: stretch;
  padding: 16px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 24px;
  line-height: 130%;
  display: flex;
}

.tools_text:focus {
  background-color: var(--violette);
}

.tools_text.violette_bg {
  background-color: var(--violette);
  color: var(--white);
  cursor: pointer;
}

.tools_text.white_bg {
  background-color: var(--white);
  color: var(--black);
}

.div_all_service, .div_hero_about {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image_tools_center_3 {
  opacity: 0;
  object-fit: cover;
  border-radius: 40px;
  flex: 1;
  align-self: stretch;
  max-width: 95%;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: auto;
}

.image_tools_center_absolute {
  opacity: 0;
  object-fit: cover;
  border-radius: 40px;
  flex: 1;
  align-self: stretch;
  max-width: 95%;
  position: absolute;
  top: 10px;
  bottom: 10px;
}

.tools_image {
  opacity: 0;
  object-fit: cover;
  border-radius: 40px;
  flex: 1;
  align-self: stretch;
  width: 95%;
  max-width: 95%;
  position: absolute;
  inset: 10px auto;
}

.slider_tools {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--none-bg);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.slider_tools:lang(uk) {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.slide_tools {
  mix-blend-mode: normal;
  width: 400px;
  height: auto;
}

.slide_tools:lang(uk) {
  width: 33%;
}

.div_bg_tools {
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  width: 95%;
  height: 400px;
  padding: 10px;
  display: flex;
}

.div_content_tools {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/6734cd2b716e72ab28506f73_23.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.div_paragraph_tools {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  opacity: 1;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.mask-4 {
  background-color: var(--none-bg);
  flex: 1;
  margin-bottom: 40px;
}

.mask-4:lang(uk) {
  height: auto;
}

.image_absolute_symbol {
  filter: brightness(80%);
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.div_paragraph {
  background-color: #000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 10px;
  display: flex;
}

.slide-nav-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
}

.modal_wrapper {
  z-index: 1000;
  background-color: var(--black-overlay);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_wrapper:lang(uk), .modal_wrapper:lang(en) {
  opacity: 0;
  display: none;
}

.modal_window {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--light-violette);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: auto;
  padding: 32px 64px;
  display: flex;
  position: relative;
}

.h4_rubik_regular_32_white {
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik Variablefont Wght, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.form-block-2 {
  align-self: stretch;
  display: flex;
}

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

.field_modal_window {
  color: var(--black);
  border-radius: 30px;
  height: 52px;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
}

.field_modal_window:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.image-28 {
  position: absolute;
}

.modal-close {
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}

.section_hero_wrapper_projects {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.div_all_our-projects {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.body_page_oneblock {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 32px;
}

.section_wrapper_site_project {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: block;
}

.div_btn_go_back {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.image-29 {
  object-fit: contain;
}

.section_wrapper_hero_pokrovsky {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div_hero_pokrovsky_all {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.div_title_pokrovsky {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div_hero_bg_img {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 16px;
  display: flex;
}

.div_bg_image {
  flex: 1;
}

.image-30 {
  object-fit: cover;
  border-radius: 50px;
  flex: 1;
  height: 518px;
}

.section_wrapper_grid_cards {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 30px;
  display: block;
}

.grid_2cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.div_grid_1st {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 44px 24px 24px;
  display: flex;
}

.div_grid_img-h {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div_grid_second {
  background-color: var(--light-violette);
  border-radius: 40px;
  justify-content: center;
  align-items: flex-end;
  padding: 51px 49px;
  display: flex;
}

.section_wrapper_grid_image {
  align-self: stretch;
  margin-top: 137px;
  display: block;
}

.div_grid_image_all {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.clash_medium_32 {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.clash_medium_32:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.clash_medium_32.violette {
  color: var(--violette);
  font-family: Clashdisplay Variable, sans-serif;
}

.clash_medium_32.violette:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.clash_medium_32.violette.center {
  text-align: center;
}

.clash_medium_32.violette.center:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

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

.clash_medium_32.white.center {
  text-align: center;
}

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

.card_white_none {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 240px;
  padding: 16px;
  display: flex;
}

.card_white_none:lang(en) {
  justify-content: space-between;
}

.card_white_none._164 {
  justify-content: space-between;
  height: 220px;
}

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

.card_image {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  height: auto;
  padding: 5px;
  display: flex;
}

.image_bg {
  background-image: url('../images/Card-Grid-Image.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.image_bg._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Grid-2.webp');
}

.section_wrapper_chellanges {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 137px;
  display: block;
}

.div_challenges_all {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid_results {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_results.case {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid1_white_bg {
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.image-31 {
  border-radius: 40px;
  flex: 1;
  align-self: stretch;
  height: 374px;
}

.image-31:lang(uk) {
  object-fit: cover;
}

.image-31.schan {
  object-fit: cover;
  height: 374px;
}

.image-31.mzlv {
  object-fit: cover;
}

.div_white_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px 42px 24px 24px;
  display: flex;
}

.div_white_grid.case {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.section_wrapper_bg_img {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 32px;
  display: block;
}

.div_bg_white {
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.image-32 {
  object-fit: cover;
  flex: 1;
  height: 623px;
}

.image-32.schan {
  object-fit: cover;
  border-radius: 30px;
}

.image-32.prestige {
  object-fit: cover;
  border-radius: 40px;
}

.image-32.prestige:lang(uk), .image-32.mzlv {
  object-fit: cover;
  border-radius: 30px;
}

.image-32.monlis {
  border-radius: 40px;
}

.section_wrapper_conclusion {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 137px;
  display: block;
}

.div_consolution_white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 64px 30px;
  display: flex;
}

.section_wrapper_seo_text {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: block;
}

.div_white_seo-text {
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

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

.div_grid_white_bg {
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image_case {
  border-radius: 40px;
}

.image_case.tattoo {
  align-self: stretch;
}

.image_case.parfumes {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}

.image-33 {
  object-fit: cover;
  border-radius: 40px;
  flex: 1;
  align-self: stretch;
}

.image-34 {
  border-radius: 40px;
  flex: 1;
  align-self: stretch;
}

.image-34.parfume {
  object-fit: cover;
  height: 300px;
}

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

.div_h4_img {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div_h4_img:lang(uk) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.h4_clash_500_24 {
  flex: 0 auto;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.h4_clash_500_24:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.h4_clash_500_24.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

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

.section_wrapper_solution {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

.div_title_grid_solution {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div_solution_title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.grid_solution {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.grid_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 32px 42px 29px 24px;
  display: flex;
}

.grid_card:lang(uk), .grid_card:lang(en) {
  justify-content: space-between;
}

.h5_clash_400_22 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.h5_clash_400_22:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.h5_clash_400_22.grey {
  color: var(--grey);
}

.h5_clash_400_22._500 {
  color: var(--black);
}

.h5_clash_400_22._500:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.div_h_cards {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 68px;
  margin-bottom: 73px;
  display: flex;
}

.image_btm {
  object-fit: cover;
  border-radius: 40px;
  align-self: stretch;
  height: 90px;
}

.grid_card_image {
  background-color: var(--white);
  border-radius: 40px;
  padding: 10px;
  display: flex;
}

.image-35 {
  object-fit: cover;
  border-radius: 40px;
  align-self: stretch;
}

.div_title_challenges {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.section_wrapper_results_number {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 96px;
  display: flex;
}

.div_cards_results_all {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

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

.white_bg {
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.white_bg:lang(uk) {
  height: auto;
}

.rezults_violette {
  flex: 1;
  align-self: stretch;
}

.rezults_violette.image_2 {
  border-radius: 40px;
  flex: 1;
  align-self: stretch;
}

.rezults_violette.image_2.tattoo {
  object-fit: cover;
}

.rezults_violette.image_2.tattoo:lang(uk) {
  object-fit: fill;
  height: 360px;
}

.rezults_violette.tattoo {
  object-fit: cover;
  border-radius: 30px;
  height: 330px;
}

.white_grid_image_text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 42px;
  display: flex;
}

.white_grid_image_text:lang(uk) {
  padding-bottom: 24px;
}

.section_wrapper_feedback {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.grid_feedback {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 64px 30px;
  display: grid;
}

.div_grid_image {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_text_element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-36 {
  border-radius: 30px;
  flex: 0 auto;
  height: 220px;
  display: block;
}

.section_wrapper_main {
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.div_main_blog {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-arrow-3 {
  position: absolute;
  right: 0;
}

.div_main_blog_internal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: auto;
  width: 100%;
  display: flex;
}

.section_wrapper_btn {
  padding-top: 48px;
}

.navbar-logo-left {
  align-self: stretch;
  padding-top: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--white);
  border-radius: 50px;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-1444 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--white);
  border-radius: 50px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.navbar-brand-2 {
  width: auto;
  height: auto;
}

.nav-menu-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.nav-menu-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-37 {
  box-sizing: border-box;
  object-fit: cover;
}

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

.section-9 {
  margin-top: 300px;
}

.image-38 {
  z-index: auto;
  opacity: 0;
  flex: 1;
  align-self: stretch;
  position: absolute;
  inset: 0;
}

.div_white_pd {
  background-color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 25px;
  display: flex;
}

.bg_image {
  background-image: url('../images/bg-consultation.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex: 1;
  align-self: stretch;
  padding-top: 62px;
  padding-bottom: 62px;
  padding-left: 32px;
  display: flex;
}

.radio-button-label {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.div_modal {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div_modal.right {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
}

.div_modal_hero {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.modal_h4_rb {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

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

.rb-grid-2-1.vertical {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.radio-button-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 15px;
  display: flex;
}

.radio-button-field-2, .radio-button-field-3 {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 15px;
  display: flex;
}

.radio-button {
  background-color: var(--white);
  border: 0 solid #000;
  margin-left: 0;
  display: block;
}

.dot_card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-start;
  display: flex;
}

.radio-button-2, .radio-button-3 {
  display: none;
}

.radio-button-field-4 {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 15px;
  display: flex;
}

.radio-button-4 {
  display: none;
}

.radio-button-field-5 {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  display: flex;
}

.radio-button-5, .radio-button-6 {
  display: none;
}

.radio-button-field-6 {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 15px;
  display: flex;
}

.submit-button-3 {
  background-color: var(--black);
  border-radius: 30px;
  padding: 10px 100px;
}

.close_modal {
  opacity: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.checkboxes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.checkboxes.maxwidth-470 {
  max-width: 470px;
}

.checkbox {
  z-index: 1;
  border: 1px solid var(--violette);
  cursor: pointer;
  border-radius: 30px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  background-color: #fff;
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-color: #fff;
  border-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.hire-checkbox {
  background-color: var(--none-bg);
  border-radius: 30px;
  margin-bottom: 0;
  padding: 5px 15px;
  position: relative;
}

.col {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.checkbox-label {
  z-index: 2;
  color: #6669;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  transition: all .3s;
  position: relative;
}

.checkbox-label.is--clickable-off {
  color: var(--black);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 16px;
}

.checkbox-label.is--clickable-off:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.hire-fild-label {
  color: #6669;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  transition: all .3s;
}

.hire-fild-label.bottom-16 {
  margin-bottom: 16px;
}

.text-span-2 {
  color: var(--pink);
}

.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f0f, #9747ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.div_bg_image_grid {
  background-image: url('../images/Convert-PNG-to-WEBP_7.webp');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.img-par {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section_wrapper_slide_site {
  margin-top: 48px;
}

.card-web-white-bg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  width: 95%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.div-img-bg {
  background-image: url('../images/beauty_x3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  justify-content: space-between;
  height: 250px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-img-bg.beauty {
  background-image: url('../images/672b7ee7c9159e1065c85c9a_beauty_x3_2_11zon.webp');
}

.div-img-bg.monlis {
  background-image: url('../images/672b7ee7c9159e1065c85c9b_monlis_3x_3_11zon.webp');
}

.div-img-bg.pokrovsky {
  background-image: url('../images/672b7ee7c9159e1065c85c6f_pokrovsky_3x_1_11zon.webp');
}

.div-img-bg.prestige {
  background-image: url('../images/672b7ee7c9159e1065c85c9d_prestige_4_11zon.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  justify-content: space-between;
  height: 250px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-img-bg.schan {
  background-image: url('../images/672b7ee7c9159e1065c85c9e_schan_3x_5_11zon.webp');
}

.div-img-bg.minimalist {
  background-image: url('../images/672b7ee7c9159e1065c85c9f_home_3x_6_11zon.webp');
}

.div-img-bg.glazkova {
  background-image: url('../images/672b7ee7c9159e1065c85cb2_glazkova_3x_7_11zon.webp');
}

.div-img-bg.mzlv {
  background-image: url('../images/672b7ee7c9159e1065c85cb3_MZLV-mockup_8_11zon.webp');
}

.div-card-h_all {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.div-card-h_all:lang(uk) {
  flex: 1;
  justify-content: space-between;
}

.h4_clash_600_28 {
  color: var(--black);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

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

.div-btm_web {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.div_h-p {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.slide-web {
  width: 35%;
  height: 500px;
}

.slider-web {
  background-color: var(--none-bg);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.slide-nav-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mask_web {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.gradient_pink_black {
  background-image: linear-gradient(180deg, var(--light-violette), var(--black-overlay));
  opacity: .9;
  object-fit: cover;
  border-radius: 30px;
  width: 40px;
  height: 40px;
}

.div_web_all {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div_slider_web {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5, .bold-text-6 {
  font-weight: 500;
}

.section_wrapp_client {
  margin-top: 30px;
}

.div_client {
  align-self: stretch;
}

.section_wrap-48 {
  margin-top: 48px;
}

.locales-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

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

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

.bold-text-7 {
  font-weight: 700;
}

.bold-text-7:lang(uk) {
  font-weight: 500;
}

.link-2 {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  border-radius: 30px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s;
}

.link-2:hover {
  background-color: var(--pink);
}

.link-2.w--current {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  padding: 10px;
  font-family: Clashdisplay Variable, sans-serif;
  transition: background-color .2s;
}

.link-2.w--current:hover {
  background-color: var(--pink);
}

.locales-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--none-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  overflow: visible;
}

.locale {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Clashdisplay Variable, sans-serif;
  transition: background-color .2s;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-1445 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.bg-absolute {
  z-index: 0;
  background-color: #0003;
  border-radius: 30px;
  position: absolute;
  inset: 0;
}

.rich-text-block {
  flex-flow: column;
  display: flex;
}

.rich_seo_text {
  flex-flow: column;
  font-family: Clashdisplay Variable, sans-serif;
  display: flex;
}

.clash_600_18 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.seo-text {
  font-family: Clashdisplay Variable, sans-serif;
}

.seo-text:lang(uk) {
  font-family: Rubik Variablefont Wght, sans-serif;
}

.seo-text:lang(en) {
  font-family: Clashdisplay Variable, sans-serif;
}

.h2 {
  font-size: 20px;
  font-weight: 600;
}

.h3 {
  font-size: 18px;
  font-weight: 600;
}

.rich-text-block-3 {
  font-family: Clashdisplay Variable, sans-serif;
}

.bold-text-8 {
  font-weight: 700;
}

.bold-text-8:lang(en) {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-9 {
  font-weight: 700;
}

.bold-text-9:lang(en) {
  font-weight: 600;
}

.bold-text-10 {
  font-weight: 700;
}

.bold-text-10:lang(en) {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 700;
}

.bold-text-11:lang(en) {
  font-size: 20px;
  font-weight: 600;
}

.bold-text-12 {
  font-weight: 700;
}

.bold-text-12:lang(en) {
  font-size: 20px;
  font-weight: 600;
}

.bold-text-13 {
  font-weight: 700;
}

.bold-text-13:lang(en) {
  font-size: 16px;
  font-weight: 400;
}

.bold-text-14 {
  display: block;
}

.bold-text-14:lang(en) {
  font-size: 16px;
  font-weight: 400;
}

.icon-locale {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  overflow: visible;
}

.dropdown-list {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, opacity .3s;
  display: none;
}

.section_wrapper_main_404 {
  margin-top: 74px;
  margin-bottom: 0;
}

.div_404_all {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.rich_par {
  text-align: center;
}

.rich_700_50 {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 130%;
}

.image-39 {
  object-fit: cover;
  border-radius: 30px;
}

.sectiopn_wrap_faq {
  margin-top: 50px;
}

.div_faq_all {
  border: 0px solid var(--white);
  border-radius: 30px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-wrapper {
  margin-top: 0;
}

.container-slim {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.accordion-heading {
  color: var(--grey);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.tabheader {
  padding: 20px 30px;
}

.accordion-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  padding: 24px 30px;
  display: flex;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  margin-bottom: 28px;
  line-height: 1.2;
}

.icon-13.accordion-icon {
  color: #fff9;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  font-size: 32px;
  line-height: 30px;
}

.sectionpadding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph_accardion {
  color: var(--black);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 16px;
}

.divider_violette {
  background-color: var(--light-violette);
  border-radius: 50px;
  width: 100%;
  height: 1px;
}

.rich_blog {
  color: var(--black);
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.rich-text-block-5 {
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 16px;
}

.section_wrap_48 {
  margin-top: 48px;
}

.link_privacy {
  color: var(--grey);
  text-align: center;
  align-self: center;
  font-family: Clashdisplay Variable, sans-serif;
  text-decoration: none;
}

.link_privacy.w--current {
  color: var(--grey);
  align-self: center;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.col-2 {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-group {
  text-align: left;
  flex-direction: column;
  display: block;
  position: relative;
}

.input-group.cc-phone {
  flex-direction: row;
  display: flex;
}

.input-label {
  z-index: 1;
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 64px;
  margin-bottom: 0;
  padding: .5em 1em;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.input:hover, .input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #5acc1d;
}

.input::placeholder {
  color: #ffffff7d;
}

.dropdown-toggle-2 {
  padding: 0 40px 0 0;
}

.dropdown-list-2 {
  top: 30px;
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  padding-top: 0;
  top: 40px;
}

.drop-link {
  color: var(--black);
  cursor: pointer;
}

.drop-link:hover {
  color: var(--violette);
  border-radius: 0;
}

.div-block-13 {
  background-color: var(--white);
  background-image: url('../images/btn-left.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  position: fixed;
  inset: auto 30px 30px auto;
  transform: rotate(90deg);
}

.top {
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  background-image: url('../images/png-transparent-arrow-button-circle-essentials-round-ui-up-ui-essentials-icon-thumbnail.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  position: fixed;
  inset: auto 40px 30px auto;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-9 {
  font-weight: 400;
}

.heading-10 {
  font-weight: 600;
}

.heading-10:lang(uk) {
  font-weight: 400;
}

.image-4_2 {
  width: 100%;
  height: 400px;
}

.section_wrap_image {
  display: block;
}

.image-4_1 {
  border-radius: 30px;
  width: 100%;
  height: 350px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading-11 {
  font-size: 37px;
}

.heading-11:lang(uk) {
  font-size: 32px;
}

.image-40 {
  width: 40px;
  height: 40px;
}

.section_wrap_parners_srg {
  margin-top: 150px;
  margin-bottom: 100px;
}

.div_partners {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div_image_srg {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image_partners {
  object-fit: contain;
  width: 250px;
}

.div_plash {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 24px;
  display: block;
}

.bottom-cta_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.nav_menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-10 {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-10.is-location {
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.section-10.is-video {
  margin-top: 6rem;
  padding-top: 5vh;
  padding-bottom: 0;
  overflow: visible;
}

.section-10.background-color-black {
  background-color: var(--black);
}

.section-10.is-bottom-cta {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.section-10.is-footer {
  border-top: 1px solid #d8d8d8;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-10.is-video {
  margin-top: 6rem;
  padding-top: 5vh;
  padding-bottom: 0;
}

.bold-text-16 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.video_play {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #ff09e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  display: flex;
  position: relative;
}

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-input {
  color: #080808;
  background-color: #0000;
  border: 1px solid #0808084d;
  border-radius: 2.5rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: #080808;
}

.form-input:focus {
  background-color: #a9a9a91a;
  border-color: #080808;
}

.form-input::placeholder {
  color: #08080880;
}

.form-input.is-green {
  color: #fff;
  border-color: #ff09e8;
}

.form-input.is-green:hover {
  border-color: #fff;
}

.form-input.is-green:focus {
  background-color: #ffffff1a;
  border-color: #ceff65;
}

.form-input.is-green::placeholder {
  color: #ffffffb3;
}

.parallax-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #000000b3, #0000);
  position: absolute;
  inset: 0%;
}

.p_clash_400_18-2 {
  clear: none;
  color: #565656;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.p_clash_400_18-2.card_2 {
  flex: 1;
}

.text-size-regular {
  font-size: 1rem;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.is-word.is-1 {
  font-size: 7.4rem;
  line-height: .8;
}

.faqs_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .75rem;
  display: flex;
}

.faqs_head:hover {
  color: #ff09e8;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.text-style-link {
  color: #ff09e8;
  text-decoration: underline;
}

.text-style-link:hover {
  text-decoration: none;
}

.form-success {
  color: #080808;
  background-color: #ceff65;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}

.container-1440-2 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-size-small {
  font-size: .88rem;
}

.faqs_item {
  cursor: pointer;
  border-bottom: 1px solid #ceff6533;
  padding-bottom: .75rem;
  transition: color .45s cubic-bezier(.215, .61, .355, 1);
}

.faqs_item:hover {
  color: #ff09e8;
}

.bottom-cta_box {
  z-index: 1;
  transform-origin: 50% 0;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.13rem;
  margin-top: -6.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.footer_bottom-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.video_section {
  height: 100vh;
  position: sticky;
  top: 0;
}

.margin-top-32 {
  margin-top: 2rem;
}

.player_list {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.faqs_list {
  flex: 1;
  padding-left: 0;
  list-style-type: none;
}

.flex-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-medium:hover {
  -webkit-text-stroke-color: #ff09e8;
  color: #ff09e8;
}

.link-box {
  z-index: 1;
  opacity: 0;
  background-color: #d8d8d8;
  border-radius: .25rem;
  width: 115%;
  height: 115%;
  position: absolute;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
  position: relative;
}

.social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-2 {
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

.nav_brand {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 10.5625rem;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.opacity-60 {
  opacity: .6;
}

.nav_link-2 {
  color: #080808;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_box {
  z-index: 1;
  background-color: #080808;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_btn {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.page-wrapper {
  overflow: clip;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.h4_clash_500_32-2 {
  color: #020202;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.h4_clash_500_32-2:lang(uk) {
  text-align: center;
}

.clash_400_48-2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  text-decoration: none;
}

.container-large {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.5);
}

.heading-style-h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.form-error {
  background-color: #ff656569;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.locations_wrap {
  z-index: 2;
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.email-form_wrap {
  flex: 1;
  max-width: 31.875rem;
  margin-bottom: 0;
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.player_item {
  flex: 1;
  height: 100%;
}

.margin-top-8 {
  margin-top: .5rem;
}

.max-width-full {
  width: 100%;
  overflow: visible;
}

.parallax-wrap {
  z-index: 1;
  background-color: #080808;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_title {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 5%;
}

.max-width-250 {
  max-width: 15.63rem;
}

.nav_menu-link-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  display: flex;
}

.nav_menu-link-wrap.is-left {
  justify-content: flex-start;
  align-items: center;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.wrap_flex.is-align-top {
  align-items: flex-start;
}

.bold-text-17 {
  letter-spacing: 1px;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.video_wall {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: -100vh;
  position: relative;
  overflow: visible;
}

.footer_copyright {
  border-top: 1px solid #a9a9a9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.max-width-700 {
  z-index: 2;
  flex-flow: column;
  max-width: 43.75rem;
  position: relative;
}

.faqs_wrap {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  display: flex;
}

.max-width-440 {
  flex-flow: column;
  width: 100%;
  max-width: 27.5rem;
  height: 100%;
  display: flex;
}

.button-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff09e8;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  background-color: #ff09e8;
}

.button-2.is-secondary {
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
}

.button-2.is-secondary:hover {
  background-color: #f3f3f3;
}

.link_line {
  z-index: auto;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #ff09e8;
  width: 100%;
  height: .25rem;
  padding: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
}

.text-rich-text {
  font-size: 1.125rem;
}

.nav_logo-2 {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 90px;
  display: block;
  position: relative;
}

.locations_visual {
  aspect-ratio: 330 / 180;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.faqs_body {
  overflow: hidden;
}

.text-color-darkgrey {
  color: #a9a9a9;
}

.footer_copyright-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.locations_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  height: 6rem;
}

.z-index-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.heading-style-h4 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

.why_us_card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.nav_menu-items-inner {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.player_visual {
  aspect-ratio: 1;
  border-radius: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.flex-block {
  justify-content: space-between;
}

.nav_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72.875rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.heading-style-h2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h2.card {
  font-size: 3rem;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-cover.hide {
  z-index: 0;
}

.footer_link {
  color: #080808;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer_links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-bottom: 0;
  margin-right: -.5rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_wrapper {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  inset: 0% 0% auto;
}

.text-color-lightgrey {
  color: #d8d8d8;
}

.heading-style-h1 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 6.6rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.social-links_item {
  display: flex;
}

.parallax-img {
  opacity: .7;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 120%;
  position: relative;
}

.bold-text-18 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.p_clash_400_18-3 {
  clear: none;
  color: #565656;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.p_clash_400_18-3.card_2 {
  flex: 1;
}

.container-1440-3 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.h4_clash_500_32-3 {
  color: #020202;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.h4_clash_500_32-3:lang(uk) {
  text-align: center;
}

.clash_400_48-3 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-19 {
  letter-spacing: 1px;
}

.why_us_card-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.bold-text-20 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.p_clash_400_18-4 {
  clear: none;
  color: #565656;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.p_clash_400_18-4.card_2 {
  flex: 1;
}

.container-1440-4 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bold-text-21 {
  letter-spacing: 1px;
}

.why_us_card-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.bold-text-22 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.container-1440-5 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bold-text-23 {
  letter-spacing: 1px;
}

.why_us_card-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.bold-text-24 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.bold-text-25 {
  letter-spacing: 1px;
  font-family: Rubik Variablefont Wght, sans-serif;
}

.bold-text-26 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.heading-style-h2-2 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h2-2.card {
  font-size: 3rem;
}

.body-6 {
  padding-top: 0;
}

.bold-text-27 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.container-1440-6 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bold-text-28 {
  letter-spacing: 1px;
}

.why_us_card-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.bold-text-29 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.container-1440-7 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bold-text-30 {
  letter-spacing: 1px;
}

.why_us_card-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.bold-text-31 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.bold-text-32, .bold-text-33 {
  letter-spacing: 1px;
}

.body_landing {
  padding-top: 0;
  display: block;
}

.bold-text-34 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.container-1440-8 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.bold-text-35 {
  color: var(--white);
  letter-spacing: 1px;
}

.video_wall-2 {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: -60vh;
  position: relative;
}

.why_us_card-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.bold-text-36 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.container-1440-9 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.max-width-full-2 {
  width: 100%;
}

.bold-text-37 {
  letter-spacing: 1px;
}

.video_wall-3 {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: -100vh;
  position: relative;
}

.why_us_card-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.bold-text-38 {
  letter-spacing: 0;
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0;
}

.container-1440-10 {
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.max-width-full-3 {
  width: 100%;
}

.bold-text-39 {
  letter-spacing: 1px;
}

.video_wall-4 {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: -100vh;
  position: relative;
}

.why_us_card-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 24px 41px 24px 24px;
  display: flex;
  position: relative;
}

.button-round-icon {
  max-height: 18px;
}

.footer-2-middle-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 104px;
  display: flex;
}

.social-list {
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.footer-1-bottom-row {
  justify-content: flex-end;
  align-items: center;
  margin-top: -80px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.container-1446 {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}

.footer-2 {
  padding-top: 104px;
  padding-bottom: 52px;
}

.footer-2.bg-primary-2 {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 106px;
}

.image-41 {
  max-width: 400%;
}

.button-round {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  display: flex;
}

.button-round.social-button {
  background-color: #111112;
  margin-left: 6px;
  margin-right: 6px;
  transition: transform .2s;
}

.button-round.social-button:hover {
  transform: scale(1.2);
}

.button-round.social-button.bg-white {
  background-color: #fff;
}

.content-width-small {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}

.content-width-small.footer-2-cta {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.heading-12.large {
  letter-spacing: -.01em;
  font-size: 52px;
}

.footer-menus-wrapper {
  margin-left: 76px;
  display: flex;
}

.footer-menus-wrapper.footer-2-menus-wrapper {
  flex: 1;
}

.div-block-15 {
  flex: none;
  order: -1;
  justify-content: space-around;
  display: flex;
}

.image-full {
  width: 100%;
}

.second-part {
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
}

.instagram-circle {
  background-color: #d26e5b;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
  position: relative;
  top: 50%;
  bottom: auto;
  right: auto;
}

.image-42 {
  object-fit: cover;
  width: 150px;
  max-width: none;
  height: 70px;
  padding-left: 0;
}

.navlink-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.error-message-4 {
  color: #fff;
  text-align: center;
  background-color: #d26e5b;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
}

.line-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.nav-text {
  font-size: 18px;
  font-weight: 600;
}

.follow-link {
  text-align: center;
  background-color: #12141d;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #ffffffbf;
  border-bottom: 1px solid #ffffff3d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 2%;
  display: flex;
  position: relative;
  inset: 0 0% auto;
}

.instagram-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.success-message-5 {
  color: #fff;
  background-color: #00663f;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

.subscribe-form-2 {
  position: relative;
}

.nav-line {
  background-color: #0000;
  order: 1;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.instagram-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-circle-wrppaer {
  position: absolute;
}

.line-1 {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.text-field-2 {
  color: #fff;
  background-color: #20222e;
  border: 1px solid #ffffff0f;
  border-radius: 0;
  height: 52px;
  padding-top: 10px;
}

.text-field-2:hover, .text-field-2:focus {
  color: #fff;
  border-color: #3ccf91;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-2.subscribe {
  background-color: #fff;
  border-radius: 2px;
  height: 65px;
  padding-left: 15px;
}

.text-field-2.subscribe:hover, .text-field-2.subscribe:focus {
  color: #535353;
  border-style: none;
}

.text-field-2.subscribe::placeholder {
  color: #818181;
  font-size: 15px;
}

.hamburger {
  align-items: center;
  width: 26px;
  height: 40px;
  margin-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-2 {
  align-items: center;
  padding-left: 345px;
  display: flex;
}

.display-3 {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 600;
  line-height: 28px;
}

.display-3.white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

.margin-80px {
  margin-top: 80px;
}

.button-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d26e5b;
  border-radius: 2px;
  padding: 15px 23px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.button-6:hover {
  color: #fff;
  background-color: #bb533f;
}

.button-6.absolute {
  height: 58px;
  position: absolute;
  inset: 3px 3px auto auto;
}

.left-navigation {
  z-index: 20;
  background-color: #12141d;
  align-items: center;
  width: 480px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.paragraph-white-2 {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 400;
}

.hero-2 {
  min-height: 100vh;
  position: sticky;
}

.hero-background {
  height: 100vh;
  min-height: 640px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero7-bottom-title {
  color: #fff;
  flex-direction: column;
  padding-bottom: 150px;
  display: flex;
}

.text-label {
  opacity: .7;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-label.spaced-word-label {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
}

.hero-text {
  color: #fff;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 90px;
}

.home-contact {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.text-span-4 {
  letter-spacing: -.02em;
  line-height: 50px;
}

.text-scroll-wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-move {
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.text-scroll-move.offset {
  margin-left: -200px;
  padding-bottom: 0;
  padding-left: 0;
}

.contact-wrap {
  z-index: 850;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-text {
  color: #000;
  white-space: nowrap;
  margin-right: 10px;
  padding-right: 0;
  font-size: 4vw;
}

.contact-circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.contact-circle:hover {
  transform: scale(1.1);
}

.section-11 {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 124px;
  padding-right: 124px;
  display: block;
}

.section-11.none {
  display: none;
}

.about-wrapper {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 100px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.about-wrapper.section {
  background-color: #0000;
  grid-template-columns: 2.25fr .75fr;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 219px;
}

.about-wrapper.section._33 {
  grid-column-gap: 50px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.hs1 {
  padding-left: 0;
}

.medium-width-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.button-outline {
  background-color: #060d11;
  border: 1px solid #eff9fc1a;
  border-radius: 0%;
  width: 100%;
  padding: 24px 48px;
  position: absolute;
  inset: 0%;
}

.button-text-2 {
  z-index: 25;
  position: relative;
}

.content-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.large-growing-images.small {
  height: 35vw;
  min-height: 100%;
}

.service-item {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item.left {
  grid-template-columns: 1fr 50%;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: visible;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.left {
  margin-right: 24px;
}

.button-3 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #eff9fc1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 18px 15px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.stacked-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-3 {
  color: #000c;
  font-size: 18px;
  line-height: 1.65em;
}

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

.service-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  justify-items: start;
  max-width: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: grid;
}

.grid-wrapper-3 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

.medium-width-intro {
  grid-column-gap: 19px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 675px;
  display: grid;
}

.growing-background {
  background-image: url('../images/Image013.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.growing-background.eight {
  background-image: url('../images/Fruit-Tea0000-min.png');
}

.growing-background.eight._1 {
  background-image: url('../images/3_1.jpg');
  margin-right: 21px;
}

.growing-background.ten {
  background-image: url('../images/milk-tea0010.png');
}

.growing-background.seven {
  background-image: url('../images/categories_02.jpg');
}

.growing-background.seven._2 {
  background-image: url('../images/img4.jpg');
}

.growing-background.nine {
  background-image: url('../images/categories_01.jpg');
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-12 {
  z-index: 20;
  border-bottom: 1px solid #eff9fc1a;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-13 {
  display: flex;
}

.hbody-display-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
}

.amenities-holder {
  border: 1px solid #0818193b;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.amenities-holder.vertical {
  border-style: none;
  flex-direction: column;
  margin-top: 50px;
}

.amenities-holder.vertical.less-width {
  width: 80%;
}

.split-left {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
}

.image-3 {
  max-width: 85%;
}

.hiw-block {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hiw-block.middle {
  border-top: 1px solid #15426f12;
  border-bottom: 1px solid #15426f12;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.split-right {
  width: 50%;
  padding-left: 10%;
}

.hiw-number {
  color: #ffffff1f;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 0;
  margin-right: 30px;
  font-size: 58px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
  transform: rotate(-90deg);
}

.hiw-number.darker {
  opacity: 1;
  color: #74948c29;
  font-size: 72px;
  transform: rotate(-90deg);
}

.section-14 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.split-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: 10%;
  display: flex;
}

.container-1447 {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}

.image-43 {
  object-fit: cover;
  width: 150px;
  max-width: none;
  height: 70px;
}

.heading-13.large {
  letter-spacing: -.01em;
  font-size: 52px;
  line-height: 53px;
}

.video {
  position: absolute;
  inset: 0;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0;
}

.div_landing_total {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.bold-text-40 {
  font-size: 35px;
}

.background-video-2 {
  height: 440px;
}

.section_wrapper_hero_landing {
  margin-top: 48px;
}

.background-video-3 {
  z-index: 3;
  border-radius: 30px;
  height: 440px;
  position: absolute;
  inset: 0;
}

.image_violette_landing {
  width: 30px;
  height: 30px;
}

.section_wrapper_left_right {
  margin-top: 100px;
}

.div_grid_all_landing {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(30%, 30%) 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.grid_1_landing {
  justify-content: flex-start;
  width: 30%;
  display: flex;
  position: relative;
}

.text_block_landing {
  width: 200px;
  height: 150px;
  position: absolute;
  right: 169px;
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.accordion-wrapper-2 {
  margin-top: 36px;
}

.accordion-wrapper-2.landing {
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.accordion-item-2 {
  border-bottom: 1px solid #ffffff1a;
  padding: 24px 30px;
}

.accordion-heading-2 {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.section_wrapper_faq_landing {
  margin-bottom: 50px;
}

.section_wrapper_project_desk {
  margin-top: 100px;
}

.div_all_project {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div_card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .consultation-button {
    padding: .35em 0 .35em 1.67em;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.61em;
    line-height: 130%;
  }

  .paragraph {
    font-size: 1.67em;
  }

  .card_block {
    padding: 1.46em 1.39em 4.86em;
  }

  .p_clash_400_18.black {
    color: var(--black);
  }

  .projects_all {
    order: 0;
    justify-content: center;
    align-items: center;
    position: static;
    overflow: visible;
  }

  .pojects_title {
    align-self: stretch;
  }

  .project_cards._2, .project_cards._1, .project_cards._3, .project_cards._4, .project_cards._5 {
    text-decoration: none;
  }

  .steps {
    padding-left: 0;
    padding-right: 8.61em;
  }

  .steps_animation {
    align-self: baseline;
  }

  .p_clash_400_16.link {
    font-size: 16px;
  }

  .service_card_div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item {
    transition: transform .5s;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_wrap_hero {
    margin-top: 3.33em;
    padding-left: 0;
    padding-right: 0;
  }

  .section_wrap_hero.hero {
    background-color: var(--none-bg);
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-white_2col {
    border-radius: 30px;
  }

  .section_wrap_text {
    margin-top: 48px;
  }

  .container-1440 {
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 124px;
    padding-right: 124px;
  }

  .section_wrap_project {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10.49em;
    display: flex;
  }

  .dotted_pink {
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .div_slider_projects {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .slider_projects_card {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .section_wrap_tools_ga {
    text-align: left;
    overflow: hidden;
  }

  .slider_tools {
    width: auto;
    position: relative;
  }

  .section_wrapper_hero_pokrovsky {
    display: block;
  }

  .div_hero_pokrovsky_all {
    width: 100%;
  }

  .section_wrapper_grid_cards {
    display: block;
  }

  .grid_2cards {
    width: 100%;
  }

  .h5_clash_400_22._500 {
    color: var(--black);
    font-weight: 500;
  }

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

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

  .section-8 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .div-block-11 {
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

  .right-arrow-3 {
    right: 0;
  }

  .navbar-logo-left {
    z-index: 998;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    position: static;
  }

  .close_modal {
    opacity: 0;
  }

  .section_wrapper_slide_site {
    overflow: visible;
  }

  .card-web-white-bg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    border-radius: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 95%;
    height: 100%;
    padding: 20px;
    text-decoration: none;
    display: flex;
  }

  .card-web-white-bg.schan-gtt {
    height: 100%;
  }

  .div-img-bg {
    background-image: url('../images/pokrovsky_3x.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    height: 250px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-img-bg.beauty {
    background-image: url('../images/beauty_x3.jpg');
  }

  .div-img-bg.monlis {
    background-image: url('../images/monlis_3x.jpg');
  }

  .div-img-bg.pokrovsky {
    background-image: url('../images/pokrovsky_3x.jpg');
  }

  .div-img-bg.prestige {
    background-image: url('../images/prestige.png');
  }

  .div-img-bg.schan {
    background-image: url('../images/schan_3x.jpg');
  }

  .div-img-bg.minimalist {
    background-image: url('../images/home_3x.jpg');
  }

  .div-img-bg.glazkova {
    background-image: url('../images/glazkova_3x.jpg');
  }

  .div-block-12 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .div-card-h_all {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-self: flex-start;
    display: flex;
  }

  .h4_clash_600_28 {
    color: var(--black);
    font-family: Clashdisplay Variable, sans-serif;
    font-size: 28px;
    font-weight: 600;
  }

  .div-btm_web {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

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

  .div_h-p {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .slide-web {
    width: 30%;
    height: 550px;
  }

  .slider-web {
    background-color: var(--none-bg);
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .slide-nav-4 {
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .mask_web {
    align-self: auto;
    width: 100%;
    height: auto;
  }

  .div_slider_web {
    height: auto;
  }

  .rich_blog {
    font-size: 18px;
  }

  .container-1440-2, .container-1440-3, .container-1440-4, .container-1440-5, .container-1440-6, .container-1440-7, .container-1440-8 {
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 124px;
    padding-right: 124px;
  }

  .video_wall-2 {
    height: 300vh;
  }

  .container-1440-9, .container-1440-10 {
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 124px;
    padding-right: 124px;
  }

  .nav-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-15 {
    order: -1;
    justify-content: space-around;
  }

  .nav-text {
    font-size: 20px;
  }

  .nav-menu-2 {
    padding-left: 529px;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .body {
    max-width: 1440px;
  }

  .image {
    width: 115px;
    height: 60px;
  }

  .image-2 {
    width: 115px;
    height: 50px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .consultation-button {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 0 auto;
    display: flex;
  }

  .consultation-button.header {
    display: none;
  }

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

  .nav_cntr {
    display: none;
  }

  .nav_switcher._2 {
    display: flex;
    position: relative;
    top: auto;
  }

  .nav_switcher._3 {
    display: flex;
    position: static;
    top: 0;
  }

  .consultation {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .consultation.audit {
    flex-flow: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image_hero {
    object-fit: contain;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: auto;
    width: auto;
    height: 400px;
    display: inline-flex;
  }

  .image_hero.mobile {
    height: 400px;
  }

  .h1 {
    font-size: 36px;
  }

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

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

  .paragraph {
    font-size: 22px;
  }

  .hero_left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero_left.mobile {
    align-self: center;
    width: auto;
  }

  .hero_btn {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .hero_btn.ga {
    justify-content: center;
    align-items: center;
  }

  .card_grid_3 {
    grid-template-columns: 1fr 1fr;
    margin-left: 50px;
    margin-right: 50px;
  }

  .h4_clash_400_24 {
    font-size: 17px;
  }

  .h4_clash_400_24.white {
    font-size: 18px;
  }

  .service {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .clash_700_32 {
    font-size: 26px;
  }

  .clash_400_48 {
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .why_us {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .why_us_section_left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .why_us_section_right {
    width: auto;
  }

  .h2_clash_400_48 {
    font-size: 24px;
  }

  .h2_clash_400_48._124 {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .p_clash_400_18 {
    font-size: 17px;
  }

  .p_clash_400_18.white {
    justify-content: flex-start;
    align-items: center;
  }

  .p_clash_400_18.white.tools {
    opacity: 1;
  }

  .h4_clash_500_32 {
    font-size: 24px;
  }

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

  .projects_all {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .steps {
    max-width: none;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .div_testimonials {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .testimonials-title {
    padding-left: 0;
    padding-right: 0;
  }

  .testim-card {
    flex-flow: column;
    height: 397px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p_clash_400_16:lang(uk) {
    text-align: left;
    flex: 1;
    align-self: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .right-text-test-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider_testimonials {
    padding-right: 0;
  }

  .mask-2 {
    padding-left: 50px;
  }

  .image-9 {
    object-fit: contain;
    align-self: stretch;
    width: auto;
    height: 400px;
  }

  .image-10 {
    top: 80px;
  }

  .approach {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .approach-left-right {
    flex-flow: column;
  }

  .approach-left-img {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .approach-right-grid {
    grid-template-areas: ".";
  }

  .our_news {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .grid-div-1 {
    border-radius: 30px;
  }

  .grid-div-1.landing {
    height: 200px;
  }

  .grid-div-4-btm.landing {
    align-items: flex-start;
  }

  .img-consut-flex {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    padding-top: 66px;
    padding-left: 0;
  }

  .footer_bg_white {
    margin-left: 50px;
    margin-right: 50px;
  }

  .footer-div-img {
    flex: 1;
  }

  .footer-link, .footer-symbol {
    display: none;
  }

  .footer-google-partners {
    cursor: auto;
  }

  .hero {
    margin-left: 50px;
    margin-right: 50px;
  }

  .div-nal_all {
    flex-flow: row;
    justify-content: space-between;
  }

  .div-nal_all.hero.mobile {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .div_all_elements_footer {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .div_card_service {
    grid-template-columns: 1fr 1fr;
  }

  .hero_about_grid {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 274px) 1fr;
  }

  .div_grid-top-img {
    background-position: 50% 30%;
    width: 100%;
    height: 300px;
  }

  .body_all_pages {
    display: block;
  }

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

  .collection-list-wrapper {
    width: 100%;
  }

  .collection-item {
    width: 300px;
  }

  .collection-item:hover {
    transform: none;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div_img_hero {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

  .code-embed {
    display: block;
  }

  .section_wrap_hero.hero {
    background-color: var(--none-bg);
    margin-left: 0;
    margin-right: 0;
  }

  .section_wrap_steps, .section_wrap_testimonials {
    display: block;
    overflow: hidden;
  }

  .grid-white_2col {
    grid-template-columns: 1fr;
  }

  .container-1440 {
    flex: 1;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section_wrap_project.project {
    margin-top: 30px;
  }

  .section_wrap_project._40 {
    margin-top: 20px;
  }

  .section_wrap_project._40.mob {
    display: flex;
  }

  .div_slider_projects {
    flex-flow: row;
  }

  .slider_projects_card {
    flex: 1;
    width: 100%;
  }

  .mask-3 {
    width: 100%;
    overflow: visible;
  }

  .div_hero_ga {
    flex-flow: column;
  }

  .div_right_img_ga {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid_why_ga {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .div_card_why:lang(uk) {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .grid_step {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .number {
    display: none;
  }

  .number.white.mobile {
    order: 1;
  }

  .number.white.mobile:lang(uk) {
    align-self: flex-end;
  }

  .number.mobile {
    order: 1;
    display: flex;
  }

  .grid_tariffs_all {
    grid-template-columns: 1fr 1fr;
  }

  .div_tariffs_image_text:lang(uk) {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    height: auto;
  }

  .slider_testimponials {
    height: auto;
    position: relative;
  }

  .slide_testimonials {
    width: 50%;
  }

  .dot_pink_testimonials {
    position: absolute;
  }

  .section_wrap_consultation-service {
    margin-top: 50px;
  }

  .div_bg_consultation {
    padding-right: 32px;
  }

  .slider_tools:lang(uk) {
    width: 100%;
  }

  .slide_tools:lang(uk) {
    width: 50%;
  }

  .modal_window {
    width: 650px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_wrapper_grid_cards, .section_wrapper_grid_image {
    margin-top: 50px;
  }

  .clash_medium_32 {
    text-align: center;
    font-size: 24px;
  }

  .clash_medium_32.white.center {
    font-size: 28px;
  }

  .grid_image {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .card_white_none, .card_white_none._164 {
    height: auto;
  }

  .image_bg {
    background-position: 50%;
    background-size: cover;
  }

  .image_bg._2 {
    object-fit: cover;
    border-radius: 30px;
  }

  .section_wrapper_chellanges {
    margin-top: 50px;
  }

  .grid_results {
    grid-template-columns: 1fr 1fr;
  }

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

  .image-32, .image-32.schan, .image-32.prestige, .image-32.prestige:lang(uk) {
    height: 400px;
  }

  .section_wrapper_conclusion {
    margin-top: 50px;
  }

  .div_consolution_white {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid_card {
    justify-content: space-between;
  }

  .h5_clash_400_22 {
    font-size: 17px;
  }

  .grid_results_number {
    grid-template-columns: 1fr 1fr;
  }

  .grid_feedback {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .image-36 {
    flex: 0 auto;
    align-self: center;
  }

  .section_wrapper_main {
    align-self: stretch;
    display: flex;
  }

  .div_main_blog {
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 12px 24px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10 {
    opacity: 1;
  }

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

  .menu-button-2.w--open {
    background-color: var(--pink);
    color: #fff;
    border-radius: 50px;
  }

  .image-38 {
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: 100%;
  }

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

  .div_modal.right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .div_modal_hero {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
  }

  .div_bg_image_grid {
    height: 180px;
  }

  .div_h-p:lang(uk) {
    align-self: flex-start;
  }

  .slide-web {
    width: 50%;
  }

  .slider-web {
    flex: 0 auto;
    width: 100%;
  }

  .div_slider_web {
    align-self: stretch;
  }

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

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

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

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

  .sectionpadding, .sectionpadding.light-blue-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav_menu-items {
    background-color: #fff;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-top: 2rem;
    left: 0;
    right: 0;
  }

  .section-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-10.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .section-10.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

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

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .container-1440-2 {
    flex: 1;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav_button {
    z-index: 100;
    margin-right: -1rem;
    padding: 1rem;
  }

  .nav_button.w--open {
    background-color: #fff;
  }

  .margin-top-32 {
    margin-top: 1.75rem;
  }

  .player_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav_brand {
    width: 12rem;
    position: relative;
  }

  .nav_link-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .h4_clash_500_32-2 {
    font-size: 24px;
  }

  .clash_400_48-2 {
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .locations_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .nav_button-inner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .margin-bottom-64 {
    margin-bottom: 3.5rem;
  }

  .margin-top-8 {
    margin-top: .375rem;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .nav_menu-link-wrap.is-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-bottom-48 {
    margin-bottom: 2.75rem;
  }

  .video_wall {
    margin-top: -20vh;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faqs_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .locations_list {
    width: 100%;
  }

  .navbar-2 {
    height: 4.5rem;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .margin-bottom-20 {
    margin-bottom: 1rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .nav_wrap {
    justify-content: space-between;
    padding: .5rem 1rem;
  }

  .footer_link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_button-line {
    background-color: #080808;
    border-radius: 2rem;
    width: 1.6rem;
    height: 2px;
    padding: 0;
  }

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

  .container-1440-3 {
    flex: 1;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4_clash_500_32-3 {
    font-size: 24px;
  }

  .clash_400_48-3 {
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .p_clash_400_18-4 {
    font-size: 17px;
  }

  .container-1440-4, .container-1440-5, .container-1440-6, .container-1440-7, .container-1440-8 {
    flex: 1;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .video_wall-2 {
    margin-top: -20vh;
  }

  .container-1440-9 {
    flex: 1;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .video_wall-3 {
    margin-top: -20vh;
  }

  .container-1440-10 {
    flex: 1;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .video_wall-4 {
    margin-top: -20vh;
  }

  .footer-2-middle-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
    display: flex;
  }

  .content-width-small {
    width: 100%;
  }

  .content-width-small.footer-2-cta {
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
    margin-left: auto;
    display: flex;
  }

  .heading-12.large {
    padding-bottom: 58px;
    font-size: 46px;
  }

  .footer-menus-wrapper.footer-2-menus-wrapper {
    margin-left: 0;
  }

  .div-block-15 {
    flex: none;
    order: -1;
    display: flex;
  }

  .image-42 {
    padding-left: 68px;
  }

  .navlink-2 {
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .line-2 {
    background-color: #000;
  }

  .navigation {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-line {
    align-self: flex-start;
    display: none;
  }

  .line-1 {
    background-color: #000;
    flex: 0 auto;
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: #ffffffcf;
    padding-left: 0;
  }

  .left-navigation {
    display: none;
  }

  .menu-button-4 {
    background-color: #0000;
    margin-left: 12px;
    padding: 0;
  }

  .menu-button-4.w--open {
    background-color: #0000;
  }

  .hero-background {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero7-bottom-title {
    padding-top: 47px;
    padding-bottom: 37px;
    padding-right: 0;
  }

  .scroll-text {
    margin-right: 10px;
    font-size: 5vw;
  }

  .about-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .content-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
  }

  .service-item {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .service-item.left {
    grid-template-columns: 1fr;
  }

  .stacked-title {
    grid-row-gap: 24px;
  }

  .service-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-wrapper-3 {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .section-12 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .amenities-holder.vertical.less-width {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .split-left {
    width: 90%;
    margin-top: 69px;
    padding-right: 0;
  }

  .split-right {
    width: 100%;
    padding-left: 0%;
  }

  .split-holder {
    flex-direction: column-reverse;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-13.large {
    padding-bottom: 58px;
    font-size: 46px;
  }

  .background-video-3 {
    align-self: auto;
    height: 400px;
    bottom: auto;
  }

  .section_wrapper_project_desk {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .head-right {
    margin-top: 10px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .image_hero {
    object-fit: fill;
    height: 500px;
  }

  .h1.center {
    align-self: auto;
  }

  .paragraph {
    font-size: 17px;
  }

  .hero_btn {
    justify-content: space-between;
  }

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

  .h4_clash_400_24, .h4_normal_18 {
    font-size: 17px;
  }

  .clash_700_32 {
    font-size: 22px;
  }

  .clash_400_48 {
    align-self: center;
    font-size: 22px;
    line-height: 130%;
  }

  .clash_400_48.left {
    align-self: stretch;
    display: block;
  }

  .h2_clash_400_48 {
    order: 0;
    align-self: flex-start;
    font-size: 22px;
  }

  .h2_clash_400_48.left {
    align-self: flex-start;
  }

  .p_clash_400_18 {
    font-size: 17px;
  }

  .h4_clash_500_32 {
    text-align: center;
    font-size: 22px;
  }

  .h4_clash_500_32.left {
    text-align: left;
    align-self: auto;
  }

  .project_cards, .project_cards._2, .project_cards._1, .project_cards._3, .project_cards._4, .project_cards._5 {
    width: 95%;
  }

  .h4_clash_700_32 {
    font-size: 24px;
  }

  .steps_title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .partners {
    margin-top: 0;
  }

  .testimonials-title {
    flex: 0 auto;
  }

  .testim-card {
    flex-flow: column;
    width: 95%;
    height: auto;
    padding-bottom: 16px;
  }

  .image-8 {
    object-fit: contain;
    border-radius: 30px;
    align-self: stretch;
    width: auto;
  }

  .h5_clash_400_14.left {
    font-size: 13px;
  }

  .right-text-test-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .image-10 {
    width: 11%;
    top: 100px;
    left: 100px;
  }

  .approach {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-top-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .our_news {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .submit-button {
    font-size: 17px;
  }

  .soc-link.inst {
    position: relative;
    right: auto;
  }

  .div-nal_all.hero.mobile {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    max-width: none;
    margin-top: 30px;
  }

  .div_card_service {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

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

  .collection-item {
    width: 250px;
    height: 250px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div_img_hero {
    align-self: auto;
  }

  .section_wrap_hero.hero {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .section_wrap_steps, .section_wrap_partners, .section_wrap_testimonials, .section_wrap_consultation, .section_wrap_approach, .section_wrap_news, .section_wrap_contact_us_cons {
    margin-top: 50px;
  }

  .container-1440 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_wrap_why-us, .section_wrap_service, .section_wrap_project {
    margin-top: 50px;
  }

  .section_wrap_project.project {
    margin-top: 20px;
  }

  .slide_project {
    width: 100%;
  }

  .div_hero_ga {
    padding-left: 24px;
  }

  .div_right_img_ga {
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section_wrap_tools_ga, .section_wrap_why-us_ga, .section_wrap_stage, .section_wrap_consult_context {
    margin-top: 50px;
  }

  .div_consultation_white {
    grid-template-columns: 1.5fr;
  }

  .section_wrap_tariffs {
    margin-top: 50px;
  }

  .grid_tariffs_all {
    grid-template-columns: 1fr;
  }

  .slider_testimponials {
    height: auto;
  }

  .slide_testimonials {
    width: 100%;
  }

  .section_wrap_service_internal, .section_wrap_consultation-service {
    margin-top: 50px;
  }

  .div_bg_consultation {
    padding-right: 32px;
  }

  .slide_tools:lang(uk) {
    width: 100%;
  }

  .modal_window {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_wrapper_site_project {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section_wrapper_grid_cards {
    margin-top: 30px;
  }

  .grid_2cards {
    grid-template-columns: 1fr;
  }

  .div_grid_second {
    padding: 30px;
  }

  .section_wrapper_grid_image {
    margin-top: 30px;
  }

  .clash_medium_32 {
    text-align: center;
  }

  .section_wrapper_chellanges {
    margin-top: 30px;
  }

  .grid_results.case {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div_consolution_white {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid_2_violette {
    grid-template-columns: 1fr;
  }

  .div_h4_img {
    flex-flow: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
  }

  .grid_solution {
    grid-template-columns: 1fr;
  }

  .h5_clash_400_22 {
    font-size: 17px;
  }

  .white_grid_image_text {
    padding-bottom: 32px;
    padding-right: 24px;
  }

  .section_wrapper_main {
    display: block;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
    margin-top: 10px;
  }

  .right-arrow-4 {
    top: -73px;
  }

  .div_modal.right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .col {
    margin-bottom: 0;
  }

  .slide-web {
    width: 100%;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .container-slim {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .sectionpadding.light-blue-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div_image_srg {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .section-10.is-bottom-cta {
    padding-top: 5rem;
  }

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

  .container-1440-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .margin-top-32 {
    margin-top: 1.5rem;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .h4_clash_500_32-2 {
    text-align: center;
    font-size: 22px;
  }

  .clash_400_48-2 {
    align-self: center;
    font-size: 22px;
    line-height: 130%;
  }

  .clash_400_48-2.left {
    align-self: stretch;
    display: block;
  }

  .margin-bottom-64 {
    margin-bottom: 3rem;
  }

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.25rem;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .locations_item {
    flex: none;
    width: 90%;
  }

  .footer_copyright-inner {
    flex-flow: column;
  }

  .locations_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .nav_menu-items-inner {
    padding-left: 1rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-left: -.5rem;
  }

  .heading-style-h1 {
    font-size: 7rem;
  }

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

  .container-1440-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4_clash_500_32-3 {
    text-align: center;
    font-size: 22px;
  }

  .clash_400_48-3 {
    align-self: center;
    font-size: 22px;
    line-height: 130%;
  }

  .clash_400_48-3.left {
    align-self: stretch;
    display: block;
  }

  .p_clash_400_18-4 {
    font-size: 17px;
  }

  .container-1440-4, .container-1440-5, .container-1440-6, .container-1440-7, .container-1440-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video_wall-2 {
    margin-top: -15vh;
  }

  .container-1440-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video_wall-3 {
    margin-top: -15vh;
  }

  .container-1440-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .video_wall-4 {
    margin-top: -15vh;
  }

  .footer-2 {
    padding-top: 76px;
  }

  .content-width-small.footer-2-cta {
    margin-bottom: 26px;
  }

  .heading-12.large {
    font-size: 40px;
  }

  .footer-menus-wrapper {
    margin-top: 39px;
    margin-left: 0;
  }

  .footer-menus-wrapper.footer-2-menus-wrapper {
    margin-left: 10px;
  }

  .navlink-2 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-menu-2 {
    padding-left: 0;
  }

  .hero-background {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-bottom-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero7-bottom-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text {
    font-size: 80px;
    line-height: 92px;
  }

  .text-scroll-move {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .scroll-text {
    margin-right: 10px;
    font-size: 6vw;
    line-height: 1;
  }

  .contact-circle {
    width: 150px;
    height: 150px;
  }

  .about-wrapper {
    padding-top: 60px;
    padding-left: 0;
  }

  .about-wrapper.section._33 {
    grid-template-columns: 1fr 3.5fr 1.25fr 1fr 1fr 1fr;
    padding-left: 100px;
    display: block;
  }

  .content-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

  .service-item {
    grid-row-gap: 60px;
  }

  .service-info {
    grid-row-gap: 48px;
  }

  .service-list {
    grid-row-gap: 100px;
  }

  .section-12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-13.large {
    font-size: 40px;
  }

  .background-video-3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav_logo {
    flex-flow: row;
    width: 115px;
    height: 50px;
  }

  .nav_link._2 {
    flex-flow: column;
  }

  .nav_switcher._2, .nav_switcher._3 {
    display: flex;
    position: static;
  }

  .consultation {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .consultation.audit {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px;
  }

  .image_hero {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
  }

  .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 120%;
  }

  .h1.gradient {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h1.service {
    font-size: 24px;
  }

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

  .card_grid_3 {
    grid-template-columns: 1fr;
  }

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

  .h4_clash_400_24.white {
    font-size: 17px;
  }

  .h4_normal_18 {
    font-size: 16px;
  }

  .service_name {
    padding: 10px 10px 10px 20px;
  }

  .clash_700_32 {
    font-size: 17px;
  }

  .clash_400_48, .clash_400_48._020202 {
    font-size: 24px;
  }

  .clash_400_48.left {
    align-self: flex-start;
    font-size: 24px;
  }

  .h2_clash_400_48 {
    flex: 0 auto;
    align-self: center;
    font-size: 24px;
  }

  .h2_clash_400_48:lang(uk) {
    align-self: center;
  }

  .h2_clash_400_48.sticky {
    font-size: 24px;
    position: static;
  }

  .h2_clash_400_48.left {
    font-size: 24px;
  }

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

  .card_left_sect {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .p_clash_400_18 {
    text-align: left;
  }

  .p_clash_400_18.white.tools {
    opacity: 1;
  }

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

  .h4_clash_500_32 {
    text-align: left;
    font-size: 24px;
  }

  .h4_clash_500_32.white {
    text-align: center;
    line-height: 130%;
  }

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

  .h4_clash_500_32.max-615.white.center {
    font-size: 22px;
  }

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

  .projects_all {
    margin-top: 0;
  }

  .project_cards._2, .project_cards._1, .project_cards._3, .project_cards._4, .project_cards._5 {
    width: 95%;
  }

  .logo-images.robin, .logo-images.robin:lang(uk) {
    width: 150px;
  }

  .testimonials-title {
    flex-flow: row;
  }

  .testim-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .right-text-test-card {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    height: auto;
  }

  .image-10 {
    width: auto;
    max-width: 14%;
    top: 156px;
    left: 9px;
  }

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

  .approach-left-img {
    padding-left: 20px;
  }

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

  .approach-img-title {
    align-items: flex-start;
  }

  .grid-btm-img-2 {
    height: 200px;
  }

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

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

  .grid-div-4-btm {
    padding-right: 24px;
  }

  .img-consut-flex {
    padding-left: 8px;
    padding-right: 8px;
  }

  .submit-button {
    align-self: center;
    padding: 10px 50px;
  }

  .soc-link.inst {
    position: static;
  }

  .div-nal_all.hero.mobile {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-nal_all.mobile {
    padding: 10px;
  }

  .section_cards_wrap_service {
    margin-top: 20px;
  }

  .service_card_div {
    width: 100%;
    height: 475px;
    overflow: visible;
  }

  .image_service_card {
    object-fit: cover;
    width: 100%;
    max-height: 319px;
  }

  .hero_wrap_about_section {
    margin-top: 30px;
  }

  .div_grid-top-img {
    z-index: auto;
    background-position: 90% 30%;
  }

  .div_grid-top-img:lang(uk), .div_grid-top-img:lang(en) {
    height: 300px;
  }

  .grid-img-all {
    z-index: 2;
  }

  .div-top-gap-p {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div_left {
    flex-flow: column;
    padding: 30px;
  }

  .div_right {
    padding: 0 10px 10px;
  }

  .collection-item {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .collection-list {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .section_wrap_hero.hero {
    margin-top: 20px;
    overflow: hidden;
  }

  .section_wrap_partners {
    display: block;
  }

  .section_wrap_consultation, .section_wrap_approach, .section_wrap_news {
    display: block;
    overflow: hidden;
  }

  .section_wrap_contact_us_cons {
    overflow: hidden;
  }

  .container-1440 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section_wrap_why-us, .section_wrap_service {
    overflow: hidden;
  }

  .div_h2_btn-title:lang(uk) {
    align-items: center;
  }

  .slide_project {
    width: 70%;
  }

  .section_wrap_hero_ga {
    margin-top: 20px;
  }

  .div_hero_ga {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 24px;
  }

  .div_right_img_ga {
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .div_card_why {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div_why_left {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  .div_why_right {
    text-align: left;
    align-self: flex-start;
  }

  .number {
    order: 1;
    display: none;
  }

  .number.white {
    order: 1;
  }

  .number.mobile {
    display: flex;
  }

  .div_consultation_white {
    padding-left: 24px;
  }

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

  .slider_testimponials, .slide_testimonials, .mask_testimonials {
    height: auto;
  }

  .slider-4 {
    min-height: auto;
  }

  .slide_service {
    height: auto;
  }

  .slide-nav-2 {
    bottom: 0%;
  }

  .div_consult_service {
    padding: 20px;
  }

  .div_bg_consultation {
    background-image: url('../images/bg-consultation.png');
    background-position: 50%;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    padding: 10px;
    position: relative;
  }

  .form_service_internal {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .form_comment {
    padding-top: 0;
  }

  .submit-button-2 {
    align-self: center;
    padding: 10px 50px;
  }

  .slide_tools:lang(uk) {
    width: 100%;
  }

  .div_bg_tools {
    width: 350px;
  }

  .mask-4 {
    height: auto;
  }

  .modal_window {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .field_modal_window {
    height: 40px;
  }

  .image-30 {
    height: 400px;
  }

  .section_wrapper_grid_cards {
    margin-top: 50px;
  }

  .clash_medium_32 {
    text-align: left;
    align-self: stretch;
    font-size: 24px;
  }

  .clash_medium_32.white.center {
    font-size: 24px;
  }

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

  .card_white_none._164 {
    justify-content: space-between;
  }

  .grid_results, .grid_results.case {
    grid-template-columns: 1fr;
  }

  .image-31 {
    object-fit: cover;
    height: 300px;
  }

  .div_white_grid.case {
    padding-right: 24px;
  }

  .image-32, .image-32.prestige, .image-32.prestige:lang(uk) {
    height: 300px;
  }

  .div_consolution_white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div_hero_grid {
    grid-template-columns: 1fr;
  }

  .h4_clash_500_24.center {
    font-size: 22px;
  }

  .grid_card {
    padding-right: 24px;
  }

  .div_h_cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid_results_number {
    grid-template-columns: 1fr;
  }

  .grid_feedback {
    padding-top: 24px;
  }

  .navbar-logo-left {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }

  .container-1444 {
    max-width: none;
  }

  .navbar-wrapper-2 {
    flex-flow: row;
    align-self: stretch;
    position: relative;
  }

  .nav-menu-wrapper-2 {
    flex-flow: row;
    flex: 1;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 50px 0 auto;
  }

  .nav-menu-two {
    flex-flow: column wrap;
    width: auto;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .div_card_symbol {
    width: auto;
  }

  .image-38 {
    flex: 0 auto;
    align-self: auto;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    position: absolute;
    inset: 0%;
  }

  .bg_image {
    background-size: cover;
  }

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

  .div_modal.right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start flex-start;
    align-self: stretch;
    place-items: start stretch;
    display: grid;
  }

  .col {
    margin-bottom: 0;
  }

  .div_bg_image_grid {
    width: 100%;
    height: 300px;
  }

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

  .slide-web {
    width: 100%;
  }

  .link-2.w--current:hover {
    background-color: var(--black);
  }

  .locales-list {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-flow: row;
  }

  .container-1445 {
    max-width: none;
  }

  .nav-menu-wrapper-3 {
    position: absolute;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .bg-absolute {
    z-index: 1;
    background-color: #0003;
  }

  .dropdown-list {
    display: flex;
    position: static;
  }

  .dropdown-toggle {
    opacity: 0;
    display: none;
  }

  .dropdown {
    flex-flow: row;
    display: block;
  }

  .container-slim {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-heading {
    font-size: 19px;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 23px;
  }

  .sectionpadding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sectionpadding.light-blue-bg {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .rich_blog {
    font-size: 16px;
  }

  .bold-text-15 {
    height: auto;
    font-size: 24px;
    line-height: 120%;
  }

  .heading-7 {
    height: auto;
    font-size: 22px;
    line-height: 120%;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 120%;
  }

  .col-2 {
    flex-basis: 100%;
    order: 1;
    max-width: 100%;
  }

  .div_image_srg {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    flex: 0 auto;
  }

  .nav_menu-items {
    padding-top: 1rem;
  }

  .section-10, .section-10.is-location, .section-10.is-bottom-cta, .section-10.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

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

  .container-1440-2 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .nav_button {
    margin-right: -.75rem;
  }

  .nav_link-2 {
    font-size: 12vw;
  }

  .h4_clash_500_32-2 {
    text-align: left;
    font-size: 24px;
  }

  .clash_400_48-2 {
    font-size: 24px;
  }

  .clash_400_48-2.left {
    align-self: flex-start;
    font-size: 24px;
  }

  .locations_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .video_wall {
    margin-top: -10vh;
  }

  .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .why_us_card-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h2.is-title {
    font-size: 10vw;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

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

  .container-1440-3 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .h4_clash_500_32-3 {
    text-align: left;
    font-size: 24px;
  }

  .clash_400_48-3 {
    font-size: 24px;
  }

  .clash_400_48-3.left {
    align-self: flex-start;
    font-size: 24px;
  }

  .why_us_card-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .container-1440-4 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .why_us_card-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-1440-5 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-style-h2-2.is-title {
    font-size: 10vw;
  }

  .container-1440-6 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .why_us_card-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-1440-7 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .why_us_card-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-1440-8 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .video_wall-2 {
    margin-top: -10vh;
  }

  .why_us_card-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-1440-9 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .video_wall-3 {
    margin-top: -10vh;
  }

  .why_us_card-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-1440-10 {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .video_wall-4 {
    margin-top: -10vh;
  }

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

  .footer-2-middle-row {
    margin-bottom: 26px;
  }

  .footer-1-bottom-row {
    flex-direction: column;
    align-items: center;
  }

  .container-1446 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .footer-2 {
    padding-top: 52px;
    padding-bottom: 26px;
  }

  .heading-12 {
    font-size: 36px;
  }

  .heading-12.large {
    font-size: 38px;
  }

  .footer-menus-wrapper {
    flex-direction: column;
    margin-top: 26px;
  }

  .div-block-15 {
    text-align: left;
    object-fit: none;
    flex: none;
    order: -1;
    justify-content: space-between;
    display: flex;
  }

  .second-part {
    flex: none;
    justify-content: space-around;
  }

  .image-42 {
    padding-left: 0;
  }

  .navigation {
    min-height: 60px;
  }

  .nav-menu-2 {
    padding-left: 0;
  }

  .display-3 {
    font-size: 22px;
  }

  .menu-button-4 {
    overflow: hidden;
  }

  .hero-background {
    background-image: url('../images/3.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .hero-bottom-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero7-bottom-title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-text {
    width: 10rem;
    font-size: 50px;
    line-height: 62px;
  }

  .home-contact {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .text-scroll-move {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .scroll-text {
    text-transform: none;
    margin-right: 8px;
    font-size: 32px;
  }

  .section-11 {
    padding-right: 0;
  }

  .about-wrapper.section._33 {
    grid-template-columns: 1fr 3.5fr 1.25fr 1fr 1fr 1fr;
    justify-items: start;
    padding-left: 16px;
  }

  .subtitle {
    padding-left: 0;
    padding-right: 0;
  }

  .hs1 {
    padding-left: 0;
    display: block;
  }

  .content-wrapper {
    grid-row-gap: 36px;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
  }

  .service-info {
    grid-row-gap: 36px;
  }

  .section-13 {
    padding-right: 0;
  }

  .split-left {
    width: 100%;
  }

  .hiw-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .hiw-number.darker {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 44px;
    transform: none;
  }

  .container-1447 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading-13 {
    font-size: 36px;
  }

  .heading-13.large {
    font-size: 38px;
  }

  .section_wrapper_project_desk {
    display: none;
  }
}

#w-node-_332a20d1-46d2-b1ba-66b3-29ae9e39387d-65c85bf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_332a20d1-46d2-b1ba-66b3-29ae9e393884-65c85bf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_332a20d1-46d2-b1ba-66b3-29ae9e39388b-65c85bf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_56650d97-0919-e403-e096-d6ba318d90d2-65c85bf0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3d705f4-d364-d8c8-3896-2a2c837d28dd-65c85bf0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5b134d4b-b1ca-82b9-2ad3-217a29f1fd19-65c85bf0 {
  justify-self: auto;
}

#w-node-c0ec731f-e546-a503-4e58-28c26cb195a0-65c85bf0, #w-node-_2a544499-c58b-9e00-2edc-aaa19330f1ea-65c85bf0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c6527524-1be6-f904-4f51-98f923a6aa12-23a6aa0a {
  justify-self: start;
}

#w-node-c6527524-1be6-f904-4f51-98f923a6aa13-23a6aa0a {
  place-self: stretch stretch;
}

#w-node-c6527524-1be6-f904-4f51-98f923a6aa1f-23a6aa0a {
  justify-self: start;
}

#w-node-c6527524-1be6-f904-4f51-98f923a6aa20-23a6aa0a {
  place-self: stretch stretch;
}

#w-node-c6527524-1be6-f904-4f51-98f923a6aa2d-23a6aa0a {
  justify-self: start;
}

#w-node-c6527524-1be6-f904-4f51-98f923a6aa2e-23a6aa0a {
  place-self: stretch stretch;
}

#w-node-_528f4c9d-beba-8a8c-5c10-8279cc3d81d5-65c85bf2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_528f4c9d-beba-8a8c-5c10-8279cc3d81d9-65c85bf2 {
  justify-self: auto;
}

#w-node-_528f4c9d-beba-8a8c-5c10-8279cc3d81de-65c85bf2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7af76912-eda2-9c05-d6dc-2132d1522a7b-d1522a7b {
  place-self: stretch stretch;
}

#w-node-_9d6df1da-bf4f-725b-6dcb-85e323cf0ffd-65c85bf3 {
  justify-self: start;
}

#w-node-_9ca0eb22-d02b-a8e7-ecde-f84591f5cc3c-65c85bf3 {
  justify-self: auto;
}

#w-node-_3a4ceaed-fa3a-b410-6260-5b4ea55ff500-65c85bf3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_44f58b90-ff13-7277-77d6-b9af62d85047-65c85bf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dba5d25b-d791-35c1-4b99-832729dbc86c-65c85bf4 {
  justify-self: auto;
}

#w-node-_8aee789a-0ebc-fd94-2f34-b33fd479573c-65c85bf5, #w-node-_0d37de6d-eec8-6c1a-88ea-dce6d43b581c-65c85bf5, #w-node-f7aef410-f7b4-48be-217c-a8d96abdd50a-65c85bf5 {
  align-self: stretch;
}

#w-node-a4e1f50a-f8c9-4231-1913-ba74c68d596b-c68d594b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4e1f50a-f8c9-4231-1913-ba74c68d5973-c68d594b {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: stretch stretch;
}

#w-node-a4e1f50a-f8c9-4231-1913-ba74c68d597b-c68d594b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4e1f50a-f8c9-4231-1913-ba74c68d5984-c68d594b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d882961-5506-17da-f90c-3c233b0d918c-3b0d918b {
  align-self: auto;
}

#w-node-_4f813eb0-854d-9585-8a0c-7bbd7801e839-65c85bf6 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a6f6e2fb-c8a4-8f75-aae5-abc7e103c142-65c85bf6, #w-node-a1220b36-ff9c-ecb4-eea4-6777c474816d-65c85bf6 {
  justify-self: stretch;
}

#w-node-b0ee4292-3100-5606-3422-c2ba72797769-65c85bf6 {
  place-self: center;
}

#w-node-fadc8725-cc55-a000-d1eb-2df09d4acf61-9d4acf5f {
  place-self: stretch stretch;
}

#w-node-_7c42f911-1883-27eb-cc0c-3a1f4ff46675-65c85bf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_7c42f911-1883-27eb-cc0c-3a1f4ff4667c-65c85bf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7c42f911-1883-27eb-cc0c-3a1f4ff46683-65c85bf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ef0cb3a1-342f-0329-e749-1fa6f2240367-65c85bfb, #w-node-_10c77d07-d615-0038-61a2-f1926dbb3abb-65c85bfb {
  align-self: stretch;
}

#w-node-fe9ff13a-2416-0373-449e-ce7500595d94-65c85bfb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-65c85bfb, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-65c85bfb, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-65c85bfb, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-65c85bfb {
  justify-self: auto;
}

#w-node-_99f72d44-6324-317c-eab6-603429f50750-65c85bfc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-65c85bfc, #w-node-_392628b3-9eac-41b2-4f1b-869ff9af0a9e-65c85bfc, #w-node-a35f39aa-291a-1c03-1e30-e412d015185a-65c85bfc, #w-node-_7ab81f5d-3001-6f6a-c99a-bab85027aca5-65c85bfc, #w-node-_62e4dc2b-9d0e-731f-2e0d-e80da4b8e849-65c85bfc, #w-node-_4fc0a098-e219-8628-5b28-47a2c37d88cb-65c85bfc, #w-node-a99fc68c-a2e3-dc0e-7ee5-fcf632b64b0e-65c85bfc, #w-node-b11fbe8e-290f-d017-72b9-d44a20e6350c-65c85bfc, #w-node-_0fa52611-1e60-7ad6-fe53-ac53ffd18708-65c85bfc {
  justify-self: auto;
}

#w-node-a56267e9-5867-1b5f-5098-57e91e3d093b-65c85bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9cac13ab-02b8-2c1b-fcfd-6b3ad857cef8-65c85bfc {
  align-self: center;
}

#w-node-_99f72d44-6324-317c-eab6-603429f50750-65c85bfd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-65c85bfd, #w-node-_392628b3-9eac-41b2-4f1b-869ff9af0a9e-65c85bfd, #w-node-a35f39aa-291a-1c03-1e30-e412d015185a-65c85bfd, #w-node-d6134f3d-95a5-5d69-401b-8bdb8f2055aa-65c85bfd, #w-node-_7ab81f5d-3001-6f6a-c99a-bab85027aca5-65c85bfd, #w-node-_62e4dc2b-9d0e-731f-2e0d-e80da4b8e849-65c85bfd, #w-node-_4fc0a098-e219-8628-5b28-47a2c37d88cb-65c85bfd, #w-node-a99fc68c-a2e3-dc0e-7ee5-fcf632b64b0e-65c85bfd, #w-node-b11fbe8e-290f-d017-72b9-d44a20e6350c-65c85bfd, #w-node-_0fa52611-1e60-7ad6-fe53-ac53ffd18708-65c85bfd {
  justify-self: auto;
}

#w-node-_8aee789a-0ebc-fd94-2f34-b33fd479573c-65c85c52, #w-node-_0d37de6d-eec8-6c1a-88ea-dce6d43b581c-65c85c52, #w-node-f7aef410-f7b4-48be-217c-a8d96abdd50a-65c85c52, #w-node-ef0cb3a1-342f-0329-e749-1fa6f2240367-ee54b5dd, #w-node-_10c77d07-d615-0038-61a2-f1926dbb3abb-ee54b5dd {
  align-self: stretch;
}

#w-node-fe9ff13a-2416-0373-449e-ce7500595d94-ee54b5dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-ee54b5dd, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-ee54b5dd, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-ee54b5dd, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-ee54b5dd {
  justify-self: auto;
}

#w-node-ef0cb3a1-342f-0329-e749-1fa6f2240367-7cf7e3a1, #w-node-_10c77d07-d615-0038-61a2-f1926dbb3abb-7cf7e3a1 {
  align-self: stretch;
}

#w-node-fe9ff13a-2416-0373-449e-ce7500595d94-7cf7e3a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-7cf7e3a1, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-7cf7e3a1, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-7cf7e3a1, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-7cf7e3a1 {
  justify-self: auto;
}

#w-node-ef0cb3a1-342f-0329-e749-1fa6f2240367-96728285, #w-node-_10c77d07-d615-0038-61a2-f1926dbb3abb-96728285 {
  align-self: stretch;
}

#w-node-fe9ff13a-2416-0373-449e-ce7500595d94-96728285 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-96728285, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-96728285, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-96728285, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-96728285 {
  justify-self: auto;
}

#w-node-_99f72d44-6324-317c-eab6-603429f50750-4111b0e3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-4111b0e3, #w-node-_392628b3-9eac-41b2-4f1b-869ff9af0a9e-4111b0e3, #w-node-a35f39aa-291a-1c03-1e30-e412d015185a-4111b0e3, #w-node-d170d22c-7c82-2419-96ed-188c2de4fa31-4111b0e3, #w-node-_07b048d7-e88a-77dd-cfb5-5f7c7c2d378a-4111b0e3, #w-node-_7ad4418a-99ae-de6f-e09e-d6617b794c3b-4111b0e3, #w-node-_7ab81f5d-3001-6f6a-c99a-bab85027aca5-4111b0e3, #w-node-_62e4dc2b-9d0e-731f-2e0d-e80da4b8e849-4111b0e3, #w-node-_4fc0a098-e219-8628-5b28-47a2c37d88cb-4111b0e3, #w-node-a99fc68c-a2e3-dc0e-7ee5-fcf632b64b0e-4111b0e3, #w-node-b11fbe8e-290f-d017-72b9-d44a20e6350c-4111b0e3, #w-node-_0fa52611-1e60-7ad6-fe53-ac53ffd18708-4111b0e3 {
  justify-self: auto;
}

#w-node-ef0cb3a1-342f-0329-e749-1fa6f2240367-8553b8d7, #w-node-_10c77d07-d615-0038-61a2-f1926dbb3abb-8553b8d7 {
  align-self: stretch;
}

#w-node-fe9ff13a-2416-0373-449e-ce7500595d94-8553b8d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-8553b8d7, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-8553b8d7, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-8553b8d7, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-8553b8d7 {
  justify-self: auto;
}

#w-node-_8aee789a-0ebc-fd94-2f34-b33fd479573c-26433e1a, #w-node-_0d37de6d-eec8-6c1a-88ea-dce6d43b581c-26433e1a, #w-node-f7aef410-f7b4-48be-217c-a8d96abdd50a-26433e1a {
  align-self: stretch;
}

#w-node-_83862c2a-0e57-cd4a-c6a6-19115b160284-e5a51052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_83862c2a-0e57-cd4a-c6a6-19115b16028c-e5a51052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_83862c2a-0e57-cd4a-c6a6-19115b160294-e5a51052, #w-node-_161b0a65-908c-acd7-635a-2153cd0860ad-e5a51052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-e76ba9aa-c211-9657-4c96-9f62b868df60-e5a51052 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e76ba9aa-c211-9657-4c96-9f62b868df64-e5a51052 {
  justify-self: auto;
}

#w-node-e76ba9aa-c211-9657-4c96-9f62b868df69-e5a51052, #w-node-_8c04d773-d6da-d51e-64c0-61f826b598eb-e5a51052 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268ecb6-e5a51052 {
  justify-self: start;
}

#w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268ecbe-e5a51052 {
  justify-self: auto;
}

#w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268ecc1-e5a51052 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268eccc-e5a51052 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_332a20d1-46d2-b1ba-66b3-29ae9e39388b-65c85bf0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start stretch;
  }

  #w-node-_9d6df1da-bf4f-725b-6dcb-85e323cf0ffd-65c85bf3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch start;
  }

  #w-node-_9ca0eb22-d02b-a8e7-ecde-f84591f5cc3c-65c85bf3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch;
  }

  #w-node-_3a4ceaed-fa3a-b410-6260-5b4ea55ff500-65c85bf3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c42f911-1883-27eb-cc0c-3a1f4ff46683-65c85bf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start stretch;
  }

  #w-node-_3cde2b15-d556-daf1-68f3-ecf1a6289278-65c85bfb {
    align-self: auto;
  }

  #w-node-a56267e9-5867-1b5f-5098-57e91e3d093b-65c85bfc {
    justify-self: center;
  }

  #w-node-_3cde2b15-d556-daf1-68f3-ecf1a6289278-ee54b5dd, #w-node-_3cde2b15-d556-daf1-68f3-ecf1a6289278-7cf7e3a1, #w-node-_3cde2b15-d556-daf1-68f3-ecf1a6289278-96728285, #w-node-_3cde2b15-d556-daf1-68f3-ecf1a6289278-8553b8d7 {
    align-self: auto;
  }

  #w-node-_83862c2a-0e57-cd4a-c6a6-19115b160294-e5a51052, #w-node-_161b0a65-908c-acd7-635a-2153cd0860ad-e5a51052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start stretch;
  }

  #w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268ecb6-e5a51052 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch start;
  }

  #w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268ecbe-e5a51052 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch;
  }

  #w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268ecc1-e5a51052 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_332a20d1-46d2-b1ba-66b3-29ae9e39387d-65c85bf0, #w-node-_83862c2a-0e57-cd4a-c6a6-19115b160284-e5a51052 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_332a20d1-46d2-b1ba-66b3-29ae9e39387d-65c85bf0, #w-node-_332a20d1-46d2-b1ba-66b3-29ae9e393884-65c85bf0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_56650d97-0919-e403-e096-d6ba318d90d2-65c85bf0 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d3d705f4-d364-d8c8-3896-2a2c837d28dd-65c85bf0, #w-node-_5b134d4b-b1ca-82b9-2ad3-217a29f1fd19-65c85bf0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0ec731f-e546-a503-4e58-28c26cb195a0-65c85bf0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_11339baa-a9f3-c751-bc0a-efe3808a3557-65c85bf0, #w-node-_2a544499-c58b-9e00-2edc-aaa19330f1ea-65c85bf0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d1cdf1-d418-16c8-7df0-6d6c2c9b2a3c-2c9b2a20 {
    align-self: auto;
  }

  #w-node-_9ca0eb22-d02b-a8e7-ecde-f84591f5cc3c-65c85bf3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a4ceaed-fa3a-b410-6260-5b4ea55ff500-65c85bf3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_36d2902e-9caf-2a40-2263-00119f4fd585-65c85bf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch;
  }

  #w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-65c85bfb, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-65c85bfb, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-65c85bfb, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-65c85bfb, #w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-ee54b5dd, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-ee54b5dd, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-ee54b5dd, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-ee54b5dd, #w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-7cf7e3a1, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-7cf7e3a1, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-7cf7e3a1, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-7cf7e3a1, #w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-96728285, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-96728285, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-96728285, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-96728285, #w-node-_6c4354ca-b9d4-1935-1321-8bde42c6e7e1-8553b8d7, #w-node-_917b5e2a-4601-cca8-ec68-2606e936606b-8553b8d7, #w-node-_55da04e6-a02d-3b71-d1b4-df32feabb7e7-8553b8d7, #w-node-c0e44b1a-4c9f-309d-d731-02cee20b72ff-8553b8d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83862c2a-0e57-cd4a-c6a6-19115b160284-e5a51052, #w-node-_83862c2a-0e57-cd4a-c6a6-19115b16028c-e5a51052 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268ecbe-e5a51052 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d4e8c74-7b0c-91ab-43e8-45c9f268ecc1-e5a51052 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}