:root {
  --black-notaro: #111;
  --text-dark: #0e0e0e;
  --text: #acacb4;
  --primary-color: #ca9c5e;
  --light-peach: #fff5e7;
  --dark-slate-blue: #1e496d;
  --gray: #e9e9e9;
  --dark-green: #287f7a;
  --light-gray: #f0f0f0;
  --primary-light: #e3f3f2;
  --white: white;
  --dodger-blue: #4d89dd;
  --chocolate: #f08543;
  --dark-gray: #818181;
  --dark-gray-50: rgba(175, 175, 175, .5);
  --dark-green-text: #1f6a66;
  --error: #f8e2e2;
  --white-50: rgba(255, 255, 255, .5);
  --rich-salad: #e6f7f6;
  --light-green: #07c9bd;
}

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

body {
  color: var(--black-notaro);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Cabin, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--text);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary-color);
  align-items: center;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .5s;
}

a:hover {
  color: var(--black-notaro);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: var(--text);
  background-image: url('../images/list-bullet.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-weight: 400;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Banner-4-2_1Banner 4 (2).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 107px;
}

.section.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.feedback {
  overflow: hidden;
}

.section.bottom-padding {
  background-color: var(--light-peach);
  padding-bottom: 230px;
}

.section.light-gray {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.section.home-1-free-consultation {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/Png-2-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 280px;
}

.section.case-studies-page {
  min-height: 600px;
  background-image: url('../images/RM_studio_04.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section.our-blog-banner {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RM_studio_10.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section.blog-classic {
  padding-top: 20px;
}

.section.light-gray {
  background-color: #f0f0f0;
}

.section.contact-us-1 {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RM_studio_05.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section.banner-contacts-3 {
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/RM_studio_05.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 130px;
  display: flex;
}

.section.color-section-lp {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Banner-4-2_1Banner 4 (2).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.utility-page {
  min-height: 600px;
  background-image: url('../images/fondo021.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section.circolari-page {
  min-height: 600px;
  background-image: url('../images/RM_studio_10.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section.servizi-page {
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/RM_studio_01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 130px;
  display: flex;
}

.section.studio-page {
  min-height: 600px;
  background-image: url('../images/RM_studio_11.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section.contact-us-2 {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/prisma-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section.servizi2-page {
  min-height: 650px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RM_studio_01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.base-container {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.relative {
  z-index: 50;
  position: relative;
}

.base-container.full {
  max-width: none;
}

.grid-system-wrapper {
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  width: 80%;
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  display: flex;
}

.grid-description {
  width: 19%;
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  width: 24%;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary-color);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--gray);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--black-notaro);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.black-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--dark-green);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--light-gray);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary-light);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-typography-wrapper {
  width: 48%;
  flex-flow: wrap;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-mobile {
  font-size: 35px;
}

.h2-mobile {
  font-size: 28px;
}

.h3-mobile {
  font-size: 20px;
}

.primary-notaro-button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  padding: 15px 50px;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.primary-notaro-button:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.primary-notaro-button.full-width-mobile {
  font-size: 16px;
  display: block;
}

.primary-notaro-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-notaro-button.search-button:hover {
  border-color: var(--black-notaro);
  background-color: var(--text-dark);
  color: var(--white);
}

.primary-notaro-button.header {
  background-color: var(--dodger-blue);
}

.primary-notaro-button.header:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.primary-notaro-button.white-hover {
  background-color: var(--chocolate);
  color: var(--white);
  -webkit-text-stroke-color: var(--dark-slate-blue);
}

.primary-notaro-button.white-hover:hover {
  border-width: 2px;
  border-color: var(--chocolate);
  background-color: var(--white);
  color: var(--chocolate);
}

.primary-notaro-button.main-banner-hover:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.primary-notaro-button.full-width {
  width: 100%;
}

.primary-notaro-button.black-hover:hover {
  border-color: var(--black-notaro);
  background-color: var(--black-notaro);
  color: var(--white);
}

.primary-notaro-button.lp-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black-notaro);
}

.primary-notaro-button.lp-button:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  border-top: 1px solid rgba(94, 94, 94, .5);
  padding-top: 40px;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 0;
}

.licensing-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: 50% 0%;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-color);
  margin-right: 50px;
}

.license-link:hover {
  color: var(--black-notaro);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

.banner-title.inner-pages {
  color: var(--white);
  background-color: rgba(17, 17, 17, .38);
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 60px;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary-color);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  width: 100%;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: rgba(94, 94, 94, .5);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  height: 59px;
  min-width: 280px;
  border: 1px solid var(--primary-color);
  color: var(--black-notaro);
  margin-bottom: 10px;
  padding: 10px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--text-dark);
}

.password-input::-ms-input-placeholder {
  color: var(--text);
}

