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

body {
  margin: 0;
}

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

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

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

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

b, strong {
  font-weight: bold;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

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

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

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

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

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

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

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

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

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button, [type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

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

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled] {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled) {
  background-color: #eee;
}

textarea.w-input {
  height: auto;
}

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

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

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

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

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

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

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

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

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

 .w-dyn-bind-empty {
  display: none !important;
}

:root {
  --midnight-blue: #032246;
  --dim-grey: #5f453e;
  --sienna: #906c63;
  --footer-black: #070504;
  --misty-rose: #e4c6be;
  --white: white;
  --seashell: #f5ecea;
  --rosy-brown: #c99b8f;
  --main-black: #221816;
  --cadet-blue: #63908e;
  --floral-white: #f5f1ea;
  --transparent-30: #906c634d;
  --transparent-20: #906c6333;
  --transparent-50: #906c6380;
  --transparent-10: #906c631a;
  --seashell-2: #f5eeea;
  --white-2: #ffffff26;
  --dark-slate-blue: #4c4f6a;
  --black: #0b0f14;
}

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

body {
  color: var(--midnight-blue);
  font-family: Source Sans Pro, sans-serif;
  font-size: 1vw;
  line-height: 1em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

a {
  color: var(--dim-grey);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text {
  line-height: 1.7em;
}

.rich-text p {
  margin-bottom: .8em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text a {
  color: var(--sienna);
  text-decoration: underline;
}

.rich-text a:hover {
  color: var(--footer-black);
}

.rich-text li {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.rich-text ul, .rich-text ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}

.rich-text h2 {
  margin-top: 1em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h3 {
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h4 {
  margin-top: 2em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text blockquote {
  border-left-color: var(--sienna);
  color: var(--dim-grey);
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text h5 {
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Caudex, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.rich-text.in-services {
  margin-bottom: 8em;
}

.padding {
  padding: 10em 0;
}

.section {
  z-index: 10;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.section.with-hero-styles {
  background-color: var(--footer-black);
  overflow: visible;
}

.section.with-bg-light-brown {
  border-top: 1px solid var(--misty-rose);
  border-bottom: 1px solid var(--misty-rose);
  background-color: var(--seashell);
}

.section.overflow-visible {
  overflow: visible;
}

.section.is-service-sec {
  background-color: #0000;
  overflow: visible;
}

.section.is-service-sec-1 {
  background-color: #0000;
}

.section.with-bg-brown-and-borders {
  border: 10px solid var(--white);
  background-color: var(--seashell);
}

.section.with-bg-brown-and-borders.no-border-top {
  border-top-width: 0;
}

.section.is-parallax-sec {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.is-case-in-service {
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: var(--white);
  background-color: var(--footer-black);
  color: var(--seashell);
}

.page-wrapper {
  font-weight: 400;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9em;
  padding-right: 6em;
  display: flex;
  position: relative;
}

.container.in-consultancy {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  max-width: 2000px;
  display: flex;
}

.absolute-block-200vh {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-100vh {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.cover-image.is-team-member-1 {
  object-position: 50% 0%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading.is-grid-title-1 {
  max-width: 13em;
  margin-bottom: .5em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-title-1.is-2nd {
  margin-bottom: 0;
}

.heading.is-team-name {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
}

.heading.is-hero-4-title {
  color: var(--white);
  text-align: center;
  font-size: 7em;
  font-weight: 400;
}

.heading.is-service-cms-title {
  color: var(--white);
  text-align: center;
  font-size: 6em;
  line-height: 1em;
}

.heading.is-service-title-1 {
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.is-case-title-1 {
  z-index: 5;
  color: #ffffffd6;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .7em;
  font-size: 5em;
  font-weight: 400;
}

.heading.is-article-title {
  color: var(--white);
  max-width: 11em;
  font-size: 4.7em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-contact-form-title-2 {
  width: 100%;
  margin-bottom: .6em;
  font-size: 1.6em;
}

.heading.is-grid-title-2 {
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-form-title-2 {
  margin-bottom: 1em;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.is-blog-title-3 {
  margin-bottom: 1em;
  font-size: 2.4em;
  line-height: 1em;
}

.button {
  border: 1px solid var(--dim-grey);
  background-color: var(--sienna);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  padding: 1.4em 2.7em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  padding-top: 5em;
  padding-bottom: 3em;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-inner {
  z-index: 20;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 2000px;
  min-height: 5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: relative;
}

.brand {
  color: var(--white);
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.7em .5em 2em;
  transition: border-color .2s;
  display: flex;
  left: -1px;
}

.brand:hover {
  border-color: #c99b8f4d #c99b8f4d #c99b8f4d #0000;
}

/* dropdowny (Služby, O nás) se nesmí roztahovat, jinak vzniká nerovná mezera */

/* skryté prefetch <link> prvky v menu nesmí ujídat mezery (gap) */

.list-content {
  padding-top: .15em;
}

.custom-list-icon {
  z-index: 10;
  text-overflow: clip;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: absolute;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-block.is-last {
  padding-bottom: 0;
}

.circle-background {
  z-index: 2;
  background-color: var(--rosy-brown);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle-in-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-paragraph {
  opacity: .8;
  color: #f1ddd8;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-paragraph.is-dark-color {
  color: var(--sienna);
}

.list-line {
  background-color: #5d453f;
  width: 2px;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1em;
}

.list-line.is-2nd {
  background-color: var(--misty-rose);
}

.list-title {
  color: #d3ada4;
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.list-title.is-dark-color {
  color: var(--midnight-blue);
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.slider-image {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.slider-image-last {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-image-block-2 {
  z-index: 2;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger.is-parallax {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-for-animation {
  z-index: 20;
  background-color: var(--sienna);
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation.is-light-brown {
  background-color: #e5d8d4;
}

.bg-for-animation.is-dark-brown {
  background-color: var(--dim-grey);
}

.bg-for-animation.is-light-black {
  background-color: #161312;
}

.basic-grid-image {
  height: 100%;
  min-height: 38em;
}

.basic-grid-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

.basic-grid-block.with-margin-bottom {
  margin-bottom: 6em;
}

.uppercase-text {
  color: var(--sienna);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  margin-right: 1em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.uppercase-text.no-margin-bottom {
  margin-bottom: 0;
}

.uppercase-text.is-2nd {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.uppercase-text.is-center {
  text-indent: .2em;
}

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

.team-list-5.with-3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.team-item {
  display: flex;
}

.team-link-block {
  flex: 1;
  height: 33em;
  position: relative;
}

.team-link-block.is-higher {
  height: 50em;
}

.service-1-content {
  z-index: 10;
  text-align: center;
  background-image: linear-gradient(to top, #1a1210, #22181600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2.5em 4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.team-role-text {
  color: var(--rosy-brown);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.button-background-1 {
  z-index: 2;
  background-color: var(--dim-grey);
  width: 105%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.button-text {
  z-index: 10;
  color: #fff;
  letter-spacing: .2em;
  text-indent: .2em;
  white-space: nowrap;
  margin-top: .25em;
  font-family: Big Shoulders Text, sans-serif;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.button-background-2 {
  z-index: 1;
  background-color: var(--midnight-blue);
  width: 105%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.team-wrap {
  border: 5px solid var(--white);
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.parallax-trigger {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.parallax-background {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.checkbox-label {
  color: var(--main-black);
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.1em;
  line-height: 1.3em;
}

.checkbox {
  border-width: .2em;
  border-color: var(--main-black);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  flex: none;
  width: 1.4em;
  height: 1.4em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
  transition: background-color .3s;
  box-shadow: 0 0 3px 1px #0000;
}

.checkbox:active {
  box-shadow: none;
}

.form-error-text {
  color: #191c1f;
  font-size: 1.2em;
  line-height: 1.6;
}

.form {
  z-index: 10;
  flex: none;
  width: 100%;
  max-width: 30em;
  margin-bottom: 0;
  position: relative;
}

.form-field {
  z-index: 5;
  color: var(--main-black);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  align-self: stretch;
  width: 100%;
  min-height: 3.6em;
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.form-field:hover {
  border-bottom-color: #101118;
}

.form-field:focus {
  background-color: #0000;
  border-color: #0000 #0000 #101118;
}

.form-field::placeholder {
  color: #22181691;
  font-size: .8em;
}

.form-field.text-area {
  min-height: 7em;
  padding-top: 1.5em;
}

.form-field.in-consultancy {
  flex: 1;
  align-self: stretch;
  height: 100%;
}

.checkbox-field {
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 0;
  display: flex;
}

.form-content-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10em 6em;
  display: flex;
}

.footer {
  z-index: 500;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: var(--white);
  background-color: var(--footer-black);
  color: var(--white);
  position: relative;
}

.empty-state-hidden {
  display: none;
}

.nav-brand {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.main-button {
  z-index: 10;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f5ecea59;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  min-height: 5em;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #f5ecea12;
  border-color: #f5ecea80;
}

.main-button.is-explore {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #0000;
}

.main-button.is-explore:hover {
  background-color: #f5ecea00;
  border-color: #c99b8f66;
}

.main-button.in-services {
  color: var(--dim-grey);
  border-color: #0000;
  min-width: auto;
  min-height: auto;
  margin-left: 2em;
  padding: 1em 2em;
}

.main-button.in-services:hover {
  border-color: var(--rosy-brown);
  background-color: #f5ecea96;
}

.main-button.is-dark {
  background-color: var(--footer-black);
  opacity: 1;
  color: var(--rosy-brown);
  border-color: #e4c6be80;
}

.main-button.is-dark:hover {
  background-color: var(--dim-grey);
  color: var(--misty-rose);
  border-color: #e4c6becc;
}

.buttons-flex-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-2-title-block {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.hero-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.hero-bg-gradient-2 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, #000000ed, #0009 52%, #00000003);
  position: absolute;
  inset: 0%;
}

.button-hexagon {
  object-fit: contain;
  width: 2.2em;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
  display: flex;
  overflow: hidden;
}

.button-arrow {
  color: #fff;
  object-fit: contain;
  width: 1.1em;
  position: absolute;
}

.submit-button {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #5f453e12;
  background-image: url("https://cdn.prod.website-files.com/690528a43625984bab5c00ac/690528a73625984bab5c01f2_arrow_right_FILL0_wght200_GRAD0_opsz48.svg");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 2.1em;
  width: 100%;
  padding: 1.3em 2em 1.3em 1.4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  transition: background-color .2s, color .2s;
}

.submit-button:hover {
  background-color: var(--dim-grey);
  color: var(--seashell);
  background-image: url("https://cdn.prod.website-files.com/690528a43625984bab5c00ac/690528a73625984bab5c01f0_arrow-right-2.svg");
  width: 100%;
}

.form-block {
  z-index: 10;
  width: 100%;
  position: relative;
  overflow: visible;
}

.form-block.in-consultancy {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  overflow: visible;
}

.form-block.text-area-grow {
  flex: 1;
}

.form-field-line {
  background-color: var(--transparent-30);
  width: 200vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -100vw;
}

.empty-state-default {
  background-color: var(--dim-grey);
  color: var(--rosy-brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  font-size: 2em;
  line-height: 1.1em;
  display: flex;
}

.project-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-bg-gradient-1 {
  z-index: 2;
  background-image: linear-gradient(#0000 20%, #070504f2 85%);
  position: absolute;
  inset: 0%;
}

.project-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.project-description-text {
  color: #f5eceacc;
  margin-top: .4em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.content-grid-4 {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.consultancy {
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 13em;
  padding-bottom: 6em;
  display: flex;
}

.form-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.form-consultancy {
  z-index: 10;
  border: 1px solid var(--misty-rose);
  border-radius: 2px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consultancy-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10vh 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-button-block-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4em;
  display: flex;
}

.consultancy-column-2 {
  z-index: 10;
  border-left: 1px solid var(--misty-rose);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10vh 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-text-6 {
  margin-bottom: 1.8em;
  font-family: Caudex, sans-serif;
  font-size: 2em;
  line-height: 1.7em;
}

.content-text-6.is-last {
  margin-bottom: 0;
}

.content-text-7 {
  margin-bottom: 1.2em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.7em;
}

.content-title-1 {
  color: var(--sienna);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .8em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.content-title-1.is-light-brown {
  color: var(--rosy-brown);
}

.content-block-8 {
  max-width: 22em;
}

.custom-list-gallery-2 {
  max-width: 28em;
}

.content-text-8 {
  opacity: .8;
  font-size: 1.1em;
  line-height: 1.7em;
}

.project-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-2-content {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-column-4 {
  padding-right: 2em;
}

.project-column-3 {
  color: var(--seashell);
  padding: .5em 2em .3em 3em;
  overflow: hidden;
}

.blog-featured {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.article-padding {
  padding-top: 20em;
  padding-bottom: 7em;
}

.service-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.fixed-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.sidebar {
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-service {
  flex-direction: column;
  justify-content: center;
  min-height: 88vh;
  padding-top: 21em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.hero-6-bg-color {
  z-index: 6;
  opacity: .91;
  mix-blend-mode: multiply;
  background-color: #110c0bde;
  position: absolute;
  inset: 0%;
}

.service-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-start center;
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sidebar-wrap {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-list {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.sidebar-item {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.service-block-2 {
  width: 100%;
  max-width: 43em;
}

.sidebar-link {
  color: #c99b8fa6;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  border-left: .7em solid #0000;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 4em 4em 4em 5em;
  font-family: Big Shoulders Text, sans-serif;
  transition: color .2s, background-color .2s;
  display: flex;
}

.sidebar-link:hover {
  color: var(--white);
  background-color: #c99b8f14;
  border-top-color: #c99b8f80;
  border-bottom-color: #c99b8f80;
}

.sidebar-link.w--current {
  border-left-color: var(--rosy-brown);
  color: #c99b8f;
}

.sidebar-text {
  font-size: 2em;
}

.sidebar-icon {
  opacity: .5;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 3.4em;
}

.project-title-link {
  color: var(--white);
  transition: color .2s;
  overflow: hidden;
}

.project-title-link:hover {
  color: #fffc;
}

.project-title-link.is-darker {
  color: var(--footer-black);
}

.project-line {
  background-color: var(--sienna);
  width: .5em;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.projects-2 {
  width: 100%;
}

.project-item-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 30em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-main-item {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 20em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.blog-content-block {
  z-index: 20;
  color: var(--seashell);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 28em;
  padding: 1.5em 2em 1.5em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-author-name {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

.blog-main-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.blog-line {
  background-color: var(--sienna);
  width: .5em;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-padding-inner {
  padding: 4em 0;
}

.blog-grid-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-main-author-link {
  color: var(--misty-rose);
  margin-bottom: .7em;
  padding-top: .2em;
  padding-bottom: .2em;
  overflow: hidden;
}

.blog-main-author-link.is-darker {
  color: var(--sienna);
}

.image-bg-gradient-2 {
  z-index: 2;
  background-image: linear-gradient(48deg, #070504cc, #040303b3 15%, #0000 85%);
  position: absolute;
  inset: 0%;
}

.blog-main-image-2 {
  z-index: 1;
  width: 100%;
  height: 10em;
  margin-bottom: 2em;
  position: relative;
}

.blog-content-block-2 {
  z-index: 20;
  color: var(--seashell);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .8em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-2:hover {
  background-color: var(--seashell);
}

.blog-grid-4 {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3d-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-gradient-2 {
  z-index: 7;
  background-image: linear-gradient(to right, #0000, #0009 35% 70%, #0000);
  position: absolute;
  inset: 0%;
}

.quote-icon {
  z-index: 1;
  opacity: .65;
  object-fit: contain;
  width: 4em;
  position: relative;
}

.name-text-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.role-text-1 {
  color: var(--misty-rose);
  font-size: 1em;
  font-weight: 400;
}

.article-short-description {
  border-left: .2em solid var(--sienna);
  color: var(--misty-rose);
  max-width: 27em;
  margin-top: .5em;
  margin-right: 5em;
  padding-left: 3em;
  font-size: 1.3em;
  line-height: 1.6em;
}

.article-content {
  width: 100%;
  max-width: 55em;
  margin-right: auto;
}

.article-image-1 {
  z-index: 10;
  border: 1px solid #e4c6be26;
  width: 100%;
  max-width: 20em;
  height: 100%;
  min-height: 18em;
  position: relative;
}

.article-text-2 {
  color: #ffffffd9;
  margin-top: .8em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

.article-title-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-author-text-1 {
  font-family: Caudex, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.7em;
}

.article-padding-inner-1 {
  padding: 5em 0;
}

.article-author-block {
  color: var(--white);
  border-bottom: 2px solid #0000;
  margin-bottom: 3em;
}

.article-author-block:hover {
  border-bottom-color: var(--white);
}

.page-details-block {
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #e4c6be12;
  border-top: 1px solid #e4c6be33;
  position: relative;
}

.article-author-block-2 {
  color: var(--white);
  margin-bottom: 3em;
}

.article-text-3 {
  margin-top: 1em;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.7em;
}

.timeline-1 {
  background-color: #272b3d33;
  width: 1px;
  height: 80vh;
  margin-left: auto;
  position: sticky;
  top: 10vh;
}

.article-sidebar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.article-content-2 {
  max-width: 53em;
}

.timeline-bg {
  background-color: var(--sienna);
  position: absolute;
  inset: 0%;
}

.grid-article-content {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr .75fr;
}

.service-title-block {
  width: 100%;
  max-width: 67em;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 2.2em;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 5em;
}

.content-text-9 {
  color: #032246e6;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2em;
}

.content-text-10 {
  color: #032246bf;
  text-align: center;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6em;
}

.content-flex-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.title-block-1 {
  width: 100%;
  max-width: 33em;
}

.clients {
  width: 100%;
}

.clients.with-margin-bottom {
  border-top: 1px solid var(--misty-rose);
  border-bottom: 1px solid var(--misty-rose);
  margin-bottom: 6.5em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.clients.in-home-1 {
  border-top: 1px solid var(--misty-rose);
  margin-top: 4em;
  padding-top: 5em;
}

.basic-grid-flex-space {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.basic-grid-flex-space.is-2nd {
  align-items: center;
}

.grid-content-2 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 4em;
  display: flex;
}

.grid-icon-1 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: relative;
  top: -.2em;
}

.form-title-block-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 30em;
  display: flex;
}

.title-block-2 {
  max-width: 34em;
}

.service-title-block-2 {
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  overflow: hidden;
}

.breadcrumbs-3 {
  z-index: 20;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 4em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.title-block-3 {
  max-width: 43em;
}

.flex-title-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.flex-title-1.is-2nd {
  margin-bottom: 8em;
}

.vertical-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-text-2 {
  color: var(--dim-grey);
  margin-top: auto;
  margin-bottom: 1.1em;
  font-size: 1.1em;
}

.form-content-column-3 {
  border-left: 1px solid var(--transparent-30);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10em;
  display: flex;
  overflow: hidden;
}

.content-grid-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: grid;
}

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

.margin-bottom-4em {
  margin-bottom: 4em;
}

.borders-1 {
  z-index: 20;
  border-top: 10px solid var(--white);
  border-right: 10px solid var(--white);
  border-left: 10px solid var(--white);
  position: relative;
}

.form-grid-2 {
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hiring-text-1 {
  color: #032246cc;
  max-width: 21em;
  font-size: 1.2em;
  line-height: 1.5em;
}

.flex-title-2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.about-author-block {
  max-width: 17em;
}

.form-success-message-3 {
  color: #fff;
  background-color: #19a756;
  border: 1px solid #f1fff8;
  width: 100%;
  padding: 7em;
}

.form-success-title-3 {
  z-index: 10;
  text-align: left;
  text-transform: uppercase;
  max-width: 13em;
  font-size: 2.3em;
  line-height: 1.5em;
  position: relative;
}

.form-success-image-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.form-success-bg-color {
  z-index: 20;
  background-color: #63918ee6;
  background-image: linear-gradient(135deg, var(--cadet-blue) 10%, #63918e00 63%);
  position: absolute;
  inset: 0%;
}

.form-error-message-2 {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  width: 100%;
  margin-top: 0;
  padding: 2em;
}

.form-success-text-3 {
  z-index: 10;
  text-align: left;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-bottom: 1.6em;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 1.1em;
  position: relative;
}

.option {
  margin-bottom: 0;
  font-size: .9em;
  line-height: 1.1em;
}

.icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.dropdown {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.preloader {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 23vw;
  padding-right: 23vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.products {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-bg-color-full {
  z-index: 6;
  opacity: .85;
  mix-blend-mode: multiply;
  background-color: #110c0bcc;
  position: absolute;
  inset: 0%;
}

.container-2 {
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

.text-block-15 {
  color: var(--white);
  margin-top: 10px;
}

.text-block-16 {
  color: var(--white);
  margin-top: 10px;
  font-family: Caudex, sans-serif;
}

.text-block-17 {
  color: var(--white);
  margin-top: 1px;
}

.text-block-18, .text-block-19 {
  color: var(--white);
  font-family: Caudex, sans-serif;
}

@media screen and (min-width: 1440px) {
  body, .padding {
    font-size: 15px;
  }

  .container {
    text-align: center;
    letter-spacing: .5px;
    text-indent: 1px;
    font-family: Georgia, serif;
    font-weight: 700;
  }

  .heading.is-team-name {
    font-size: 1.5em;
  }

  .heading.is-service-cms-title {
    padding-top: 20px;
    font-size: 5em;
    font-weight: 400;
    line-height: 1em;
  }

  .list-paragraph.is-dark-color {
    font-size: 1em;
  }

  .list-title.is-dark-color {
    font-size: 1.3em;
  }

  .service-1-content {
    font-size: 15px;
  }

  .hero-2-title-block {
    text-align: center;
  }

  .project-description-text {
    text-align: justify;
  }

  .hero-service {
    padding-top: 20em;
  }

  .content-flex-1 {
    flex-flow: column;
    display: block;
  }

  .text-block-13 {
    margin-bottom: 60px;
    font-family: Caudex, sans-serif;
    font-size: 25px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .rich-text h2 {
    font-size: 2.4em;
  }

  .rich-text h3 {
    font-size: 1.7em;
  }

  .rich-text h4 {
    font-size: 1.6em;
  }

  .rich-text h5 {
    font-size: 1.5em;
  }

  .rich-text h1 {
    font-size: 3em;
  }

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section.is-parallax-sec {
    min-height: 80vh;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .heading.is-grid-title-1 {
    font-size: 3em;
  }

  .heading.is-hero-4-title {
    font-size: 6em;
  }

  .heading.is-service-cms-title {
    font-size: 5em;
  }

  .heading.is-service-title-1 {
    font-size: 2.8em;
  }

  .heading.is-case-title-1 {
    font-size: 3.7em;
  }

  .heading.is-article-title {
    font-size: 4em;
  }

  .heading.is-grid-title-2 {
    font-size: 3em;
  }

  .heading.is-form-title-2 {
    font-size: 1.8em;
  }

  .heading.is-blog-title-3 {
    font-size: 2em;
  }

  .navbar {
    padding-top: 2em;
    padding-bottom: 1em;
    position: fixed;
  }

  .nav-inner {
    min-height: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand {
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand:hover {
    border-color: #0000;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .basic-grid-image {
    min-height: 30em;
  }

  .basic-grid-block {
    margin-bottom: 2em;
  }

  .basic-grid-block.with-margin-bottom {
    margin-bottom: 4em;
  }

  .basic-grid-div.is-2nd {
    padding-top: 1em;
  }

  .team-list-5, .team-list-5.with-3-cols {
    grid-template-columns: 1fr 1fr;
  }

  .team-link-block.is-higher {
    height: 40em;
  }

  .grid-content-1 {
    width: 100%;
  }

  .grid-content-1.is-2nd {
    margin-bottom: 2em;
  }

  .form-field {
    font-size: 1.3em;
  }

  .form-field.text-area.in-consultancy {
    min-height: 15em;
  }

  .form-content-column-1 {
    padding: 8em 3em 0;
  }

  .main-button {
    min-height: 4em;
  }

  .main-button.in-services {
    margin-left: 0;
    padding: .5em 0;
  }

  .main-button.in-services:hover {
    background-color: #0000;
    border-color: #0000;
  }

  .hero-2 {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .project-title {
    font-size: 2em;
  }

  .content-grid-4 {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
    grid-template-columns: 1fr 1fr;
  }

  .consultancy {
    padding-top: 8.5em;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .consultancy-column-1 {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .consultancy-column-2 {
    border-top: 1px solid #906c634d;
    border-left-width: 0;
    border-left-color: #0000;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-block-8 {
    max-width: none;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .article-padding {
    padding-top: 15em;
  }

  .service-grid {
    grid-template-columns: 2fr 1fr;
  }

  .hero-service {
    padding-top: 12em;
    padding-bottom: 7em;
  }

  .sidebar-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .sidebar-text {
    font-size: 1.5em;
  }

  .sidebar-icon {
    font-size: 2.8em;
  }

  .blog-content-block {
    padding-left: 1.5em;
  }

  .blog-grid-3 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .blog-content-block-2 {
    padding-left: 1.5em;
  }

  .blog-grid-4 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr 1fr;
  }

  .article-short-description {
    margin-top: 0;
    margin-bottom: 1.7em;
  }

  .article-image-1 {
    display: none;
  }

  .article-title-block {
    flex-direction: column;
  }

  .article-padding-inner-1 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .article-text-3 {
    font-size: 2em;
  }

  .timeline-1 {
    margin-left: 0;
  }

  .grid-article-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: .25fr 2.5fr .25fr;
  }

  .grid-5 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .content-text-9 {
    font-size: 2.1em;
  }

  .content-text-10 {
    font-size: 1.1em;
  }

  .basic-grid-flex-space {
    flex-wrap: wrap;
  }

  .grid-content-2 {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2em;
    margin-left: 0;
  }

  .grid-content-2.is-2nd {
    margin-bottom: 0;
  }

  .form-title-block-1 {
    justify-content: flex-start;
  }

  .title-block-3 {
    max-width: 27em;
  }

  .form-content-column-3 {
    padding: 6em 3.5em;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .about-author-block {
    max-width: none;
  }

  .container-2 {
    padding-left: 4em;
    padding-right: 4em;
  }
}

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

  .rich-text h2 {
    font-size: 2em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.4em;
  }

  .rich-text h5 {
    font-size: 1.3em;
  }

  .rich-text h1 {
    font-size: 2.5em;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-article-con {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .heading.is-hero-4-title {
    font-size: 5em;
  }

  .heading.is-service-cms-title {
    font-size: 4.6em;
  }

  .heading.is-case-title-1 {
    font-size: 3.4em;
  }

  .heading.is-article-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-blog-title-3 {
    font-size: 1.6em;
  }

  .navbar {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .nav-inner {
    min-height: 3.5em;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .brand {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-title {
    font-size: 1.6em;
  }

  .basic-grid-image {
    min-height: 25em;
  }

  .team-link-block.is-higher {
    height: 30em;
  }

  .checkbox-label {
    font-size: .9em;
  }

  .form {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .form-field::placeholder {
    font-size: .9em;
  }

  .checkbox-field {
    font-size: 1.2em;
  }

   .form-content-column-1 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .hero-2 {
    min-height: 88dvh;
    padding-top: 15em;
  }

  .content-grid-4 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .consultancy {
    padding-top: 6.5em;
  }

  .form-consultancy {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .content-text-6 {
    font-size: 1.6em;
  }

  .project-2-content {
    flex-wrap: wrap;
  }

  .project-column-4 {
    padding-left: 3em;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    height: auto;
    position: relative;
  }

  .hero-service {
    min-height: auto;
    padding-top: 16em;
    padding-bottom: 10em;
  }

  .sidebar-link {
    border-bottom-color: #c99b8f4d;
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .sidebar-link:hover {
    border-bottom-color: #c99b8f4d;
  }

  .blog-content-block {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

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

  .blog-content-block-2 {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 3em;
  }

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

  .article-image-1 {
    min-height: 25em;
  }

  .article-author-text-1 {
    font-size: 1.6em;
  }

  .article-text-3 {
    font-size: 1.8em;
  }

  .timeline-1 {
    margin-left: auto;
  }

  .grid-article-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .grid-5 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .content-text-10 {
    font-size: 1.2em;
  }

  .clients.with-margin-bottom {
    margin-bottom: 3em;
  }

  .form-title-block-1 {
    max-width: none;
  }

  .form-content-column-3 {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .form-grid-2 {
    flex-wrap: wrap;
  }

  .preloader {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

@media screen and (max-width: 479px) {
  .rich-text ul {
    padding-left: 1.9em;
  }

  .rich-text.in-services {
    margin-bottom: 4em;
  }

  .padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

   .section.with-bg-brown-and-borders {
    border-width: 5px;
  }

  .section.is-case-in-service {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .heading.is-grid-title-1 {
    font-size: 2.5em;
  }

  .heading.is-team-name {
    font-size: 1.3em;
  }

  .heading.is-hero-4-title {
    font-size: 4.5em;
  }

  .heading.is-service-cms-title {
    font-size: 3.4em;
  }

  .heading.is-service-title-1 {
    font-size: 2em;
  }

  .heading.is-case-title-1 {
    font-size: 3em;
  }

  .heading.is-article-title {
    font-size: 2.5em;
  }

  .heading.is-contact-form-title-2 {
    font-size: 1.3em;
  }

  .heading.is-grid-title-2 {
    font-size: 2.5em;
  }

  .heading.is-form-title-2 {
    font-size: 1.8em;
  }

  .button {
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .brand {
    padding-left: .5em;
    padding-right: .5em;
  }

  .custom-list-block {
    padding-bottom: 3.5em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-line {
    left: 1.1em;
  }

  .basic-grid-image {
    min-height: 20em;
  }

  .basic-grid-block {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .basic-grid-div.is-2nd {
    padding-top: .7em;
  }

  .team-list-5.with-3-cols {
    grid-template-columns: 1fr;
  }

  .team-link-block {
    height: 21em;
  }

  .service-1-content {
    padding: 1.5em 1.5em 2.3em;
  }

  .form-error-text {
    font-size: 1em;
  }

  .form-field {
    font-size: 1.1em;
  }

  .form-content-column-1 {
    padding-bottom: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer {
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .main-button {
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .main-button.in-services {
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .buttons-flex-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .hero-2 {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .button-icon {
    margin-left: .7em;
  }

   .submit-button {
    width: 100%;
  }

  .project-title {
    font-size: 1.7em;
  }

  .content-grid-4 {
    grid-template-columns: 1fr;
  }

  .consultancy-column-1, .consultancy-column-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .custom-list-gallery-2 {
    max-width: 22em;
  }

  .article-padding {
    padding-top: 10em;
    padding-bottom: 3em;
  }

  .hero-service {
    padding-top: 12em;
    padding-bottom: 6em;
  }

  .service-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .project-item-2 {
    padding-bottom: 2.5em;
  }

  .blog-title {
    font-size: 1.3em;
  }

  .blog-content-block {
    max-width: none;
    padding-left: 2em;
  }

  .blog-content-block-2 {
    max-width: none;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
  }

  .article-short-description {
    padding-left: 2em;
  }

  .article-image-1 {
    min-height: 20em;
  }

  .article-author-text-1 {
    font-size: 1.3em;
  }

  .article-padding-inner-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .article-author-block, .article-author-block-2 {
    margin-bottom: 2em;
  }

  .article-text-3 {
    font-size: 1.4em;
  }

  .timeline-1 {
    display: none;
  }

  .article-sidebar {
    border-bottom: 1px solid var(--misty-rose);
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 2em;
    position: relative;
    top: 0;
  }

  .grid-article-content {
    grid-template-columns: 1fr;
  }

  .content-text-9 {
    font-size: 1.7em;
  }

  .content-text-10 {
    font-size: 1.1em;
  }

  .content-flex-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .clients.with-margin-bottom {
    margin-bottom: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .clients.in-home-1 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .grid-content-2 {
    width: 100%;
  }

  .service-title-block-2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .flex-title-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-content-column-3 {
    padding: 3em 2em;
  }

  .content-grid-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .borders-1 {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .flex-title-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-success-title-3 {
    font-size: 1.2em;
  }

  .form-error-message-2 {
    padding: 1.7em;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

#w-node-_520bbee9-7378-f020-1e5d-d9dcf6250545-ab5c0171, #w-node-_79638f19-ce03-bb5e-f4e5-bba7754cb36e-ab5c0171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0441a5f4-6880-f309-da9e-9c69f319238a-ab5c0168 {
  place-self: start end;
}

#w-node-_623c2e83-a747-64d6-0746-44a5fdebfdfc-ab5c0168, #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdef-ab5c0168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_623c2e83-a747-64d6-0746-44a5fdebfdeb-ab5c0168 {
  justify-self: center;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e669-ab5c0168 {
  justify-self: start;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e65b-ab5c0168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8306d212-2634-a5ac-6648-61a71197e659-ab5c0168 {
  justify-self: center;
}

#w-node-_4360ec69-f559-eb39-02e7-085a08059771-ab5c0168 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4360ec69-f559-eb39-02e7-085a08059775-ab5c0168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c100ce04-179a-0ea7-aedf-2c2f77502a04-ab5c0168 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c100ce04-179a-0ea7-aedf-2c2f77502a08-ab5c0168 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63eda-3bb63ed9 {
  align-self: center;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63ede-3bb63ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22a4fa90-440e-c530-6b15-69623bb63ee1-3bb63ed9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

 #w-node-a74acaf4-7a28-50e4-b7cd-f76571d7d82b-ab5c016c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c77448-25a5-c00a-7576-67e417e5e5c6-ab5c016c {
  justify-self: start;
}

#w-node-f6c77448-25a5-c00a-7576-67e417e5e5c9-ab5c016c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09074b3d-6e63-9a35-80d0-73e03548862d-ab5c016c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28087f50-b64a-40aa-ab17-c9da9916bbc5-ab5c016c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_984dbe85-ca35-570c-6b27-3b2b60799c68-ab5c016c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22b5453a-8287-6e4e-f3bb-b6c1f0e74ba9-ab5c016c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22b5453a-8287-6e4e-f3bb-b6c1f0e74bae-ab5c016c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-ba2dae27-0fd8-4dc6-3d85-539f55555273-ab5c016c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c993c567-4327-7469-3086-451e0ed03858-ab5c0176, #w-node-c993c567-4327-7469-3086-451e0ed03865-ab5c0176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_65cb8d0a-41d2-c2e8-a0ca-c3539b705d30-ab5c0176, #w-node-_65cb8d0a-41d2-c2e8-a0ca-c3539b705d38-ab5c0176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_28087f50-b64a-40aa-ab17-c9da9916bbc5-ab5c016c {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_28087f50-b64a-40aa-ab17-c9da9916bbc5-ab5c016c {
    grid-area: 3 / 2 / 4 / 3;
  }
}

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

  #w-node-_8306d212-2634-a5ac-6648-61a71197e65b-ab5c0168 {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e659-ab5c0168 {
    justify-self: center;
  }

  #w-node-_22a4fa90-440e-c530-6b15-69623bb63eda-3bb63ed9 {
    align-self: start;
  }

   #w-node-c993c567-4327-7469-3086-451e0ed03865-ab5c0176 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}

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

  #w-node-_8306d212-2634-a5ac-6648-61a71197e659-ab5c0168 {
    justify-self: end;
  }

  #w-node-_4360ec69-f559-eb39-02e7-085a08059770-ab5c0168, #w-node-c100ce04-179a-0ea7-aedf-2c2f775029fd-ab5c0168 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22a4fa90-440e-c530-6b15-69623bb63ee1-3bb63ed9 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }
}

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

  #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdfc-ab5c0168 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_623c2e83-a747-64d6-0746-44a5fdebfdef-ab5c0168 {
    justify-self: start;
  }

  #w-node-_8306d212-2634-a5ac-6648-61a71197e669-ab5c0168 {
    justify-self: stretch;
  }

  #w-node-_28087f50-b64a-40aa-ab17-c9da9916bbc5-ab5c016c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c993c567-4327-7469-3086-451e0ed03858-ab5c0176 {
    justify-self: start;
  }

  #w-node-c993c567-4327-7469-3086-451e0ed03865-ab5c0176 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* === PF: Navbar responsivní fit: oprava překryvu loga s menu na noteboocích === */
@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.color-define-3.is-2nd {
  opacity: .3;
}
.color-define-3.is-1st {
  opacity: .1;
}
.color-define-2.is-1st {
  opacity: .1;
}
.color-define-2.is-2nd {
  opacity: .3;
}
.color-define.is-1st {
  opacity: .1;
}
.color-define.is-2nd {
  opacity: .3;
}
.heading.is-grid-title-1.is-2nd {
  margin-bottom: 0;
}
.heading.is-featured-blog-title {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Big Shoulders Text, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}
.heading.is-featured-product-title {
  margin-bottom: .8em;
  margin-right: 1em;
  font-size: 2.1em;
  font-weight: 400;
}
.list-line.is-2nd {
  background-color: var(--misty-rose);
}
.uppercase-text.is-2nd {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.service-background.is-2nd {
  background-color: var(--white);
}
.footer-block-3.is-2nd {
  z-index: 10;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.8em;
  padding-bottom: 3.8em;
  position: relative;
}
.footer-link-2.is-2nd {
  z-index: 10;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 1.1em;
  position: relative;
}
.menu-contact-link.is-featured {
  color: var(--white);
  background-color: #e4c6be1a;
}
.menu-contact-link.is-featured:hover {
  background-color: #f5ecea33;
}
.menu-social-line.is-2nd {
  inset: 0% 0% auto;
}
.menu-border.is-2nd {
  width: auto;
  height: 15px;
  inset: 0% 0% auto;
}
.grid-box-1.is-2nd {
  flex-direction: row;
  justify-content: space-around;
}
.basic-grid-flex-space.is-2nd {
  align-items: center;
}
.large-text-1.is-2nd {
  color: var(--sienna);
}
.large-text-1.is-1st, .large-text-1.is-3rd {
  letter-spacing: 1.5vw;
}
.flex-title-1.is-2nd {
  margin-bottom: 8em;
}
.order-summary-text.is-price.is-total {
  color: var(--midnight-blue);
  font-weight: 600;
}
.default-state.is-2nd {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.add-to-cart-button.is-2nd {
  width: 100%;
}
.quantity.is-2nd {
  text-align: center;
  width: 100%;
}
.product-option-list, .product-option-list.is-2nd {
  width: 100%;
}
.heading.is-featured-blog-title {
    font-size: 1.9em;
  }
.heading.is-featured-product-title {
    margin-bottom: .4em;
    font-size: 1.8em;
  }
.basic-grid-div.is-2nd {
    padding-top: 1em;
  }
.grid-content-1.is-2nd {
    margin-bottom: 2em;
  }
.grid-content-2.is-2nd {
    margin-bottom: 0;
  }
.basic-grid-div.is-2nd {
    padding-top: .7em;
  }
.footer-block-3, .footer-block-3.is-2nd {
    padding-left: 6vw;
    padding-right: 6vw;
  }
.footer-link-2.is-2nd {
    letter-spacing: .2em;
    text-indent: .2em;
    margin-right: 1em;
    padding-left: 0;
    padding-right: 0;
  }
.menu-border.is-2nd, .menu-border.is-4th {
    height: 10px;
  }
