@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Notoserif;
  src: url('../fonts/NotoSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Notoserif;
  src: url('../fonts/NotoSerif-Bold.ttf') format("truetype"), url('../fonts/NotoSerif-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Notoserif;
  src: url('../fonts/NotoSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: "Fa regular 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
}

.section.cc-store-home-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.hidden {
  display: none;
}

.section.contact {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.section.cc-store-home-wrap---smaller-padding {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30vh;
  display: block;
  position: static;
}

.section.cc-services-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18vw;
  padding-right: 10vw;
  display: flex;
}

.section.about-me {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.section.about-me.mobile {
  display: none;
}

.section.cc-services-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.cc-services-wrap.mobile {
  display: none;
}

.section.cc-blog-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  margin: auto 10vw auto 0;
}

.container.cc-blog-detail {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}

.container.home {
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.container.contact-form {
  align-self: flex-start;
  margin-top: 0;
}

.container.services {
  min-width: 600px;
  margin-top: 6vh;
  margin-left: auto;
  position: absolute;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-image: linear-gradient(#3aacde, #3aacde), linear-gradient(to right, #3e9ad7, #2c4876);
  min-width: 180px;
  max-height: 45px;
  display: block;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  display: flex;
}

.label.cc-light.center {
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.label.cc-light.center.just-law {
  text-align: left;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 0;
  margin-left: 4vw;
  margin-right: auto;
  font-size: 3em;
  line-height: 1.7em;
}

.label.cc-light.center.hidden {
  display: none;
}

.label.cc-light.center.just-law-fixed-wdith {
  justify-content: flex-end;
  width: auto;
  min-width: 370px;
  margin: -79px auto 0;
  font-size: 70px;
  line-height: 80px;
}

.label.cc-light.center.just-law-fixed-wdith.bot {
  text-align: left;
  justify-content: flex-start;
  margin-left: 5vw;
  font-size: 3em;
  line-height: 2em;
}

.label.cc-light.center.just-law-fixed-wdith.of {
  text-align: left;
  flex: 1;
  min-width: 50vw;
  margin-top: 0;
  margin-left: 4vw;
  font-size: 3em;
  line-height: 2em;
  display: block;
  position: absolute;
  left: auto;
}

.label.cc-light.center.manifesto {
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  line-height: 80px;
  display: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  display: inline-block;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  flex-direction: row;
  min-height: 150px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  color: #fff;
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 12vw;
  min-height: 45px;
  display: none;
}

.logo-link.home.w--current {
  opacity: 0;
}

.logo-link.hidden {
  display: none;
}

.logo-link.visible {
  display: block;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 20px 50px;
  display: flex;
  position: fixed;
}

.navigation-item {
  opacity: .6;
  color: #425964;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #bbbcc0;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.home-hidden {
  opacity: 0;
}

.navigation-item.home-visible {
  opacity: 1;
}

.navigation-item.aml {
  display: block;
}

.navigation-item.hidden {
  display: none;
}

.logo-image {
  min-width: 180px;
  max-height: 45px;
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/nastuh-abootalebi-yWwob8kwOCk-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto 10vw 0;
  display: none;
  position: absolute;
  inset: -46% 0% 0%;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 0 25px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  display: none;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  display: none;
}

.map {
  order: 0;
  align-self: flex-start;
  max-width: 50%;
  height: 320px;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 25px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: none;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  height: 100%;
  margin-top: 1vh;
  margin-bottom: 0;
  margin-left: -3vw;
  display: flex;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.home-section-wrap.hidden {
  display: none;
}

.home-section-wrap.absolute {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 48vh auto auto 0%;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 400;
  line-height: 2em;
  display: none;
}

.about-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". ."
                 ". ."
                 / 5fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: .25fr 1fr;
  grid-template-areas: ". .";
  justify-items: center;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
  display: none;
}

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

.business-article-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

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

.the-law-office-nav {
  color: #c2c2c2;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  font-size: 1.5vh;
  font-weight: 300;
  line-height: 20px;
}

.navbar {
  background-color: #0000;
  min-height: 8vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  inset: 0% 0% auto;
}

.navbar.with-home {
  background-color: #0000;
  width: 80vw;
  height: 10vh;
  min-height: 10vh;
  margin-left: 20vw;
  padding-left: 3vw;
  padding-right: 3vw;
}

.navbar.blog {
  background-color: #fff;
  position: fixed;
}

.body {
  display: flex;
}

.body-2 {
  margin-top: 8vh;
}

.collection-list {
  display: none;
}

.some-reality-block {
  align-self: flex-start;
  height: 100px;
  min-height: 100px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.typed-4 {
  clear: both;
  color: #4da7db;
  text-transform: none;
  padding-left: .3em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.bold-text {
  font-size: 50px;
  line-height: 50px;
}

.bold-text-2 {
  font-size: 50px;
  line-height: 70px;
}

.law.thin {
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.div-block {
  flex-flow: column wrap;
  margin-top: 80px;
  display: flex;
}

.bold-h {
  flex: 1 0 12vw;
  margin-right: 10px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.bold-h.shrink {
  flex: 1;
  align-self: center;
  align-items: center;
  font-weight: 300;
}

.bold-h.shrink.block {
  margin-right: 0;
  display: block;
}

.bold-h.shrink.manifesto {
  text-align: justify;
  font-size: 1em;
}

.bold-h.about {
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 2vh;
  margin-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.05em;
  display: block;
}

.bold-h.about.block {
  margin-right: 0;
  display: block;
}

.bold-h.about.last {
  margin-bottom: 0;
}

.bold-h.services {
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 2vh;
  margin-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.25em;
  display: block;
}

.bold-h.services.block {
  margin-right: 0;
  display: block;
}

.bold-h.services.last {
  margin-bottom: 0;
}

.bold-p {
  opacity: .6;
  flex: 0 auto;
  align-self: flex-start;
  font-size: .9em;
  line-height: 1.5em;
}

.bold-text-3 {
  font-weight: 300;
}

.right-part {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: start;
  width: 20vw;
  min-width: 396px;
  margin-left: 4vw;
  display: flex;
}

.bold-h-copy {
  flex: 2 0 auto;
  margin-right: 10px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.right-part-logo {
  height: 40vh;
  max-height: 400px;
}

.right-part-logo.home {
  margin-left: -5px;
}

.of-elena {
  color: #405965;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.the-law-office {
  color: #405965;
  margin-top: -6vh;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.2em;
}

.elena-nav {
  color: #c2c2c2;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  width: auto;
  font-size: 1.6vh;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.no-bla {
  color: #405965;
  flex: 0 auto;
  align-self: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.typed-5 {
  clear: both;
  color: #405965;
  text-transform: uppercase;
  padding-left: .3em;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.webflow-icon {
  margin-right: 8px;
}

.db-fixed-nav-headline {
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.shrink-box-button-2 {
  margin-right: 5px;
  display: block;
}

.modal-wrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: default;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.shrink-box-wrapper-2 {
  opacity: .5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.aml-form-modal-container {
  z-index: 10000;
  background-image: linear-gradient(315deg, #f0f0f0, #fff);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.db-mobile-fixed-nav {
  color: #fff;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bot-background {
  background-color: #415964;
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
}

.webflow-link-2 {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 6px 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 3px #00000052;
}

.modal-closer {
  z-index: 99999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: transform .2s ease-in-out;
  position: fixed;
  top: 20px;
  right: 20px;
}

.modal-closer:hover {
  transform: scale(1.1);
}

.db-logo-wrapper {
  background-color: #3cc47c;
  padding: 10px 15px;
}

.modal {
  z-index: 10;
  color: #383838;
  cursor: default;
  background-color: #fff;
  border-radius: 2px;
  width: 500px;
  max-width: 100%;
  padding: 25px 40px;
  position: relative;
  box-shadow: 0 7px 50px -9px #0003;
}

.modal-title {
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.db-fixed-nav-logo {
  width: 100px;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #272727;
  border-radius: 30px;
  padding: 15px 30px;
}

.db-flex-row {
  padding-right: 20px;
  display: flex;
}

.submit-button {
  background-color: #415964;
}

.manifesto-content-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8vw;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.text-span {
  margin-left: .3vw;
  font-weight: 400;
}

.just-law {
  color: #405965;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.typedjs-container {
  align-self: flex-start;
  align-items: flex-end;
  width: 70%;
  min-width: 400px;
  margin-top: 10%;
  margin-bottom: -6px;
  margin-left: 19%;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.home-content-wrap---abs {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.home-content-wrap---abs.hidden {
  display: none;
}

.typed-4-backup {
  clear: both;
  color: #405965;
  text-transform: uppercase;
  padding-left: .3em;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.div-block-4 {
  color: #405965;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  margin-bottom: 2px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

.majime-english-desc {
  text-align: justify;
  white-space: normal;
  align-self: stretch;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.2em;
}

.italic-text {
  margin-left: 5px;
}

.div-block-5 {
  text-align: justify;
  border: 5px solid #405965;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 330px;
  height: 33vh;
  min-height: 330px;
  padding: 7vh 1.5vw 0;
  display: flex;
}

.list-item {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.7em;
}

.field-label {
  display: none;
}

.manifesto-title {
  color: #99c455;
  flex: 0 16vw;
  align-items: flex-start;
  max-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 800;
  line-height: 1.2em;
  display: flex;
}

.manifesto-title.shrink {
  flex: 1;
  align-self: center;
  align-items: center;
  font-weight: 300;
}

.manifesto-title.heading {
  font-size: 1.3em;
  font-weight: 600;
}

.link {
  display: inline-block;
}

.inline-link {
  display: inline;
}

.inline-link.blue {
  color: #4ea8dc;
  font-weight: 500;
}

.about-content-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(16vw, .75fr) minmax(auto, 32vw);
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  padding-left: 7vw;
  display: flex;
}

.manifesto-content-block {
  flex-flow: row;
  align-content: stretch;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.services-content-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  height: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  padding-left: 7vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-6 {
  object-fit: fill;
  background-color: #0000;
  border-right: 4px solid #405965;
  width: 145px;
  height: 100vh;
  position: absolute;
}

.side-bar-line {
  background-color: #405965;
  width: 5px;
  height: 100vh;
  margin-left: -5px;
  padding-left: 0;
  position: relative;
}

.side-bar-line.home {
  display: none;
}

.full-logo-v1 {
  z-index: 0;
  flex: 1;
  min-height: 30vh;
  max-height: 40vh;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5vw;
}

.logo-parent {
  position: absolute;
  left: 8.33vw;
}

.logo-container.hidden {
  display: block;
}

.sidebar {
  background-color: #405965;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  height: 100vh;
  display: flex;
}

.sidebar.home {
  background-color: #0000;
}

.logo-not-home {
  z-index: 5;
  object-fit: fill;
  align-self: flex-start;
  max-width: 10vw;
  height: 40vh;
  max-height: 400px;
  margin-top: 21vh;
  margin-left: 8.33vw;
  margin-right: 1.67vw;
  position: relative;
}

.logo-home {
  width: 100vw;
  min-width: 100vw;
  height: 40vh;
}

.logo-home-right {
  height: 40vh;
  position: absolute;
}

.tabs {
  flex: 0 auto;
  align-items: center;
  height: 50vh;
  display: none;
}

.tabs-menu {
  border-right: 1px solid #000;
  flex-direction: column;
  width: 220px;
  margin-right: 20px;
  display: flex;
}

.tabs-content {
  align-self: flex-start;
  width: 520px;
  padding-left: 10px;
}

.tab-link-resolution-liquidation {
  padding-left: 0;
  padding-right: 0;
}

.tab-bold {
  font-size: 13px;
}

.tab-text-block {
  text-align: center;
}

.tab-link-new-technologies {
  padding-left: 0;
}

.tab-link-new-technologies.w--current {
  padding-right: 0;
}

.paragraph {
  margin-top: 15px;
  font-size: 14px;
}

.paragraph.circle {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.list {
  font-size: 14px;
}

.list.circle {
  padding-left: 10px;
  font-size: 14px;
  line-height: 18px;
}

.tab-link {
  color: #42596480;
  background-color: #0000;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #0000;
  text-decoration: underline;
}

.incorporation {
  max-width: 217px;
  position: absolute;
  top: -12.5px;
  left: 99px;
  transform: rotate(0);
}

.incorporation.green {
  opacity: 0;
}

.authorisation-arrow {
  opacity: 1;
  height: 196px;
  position: absolute;
  top: 30.5px;
  left: 330.094px;
  transform: rotate(1deg);
}

.authorisation-arrow.green {
  opacity: 0;
}

.circle-arrow-3 {
  height: 196px;
  position: absolute;
  top: 250.5px;
  left: 359.094px;
}

.circle-arrow-3.green {
  opacity: 0;
}

.div-block-9 {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 500px;
  height: 500px;
  margin-top: -50px;
  display: flex;
  position: relative;
}

.circle-arrow-4 {
  width: 217px;
  position: absolute;
  top: 425.5px;
  left: 141.094px;
}

.circle-arrow-4.green {
  opacity: 0;
}

.circle-arrow-5 {
  height: 196px;
  position: absolute;
  top: 278.5px;
  left: -15px;
}

.circle-arrow-5.green {
  opacity: 0;
}

.circle-arrow-6 {
  height: 196px;
  position: absolute;
  top: 52.5px;
  left: -23px;
}

.div-block-10 {
  background-color: red;
  width: 300px;
  height: 300px;
  position: relative;
  inset: 0%;
}

.services-circle-center {
  background-color: #fff;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 375px;
  height: 375px;
  margin-top: 265px;
  margin-left: 219px;
  padding-left: 52px;
  padding-right: 40px;
  font-size: 12px;
  display: flex;
  position: absolute;
}

.services-circle-center.authorisation {
  opacity: 0;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 34px;
  padding-right: 55px;
  position: fixed;
}

.services-circle-center.authorisation._4 {
  opacity: 1;
}

.services-circle-center.authorisation.top_margin_plus_20 {
  opacity: 0;
  margin-top: 5em;
}

.services-circle-center._1 {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 34px;
  padding-right: 55px;
  display: flex;
}

.elegav-logotype-brand {
  z-index: 1;
  flex: 0 auto;
  align-self: center;
  height: 7vh;
  margin-top: 2vh;
}

.elegav-logotype-brand:hover {
  opacity: .8;
}

.elegav-logotype-brand:active {
  opacity: .7;
}

.elegav-logotype-brand.w--current {
  color: #fff;
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 12vw;
  min-height: 45px;
  display: none;
}

.elegav-logotype-brand.home.w--current {
  opacity: 0;
}

.elegav-logotype-brand.hidden {
  display: none;
}

.elegav-logotype-brand.visible {
  display: block;
}

.columns {
  flex: 0 auto;
  width: 80vw;
  height: 40vh;
  padding-right: 15vw;
}

.about-title {
  color: #405965;
  align-self: flex-start;
  align-items: center;
  height: 7vh;
  max-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.3em;
  font-weight: 800;
  line-height: .7em;
  display: flex;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 7vh;
  max-height: 61px;
  margin-bottom: 30px;
  display: flex;
}

.me-title {
  color: #99c455;
  align-self: flex-end;
  align-items: flex-end;
  height: 5vh;
  max-height: 45px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-left: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: .7em;
  display: flex;
}

.column {
  flex-direction: column;
  height: 40vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.majime-def {
  text-align: justify;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  margin-bottom: 4vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  display: flex;
}

.column-2 {
  padding-top: 8vh;
  padding-left: 2vw;
}

.link-2 {
  display: inline-block;
}

.footer {
  width: 20vw;
  max-width: 300px;
  height: 10vh;
  margin-right: 3vw;
  position: fixed;
  inset: auto 0% 0% auto;
}

.footer-links-group {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-group {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.facebook {
  flex: none;
}

.privacy {
  border-right: 1px solid #000;
  padding-left: 10px;
  padding-right: 5px;
  font-family: Notoserif, sans-serif;
}

.security {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Notoserif, sans-serif;
}

.cookies {
  border-left: 1px solid #000;
  padding-left: 5px;
  padding-right: 10px;
  font-family: Notoserif, sans-serif;
}

.text-block-5 {
  font-family: "Fa 400";
  font-size: 30px;
  font-weight: 400;
}

.linkedin-icon {
  color: #2c74ae;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
}

.link-block {
  font-family: "Fa 400";
  text-decoration: none;
}

.italic-text-2 {
  font-family: "Fa brands 400", sans-serif;
}

.linkedin-facebook-container {
  align-self: stretch;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.phone-email-footer {
  color: #a8a8a8;
  font-family: Notoserif, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.about-me-left-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.body-home {
  display: block;
}

.div-block-14 {
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.about-content-wrap-copy {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(16vw, .75fr) minmax(auto, 32vw);
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  padding-left: 7vw;
  display: flex;
}

.subscript-heading {
  color: #99c455;
  align-self: flex-end;
  align-items: flex-start;
  height: 5vh;
  max-height: 45px;
  margin-top: 0;
  margin-bottom: 2.5vh;
  margin-left: 0;
  font-size: 3em;
  font-weight: 800;
  line-height: .7em;
  display: flex;
}

.services-title {
  color: #405965;
  align-self: flex-end;
  align-items: center;
  height: 7vh;
  max-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -13px;
  font-size: 4.3em;
  font-weight: 800;
  line-height: .7em;
  display: flex;
}

.contact-title {
  color: #405965;
  text-align: center;
  align-self: flex-end;
  align-items: center;
  height: 7vh;
  max-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4em;
  font-weight: 800;
  line-height: .7em;
  display: flex;
}

.contact-form-block {
  text-align: justify;
  border: 5px solid #405965;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 330px;
  height: 33vh;
  max-height: 330px;
  padding: 7vh 1.5vw 0;
  display: flex;
}

.contact-me {
  text-align: justify;
  border: 3px solid #405965;
  flex: 0 auto;
  align-self: center;
  width: 330px;
  height: 33vh;
  max-height: 330px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 1.5vw;
}

.contact-me.textarea {
  min-width: 330px;
  max-width: 330px;
  min-height: 60px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.contact-me-field {
  text-align: justify;
  border: 3px solid #405965;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 330px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 1.5vw;
  display: flex;
}

.form-block, .form {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.submit-contact-form {
  background-color: #405964;
  flex: 0 auto;
}

.contact-group {
  height: 45vh;
  max-height: 500px;
  display: flex;
}

.tele-fax-email-skype-row {
  display: flex;
}

.contact-item {
  color: #bbbcc0;
  min-width: 160px;
  padding-right: 10px;
}

.contact-options {
  display: flex;
}

.social-media-group {
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.facebook-icon {
  color: #3e5b91;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 30px;
  display: none;
}

.address {
  color: #bbbcc0;
  font-size: 14px;
  font-weight: 500;
}

.address-title {
  font-weight: 600;
}

.blue-accent-text-span {
  color: #52c5f7;
}

.right-part-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: stretch;
  align-items: center;
  width: 35vw;
  margin-top: 63px;
  margin-left: 4vw;
  display: flex;
}

.just-title {
  color: #405965;
  align-self: stretch;
  align-items: flex-start;
  height: 5vh;
  max-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3em;
  font-weight: 800;
  line-height: .7em;
  display: flex;
}

.law-title {
  color: #405964;
  align-self: center;
  align-items: flex-start;
  height: 4vh;
  max-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10px;
  font-size: 2.65em;
  font-weight: 800;
  line-height: .9em;
  display: flex;
}

.the-title {
  color: #99c455;
  align-self: flex-start;
  align-items: flex-start;
  height: 2vh;
  max-height: 20px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1em;
  font-weight: 800;
  line-height: .7em;
  display: flex;
}

.the-title-copy {
  color: #99c455;
  align-self: flex-start;
  align-items: center;
  height: 2vh;
  max-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: .7em;
  display: flex;
}

.div-block-16 {
  flex: 0 auto;
  height: 5vh;
  max-height: 70vh;
  margin-top: -2px;
  margin-left: 2px;
}

.manifesto-left-block {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.manifesto-text-block {
  display: flex;
}

.manifesto-text-block.last {
  margin-bottom: 0;
}

.manifesto-blue {
  color: #4ea8dc;
  text-align: right;
  align-self: center;
  width: 40px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.manifesto-bold {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}

.manifesto-grey {
  color: #a8a8a8;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.manifesto-text-right {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.manifesto-text {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.incorporation-green {
  max-width: 217px;
  position: absolute;
  top: -12.5px;
  left: 99px;
  transform: rotate(0);
}

.contact-me-left-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  min-width: 330px;
  height: 65vh;
  max-height: 550px;
  display: flex;
  overflow: visible;
}

.services-left-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  max-width: 450px;
  height: 50vh;
  max-height: 500px;
  display: flex;
}

.about-me-title-group {
  justify-content: flex-start;
  align-items: flex-start;
  height: 5vh;
  min-height: 63px;
  margin-bottom: 0;
  display: flex;
}

.text-span-2 {
  color: #405964;
  font-weight: 600;
}

.about-container {
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.cookiebot {
  width: 1140px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto 0% 0%;
}

.blog-section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
  display: none;
}

.blog-section.cc-store-home-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.blog-section.hidden {
  display: none;
}

.blog-section.contact {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.blog-section.cc-store-home-wrap---smaller-padding {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30vh;
  display: block;
  position: static;
}

.blog-section.cc-services-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18vw;
  padding-right: 10vw;
  display: flex;
}

.blog-section.cc-store-about-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.blog-section.cc-services-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-title {
  color: #405965;
  align-self: flex-start;
  align-items: center;
  height: 7vh;
  max-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3em;
  font-weight: 800;
  line-height: .7em;
  display: flex;
}

.blogposts-container {
  text-align: justify;
  border: 1px #405965;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 33vh;
  padding-bottom: 0;
  display: flex;
}

.collection-list-wrapper-2 {
  flex: 1;
  align-self: stretch;
}

.collection-item {
  flex: 1;
  display: flex;
}

.collection-list-2 {
  display: flex;
}

.blog-container {
  flex: 1;
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.blog-content-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(16vw, .75fr) minmax(auto, 32vw);
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  margin-top: 30vh;
  margin-bottom: 0;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
}

.blog-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.heading-2 {
  margin-right: 20px;
}

.error-message {
  font-size: 12px;
  position: relative;
  inset: 0% auto auto 0%;
}

.text-block-10 {
  font-size: 10px;
}

.success-message {
  padding: 10px 15px;
}

.html-embed {
  margin-bottom: 10px;
}

.bottom-tab-bar, .image {
  display: none;
}

.address-map-block {
  flex-direction: column-reverse;
  display: flex;
}

.image-2 {
  display: none;
}

.body-contact {
  display: flex;
}

.checkbox-field {
  width: 330px;
  display: none;
}

.div-block-17, .image-3, .navbar-logo-mobile {
  display: none;
}

.address-mobile {
  color: #bbbcc0;
  font-size: 14px;
  font-weight: 500;
}

.html-embed-2 {
  min-height: 60vh;
  max-height: 60vh;
  overflow: auto;
}

.link-3, .link-4 {
  display: inline-block;
}

.privacy-policy-body {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: minmax(16vw, .75fr) minmax(auto, 32vw);
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  max-height: 55vh;
  margin-top: 30vh;
  margin-bottom: 0;
  padding-left: 7vw;
  padding-right: 7vw;
  display: flex;
  overflow: auto;
}

.link-5 {
  display: inline-block;
}

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

.grey-link {
  color: #a8a8a8;
  text-decoration: none;
}

.checkbox-label {
  font-size: 10px;
  line-height: 12px;
}

.text-span-4, .text-span-5 {
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap, .section.cc-store-home-wrap---smaller-padding, .section.cc-services-wrap {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section.about-me {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section.cc-services-wrap, .section.cc-blog-wrap {
    flex: 1;
    padding-left: 0;
    padding-right: 4vw;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    margin-left: 15vw;
    margin-right: auto;
  }

  .container.home {
    width: auto;
    margin-left: 0;
    margin-right: 6vw;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
    flex: 0 auto;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    color: #fff;
    text-align: center;
    background-color: #0000;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover, .navigation-item:active {
    background-color: #0000;
  }

  .navigation-item.w--current {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: none;
  }

  .navigation-item.w--current:hover {
    color: #fff;
    background-color: #0000;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open, .navigation-items {
    background-color: #0000;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    max-width: 75vw;
    margin-left: 15px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .the-law-office-nav {
    color: #fff;
    width: 22vw;
    padding-left: 1vw;
    font-size: .8em;
  }

  .navbar.with-home {
    background-color: #405964;
    justify-content: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .of-elena, .the-law-office {
    display: none;
  }

  .elena-nav {
    color: #fff;
    padding-left: 1vw;
    font-size: .7em;
  }

  .no-bla {
    display: block;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: flex;
  }

  .db-show-tab {
    cursor: pointer;
    background-color: #0f0f0f;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }

  .manifesto-content-wrap {
    margin-left: 15px;
  }

  .just-law {
    display: block;
  }

  .typedjs-container {
    flex: 1;
  }

  .home-content-wrap---abs {
    max-width: 75vw;
    margin-left: 15px;
  }

  .div-block-5 {
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .list-item {
    font-size: .9em;
    line-height: 1.4em;
  }

  .about-content-wrap {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin: auto;
    padding-left: 0;
  }

  .services-content-wrap {
    margin-left: 15px;
  }

  .sidebar {
    display: none;
  }

  .logo-not-home {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-home {
    flex: 0 auto;
    width: 100vw;
    min-width: 100vw;
    position: absolute;
  }

  .logo-home-right {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: auto auto auto 15vw;
  }

  .elegav-logotype-brand.w--current {
    flex: 0 auto;
  }

  .columns {
    width: 75vw;
  }

  .about-title {
    font-size: 3.5em;
    line-height: 3.5vh;
  }

  .me-title {
    font-size: 2.75em;
    line-height: .8em;
  }

  .column-2 {
    padding-top: 5vh;
  }

  .subscript-heading {
    font-size: 2.75em;
    line-height: .8em;
  }

  .services-title, .contact-title {
    font-size: 3.5em;
    line-height: 3.5vh;
  }

  .contact-form-block, .contact-me {
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .contact-me-field {
    max-height: 300px;
  }

  .just-title {
    font-size: 3.5em;
    line-height: 3.5vh;
  }

  .law-title {
    font-size: 2.75em;
    line-height: .8em;
  }

  .the-title, .the-title-copy {
    font-size: 3.5em;
    line-height: 3.5vh;
  }

  .blog-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-section.cc-store-home-wrap, .blog-section.cc-store-home-wrap---smaller-padding, .blog-section.cc-services-wrap {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .blog-section.cc-store-about-wrap, .blog-section.cc-services-wrap {
    flex: 1;
    padding-left: 0;
    padding-right: 4vw;
  }

  .blog-title {
    font-size: 3.5em;
    line-height: 3.5vh;
  }

  .blogposts-container {
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap---smaller-padding {
    margin-left: 0;
    margin-right: 0;
  }

  .section.about-me {
    margin-left: 5px;
    margin-right: 5px;
  }

  .section.cc-services-wrap, .section.cc-blog-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .bold-h.about, .bold-h.services {
    font-size: .95em;
    line-height: 1em;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .elegav-logotype-brand {
    padding-left: 0;
  }

  .footer {
    display: none;
  }

  .right-part-about {
    width: auto;
  }

  .blog-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-section.cc-cta {
    padding: 15px;
  }

  .blog-section.cc-home-wrap, .blog-section.cc-store-home-wrap, .blog-section.cc-store-home-wrap---smaller-padding, .blog-section.cc-services-wrap, .blog-section.cc-store-about-wrap, .blog-section.cc-services-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    background-image: url('../images/elegav-full-logo.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    margin-left: 5px;
    margin-right: 5px;
  }

  .section.hidden {
    display: block;
  }

  .section.cc-store-home-wrap---smaller-padding {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-services-wrap {
    background-image: url('../images/elegav-full-logo.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    margin-left: 5px;
    margin-right: 5px;
  }

  .section.about-me {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex: 0 auto;
    width: 100vw;
    height: 84vh;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10vh;
    display: flex;
  }

  .section.about-me.mobile {
    height: 100vh;
    padding-top: 4vh;
    display: block;
  }

  .section.cc-services-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .section.cc-services-wrap.mobile {
    padding-top: 8vh;
    display: block;
  }

  .section.cc-blog-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .container {
    margin-left: 0;
  }

  .container.home {
    width: 100%;
    height: 46vh;
    margin-left: 1vw;
    margin-right: 1vw;
    display: flex;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: auto;
    margin-right: 15px;
  }

  .navigation-wrap {
    background-color: #0000;
    flex: 1;
    justify-content: center;
    align-self: stretch;
  }

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

  .navigation-item, .navigation-item:hover {
    opacity: 1;
    background-color: #415964;
  }

  .navigation-item.mobile {
    display: none;
  }

  .navigation-item.social {
    background-color: #0000;
    width: 100%;
    font-family: "Fa brands 400", sans-serif;
  }

  .navigation-item.hidden {
    display: block;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    background-color: #415964;
    height: 92vh;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    flex: none;
    align-items: flex-start;
    width: 75vw;
    margin-left: -17vw;
  }

  .the-law-office-nav {
    color: #fff;
  }

  .navbar.with-home {
    background-color: #405965;
    width: 100%;
    height: 8vh;
    min-height: 50px;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .body {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: flex;
  }

  .some-reality-block {
    font-size: 60px;
    line-height: 60px;
  }

  .typed-4 {
    align-items: center;
    display: flex;
  }

  .bold-h {
    text-align: left;
    flex-grow: 5;
    flex-basis: 24vw;
    font-size: .9em;
  }

  .bold-h.shrink {
    text-align: left;
  }

  .bold-h.about, .bold-h.services {
    text-align: left;
    margin-bottom: 2vh;
    font-size: .87em;
    line-height: 1em;
  }

  .right-part {
    flex: 0 auto;
    width: auto;
    min-width: 320px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-part-logo {
    z-index: -1;
    flex: none;
    width: 100vw;
    display: none;
  }

  .of-elena {
    font-size: 6.5vw;
    line-height: 7vw;
    display: block;
  }

  .the-law-office {
    margin-top: 0;
    font-size: 5.5vw;
    line-height: 6vw;
    display: block;
  }

  .elena-nav {
    color: #fff;
  }

  .no-bla {
    flex-flow: row;
    align-content: space-around;
    align-self: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 3vh;
    font-size: 4vw;
    line-height: 5vw;
    display: flex;
  }

  .typed-5 {
    font-size: 60px;
    line-height: 60px;
  }

  .db-fixed-nav-headline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .modal-wrapper {
    padding: 70px 20px 20px;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .db-mobile-fixed-nav {
    align-items: stretch;
  }

  .modal-closer {
    left: 20px;
    right: 0;
  }

  .db-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 160px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .modal {
    padding-left: 30px;
    padding-right: 30px;
  }

  .db-flex-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
  }

  .submit-button {
    color: #9a9a9a;
    background-color: #eceeef;
  }

  .manifesto-content-wrap {
    flex: none;
    align-items: flex-start;
    width: 75vw;
    margin-left: -17vw;
  }

  .text-span {
    margin-left: 0;
    display: flex;
  }

  .just-law {
    flex-flow: column wrap;
    align-content: space-around;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 5vw;
    display: flex;
  }

  .typedjs-container {
    flex-flow: column wrap;
    place-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: auto;
    min-width: 200px;
    margin-top: 5vh;
    margin-left: 0;
    position: relative;
    top: -10vw;
    left: 12vw;
  }

  .home-content-wrap---abs {
    flex: none;
    align-items: flex-start;
    width: 75vw;
    margin-left: -17vw;
  }

  .typed-4-backup {
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    flex: 0 auto;
    width: 275px;
    min-width: 275px;
    max-width: 275px;
    height: 275px;
    min-height: 275px;
    max-height: 275px;
    padding-top: 5vh;
  }

  .manifesto-title {
    text-align: left;
    flex-grow: 5;
    flex-basis: 24vw;
    margin-top: -2px;
    font-size: .9em;
  }

  .manifesto-title.shrink {
    text-align: left;
  }

  .about-content-wrap {
    flex-wrap: nowrap;
    flex: none;
    align-content: stretch;
    height: 86vh;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .services-content-wrap {
    flex: 1;
    align-items: flex-start;
    width: 100vw;
    height: 60vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    overflow: visible;
  }

  .full-logo-v1 {
    z-index: -1;
    flex: none;
    width: 100vw;
    display: none;
  }

  .logo-parent {
    text-align: center;
    top: 56.5vh;
  }

  .paragraph.circle {
    font-size: 1em;
    line-height: 1.1em;
  }

  .list.circle {
    font-size: .95em;
    line-height: 1.05em;
  }

  .incorporation {
    top: -3.5px;
    left: 73px;
    transform: scale(.8)rotate(0);
  }

  .incorporation.green {
    opacity: 0;
  }

  .authorisation-arrow {
    top: 19.5px;
    left: 243.094px;
    transform: scale(.8)rotate(1deg);
  }

  .circle-arrow-3 {
    top: 176.5px;
    left: 267.094px;
    transform: scale(.8);
  }

  .div-block-9 {
    width: 91.9vw;
    height: 350px;
    margin-top: 0;
    position: relative;
    left: -8.1vw;
  }

  .circle-arrow-4 {
    top: 321.5px;
    left: 95.094px;
    transform: scale(.8);
  }

  .circle-arrow-5 {
    top: 194.5px;
    left: -10px;
    transform: scale(.8);
  }

  .circle-arrow-6 {
    top: 32.5px;
    left: -10px;
    transform: scale(.8);
  }

  .circle-arrow-6.green {
    opacity: 0;
  }

  .services-circle-center.authorisation {
    width: 375px;
    height: 375px;
    padding-left: 55px;
    padding-right: 77px;
    position: absolute;
    top: -10px;
    left: 20px;
  }

  .services-circle-center.authorisation.top_margin_plus_20 {
    margin-top: 30px;
  }

  .services-circle-center._1 {
    top: -10px;
    left: 20px;
  }

  .div-block-11 {
    z-index: 100;
    margin-bottom: 4vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .me-title {
    margin-bottom: 0;
  }

  .footer {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
    right: auto;
  }

  .about-me-left-block {
    flex: 0 auto;
    align-self: center;
    height: 350px;
    max-height: 350px;
  }

  .body-home {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    display: block;
  }

  .div-block-14 {
    flex-direction: column;
    width: 100vw;
    height: 80vh;
    max-height: 80vh;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .about-content-wrap-copy {
    flex: none;
    align-items: flex-start;
    width: 75vw;
    margin-left: -17vw;
  }

  .contact-me.textarea {
    background-color: #4059641a;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    width: 100%;
    min-width: 300px;
    max-width: 350px;
    min-height: 120px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .contact-me-field {
    background-color: #4059641a;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    width: 100%;
    max-width: 350px;
    margin-bottom: 5px;
  }

  .form {
    align-self: center;
    width: 100%;
    max-width: 350px;
  }

  .submit-contact-form {
    color: #405965;
    background-color: #eceeef;
    margin-top: -16px;
    margin-left: 2%;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .contact-group {
    flex-direction: column;
    height: 84vh;
    max-height: 95vh;
  }

  .contact-item {
    min-width: 120px;
    padding-right: 5px;
    font-size: .8em;
    line-height: 1.1em;
  }

  .contact-options {
    align-self: flex-start;
    display: flex;
  }

  .social-media-group {
    margin-right: 10px;
  }

  .address {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: .65em;
    line-height: 1.1em;
    display: flex;
  }

  .address-title {
    font-size: 14px;
    line-height: 16px;
  }

  .right-part-about {
    flex: 1;
    justify-content: flex-start;
    width: 92vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .just-title {
    font-size: 4.3em;
    line-height: .7em;
  }

  .the-title {
    margin-top: 4px;
    font-size: 1em;
    line-height: .7vh;
  }

  .div-block-16 {
    margin-top: 0;
  }

  .manifesto-left-block {
    flex: 0 auto;
    align-self: stretch;
    height: auto;
    max-height: 75vh;
  }

  .manifesto-text-block {
    margin-bottom: 5vh;
  }

  .manifesto-text-block.last {
    flex: 0 auto;
  }

  .manifesto-blue {
    flex: 0 auto;
    align-self: flex-start;
  }

  .manifesto-bold {
    text-align: justify;
    letter-spacing: -.9px;
    margin-bottom: 5px;
    font-size: .93em;
    font-weight: 700;
    line-height: 1.2em;
  }

  .manifesto-grey {
    text-align: justify;
    letter-spacing: -.4px;
    font-size: .87em;
    line-height: 1.2em;
  }

  .manifesto-text-right {
    flex-direction: column;
    flex: 0 auto;
    min-width: 75vw;
    max-width: 75vw;
  }

  .manifesto-text {
    justify-content: center;
  }

  .contact-me-left-block {
    min-width: 300px;
    max-width: 100%;
    height: auto;
    min-height: 56vh;
    max-height: 80vh;
    margin-left: auto;
    margin-right: auto;
  }

  .services-left-block {
    flex: 0 auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .about-container {
    flex-direction: column;
    align-self: center;
    height: 84vh;
    max-height: 84vh;
  }

  .blog-section.cc-store-home-wrap, .blog-section.cc-store-home-wrap---smaller-padding, .blog-section.cc-services-wrap, .blog-section.cc-store-about-wrap, .blog-section.cc-services-wrap {
    background-image: url('../images/elegav-full-logo.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    margin-left: 5px;
    margin-right: 5px;
  }

  .blogposts-container {
    min-width: auto;
    max-width: 100vw;
  }

  .blog-content-wrap {
    flex: none;
    align-items: flex-start;
    width: 100vw;
    height: 80vh;
    margin-top: 10vh;
    margin-left: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .html-embed {
    flex: 1;
    place-content: center flex-start;
    align-self: flex-start;
    margin: auto auto auto 0;
    display: flex;
  }

  .map-2 {
    flex: 0 auto;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    display: none;
  }

  .bottom-tab-bar {
    z-index: 100;
    background-color: #405965;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 8vh;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav-menu {
    flex-direction: row;
    font-family: "Fa regular 400", sans-serif;
    display: flex;
  }

  .nav-link {
    color: #fff;
    flex-direction: row;
    font-family: "Fa solid 900", sans-serif;
    display: flex;
  }

  .bottom-tab-bar-copy {
    background-color: #405965;
    flex-direction: row;
    display: flex;
    position: absolute;
    inset: auto 0% 24%;
  }

  .tab-bar-element {
    color: #fff;
    font-family: "Fa solid 900", sans-serif;
    text-decoration: none;
  }

  .image {
    filter: saturate(0%) invert();
    max-height: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
  }

  .address-map-block {
    flex-direction: row;
    width: 320px;
    margin-bottom: 1vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .address-block {
    flex-direction: column;
    justify-content: space-around;
    align-self: stretch;
    display: none;
  }

  .image-2 {
    padding: 2px;
    display: block;
  }

  .link-to-gmaps {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    display: none;
  }

  .body-contact {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: flex;
  }

  .checkbox-field {
    align-self: center;
    width: 100%;
    min-width: 300px;
  }

  .div-block-17 {
    justify-content: space-around;
    display: flex;
  }

  .div-block-18 {
    background-color: #4267b2;
    flex: 1;
  }

  .social-div {
    background-color: #2867b2;
    flex: 1;
  }

  .social-div.linkedin {
    background-color: #4267b2;
  }

  .social-div.fb {
    display: none;
  }

  .image-3 {
    flex: 0 auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
    position: absolute;
    top: 40vh;
  }

  .div-block-20 {
    flex-flow: column;
    align-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 330px;
    display: flex;
  }

  .div-block-21 {
    flex-wrap: wrap;
    margin-left: -15%;
    display: flex;
  }

  .navbar-logo-mobile {
    z-index: 10000;
    filter: invert() brightness(200%);
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    top: auto;
  }

  .text-block-11 {
    color: #fff;
    font-size: 8px;
    line-height: 8px;
  }

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

  .hover-text {
    color: #405965;
    text-align: center;
    border: 2px solid #405965;
    align-self: center;
    margin-bottom: 2vh;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    display: none;
    position: relative;
    inset: 0% 0% auto;
  }

  .map-3 {
    max-width: 100%;
    height: 12vh;
    max-height: 150px;
    margin-bottom: 1vh;
  }

  .map-container {
    width: 150px;
    height: 12vh;
    max-height: 150px;
  }

  .div-block-23 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    max-width: 350px;
    margin-top: 1vh;
    margin-bottom: 2vh;
    display: flex;
  }

  .div-block-24 {
    flex: 0 auto;
  }

  .address-mobile {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .7em;
    line-height: 1.1em;
    display: flex;
  }

  .text-span-3 {
    text-transform: none;
    text-decoration: none;
  }

  .home {
    flex: 0 auto;
    width: 30%;
    position: fixed;
  }

  .privacy-policy-body {
    flex: none;
    align-items: flex-start;
    width: 100vw;
    height: 80vh;
    margin-top: 10vh;
    margin-left: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Notoserif';
  src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Notoserif';
  src: url('../fonts/NotoSerif-Bold.ttf') format('truetype'), url('../fonts/NotoSerif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Notoserif';
  src: url('../fonts/NotoSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Fa regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}