.password-input::placeholder {
  color: var(--text);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-paragraph {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 17px;
}

.coming-soon-page-wrap {
  width: 100%;
  height: 100vh;
  max-width: 1200px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.blog-grid-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-grid-wrapper.home-5-spacing {
  margin-top: 40px;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary-color);
}

.blog-sidebar-right {
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.sidebar-recent-post-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
}

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

.blog-recent-post-date {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.sidebar-category {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  padding: 5px 20px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.blog-template-pagination-link {
  width: auto;
  align-items: center;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.body-with-background {
  background-color: var(--light-gray);
}

.section-title-wrapper {
  max-width: 740px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper.they-say {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
}

.section-title-wrapper.no-margen {
  margin-bottom: 0;
}

.style-guide-buttons-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.career-list-item-wrapper {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
  display: flex;
}

.career-position {
  font-size: 18px;
}

.career-location, .career-type {
  font-size: 18px;
  font-weight: 400;
}

.career-button-wrapper {
  width: auto;
  text-align: right;
  flex: 1;
}

.career-title-mobile {
  margin-bottom: 5px;
  font-size: 15px;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  color: var(--text-dark);
  line-height: 1.5em;
}

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

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.pricing-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-title-wrapper.light-background {
  background-color: var(--primary-light);
  border-bottom-style: none;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-3-plan-price {
  color: var(--dark-gray);
  font-size: 20px;
}

.pricing-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  border-bottom: 1px solid var(--light-gray);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

.light-background {
  background-color: var(--light-gray);
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  width: 33%;
  background-color: var(--white);
  padding: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary-color);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  width: 50%;
  background-color: var(--light-gray);
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  width: 100%;
  height: 1px;
  background-color: var(--dark-gray-50);
  margin-top: 30px;
  margin-bottom: 5px;
}

.contacts-detail-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-top: 23px;
  display: flex;
}

.contacts-detail {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  max-width: 40px;
  color: var(--dark-gray-50);
  padding: 10px 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60px;
}

.contacts-right-arrow {
  max-width: 40px;
  color: var(--dark-gray-50);
  padding: 10px 15px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 19px;
}

.contacts-slider-arrow-icon {
  color: var(--primary-color);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  width: 1px;
  height: 20px;
  background-color: var(--dark-gray-50);
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.contacts-textarea {
  min-height: 200px;
  border: 1px solid var(--gray);
  margin-bottom: 30px;
  padding: 16px 18px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary-color);
}

.contacts-textarea::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
}

.contacts-textarea::placeholder {
  color: var(--text);
  font-size: 16px;
}

.contacts-textarea.contact-us-2 {
  border-color: var(--primary-color);
}

.contacts-input {
  height: auto;
  border: 1px solid var(--gray);
  background-color: var(--white);
  color: var(--black-notaro);
  padding: 16px 18px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary-color);
}

.contacts-input::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
}

.contacts-input::placeholder {
  color: var(--text);
  font-size: 16px;
}

.contacts-input.contact-us-2 {
  border-color: var(--primary-color);
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  width: 50%;
}

.contacts-2-content-wrapper {
  width: 50%;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.contacts-2-wrapper {
  width: 100%;
  display: flex;
}

.contacts-3-capabilities-wrap-left {
  width: 45%;
  padding-right: 40px;
}

.contacts-3-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.numbers-list-item {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.6em;
}

.contacts-list-icon {
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: -31px;
  margin-right: 30px;
  display: flex;
}

.contacts-3-capabilities-wrap-right {
  width: 55%;
  background-image: url('../images/Woman-1-1_1Woman (1) (1).webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.contacts-3-form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  height: auto;
  border: 1px solid var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--primary-color);
}

.contacts-3-input::-ms-input-placeholder {
  color: var(--text);
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.contacts-3-input::placeholder {
  color: var(--text);
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.contacts-3-input.select-input {
  color: var(--black-notaro);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  font-family: Cabin, sans-serif;
}

.contacts-3-form {
  text-align: center;
}

.white-text {
  color: #fff;
}

.white-text.testimonials-text {
  color: var(--white);
  font-size: 30px;
  line-height: 1.8em;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
}

.search-wrap-input {
  height: 60px;
  color: var(--text-dark);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::-ms-input-placeholder {
  color: var(--dark-gray);
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.search-bottom-line {
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: 59px;
  border: 1px solid var(--primary-color);
  margin-bottom: 0;
  padding: 16px 22px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.search-input:focus {
  border: 1px solid var(--primary-color);
}

.search-input::-ms-input-placeholder {
  font-size: 17px;
}

.search-input::placeholder {
  font-size: 17px;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 170px;
  padding-bottom: 50px;
}

.customers-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  grid-template-columns: 1fr 1fr 1fr;
}

.customer-wrapper {
  width: 100%;
  height: 280px;
  border-right: 1px solid var(--dark-gray-50);
  border-bottom: 1px solid var(--dark-gray-50);
  opacity: .5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
}

.customer-title {
  color: var(--primary-color);
  margin-top: 20px;
}

.list-item-circle {
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.dark-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--dark-gray);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.testimonials-slider-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
  display: block;
}

.team-slider {
  height: auto;
  max-width: 1400px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  position: relative;
}

.team-slide-item {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-slider-image {
  width: 40%;
  height: 350px;
  object-fit: cover;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  display: flex;
}

.team-slider-image.team-2 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.team-slider-image.team-3 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.team-slider-image.team-4 {
  background-image: url('../images/young-businesswoman-posing-with-copy-space-1_1young-businesswoman-posing-with-copy-space 1.webp');
}

.team-slider-image.team-5 {
  background-image: url('../images/Man-1_1Man (1).webp');
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.team-slider-content {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
  display: flex;
}

.team-slider-mask {
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-background {
  width: 30%;
  height: 100%;
  background-color: var(--dark-green);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.team-slider-left-arrow {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 20px;
  bottom: auto;
  left: 200px;
  right: auto;
}

.team-slider-right-arrow {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 20px;
  bottom: auto;
  left: 250px;
  right: auto;
}

.team-slider-arrow-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-social-icons {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--light-gray);
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  width: 20%;
  border-right: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.project-template-empty-state {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-image-wrapper.banner-screens {
  margin-bottom: 0;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.testimonials-slider-author {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.testimonials-slider-name {
  margin-top: 0;
  margin-bottom: 5px;
}

.home-testimonials-slide {
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.objects-title {
  width: 50%;
}

.gallery-con {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-wrapper {
  width: 100%;
  height: 100%;
}

.tabs {
  width: 100%;
}

.tabs-item {
  width: 31%;
  height: 280px;
  position: relative;
}

.tabs-list {
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.tabs-list.filters {
  justify-content: flex-start;
}

.tabs-content {
  width: 100%;
  margin-top: 45px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-color-background {
  background-color: var(--primary-color);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.team-social {
  color: var(--primary-color);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.team-social:hover {
  color: var(--black-notaro);
}

.career-collection-list-wrapper {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  width: 33.33%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-5-testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: relative;
  overflow: hidden;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  width: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-collection, .case-studies-list {
  width: 100%;
}

.main-projects-item {
  width: 100%;
  height: 350px;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
}

.main-projects-item:hover {
  transform: translate(0, -5px);
}

.main-projects-item.small {
  width: 50%;
}

.case-study-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

.case-studies-overlay {
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, .2);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-7-projects-collection-list-small {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.home-7-projects-wrapper {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  width: 100%;
  max-width: 35vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.home-8-testimonial-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Banner-4-2_1Banner 4 (2).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 60px;
  display: flex;
}

.project-button-link {
  width: 40%;
  color: var(--text-dark);
  justify-content: center;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary-color);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-contacts {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-9-team-item {
  width: 31%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.testimonials-with-bg-slide-nav {
  height: 20px;
  padding-top: 0;
  padding-right: 30px;
  font-size: 10px;
  line-height: 10px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-4-testimonials-content {
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.testimonials-nav-outline-2 {
  align-items: center;
  padding-right: 27px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0%;
}

.about-4-testimonials-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.about-4-testimonials-image {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}

.about-4-testimonials-item {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  display: flex;
}

.about-4-testimonials-mask {
  height: auto;
  margin-bottom: 30px;
}

.testimonials-nav-outline-item-2 {
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 6px;
}

.about-6-projects-item {
  width: 100%;
  height: 370px;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary-color);
  justify-content: center;
  display: flex;
}

.search {
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.project-title-wrapper {
  z-index: 10;
  background-color: var(--primary-color);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 25px 25px;
  transition: padding-left .5s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 0%;
  right: auto;
}

.project-title-wrapper:hover {
  padding-left: 40px;
}

.projects-category-wrap {
  color: var(--white);
  line-height: 1.2em;
  transition: all .3s;
}

.projects-category-wrap:hover {
  color: var(--black-notaro);
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.home-1-services {
  width: 100%;
  grid-column-gap: 60px;
  flex-direction: row-reverse;
  display: flex;
}

.home-1-service-img {
  width: 40%;
  min-height: 300px;
  background-image: url('../images/fondo02.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 54px;
  display: flex;
}

.home-1-services-text {
  width: 60%;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.check-icon {
  color: var(--chocolate);
  font-family: "Fa solid 900", sans-serif;
}

.home-1-service-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.home-17-pricing {
  grid-column-gap: 60px;
  display: flex;
}

.home-17-pricing-text {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-17-pricing-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.home-pricing-item {
  width: 50%;
  background-color: var(--white);
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, .15);
}

.home-pricing-item.main-item {
  z-index: 10;
  box-shadow: 0 1px 15px rgba(105, 105, 105, .15);
}

.home-pricing-item.secondary-item {
  z-index: 0;
  position: relative;
  box-shadow: 0 0 15px rgba(105, 105, 105, .16);
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style p {
  margin-bottom: 25px;
}

.home-banner-left-arrow {
  height: 40px;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.home-23-team-item {
  width: 33%;
}

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

.get-in-touch {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  color: var(--white);
  grid-template-columns: 1fr;
  justify-items: center;
}

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

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.base-container-6 {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-3 {
  width: 100%;
}

.spacing-system-image-2 {
  max-width: 80%;
  filter: grayscale();
}

.grid-header-2 {
  margin-top: 55px;
}

.style-guide-body-wrapper-2 {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper-2.last-child {
  margin-right: 0;
}

.paragraph-large-3 {
  font-size: 16px;
}

.style-guide-tab-link {
  width: 100%;
  border-top: 1px solid var(--black-notaro);
  border-right: 1px solid var(--black-notaro);
  border-bottom: 1px solid var(--black-notaro);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--black-notaro);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black-notaro);
  margin-bottom: 80px;
  display: flex;
}

.grid-title-2 {
  width: 19%;
  background-color: var(--black-notaro);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title-2.first-grid {
  width: 24%;
  border-left-style: solid;
  border-left-color: #7c7c7c;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  max-width: 70%;
  filter: grayscale();
}

.link-with-icon-2 {
  transition: all .3s;
  display: flex;
}

.banner-title-wrapper-2 {
  z-index: 1;
  max-width: 840px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.landing-inner-page-image {
  width: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
}

.landing-banner-content {
  z-index: 999;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.banner-description-2 {
  max-width: 560px;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 2.4px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  max-width: 1480px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.landing-inner-page-item {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary-color);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  width: 50%;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.landing-customers-content-right {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.landing-icon-style {
  max-height: 60px;
  opacity: 1;
  filter: invert();
}

.paragraph-benefits-lp {
  width: 90%;
  color: #fff;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  width: 80px;
  height: 80px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  width: 80%;
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  max-width: 1480px;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.landing-inner-pages-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.free-trial-wrapper-2 {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  max-width: 400px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  height: 100%;
  min-height: 87vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  height: 140px;
  background-color: var(--primary-color);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.primary-notaro-button-black {
  border: 1px solid var(--black-notaro);
  background-color: var(--black-notaro);
  color: var(--white);
  text-align: center;
  padding: 15px 50px;
  transition: all .5s;
  display: inline-block;
}

.primary-notaro-button-black:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.primary-notaro-button-black.full-width-mobile {
  background-color: var(--chocolate);
  display: block;
}

.primary-notaro-button-black.full-width-mobile:hover {
  border-width: 2px;
  border-color: var(--chocolate);
  background-color: rgba(0, 0, 0, 0);
}

.primary-notaro-button-black.full-width {
  width: 100%;
}

.secondary-notaro-button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 50px;
  transition: all .5s;
  display: block;
}

.secondary-notaro-button:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.secondary-notaro-button.video-section {
  border-color: var(--white);
  color: var(--white);
}

.secondary-notaro-button.video-section:hover {
  background-color: var(--white);
  color: var(--black-notaro);
}

.services-container-home-1 {
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  text-decoration: none;
  display: grid;
}

.services-image {
  width: auto;
  height: 70px;
  object-fit: cover;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
}

.services-description {
  color: var(--dark-gray);
  margin-top: 0;
}

.item-wrapper {
  width: 100%;
  height: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--light-gray);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-wrapper.item-2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
}

.item-wrapper.item-3 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: none;
  border-right-style: none;
}

.item-wrapper.item-4, .item-wrapper.item-6 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.item-wrapper.item-5 {
  border-bottom-style: none;
  border-left-style: solid;
  border-right-style: solid;
}

.header-social-networks {
  display: flex;
}

.header-social-networks.tablet-and-mobile-home-5, .header-social-networks.home-5, .header-social-networks.tablet-and-mobile-home-5 {
  display: none;
}

.header-social-networks.home-5 {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: none;
}

.nav-dropdown-transparent {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: inline-block;
}

.nav-dropdown-link-wrapper-2 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow {
  padding-left: 40px;
  font-family: "Fa solid 900", sans-serif;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.nav-dropdown-home-5 {
  width: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: inline-block;
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.popup-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.base-container-7 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.video-popup {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-home-3 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/RM_studio_08.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  align-items: center;
  padding-top: 190px;
  padding-bottom: 80px;
  padding-left: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-container {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.nav-menu-wrapper-home-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.menu-wrapper-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdowm-link-line-2 {
  width: 16px;
  height: 2px;
  background-color: var(--primary-color);
  opacity: .7;
  margin-right: 15px;
  display: inline-block;
}

.socials-tablet-menu {
  color: #000;
  transition: opacity .5s;
}

.socials-tablet-menu:hover {
  opacity: .5;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon-2.white-home-5-icon {
  display: none;
}

.nav-menu-shadow-overlay-3 {
  align-items: center;
  display: flex;
}

.nav-item-link {
  color: var(--black-notaro);
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: opacity;
  display: flex;
}

.nav-item-link:hover {
  opacity: .7;
}

.nav-item-link.get-quote {
  display: none;
}

.image-notaro-banner {
  width: auto;
  height: 90px;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.line-header {
  width: 42px;
  height: 2px;
  color: #fff;
  background-color: #fff;
  margin-bottom: 3px;
}

.border-wrap-2 {
  display: flex;
}

.line {
  width: 42px;
  height: 2px;
  color: #fff;
  background-color: #fff;
  margin-bottom: 3px;
}

.socials-top-banner {
  color: #fff;
  transition: opacity .5s;
}

.socials-top-banner:hover {
  opacity: .5;
}

.nav-intro-item {
  color: var(--black-notaro);
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.tablet-menu-3 {
  display: none;
}

.logo-mobile-3 {
  padding-left: 0;
  display: none;
}

.dropdown-header-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 32px 20px;
  transition: opacity .5s;
  display: flex;
}

.dropdown-header-2:hover {
  opacity: .7;
}

.dropdown-header-2.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-dropdown-list-3 {
  width: 200px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  padding: 15px 20px;
}

.nav-dropdown-list-3.w--open {
  border-color: var(--light-gray);
  border-top-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-3.portfolio-details.w--open {
  width: 260px;
}

.nav-dropdown-list-3.megamenu {
  width: 360px;
  left: -110px;
}

.dropdown-menu-2 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdown-intro-link {
  width: 100%;
  color: var(--black-notaro);
  margin-left: -20px;
  padding: 6px 8px 6px 0;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-intro-link:hover {
  color: var(--primary-color);
  margin-left: 0;
}

.nav-dropdown-intro-link.w--current {
  color: var(--black-notaro);
}

.nav-dropdown-intro-link.w--current:hover {
  color: var(--primary-color);
}

.nav-container-2 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-notaro-tablet {
  width: auto;
  height: 20px;
  max-width: none;
}

.image-logo-wrap {
  grid-column-gap: 50px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-item {
  width: auto;
  height: auto;
  filter: invert();
}

.get-in-touch-container {
  width: auto;
}

.home-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-home-1 {
  width: 55%;
  color: var(--white);
  margin-bottom: 60px;
}

.banner-title-home-1 {
  width: 55%;
  color: var(--white);
}

.main-subtitle {
  color: var(--dodger-blue);
}

.button-label:hover {
  color: var(--chocolate);
}

.our-lawyers-content {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 67px;
  margin-bottom: 67px;
  padding: 47px 67px 67px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 11px rgba(0, 0, 0, .47);
}

.lawyer-image {
  background-image: url('../images/RM_studio_soci.jpg');
  background-position: 50%;
  background-size: cover;
}

.lawyers-content {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.content-grid {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.error-message {
  color: var(--primary-color);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.form-footer {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-block-footer {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.footer-brand-description-2 {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
}

.links-footer-block {
  width: 100%;
  grid-column-gap: 50px;
  text-align: left;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.footer-wrapper-2 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.footer-notaro {
  background-color: var(--dark-green);
  text-align: center;
  background-image: url('../images/Png-2-1.png');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.success-message {
  background-color: var(--primary-color);
  color: #fff;
}

.footer-links-wrapper-2 {
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-2 {
  width: 100%;
  color: var(--white);
  text-align: left;
  justify-content: center;
  margin-top: 0;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  display: flex;
}

.footer-rights-wrapper-2 {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  display: flex;
}

.footer-rights-wrapper-2.tablet {
  display: block;
}

.footer-logo-2 {
  height: 90px;
}

.footer-social-icon-2 {
  color: var(--primary-color);
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon-2:hover {
  color: #fff;
}

.row-form {
  width: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.footer-rights-2 {
  color: var(--text);
  margin-top: 23px;
  font-family: Cabin, sans-serif;
  font-size: 14px;
}

.footer-brand-wrapper-2 {
  width: 100rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-icons-wrapper-2 {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-logo-wrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input-field {
  height: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 20px 0;
}

.input-field:focus {
  border-bottom-color: var(--primary-color);
  color: #fff;
}

.input-field::-ms-input-placeholder {
  color: var(--white);
  font-weight: 300;
}

.input-field::placeholder {
  color: var(--white);
  font-weight: 300;
}

.footer-notaro-link {
  color: var(--primary-color);
}

.footer-notaro-link:hover {
  color: var(--white);
}

.footer-licensing-link {
  color: var(--white);
  margin-right: 5px;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .5s;
  display: inline;
}

.footer-licensing-link:hover {
  color: var(--primary-color);
}

.footer-template-link {
  color: var(--primary-color);
  margin-right: 5px;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .5s;
  display: inline;
}

.footer-template-link:hover {
  color: var(--white);
}

.footer-template-link.last {
  color: var(--chocolate);
  margin-right: 0;
}

.footer-button {
  width: 100%;
}

.newsletter-form {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-news-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.form-section-inner {
  z-index: 10;
  width: 100%;
  height: auto;
  max-width: 100%;
  grid-column-gap: 40px;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.text-field {
  height: 59px;
  border: 1px solid var(--dark-green);
  color: var(--black-notaro);
  margin-bottom: 0;
  margin-right: 20px;
  padding: 10px 15px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.text-field:active, .text-field:focus {
  border-color: var(--black-notaro);
}

.text-field::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
}

.text-field::placeholder {
  color: var(--text);
  font-size: 16px;
}

.form-section {
  width: 100%;
  height: 100%;
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-video {
  height: 600px;
  background-image: linear-gradient(to top, var(--black-notaro), transparent 61%), linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Banner-4-1_1Banner 4 (1).webp');
  background-position: 0 0, 0 0, 50% 20%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.play-video {
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.play-video:hover {
  opacity: 1;
}

.play-button-2 {
  z-index: 5;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}

.play-button-hover-2 {
  z-index: 10;
  width: 94px;
  height: 94px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover-2:hover {
  width: 110px;
  height: 110px;
  transform: scale(1);
}

.team-member {
  width: 100%;
  flex-direction: column;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.team-member:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .06);
}

.team-member-image {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-member-image.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.team-member-image.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.team-member-image.team-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.team-member-image.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.team-member-image.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

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

.job-title {
  color: var(--dodger-blue);
  font-weight: 400;
}

.team-container {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-info {
  width: 100%;
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.team-socials-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.free-consultation-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.consultation-text {
  width: 70%;
  color: var(--white);
}

.consultation-title {
  width: 60%;
  color: var(--white);
  font-size: 50px;
}

.case-studies-link {
  margin-top: 0;
  transition: color .5s;
}

.case-studies-link:hover {
  color: var(--white);
}

.white-bg-overlay {
  z-index: 10;
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.choose-your-plan {
  margin-bottom: 20px;
}

.section-grigia-bg-sx {
  background-color: var(--gray);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.success-message-2 {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 20px;
}

.error-message-2 {
  color: var(--primary-color);
  background-color: #fceaea;
  margin-top: 20px;
  padding: 20px;
}

.our-blog-container {
  z-index: 10;
  width: 100%;
  min-height: 400px;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  box-shadow: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.large-blog-item, .large-item {
  height: 100%;
}

.blogl-right-wrapper {
  width: 40%;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.recent-blog-list {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.outline-button {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.outline-button:hover {
  color: #fff;
  background-color: #081c3a;
  border-color: #081c3a;
}

.large-blog-content {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: -12px;
  display: grid;
}

.blog-background-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.large-blog-image {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-post-info {
  z-index: 10;
  min-height: 150px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: -60px;
  padding: 0 36px 36px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(107, 107, 109, .1);
}

.large-blog-post {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-post-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-gray);
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.blog-post-list-item:hover {
  box-shadow: 0 6px 24px -4px rgba(53, 64, 117, .12);
}

.blog-list-image {
  height: 100%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.journal-list-item-content {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-right: 18px;
  display: flex;
}

.category-tag {
  background-color: var(--primary-color);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.data-blog {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  transition: color .5s;
}

.blog-title:hover {
  color: var(--primary-color);
}

.collection-list-wrapper-3 {
  width: 60%;
}

.text-white-2 {
  color: #fff;
}

.section-reviews {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Banner-4-2_1Banner 4 (2).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.slider-title-name {
  color: var(--primary-color);
}

.base-container-11 {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.recent-blog-name {
  margin-top: 0;
  font-size: 20px;
}

.text-mobile {
  display: none;
}

.join-the-news {
  color: var(--dark-green-text);
}

.dark-text {
  color: var(--black-notaro);
  line-height: 1.3em;
}

.item-blog-category {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.news-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navigation-menu-notaro {
  width: 100%;
  height: auto;
  background-color: var(--light-gray);
  justify-content: space-between;
  align-items: stretch;
  font-weight: 600;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-menu-notaro:hover {
  background-color: var(--light-gray);
}

.image-brand {
  height: 25px;
}

.text-content-right-home-1 {
  width: 52%;
  height: 100%;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: auto;
  padding-right: 40px;
  display: flex;
}

.brand-block-image {
  width: auto;
}

.banner-block-left-home-1 {
  width: 48%;
  background-image: url('../images/1-1_11 (1).webp');
  background-position: 50% 103px;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bottom-block-home-1 {
  width: 100%;
  grid-row-gap: 25px;
  flex-direction: column;
  padding-bottom: 15px;
  display: flex;
}

.brand-block {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.notaro-banner-content-wrap {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-2-notaro-banner {
  width: 100%;
  height: auto;
  min-height: 100vh;
  align-items: center;
  padding-top: 112px;
  display: flex;
  position: relative;
}

.home-2-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-title-home-2 {
  width: 100%;
}

.paragraph-home-2 {
  width: 100%;
  color: var(--black-notaro);
  margin-bottom: 40px;
}

.get-in-touch-container-home-2 {
  width: auto;
}

.h1-color-span {
  color: var(--primary-color);
}

.section-lightbox {
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.big-container {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.large-photo-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 280px;
  grid-template-columns: 230px 1fr 230px;
}

.picture-notaro-wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.overlay-home-2 {
  background-color: rgba(17, 17, 17, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-2-icon-plus {
  width: 80px;
  height: 80px;
  color: var(--primary-color);
  background-color: rgba(17, 17, 17, .7);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.image-notaro-home-2 {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 50% 10%;
}

.heading-content {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.heading-content.with-padding {
  margin-bottom: 60px;
}

.right-description.maxw-543px {
  width: 100%;
}

.base-container-12 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.red-text {
  color: #ef4444;
}

.services-wrapper-home-4 {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.left-heading {
  width: 50%;
}

.services-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.display-horizontal {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-block-left {
  width: 50%;
  height: 550px;
  background-image: url('../images/RM_studio_12.jpg');
  background-position: 15%;
  background-size: cover;
}

.block-absolute {
  min-width: 725px;
  background-color: var(--primary-color);
  justify-content: space-between;
  margin-bottom: -20px;
  padding: 44px 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content-bottom {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.text-content-right {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-left: 74px;
  display: flex;
}

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

.content-block-absolute {
  padding-left: 30px;
  padding-right: 30px;
}

.content-block-absolute.border {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.image-row {
  width: 72px;
  height: 72px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-20px {
  font-size: 20px;
  font-weight: 600;
}

.text-16px {
  font-size: 16px;
}

.text-16px.maxw {
  max-width: 470px;
  color: var(--dark-gray);
}

.number-bold {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

.item-wrapper-home-2 {
  width: 100%;
  height: auto;
  border: 1px solid var(--light-gray);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.item-wrapper-home-2.wrap-1, .item-wrapper-home-2.wrap-2-mobile {
  background-color: rgba(240, 240, 240, .5);
}

.card-content {
  width: 90%;
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  margin-top: -90px;
  padding: 0;
}

.card-content.last {
  background-color: var(--light-gray);
}

.card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefit-card {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-image {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-2_1Team 2.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #dbdbdb;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-image.card-2 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.card-image.card-3 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.inner-card-content {
  padding: 20px;
}

.benefit-title {
  color: var(--black-notaro);
}

.paragraph-72 {
  color: var(--dark-gray);
}

.collection-list-wrapper-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-home-1 {
  width: 100%;
  height: 100%;
  min-height: 103vh;
  object-fit: cover;
  object-position: 75% 0%;
}

.dark-overlay-home-2 {
  background-color: rgba(0, 0, 0, .05);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2-color-span {
  color: var(--primary-color);
}

.testimonials-slider-position-2 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.home-team-content-2 {
  width: 40%;
  padding-right: 10px;
}

.main-left-title-wrapper.full-width {
  width: 100%;
  margin-bottom: 20px;
}

.home-team-wrapper-2 {
  width: 100%;
  grid-column-gap: 40px;
  padding-left: 15px;
  display: flex;
}

.testimonials-text-wrapper-2 {
  border-left: 4px solid var(--primary-color);
  background-color: #fff;
  padding: 30px 35px;
  box-shadow: 0 0 30px rgba(15, 92, 250, .06);
}

.home-team-description-2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.home-5-testimonials-mask-2 {
  width: 90%;
  overflow: visible;
}

.home-team-testimonial-2 {
  width: 60%;
}

.home-5-collection-list-wrapper-one {
  width: 100%;
}

.home-blog-item {
  width: 100%;
  display: inline-block;
}

.home-blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.template-empty-state-2 {
  color: #d56b5b;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.link-wrapper-with-line {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.link-wrapper-with-line:hover {
  grid-column-gap: 20px;
}

.home-5-services-block-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-5-project-title {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 10px;
  transition: all .3s;
}

.home-5-project-title:hover {
  color: var(--black-notaro);
}

.home-5-services-overlay {
  width: 60%;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 50px;
}

.paragraph-home-4 {
  color: var(--black-notaro);
  margin-bottom: 20px;
}

.projects-link-home-4 {
  line-height: 1.2em;
}

.home-5-big-one-round-corners {
  height: 600px;
  object-fit: cover;
  object-position: 50% 50%;
}

.main-home-blog-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: opacity .2s;
}

.main-home-blog-image:hover {
  opacity: .8;
}

.home-blog-content-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.home-4-item-link {
  line-height: 1.2em;
}

.red-link-home-4 {
  color: var(--black-notaro);
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s;
}

.red-link-home-4:hover {
  color: var(--primary-color);
}

.home-1-logos {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: end;
  justify-items: stretch;
  display: flex;
}

.career-customer-image-2 {
  opacity: .5;
  object-fit: cover;
  transition: all .5s;
}

.career-customer-image-2:hover {
  opacity: 1;
}

.instagram-link {
  min-width: 100%;
  border: 1px solid var(--gray);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.instagram-link:hover {
  color: var(--primary-color);
}

.insta-wrapper {
  width: 75%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.follow-us {
  display: block;
}

.follow-us:hover, .paragraph-73 {
  color: var(--white);
}

.follow-us-home-1 {
  color: var(--white);
  font-size: 50px;
}

.overlay-blog {
  background-color: rgba(17, 17, 17, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-wrap {
  z-index: 20;
  width: 100%;
  max-width: 1200px;
  grid-template-rows: 1fr;
  grid-template-columns: 15px 100% 15px;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.centered-intro {
  width: 100%;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(175, 175, 175, .5) var(--gray) rgba(175, 175, 175, .5) rgba(175, 175, 175, .5);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image {
  background-image: url('../images/Banner-15-1-1-1_1Banner 15 (1) (1) (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.hero-top-content.home-3-banner {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 80px;
}

.hero-top-content.portfolio-details {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.medium-width {
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.portfolio-details-title {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.portfolio-meta {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.circle-link-portfolio-details {
  width: 140px;
  height: 140px;
  background-color: var(--white);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
}

.portfolio-hero-banner {
  min-height: 725px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex: 1;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.background-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link-portfolio-details {
  z-index: 100;
}

.portfolio-main-section {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.button-link-text {
  z-index: 25;
  letter-spacing: .22em;
  font-size: 12px;
  position: relative;
}

.circle-link-hover-2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-3-main-title {
  width: 50%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.link-wrap {
  align-self: center;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 41px;
  display: none;
  position: absolute;
}

.base-container-13 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.meta-card {
  width: 100%;
  text-align: center;
  border-right: 1px solid rgba(175, 175, 175, .5);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.meta-card.last-card {
  border-right-style: none;
}

.number-item {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.contacts-home-3 {
  z-index: 100;
  width: 45%;
  background-color: var(--light-gray);
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-font {
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.bottom-container-home-3 {
  width: 100%;
  grid-column-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.get-in-touch-container-home-3 {
  width: 100%;
}

.paragraph-home-3 {
  width: 100%;
  color: var(--text);
  margin-bottom: 40px;
}

.success-message-3 {
  background-color: var(--primary-color);
  color: var(--white);
}

.error-message-3 {
  background-color: var(--error);
  color: var(--primary-color);
}

.banner-title-home-3 {
  width: 100%;
  font-size: 55px;
}

.content-2 {
  z-index: 1;
  max-width: 550px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content-2.medium {
  max-width: 475px;
}

.cta-inner-link {
  width: 100%;
  height: 240px;
  max-width: 800px;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .2s;
  position: absolute;
  top: auto;
  bottom: -120px;
  left: 0%;
  right: 0%;
}

.cta-inner-link:hover {
  box-shadow: 0 0 #0628ff;
}

.image-fill-out {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.contact-cta-block {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(-50px, 50%);
}

.cta-outer {
  width: 100%;
  max-width: 1170px;
  border: 1px solid var(--light-gray);
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px 175px;
  position: relative;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-5.cta-section {
  padding: 0 15px 220px;
}

.two-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.in-between-image {
  width: 100%;
  height: 300px;
  max-width: 1200px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: -150px auto 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.testimonial-image-corner {
  z-index: 3;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.square-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.square-block.testimonial {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
}

.block-testimonial {
  border: 1px solid var(--gray);
  color: #000;
  background-color: #fff;
  padding: 15px;
  text-decoration: none;
  position: relative;
}

.image-half-screen {
  width: 50vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-half-screen.right {
  width: 48vw;
  object-position: 0% 50%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.span-avatar {
  width: 3.75rem;
  height: 3.75rem;
  text-align: left;
  white-space: nowrap;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  bottom: -.875rem;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 2rem;
}

.span-avatar.three {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.span-avatar.three:hover {
  border-color: var(--dark-gray);
  border-bottom-left-radius: .5rem;
}

.span-avatar.one {
  white-space: nowrap;
  background-image: url('../images/Team-2_1Team 2.webp');
}

.span-avatar.one:hover {
  border-color: var(--primary-color);
}

.span-avatar.two {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.span-avatar.two:hover {
  border-color: var(--dark-green);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.span-name {
  background-color: var(--primary-color);
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 1rem;
  margin-top: -1.25rem;
  margin-left: -1rem;
  padding: .2rem .875rem;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
}

.span-name.three {
  background-color: var(--dark-gray);
}

.span-name.two {
  background-color: var(--dark-green);
  color: var(--white);
  font-family: Sarabun, sans-serif;
}

.lawyers-wrap {
  width: 90%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.about-team {
  width: 93%;
  font-size: 45px;
}

.low-content {
  z-index: 20;
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.low-content.right-content-item {
  padding-left: 60px;
  padding-right: 0;
}

.image-legal-work {
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-intro-wrapper {
  z-index: 10;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lawyers-content-home-3 {
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-layer-two {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
}

.protection-of-property-rights {
  min-height: 90vh;
  justify-content: center;
  display: flex;
}

.slide-arrow-icon {
  width: 1rem;
}

.business-slide-arrow {
  width: 12rem;
  height: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #e4eff3;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  display: flex;
  top: auto;
  bottom: 2.25rem;
  left: 8rem;
  right: 0;
  overflow: visible;
}

.business-slide-arrow.left-slide-arrow {
  left: 0;
  right: 15rem;
}

.business-slide-arrow.right-slide-arrow {
  justify-content: flex-start;
  left: 15rem;
}

.business-slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.content-intro-wrap {
  justify-content: space-between;
  display: flex;
}

.content-intro-wrap.busines-slide {
  width: 100%;
}

.business-image {
  width: 100%;
  height: 100%;
  min-width: 100vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.business-image.two {
  background-position: 10% 0;
}

.grid-content-home-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 96rem) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  z-index: 10;
  min-width: 8rem;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lawyers-slide-cover {
  width: 100%;
  justify-content: center;
  display: flex;
}

.business-slide-icon {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide-slide-nav {
  display: none;
}

.law-img {
  width: 50vw;
  min-width: 50vw;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.image-layer-one {
  width: 50%;
  height: 100%;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.family-services {
  margin-bottom: 40px;
}

.slider-section {
  overflow: hidden;
}

.collection-list-wrapper-5 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-overlay {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name-item {
  color: var(--primary-color);
  margin-top: 0;
  font-size: 20px;
}

.section-they-say {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.tab-2 {
  color: var(--black-notaro);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  transition: color .3s;
}

.tab-2:hover {
  opacity: 1;
  color: var(--primary-color);
}

.tab-2.w--current {
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.tab-2.last-tab {
  padding-right: 0;
}

.tabs-menu-3 {
  justify-content: flex-end;
  margin-top: -65px;
  display: flex;
}

.project-overlay-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: rgba(0, 0, 0, .5);
  background-image: linear-gradient(360deg, var(--black-notaro), transparent 50%);
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-overlay-2:hover {
  opacity: 1;
}

.project-title-2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
}

.project-title-2:hover {
  opacity: 1;
  color: var(--primary-color);
}

.project-category-2 {
  color: var(--primary-color);
  line-height: 1.2em;
}

.project-category-2:hover {
  color: #fff;
}

.project-lightbox-2 {
  width: 70px;
  height: 70px;
  border-style: none solid solid none;
  border-width: 70px 70px 70px 1px;
  border-color: var(--primary-color) var(--primary-color) transparent black;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.project-lightbox-2:hover {
  opacity: 1;
}

.project-icon-2 {
  color: #fff;
  margin-top: 10px;
  margin-left: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

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

.testimonials-title-home-3, .services-h-3 {
  width: 100%;
}

.light-peach {
  width: 75px;
  height: 75px;
  background-color: var(--light-peach);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.primary-notaro-button-green {
  border: 1px solid var(--dark-green);
  background-color: var(--dark-green);
  color: var(--white);
  text-align: center;
  padding: 15px 50px;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.primary-notaro-button-green:hover {
  border-color: var(--dark-green);
  color: var(--dark-green);
  background-color: rgba(0, 0, 0, 0);
}

.primary-notaro-button-green.full-width {
  width: 100%;
}

.h3-green-text {
  color: var(--dark-slate-blue);
}

.h2-green-text {
  color: var(--dark-green-text);
}

.light-green {
  background-color: var(--primary-light);
}

.primary-notaro-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark-green-text);
  text-align: center;
  padding: 15px 50px;
  transition: all .5s;
  display: inline-block;
}

.primary-notaro-button-white:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.primary-notaro-button-white.full-width {
  width: 100%;
  font-size: 16px;
}

.primary-notaro-button-white.full-width:hover {
  border-color: var(--black-notaro);
  background-color: var(--black-notaro);
  color: var(--white);
}

.footer-notaro-large-padding {
  text-align: center;
  background-color: #113970;
  background-image: url('../images/Png-2-1.png');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-start;
  padding-top: 98px;
  padding-bottom: 20px;
}

.news-content-home-1 {
  width: 60%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.h4-light-green {
  color: var(--dark-green-text);
}

.img-news {
  background-image: url('../images/Banner-15-1-1-1_1Banner 15 (1) (1) (1).webp');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.home-1-banner-overlay {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-notaro {
  z-index: 30;
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: -200px;
  position: relative;
}

.legal-content {
  width: auto;
  text-align: left;
}

.legal-img {
  width: 45%;
  background-image: url('../images/Banner-12-1_1Banner 12 (1).webp');
  background-position: 50%;
  background-size: cover;
}

.legal-img.about-us {
  width: 60%;
  min-height: 200px;
  background-image: url('../images/RM_studio_02.jpg');
  background-position: 50%;
}

.img-section.about-us-1 {
  padding-top: 80px;
}

.gray-ov {
  z-index: -1;
  height: 300px;
  background-color: var(--light-gray);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.case-studies {
  width: 60%;
}

.main-subtitle-slider {
  color: var(--primary-color);
}

.error-message-4 {
  background-color: var(--error);
}

.section-title-home-1 {
  max-width: 740px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-home-1.tablet-width {
  width: 100%;
  max-width: none;
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
}

.loop-image-list, .loop-image-list-right {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coming-soon-wrapper-2 {
  max-width: 690px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.coming-soon-heading-2 {
  width: 95%;
  margin-top: 60px;
  font-size: 60px;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: rgba(13, 13, 13, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loop-container {
  width: 100%;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.loop-image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.coming-soon-input-2 {
  width: 100%;
  height: 59px;
  min-width: 300px;
  border: 1px solid var(--primary-color);
  color: var(--black-notaro);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.coming-soon-input-2:focus {
  border: 1px solid var(--primary-color);
}

.coming-soon-input-2::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
}

.coming-soon-input-2::placeholder {
  color: var(--text);
  font-size: 16px;
}

.loop-intro-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.images-layout {
  width: 100%;
  grid-column-gap: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.coming-soon-form-2 {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.loop-image-list-left {
  width: 100%;
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  margin-top: -60%;
  display: grid;
}

.loop-section {
  width: 100%;
}

.image-content-right {
  width: 100%;
  height: 100vh;
  grid-column-gap: 1rem;
  align-items: center;
  overflow: hidden;
}

.success-message-4 {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 20px;
}

.error-message-5 {
  width: 100%;
  background-color: var(--error);
  margin-top: 10px;
  padding: 20px;
}

.coming-soon-form-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.body-green {
  background-color: var(--primary-light);
}

.notaro-logo-link {
  z-index: 100;
}

.utility-page-wrapper {
  height: 100vh;
  background-image: url('../images/Png-3-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

._404-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

._404 {
  color: var(--primary-color);
  font-size: 180px;
  line-height: 1em;
}

.green-portfolio-ov {
  z-index: -1;
  height: 250px;
  background-color: var(--dodger-blue);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-portfolio-tabs {
  width: 100%;
  justify-content: center;
  display: flex;
}

.collection-list-wrapper-6 {
  z-index: -1;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-hero-banner {
  width: 100vw;
  height: 500px;
  object-fit: cover;
  object-position: 50% 100%;
}

.studies-overlay {
  background-color: rgba(17, 17, 17, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.underline-link {
  height: 1.85rem;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-template-social-link-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  transition: all .3s;
  display: flex;
}

.project-template-social-link-2:hover {
  color: var(--primary-color);
}

.project-template-social-link-2.last-child {
  margin-right: 0;
}

.project-template-banner-image-2 {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-cover-portfolio-details {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stages-sidebar {
  width: 40%;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-right: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 124px;
}

.anchor-link {
  border-bottom: 1px solid var(--light-gray);
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.anchor-link.w--current {
  background-color: rgba(142, 165, 182, .05);
  padding-left: 24px;
  padding-right: 24px;
}

.tab-title-2 {
  z-index: 25;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.background-image-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-stage-info {
  max-width: 875px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.hover-cover-portfolio-details-2 {
  display: none;
}

.project-stage-title {
  max-width: 850px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.large-width {
  width: 100%;
}

.stage-banner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.content-portfolio-details {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-stage {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.client-quote-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-arrow {
  width: 18px;
  min-width: 18px;
  filter: invert();
}

.anchor-list {
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-stage-list {
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: flex;
}

.background-image-case-study {
  background-image: url('../images/Banner-15-1-1-1_1Banner 15 (1) (1) (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.case-study-item {
  color: var(--white);
  margin-top: 0;
}

.centered-intro-2 {
  max-width: 700px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.portfolio-main-title {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.meta-card-projects {
  width: 100%;
  grid-row-gap: 10px;
  text-align: center;
  border-right: 1px solid rgba(175, 175, 175, .5);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  display: flex;
}

.meta-card-projects.last-card {
  border-right-style: none;
}

.white-meta-card-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.details-ov {
  z-index: 1;
  background-color: rgba(255, 255, 255, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox {
  position: relative;
}

.overlay-details-dark {
  background-color: rgba(17, 17, 17, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-case-studies-details {
  background-color: rgba(13, 13, 13, .5);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 28%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.image-hero-item-banner {
  width: 100vw;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}

.collection-list-wrapper-7 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-section-white {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-banner-title {
  width: 37%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.project-tab {
  font-size: 18px;
}

.blog-post-cards {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-cards.filter-blog {
  display: flex;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-card-description {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: flex;
}

.blogs-card-image {
  min-height: 275px;
  position: relative;
  overflow: hidden;
}

.hero-card-info {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.blog-post-main-container {
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid rgba(192, 192, 211, 0);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  overflow: hidden;
  box-shadow: 0 12px 36px -8px rgba(53, 64, 117, .1);
}

.blog-post-main-container:hover {
  box-shadow: 0 12px 36px -8px rgba(53, 64, 117, 0);
}

.white-blog-text {
  color: #fff;
  margin-bottom: 0;
}

.wrapper-blog-classic {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-grid {
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: flex;
}

.blog-content {
  width: 50%;
}

.hover-line-fill {
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
}

.blog-name {
  width: 500px;
  display: inline-block;
  position: relative;
}

.list-blog-item {
  height: 100%;
  min-height: 160px;
  border-bottom: 1px solid var(--light-gray);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-owerlay {
  z-index: 10;
  background-color: rgba(13, 13, 13, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-blog-posts {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.description {
  width: 90%;
}

.blog-info-title {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  position: relative;
}

.blog-image-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-container {
  width: 100%;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.blog-container:hover {
  opacity: 1;
}

.subtitle-data-blog {
  line-height: 1.2em;
}

.collection-item {
  width: 48%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.collection-item:nth-child(2n+1) {
  margin-bottom: -80px;
}

.collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.blog-sidebar-right-wrapper-2 {
  width: 35%;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.sidebar-recent-posts-wrapper-2 {
  margin-top: 20px;
}

.blog-3-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.sidebar-search-input-2 {
  height: 59px;
  border: 1px solid var(--primary-color);
  color: var(--black-notaro);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 22px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.sidebar-search-input-2:focus {
  border-color: var(--black-notaro);
}

.sidebar-search-input-2::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
}

.sidebar-search-input-2::placeholder {
  color: var(--text);
  font-size: 16px;
}

.blog-sidebar-wrapper-2 {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sidebar-categories-2 {
  border: 1px solid var(--light-gray);
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}

.sidebar-search-2 {
  background-color: rgba(0, 0, 0, 0);
}

.blog-sidebar-left-wrapper-2 {
  width: 64%;
  padding-bottom: 80px;
}

.sidebar-recent-posts-2 {
  border: 1px solid var(--light-gray);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

.sidebar-search-wrapper-2 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.sidebar-categories-list-2 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  display: flex;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.article {
  width: 100%;
}

.collection-list-9 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.link-arrow {
  width: 12px;
}

.link-arrow.large {
  width: 18px;
}

.link-blog-3 {
  color: var(--white);
  font-size: 30px;
}

.link-blog-3:hover {
  color: var(--primary-color);
}

.subtitle-home-1 {
  color: var(--white);
}

.hover-blog-3-line-fill {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.blog-3-card-content {
  z-index: 25;
  width: 100%;
  height: 100%;
  grid-row-gap: 140px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.blog-3-card {
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-background {
  width: 110%;
  height: 120%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.blog-3-card-info {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 36px;
  display: flex;
}

.background-blog-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-card-strip {
  height: 46px;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(175, 175, 175, .5);
  border-bottom: 1px solid rgba(175, 175, 175, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: grid;
  position: relative;
  overflow: visible;
}

.hover-blog-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-blog-line.top {
  top: -1px;
  bottom: auto;
}

.blog-category---3:hover {
  color: var(--white);
}

.recent-posts {
  margin-top: 0;
}

.container-holi-awards {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.awards {
  flex: 1;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.awards.blog {
  padding-top: 40px;
}

.awards.last-item {
  padding-top: 40px;
  padding-bottom: 0;
}

.core-value-top {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.award-info-title {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
}

.award-info-title.autor {
  align-items: center;
  display: flex;
}

.blog-details-link-title-2 {
  margin-bottom: 0;
}

.short-title {
  margin-bottom: 20px;
}

.blog-template-wrapper-2 {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.subtitle-core-value {
  font-size: 18px;
  font-weight: 400;
}

.border-wrap-reviews {
  border-right: 1px solid var(--primary-color);
  margin-right: 20px;
  padding-right: 20px;
}

.previ-post-arrow {
  width: 18px;
  color: #afafaf;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow-2 {
  width: 18px;
  color: #afafaf;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.image-agency {
  width: 29%;
  height: 100%;
  object-fit: cover;
  border-right: 1px rgba(175, 175, 175, .5);
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image-agency.blog {
  padding-top: 40px;
}

.slider-blog-arrow {
  width: 50%;
  height: auto;
  border-right: 1px solid var(--primary-color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 0;
  left: auto;
}

.blog-template-pagination-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.autor-name {
  margin-bottom: 10px;
}

.avatar {
  width: 100%;
  height: 100%;
  background-image: url('../images/Team-1_1Team 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.avatar.avatar-4 {
  background-image: url('../images/young-businesswoman-posing-with-copy-space-1_1young-businesswoman-posing-with-copy-space 1.webp');
  background-position: 50% 10%;
}

.avatar.avatar-1 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.review-blog-details {
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.client-avatar {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  padding: 6px;
  position: relative;
}

.client-avatar.item-autors {
  width: 70px;
  height: 70px;
  padding: 0;
}

.testimonials-text {
  color: var(--black-notaro);
  font-size: 32px;
  font-weight: 500;
}

.content-blog-details-wrap {
  z-index: 20;
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.data-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.scroll-blog-link {
  z-index: 5;
  background-color: var(--light-gray);
  border: 1px rgba(140, 159, 172, .2);
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
  overflow: hidden;
}

.blog-intro-content {
  width: 60%;
  min-height: 500px;
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: start;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.subtitle-data {
  color: var(--black-notaro);
  font-family: Cabin, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.data-line {
  width: 40px;
  height: 1px;
  background-color: var(--black-notaro);
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.scroll-blog-circle {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(17, 17, 17, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.link-hover-fill {
  background-color: var(--primary-color);
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-blog-details {
  height: 500px;
  justify-content: center;
  align-items: stretch;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-blog-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-blog-2 {
  background-color: rgba(13, 13, 13, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-arrow {
  z-index: 100;
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.banner-paragraph {
  width: 85%;
}

.subtitle-core-value-color {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
}

.paragraph-74 {
  font-size: 16px;
}

.block-absolute-2 {
  min-width: 725px;
  background-color: #ca9c5e;
  justify-content: space-between;
  margin-bottom: -20px;
  padding: 44px 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.h2-color-span-2 {
  color: #ca9c5e;
}

.collection-list-11 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.paragraph-black {
  color: var(--black-notaro);
}

.studies-overlay-faq {
  background-color: rgba(17, 17, 17, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-list {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.tab-faq-title {
  z-index: 25;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.our-team-holder {
  width: 100%;
  align-items: center;
  display: flex;
}

.our-team-holder.home-3 {
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.item-description-faq {
  width: 95%;
  margin-bottom: 0;
}

.tab-bottom {
  background-color: rgba(142, 165, 182, .05);
  border-top: 1px rgba(175, 175, 175, .5);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.tab-bottom-content {
  border-top: 1px rgba(255, 255, 255, .1);
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.hover-cover {
  background-color: rgba(142, 165, 182, .05);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-top {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.our-team-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

.vertical-faq-line {
  width: 2px;
  height: 16px;
  background-color: var(--black-notaro);
  position: absolute;
}

.tab-faq {
  width: 100%;
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.skills-item {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  display: flex;
}

.skills-item.left-top-last-one-left, .skills-item.left-top-last-one {
  border-top: 1px solid rgba(175, 175, 175, .5);
  border-bottom-style: solid;
  border-bottom-color: rgba(175, 175, 175, .5);
}

.skills-item.left-top {
  border-top: 1px solid rgba(175, 175, 175, .5);
  border-bottom-style: none;
}

.page-faq-image {
  width: 50%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.horizontal-faq-line {
  width: 16px;
  height: 2px;
  background-color: var(--black-notaro);
}

.home-one-team-wrapper {
  width: 100%;
  position: relative;
}

.faq-wrapper {
  width: 45%;
}

.video-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.video-bottom {
  z-index: 10;
  text-align: center;
  padding-bottom: 9rem;
  position: relative;
}

.info-scroll-background {
  height: 100vh;
  margin-top: -4rem;
  padding: 4rem 15px 1rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.feature-content {
  z-index: 10;
  width: 100vw;
  min-height: 100vh;
  justify-content: center;
  display: flex;
  position: relative;
}

.noraro-content-column {
  grid-column-gap: 30rem;
  grid-row-gap: 30rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 90vh;
  margin-bottom: -25vh;
  padding-bottom: 70px;
  display: grid;
}

.noraro-content-column.right-feature-column {
  margin-top: 125vh;
  margin-bottom: 0;
}

.play-icon {
  width: 1.25rem;
  margin-left: .2rem;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-component {
  flex-direction: column;
  display: flex;
}

.notaro-video-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.scroll-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-wrapper {
  height: 75vh;
  justify-content: center;
  align-items: center;
  margin-bottom: -20vh;
  padding-top: 40vh;
  padding-bottom: 30vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.overlay-2.dark-overlay {
  background-color: rgba(15, 19, 22, .55);
}

.middle-column {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  display: flex;
}

.info-scroll-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-lightbox {
  z-index: 10;
  width: 5rem;
  height: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  border: 1px solid var(--white);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.scroll-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-content {
  max-width: 25rem;
}

.video-content.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-loop-section {
  z-index: 10;
  padding-bottom: 80px;
  position: relative;
}

.video-loop-section.our-best-services {
  padding-top: 80px;
}

.white-video-description {
  color: var(--white);
}

.white-video-description.bottom-spaces {
  margin-bottom: 40px;
}

.video-title {
  color: var(--white);
}

.bg-video-overlay {
  z-index: 1;
  background-color: rgba(17, 17, 17, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.job-title-green {
  color: var(--dark-green-text);
  font-weight: 400;
}

.team-slide-item-desc-dark {
  color: var(--black-notaro);
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-social-green {
  color: var(--dark-green-text);
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
}

.team-social-green:hover {
  color: var(--black-notaro);
}

.slide-6 {
  height: 100%;
}

.team-socials-wrapper-about-us {
  grid-column-gap: 30px;
  display: flex;
}

.spa-description {
  margin-bottom: 20px;
}

.our-services-content-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.notaro-center-container {
  width: 100%;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-img-item {
  margin-left: auto;
  margin-right: auto;
}

.notaro-center-image-item {
  width: 33%;
  height: 400px;
  background-image: url('../images/Woman-1-1_1Woman (1) (1).webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.notaro-center-image-item.image-2 {
  background-image: url('../images/1-1_11 (1).webp');
  position: relative;
}

.notaro-center-image-item.image-3 {
  background-image: url('../images/Banner-14-1_1Banner 14 (1).webp');
  position: relative;
}

.spa-icon {
  height: 70px;
}

.our-services {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.services-content-wrapper {
  z-index: 1;
  width: 100%;
  border: 1px solid var(--light-gray);
  background-color: #fff;
  margin-bottom: -100px;
  padding: 20px;
}

.item-services-wrap {
  width: 25%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-item-container {
  border-top: 1px none var(--primary-color);
  border-bottom: 1px none var(--primary-color);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.review-item-container.borders {
  border-top-style: solid;
  border-bottom-style: solid;
}

.address-item {
  color: var(--black-notaro);
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.link-contact-us {
  color: var(--chocolate);
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2em;
}

.link-contact-us:hover {
  color: var(--white);
}

.success-message-5 {
  background-color: var(--primary-color);
  padding: 20px;
}

.success-text {
  color: var(--white);
}

.error-message-6 {
  background-color: var(--error);
  margin-top: 20px;
  padding: 20px;
}

.form-block-3, .form-block-4 {
  margin-bottom: 0;
}

.success-message-6 {
  background-color: var(--primary-color);
  padding: 20px;
}

.text-block-2 {
  color: var(--white);
}

.error-message-7 {
  background-color: var(--error);
  margin-top: 20px;
  padding: 20px;
}

.icons-wrap {
  z-index: 10;
  width: 100%;
  background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-map-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 6%;
  left: -28%;
}

.map-icon-2 {
  color: var(--white);
  padding: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.map-icon-2.icon-1 {
  font-size: 22px;
}

.map-icon-2.icon-3 {
  font-size: 20px;
}

.icon-map-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 28%;
}

.map-section {
  position: relative;
  overflow: hidden;
}

.icon-map-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 13%;
  left: 2%;
}

.map {
  height: 400px;
}

.location-map-wrapper-2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.contact-us-3-container {
  width: 100%;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.locations-item {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px rgba(145, 145, 145, .15);
}

.contacts-3-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.locations-wrapper {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.base-container-2 {
  z-index: 100;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.locations {
  z-index: 10;
  margin-top: -130px;
  padding-bottom: 80px;
  position: relative;
}

.testimonials-card-item-3 {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.map-image {
  z-index: 1;
  width: 100vw;
  height: 410px;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-description-leadership {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  font-size: 19px;
}

.leadership-title, .leadership-title.azzurro {
  color: var(--white);
}

.notaro-3-container {
  width: 61%;
  margin-right: auto;
}

.base-container-logos {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.contacts-textarea--3 {
  min-height: 200px;
  border: 1px solid var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
  padding: 16px 18px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.contacts-textarea--3:focus {
  border: 1px solid var(--primary-color);
}

.contacts-textarea--3::-ms-input-placeholder {
  color: var(--text);
  font-size: 16px;
}

.contacts-textarea--3::placeholder {
  color: var(--text);
  font-size: 16px;
}

.success-message-7 {
  background-color: var(--primary-color);
  padding: 20px;
}

.text-block-3 {
  color: var(--white);
}

.error-message-8 {
  margin-top: 20px;
  padding: 20px;
}

.banner-title-st {
  color: var(--black-notaro);
  text-align: center;
}

.banner-title-st.inner-pages {
  font-size: 60px;
}

.item-wrapper-all-secvices {
  width: 100%;
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.notaro-all-services-container {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.notaro-image-all-services {
  width: 100%;
  height: 400px;
  background-image: url('../images/Woman-1-1_1Woman (1) (1).webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.notaro-image-all-services.image-2 {
  background-image: url('../images/1-1_11 (1).webp');
  position: relative;
}

.notaro-image-all-services.image-3 {
  background-image: url('../images/Banner-14-1_1Banner 14 (1).webp');
  position: relative;
}

.notaro-image-all-services.image-4 {
  background-image: url('../images/young-businesswoman-posing-with-copy-space-1_1young-businesswoman-posing-with-copy-space 1.webp');
  position: relative;
}

.notaro-image-all-services.image-5 {
  background-image: url('../images/Banner-9-2_1Banner 9 (2).webp');
  background-position: 70% 0;
  position: relative;
}

.notaro-image-all-services.image-6 {
  background-image: url('../images/Man-1_1Man (1).webp');
  position: relative;
}

.background-load-bottom {
  z-index: 25;
  height: 50%;
  background-color: #f7f8fc;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-card-wrapper {
  min-height: 900px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.how-it-works-fill {
  width: 100%;
  height: 0;
  background-color: #081c3a;
  border-radius: 100px;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.steps-content {
  grid-row-gap: 45px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-background-image-2 {
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background-image-2.steps-background {
  background-image: url('../images/Banner-10-2_1Banner 10 (2).webp');
  background-position: 50% 100%;
}

.how-we-work-image {
  min-height: 200px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-cards {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.card-arrow {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px rgba(192, 192, 211, .2);
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -51px;
  transform: rotate(45deg);
}

.background-load-top {
  z-index: 25;
  height: 50%;
  background-color: #f7f8fc;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.steps-card {
  min-height: 275px;
  border: 1px solid rgba(192, 192, 211, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.steps-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 100px;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #081c3a;
}

.steps-circle {
  width: 48px;
  height: 48px;
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-tracker {
  width: 2px;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-intro {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid rgba(202, 156, 94, .5);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.steps-sticky-card {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  grid-row-gap: 40px;
  box-shadow: none;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 36px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  overflow: visible;
}

.steps-description {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.work-text {
  margin-bottom: 40px;
}

.work-steps {
  margin-top: 0;
}

.line-header-black, .line-black {
  width: 42px;
  height: 2px;
  color: #fff;
  background-color: #fff;
  margin-bottom: 3px;
}

.base-container-lp {
  width: 100%;
  max-width: 1480px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-pages-wrapper.lp-top-container {
  grid-row-gap: 0px;
}

.permits {
  font-size: 45px;
}

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

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  color: var(--white);
}

.all-templates {
  z-index: 1000;
  width: 141px;
  background-color: var(--white);
  color: #4353ff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.all-templates:hover {
  color: #4353ff;
}

.unlimited-webflow-design {
  z-index: 1000;
  color: var(--white);
  background-color: #1c276d;
  border: 1px solid #1c276d;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 84px;
  left: auto;
  right: 12px;
}

.unlimited-webflow-design:hover {
  color: var(--white);
}

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

.paragraph-75 {
  color: var(--dark-gray);
}

.job-tdescription {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.image-104 {
  color: var(--text-dark);
}

.icon-maill-oro {
  color: var(--dodger-blue);
  margin-top: 13px;
}

.icon-maill-oro:hover {
  border: 0px none var(--black-notaro);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .47);
}

.approfondisci {
  border: 1px solid var(--primary-color);
  background-color: var(--chocolate);
  color: var(--white);
  text-align: center;
  margin-top: 26px;
  padding: 5px 20px;
  font-size: 16px;
  transition: all .5s;
  display: inline-block;
}

.approfondisci:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.approfondisci.full-width-mobile {
  font-size: 16px;
  display: block;
}

.approfondisci.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.approfondisci.search-button:hover {
  border-color: var(--black-notaro);
  background-color: var(--text-dark);
  color: var(--white);
}

.approfondisci.header:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.approfondisci.white-hover:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-color);
}

.approfondisci.main-banner-hover:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
}

.approfondisci.full-width {
  width: 100%;
}

.approfondisci.black-hover:hover {
  border-color: var(--black-notaro);
  background-color: var(--black-notaro);
  color: var(--white);
}

.approfondisci.lp-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black-notaro);
}

.approfondisci.lp-button:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.base-container-servizi-2 {
  z-index: 100;
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.services-description-piccolo {
  color: var(--dark-gray);
  margin-top: 0;
  font-size: 14px;
}

.list-item {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 10%;
  flex-wrap: nowrap;
  align-items: flex-start;
  list-style-type: disc;
}

.section-bianco-bg-dx {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.home-2-services {
  width: 100%;
  grid-column-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.serv-01 {
  width: 40%;
  min-height: 300px;
  background-image: url('../images/servizi_01.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 54px;
  display: flex;
}

.serv-02 {
  width: 40%;
  min-height: 300px;
  background-image: url('../images/RM_studio_14.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 54px;
  display: flex;
}

.serv-03 {
  width: 40%;
  min-height: 300px;
  background-image: url('../images/servizi_03.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 54px;
  display: flex;
}

.serv-04 {
  width: 40%;
  min-height: 300px;
  background-image: url('../images/servizi_04.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 54px;
  display: flex;
}

.serv-05 {
  width: 40%;
  min-height: 300px;
  background-image: url('../images/servizi_5.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 54px;
  display: flex;
}

.serv-06 {
  width: 40%;
  min-height: 300px;
  background-image: url('../images/servizi_06.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 54px;
  display: flex;
}

.main-subtitle-home {
  color: #6cadf3;
}

.arancione {
  color: #eb6918;
}

.bold-text {
  color: #fc7b2c;
}

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

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--dark-slate-blue);
}

.dati-content-wrapper {
  width: 100%;
  padding-right: 40px;
}

.paragraph-76 {
  color: var(--dark-gray);
}

.link-detail-wrapper {
  width: auto;
  justify-content: space-between;
  margin-top: 23px;
  display: flex;
}

.footer-brand-description-3 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
}

.contacts-detail-2 {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.contacts-detail-2:hover {
  color: var(--white);
}

.link-contact-2 {
  color: var(--chocolate);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.link-contact-2:hover {
  color: var(--white);
}

.paragraph-77 {
  color: var(--dark-gray);
  line-height: 2em;
}

.img-vincenziano {
  width: 100%;
  height: 300px;
  background-image: url('../images/RM_studio_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-vincenziano.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-vincenziano.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-vincenziano.team-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.img-vincenziano.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-vincenziano.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.img-luigi {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-luigi.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-luigi.team-3 {
  background-image: url('../images/RM_studio_09.jpg');
  background-position: 50%;
}

.img-luigi.team-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.img-luigi.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-luigi.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.img-bianca {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-bianca.team-2 {
  background-image: url('../images/bianca.jpg');
  background-position: 50%;
}

.img-bianca.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-bianca.team-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.img-bianca.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-bianca.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.img-monica {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-monica.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-monica.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-monica.team-4 {
  background-image: url('../images/monica.jpg');
  background-position: 50%;
}

.img-monica.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-monica.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.img-daniela {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-daniela.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-daniela.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-daniela.team-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.img-daniela.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-daniela.team-6 {
  background-image: url('../images/daniela.jpg');
  background-position: 50%;
}

.img-domenico {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-domenico.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-domenico.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-domenico.team-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.img-domenico.team-5 {
  background-image: url('../images/domenico.jpg');
}

.img-domenico.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.img-giorgia {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-giorgia.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-giorgia.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-giorgia.team-4 {
  background-image: url('../images/debora.jpg');
  background-position: 50%;
}

.img-giorgia.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-giorgia.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.img-barbara {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-barbara.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-barbara.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-barbara.team-4 {
  background-image: url('../images/barbara.jpg');
  background-position: 50%;
}

.img-barbara.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-barbara.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.img-debora {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-debora.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-debora.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-debora.team-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.img-debora.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-debora.team-6 {
  background-image: url('../images/debora_1.jpg');
  background-position: 50% 0;
}

.img-grazia {
  width: 100%;
  height: 300px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-grazia.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-grazia.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-grazia.team-4 {
  background-image: url('../images/grazia.jpg');
  background-position: 50%;
}

.img-grazia.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-grazia.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.section-team {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-team.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-team.changelog-banner {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Banner-4-2_1Banner 4 (2).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.section-team.without-bottom-spacing {
  padding-bottom: 107px;
}

.section-team.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.section-team.feedback {
  overflow: hidden;
}

.section-team.bottom-padding {
  background-color: var(--light-peach);
  padding-bottom: 230px;
}

.section-team.light-gray {
  background-color: #fff;
  flex-direction: row;
  display: flex;
}

.section-team.home-1-free-consultation {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/Png-2-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 280px;
}

.section-team.case-studies-page {
  min-height: 600px;
  background-image: url('../images/RM_studio_04.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section-team.our-blog-banner {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RM_studio_10.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section-team.blog-classic {
  padding-top: 20px;
}

.section-team.light-gray {
  background-color: #f0f0f0;
}

.section-team.contact-us-1 {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RM_studio_05.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section-team.banner-contacts-3 {
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/RM_studio_05.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 130px;
  display: flex;
}

.section-team.color-section-lp {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Banner-4-2_1Banner 4 (2).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-team.utility-page {
  min-height: 600px;
  background-image: url('../images/fondo02.jpg');
  background-position: 50%;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section-team.circolari-page {
  min-height: 600px;
  background-image: url('../images/RM_studio_10.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section-team.servizi-page {
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/RM_studio_01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 130px;
  display: flex;
}

.section-team.studio-page {
  min-height: 600px;
  background-image: url('../images/RM_studio_11.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section-team.contact-us-2 {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/prisma-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.section-team.servizi2-page {
  min-height: 650px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/RM_studio_01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  overflow: hidden;
}

.footer-brand-description-4 {
  color: var(--chocolate);
  text-align: left;
  margin-top: 0;
  margin-left: 8px;
  margin-right: 10px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pdf-container {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pdf-box {
  width: 100%;
  border: 1px solid var(--text);
  background-color: rgba(0, 0, 0, .03);
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.pdf-box:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .06);
}

.pdf-box-info {
  width: 100%;
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.pdf-title {
  color: var(--dodger-blue);
  font-weight: 400;
}

.job-tdescription-copy, .pdf-tdescription {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.pdf-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.img-pdf {
  width: 100%;
  height: 350px;
  border: 1px solid var(--dark-slate-blue);
  background-image: url('../images/INF-SGDP.05_PDF--INFORMATIVA-SITO-WEB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
}

.img-pdf.team-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.img-pdf.team-3 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.img-pdf.team-4 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.img-pdf.team-5 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.img-pdf.team-6 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.icon-pdf-down {
  color: var(--dodger-blue);
  margin-top: 13px;
}

.icon-pdf-down:hover {
  border: 0px none var(--black-notaro);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .47);
}

.heading-7 {
  margin-top: 49px;
  margin-bottom: 27px;
}

.heading-8 {
  margin-top: 39px;
}

.imgagine-pdf {
  width: 100%;
  height: 350px;
  border: 1px solid var(--dark-gray);
  border-radius: 2px;
}

.paragraph-privacy {
  color: var(--text-dark);
  text-align: justify;
  margin-top: 39px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10 {
  color: var(--dodger-blue);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.changelog-banner {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .section.without-bottom-spacing {
    padding-bottom: 87px;
  }

  .section.style-guide-section {
    padding-top: 200px;
  }

  .section.bottom-padding {
    padding-bottom: 280px;
  }

  .section.home-1-free-consultation {
    padding-top: 330px;
  }

  .section.case-studies-page {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .section.our-blog-banner {
    min-height: 500px;
  }

  .section.blog-classic {
    padding-top: 70px;
  }

  .section.contact-us-1 {
    min-height: 500px;
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-14-1_1Banner 14 (1).webp');
    background-position: 0 0, 50% 20%;
    padding-bottom: 80px;
  }

  .section.utility-page, .section.circolari-page, .section.studio-page {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .section.contact-us-2 {
    min-height: 500px;
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-14-1_1Banner 14 (1).webp');
    background-position: 0 0, 50% 20%;
    padding-bottom: 80px;
  }

  .section.servizi2-page {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .h1-tablet {
    font-size: 45px;
  }

  .h2-tablet {
    font-size: 34px;
  }

  .h1-mobile {
    font-size: 35px;
  }

  .h2-mobile {
    font-size: 28px;
  }

  .h3-tablet {
    font-size: 22px;
  }

  .h4-tablet, .h4-mobile {
    font-size: 18px;
  }

  .banner-title.inner-pages {
    font-size: 80px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .contacts-2-content-wrapper {
    padding-left: 60px;
  }

  .contacts-3-capabilities-wrap-right {
    width: 53%;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 180px;
    padding-bottom: 100px;
  }

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

  .team-slider-image {
    height: 400px;
  }

  .team-slider-content {
    margin-left: 80px;
  }

  .team-slider-left-arrow {
    left: 260px;
  }

  .team-slider-right-arrow {
    left: 310px;
  }

  .tabs-content {
    margin-top: 70px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .home-8-testimonial-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 100px 80px;
  }

  .testimonials-nav-outline-item-2 {
    opacity: 1;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .get-in-touch {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-body-wrapper-2 {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-section-title {
    font-size: 50px;
  }

  .section-ttile-description {
    width: 60%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .section-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-banner.landing-banner {
    min-height: 88vh;
    background-image: none;
  }

  .services-container-home-1 {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .follow-our-socials {
    color: #000;
    line-height: 2em;
  }

  .nav-dropdown-list-3.w--open {
    left: auto;
  }

  .nav-dropdown-intro-link {
    font-weight: 500;
  }

  .paragraph-home-1 {
    width: 50%;
  }

  .banner-title-home-1 {
    width: 60%;
  }

  .footer-brand-description-2 {
    max-width: none;
  }

  .footer-notaro {
    padding-top: 120px;
  }

  .footer-rights-wrapper-2 {
    margin-top: 30px;
  }

  .form-section-inner {
    height: auto;
  }

  .consultation-text {
    width: 60%;
  }

  .consultation-title {
    width: 55%;
  }

  .section-grigia-bg-sx, .section-reviews {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 70px;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .banner-block-left-home-1 {
    width: 47%;
    max-height: none;
    min-height: 95vh;
  }

  .brand-block {
    flex-wrap: nowrap;
  }

  .banner-title-home-2 {
    font-size: 60px;
  }

  .large-photo-gallery {
    grid-template-rows: 325px;
    grid-template-columns: 280px 1fr 280px;
  }

  .image-notaro-home-2 {
    height: 325px;
  }

  .image-block-left {
    min-width: 580px;
  }

  .block-absolute {
    margin-bottom: -50px;
  }

  .image-home-1 {
    min-height: 105vh;
  }

  .home-team-content-2 {
    width: 35%;
    padding-right: 30px;
  }

  .home-team-wrapper-2 {
    margin-left: 6%;
  }

  .home-team-testimonial-2 {
    width: 65%;
  }

  .home-5-services-overlay {
    width: 50%;
  }

  .home-5-big-one-round-corners {
    height: 650px;
  }

  .insta-wrapper {
    width: 67%;
  }

  .banner-title-home-3 {
    font-size: 65px;
  }

  .content-2.medium {
    max-width: 510px;
  }

  .cta-outer {
    padding-top: 100px;
  }

  .section-5.cta-section {
    padding-bottom: 270px;
  }

  .in-between-image {
    margin-bottom: 100px;
  }

  .image-half-screen.right {
    width: 50vw;
  }

  .about-team {
    font-size: 50px;
  }

  .low-content {
    margin-left: 3%;
  }

  .low-content.right-content-item {
    margin-left: 0%;
    margin-right: 3%;
  }

  .business-image {
    background-position: 112%;
  }

  .footer-notaro-large-padding {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .img-news {
    background-position: 45%;
  }

  .img-section.about-us-1 {
    padding-top: 130px;
  }

  .gray-ov {
    height: 400px;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 65px;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .green-portfolio-ov {
    height: 300px;
  }

  .collection-list-wrapper-6 {
    align-items: flex-end;
  }

  .stages-sidebar {
    padding-right: 60px;
  }

  .stage-banner {
    height: 450px;
  }

  .blog-banner-title {
    width: 30%;
  }

  .blog-post-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-content {
    width: 51%;
  }

  .list-blog-item {
    grid-column-gap: 60px;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .blog-3-card-content {
    grid-row-gap: 160px;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-agency {
    width: 30%;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .blog-intro-content {
    width: 65%;
    min-height: 550px;
  }

  .section-blog-details {
    height: 650px;
  }

  .banner-paragraph {
    width: 90%;
  }

  .block-absolute-2 {
    margin-bottom: -50px;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

  .page-faq-image {
    height: 335px;
    object-position: 50% 0%;
  }

  .faq-wrapper {
    height: 335px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .video-loop-section {
    padding-bottom: 130px;
  }

  .video-loop-section.our-best-services {
    padding-top: 130px;
  }

  .notaro-center-container {
    grid-column-gap: 30px;
  }

  .notaro-center-image-item {
    height: 450px;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .our-services {
    margin-top: 100px;
  }

  .services-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .review-item-container {
    grid-column-gap: 60px;
  }

  .locations {
    padding-bottom: 130px;
  }

  .white-description-leadership {
    width: 85%;
  }

  .notaro-3-container {
    width: 65%;
  }

  .base-container-logos {
    margin-top: 130px;
  }

  .banner-title-st.inner-pages {
    font-size: 80px;
  }

  .notaro-all-services-container {
    grid-column-gap: 30px;
  }

  .notaro-image-all-services {
    height: 450px;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .permits {
    font-size: 62px;
  }

  .section-bianco-bg-dx {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .footer-brand-description-3 {
    max-width: none;
  }

  .section-team {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-team.changelog-banner {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .section-team.without-bottom-spacing {
    padding-bottom: 87px;
  }

  .section-team.style-guide-section {
    padding-top: 200px;
  }

  .section-team.bottom-padding {
    padding-bottom: 280px;
  }

  .section-team.home-1-free-consultation {
    padding-top: 330px;
  }

  .section-team.case-studies-page {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .section-team.our-blog-banner {
    min-height: 500px;
  }

  .section-team.blog-classic {
    padding-top: 70px;
  }

  .section-team.contact-us-1 {
    min-height: 500px;
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-14-1_1Banner 14 (1).webp');
    background-position: 0 0, 50% 20%;
    padding-bottom: 80px;
  }

  .section-team.utility-page, .section-team.circolari-page, .section-team.studio-page {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .section-team.contact-us-2 {
    min-height: 500px;
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-14-1_1Banner 14 (1).webp');
    background-position: 0 0, 50% 20%;
    padding-bottom: 80px;
  }

  .section-team.servizi2-page {
    min-height: 500px;
    padding-bottom: 80px;
  }

  .footer-brand-description-4 {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-contacts-3, .section.servizi-page {
    min-height: 580px;
    padding-top: 100px;
  }

  .team-slider-image {
    height: 450px;
  }

  .team-slider-left-arrow {
    left: 300px;
  }

  .team-slider-right-arrow {
    left: 350px;
  }

  .testimonials-slider-author {
    margin-top: 30px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .free-trial-wrapper-2.landing {
    max-width: 600px;
  }

  .section-banner.landing-banner {
    min-height: 90vh;
    background-image: none;
    padding-top: 170px;
  }

  .services-container-home-1 {
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-wrapper {
    border-color: #e5e7eb;
    border-left-width: 1px;
  }

  .section-home-3 {
    padding-top: 150px;
  }

  .footer-brand-description-2 {
    max-width: none;
  }

  .section-video {
    height: 700px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 40px;
  }

  .banner-block-left-home-1 {
    width: 47.5%;
  }

  .home-2-notaro-banner {
    padding-top: 60px;
  }

  .item-wrapper-home-2 {
    border-color: #e5e7eb;
    border-left-width: 1px;
  }

  .home-team-content-2 {
    width: 30%;
    padding-right: 10px;
  }

  .home-team-wrapper-2 {
    margin-left: 8%;
  }

  .testimonials-text-wrapper-2 {
    padding: 40px 60px;
  }

  .home-5-testimonials-mask-2, .home-team-testimonial-2 {
    width: 70%;
  }

  .hero-top-content.home-3-banner {
    padding-top: 50px;
  }

  .hero-top-content.portfolio-details {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .low-content {
    margin-left: 8%;
  }

  .low-content.right-content-item {
    margin-right: 8%;
  }

  .business-image {
    background-position: 145%;
  }

  .stage-banner {
    height: 500px;
  }

  .list-blog-item {
    grid-column-gap: 80px;
  }

  .blog-3-card-content {
    grid-row-gap: 180px;
  }

  .review-blog-details {
    grid-column-gap: 80px;
  }

  .blog-intro-content {
    min-height: 500px;
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .tab-faq {
    grid-column-gap: 80px;
  }

  .item-services-wrap {
    border-color: #e5e7eb;
    border-left-width: 1px;
  }

  .review-item-container {
    grid-column-gap: 80px;
  }

  .item-wrapper-all-secvices {
    border-color: #e5e7eb;
    border-left-width: 1px;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer-brand-description-3 {
    max-width: none;
  }

  .section-team.banner-contacts-3, .section-team.servizi-page {
    min-height: 580px;
    padding-top: 100px;
  }

  .footer-brand-description-4 {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner-contacts-3, .section.servizi-page {
    min-height: 700px;
    background-image: linear-gradient(rgba(14, 14, 14, .5), rgba(14, 14, 14, .5)), url('../images/Banner-15-1-1-1_1Banner 15 (1) (1) (1).webp');
    background-position: 0 0, 50% 20%;
    padding-top: 110px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    min-height: 92vh;
    background-image: none;
    padding-top: 180px;
  }

  .color-bg {
    height: 200px;
  }

  .section-home-3 {
    padding-top: 190px;
  }

  .image-logo-wrap {
    margin-top: 100px;
  }

  .home-content-wrap {
    margin-top: 0;
  }

  .footer-brand-description-2 {
    max-width: none;
  }

  .footer-notaro {
    background-position: 50% 60%;
  }

  .footer-brand-wrapper-2 {
    align-items: center;
  }

  .section-video {
    height: 750px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 100px;
  }

  .banner-block-left-home-1 {
    width: 48%;
  }

  .home-2-notaro-banner {
    padding-top: 112px;
  }

  .home-2-content-wrap {
    margin-top: 0;
  }

  .large-photo-gallery {
    grid-template-rows: 400px;
    grid-template-columns: 420px 1fr 420px;
  }

  .image-notaro-home-2 {
    height: 400px;
  }

  .image-home-1 {
    object-position: 100% 0%;
  }

  .home-team-content-2 {
    width: 21%;
  }

  .home-team-wrapper-2 {
    margin-left: 18.5%;
  }

  .home-5-testimonials-mask-2 {
    width: 60%;
  }

  .home-team-testimonial-2 {
    width: 80%;
  }

  .home-5-services-overlay {
    width: 45%;
  }

  .hero-top-content.home-3-banner {
    padding-top: 70px;
  }

  .hero-top-content.portfolio-details {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .low-content {
    margin-left: 11%;
  }

  .low-content.right-content-item {
    margin-right: 11%;
  }

  .business-image {
    background-position: -550px;
  }

  .footer-notaro-large-padding {
    background-position: 50% 60%;
  }

  .image-notaro {
    height: 450px;
  }

  ._404 {
    font-size: 220px;
  }

  .blog-intro-content {
    min-height: 550px;
    padding-top: 210px;
    padding-bottom: 100px;
  }

  .section-blog-details {
    height: 700px;
  }

  .page-faq-image {
    width: 48%;
    height: 340px;
  }

  .faq-wrapper {
    height: 340px;
  }

  .map {
    height: 500px;
  }

  .map-image {
    height: 505px;
  }

  .div-block-footer {
    min-width: 800px;
  }

  .footer-brand-description-3 {
    max-width: none;
  }

  .section-team.banner-contacts-3, .section-team.servizi-page {
    min-height: 700px;
    background-image: linear-gradient(rgba(14, 14, 14, .5), rgba(14, 14, 14, .5)), url('../images/Banner-15-1-1-1_1Banner 15 (1) (1) (1).webp');
    background-position: 0 0, 50% 20%;
    padding-top: 110px;
  }

  .footer-brand-description-4 {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .section.changelog-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .section.style-guide-section {
    padding-top: 120px;
  }

  .section.home-1-free-consultation {
    background-position: 50%;
    background-attachment: scroll;
  }

  .section.case-studies-page, .section.our-blog-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .section.blog-classic {
    padding-top: 40px;
  }

  .section.contact-us-1 {
    min-height: 400px;
    padding-top: 80px;
  }

  .section.banner-contacts-3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section.utility-page, .section.circolari-page {
    min-height: 400px;
    padding-top: 80px;
  }

  .section.servizi-page {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section.studio-page {
    min-height: 500px;
    margin-top: 36px;
    padding-top: 80px;
  }

  .section.contact-us-2, .section.servizi2-page {
    min-height: 400px;
    padding-top: 80px;
  }

  .base-container {
    max-width: 1000px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-notaro-button.header {
    display: none;
  }

  .primary-notaro-button.banner-2:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--primary-color);
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .blog-grid-wrapper.home-5-spacing {
    margin-top: 30px;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .section-title-wrapper {
    max-width: 600px;
  }

  .section-title-wrapper.they-say {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-position-wrapper {
    width: auto;
    flex: 1;
  }

  .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-wrapper {
    width: 95%;
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

  .contacts-detail-wrapper {
    width: 80%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-2-location-wrapper {
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-3-capabilities-wrap-left, .contacts-3-capabilities-wrap-right {
    width: 50%;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary-color);
  }

  .search-section {
    padding-top: 140px;
  }

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

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .team-slider-image {
    height: auto;
  }

  .team-slider-mask {
    width: 90%;
  }

  .team-slider-background {
    width: 35%;
  }

  .team-slider-left-arrow {
    left: 160px;
  }

  .team-slider-right-arrow {
    left: 210px;
  }

  .project-template-image {
    height: 360px;
  }

  .objects-title {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
  }

  .tabs-item {
    width: 47.5%;
  }

  .tabs-list.filters {
    justify-content: space-between;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .home-5-testimonials-slider {
    padding-bottom: 0;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-8-testimonial-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .project-title-wrapper:hover {
    padding-left: 25px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-1-services {
    flex-wrap: wrap;
  }

  .home-1-service-img {
    width: 100%;
    height: 500px;
  }

  .home-1-services-text {
    width: 100%;
    margin-top: 40px;
  }

  .home-17-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .home-17-pricing-text {
    width: 100%;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .get-in-touch {
    grid-template-columns: 1fr;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 30px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    width: 40%;
    padding-left: 0;
    padding-right: 30px;
  }

  .landing-customers-content-right {
    width: 60%;
    grid-row-gap: 20px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: row;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    min-height: 70vh;
    background-image: none;
    align-items: center;
    padding-top: 140px;
  }

  .color-bg {
    height: 100px;
  }

  .services-container-home-1 {
    grid-template-columns: 1fr 1fr;
  }

  .item-wrapper.item-2 {
    border-right-style: none;
  }

  .item-wrapper.item-4 {
    border-left-style: solid;
  }

  .item-wrapper.item-6 {
    border-top-style: solid;
    border-left-style: solid;
  }

  .item-wrapper.item-5 {
    border-left-style: none;
    border-right-style: none;
  }

  .header-social-networks {
    width: 345px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: none;
  }

  .header-social-networks.tablet-and-mobile-home-5 {
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
    display: none;
  }

  .header-social-networks.home-5 {
    display: none;
  }

  .header-social-networks.tablet-and-mobile-home-5 {
    width: 100%;
    background-color: #0d0d0d;
    justify-content: flex-start;
    margin-top: 20px;
    display: none;
  }

  .header-social-networks.home-5 {
    display: none;
  }

  .nav-dropdown-transparent {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .follow-our-socials {
    padding-left: 20px;
  }

  .follow-our-socials.transparent-item {
    color: #000;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .close-menu-button-2.w--open {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    padding: 4px 0 0 20px;
    position: absolute;
    top: 15px;
    bottom: auto;
    left: auto;
    right: 15px;
  }

  .megamenu-dropdown-wrapper-2 {
    width: 100%;
    flex-direction: column;
  }

  .nav-dropdown-home-5 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .follow-us-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-2 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .megamenu-dropdown-wrap {
    width: 100%;
    justify-content: center;
  }

  .base-container-7.relative {
    z-index: 100;
    position: relative;
  }

  .section-home-3 {
    padding-top: 140px;
    padding-left: 40px;
  }

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

  .brand-logo {
    margin-left: 31px;
  }

  .menu-wrapper-2 {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-item-home-2 {
    height: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-right: 23px;
  }

  .nav-dropdowm-link-line-2 {
    display: none;
  }

  .socials-tablet-menu {
    color: #fff;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    color: var(--black-notaro);
    font-size: 12px;
    display: block;
  }

  .nav-menu-shadow-overlay-3 {
    width: 320px;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  }

  .socials-icons-wrapper-2 {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-item-link {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-item-link.get-quote {
    display: flex;
  }

  .line-header {
    height: 2px;
    background-color: var(--black-notaro);
    margin-bottom: 5px;
  }

  .border-wrap-2 {
    width: 100%;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .line {
    background-color: var(--black-notaro);
  }

  .menu-button-3 {
    height: 40px;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    margin-right: 51px;
    padding: 15px 0;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .nav-intro-item {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .tablet-menu-3 {
    background-color: #0d0d0d;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .logo-mobile-3 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-3:hover {
    opacity: 1;
  }

  .dropdown-header-2 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    padding: 0;
  }

  .nav-dropdown-list-3 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-3.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-3.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-3.megamenu.w--open {
    width: 100%;
    height: 350px;
    overflow: auto;
  }

  .dropdown-menu-2 {
    width: 100%;
    height: auto;
    background-color: var(--white);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .nav-dropdown-intro-link {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-intro-link.w--current {
    color: var(--primary-color);
  }

  .nav-dropdown-intro-link.w--current:hover {
    color: #fff;
  }

  .top-tablet-menu-2 {
    width: 100%;
    background-color: var(--white);
  }

  .nav-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-notaro-tablet {
    height: 25px;
  }

  .nav-close-icon-3 {
    max-width: 60%;
    align-self: stretch;
  }

  .paragraph-home-1 {
    width: 80%;
  }

  .banner-title-home-1 {
    width: 70%;
  }

  .lawyer-image {
    background-position: 70%;
  }

  .content-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-brand-description-2 {
    text-align: center;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
  }

  .footer-links-wrapper-2 {
    width: 100%;
  }

  .footer-copyright-2 {
    text-align: center;
  }

  .footer-rights-wrapper-2 {
    display: none;
  }

  .footer-rights-wrapper-2.tablet {
    justify-content: center;
    margin-top: 50px;
    display: flex;
  }

  .footer-brand-wrapper-2 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer-logo-wrapper-2 {
    width: 70%;
  }

  .form-section-inner {
    height: auto;
    max-width: 700px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding: 25px;
  }

  .section-video {
    height: 500px;
    padding-bottom: 60px;
  }

  .team-container {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .consultation-text, .consultation-title {
    width: 100%;
  }

  .our-blog-container {
    grid-row-gap: 120px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    padding-bottom: 0;
  }

  .blogl-right-wrapper {
    width: 100%;
    grid-row-gap: 24px;
  }

  .recent-blog-list {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .large-blog-post {
    min-height: 450px;
  }

  .collection-list-wrapper-3 {
    width: 100%;
  }

  .collection-item-blog {
    width: 49%;
  }

  .image-brand {
    filter: invert();
  }

  .text-content-right-home-1 {
    z-index: 100;
    width: 100%;
    min-height: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0;
    position: relative;
  }

  .brand-block-image {
    max-width: 100%;
  }

  .banner-block-left-home-1 {
    width: 100%;
    height: 107vh;
    max-height: 100%;
    background-position: 0 0;
  }

  .notaro-banner-content-wrap {
    text-align: center;
    align-items: center;
  }

  .home-2-notaro-banner {
    padding-top: 80px;
  }

  .home-2-content-wrap {
    text-align: left;
  }

  .banner-title-home-2, .paragraph-home-2 {
    width: 60%;
    color: var(--white);
  }

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

  .large-photo-gallery {
    grid-template-rows: 220px;
    grid-template-columns: 170px 1fr 170px;
  }

  .home-2-icon-plus.details-page {
    background-color: rgba(255, 255, 255, .7);
  }

  .image-notaro-home-2 {
    height: 220px;
  }

  .heading-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .right-description.maxw-543px, .left-heading {
    width: 100%;
  }

  .services-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .display-horizontal {
    flex-direction: column;
  }

  .block-absolute {
    margin-bottom: -120px;
  }

  .content-bottom {
    margin-bottom: 120px;
  }

  .text-content-right {
    padding-left: 30px;
  }

  .number-bold {
    font-size: 40px;
  }

  .item-wrapper-home-2.wrap-1-tablet {
    background-color: rgba(240, 240, 240, .5);
  }

  .item-wrapper-home-2.wrap-2-mobile {
    background-color: rgba(0, 0, 0, 0);
  }

  .card-content.last {
    width: 60%;
  }

  .card-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .card-image.card-3 {
    height: 450px;
    background-position: 50% 30%;
  }

  .dark-overlay-home-2 {
    background-color: rgba(0, 0, 0, .5);
  }

  .home-team-content-2 {
    width: 50%;
  }

  .testimonials-text-wrapper-2 {
    padding: 15px;
  }

  .home-team-testimonial-2 {
    width: 50%;
  }

  .home-blog-collection-list {
    grid-column-gap: 30px;
    column-count: 2;
  }

  .home-5-services-block-wrapper {
    height: auto;
    flex-direction: column;
    padding-bottom: 3px;
  }

  .home-5-services-overlay {
    width: 80%;
    border: 1px solid var(--light-gray);
    background-color: #fff;
    margin-top: -220px;
    padding: 40px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .home-5-big-one-round-corners {
    height: 500px;
  }

  .main-home-blog-image {
    height: 320px;
    object-position: 45% 50%;
  }

  .home-1-logos {
    grid-column-gap: 100px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .insta-wrapper {
    width: 100%;
    text-align: left;
  }

  .follow-us-home-1 {
    font-size: 45px;
  }

  .cooperate-with-us:hover {
    color: var(--white);
  }

  .background-image {
    background-position: 52%;
  }

  .hero-top-content.home-3-banner {
    margin-top: 80px;
    padding-top: 40px;
  }

  .hero-top-content.portfolio-details {
    margin-top: 80px;
  }

  .portfolio-meta {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    justify-content: space-around;
    padding-top: 80px;
  }

  .portfolio-hero-banner {
    min-height: 675px;
  }

  .meta-card {
    width: 35%;
    grid-row-gap: 5px;
    border-bottom: 1px solid rgba(175, 175, 175, .5);
    border-right-style: none;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }

  .bottom-container-home-3 {
    margin-top: 0;
  }

  .banner-title-home-3 {
    font-size: 40px;
  }

  .content-2.medium {
    max-width: 100%;
  }

  .cta-inner-link {
    max-width: 90%;
  }

  .two-grid {
    grid-row-gap: 40px;
  }

  .square-block.testimonial {
    width: 100%;
  }

  .block-testimonial {
    padding: 30px;
  }

  .image-half-screen.right {
    width: 100vw;
    position: static;
  }

  .span-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: .35rem;
    line-height: 6;
  }

  .lawyers-wrap, .about-team {
    width: 100%;
  }

  .low-content {
    width: 100%;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .low-content.right-content-item {
    padding-left: 0;
  }

  .image-legal-work {
    justify-content: flex-end;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .image-layer-two {
    min-width: 100vw;
  }

  .protection-of-property-rights {
    min-height: auto;
    border-top: 1px solid var(--gray);
  }

  .business-slide-arrow {
    top: auto;
    bottom: 30rem;
  }

  .business-slide-arrow.left-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    left: 3rem;
    right: auto;
  }

  .business-slide-arrow.right-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: 3rem;
  }

  .content-intro-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .content-intro-wrap.busines-slide {
    flex-direction: column-reverse;
  }

  .business-image {
    background-position: 60% 100%;
  }

  .law-img {
    min-height: 35rem;
    min-width: 100vw;
  }

  .law-img.two {
    margin-left: -50vw;
  }

  .image-layer-one {
    justify-content: flex-end;
  }

  .section-they-say {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .tab-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-2:hover {
    opacity: 1;
  }

  .tab-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-2.last-tab {
    padding-right: 20px;
  }

  .tabs-menu-3 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
  }

  .project-overlay-2 {
    opacity: 1;
    background-color: rgba(0, 0, 0, .2);
    background-image: linear-gradient(360deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0) 87%);
    padding: 20px 20px 30px;
  }

  .testimonials-title-home-3 {
    width: 90%;
  }

  .services-h-3 {
    width: 100%;
  }

  .footer-notaro-large-padding {
    padding-top: 61px;
    padding-bottom: 21px;
  }

  .news-content-home-1 {
    width: 100%;
  }

  .img-news {
    height: 350px;
    flex: 0 auto;
  }

  .legal-content {
    width: 100%;
    text-align: center;
  }

  .legal-img {
    display: none;
  }

  .section-title-home-1 {
    max-width: 600px;
  }

  .section-title-home-1.tablet-width {
    max-width: 700px;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .coming-soon-heading-2 {
    width: 75%;
    text-align: center;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .image-content-right {
    display: none;
  }

  .our-portfolio-tabs {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .hover-cover-portfolio-details {
    display: none;
  }

  .stages-sidebar {
    width: 100%;
    max-width: none;
    grid-row-gap: 20px;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .anchor-link {
    width: 47%;
  }

  .stage-banner {
    height: 500px;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .client-quote-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .anchor-list {
    width: 100%;
    border-top-style: none;
    border-bottom: 1px rgba(255, 255, 255, .1);
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .background-image-case-study {
    background-position: 52%;
  }

  .meta-card-projects {
    width: 35%;
    grid-row-gap: 5px;
    border-bottom: 1px solid rgba(175, 175, 175, .5);
    border-right-style: none;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }

  .overlay-details-dark {
    background-color: rgba(17, 17, 17, 0);
  }

  .blog-banner-title {
    width: 50%;
  }

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

  .wrapper-blog-classic {
    border-left-style: none;
    padding-left: 0;
  }

  .list-grid {
    border-top: 1px solid rgba(175, 175, 175, .5);
  }

  .list-grid.our-blog {
    border-top-style: none;
  }

  .blog-content, .blog-name {
    width: 100%;
  }

  .list-blog-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .description {
    width: 100%;
  }

  .blog-image-container {
    width: 100%;
    height: 400px;
  }

  .blog-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .sidebar-recent-posts-wrapper-2 {
    width: 100%;
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .blog-sidebar-wrapper-2 {
    flex-wrap: wrap-reverse;
  }

  .blog-sidebar-left-wrapper-2 {
    width: 100%;
    flex: none;
  }

  .sidebar-recent-post-item-2 {
    width: 48%;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .collection-list-9 {
    flex-flow: wrap;
  }

  .container-holi-awards {
    grid-row-gap: 20px;
  }

  .awards {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .core-value-top {
    flex-direction: column;
  }

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .image-agency {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .review-blog-details {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .blog-intro-content {
    width: 90%;
    padding-top: 180px;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .block-absolute-2 {
    margin-bottom: -120px;
  }

  .faq-list {
    width: 100%;
  }

  .our-team-holder.home-3 {
    padding-right: 15px;
  }

  .item-description-faq {
    width: 100%;
  }

  .hover-cover {
    display: none;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .our-team-title {
    margin-bottom: 10px;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .skills-item.left-top-last-one-left {
    border-bottom-style: none;
  }

  .page-faq-image {
    width: 100%;
    height: 450px;
    margin-bottom: 60px;
    position: static;
  }

  .page-faq-image.review-image {
    margin-bottom: 40px;
  }

  .home-one-team-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .faq-wrapper {
    width: 100%;
  }

  .video-feature-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .noraro-content-column {
    margin-top: 6rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .noraro-content-column.right-feature-column {
    margin-top: 30rem;
  }

  .container-large {
    padding-left: 40px;
    padding-right: 40px;
  }

  .notaro-video-wrapper {
    flex-direction: row;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .video-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-lightbox {
    margin-bottom: 0;
  }

  .notaro-center-container {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .notaro-center-image-item {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .notaro-center-image-item.image-2 {
    background-position: 50% 5%;
  }

  .notaro-center-image-item.image-3 {
    background-position: 50% 20%;
  }

  .spa-icon {
    height: 100px;
  }

  .our-services {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .services-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-services-wrap {
    width: 45%;
  }

  .locations-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .locations {
    margin-top: -100px;
  }

  .notaro-3-container {
    width: 82%;
  }

  .notaro-all-services-container {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .notaro-image-all-services {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .notaro-image-all-services.image-2 {
    background-position: 50% 5%;
  }

  .notaro-image-all-services.image-3, .notaro-image-all-services.image-4, .notaro-image-all-services.image-5, .notaro-image-all-services.image-6 {
    background-position: 50% 20%;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .steps-grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .how-we-work-image {
    min-height: 400px;
  }

  .steps-cards {
    padding-left: 0;
  }

  .card-arrow, .steps-dot, .steps-tracker, .steps-circle-outline.three {
    display: none;
  }

  .steps-sticky-card {
    max-width: 100%;
    min-width: 100%;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    padding-top: 26px;
    position: relative;
    top: auto;
  }

  .line-header-black {
    height: 1px;
    background-color: var(--black-notaro);
    color: var(--black-notaro);
    margin-bottom: 5px;
  }

  .line-black {
    background-color: var(--black-notaro);
    color: var(--black-notaro);
  }

  .landing-inner-pages-wrapper.lp-top-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .approfondisci.header {
    display: none;
  }

  .approfondisci.banner-2:hover {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--primary-color);
  }

  .home-2-services {
    flex-wrap: wrap;
  }

  .serv-01, .serv-02, .serv-03, .serv-04, .serv-05, .serv-06 {
    width: 100%;
    height: 500px;
  }

  .link-detail-wrapper {
    width: auto;
  }

  .footer-brand-description-3 {
    text-align: center;
  }

  .section-team.changelog-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .section-team.style-guide-section {
    padding-top: 120px;
  }

  .section-team.home-1-free-consultation {
    background-position: 50%;
    background-attachment: scroll;
  }

  .section-team.case-studies-page, .section-team.our-blog-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .section-team.blog-classic {
    padding-top: 40px;
  }

  .section-team.contact-us-1 {
    min-height: 400px;
    padding-top: 80px;
  }

  .section-team.banner-contacts-3 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section-team.utility-page, .section-team.circolari-page {
    min-height: 400px;
    padding-top: 80px;
  }

  .section-team.servizi-page {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section-team.studio-page, .section-team.contact-us-2, .section-team.servizi2-page {
    min-height: 400px;
    padding-top: 80px;
  }

  .footer-brand-description-4 {
    text-align: center;
  }

  .pdf-container {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.bottom-padding {
    padding-bottom: 210px;
  }

  .section.home-1-free-consultation {
    padding-top: 260px;
  }

  .section.blog-classic {
    padding-top: 20px;
  }

  .section.studio-page {
    background-position: 50%;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    width: 100%;
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-notaro-button.full-width-mobile {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .banner-title.inner-pages {
    font-size: 50px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-paragraph {
    width: 70%;
  }

  .blog-grid-wrapper.home-5-spacing {
    margin-top: 40px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .career-list-item-wrapper {
    flex-flow: column wrap;
    padding-bottom: 25px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-location, .career-type {
    font-weight: 700;
  }

  .career-button-wrapper {
    width: 100%;
    text-align: center;
  }

  .career-title-mobile {
    font-size: 16px;
    font-weight: 400;
    display: block;
  }

  .career-position-wrapper {
    width: 100%;
    text-align: center;
  }

  .career-location-wrapper {
    width: 40%;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .career-type-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .pricing-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-detail-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .contacts-3-capabilities-wrap-right {
    width: 100%;
    height: 400px;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

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

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .customer-wrapper {
    height: 240px;
  }

  .team-slider {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .team-slide-item {
    width: 100%;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-slider-image {
    width: 100%;
    height: 400px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .team-slider-content {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .team-slider-background {
    width: 100%;
    height: 35%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .team-slider-left-arrow {
    top: 40px;
    bottom: auto;
    left: 72%;
    right: auto;
  }

  .team-slider-right-arrow {
    top: 40px;
    bottom: auto;
    left: 84%;
    right: auto;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .home-testimonials-slide {
    margin-right: 40px;
  }

  .objects-title {
    width: 100%;
    text-align: center;
  }

  .tabs {
    margin-top: 0;
  }

  .tabs-item {
    width: 100%;
  }

  .tabs-content {
    margin-top: 20px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    width: 100%;
    grid-row-gap: 30px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .main-projects-item.small {
    width: 100%;
  }

  .home-7-projects-collection-list-small {
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-8-testimonial-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-9-team-item {
    width: 48%;
  }

  .testimonials-with-bg-slide-nav {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .about-4-testimonials-content {
    width: 100%;
    grid-row-gap: 40px;
    flex: none;
  }

  .testimonials-nav-outline-2 {
    justify-content: center;
    padding-left: 6px;
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .about-4-testimonials-author-info {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-4-testimonials-item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-1-service-img {
    height: 400px;
  }

  .home-17-pricing {
    grid-row-gap: 40px;
  }

  .home-17-pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-pricing-item.main-item, .home-pricing-item.secondary-item {
    width: 100%;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .get-in-touch {
    grid-column-gap: 120px;
  }

  .grid-header-2 {
    width: 100%;
    margin-top: 35px;
  }

  .style-guide-body-wrapper-2 {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black-notaro);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black-notaro);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .spacing-title {
    font-size: 35px;
  }

  .grid-title-2 {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title-2.first-grid {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
    flex: 1;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .section-landing-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    width: 100%;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .landing-section-title, .section-ttile-description {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    width: 85%;
    grid-template-columns: 1fr;
  }

  .free-trial-wrapper-2.landing {
    max-width: 450px;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

  .section-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

  .primary-notaro-button-black.full-width-mobile {
    width: 100%;
  }

  .item-wrapper {
    padding: 30px 20px 20px;
  }

  .header-social-networks {
    width: 100%;
    margin-top: 40px;
  }

  .nav-menu-2 {
    max-width: none;
  }

  .bottom-container {
    width: 100%;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .brand-logo {
    margin-left: 37px;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .wrapper-item-home-2 {
    font-size: 24px;
  }

  .line-header {
    height: 2px;
    color: var(--white);
  }

  .dropdown-menu-2 {
    overflow: hidden;
  }

  .image-logo-wrap {
    justify-content: center;
    margin-top: 40px;
  }

  .get-in-touch-container {
    width: 100%;
  }

  .home-content-wrap {
    position: relative;
  }

  .paragraph-home-1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .banner-title-home-1 {
    width: 100%;
  }

  .our-lawyers-content {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .lawyer-image {
    height: 360px;
    background-position: 100%;
  }

  .lawyers-content {
    margin-bottom: 30px;
  }

  .content-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .form-block-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-brand-description-2 {
    text-align: center;
    margin-top: 29px;
  }

  .footer-rights-wrapper-2 {
    flex-wrap: wrap;
  }

  .footer-rights-wrapper-2.tablet {
    margin-top: 22px;
  }

  .footer-logo-wrapper-2 {
    width: 90%;
  }

  .newsletter-form {
    width: 100%;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .form-news-block {
    width: 100%;
  }

  .form-section-inner {
    padding: 20px;
  }

  .text-field {
    margin-right: 0;
  }

  .section-video {
    height: 400px;
  }

  .team-container {
    grid-template-columns: 1fr;
  }

  .consultation-title {
    font-size: 45px;
  }

  .section-grigia-bg-sx {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-blog-container {
    grid-row-gap: 100px;
  }

  .blogl-right-wrapper {
    grid-row-gap: 24px;
  }

  .recent-blog-list {
    grid-row-gap: 15px;
  }

  .large-blog-post {
    min-height: 500px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-list-image {
    min-height: 110px;
  }

  .collection-item-blog {
    width: 100%;
  }

  .section-reviews {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-4-2_1Banner 4 (2).webp');
    background-position: 0 0, 50% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-content-right-home-1 {
    grid-row-gap: 50px;
  }

  .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .notaro-banner-content-wrap {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .home-2-notaro-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .home-2-content-wrap {
    position: relative;
  }

  .banner-title-home-2 {
    width: 80%;
    font-size: 45px;
  }

  .paragraph-home-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .get-in-touch-container-home-2 {
    width: 100%;
  }

  .large-photo-gallery {
    grid-template-rows: 280px 280px 280px;
    grid-template-columns: 1fr;
  }

  .image-notaro-home-2 {
    height: 280px;
  }

  .heading-content.with-padding {
    margin-bottom: 40px;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-block-left {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }

  .block-absolute {
    min-width: auto;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .content-bottom {
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .text-content-right {
    padding-left: 0;
  }

  .content-block-absolute {
    width: 50%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .number-bold {
    font-size: 35px;
  }

  .item-wrapper-home-2 {
    padding: 30px 20px 20px;
  }

  .card-content.last {
    width: 90%;
  }

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

  .card-image.card-3 {
    height: 300px;
  }

  .image-home-1 {
    min-height: 106vh;
    object-position: 80% 0%;
  }

  .home-team-content-2 {
    width: 100%;
    text-align: center;
    padding-right: 15px;
  }

  .home-team-wrapper-2 {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-team-testimonial-2, .home-blog-item {
    width: 100%;
  }

  .home-blog-collection-list {
    column-count: 1;
    flex-wrap: wrap;
  }

  .home-5-services-overlay {
    width: 90%;
    margin-top: -160px;
  }

  .paragraph-home-4 {
    margin-bottom: 15px;
  }

  .home-1-logos {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .centered-intro {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .hero-top-content.home-3-banner {
    padding-bottom: 60px;
  }

  .hero-top-content.portfolio-details {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .portfolio-meta {
    grid-template-columns: auto;
  }

  .portfolio-hero-banner {
    min-height: 600px;
  }

  .home-3-main-title {
    width: 100%;
    grid-row-gap: 10px;
  }

  .number-item {
    font-size: 40px;
  }

  .contacts-home-3 {
    width: 100%;
    position: static;
  }

  .bottom-container-home-3, .get-in-touch-container-home-3 {
    width: 100%;
  }

  .paragraph-home-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .banner-title-home-3 {
    width: 100%;
  }

  .cta-inner-link {
    height: 200px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    bottom: -75px;
  }

  .cta-outer {
    padding-top: 35px;
    padding-bottom: 175px;
  }

  .section-5.cta-section {
    padding-bottom: 185px;
  }

  .in-between-image {
    margin-bottom: 60px;
  }

  .image-half-screen {
    width: 100%;
    position: relative;
  }

  .image-half-screen.right {
    height: 300px;
  }

  .span-avatar {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem 2.5rem;
    margin-top: -2rem;
    bottom: -1.25rem;
  }

  .span-avatar.three {
    margin-top: 0;
    bottom: -6px;
  }

  .span-avatar.one {
    margin-top: 0;
    bottom: -11px;
  }

  .span-avatar.two {
    margin-top: 0;
    bottom: -7px;
  }

  .span-name {
    display: none;
  }

  .about-team {
    font-size: 35px;
  }

  .low-content {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .low-content.right-content-item {
    padding-left: 0;
  }

  .lawyers-content-home-3 {
    height: auto;
  }

  .business-slide-arrow {
    bottom: 19.5rem;
  }

  .business-slide-arrow.left-slide-arrow {
    left: 2.25rem;
  }

  .business-slide-arrow.right-slide-arrow {
    right: 2.25rem;
  }

  .content-intro-wrap {
    justify-content: flex-start;
  }

  .business-image {
    background-position: 55% 70%;
  }

  .business-image.two {
    background-position: 10% 20%;
  }

  .slide-item-1.right, .slide-item-1.left {
    height: auto;
  }

  .law-img {
    min-height: 25rem;
  }

  .section-they-say {
    padding-bottom: 60px;
  }

  .tabs-menu-3 {
    justify-content: center;
  }

  .services-h-3 {
    width: 80%;
  }

  .footer-notaro-large-padding {
    padding-top: 58px;
    padding-bottom: 25px;
  }

  .img-news, .image-notaro {
    height: 300px;
  }

  .img-section.about-us-1 {
    padding-top: 60px;
  }

  .section-title-home-1 {
    margin-bottom: 40px;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-heading-2 {
    width: 85%;
    font-size: 50px;
  }

  .coming-soon-input-2 {
    min-width: 240px;
  }

  .image-content-right {
    height: 30rem;
  }

  ._404 {
    font-size: 150px;
  }

  .our-portfolio-tabs {
    justify-content: center;
  }

  .stage-banner {
    height: 400px;
  }

  .content-portfolio-details {
    grid-row-gap: 80px;
  }

  .project-stage {
    grid-row-gap: 40px;
  }

  .anchor-list {
    grid-template-columns: 1fr;
  }

  .project-stage-list {
    grid-row-gap: 60px;
  }

  .blog-banner-title {
    width: 75%;
    text-align: center;
    align-items: center;
    margin-left: auto;
  }

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

  .blog-post-cards.filter-blog {
    flex-direction: column;
  }

  .blog-name {
    width: 100%;
  }

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

  .collection-item {
    width: 100%;
  }

  .collection-item:nth-child(2n+1) {
    margin-bottom: 0;
  }

  .collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .blog-sidebar-left-wrapper-2 {
    column-count: 1;
    padding-bottom: 0;
  }

  .container-holi-awards {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .core-value-top {
    flex-direction: row;
  }

  .section-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-agency {
    width: 100%;
    grid-row-gap: 20px;
    border-right-style: none;
  }

  .slider-blog-arrow {
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .scroll-blog-link {
    margin-bottom: -60px;
  }

  .blog-intro-content {
    width: 100%;
    min-height: 450px;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .block-absolute-2 {
    min-width: auto;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .our-team-holder.home-3 {
    margin-bottom: 40px;
  }

  .our-team-title {
    width: 90%;
  }

  .page-faq-image {
    height: 350px;
    margin-bottom: 40px;
  }

  .page-faq-image.review-image {
    margin-bottom: 20px;
  }

  .video-feature-wrapper {
    grid-template-columns: 1fr;
    padding-top: 9rem;
  }

  .noraro-content-column {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .noraro-content-column.right-feature-column {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
    margin-top: 6rem;
  }

  .container-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .notaro-video-wrapper {
    padding-top: 9rem;
  }

  .video-loop-section {
    padding-bottom: 60px;
  }

  .video-loop-section.our-best-services {
    padding-top: 60px;
  }

  .team-slide-item-desc-dark {
    margin-top: 20px;
  }

  .team-socials-wrapper-about-us {
    justify-content: center;
  }

  .our-services-content-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .notaro-center-image-item {
    height: 350px;
  }

  .our-services {
    margin-top: 60px;
  }

  .review-item-container {
    grid-template-columns: 1fr;
  }

  .contacts-1-title {
    margin-bottom: 20px;
  }

  .map {
    height: 320px;
  }

  .locations-wrapper {
    justify-items: center;
  }

  .locations {
    padding-bottom: 60px;
  }

  .testimonials-card-item-3 {
    max-width: 360px;
  }

  .map-image {
    height: 325px;
  }

  .white-description-leadership {
    width: 100%;
  }

  .notaro-3-container {
    width: 100%;
    text-align: center;
  }

  .base-container-logos {
    margin-top: 60px;
  }

  .banner-title-st.inner-pages {
    font-size: 50px;
  }

  .item-wrapper-all-secvices {
    padding: 30px 20px 20px;
  }

  .notaro-all-services-container {
    grid-template-columns: 1fr;
  }

  .notaro-image-all-services {
    height: 350px;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .steps-grid {
    padding-left: 0;
  }

  .steps-content {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper.lp-top-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .permits {
    font-size: 35px;
  }

  .approfondisci.full-width-mobile {
    width: 100%;
  }

  .section-bianco-bg-dx {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .serv-01, .serv-02, .serv-03, .serv-04, .serv-05, .serv-06 {
    height: 400px;
  }

  .main-subtitle-home {
    color: var(--white);
  }

  .dati-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .link-detail-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand-description-3 {
    text-align: center;
    margin-top: 29px;
  }

  .section-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-team.without-top-spacing {
    padding-top: 0;
  }

  .section-team.bottom-padding {
    padding-bottom: 210px;
  }

  .section-team.home-1-free-consultation {
    padding-top: 260px;
  }

  .section-team.blog-classic {
    padding-top: 20px;
  }

  .section-team.studio-page {
    background-position: 50%;
  }

  .footer-brand-description-4 {
    text-align: center;
    margin-top: 29px;
  }

  .pdf-container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.without-bottom-spacing {
    padding-bottom: 0;
  }

  .section.our-blog-banner {
    background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/Banner-9-2_1Banner 9 (2).webp');
    background-position: 0 0, 70%;
  }

  .section.banner-contacts-3 {
    padding-bottom: 60px;
  }

  .section.utility-page {
    min-height: 500px;
  }

  .section.servizi-page {
    padding-bottom: 60px;
  }

  .section.studio-page {
    min-height: 500px;
    background-position: 50%;
    margin-top: 0;
  }

  .section.servizi2-page {
    min-height: 500px;
    margin-top: 0;
  }

  .base-container {
    margin-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-notaro-button.search-button, .primary-notaro-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .banner-title.inner-pages {
    margin-top: 92px;
  }

  .utility-page-content {
    width: 100%;
  }

  .coming-soon-paragraph {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .pricing-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-detail-wrapper {
    width: 97%;
    align-items: flex-start;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-3-list {
    margin-bottom: 20px;
  }

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

  .team-slider {
    padding-top: 80px;
  }

  .team-slide-item {
    width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .team-slider-mask {
    width: 100%;
  }

  .team-slider-left-arrow {
    top: 30px;
    left: 68%;
  }

  .team-slider-right-arrow {
    top: 30px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    width: 100%;
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-testimonials-slide {
    margin-right: 30px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    width: 100%;
    height: 70px;
    justify-content: flex-end;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .about-4-testimonials-content {
    grid-row-gap: 20px;
  }

  .search {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .project-title-wrapper {
    width: 100%;
    bottom: 0;
  }

  .home-1-service-img {
    height: 350px;
    margin-top: 0;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .grid-title-2 {
    align-items: center;
  }

  .grid-title-2.first-grid {
    width: 100%;
    text-align: center;
  }

  .landing-banner-content {
    max-width: none;
    flex-direction: column;
    margin-bottom: 40px;
    top: auto;
    bottom: 28%;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 40px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-inner-pages-wrapper {
    width: 100%;
  }

  .section-banner.landing-banner {
    min-height: 50vh;
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
  }

  .primary-notaro-button-black.full-width-mobile, .primary-notaro-button-black.mobile {
    width: 100%;
  }

  .services-container-home-1 {
    grid-template-columns: 1fr;
  }

  .item-wrapper {
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
  }

  .item-wrapper.item-2 {
    border-top-style: none;
    border-right-style: solid;
  }

  .item-wrapper.item-3 {
    border-top-style: none;
    border-left-style: solid;
    border-right-style: solid;
  }

  .item-wrapper.item-4, .item-wrapper.item-6 {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
  }

  .item-wrapper.item-5 {
    border-style: none solid solid;
  }

  .nav-dropdown-transparent {
    align-items: center;
  }

  .close-menu-button-2.w--open {
    padding-top: 4px;
  }

  .megamenu-dropdown-wrapper-2 {
    width: 100%;
    align-items: center;
  }

  .nav-dropdown-home-5 {
    align-items: center;
  }

  .follow-us-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .base-container-7 {
    margin-top: 96px;
    margin-bottom: 26px;
  }

  .video-popup {
    width: 100%;
  }

  .section-home-3 {
    min-height: 700px;
    background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/RM_studio_08.jpg');
    background-position: 0 0, 50%;
    padding-left: 0;
  }

  .bottom-container {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .brand-logo {
    margin-left: 29px;
  }

  .brand-logo.w--current {
    margin-left: 5px;
  }

  .wrapper-item-home-2 {
    font-size: 24px;
  }

  .socials-tablet-menu {
    line-height: 1.4em;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    font-size: 12px;
  }

  .line-header {
    height: 4px;
    background-color: var(--chocolate);
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .line {
    height: 4px;
    background-color: var(--chocolate);
  }

  .menu-button-3 {
    margin-right: 0;
  }

  .socials-top-banner {
    line-height: 1.4em;
  }

  .dropdown-header-2 {
    width: 100%;
  }

  .nav-dropdown-list-3.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .top-tablet-menu-2 {
    padding-left: 14px;
  }

  .image-notaro-tablet {
    height: 80px;
  }

  .image-logo-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .image-item {
    height: 23px;
  }

  .home-content-wrap {
    align-items: center;
  }

  .paragraph-home-1, .banner-title-home-1 {
    text-align: center;
  }

  .lawyer-image {
    height: 250px;
    background-position: 50%;
  }

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

  .form-footer {
    grid-row-gap: 0px;
  }

  .footer-brand-description-2 {
    text-align: center;
  }

  .links-footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .footer-wrapper-2 {
    margin-bottom: 10px;
  }

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

  .footer-copyright-2 {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .footer-rights-wrapper-2 {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights-wrapper-2.tablet {
    margin-top: 23px;
  }

  .row-form {
    grid-row-gap: 15px;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .footer-rights-2 {
    text-align: center;
  }

  .footer-notaro-link {
    width: 50%;
    text-align: center;
  }

  .footer-licensing-link, .footer-template-link {
    margin-left: 5px;
  }

  .footer-template-link.last:hover {
    color: var(--white);
  }

  .footer-button {
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
  }

  .form-news-block {
    width: 100%;
  }

  .form-section-inner {
    padding: 20px;
  }

  .section-video {
    height: 350px;
  }

  .blogl-right-wrapper, .large-blog-content {
    grid-row-gap: 18px;
  }

  .blog-post-info {
    padding: 0 18px 18px;
  }

  .large-blog-post {
    min-height: 600px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .blog-post-list-item {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-bottom: 15px;
  }

  .blog-list-image {
    min-height: 160px;
  }

  .journal-list-item-content {
    z-index: 10;
    position: relative;
  }

  .text-desktop {
    display: none;
  }

  .text-mobile {
    display: block;
  }

  .banner-block-left-home-1 {
    min-height: 100%;
    background-position: 50% 0;
  }

  .bottom-block-home-1 {
    text-align: center;
    align-items: center;
  }

  .brand-block {
    grid-column-gap: 37px;
    justify-content: center;
  }

  .home-2-notaro-banner {
    padding-top: 130px;
  }

  .home-2-content-wrap {
    text-align: center;
  }

  .home-2-content-wrap.home-3-container {
    text-align: left;
  }

  .banner-title-home-2 {
    width: 100%;
    font-size: 35px;
  }

  .services-wrapper-home-4 {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

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

  .image-block-left {
    height: 300px;
  }

  .block-absolute {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 15px;
  }

  .text-content-right {
    grid-row-gap: 15px;
  }

  .row-text {
    align-items: flex-start;
  }

  .content-block-absolute {
    width: 70%;
    text-align: center;
  }

  .content-block-absolute.border {
    width: 70%;
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: var(--white);
    border-bottom-width: 2px;
    border-bottom-color: var(--white);
    width: 70%;
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: #fff;
    border-bottom-width: 2px;
    border-bottom-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-wrapper-home-2 {
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
  }

  .item-wrapper-home-2.wrap-1-tablet {
    background-color: rgba(0, 0, 0, 0);
  }

  .item-wrapper-home-2.wrap-2-mobile {
    background-color: rgba(240, 240, 240, .5);
  }

  .image-home-1 {
    object-position: 77% 0%;
  }

  .dark-overlay-home-2 {
    background-image: linear-gradient(to top, var(--black-notaro), transparent);
  }

  .home-5-testimonials-mask-2 {
    margin-top: 0;
  }

  .home-5-services-overlay {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .home-5-big-one-round-corners {
    height: 300px;
  }

  .home-1-logos {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .career-customer-image-2 {
    height: auto;
  }

  .insta-wrapper {
    width: 100%;
  }

  .follow-us-home-1 {
    font-size: 35px;
  }

  .cooperate-with-us {
    width: 85%;
  }

  .hero-top-content {
    padding-top: 48px;
  }

  .medium-width, .meta-card {
    width: 100%;
  }

  .contacts-home-3 {
    padding: 20px;
  }

  .bottom-container-home-3 {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .contact-cta-block {
    width: 100%;
    transform: translate(0, 50%);
  }

  .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-5.cta-section {
    padding-bottom: 180px;
  }

  .square-block.testimonial {
    grid-template-columns: 1fr;
  }

  .about-team {
    font-size: 30px;
  }

  .business-slide-arrow {
    bottom: 14.5rem;
  }

  .business-image.two {
    background-position: 20% 20%;
  }

  .law-img {
    min-height: 20rem;
  }

  .tab-2, .tab-2.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabs-menu-3 {
    flex-direction: column;
  }

  .testimonials-title-home-3, .services-h-3 {
    width: 100%;
  }

  .footer-notaro-large-padding {
    text-align: left;
  }

  .case-studies {
    width: 100%;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 45px;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .coming-soon-input-2 {
    min-width: auto;
  }

  .coming-soon-form-2, .coming-soon-form-container {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .our-portfolio-tabs {
    flex-direction: column;
  }

  .anchor-link {
    width: 100%;
  }

  .stage-banner {
    height: 300px;
  }

  .content-portfolio-details {
    grid-row-gap: 60px;
  }

  .meta-card-projects, .blog-banner-title {
    width: 100%;
  }

  .blog-image-container {
    height: 350px;
  }

  .sidebar-recent-posts-wrapper-2 {
    column-count: 1;
  }

  .sidebar-categories-list-2 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .blog-3-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-3-card-info, .blog-card-strip {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-wrap-reviews {
    margin-right: 10px;
    padding-right: 10px;
  }

  .slider-blog-arrow {
    width: 100%;
    border-bottom: 1px solid rgba(175, 175, 175, .5);
    border-right-style: none;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .autor-name {
    font-size: 30px;
  }

  .client-avatar.item-autors {
    width: 60px;
    height: 60px;
  }

  .testimonials-text {
    font-size: 26px;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .blog-intro-content {
    height: auto;
    min-height: 530px;
    padding-top: 160px;
  }

  .block-absolute-2 {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 15px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .our-team-title {
    width: 100%;
  }

  .video-feature-wrapper {
    padding-top: 12rem;
  }

  .notaro-video-wrapper {
    padding-bottom: 3rem;
  }

  .item-services-wrap {
    width: 100%;
  }

  .link-contact-us:hover {
    color: var(--white);
  }

  .locations-wrapper {
    grid-template-columns: 1fr;
  }

  .locations {
    margin-top: -60px;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .steps-cards {
    width: 100%;
    grid-template-columns: auto;
    padding-left: 0;
  }

  .steps-circle, .steps-tracker {
    display: none;
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 14px 12px 24px;
  }

  .landing-inner-pages-wrapper.lp-top-container, .approfondisci.search-button, .approfondisci.full-width-mobile {
    width: 100%;
  }

  .section-bianco-bg-dx {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .serv-01, .serv-02, .serv-03, .serv-04, .serv-05, .serv-06 {
    height: 350px;
    margin-top: 0;
  }

  .main-subtitle-home {
    color: var(--white);
    text-align: center;
  }

  .link-detail-wrapper {
    width: 97%;
    align-items: center;
  }

  .footer-brand-description-3 {
    text-align: center;
    margin-top: 0;
  }

  .link-contact-2:hover {
    color: var(--white);
  }

  .section-team.our-blog-banner {
    background-image: linear-gradient(rgba(17, 17, 17, .5), rgba(17, 17, 17, .5)), url('../images/Banner-9-2_1Banner 9 (2).webp');
    background-position: 0 0, 70%;
  }

  .section-team.banner-contacts-3, .section-team.servizi-page {
    padding-bottom: 60px;
  }

  .section-team.studio-page {
    min-height: 500px;
    background-position: 50%;
  }

  .footer-brand-description-4 {
    text-align: center;
    margin-top: 0;
  }

  .paragraph-privacy {
    font-size: 16px;
  }
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-84c31a49, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-84c31a49, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-84c31a49, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-84c31a49, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-84c31a49, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-84c31a49 {
  justify-self: center;
}

#w-node-de85d57a-3f95-b4a6-1dd5-b6190f87bd94-22c31a59 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de85d57a-3f95-b4a6-1dd5-b6190f87bd96-22c31a59 {
  align-self: start;
}

#w-node-b42b34a1-c4dd-d4d2-719d-0fba0f27d957-b6c31a5a {
  align-self: stretch;
}

#w-node-b42b34a1-c4dd-d4d2-719d-0fba0f27d95b-b6c31a5a, #w-node-a7dda233-852f-07e7-d18c-b8e7fa7ad441-72c31a5b {
  align-self: start;
}

#w-node-_285adb9d-ffad-6971-2b29-298c99f5a6c8-99f5a6c5 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_285adb9d-ffad-6971-2b29-298c99f5a6d1-99f5a6c5 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-dfd0d6af-6dca-db47-ae33-bba169f48e35-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e36-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e37-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e38-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e39-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e3a-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e3b-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e3c-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e3d-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e3e-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e3f-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e40-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e41-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e42-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e43-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e44-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e45-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e46-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e48-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e49-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e4a-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e4b-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e4c-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e4d-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e4e-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e4f-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e50-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e51-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e52-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e53-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e54-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e55-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e56-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e57-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e58-2dc31a5f, #w-node-dfd0d6af-6dca-db47-ae33-bba169f48e59-2dc31a5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8d0d02-9a09-7ece-2f60-c963a376c5ff-7ec31a63 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7d8d0d02-9a09-7ece-2f60-c963a376c601-7ec31a63 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_7d8d0d02-9a09-7ece-2f60-c963a376c604-7ec31a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8d0d02-9a09-7ece-2f60-c963a376c60c-7ec31a63 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-_1f0d0f01-e6a9-4e3c-257f-7dc9c233cd2a-fcc31a64 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_1f0d0f01-e6a9-4e3c-257f-7dc9c233cd33-fcc31a64 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-ec864510-fd58-80d6-3bc6-ca4450998be1-42c31a66 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec864510-fd58-80d6-3bc6-ca4450998be2-42c31a66 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ec864510-fd58-80d6-3bc6-ca4450998be5-42c31a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec864510-fd58-80d6-3bc6-ca4450998be9-42c31a66 {
  justify-self: center;
}

#w-node-a1509048-7ea0-2d87-316f-ad13787a1968-42c31a66 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-a1509048-7ea0-2d87-316f-ad13787a197d-42c31a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_61f1e621-0aee-2c4a-6c49-cefad36fe377-42c31a66 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61f1e621-0aee-2c4a-6c49-cefad36fe378-42c31a66 {
  align-self: start;
}

#w-node-_61f1e621-0aee-2c4a-6c49-cefad36fe398-42c31a66 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-cd53a1db-b600-e7a6-d9fa-80f4515b109a-9bc31a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cd53a1db-b600-e7a6-d9fa-80f4515b10a7-9bc31a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd53a1db-b600-e7a6-d9fa-80f4515b10bd-9bc31a68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cd53a1db-b600-e7a6-d9fa-80f4515b10cb-9bc31a68 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_21471f7f-c669-d356-d7c0-4d0b04a72283-6dc31a67 {
  align-self: stretch;
}

#w-node-_21471f7f-c669-d356-d7c0-4d0b04a72285-6dc31a67 {
  align-self: start;
}

#w-node-_7e5869de-5e9f-08d4-322b-90594a7816f9-f2c31a69, #w-node-_7e5869de-5e9f-08d4-322b-90594a7816ff-f2c31a69, #w-node-_7e5869de-5e9f-08d4-322b-90594a781705-f2c31a69, #w-node-facbf8b5-6449-66c1-022d-ec80543b3306-f2c31a69, #w-node-b1be75f7-d731-46e8-120d-987d4b435d4e-f2c31a69, #w-node-_485f8b93-b971-3f94-3284-ad261b1b9cb0-f2c31a69, #w-node-_7ac6688b-bb68-3d32-513d-f082c2424804-f2c31a69, #w-node-f3ca2c5e-6ada-14c8-b873-f987dd404f4b-f2c31a69, #w-node-d8ad5e31-5dea-afbc-cfe3-3998e6aa29d2-f2c31a69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ec1274c-cc5c-0e10-ed5d-27717662aaac-98c31a8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0ec1274c-cc5c-0e10-ed5d-27717662aaad-98c31a8c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0ec1274c-cc5c-0e10-ed5d-27717662aab9-98c31a8c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_0ec1274c-cc5c-0e10-ed5d-27717662aad3-98c31a8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9fa85709-54f1-34b0-fd28-3022da522a19-98c31a8c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9fa85709-54f1-34b0-fd28-3022da522a38-98c31a8c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f88cd729-5db9-d794-7d39-a8553c5e8909-98c31a8c {
  justify-self: start;
}

#w-node-_76cf80d8-a4b9-d51e-d1f6-c1723b27c4ec-a9c31aa7 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_76cf80d8-a4b9-d51e-d1f6-c1723b27c4f6-a9c31aa7 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-c78fbfd3-6de5-8d41-27fc-5dfd8f71f7b8-a9c31aa7, #w-node-c11b4923-4173-1426-ac7d-088de70a453c-a9c31aa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2097af59-4882-aa53-8a93-892833b89fba-a9c31aa7 {
  align-self: stretch;
}

#w-node-_69de5887-59d9-c472-689e-e184f9cfc557-a9c31aa7, #w-node-_013fe420-1579-c852-a50f-c08ddec73032-a9c31aa7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddaf-18c31ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_0b844a5f-30cd-e90e-89c7-1127f89fd05c-18c31ab0, #w-node-_41ce1bf7-2287-ce2d-de14-bdf0d28739ab-18c31ab0, #w-node-b5a86380-edb7-124b-a269-7a7cf939143b-18c31ab0, #w-node-_2226156e-0c08-94e1-612c-1f7e84ccc4c5-18c31ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddc1-18c31ab0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddc6-18c31ab0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddc8-18c31ab0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddce-18c31ab0 {
  align-self: stretch;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddcf-18c31ab0 {
  align-self: start;
  justify-self: start;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddd2-18c31ab0 {
  align-self: end;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103dddc-18c31ab0 {
  align-self: stretch;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103dddd-18c31ab0 {
  align-self: start;
  justify-self: start;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103dde0-18c31ab0 {
  align-self: end;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddea-18c31ab0 {
  align-self: stretch;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddeb-18c31ab0 {
  align-self: start;
  justify-self: start;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddee-18c31ab0 {
  align-self: end;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddf8-18c31ab0 {
  align-self: stretch;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddf9-18c31ab0 {
  align-self: start;
  justify-self: start;
}

#w-node-_58349384-b09b-22c8-5ffb-2c147103ddfc-18c31ab0 {
  align-self: end;
}

#w-node-b66debf0-32d0-1666-4a43-1c10f3b9b72f-93c31ab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b66debf0-32d0-1666-4a43-1c10f3b9b73c-93c31ab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b66debf0-32d0-1666-4a43-1c10f3b9b74a-93c31ab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b66debf0-32d0-1666-4a43-1c10f3b9b757-93c31ab1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-53c31ab2, #w-node-_9ad70a3f-b79b-3cc2-f993-1f1d3f4af4ca-53c31ab2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_544e2946-79bb-0d83-946c-cf18ada4a475-53c31ab2, #w-node-_544e2946-79bb-0d83-946c-cf18ada4a478-53c31ab2, #w-node-_9f8263f9-bf2b-d86b-4565-b16bfde1c2fb-53c31ab2, #w-node-_9f8263f9-bf2b-d86b-4565-b16bfde1c2fe-53c31ab2, #w-node-a4efb6dd-83f2-854d-6425-0eb984191106-53c31ab2, #w-node-_5d037400-0895-173b-5c2b-e0a509cd8e5f-53c31ab2, #w-node-f63d239a-175c-0ff7-9463-3d300b10b259-53c31ab2, #w-node-f63d239a-175c-0ff7-9463-3d300b10b25c-53c31ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb5c2dcc-fc9e-1d7d-ab52-5bb043707191-53c31ab2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45b25ee5-9fb6-6a32-ff51-8b238b09acc0-53c31ab2, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-53c31ab2, #w-node-_8bd756d6-6dcb-93cc-ce96-fc26bf50a286-53c31ab2, #w-node-_8bd756d6-6dcb-93cc-ce96-fc26bf50a289-53c31ab2, #w-node-db163d72-6e93-f009-3df4-7f955d6d8803-53c31ab2, #w-node-db163d72-6e93-f009-3df4-7f955d6d8806-53c31ab2, #w-node-_764176e0-a823-fe12-b158-6c12297cd23c-53c31ab2, #w-node-_764176e0-a823-fe12-b158-6c12297cd23f-53c31ab2, #w-node-_2337dc29-b12d-9ea0-eef3-c730bcbd878b-53c31ab2, #w-node-_2337dc29-b12d-9ea0-eef3-c730bcbd878e-53c31ab2, #w-node-abf8578e-3c8f-03f6-75a1-88e545d39279-53c31ab2, #w-node-abf8578e-3c8f-03f6-75a1-88e545d3927c-53c31ab2, #w-node-_11d7c16d-72cc-ca08-de03-caa3520bd0ee-53c31ab2, #w-node-_11d7c16d-72cc-ca08-de03-caa3520bd0f1-53c31ab2, #w-node-_59023703-5783-a5ae-e4d5-2045dbe32231-53c31ab2, #w-node-_2e947b04-8f10-9737-f085-76da6397762d-53c31ab2, #w-node-abeafedb-192a-708a-62b3-49669b39ca60-53c31ab2, #w-node-_40f14aaa-3319-498e-9131-3f5e2dfd67ac-53c31ab2, #w-node-bf2023a0-63d1-555a-a1d9-975f3440868f-53c31ab2, #w-node-_52c16ac8-6671-b1bd-78ec-4553ab4ff142-53c31ab2, #w-node-ac1d0a0e-e67d-7103-196b-fc61834471d4-53c31ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_967fb332-b835-47d9-560f-4099fd379e82-53c31ab2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-61c31ac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-61c31ac8, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-61c31ac8, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-61c31ac8, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-61c31ac8, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-61c31ac8, #w-node-_01c5faad-2a41-b24c-f6eb-9f168c31dcab-61c31ac8, #w-node-_9cd6c61e-6704-40cd-15fe-6598545e59c1-61c31ac8, #w-node-_1c01eeca-5d9c-cce7-dbaf-54d429515dd3-61c31ac8, #w-node-_87468c32-83f5-729b-6140-32c34d9e6392-61c31ac8, #w-node-b69c3819-0367-9d70-1714-acf0303d75b4-61c31ac8, #w-node-_53b2e3c5-244e-4874-9a0d-9c601d87765f-61c31ac8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-b9c31ad0, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-b9c31ad0, #w-node-facbf8b5-6449-66c1-022d-ec80543b3306-49f1b355, #w-node-b1be75f7-d731-46e8-120d-987d4b435d4e-49f1b355, #w-node-_485f8b93-b971-3f94-3284-ad261b1b9cb0-49f1b355, #w-node-_7ac6688b-bb68-3d32-513d-f082c2424804-49f1b355, #w-node-f3ca2c5e-6ada-14c8-b873-f987dd404f4b-49f1b355, #w-node-d8ad5e31-5dea-afbc-cfe3-3998e6aa29d2-49f1b355, #w-node-_453af1bd-b70e-5f44-9ecd-209bf33744a2-49f1b355, #w-node-b2e7e010-5cfb-efca-36d4-1d15761d19b1-49f1b355, #w-node-_46736087-4522-20ba-3fb0-bcb7ad6d3670-49f1b355 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de85d57a-3f95-b4a6-1dd5-b6190f87bd94-5dc3ec06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de85d57a-3f95-b4a6-1dd5-b6190f87bd96-5dc3ec06 {
  align-self: start;
}

#w-node-b42b34a1-c4dd-d4d2-719d-0fba0f27d957-bcba1699 {
  align-self: stretch;
}

#w-node-b42b34a1-c4dd-d4d2-719d-0fba0f27d95b-bcba1699 {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_58349384-b09b-22c8-5ffb-2c147103ddaf-18c31ab0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_82573a16-ad1f-1f05-b349-dec0533ee31e-5bc31a50, #w-node-_82573a16-ad1f-1f05-b349-dec0533ee31f-5bc31a50, #w-node-_82573a16-ad1f-1f05-b349-dec0533ee320-5bc31a50, #w-node-_82573a16-ad1f-1f05-b349-dec0533ee321-5bc31a50, #w-node-_82573a16-ad1f-1f05-b349-dec0533ee322-5bc31a50, #w-node-_82573a16-ad1f-1f05-b349-dec0533ee323-5bc31a50 {
    justify-self: center;
  }

  #w-node-_94cab2e6-0851-983f-44d0-e007db9a8ec4-16c31a57, #w-node-_94cab2e6-0851-983f-44d0-e007db9a8edb-16c31a57, #w-node-_94cab2e6-0851-983f-44d0-e007db9a8ef2-16c31a57, #w-node-_94cab2e6-0851-983f-44d0-e007db9a8f09-16c31a57, #w-node-_1c89d4fd-a87e-3451-7fdb-79cec1d3d04b-16c31a57, #w-node-_236c6096-8e01-e716-7ea1-9f70c03490c1-16c31a57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ead39f2-8589-adee-65e0-bbeecd758dd5-67c31a5c, #w-node-_6ead39f2-8589-adee-65e0-bbeecd758dd6-67c31a5c, #w-node-_6ead39f2-8589-adee-65e0-bbeecd758dd7-67c31a5c, #w-node-_6ead39f2-8589-adee-65e0-bbeecd758dd8-67c31a5c, #w-node-_6ead39f2-8589-adee-65e0-bbeecd758dd9-67c31a5c, #w-node-_6ead39f2-8589-adee-65e0-bbeecd758dda-67c31a5c {
    justify-self: center;
  }

  #w-node-_285adb9d-ffad-6971-2b29-298c99f5a6c8-99f5a6c5 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_285adb9d-ffad-6971-2b29-298c99f5a6d1-99f5a6c5 {
    grid-area: 2 / 1 / 5 / 9;
  }

  #w-node-_8fbc7e19-a75b-61ba-af8f-df0b1405526f-efc31a60, #w-node-_8fbc7e19-a75b-61ba-af8f-df0b14055270-efc31a60, #w-node-_8fbc7e19-a75b-61ba-af8f-df0b14055271-efc31a60, #w-node-_8fbc7e19-a75b-61ba-af8f-df0b14055272-efc31a60, #w-node-_8fbc7e19-a75b-61ba-af8f-df0b14055273-efc31a60, #w-node-_8fbc7e19-a75b-61ba-af8f-df0b14055274-efc31a60 {
    justify-self: center;
  }

  #w-node-_6f244df2-ba3c-364f-278a-9b76c95448e2-5cc31a62, #w-node-_6f244df2-ba3c-364f-278a-9b76c95448fb-5cc31a62, #w-node-_6f244df2-ba3c-364f-278a-9b76c9544914-5cc31a62, #w-node-_6f244df2-ba3c-364f-278a-9b76c954492d-5cc31a62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56565c3c-d27e-49fc-7844-41bbc07e4fe0-5cc31a62, #w-node-_56565c3c-d27e-49fc-7844-41bbc07e4fe1-5cc31a62, #w-node-_56565c3c-d27e-49fc-7844-41bbc07e4fe2-5cc31a62, #w-node-_56565c3c-d27e-49fc-7844-41bbc07e4fe3-5cc31a62, #w-node-_56565c3c-d27e-49fc-7844-41bbc07e4fe4-5cc31a62, #w-node-_56565c3c-d27e-49fc-7844-41bbc07e4fe5-5cc31a62 {
    justify-self: center;
  }

  #w-node-_7d8d0d02-9a09-7ece-2f60-c963a376c601-7ec31a63 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d8d0d02-9a09-7ece-2f60-c963a376c60c-7ec31a63 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_1f0d0f01-e6a9-4e3c-257f-7dc9c233cd2a-fcc31a64 {
    grid-column-end: 6;
  }

  #w-node-_1f0d0f01-e6a9-4e3c-257f-7dc9c233cd33-fcc31a64 {
    grid-column: 3 / 9;
  }

  #w-node-ec864510-fd58-80d6-3bc6-ca4450998be2-42c31a66 {
    grid-column: span 3 / span 3;
  }

  #w-node-_61f1e621-0aee-2c4a-6c49-cefad36fe378-42c31a66 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_61f1e621-0aee-2c4a-6c49-cefad36fe398-42c31a66 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd53a1db-b600-e7a6-d9fa-80f4515b10a7-9bc31a68 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-bb7ee6ac-f15d-6e3c-653c-3c4acc125b4f-f2c31a69 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_19e666a9-175c-05e9-952f-df34b1d815d8-f2c31a69, #w-node-_19e666a9-175c-05e9-952f-df34b1d815d9-f2c31a69, #w-node-_19e666a9-175c-05e9-952f-df34b1d815da-f2c31a69, #w-node-_19e666a9-175c-05e9-952f-df34b1d815db-f2c31a69, #w-node-_19e666a9-175c-05e9-952f-df34b1d815dc-f2c31a69, #w-node-_19e666a9-175c-05e9-952f-df34b1d815dd-f2c31a69 {
    justify-self: center;
  }

  #w-node-_0ec1274c-cc5c-0e10-ed5d-27717662aaad-98c31a8c {
    grid-column: span 3 / span 3;
  }

  #w-node-_9fa85709-54f1-34b0-fd28-3022da522a19-98c31a8c {
    grid-column: 1 / 4;
  }

  #w-node-_9fa85709-54f1-34b0-fd28-3022da522a38-98c31a8c {
    grid-column-end: 4;
  }

  #w-node-f88cd729-5db9-d794-7d39-a8553c5e8909-98c31a8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f88cd729-5db9-d794-7d39-a8553c5e8925-98c31a8c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_76cf80d8-a4b9-d51e-d1f6-c1723b27c4ec-a9c31aa7 {
    grid-column-end: 6;
  }

  #w-node-_76cf80d8-a4b9-d51e-d1f6-c1723b27c4f6-a9c31aa7 {
    grid-column: 3 / 9;
  }

  #w-node-_58349384-b09b-22c8-5ffb-2c147103ddaf-18c31ab0 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58349384-b09b-22c8-5ffb-2c147103ddc1-18c31ab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58349384-b09b-22c8-5ffb-2c147103ddc6-18c31ab0 {
    grid-row-end: 3;
  }

  #w-node-b66debf0-32d0-1666-4a43-1c10f3b9b73c-93c31ab1 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-53c31ab2, #w-node-_9ad70a3f-b79b-3cc2-f993-1f1d3f4af4ca-53c31ab2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_967fb332-b835-47d9-560f-4099fd379e82-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_19e666a9-175c-05e9-952f-df34b1d815d8-49f1b355, #w-node-_19e666a9-175c-05e9-952f-df34b1d815d9-49f1b355, #w-node-_19e666a9-175c-05e9-952f-df34b1d815da-49f1b355, #w-node-_19e666a9-175c-05e9-952f-df34b1d815db-49f1b355 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de85d57a-3f95-b4a6-1dd5-b6190f87bd94-22c31a59 {
    grid-column: span 1 / span 1;
  }

  #w-node-_285adb9d-ffad-6971-2b29-298c99f5a6c8-99f5a6c5, #w-node-_285adb9d-ffad-6971-2b29-298c99f5a6d1-99f5a6c5 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7d8d0d02-9a09-7ece-2f60-c963a376c601-7ec31a63 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f0d0f01-e6a9-4e3c-257f-7dc9c233cd2a-fcc31a64, #w-node-_1f0d0f01-e6a9-4e3c-257f-7dc9c233cd33-fcc31a64 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cd53a1db-b600-e7a6-d9fa-80f4515b109a-9bc31a68 {
    justify-self: center;
  }

  #w-node-cd53a1db-b600-e7a6-d9fa-80f4515b10a7-9bc31a68 {
    grid-column: span 1 / span 1;
  }

  #w-node-cd53a1db-b600-e7a6-d9fa-80f4515b10bd-9bc31a68 {
    justify-self: center;
  }

  #w-node-bb7ee6ac-f15d-6e3c-653c-3c4acc125b4f-f2c31a69 {
    grid-column: span 1 / span 1;
  }

  #w-node-f88cd729-5db9-d794-7d39-a8553c5e8909-98c31a8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-f88cd729-5db9-d794-7d39-a8553c5e8925-98c31a8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76cf80d8-a4b9-d51e-d1f6-c1723b27c4ec-a9c31aa7, #w-node-_76cf80d8-a4b9-d51e-d1f6-c1723b27c4f6-a9c31aa7 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b66debf0-32d0-1666-4a43-1c10f3b9b72f-93c31ab1 {
    justify-self: center;
  }

  #w-node-b66debf0-32d0-1666-4a43-1c10f3b9b73c-93c31ab1 {
    grid-column: span 1 / span 1;
  }

  #w-node-b66debf0-32d0-1666-4a43-1c10f3b9b74a-93c31ab1 {
    justify-self: center;
  }

  #w-node-de85d57a-3f95-b4a6-1dd5-b6190f87bd94-5dc3ec06 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_285adb9d-ffad-6971-2b29-298c99f5a6c8-99f5a6c5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_285adb9d-ffad-6971-2b29-298c99f5a6d1-99f5a6c5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7d8d0d02-9a09-7ece-2f60-c963a376c601-7ec31a63 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f0d0f01-e6a9-4e3c-257f-7dc9c233cd2a-fcc31a64, #w-node-_1f0d0f01-e6a9-4e3c-257f-7dc9c233cd33-fcc31a64 {
    grid-column: span 4 / span 4;
  }

  #w-node-a1509048-7ea0-2d87-316f-ad13787a197d-42c31a66, #w-node-_0ec1274c-cc5c-0e10-ed5d-27717662aad3-98c31a8c {
    justify-self: center;
  }

  #w-node-_76cf80d8-a4b9-d51e-d1f6-c1723b27c4ec-a9c31aa7, #w-node-_76cf80d8-a4b9-d51e-d1f6-c1723b27c4f6-a9c31aa7 {
    grid-column: span 4 / span 4;
  }

  #w-node-_58349384-b09b-22c8-5ffb-2c147103ddc8-18c31ab0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-53c31ab2, #w-node-_9ad70a3f-b79b-3cc2-f993-1f1d3f4af4ca-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_544e2946-79bb-0d83-946c-cf18ada4a475-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_544e2946-79bb-0d83-946c-cf18ada4a478-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f8263f9-bf2b-d86b-4565-b16bfde1c2fb-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9f8263f9-bf2b-d86b-4565-b16bfde1c2fe-53c31ab2, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4efb6dd-83f2-854d-6425-0eb984191106-53c31ab2, #w-node-_5d037400-0895-173b-5c2b-e0a509cd8e5f-53c31ab2, #w-node-f63d239a-175c-0ff7-9463-3d300b10b259-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-f63d239a-175c-0ff7-9463-3d300b10b25c-53c31ab2, #w-node-eb5c2dcc-fc9e-1d7d-ab52-5bb043707191-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_45b25ee5-9fb6-6a32-ff51-8b238b09acc0-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8bd756d6-6dcb-93cc-ce96-fc26bf50a286-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8bd756d6-6dcb-93cc-ce96-fc26bf50a289-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db163d72-6e93-f009-3df4-7f955d6d8803-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-db163d72-6e93-f009-3df4-7f955d6d8806-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_764176e0-a823-fe12-b158-6c12297cd23c-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_764176e0-a823-fe12-b158-6c12297cd23f-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2337dc29-b12d-9ea0-eef3-c730bcbd878b-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2337dc29-b12d-9ea0-eef3-c730bcbd878e-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abf8578e-3c8f-03f6-75a1-88e545d39279-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-abf8578e-3c8f-03f6-75a1-88e545d3927c-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11d7c16d-72cc-ca08-de03-caa3520bd0ee-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_11d7c16d-72cc-ca08-de03-caa3520bd0f1-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59023703-5783-a5ae-e4d5-2045dbe32231-53c31ab2, #w-node-_2e947b04-8f10-9737-f085-76da6397762d-53c31ab2, #w-node-abeafedb-192a-708a-62b3-49669b39ca60-53c31ab2, #w-node-_40f14aaa-3319-498e-9131-3f5e2dfd67ac-53c31ab2, #w-node-bf2023a0-63d1-555a-a1d9-975f3440868f-53c31ab2, #w-node-_52c16ac8-6671-b1bd-78ec-4553ab4ff142-53c31ab2, #w-node-ac1d0a0e-e67d-7103-196b-fc61834471d4-53c31ab2 {
    grid-column: span 2 / span 2;
  }

  #w-node-d9d0b6ce-972b-8534-fe92-845bbb766432-53c31ab2, #w-node-_61817860-95f7-bd11-ddbb-e888a2d93599-53c31ab2, #w-node-_38326a3b-6680-8526-7330-95d9f421a059-53c31ab2, #w-node-_47cdffe0-33cf-0376-4f56-a796975b8a2d-53c31ab2, #w-node-f06d8906-bc49-2cc4-79dd-1c85723b42ba-53c31ab2, #w-node-_1d3aad74-b866-406d-ea1b-3ad935b8e676-53c31ab2, #w-node-d62aac27-2604-80e2-41d6-48839f0ce4d1-53c31ab2, #w-node-_2f9eba29-a76e-03c4-a6dd-2d884fcba71f-53c31ab2, #w-node-f792395e-2d28-8cde-f935-8ba3fd15b6f8-53c31ab2, #w-node-_4b03585b-e305-2ece-f022-935eb8519e87-53c31ab2, #w-node-_967fb332-b835-47d9-560f-4099fd379e82-53c31ab2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_19e666a9-175c-05e9-952f-df34b1d815d8-49f1b355, #w-node-_19e666a9-175c-05e9-952f-df34b1d815da-49f1b355 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


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