:root {
  --black: black;
  --dim-grey: #555;
  --white: white;
  --white-smoke: #f4f4f4;
  --gainsboro: #e0e0e0;
  --dark-grey: #a8a4a4;
  --dark-grey-2: #999;
}

.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);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.3em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
}

h6 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.9em;
}

a {
  text-decoration: none;
}

.baner-slide {
  overflow: hidden;
}

.heading-6-banner {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
}

.slide-nav {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100px;
  font-size: 6px;
  line-height: 1px;
  text-decoration: none;
  display: none;
  inset: 0% 0% 0% auto;
  transform: rotate(90deg);
}

.banner-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0 auto auto 0%;
}

.banner-nav-item-wrapper {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.shevron-down {
  color: #fff;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 14px;
  display: none;
}

.arrow {
  width: 40px;
  height: 40px;
  font-size: 21px;
  font-weight: 400;
  line-height: 8px;
}

.arrow.previous {
  border: 1px solid #fff0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 10%;
  left: 50%;
}

.arrow.previous:hover {
  border: 1px solid #fff;
}

.arrow.next {
  border: 1px solid #fff0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 10%;
  left: 54%;
}

.arrow.next:hover {
  border-color: #fff;
}

.arrow.previous-home-2 {
  z-index: 20;
  border: 1px solid #fff0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  inset: 56% 2% auto auto;
}

.arrow.previous-home-2:hover {
  border: 1px solid #fff;
}

.arrow.next-home-2 {
  z-index: 20;
  border: 1px solid #fff0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  inset: 80% 2% auto auto;
}

.arrow.next-home-2:hover {
  border-color: #fff;
}

.slider-section-1 {
  background-color: #0000;
  height: 100vh;
}

.banner-nav-item {
  opacity: .5;
  background-color: #fff;
  width: 20px;
  height: 1px;
}

.banner-wrapper {
  z-index: 2;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
}

.title-container {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.banner-nav-item-number {
  opacity: 0;
  color: #fff;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.section-1 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.title-text-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto 20% 50%;
}

.image-13 {
  transform: rotate(180deg);
}

.image-13._2 {
  transform: rotate(0);
}

.banner-navigation {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 4%;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.subtitle-container {
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.heading-5.column-name {
  margin-top: 0;
}

.text-wrapper {
  padding-right: 45px;
  font-family: Poppins, sans-serif;
}

.column-right {
  width: 50%;
}

.two-columns {
  border-top: 1px solid #0000002e;
  justify-content: space-between;
  max-width: 742px;
  padding-top: 50px;
  display: flex;
}

.two-columns.black {
  border-top-style: none;
  max-width: 100%;
  padding-top: 50px;
}

.title-paragraph {
  color: #555;
  -webkit-text-fill-color: transparent;
  background-color: #555;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.section-2 {
  background-color: var(--white-smoke);
  padding-top: 150px;
  padding-bottom: 320px;
}

.list {
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 2.3em;
  list-style-type: none;
}

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

.base-container.style-guide-spacing-container {
  padding-right: 15px;
}

.base-container.left-aligment {
  align-items: flex-start;
  display: block;
  overflow: visible;
}

.base-container.center {
  justify-content: center;
}

.base-container.big {
  justify-content: center;
  max-width: 1500px;
}

.base-container.block {
  display: block;
}

.column-left {
  width: 50%;
}

.image-container {
  background-image: url('../images/monochrome-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
  min-width: 355px;
  min-height: 520px;
  display: flex;
}

.picture-right {
  width: 41%;
  margin-top: -50px;
}

.picture-right._2 {
  margin-top: 100px;
}

.two-pictures {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.two-pictures._2 {
  margin-bottom: 0;
}

.container-wide {
  justify-content: center;
  align-items: center;
  max-width: 1550px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.picture-left {
  width: 50%;
}

.picture-left._2 {
  padding-top: 90px;
}

.central-picture {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-1 {
  padding-right: 0;
  transition: all .3s linear;
}

.section-3 {
  z-index: 10;
  margin-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.name {
  text-align: center;
  padding-top: 60px;
}

.reviews-navigations {
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

.reviews-navigations.testimonials {
  padding-top: 20px;
  padding-bottom: 20px;
}

.right-arrow {
  font-size: 25px;
  display: block;
  position: absolute;
  top: 0%;
  left: 800px;
  right: -10%;
}

.div-reviews {
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.secondary-text {
  color: #555;
  padding-left: 5px;
  font-weight: 300;
  position: static;
}

.slider-with-reviews {
  background-color: #0000;
  height: 500px;
  margin-top: 180px;
  padding-left: 15px;
  padding-right: 15px;
}

.slider-with-reviews.testimonials {
  height: auto;
  margin-top: 0;
  padding-top: 20px;
}

.slide-nav-2 {
  width: 70px;
  padding-right: 0;
  font-size: 10px;
  line-height: 10px;
  display: none;
  inset: 0% 0% auto;
}

.heading-slider {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.reviews-nav-item-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: block;
}

.reviews-wrapper {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 730px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.reviews {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  position: static;
}

.reviews-nav-item {
  opacity: .5;
  background-color: #f4f4f4;
  width: 1px;
  height: 20px;
}

.left-arrow {
  font-size: 25px;
  display: block;
  inset: 0% 800px 0% -10%;
}

.grid-iamge {
  opacity: .5;
  mix-blend-mode: multiply;
  transition: opacity .5s;
}

.grid-iamge:hover {
  opacity: 1;
}

.item {
  border: 1px solid #0000002e;
  border-color: #0000002e #0000002e #0000 #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item._4, .item._5 {
  border-bottom-color: #0000002e;
}

.item._2 {
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item._1 {
  border-style: solid;
  border-left-color: #0000002e;
}

.item._3 {
  border-bottom-color: #0000002e;
}

.item.black {
  border-style: none;
}

.item.instagram-1 {
  background-image: url('../images/logo2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-2 {
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-3 {
  background-image: url('../images/2inst.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-4 {
  background-image: url('../images/3inst.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-5 {
  background-image: url('../images/4inst.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-6 {
  background-image: url('../images/ron-whitaker-mvukcymgzbm-unsplash-scaled_optimized.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-7 {
  background-image: url('../images/yellow-i-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-8 {
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-9 {
  background-image: url('../images/1-portf-780-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-10 {
  background-image: url('../images/lo1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-11 {
  background-image: url('../images/3i.jpg');
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-12 {
  background-image: url('../images/1i.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-13 {
  background-image: url('../images/2inst.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-14 {
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-15 {
  background-image: url('../images/inst-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-16 {
  background-image: url('../images/74-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-17 {
  background-image: url('../images/white-folds.-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-18 {
  background-image: url('../images/1-portf-780-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
}

.item.instagram-19 {
  background-image: url('../images/4inst.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
  flex-direction: column;
  position: relative;
}

.item.instagram-20 {
  background-image: url('../images/shumway3-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
  flex-direction: column;
  position: relative;
}

.item.instagram-21 {
  background-image: url('../images/gallery-2-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
  flex-direction: column;
  position: relative;
}

.item.instagram-22 {
  background-image: url('../images/Book-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
  flex-direction: column;
  position: relative;
}

.item.instagram-23 {
  background-image: url('../images/Blue-BG-1-1-1-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-bottom-color: #0000002e;
  border-left-color: #0000002e;
  flex-direction: column;
  position: relative;
}

.full-section {
  background-color: var(--white);
  padding-top: 150px;
  padding-bottom: 150px;
}

.full-section.below-banner {
  padding-top: 0;
}

.full-section.gray {
  background-color: var(--white-smoke);
}

.full-section.contact-us {
  padding-bottom: 0;
}

.full-section.our-team {
  background-image: url('../images/81781-Converted-22-4.png');
  background-position: 0%;
  background-size: cover;
  padding-top: 100px;
}

.grid-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #0000;
  border-bottom: 1px #0000002e;
  border-left: 1px #0000002e;
  border-right: 1px solid #0000;
  border-radius: 0;
  flex: 1;
  grid-template-rows: minmax(auto, 300px) minmax(auto, 300px);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  max-width: 1200px;
  display: grid;
}

.grid-item.black {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  border-style: none;
  grid-template-rows: repeat(auto-fit, 90px);
  grid-template-columns: 311px 311px 311px;
  place-items: center;
  width: 100%;
  max-width: none;
}

.grid-item.instagram {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: 280px 280px;
  grid-template-columns: 270px 270px 270px;
  width: 100%;
  max-width: none;
  margin-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-item.contact-us {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: 280px 280px;
  grid-template-columns: 270px 270px 270px;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 75px;
}

.section-gray {
  background-color: var(--white);
  margin-bottom: 150px;
}

.list-item-price {
  border-bottom: 1px solid #55555540;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.list-item-price.black {
  border-top: 1px #55555540;
  border-bottom-style: none;
  width: 100%;
}

.list-item-price.black.with-border {
  border-top-style: solid;
  border-bottom-style: solid;
}

.button {
  color: #000;
  background-color: #0000;
  margin-right: -10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  position: static;
}

.button:hover {
  color: #555;
}

.button.black, .button.price {
  display: none;
}

.text-item {
  width: 472px;
}

.text-item.black {
  width: 630px;
}

.subtitle {
  text-align: left;
}

.bold-text-button {
  font-weight: 600;
  line-height: 1.25em;
}

.pricing-list {
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none;
}

.pricing-list.black {
  padding-left: 315px;
}

.basic-container {
  flex-direction: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.basic-container.minimal-page {
  padding-top: 150px;
  padding-bottom: 20px;
}

.paragraph-item {
  justify-content: space-between;
  padding-bottom: 5px;
}

.paragraph-item.black {
  padding-right: 40px;
}

.heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-4.left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  display: flex;
}

.heading-4.left.black {
  display: none;
}

.heading-3-tite {
  margin-top: 0;
  padding-bottom: 20px;
}

.collection-list-wrapper-2 {
  padding-top: 30px;
}

.collection-list-blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 450px 450px;
  grid-template-columns: 300px 300px 300px;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  display: grid;
}

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

.line.light {
  color: #0000;
  background-color: #0000;
  height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.line.black {
  background-color: var(--black);
}

.image-15 {
  width: 95px;
  height: 55px;
}

.image-15.logo {
  mix-blend-mode: multiply;
  width: auto;
  min-width: 72px;
  max-width: 225px;
  height: auto;
}

.burger-icons {
  padding-right: 45px;
}

.burger-icons:hover {
  opacity: .5;
}

.dropdown-line {
  color: #555;
  background-color: #555;
  width: 20px;
  height: 2px;
  margin-right: 10px;
  display: inline-block;
}

.close-menu-button {
  display: none;
}

.dropdown-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.dropdown-wrapper.pages {
  margin-left: 30px;
  padding-bottom: 0;
}

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

.list-item-3 {
  line-height: 28px;
}

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

.dropdown-header {
  background-color: #0000;
}

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

.burger-menu {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1810px;
  padding-left: 15px;
  padding-right: 15px;
}

.list-contact {
  margin-bottom: 0;
  display: block;
}

.list-contact.burger-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.menu-button {
  display: none;
}

.navigation-menu {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 600;
  position: fixed;
}

.tablet-link {
  display: none;
}

.dropdown-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.dropdown-link.black {
  color: #000;
}

.brand-link {
  cursor: pointer;
  padding-left: 0;
  overflow: hidden;
}

.icon {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 6px;
  line-height: 28px;
  display: flex;
}

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

.dropdown-link-text {
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.dropdown-list {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  margin-left: -60px;
  margin-right: auto;
}

.dropdown-list.w--open {
  object-position: 50% 50%;
  background-color: #fff;
  justify-content: center;
  width: 75vw;
  height: 70vh;
  margin-left: -130px;
  padding: 20px;
  position: absolute;
  overflow: scroll;
}

.dropdown-list.pages {
  border: 1px solid #0000002e;
  max-width: 240px;
  max-height: 330px;
  margin-left: 0;
  padding-bottom: 30px;
  padding-left: 0;
  overflow: hidden;
}

.dropdown-list.pages.w--open {
  max-height: 180px;
}

.dropdown-list.blog {
  border: 1px solid #0000002e;
  max-width: 240px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  right: 10px;
  overflow: visible;
}

.socials-wrapper {
  display: none;
}

.contact-information-1 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.footer-flex-container {
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
  padding-left: 0;
  display: flex;
}

.footer-link {
  color: #fff;
  font-weight: 300;
  line-height: 1.9em;
  text-decoration: none;
  transition: opacity .5s;
  display: inline-block;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.black {
  color: var(--black);
  padding-bottom: 0;
  transition: opacity .5s;
}

.footer-link.black:hover {
  opacity: .5;
}

.footer-link._128-digital {
  padding-right: 3px;
}

.footer-image {
  text-align: left;
  object-fit: contain;
  object-position: 0% 50%;
  width: 110px;
  margin-left: -12px;
  display: block;
}

.footer-logo-link {
  width: 150px;
}

.wrapper-footer {
  text-align: left;
  margin-bottom: 150px;
  line-height: 1.3em;
  display: block;
}

.wrapper-footer.without-contacts {
  display: none;
}

.contact-information-2 {
  flex: 0 auto;
  display: block;
}

.footer-logo {
  display: block;
}

.social-networks {
  display: flex;
}

.footer-link-item {
  font-size: 40px;
  line-height: 1.3em;
}

.wrapper-footer-link {
  margin-top: 160px;
  display: inline;
}

.brand-container {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.bold-link {
  opacity: 1;
  color: var(--black);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: opacity .5s;
}

.bold-link:hover {
  opacity: .5;
}

.bold-link.black {
  color: var(--black);
}

.list-item-6 {
  line-height: 28px;
}

.footer-text-item {
  color: #f4f4f4;
  width: 944px;
  padding-bottom: 30px;
  font-weight: 600;
}

.footer-text-item.black {
  color: var(--black);
}

.footer-home-page {
  text-align: center;
  background-color: #000;
  background-image: url('../images/81781-Converted-3-2-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 20px;
}

.footer-home-page.white {
  background-color: var(--white);
  background-image: url('../images/81781-Converted-22-4.png');
  background-position: 50% 68%;
}

.social-link {
  padding-right: 20px;
  transition: opacity .5s;
}

.social-link:hover {
  opacity: .5;
  color: #a8a4a4;
}

.list-item-4 {
  padding-bottom: 10px;
  line-height: 28px;
}

.footer-text {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 1.9em;
}

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

.spacing-image-container {
  margin-top: 60px;
  padding-right: 70px;
  position: relative;
}

.spacing-image-container.last-item {
  width: 250px;
}

.style-guide-spacing {
  display: flex;
}

.section-title {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.spacing-number {
  color: #f56f5e;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 20px 0 auto auto;
}

.spacing-number.bottom {
  top: auto;
  bottom: 10px;
}

.spacing-number.bottom.mobile-space {
  bottom: 20px;
}

.spacing-number.mobile-space {
  top: 15px;
}

.spacing-number.middle {
  top: 33%;
  right: 40px;
}

.spacing-number.middle.mobile-space {
  top: 27%;
}

.spacing-description-number {
  color: #f56f5e;
}

.spacing-description {
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.style-guide-title {
  margin-bottom: 70px;
}

.content-title {
  color: #a8a8a8;
  font-size: 16px;
  line-height: 1.2em;
}

.spacing-system {
  width: 100%;
  margin-right: 20px;
}

.spacing-system.last-item {
  margin-right: 0;
}

.image-11 {
  margin-bottom: 27px;
}

.content-table-bottom-row-item {
  border-right: 1px solid #0000001a;
  padding: 20px 15px;
}

.content-table-bottom-row-item.last-item {
  border-right-style: none;
}

.content-table-bottom-row-item.last-item.content-table-row-item-resolution {
  border-right-style: solid;
  width: 239px;
}

.content-table-bottom-row-item.content-table-row-item-title {
  color: #131c21;
  background-color: #fff;
  border-left: 1px solid #0000001a;
  width: 190px;
  font-size: 24px;
  line-height: 1.3em;
}

.content-table-bottom-row-item.content-table-row-item-resolution {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 240px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  display: flex;
}

.content-table-bottom-row-item.content-table-row-item-title {
  color: #131c21;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  display: flex;
}

.size-sumbols {
  margin-right: 8px;
  font-size: 24px;
}

.size-sumbol-container {
  font-size: 24px;
}

.content-table-top-row-item {
  color: #fff;
  background-color: #ff3f39;
  border-bottom: 1px solid #000;
  border-right: 1px solid #0000001a;
  padding: 20px 15px;
  font-size: 18px;
}

.content-table-top-row-item.content-table-row-item-title {
  background-color: #000;
  width: 190px;
}

.content-table-top-row-item.last-item {
  border-right-style: none;
}

.content-table-top-row-item.last-item.content-table-row-item-resolution {
  flex: 0 auto;
  font-family: Poppins, sans-serif;
}

.content-table-top-row-item.content-table-row-item-resolution {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 245px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.content-table-top-row-item.content-table-row-item-title {
  text-align: center;
  background-color: #000;
  width: 25%;
  font-family: Poppins, sans-serif;
}

.content-table-top-row-item.content-table-row-item-resolution {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 240px;
  display: flex;
}

.grid-system-content-top {
  justify-content: space-between;
  display: flex;
}

.style-guide-grid-system {
  padding-top: 0;
}

.colors-palette {
  margin-right: 40px;
}

.color-item-background {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.color-item-background.gray {
  background-color: var(--white-smoke);
  border: 1px solid #555;
}

.color-item-background.gray-background {
  background-color: #111;
}

.color-item-background.white-background {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

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

.color-text {
  color: #131c2199;
  font-family: Poppins, sans-serif;
}

.colors-container {
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.heading-5-tablet {
  text-align: left;
}

.heading-5-tablet.left-aligment {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
}

.heading-6-mobile {
  font-size: 16px;
}

.heading-6-mobile.left-aligment {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.typography-content {
  flex-direction: column;
  width: 45%;
  margin-right: 20px;
  display: flex;
}

.typography-content.last-item {
  width: 36%;
  margin-top: 50px;
  margin-right: 0;
}

.typography-content.last-item.mobile {
  margin-top: 0;
}

.heading-6-tablet.left-aligment {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-3-tablet {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
}

.item-content-font-family {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5em;
}

.item-content-font-family.link-typography {
  margin-bottom: 20px;
}

.heading-size-description {
  color: #131c2199;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.9em;
}

.heading-size-description.link-size {
  font-size: 16px;
}

.heading-1-mobile {
  color: var(--black);
  margin-top: 51px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-3-mobile {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
}

.style-guide-paragraphs {
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.headings-container {
  flex-direction: column;
  margin-top: 15px;
  font-size: 15px;
  display: flex;
}

.title-heading-1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2em;
}

.title-heading-1.white {
  color: var(--white);
  margin-bottom: 0;
  padding-right: 50px;
  line-height: 1.3em;
}

.heading-4-mobile, .heading-4-tablet {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-1-tablet {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-2-mobile {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-2-tablet {
  color: #000;
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-5-mobile {
  text-align: left;
  font-size: 16px;
}

.heading-5-mobile.left-aligment {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
}

.buttons-wrapper {
  margin-top: 40px;
  margin-right: 40px;
}

.shevron-up-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  display: none;
}

.title-paragraph-2 {
  color: #555;
  -webkit-text-fill-color: transparent;
  background-color: #555;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
}

.grid-system-content-bottom-2 {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  max-height: 100px;
  display: flex;
}

.grid-system-container-2 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9em;
}

.style-guide-typography-heading-2 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-family: Poppins, sans-serif;
}

.heading-5 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
}

.style-guides-link {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  text-decoration: none;
}

.style-guides-link:hover {
  color: var(--dim-grey);
}

.large-paragraph {
  color: var(--dim-grey);
  font-weight: 300;
  line-height: 2.3em;
}

.body-2 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
}

.pharagraph-border {
  border-bottom: 1px solid #55555580;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1.9em;
}

.line-move {
  color: #000;
  background-color: #000;
  height: 5px;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.link-heading-4 {
  max-width: 266px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.dash {
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 2.3em;
}

.reviewsparagraph {
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 2.3em;
}

.blog-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: scale(1.2);
}

.block-date {
  font-size: 12px;
  line-height: 2.3em;
}

.blog-link-title {
  color: #000;
  text-decoration: none;
  transition: all .1s;
}

.blog-link-title:hover {
  color: #f4f4f4;
}

.blog-wrapper {
  position: relative;
  overflow: hidden;
}

.reviews-photo {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  padding-top: 0;
}

.category {
  color: var(--dim-grey);
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75em;
  display: inline-block;
}

.wrapper-reviews {
  align-items: stretch;
  padding-top: 15px;
  display: flex;
}

.wrapper-reviews:hover {
  color: #fff;
}

.wrapper-intro {
  opacity: 1;
  background-color: #f4f4f4;
  border: 1px solid #55555580;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-container {
  flex-direction: column;
  margin-top: -60px;
  display: flex;
  overflow: hidden;
}

.wrapper-image-1 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 320px;
  display: flex;
  overflow: hidden;
}

.link-light {
  color: #5559;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
  transition: color .5s;
  display: inline-block;
}

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

.collection-container-2 {
  flex-direction: column;
  display: flex;
}

.wrapper-image-2 {
  flex-direction: column;
  justify-content: center;
  min-height: 277px;
  display: flex;
  overflow: hidden;
}

.collection-container-3 {
  flex-direction: column;
  display: flex;
}

.wrapper-image-3 {
  justify-content: center;
  align-items: center;
  min-height: 390px;
  display: flex;
  overflow: hidden;
}

.wrapper-image-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
  overflow: hidden;
}

.link-gray {
  color: var(--gainsboro);
  font-size: 16px;
  line-height: 1.75em;
}

.wrapper-image-5 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-height: 470px;
  display: flex;
  overflow: hidden;
}

.image-1 {
  transform: scale(1.3);
}

.image-2 {
  width: 100%;
  min-height: 280px;
  transform: scale(1.2);
}

.image-4 {
  transform: scale(1.7);
}

.image-3 {
  display: block;
  transform: scale(1.5);
}

.image-5 {
  width: 111.967%;
  transform: scale(1.3);
}

.wide-container {
  justify-content: center;
  align-items: center;
  height: 66vh;
  display: flex;
}

.section-banner {
  background-color: var(--white);
  background-image: url('../images/81781-Converted-222.png');
  background-position: 50% 70%;
  background-size: cover;
}

.underline-menu {
  background-color: #a8a4a4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  height: 2px;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 70% auto auto 18%;
}

.underline-menu.line-2 {
  top: 48px;
}

.underline-menu.line-2.portfolio-bottom {
  width: 70px;
  display: none;
  left: 14%;
}

.underline-menu.line-2.portfolio-bottom.black {
  background-color: var(--black);
  display: none;
}

.underline-menu.portfolio-top {
  width: 70px;
  display: none;
  left: 14%;
}

.underline-menu.portfolio-top.black {
  background-color: var(--black);
  display: none;
}

.underline-menu.black {
  background-color: var(--black);
}

.body-3 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.banner-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 66vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.section-image {
  z-index: -1;
  background-color: #0000;
  background-image: url('../images/vollemaan_image_nachtrust.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 390px;
  overflow: hidden;
}

.section-image.eerstemaanden {
  background-image: url('../images/vollemaan_image_eerstemaanden_2.jpg');
}

.section-image.zwangerworden {
  background-image: url('../images/vollemaan_image_zwangerwordenenzijn_2.jpg');
}

.section-image.balansenergie {
  background-image: url('../images/vollemaan_image_balansenergie_2.jpg');
}

.section-top-banner {
  z-index: 100;
  background-color: var(--white);
  background-image: url('../images/81781-Converted-222.png');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.heading-span {
  display: block;
}

.with-padding {
  padding-bottom: 60px;
}

.title {
  padding-bottom: 20px;
}

.title.contact-us {
  padding-right: 20px;
}

.subtitle-item {
  padding-bottom: 20px;
}

.dark {
  opacity: 0;
  background-image: url('../images/Group-1980-1.png');
  background-position: 50%;
  background-size: auto;
  flex: 1;
  align-items: center;
  height: 100%;
}

.dark.overlay {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.instagram-text {
  color: var(--dim-grey);
  padding-top: 10px;
  padding-bottom: 10px;
}

.instagram-link {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .5s;
}

.instagram-link:hover {
  opacity: .5;
}

.wrapper-instagram {
  background-color: var(--white-smoke);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.about-us-2 {
  background-image: url('../images/650e7bf9244001d586b38d0b_81781-Converted-222_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 66vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.white.case-study {
  margin-top: 100px;
  font-weight: 400;
}

.white.homepage {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.about-us-text-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 310px;
  max-width: 1170px;
}

.photo {
  min-width: 290px;
  min-height: 440px;
  display: inline-block;
}

.photo._1 {
  background-image: url('../images/girl.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 290px;
  min-height: 100%;
}

.photo._2 {
  background-image: url('../images/12-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 290px;
  min-height: 100%;
}

.photo._3 {
  background-image: url('../images/boy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 290px;
  min-height: 100%;
}

.photo._4 {
  background-image: url('../images/13-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 290px;
  min-height: 100%;
}

.photo-item-wrap {
  flex: none;
  min-height: 440px;
}

.all-photo-wrapper {
  flex: none;
  display: flex;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "Area" 620px
                 "Area-2"
                 "Area-3"
                 "." 980px
                 / 930px;
  grid-auto-flow: column;
  padding-bottom: 0;
}

.grid-2._2-lowest {
  grid-template-rows: 620px auto auto 158px;
}

.image-wrap {
  background-image: url('../images/over-main-image-methodiek.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 100px;
  position: relative;
  overflow: hidden;
}

.image-wrap.overpraktijk {
  background-image: url('../images/over-main-image_2.jpg');
}

.main-button {
  z-index: 1;
  color: var(--black);
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 30px;
  margin-bottom: 8px;
  padding: 22px 40px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.main-button.contact-us, .main-button.buy-now, .main-button.buy-now-two {
  padding-left: 44px;
  padding-right: 44px;
}

.main-button.white {
  border-color: var(--white);
  color: var(--white);
  font-weight: 400;
}

.button-wrap {
  flex-flow: wrap;
  align-content: space-around;
  padding-right: 13px;
  display: inline-block;
  overflow: hidden;
}

.button-wrap.contact-us {
  flex: 0 auto;
}

.button-wrap.pricing-plans, .button-wrap.pricing-plans-2 {
  position: relative;
  top: 15px;
}

.button-wrap.protected-page {
  margin-left: 13px;
}

.black-bg {
  background-color: var(--black);
  width: 2px;
  height: 64px;
  position: relative;
  top: -75px;
  left: auto;
}

.black-bg.link-white {
  background-color: var(--white);
}

.faq-wrapper {
  padding-top: 10px;
}

.faq-wrapper.common-questions {
  flex: 1;
}

.dropdown-faq {
  transition: all 1.5s;
  display: block;
}

.dropdown-list-6 {
  background-color: #d8aeae;
  position: relative;
}

.dropdown-list-6.w--open {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.icon-6 {
  display: none;
}

.dropdown-toggle-faq {
  border: 1px #55555540;
  border-bottom-style: solid;
  justify-content: space-between;
  min-width: 330px;
  padding-left: 0;
  transition: opacity .5s;
  display: flex;
}

.dropdown-toggle-faq:hover {
  opacity: .5;
}

.dropdown-toggle-faq.w--open {
  margin-bottom: 0;
  transition: all .5s;
}

.image-wrap-2 {
  z-index: 1;
  background-image: url('../images/maan-maan.jpg');
  background-position: 50%;
  background-size: cover;
}

.dropdown-wrap.contact-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #0000002e;
  grid-template-rows: 140px;
  grid-template-columns: 314px 314px 314px;
}

.grid-3.contact-us {
  margin-top: 150px;
}

.grid-3.home-rage-2 {
  margin-bottom: 150px;
}

.grid-3.logos {
  border-width: 0;
}

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

.column.borders {
  border-left: 1px solid #0000002e;
  border-right: 1px solid #0000002e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-title {
  white-space: normal;
}

.collection-list-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
  / 440px 440px;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  margin-top: 40px;
  padding-left: 30px;
}

.link-block-2 {
  padding-top: 10px;
  padding-left: 30px;
}

.link-black {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
  transition: opacity .5s;
  display: block;
}

.link-black:hover {
  opacity: .5;
}

.link-black.vertical {
  z-index: 2;
  color: #0000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-block;
  transform: rotate(-90deg);
}

.link-black.mini-space {
  margin-bottom: 5px;
}

.link-black.networks {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
}

.link-white {
  color: var(--white);
  font-weight: 600;
  line-height: 1.7em;
  transition: color .5s;
}

.link-white:hover {
  color: var(--dark-grey);
}

.link-white.hover {
  transition: all .5s;
}

.link-white.hover:hover {
  opacity: .5;
}

.link-white.networks {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
}

.collection-item-6 {
  flex-direction: column;
}

.link-wrap {
  flex-direction: column;
  padding-top: 20px;
  display: inline-block;
}

.collection-list-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 440px 440px;
  grid-auto-columns: 1fr;
  place-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: grid;
}

.link-image-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 290px;
  display: flex;
  overflow: hidden;
}

.gray-section {
  background-color: var(--white-smoke);
  padding-top: 150px;
  padding-bottom: 150px;
}

.gray-section.about-us-two {
  margin-top: -490px;
  padding-top: 640px;
}

.gray-section.lines {
  background-image: url('../images/81781-Converted-22-4.png');
  background-position: 6% -366%;
  background-size: auto;
}

.gray-section.production-studio {
  padding-bottom: 75px;
}

.wide-vertical-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.logo-container {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15px;
  display: flex;
}

.logo-container.white, .logo-container.whitebg {
  background-color: var(--white);
}

.incomplete-section {
  background-color: var(--white);
  padding-top: 150px;
}

.incomplete-section.with-line {
  padding-top: 45px;
}

.header-wrapper {
  flex: 1;
  padding-top: 170px;
  padding-bottom: 120px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: 700px auto;
  grid-template-columns: 944px;
}

.grid-5._02 {
  grid-template-columns: 944px;
}

.image-banner._01 {
  background-image: url('../images/nei_stap1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-banner._02 {
  background-image: url('../images/nei_stap2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-banner._03 {
  background-image: url('../images/nei_stap3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.namber-with-border {
  color: var(--dark-grey-2);
  border: 1px #55555540;
  border-bottom-style: solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.wrapper-item {
  padding-top: 50px;
}

.list-6-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}

.parallax-section {
  background-color: #0000;
  background-image: url('../images/moonshaped-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 310px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.center {
  text-align: center;
}

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

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  grid-template-rows: 285px 285px;
  grid-template-columns: 445px 445px;
}

.testimonials-wrap {
  background-color: var(--white-smoke);
  border: 1px #0000002e;
  padding: 30px;
  transition: all .9s;
}

.testimonials-wrap:hover {
  background-color: var(--white);
  border-style: solid;
}

.testimonials-wrap._1 {
  border-style: solid;
  border-color: var(--white-smoke);
  transition-property: all;
}

.testimonials-wrap._1:hover {
  border-style: solid;
  border-color: #0000002e;
}

.testimonials-wrap._2 {
  border-style: solid;
  border-color: var(--white-smoke);
}

.testimonials-wrap._2:hover {
  border-color: #0000002e;
}

.testimonials-wrap._3 {
  border-style: solid;
  border-color: var(--white-smoke);
}

.testimonials-wrap._3:hover {
  border-color: #0000002e;
}

.testimonials-wrap._4 {
  border-style: solid;
  border-color: var(--white-smoke);
}

.testimonials-wrap._4:hover {
  border-color: #0000002e;
}

.testimonials-wrap._5 {
  border-style: solid;
  border-color: var(--white-smoke);
}

.testimonials-wrap._5:hover {
  border-color: #0000002e;
}

.testimonials-wrap._6 {
  border-style: solid;
  border-color: var(--white-smoke);
}

.testimonials-wrap._6:hover {
  border-color: #0000002e;
}

.image-29 {
  opacity: .5;
  width: 35px;
  height: 33px;
}

.text-span {
  padding-left: 5px;
  font-weight: 300;
}

.item-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  display: flex;
}

.black-section {
  background-color: var(--black);
  background-image: url('../images/81781-Converted-2-2-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.black-section.home-page {
  margin-top: 180px;
  padding-top: 0;
  padding-bottom: 0;
}

.loop-link-wrap {
  align-items: center;
  padding-top: 150px;
  display: flex;
  overflow: hidden;
}

.all-links {
  flex: none;
}

.loop-link-item {
  flex-wrap: nowrap;
  flex: none;
  height: 323px;
  display: flex;
}

.photo-link {
  width: 323px;
  min-height: 323px;
}

.photo-link._1 {
  background-image: url('../images/Hands-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  min-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.photo-link._2 {
  background-image: url('../images/shumway3-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  min-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.photo-link._3 {
  background-image: url('../images/lines2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  min-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.photo-link._4 {
  background-image: url('../images/Magic-Light-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  min-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.photo-link._5 {
  background-image: url('../images/logo21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  min-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.hover-background {
  opacity: 0;
  background-image: linear-gradient(to top, #000000ba, #000000f7 0%, #0000 67%, #0000);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100%;
  transition: opacity .5s;
  display: flex;
}

.hover-background:hover {
  opacity: 1;
}

.hover-link {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  transition: all .5s;
  display: flex;
}

.grid-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 400px 400px 400px 400px;
  grid-template-columns: 477px 477px;
}

.our-team-wrapper._1 {
  background-image: url('../images/Frame-113-1.jpg');
  background-position: 50% 5%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.our-team-wrapper._2 {
  background-image: url('../images/13-1.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.our-team-wrapper._3 {
  background-image: url('../images/12-1.jpg');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.our-team-wrapper._4 {
  background-image: url('../images/boy.jpg');
  background-position: 50% 8%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.our-team-wrapper._5 {
  background-image: url('../images/girl.jpg');
  background-position: 50% 6%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.our-team-wrapper._6 {
  background-image: url('../images/music-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.our-team-wrapper._7 {
  background-image: url('../images/model-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.our-team-wrapper._8 {
  background-image: url('../images/travel-1.jpg');
  background-position: 50% 91%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.gradient-background {
  background-image: linear-gradient(to top, #00000063, #000000b0 0%, #0000 40%, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100%;
  transition: all .8s;
  display: flex;
}

.gradient-background:hover {
  filter: saturate(200%);
}

.gradient-background._2 {
  background-color: #00000021;
  background-image: none;
  flex: 1;
  align-self: stretch;
  padding-bottom: 30px;
  padding-left: 30px;
}

.icons-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  transform: translate(0);
}

.image-yt {
  height: 16px;
  padding-right: 20px;
  transition: opacity .5s;
}

.image-yt:hover {
  opacity: .5;
}

.yellow-picture {
  background-image: url('../images/price-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.grid-8 {
  grid-column-gap: 40px;
  grid-row-gap: 65px;
  grid-template-rows: 680px auto;
  grid-template-columns: 450px 450px;
}

.image-item {
  background-image: url('../images/lines2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-item-2 {
  background-image: url('../images/neon-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.price-wrap {
  border-bottom: 1px solid #55555540;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.price-wrap.no-border {
  border-bottom-style: none;
}

.pricing-parallax {
  background-color: #0000;
  background-image: url('../images/bg-pricing-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 510px;
  padding-top: 50px;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.bottom-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: relative;
  top: 0;
  left: auto;
}

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

.services-text-wrap {
  padding-right: 65px;
}

.all-links-collection {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.item-wrapper {
  justify-content: center;
  align-items: center;
  width: 328px;
  max-height: 328px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-links {
  min-width: 450px;
  min-height: 328px;
  transform: scale(1.1);
}

.hover-text {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 35px;
  transform: translate(0, -100%);
}

.collection-wrapper {
  align-items: center;
  padding-top: 75px;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.grid-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 370px 370px;
  grid-template-columns: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.pricing-wrap {
  background-image: url('../images/praktijkvollemaan_vvm_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  transition: all .5s;
}

.pricing-wrap:hover {
  transform: scale(.97);
}

.name-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.list-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-left: 15px;
  padding-right: 40px;
  display: flex;
}

.white.list.tarieven {
  color: var(--white);
}

.white.list.tarieven.small {
  font-size: 12px;
}

.list-item-9 {
  flex-direction: row;
  position: relative;
}

.services-image {
  position: absolute;
  inset: 0% 0% 0% -9%;
  transform: rotate(90deg)rotate(180deg);
}

.services-list {
  margin-top: 15px;
  margin-bottom: 0;
  list-style-type: none;
}

.graphic-design {
  color: var(--white);
  margin-top: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.price {
  color: var(--white);
  margin-top: 30px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4em;
}

.price-wrapper {
  color: var(--white);
  flex-direction: column;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}

.image-36 {
  position: absolute;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.background-color {
  background-color: #ffffff1c;
  max-height: 370px;
  padding: 60px 40px;
  display: flex;
}

.pricing-wrap-two {
  background-image: url('../images/praktijkvollemaan_vvm_2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  transition: all .5s;
}

.pricing-wrap-two:hover {
  transform: scale(.97);
}

.collection-list-wrapper-6 {
  flex-direction: row;
  grid-template-rows: 395px;
  grid-template-columns: 315px 315px 315px;
  grid-auto-columns: 1fr;
  min-height: 395px;
  display: block;
}

.collection-item-8 {
  grid-template-rows: 395px;
  grid-template-columns: 315px 315px 315px;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-7 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: 395px;
  grid-template-columns: 314px 314px 314px;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center;
  max-width: 1200px;
  height: 100%;
  margin-top: 30px;
  display: grid;
  overflow: hidden;
}

.blog-post-item {
  justify-content: center;
  align-items: center;
  width: 314px;
  min-height: 395px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-38 {
  min-width: 400px;
  min-height: 395px;
}

.blog-text-wrap {
  background-color: #1d191973;
  flex: 1;
  padding: 40px 30px 35px;
  position: absolute;
  inset: 0%;
}

.name-blog-post {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.blog-post-category {
  color: var(--white);
  margin-bottom: 15px;
  font-weight: 600;
}

.description {
  color: var(--white);
  margin-bottom: 15px;
}

.blog-post-price {
  color: var(--white);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.image-39 {
  opacity: 0;
  padding-left: 5px;
}

.text-span-3, .text-span-5 {
  margin-left: 35px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 50% 50%;
  place-content: center;
  place-items: center;
  max-width: 1290px;
  margin-top: 25px;
}

.offer-wrap {
  padding-right: 100px;
}

.offer-pharagraph {
  margin-top: 20px;
}

.video-background {
  background-color: var(--white-smoke);
  max-width: 1200px;
  min-height: 460px;
  margin-top: 150px;
}

.services-list-black {
  margin-top: 30px;
  margin-bottom: 0;
  list-style-type: none;
}

.offer-image {
  height: 16px;
  position: absolute;
  inset: 20% 0% 0% -15%;
}

.name-wrap-black {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.image-36-black {
  position: absolute;
}

.text-span-5-black {
  color: var(--black);
  margin-left: 30px;
  font-size: 28px;
}

.custom-package {
  color: var(--black);
  margin-top: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.video-wrapper {
  justify-content: space-between;
  display: flex;
}

.youtube {
  flex: 1;
  width: 50%;
}

.price-item {
  padding-left: 70px;
}

.custom-package-wrap {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4em;
}

.links-wrapper {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 35px;
}

.youtube {
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-item-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.border {
  z-index: 0;
  border: 3px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.button-play {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.title-white-banner {
  color: var(--white);
}

.section-with-picture {
  background-image: url('../images/ron-whitaker-mvukcymgzbm-unsplash-scaled_optimized.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.dropdown-wrap-faq {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: start;
  display: grid;
}

.faq-item {
  width: 100%;
  padding-right: 40px;
  transition: all 1.5s;
  display: block;
}

.answer-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.move-line {
  background-color: var(--black);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0;
}

.faq-pages-wrapper {
  flex: 1;
}

.faq-toggle {
  border: 1px #55555540;
  border-bottom-style: solid;
  justify-content: space-between;
  min-width: 100%;
  padding-left: 0;
  transition: opacity .5s;
  display: block;
  overflow: hidden;
}

.faq-toggle.w--open {
  margin-bottom: 0;
  transition: all .5s;
}

.collection-list-blog-faq {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 450px;
  grid-template-columns: 300px 300px 300px;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  display: grid;
}

.blog-wrapper-intro {
  opacity: 1;
  background-color: #f4f4f4;
  border: 1px solid #55555580;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-banner-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 66vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.grid-contacts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #0000002e;
  flex: 1;
  grid-template-rows: 170px;
  grid-template-columns: 405px 405px 405px;
  margin-bottom: 150px;
}

.grid-items {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}

.grid-items.borders {
  border-left: 1px solid #0000002e;
  border-right: 1px solid #0000002e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contacts-link {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9em;
  text-decoration: none;
  transition: color .5s;
}

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

.contacts-link.space {
  margin-top: 20px;
  display: inline-block;
}

.number, .email {
  line-height: 28px;
}

.contacts-wrap {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.address {
  margin-bottom: 0;
}

.socials {
  justify-content: flex-start;
  padding-top: 8px;
  padding-bottom: 20px;
  line-height: 1.9px;
  display: flex;
}

.link-item {
  opacity: .6;
  padding-right: 20px;
  transition: opacity .5s;
}

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

.link-item-2 {
  opacity: .6;
  padding-right: 20px;
  transition: opacity .5s;
}

.link-item-2:hover {
  opacity: 1;
}

.link-item-3 {
  opacity: .6;
  padding-right: 20px;
  transition: opacity .5s;
}

.link-item-3:hover {
  opacity: 1;
}

.link-item-4 {
  opacity: .6;
  height: 17px;
  padding-right: 20px;
  transition: opacity .5s;
}

.link-item-4:hover {
  opacity: 1;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-columns: 100%;
}

.full-paragraph {
  text-align: left;
  margin-bottom: 25px;
}

.pharagraph {
  margin-top: 10px;
}

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

.pharagraph.success {
  color: var(--white);
}

.field-label {
  border: 1px #000;
  border-bottom: 1px solid #0000002e;
  height: 150px;
  margin-bottom: 35px;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8em;
}

.field-label:focus {
  border-bottom-color: var(--black);
}

.field-label::placeholder {
  color: var(--black);
}

.field-label.personal-information {
  height: 80px;
  margin-bottom: 35px;
}

.field-label.personal-info-home-2 {
  background-color: var(--black);
  color: var(--white);
  border-bottom-color: #ffffff80;
  height: 80px;
  margin-bottom: 35px;
}

.field-label.personal-info-home-2::placeholder {
  color: var(--white);
}

.field-label.home-2 {
  background-color: var(--black);
  color: var(--white);
  border-bottom-style: solid;
  border-bottom-color: #ffffff80;
}

.field-label.home-2::placeholder {
  color: var(--white);
}

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

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

.form-block.hide {
  display: none;
}

.portfolio-section {
  background-image: url('../images/ron-whitaker-mvukcymgzbm-unsplash-scaled_optimized.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.base-portfolio-container {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 66vh;
  display: flex;
}

.tabs {
  flex: 1;
}

.tabs-menu {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.tab-text {
  font-size: 16px;
  font-weight: 500;
  transition: opacity .5s;
  display: inline;
}

.tab-text:hover {
  color: var(--dim-grey);
}

.tab-link-copy {
  background-color: #0000;
  flex: 1;
  padding: 10px 0;
}

.tab-link-copy.w--current {
  background-color: #0000;
  flex: 0 auto;
  transition: opacity .5s;
}

.tab-link-copy.w--current:hover {
  color: var(--dim-grey);
}

.light {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.light.w--current {
  background-color: #0000;
}

.collection-item-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.portfolio-collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 200px 200px 200px;
  grid-template-columns: 280px 280px 280px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 50px;
}

.collection-item-9-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item-9-wrap:hover {
  box-shadow: 0 1px 13px -10px var(--dim-grey);
}

.white-wrap {
  background-color: var(--white);
  flex-direction: column;
  min-height: 100px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.tab-link-tab-2 {
  background-color: #0000;
  flex: none;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.tab-link-tab-3 {
  background-color: #0000;
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.project-image {
  flex: 1;
  width: 100%;
  min-height: 100%;
}

.tab-link-tab-4 {
  background-color: #0000;
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.tab-link-tab-5 {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

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

.collection-classic-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 60px;
}

.all-progects-section {
  padding-top: 100px;
}

.footer-portfolio {
  background-color: var(--white);
  text-align: center;
  background-image: url('../images/81781-Converted-222.png');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-start;
  padding-bottom: 20px;
}

.full-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.transparent-section {
  background-image: url('../images/81781-Converted-222.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
}

.wide-minimal-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.item-10-wrapper {
  justify-content: center;
  align-items: center;
  max-height: 200px;
  margin-bottom: 10px;
  transition: transform .6s;
  display: flex;
  overflow: hidden;
}

.item-10-wrapper:hover {
  transform: scale(.94);
}

.collection-list-wrapper-9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-11 {
  flex-flow: wrap;
  grid-template-rows: 360px 360px 360px;
  grid-template-columns: 325px 325px 325px;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-minimal-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 360px;
  display: flex;
}

.minimal-image {
  min-width: 170%;
  min-height: 290px;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 360px 360px 360px;
  grid-template-columns: 325px 325px 325px;
}

.item-grid-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.collection-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 360px;
  display: flex;
}

.item-grid-12-vertical {
  padding-left: 60px;
  padding-right: 60px;
}

.item-10-wrapper-vertical {
  justify-content: center;
  align-items: center;
  max-height: 290px;
  margin-bottom: 10px;
  transition: transform .6s;
  display: flex;
  overflow: hidden;
}

.item-10-wrapper-vertical:hover {
  transform: scale(.94);
}

.collection-list-wrapper-10 {
  column-count: 3;
  column-rule-style: dashed;
  column-rule-width: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 33% 33% 33%;
  grid-auto-columns: 1fr;
  column-gap: 0;
  margin-bottom: 60px;
}

.image-46 {
  min-width: 100%;
}

.section-4 {
  padding-top: 100px;
}

.top-background {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 400px;
  display: flex;
  overflow: hidden;
}

.image-47 {
  min-width: 100%;
}

.portfolio-category {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.paragraph-one {
  margin-top: 40px;
}

.publication-wrapper {
  justify-content: space-between;
  display: flex;
}

.publication-item {
  display: block;
}

.facebook {
  flex: none;
  height: 16px;
  transition: opacity .5s;
}

.facebook:hover {
  opacity: .5;
  color: #a8a4a4;
}

.link-facebook {
  border: 1px solid #0000002e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  transition: background-color .6s;
  display: flex;
}

.link-facebook:hover {
  background-color: #5555552e;
}

.social-wrap {
  display: flex;
}

.icon-youtube {
  width: 16px;
  height: 16px;
  transition: opacity .5s;
}

.icon-youtube:hover {
  opacity: .5;
  color: #a8a4a4;
}

.grid-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 315px;
  grid-template-columns: 480px 480px;
  place-content: center;
  align-items: stretch;
  margin-top: 150px;
  margin-bottom: 150px;
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.lightbox-link-2 {
  position: relative;
  overflow: hidden;
}

.lightbox-name {
  color: var(--dim-grey);
  font-size: 16px;
}

.lightbox-wrap {
  opacity: 0;
  background-color: #ffffffd9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-49 {
  min-height: 100%;
}

.wide-portfolio-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-50 {
  min-height: 100%;
}

.grid-14 {
  grid-column-gap: 346px;
  grid-template-columns: 1fr;
}

.text-portfolio-wrap {
  margin-top: 20px;
  display: flex;
}

.item-wrap-2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 30px;
}

.item-wrap-1 {
  width: 50%;
  padding-right: 30px;
}

.heading-6 {
  padding-right: 60px;
}

.grid-lightbox {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 315px 315px;
  grid-template-columns: 480px 480px;
  place-content: center;
}

.section-with-border {
  border-top: 1px solid #0000002e;
  border-bottom: 1px solid #0000002e;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.item-center {
  border-left: 1px solid #0000002e;
  border-right: 1px solid #0000002e;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-height: 120px;
  display: flex;
}

.item-right {
  border-left: 1px #0000002e;
  border-right: 1px #0000002e;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-height: 120px;
  display: flex;
}

.image-decor {
  opacity: .6;
  height: 25px;
}

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

.next-arrow {
  width: 25px;
  padding-left: 10px;
}

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

.intro-left {
  border-left: 1px #0000002e;
  border-right: 1px #0000002e;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-height: 120px;
  display: flex;
}

.prev-arrow {
  width: 25px;
  padding-left: 10px;
  transform: rotate(-180deg);
}

.link-prev {
  flex-direction: row;
  display: flex;
}

.link-ptev {
  display: flex;
}

.full-section-for-portfolio {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.parallax-blog-section {
  padding-top: 100px;
}

.blog-image-wrap {
  background-image: url('../images/ron-whitaker-mvukcymgzbm-unsplash-scaled_optimized.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 66vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.collection-item-12 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.link-item-wrap {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.collection-list-wrapper-11 {
  column-count: 3;
  column-rule-width: 40px;
  column-gap: 40px;
  margin-top: 50px;
}

.link-image-wrapper {
  width: 260px;
  display: inline-block;
  overflow: hidden;
}

.project-image-item {
  width: 100%;
  min-height: 140px;
}

.gray-links {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9em;
  text-decoration: none;
  transition: color .5s;
}

.gray-links:hover {
  color: var(--black);
}

.link-masontry-wrap {
  margin-top: 20px;
  margin-bottom: 35px;
}

.collection-list-wrapper-12 {
  column-count: 3;
  column-gap: 70px;
}

.image-52 {
  width: 100%;
  min-height: 140px;
}

.collection-list-wrap-loop {
  flex: none;
  max-height: 328px;
  display: inline-block;
}

.loop-list {
  height: 100%;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 260px 260px 260px;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.blog-image {
  min-width: 150%;
  min-height: 265px;
}

.blog-image-wrapp {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-height: 265px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.blog-name {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  display: block;
}

.blog-link {
  color: var(--dim-grey);
  font-weight: 600;
  display: block;
}

.read-more {
  color: var(--black);
  background-color: #0000;
  padding: 0 0 3px;
  font-weight: 600;
}

.button-read-more {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: inline-block;
}

.button-read-more.info {
  margin-top: 0;
}

.size-line {
  background-color: var(--black);
  height: 1px;
}

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

.collection-list-blog-classic {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 530px;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-blog-classic {
  flex: 1;
  margin-bottom: 100px;
}

.image-54 {
  min-width: 100%;
}

.content-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 500px;
  min-height: 255px;
  margin-top: -100px;
  margin-left: 50px;
  padding: 40px 50px;
  display: flex;
}

.content-intro {
  flex-direction: column;
  justify-content: space-around;
  min-height: auto;
  display: flex;
}

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

.blog-image-wrapper {
  border: 1px solid #0000002e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-height: 560px;
  display: flex;
  overflow: hidden;
}

.border-container {
  border: 1px solid #0000002e;
  border-top: 1px #000;
  flex: 1;
  padding: 50px 40px;
}

.paragraph-with-border {
  border-bottom: 1px solid #0000002e;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.by-write {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.blog-reviews {
  color: var(--black);
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.3em;
}

.respondent-s-name {
  border-bottom: 1px solid #0000002e;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-section {
  padding-top: 100px;
}

.date {
  display: inline;
}

.dash-write {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.light-wrap {
  border-top: 1px solid #0000002e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 60px;
  padding-top: 30px;
}

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

.category-buttom {
  background-color: var(--black);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  padding: 5px 10px;
  display: flex;
}

.category-name {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 600;
}

.image-twitter {
  height: 16px;
  padding-right: 20px;
  transition: opacity .5s;
}

.image-twitter:hover {
  opacity: .5;
}

.image-insta {
  height: 16px;
  padding-right: 20px;
  transition: opacity .5s;
}

.image-insta:hover {
  opacity: .5;
}

.image-in {
  height: 16px;
  padding-right: 20px;
  transition: opacity .5s;
}

.image-in:hover {
  opacity: .5;
}

.image-fb {
  height: 16px;
  padding-right: 20px;
  transition: opacity .5s;
}

.image-fb:hover {
  opacity: .5;
}

.project-image-wrap {
  min-height: 100%;
}

.banner-slide-home-2 {
  overflow: hidden;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding-top: 75px;
  display: block;
  position: relative;
}

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

.line-nav {
  background-color: var(--white);
  width: 1px;
  height: 85px;
  margin-top: 34px;
  margin-bottom: 34px;
  position: absolute;
  top: 62%;
  left: auto;
  right: auto;
}

.button-view-project {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-right: auto;
  display: block;
}

.view-project {
  color: var(--white);
  background-color: #0000;
  padding: 0 0 3px;
  font-size: 16px;
  font-weight: 400;
}

.title-home-2-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto 15% 10%;
  overflow: hidden;
}

.grid-contact-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-columns: 100%;
  margin-bottom: 100px;
}

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

.form-for-home-2 {
  text-align: left;
}

.footer-home-page-two {
  text-align: center;
  background-color: #000;
  background-image: url('../images/81781-Converted-3-2-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 20px;
}

.central-subtext {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.three-rows {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
}

.rows-item {
  border-bottom: 1px solid #0000002e;
  flex-direction: row;
  display: flex;
}

.background-for-image {
  width: 140px;
  min-height: 115px;
}

.background-for-image._3 {
  background-image: url('../images/Blue-BG-1-1-1-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._2 {
  background-image: url('../images/circle-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._1 {
  background-image: url('../images/1-portf-780-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._4 {
  background-image: url('../images/2inst.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._5 {
  background-image: url('../images/1i.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-for-image._6 {
  background-image: url('../images/bg-AU2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-for-image._7 {
  background-image: url('../images/inst-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-for-image._8 {
  background-image: url('../images/czerwinski--1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-for-image._9 {
  background-image: url('../images/ron-whitaker-mvukcymgzbm-unsplash-scaled_optimized.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-for-image._10 {
  background-image: url('../images/blue-1.jpg');
  background-position: 27% 2%;
  background-repeat: no-repeat;
  background-size: auto;
}

.background-for-image._11 {
  background-image: url('../images/4inst.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-for-image._12 {
  background-image: url('../images/logo21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-for-image._5 {
  background-image: url('../images/1i.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._6 {
  background-image: url('../images/tobias-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._7 {
  background-image: url('../images/inst-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._8 {
  background-image: url('../images/czerwinski--1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._9 {
  background-image: url('../images/ron-whitaker-mvukcymgzbm-unsplash-scaled_optimized.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._10 {
  background-image: url('../images/blue-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._11 {
  background-image: url('../images/4inst.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.background-for-image._12 {
  background-image: url('../images/logo21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-height: auto;
}

.center-info-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.filter-wrap {
  opacity: .8;
  filter: saturate(80%);
  flex-direction: row;
  width: 60%;
  min-height: 115px;
  display: flex;
}

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

.wide-gallary-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  margin-top: 40px;
}

.gallery-wrap {
  min-height: 265px;
}

.gallery-wrap.beauty {
  min-height: 400px;
  margin-top: 150px;
}

.gallery-wrap.inspiration {
  max-height: 315px;
  margin-top: 150px;
  overflow: hidden;
}

.gallery-wrap-item {
  min-height: 515px;
  margin-top: 150px;
}

.gallery-wrap-item.make-art {
  min-height: 260px;
  max-height: 260px;
}

.gallery-wrap-item.abstraction {
  min-height: 430px;
  max-height: 430px;
}

.gray-overlay {
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-link-art {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-name {
  border-top: 1px dotted var(--dark-grey);
  border-bottom: 1px dotted var(--dark-grey);
  color: var(--white);
  padding: 25px 65px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3em;
}

.lightbox-link-beauty {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.art-img, .beauty {
  width: 100%;
}

.inspiration {
  aspect-ratio: auto;
  width: 100%;
}

.lightbox-link-inspiration {
  width: 100%;
  max-height: 315px;
  position: relative;
  overflow: hidden;
}

.lightbox-link-focus {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox-link-focus.abstraction {
  max-height: 430px;
}

.focus-img {
  width: 100%;
}

.lightbox-link-make-art {
  width: 100%;
  max-height: 260px;
  position: relative;
  overflow: hidden;
}

.make-art-img, .abstraction-img {
  width: 100%;
}

.grid-reviews {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
}

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

.info-item {
  border-bottom: 1px solid #0000002e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.reviews-name {
  padding-top: 20px;
}

.paragraph-follow-our-instagram {
  margin-bottom: 35px;
  display: flex;
}

.follow-our-instagram {
  padding-left: 5px;
  font-size: 15px;
}

.instagram-wide-container {
  width: 100%;
  min-height: auto;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 200px;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.info-link {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.link-menu-wrapp {
  display: inline-block;
  overflow: hidden;
}

.gray-section-style-guide {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 25px;
}

.section-style-guide {
  background-color: var(--white);
  padding-top: 100px;
}

.link-block-3, .project-image-link {
  width: 100%;
}

.success-home-2 {
  background-color: #0000;
}

.error-home-2 {
  color: var(--white);
  background-color: #0000;
}

.slider-home-2 {
  background-color: #0000;
  height: 100vh;
  display: block;
}

.minimal-iii-container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.title-minimal-iii-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 50%;
}

.minimal-text-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: block;
}

.text-minimal-iii-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 50%;
  padding-right: 20px;
}

.banner-navigation-home-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4%;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-black {
  background-color: var(--black);
  background-image: url('../images/81781-Converted-3-2-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.tab-main-link {
  background-color: #0000;
  flex: 1;
  padding: 10px 0;
}

.tab-main-link.w--current {
  background-color: #0000;
  flex: 0 auto;
  transition: opacity .5s;
}

.tab-main-link.w--current:hover {
  color: var(--dim-grey);
}

.portfolio-collection-minimal-iii {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 200px 200px 200px;
  grid-template-columns: 280px 280px 280px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 50px;
}

.grid-minimal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 570px;
  grid-template-columns: 100%;
}

.minimal-img-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 430px;
  max-height: 430px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-minimal-iii {
  margin-top: 40px;
}

.first-minimal-item.annex {
  display: none;
}

.minimal-overlay {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

.minimal-iii-image {
  min-height: 800px;
}

.image-mini {
  min-height: 435px;
}

.collection-minimal-iii-light {
  margin-top: 40px;
}

.collection-list-all-projects {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 520px 520px 520px 520px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-light {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 520px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-special {
  margin-top: 40px;
  display: none;
}

.footer-home-4 {
  color: #f4f4f4;
  width: 944px;
  padding-bottom: 30px;
  font-weight: 600;
}

.footer-home-4.black {
  color: var(--black);
}

.collection-wrap-minimal-i {
  column-count: 3;
  column-rule-width: 40px;
  flex: 1;
  column-gap: 0;
  margin-top: 50px;
}

.collection-item-minimal-i {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-image-wrap-minimal {
  width: 260px;
  display: inline-block;
  overflow: hidden;
}

.project-image-link-copy {
  width: 100%;
}

.lightbox-link-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-57 {
  position: absolute;
}

.link-item-minimal-i {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.minimal-i-image-item {
  width: 100%;
  min-height: 140px;
}

.footer-home-minimal-i {
  background-color: var(--white);
  text-align: center;
  background-image: url('../images/81781-Converted-22-4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-start;
  padding-top: 150px;
  padding-bottom: 20px;
}

.portfolio-collection-minimal-iii-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 200px 200px 200px;
  grid-template-columns: 280px 280px 280px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 50px;
}

.first-minimal-collection {
  display: none;
}

.top-section-banner {
  background-image: url('../images/cottonbro-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.production-content {
  border-top: 1px solid #ffffff80;
  border-bottom: 1px solid #ffffff80;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 65vh;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-studio-wrap {
  width: 70%;
  margin-bottom: 30px;
  display: block;
}

.title-wrap-home-4 {
  margin-bottom: 10px;
}

.socials-studio {
  width: 100%;
  max-width: 1200px;
  min-height: 25vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  bottom: 0;
}

.studio-item-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.studio-item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  min-height: 100%;
  display: flex;
}

.studio-link {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.studio-link.grid-spacing {
  margin-top: 20px;
}

.button-studio {
  color: var(--white);
  background-color: #0000;
  padding: 3px 0;
  font-size: 18px;
  font-weight: 600;
}

.info-link-studio {
  font-size: 18px;
  font-weight: 600;
}

.collection-item-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-studio {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: 190px 190px;
}

.dark-background {
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.studio-light {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.studio-light.borders {
  border: 1px solid #0000002e;
  flex-direction: column;
  transition: border-color .5s;
}

.studio-light.borders:hover {
  border-style: solid;
  border-color: #0000;
}

.info-item-about-us {
  padding-top: 30px;
}

.text-about-us-wrapper {
  padding-right: 45px;
  font-family: Poppins, sans-serif;
}

.grid-production-studio {
  grid-column-gap: 150px;
  grid-row-gap: 100px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 345px 345px;
  justify-content: center;
  place-items: stretch stretch;
  margin-bottom: 150px;
}

.production-studio-item {
  margin-top: 50px;
}

.link-production {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 410px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.production-image {
  max-width: 130%;
  min-height: 410px;
  max-height: 410px;
}

.awards-container {
  display: flex;
}

.awards-item-row {
  border: 1px #0000002e;
  border-style: none none solid solid;
  width: 100%;
  display: flex;
}

.award-item {
  border-top: 1px solid #0000002e;
  border-right: 1px solid #0000002e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 100%;
  display: flex;
}

.award-item.last-item {
  border-right-style: solid;
}

.grid-awards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 190px;
  grid-template-columns: 1fr;
  width: 100%;
}

.award {
  opacity: .6;
  width: 60px;
  height: 80px;
  transition: opacity .5s;
}

.award:hover {
  opacity: 1;
}

.info-award-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.video-section {
  z-index: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 590px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lifestyle-filming-container {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.open-button {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 170px;
  min-height: 170px;
  margin-left: 20px;
  margin-right: 50px;
  padding: 0;
  display: flex;
}

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

.open-text {
  letter-spacing: .1em;
  font-size: 36px;
  line-height: 1.2em;
}

.lifestyle-link {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.button-lifestyle {
  color: var(--white);
  background-color: #0000;
  padding: 3px 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

.info-link-lifestyle {
  font-size: 18px;
  font-weight: 600;
}

.lets-work-text {
  font-weight: 400;
}

.main-button-white {
  z-index: 1;
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  margin-top: 30px;
  margin-bottom: 8px;
  padding: 22px 40px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.testimonials-wrapper {
  flex: 1;
}

.testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 130px 200px;
  margin-top: 30px;
}

.review-item {
  border: 1px solid #0000002e;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.span-intro-name {
  color: var(--black);
  font-weight: 600;
}

.testimonials-spacing {
  margin-bottom: 0;
}

.questions-wrapper {
  text-align: left;
  margin-top: 150px;
  line-height: 1.3em;
  display: block;
}

.grid-our-pages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template-rows: 350px;
}

.photo-wrap {
  background-image: url('../images/marissa-lewis1-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-our-page {
  color: var(--black);
  background-color: #0000;
  padding: 3px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.our-page-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.border-line {
  border-top: 1px solid #0000002e;
  border-bottom: 1px solid #0000002e;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 117px;
  display: flex;
}

.line-without-border {
  border-top: 1px #0000002e;
  border-bottom: 1px #0000002e;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 117px;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.lightbox-link-video {
  z-index: -1;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

._404-span {
  font-size: 160px;
}

._404-page {
  line-height: 1.7em;
}

.info-content {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.oops {
  z-index: -1;
  opacity: .4;
  color: var(--gainsboro);
  letter-spacing: 6px;
  font-size: 250px;
  font-weight: 600;
  line-height: 1.2em;
  position: absolute;
  inset: auto 0% 28%;
}

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

.key-image {
  width: 70px;
}

.protected-page-content {
  text-align: center;
  flex-direction: column;
  display: block;
  position: relative;
}

.protected-page-text {
  margin-top: 10px;
  margin-bottom: 60px;
}

.password {
  margin-bottom: 30px;
  font-weight: 600;
}

.password-input {
  min-height: 70px;
  margin-bottom: 0;
  padding: 10px;
}

.password-input:focus-visible {
  border: 2px solid #000;
}

.password-input[data-wf-focus-visible] {
  border: 2px solid #000;
}

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

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

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

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.license-link {
  color: #0e0e0e;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

.licensing-image-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

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

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

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

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

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

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
  transition: opacity .6s;
}

.licensing-icon-link-wrapper:hover {
  opacity: .5;
}

.base-fonts-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.image-icon {
  height: 18px;
}

.licensing-image-collection {
  object-fit: cover;
  width: 100%;
  min-width: 130%;
  height: 320px;
}

.image-58 {
  min-height: 590px;
}

.button-studio-item {
  color: var(--white);
  background-color: #0000;
  padding: 0 0 3px;
  font-size: 18px;
  font-weight: 600;
}

.button-studio-item.black {
  color: var(--black);
  padding-top: 0;
}

.collection-list-all-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 225px 225px 225px;
  grid-template-columns: 305px 305px 305px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.collection-list-category, .collection-portfolio-category {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 225px;
  grid-template-columns: 305px 305px 305px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.portfolio-category-wrap {
  flex-direction: column;
  grid-template-rows: 200px 200px 200px;
  grid-template-columns: 280px 280px 280px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 150px;
  display: flex;
}

.blog-collection-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 260px 260px 260px;
  grid-auto-columns: 1fr;
  display: grid;
}

.copyright {
  color: #999;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.9em;
}

.licensing {
  color: #999;
  transition: color .5s;
}

.licensing:hover {
  color: var(--black);
}

.licensing-text.white-hover {
  transition: color .5s;
}

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

.footer-icons {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  line-height: 1.9px;
  display: flex;
}

.footer-link-128-digital {
  color: #fff;
  padding-right: 3px;
  font-weight: 300;
  line-height: 1.9em;
  text-decoration: none;
  transition: opacity .5s;
  display: inline-block;
}

.footer-link-128-digital:hover {
  opacity: .5;
}

.footer-link-128-digital.black {
  color: var(--black);
  padding-bottom: 0;
  transition: opacity .5s;
}

.footer-link-128-digital.black:hover {
  opacity: .5;
}

.image-play {
  height: 26px;
  padding-left: 6px;
}

.collection-list-wrapper-13 {
  position: absolute;
  inset: 0%;
}

.image-59 {
  min-height: 540px;
}

.collection-banner {
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.main-image {
  width: 100vw;
  height: 100vh;
}

.div-block-27 {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.landing-banner-image {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.text-white {
  color: #fff;
  margin-bottom: 10px;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

.primary-button-white {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #fff;
  align-items: center;
  padding: 16px 22px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s;
}

.primary-button-white:hover {
  color: #fff;
  background-color: #0000;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  box-shadow: 0 0 30px #eef4f8;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.center-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-page-image-hover {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  display: none;
}

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

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

.landing-inner-page-item.home-screen {
  background-color: var(--black);
}

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

.black-background {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.black-background.landing-page {
  background-image: url('../images/Landing-Banner-image-2.png'), url('../images/Landing-Banner-image-1.png');
  background-position: 95% 37%, 6% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, 200px;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--black);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
}

.landing-progress-bar-95 {
  background-color: var(--black);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-title-wrapper-2 {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.landing-feature-icon {
  color: #fff;
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.landing-download-block-wrapper {
  background-color: var(--black);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0f5cfa4d;
}

.incomplete-section-landing-page {
  background-color: var(--white);
  padding-top: 100px;
}

.full-section-landing-page {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.black-section-landing-page {
  background-color: var(--black);
  background-image: url('../images/81781-Converted-2-2-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.download {
  padding-right: 10px;
}

.pre-built-wrapp {
  width: 60%;
}

.subtitle-name {
  margin-top: 20px;
}

.text-span-7 {
  color: #c94444;
}

.buy-now-fixed {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  align-items: center;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
  box-shadow: 0 0 3px #0000001a;
}

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

.view-our-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  align-items: center;
  width: 137px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
  box-shadow: 0 0 3px #0000001a;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image-2 {
  width: 12px;
  height: 12px;
}

.image-60 {
  object-fit: fill;
  min-width: 100vw;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
}

@media screen and (min-width: 1280px) {
  .arrow.previous {
    left: 48%;
  }

  .arrow.next {
    margin-right: 300px;
    left: 52%;
  }

  .title-text-container {
    left: 48%;
  }

  .text-wrapper {
    flex: 1;
  }

  .two-columns.black {
    padding-left: 600px;
  }

  .section-2 {
    padding-top: 200px;
  }

  .base-container {
    border-width: 1px;
    border-color: #000;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
  }

  .base-container.big {
    margin-bottom: 220px;
  }

  .picture-right {
    margin-top: -50px;
  }

  .picture-right._2 {
    margin-top: 50px;
  }

  .picture-left._2 {
    padding-top: 90px;
  }

  .name {
    padding-top: 60px;
  }

  .div-reviews {
    font-size: 48px;
  }

  .reviews-wrapper {
    width: 930px;
    font-size: 48px;
  }

  .full-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .full-section.gray {
    background-image: url('../images/81781-Converted-222.png');
    background-position: 50% -56%;
    background-size: auto;
  }

  .full-section.transparent {
    background-color: #0000;
    padding-bottom: 0;
  }

  .full-section.production-album {
    background-color: #0000;
    padding-top: 0;
  }

  .grid-item.black {
    grid-template-rows: repeat(auto-fit, 90px);
    grid-template-columns: 213px 213px 213px 213px 213px 213px;
  }

  .grid-item.instagram {
    grid-template-rows: 155px;
    grid-template-columns: 155px 155px 155px 155px 155px 155px;
    margin-top: 175px;
  }

  .grid-item.contact-us {
    grid-template-rows: 155px;
    grid-template-columns: 155px 155px 155px 155px 155px 155px;
    justify-content: center;
    margin-top: 125px;
  }

  .section-gray {
    margin-bottom: 200px;
  }

  .list-item-price.black {
    flex-direction: column;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 25px;
    display: flex;
  }

  .list-item-price.black.with-border {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .list-item-price.black.last {
    padding-top: 40px;
  }

  .text-item {
    width: 600px;
  }

  .text-item.black {
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .subtitle.contact-us {
    padding-right: 360px;
  }

  .pricing-list.black {
    padding-left: 400px;
  }

  .basic-container {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-item.black {
    width: 50%;
  }

  .collection-list-blog {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: 360px 360px;
    grid-template-columns: 360px 360px 360px;
  }

  .burger-icons {
    padding-right: 45px;
  }

  .burger-icons:hover {
    opacity: .5;
  }

  .dropdown-line {
    background-color: #000;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 20px;
    height: 2px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    left: -30px;
  }

  .dropdown-wrapper {
    justify-content: space-around;
    align-items: center;
    margin-left: 30px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 20px;
    display: block;
    overflow: hidden;
  }

  .dropdown-content {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .follow-our-socials {
    color: #000;
    line-height: 2em;
  }

  .dropdown-link-text {
    color: #555;
    flex: 1;
    font-weight: 600;
    line-height: 1.5em;
    text-decoration: none;
    display: block;
  }

  .wrapper-footer {
    margin-bottom: 200px;
  }

  .wrapper-footer-link {
    display: inline;
  }

  .bold-link {
    font-style: normal;
    text-decoration: none;
  }

  .bold-link.big-size {
    font-size: 40px;
  }

  .footer-text-item {
    width: 1050px;
  }

  .footer-home-page {
    padding-top: 200px;
  }

  .footer-home-page.white {
    background-image: url('../images/650e7bf9244001d586b38d0b_81781-Converted-222_2.png');
  }

  .social-link {
    padding-right: 20px;
  }

  .content-table-top-row-item.content-table-row-item-resolution {
    width: 253px;
  }

  .typography-content.last-item {
    width: 45%;
  }

  .title-heading-1.white {
    border-right: 1px #ffffff80;
  }

  .blog-wrapper {
    border: 1px #000;
    height: 360px;
  }

  .wrapper-intro {
    height: 360px;
  }

  .wrapper-image-1 {
    flex: 1;
    justify-content: center;
    align-items: stretch;
    min-height: 440px;
  }

  .wrapper-image-2 {
    justify-content: center;
    min-height: 370px;
  }

  .wrapper-image-3 {
    min-height: 515px;
  }

  .wrapper-image-4 {
    min-height: 440px;
  }

  .wrapper-image-5 {
    min-height: 612px;
  }

  .image-1 {
    transform: scale(1.5);
  }

  .underline-menu, .underline-menu.line-2 {
    display: none;
  }

  .banner-container {
    max-width: 1170px;
  }

  .section-image {
    background-attachment: fixed;
  }

  .section-image.zwangerworden {
    background-image: url('../images/vollemaan_image_zwangerwordenenzijn_2.jpg');
  }

  .section-image.balansenergie {
    background-image: url('../images/vollemaan_image_balansenergie_2.jpg');
  }

  .subtitle-item {
    width: 50%;
    font-weight: 600;
    display: flex;
  }

  .black-title {
    max-width: 790px;
  }

  .dark.overlay {
    background-image: url('../images/praktijkvollemaan_certificering-03.png');
  }

  .photo._1, .photo._2, .photo._3, .photo._4 {
    min-width: 365px;
  }

  .photo-item-wrap {
    min-height: 550px;
  }

  .grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template: "Area Area-2" 390px
                   "Area-3 Area-4"
                   / 590px 590px;
    width: auto;
    padding-bottom: 100px;
  }

  .grid-2._2edit {
    grid-column-gap: 100px;
    grid-template-rows: 410px auto auto;
    grid-template-columns: 535px 590px;
    grid-auto-flow: row;
  }

  .grid-2._2-lowest {
    grid-template-rows: 584px auto;
  }

  .image-wrap {
    background-image: url('../images/over-main-image.jpg');
    min-width: 600px;
  }

  .image-wrap.methodiek {
    background-image: url('../images/over-main-image-methodiek.jpg');
  }

  .text-wrap {
    padding-top: 145px;
    padding-right: 150px;
  }

  .faq-wrapper {
    min-width: 722px;
    padding-top: 190px;
    padding-bottom: 50px;
    padding-left: 40px;
  }

  .faq-wrapper.contact-us, .faq-wrapper.common-questions {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-wrap-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 550px;
    max-height: 580px;
    position: relative;
    top: auto;
  }

  .dropdown-wrap {
    width: 610px;
  }

  .dropdown-wrap.contact-us, .dropdown-wrap.common-questions {
    width: 100%;
    padding-left: 408px;
  }

  .grid-3 {
    grid-template-rows: 200px;
    grid-template-columns: 400px 400px 400px;
  }

  .grid-3.home-rage-2 {
    margin-bottom: 200px;
  }

  .grid-3.logos {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    border-style: none;
    border-width: 0;
    grid-template-columns: 270px 270px 270px;
  }

  .collection-list-5 {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    grid-template-columns: 565px 565px;
  }

  .link-black.large-spacing {
    margin-bottom: 100px;
  }

  .collection-list-wrapper-4 {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    grid-template-columns: 565px 565px;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .link-image-wrap {
    max-height: 370px;
  }

  .gray-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .gray-section.about-us-two {
    margin-top: 0;
    padding-top: 432px;
  }

  .gray-section.lines {
    background-position: 6% -407%;
  }

  .gray-section.home-2 {
    margin-bottom: -685px;
    padding-bottom: 685px;
  }

  .gray-section.for-home-2 {
    margin-top: -200px;
    padding-top: 400px;
  }

  .gray-section.production-studio {
    margin-bottom: -1200px;
    padding-bottom: 1325px;
  }

  .logo-container.white {
    padding-top: 170px;
    padding-bottom: 200px;
  }

  .incomplete-section {
    padding-top: 200px;
  }

  .incomplete-section.with-line {
    background-image: url('../images/81781-Converted-222.png');
    background-position: 0 170px;
    background-size: auto;
    margin-bottom: 220px;
    padding-top: 169px;
  }

  .header-wrapper {
    padding-top: 255px;
    padding-bottom: 150px;
  }

  .grid-5 {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 550px 550px;
  }

  .grid-5._02 {
    grid-template-rows: 585px;
    grid-template-columns: 550px 550px;
  }

  .image-banner {
    margin-bottom: 56px;
  }

  .image-banner._02 {
    margin-top: 178px;
    margin-bottom: 0;
  }

  .paragraph-wrapper {
    padding-top: 130px;
  }

  .paragraph-wrapper._02 {
    margin-bottom: 56px;
    padding-top: 0;
  }

  .parallax-section {
    background-image: url('../images/sun-1.jpg');
    background-attachment: fixed;
    min-height: 470px;
    padding-top: 60px;
  }

  .grid-6 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: 283px 283px;
    grid-template-columns: 350px 350px 350px;
    overflow: hidden;
  }

  .testimonials-wrap, .testimonials-wrap._1 {
    opacity: 0;
    transform: translate(0, 100%);
  }

  .testimonials-wrap._2 {
    opacity: 0;
  }

  .black-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .loop-link-wrap {
    padding-top: 200px;
  }

  .loop-link-item {
    height: 370px;
  }

  .photo-link._1, .photo-link._2, .photo-link._3, .photo-link._4, .photo-link._5 {
    width: 370px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-7 {
    grid-template-rows: 400px 400px;
    grid-template-columns: 280px 280px 280px 280px;
  }

  .our-team-wrapper._6 {
    background-position: -1%;
  }

  .grid-8 {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template: "." 565px
    / 250px 250px auto;
    grid-auto-flow: column;
  }

  .image-item {
    margin-bottom: 190px;
  }

  .image-item-2 {
    margin-top: 70px;
    margin-bottom: 120px;
  }

  .learn-more-wrapper {
    padding-top: 145px;
    padding-left: 50px;
  }

  .pricing-parallax {
    background-position: 50%;
    background-attachment: fixed;
    min-height: 650px;
    padding-top: 60px;
  }

  .services-text-wrap {
    padding-right: 0;
  }

  .div-block-9 {
    padding-top: 10px;
    padding-left: 600px;
  }

  .services-subtitle {
    padding-right: 410px;
  }

  .item-wrapper {
    width: 370px;
    max-height: 370px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-links {
    min-width: 475px;
    min-height: 370px;
  }

  .collection-wrapper {
    padding-top: 125px;
  }

  .grid-9 {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-rows: 411px 411px;
  }

  .background-color {
    min-height: 411px;
  }

  .collection-list-7 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-rows: 420px;
    grid-template-columns: 350px 350px 350px;
  }

  .blog-post-item {
    width: 350px;
    min-height: 420px;
  }

  .image-38 {
    min-width: 430px;
    min-height: 420px;
  }

  .blog-text-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-10 {
    grid-template-rows: auto;
    grid-template-columns: 300px 300px 300px 300px;
  }

  .offer-wrap {
    padding-right: 30px;
  }

  .video-background {
    min-height: 540px;
    margin-top: 200px;
  }

  .youtube {
    min-height: 540px;
  }

  .dropdown-wrap-faq {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 550px 550px;
    place-items: center;
  }

  .faq-item {
    padding-right: 0;
  }

  .move-line {
    z-index: 2;
  }

  .faq-pages-wrapper {
    min-width: 722px;
  }

  .faq-toggle {
    padding-right: 0;
  }

  .collection-list-blog-faq {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: 360px;
    grid-template-columns: 360px 360px 360px;
  }

  .blog-wrapper-intro {
    height: 360px;
  }

  .top-banner-container {
    max-width: 1170px;
  }

  .grid-contacts {
    grid-template-rows: 255px;
    grid-template-columns: 400px 400px 400px;
    margin-bottom: 200px;
  }

  .grid-items {
    padding: 65px 70px 60px;
  }

  .grid-items.borders {
    border-right-width: 0;
  }

  .contacts-wrap {
    margin-top: 35px;
  }

  .link-item, .link-item-2, .link-item-3 {
    padding-right: 20px;
  }

  .grid-11 {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 550px 550px;
  }

  .field-label {
    font-size: 48px;
  }

  .field-label.personal-information, .field-label.personal-info-home-2 {
    height: 90px;
    font-size: 48px;
  }

  .form-block {
    margin-top: 20px;
  }

  .collection-classic-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .all-progects-section {
    padding-top: 150px;
  }

  .footer-portfolio {
    background-position: 50% 42%;
  }

  .transparent-section {
    background-attachment: fixed;
    padding-top: 200px;
  }

  .item-10-wrapper {
    max-height: 270px;
  }

  .minimal-image {
    min-height: 380px;
  }

  .grid-12 {
    grid-template-rows: 460px 460px 460px;
    grid-template-columns: 410px 410px 410px;
  }

  .item-grid-12-vertical {
    padding-left: 70px;
    padding-right: 70px;
  }

  .item-10-wrapper-vertical {
    max-height: 380px;
  }

  .top-background {
    max-height: 700px;
  }

  .paragraph-one {
    padding-right: 70px;
  }

  .publication-item {
    order: 1;
    padding-right: 70px;
  }

  .grid-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: 425px;
    grid-template-columns: 605px 605px;
  }

  .image-50 {
    min-height: 100%;
  }

  .item-wrap-2 {
    padding-right: 20px;
  }

  .grid-lightbox {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: 425px 425px;
    grid-template-columns: 605px 605px;
  }

  .full-section-for-portfolio {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .link-item-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .collection-list-wrapper-11 {
    column-count: 3;
    column-rule-style: none;
    column-rule-width: 40px;
    column-gap: 40px;
  }

  .link-image-wrapper {
    width: 353px;
    overflow: hidden;
  }

  .collection-list-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-masontry-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list-wrap-loop {
    max-height: 370px;
  }

  .blog-collection {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .blog-collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 343px 343px 343px;
  }

  .blog-image {
    min-height: 343px;
  }

  .blog-image-wrapp {
    max-height: 343px;
  }

  .collection-list-blog-classic {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .image-wrapper {
    max-height: 680px;
  }

  .blog-image-wrapper {
    max-height: 660px;
  }

  .border-container {
    padding-left: 135px;
    padding-right: 135px;
  }

  .title-home-2-container {
    z-index: 999;
    flex-wrap: nowrap;
  }

  .grid-contact-us {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 550px 550px;
    margin-bottom: 170px;
  }

  .form-block-home-2 {
    margin-top: 20px;
  }

  .footer-home-page-two {
    background-image: url('../images/81781-Converted-3-2-1.png');
    background-position: 50% 72%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 200px;
  }

  .three-rows {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .background-for-image._4 {
    background-image: url('../images/2inst.jpg');
  }

  .background-for-image._5, .background-for-image._6, .background-for-image._7, .background-for-image._8, .background-for-image._9, .background-for-image._10, .background-for-image._11, .background-for-image._12 {
    width: 190px;
    min-height: 150px;
  }

  .background-for-image._6 {
    background-image: url('../images/Book-3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .filter-wrap {
    min-height: 150px;
  }

  .grid-15 {
    grid-template-columns: 45% 45%;
  }

  .gallery-wrap {
    min-height: 380px;
  }

  .gallery-wrap.beauty {
    max-height: 565px;
  }

  .gallery-wrap.inspiration {
    min-height: 445px;
    max-height: 445px;
  }

  .gallery-wrap-item {
    max-height: 730px;
  }

  .gallery-wrap-item.make-art {
    min-height: 370px;
    max-height: 370px;
  }

  .gallery-wrap-item.abstraction {
    min-height: 610px;
    max-height: 610px;
  }

  .lightbox-link-art {
    width: 100%;
    min-height: 380px;
  }

  .gallery-name {
    border-top-style: dotted;
    border-bottom-style: dotted;
  }

  .lightbox-link-beauty {
    max-height: 565px;
  }

  .art-img {
    min-height: 380px;
  }

  .beauty {
    min-height: 565px;
  }

  .inspiration, .lightbox-link-inspiration {
    max-height: 445px;
  }

  .lightbox-link-focus {
    max-height: 730px;
  }

  .lightbox-link-focus.abstraction {
    max-height: 610px;
  }

  .focus-img {
    max-height: 730px;
  }

  .lightbox-link-make-art, .make-art-img {
    max-height: 370px;
  }

  .abstraction-img {
    max-height: 610px;
  }

  .grid-reviews {
    justify-items: end;
  }

  .info-item {
    width: 50%;
  }

  .paragraph-follow-our-instagram {
    margin-bottom: 50px;
  }

  .grid-16 {
    grid-template-rows: 260px;
  }

  .title-minimal-iii-wrap {
    padding-left: 0;
  }

  .text-minimal-iii-wrap {
    padding-right: 40px;
  }

  .grid-minimal {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .first-minimal-item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .first-minimal-item.annex {
    display: block;
  }

  .minimal-iii-image {
    max-width: 155%;
    min-height: 445px;
  }

  .image-mini {
    max-width: 160%;
  }

  .collection-minimal-iii-light {
    margin-top: 50px;
    display: none;
  }

  .collection-list-all-projects {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: 520px 520px 520px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-light {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-home-4 {
    width: 1050px;
  }

  .collection-wrap-minimal-i {
    column-count: 2;
    column-rule-style: none;
    column-rule-width: 40px;
    column-gap: 0;
  }

  .collection-list-mini-i {
    margin-left: auto;
    margin-right: auto;
  }

  .link-image-wrap-minimal {
    width: 450px;
    overflow: hidden;
  }

  .link-item-minimal-i {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-home-minimal-i {
    padding-top: 50px;
  }

  .big-minimal-item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .first-minimal-collection {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .first-minimal-collection.last {
    display: none;
  }

  .production-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .base-container-home-4 {
    border-width: 1px;
    border-color: #000;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .text-studio-wrap {
    width: 30%;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .title-wrap-home-4 {
    border-right: 1px solid #ffffff80;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-studio {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: 300px 300px;
  }

  .info-item-about-us {
    width: 50%;
  }

  .text-about-us-wrapper {
    flex: 1;
    padding-right: 0;
  }

  .button-container {
    width: 50%;
  }

  .grid-production-studio {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 200px;
  }

  .production-studio-item {
    margin-top: 0;
  }

  .link-production {
    min-height: 630px;
  }

  .production-studio-intro {
    margin-top: 100px;
  }

  .production-image {
    max-width: 156%;
    min-height: 630px;
    max-height: 630px;
  }

  .awards-container {
    width: 66%;
  }

  .grid-awards {
    grid-row-gap: 25px;
    grid-template-rows: auto 215px;
    justify-items: end;
  }

  .info-award-item {
    width: 43%;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 260px;
    grid-template-columns: 350px 350px 350px;
    justify-content: space-between;
    margin-top: 45px;
  }

  .review-item {
    padding: 25px;
  }

  .questions-wrapper {
    margin-top: 200px;
  }

  .grid-our-pages {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: 455px;
    grid-template-columns: 790px 340px;
  }

  .border-line {
    min-height: 152px;
  }

  .line-without-border {
    min-height: auto;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .base-fonts-container {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .collection-list-all-items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: 267px 267px 267px;
    grid-template-columns: 357px 357px 357px;
  }

  .collection-list-category, .collection-portfolio-category {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: 267px;
    grid-template-columns: 357px 357px 357px;
  }

  .blog-collection-wrap {
    grid-template-rows: auto;
    grid-template-columns: 343px 343px 343px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .incomplete-section-landing-page {
    padding-top: 130px;
  }

  .full-section-landing-page, .black-section-landing-page {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .image-60 {
    object-fit: cover;
    max-width: 100%;
    max-height: none;
  }

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

@media screen and (min-width: 1440px) {
  .arrow.next {
    margin-right: 220px;
  }

  .picture-right._2 {
    margin-top: -30px;
  }

  .picture-left._2 {
    margin-top: -120px;
  }

  .section-3 {
    padding-bottom: 100px;
  }

  .name {
    padding-top: 60px;
  }

  .grid-item.black {
    grid-template-columns: 240px 240px 240px 240px 240px 240px;
  }

  .grid-item.instagram, .grid-item.contact-us {
    grid-template-rows: 180px;
    grid-template-columns: 180px 180px 180px 180px 180px 180px;
  }

  .text-item {
    width: 600px;
  }

  .collection-list-blog {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .dropdown-list {
    margin-left: -217px;
  }

  .wrapper-footer {
    display: block;
  }

  .section-title {
    padding-bottom: 10px;
    font-size: 48px;
    line-height: 40px;
  }

  .content-title {
    color: #727272;
    font-size: 25px;
  }

  .content-table-top-row-item.content-table-row-item-resolution {
    font-size: 24px;
  }

  .typography-content {
    width: 83%;
  }

  .typography-content.last-item {
    margin-top: 0;
  }

  .heading-1-mobile {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .style-guide-paragraphs {
    width: 100%;
  }

  .style-guide-typography-heading-2 {
    flex-wrap: nowrap;
  }

  .wrapper-image-1 {
    min-height: 500px;
  }

  .wrapper-image-2 {
    min-height: 430px;
  }

  .wrapper-image-3 {
    min-height: 600px;
  }

  .wrapper-image-4 {
    min-height: 493px;
  }

  .wrapper-image-5 {
    min-height: 710px;
  }

  .underline-menu {
    display: none;
  }

  .section-image.eerstemaanden {
    background-image: url('../images/vollemaan_image_eerstemaanden_2.jpg');
  }

  .section-image.zwangerworden {
    background-image: url('../images/vollemaan_image_zwangerwordenenzijn_2.jpg');
  }

  .section-image.balansenergie {
    background-image: url('../images/vollemaan_image_balansenergie_2.jpg');
  }

  .photo._1, .photo._2, .photo._3, .photo._4 {
    min-width: 400px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .photo-item-wrap {
    min-height: 600px;
  }

  .grid-2 {
    grid-template-rows: 440px auto;
    grid-template-columns: 670px auto;
  }

  .image-wrap {
    min-height: 370px;
  }

  .button-wrap.protected-page {
    margin-left: 13px;
  }

  .faq-wrapper {
    padding-left: 100px;
  }

  .grid-3.logos {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .collection-list-5 {
    grid-template-rows: auto;
  }

  .incomplete-section.with-line {
    background-position: 0 204px;
  }

  .collection-list-blog-faq {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .full-wrap {
    justify-content: flex-start;
  }

  .item-10-wrapper {
    max-height: 300px;
  }

  .minimal-image {
    min-height: 435px;
  }

  .grid-12 {
    grid-template-rows: 510px 510px 510px;
    grid-template-columns: 465px 465px 465px;
  }

  .item-grid-12-vertical {
    padding-left: 80px;
    padding-right: 80px;
  }

  .item-10-wrapper-vertical {
    max-height: 435px;
  }

  .grid-13 {
    grid-template-rows: 480px;
    grid-template-columns: 685px 685px;
  }

  .grid-lightbox {
    grid-template-rows: 480px 480px;
    grid-template-columns: 685px 685px;
  }

  .background-for-image._5, .background-for-image._6, .background-for-image._7, .background-for-image._8, .background-for-image._9, .background-for-image._10, .background-for-image._11, .background-for-image._12 {
    width: 215px;
    min-height: 170px;
  }

  .filter-wrap {
    min-height: 170px;
  }

  .grid-15 {
    grid-template-columns: 45% 45%;
  }

  .gallery-wrap {
    min-height: 430px;
  }

  .gallery-wrap.inspiration {
    min-height: 510px;
    max-height: 510px;
  }

  .gallery-wrap-item {
    max-height: 840px;
  }

  .gallery-wrap-item.make-art {
    min-height: 425px;
    max-height: 425px;
  }

  .gallery-wrap-item.abstraction {
    min-height: 700px;
    max-height: 700px;
  }

  .lightbox-link-art, .art-img {
    min-height: 430px;
  }

  .inspiration, .lightbox-link-inspiration {
    max-height: 510px;
  }

  .lightbox-link-focus {
    max-height: 840px;
  }

  .lightbox-link-focus.abstraction {
    min-height: 700px;
  }

  .focus-img {
    max-height: 840px;
  }

  .lightbox-link-make-art, .make-art-img {
    max-height: 425px;
  }

  .abstraction-img {
    min-height: 700px;
  }

  .grid-16 {
    grid-template-rows: 290px;
  }

  .collection-wrap-minimal-i {
    column-gap: 100px;
  }

  .link-image-wrap-minimal {
    width: 500px;
  }

  .production-content {
    padding-left: 120px;
    padding-right: 120px;
  }

  .questions-wrapper {
    display: block;
  }

  .protected-page-content {
    width: auto;
  }

  .password-input:focus-visible {
    border: 2px solid #000;
  }

  .password-input[data-wf-focus-visible] {
    border: 2px solid #000;
  }
}

@media screen and (min-width: 1920px) {
  .arrow.next {
    left: 51%;
  }

  .column-right {
    width: 50%;
  }

  .base-container.big {
    padding-bottom: 50px;
  }

  .column-left {
    width: 50%;
  }

  .picture-right._2 {
    margin-top: -30px;
  }

  .container-wide {
    margin-top: -100px;
  }

  .picture-left._2 {
    margin-top: -120px;
  }

  .section-3 {
    margin-top: 50px;
    padding-bottom: 140px;
  }

  .name {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .right-arrow {
    display: block;
  }

  .slider-with-reviews {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 600px;
  }

  .slide-nav-2 {
    padding-top: 0;
    font-weight: 600;
    position: absolute;
    inset: 0% 0% auto;
  }

  .heading-slider {
    color: #fff;
    text-align: center;
  }

  .reviews-wrapper {
    margin-top: 70px;
  }

  .reviews {
    justify-content: center;
    display: block;
  }

  .left-arrow {
    display: block;
  }

  .item.instagram-23 {
    background-image: url('../images/Blue-BG-1-1-1-1-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .full-section.below-banner {
    padding-top: 20px;
  }

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

  .grid-item.black {
    grid-template-columns: 320px 320px 320px 320px 320px 320px;
  }

  .grid-item.instagram, .grid-item.contact-us {
    grid-template-rows: 260px;
    grid-template-columns: 260px 260px 260px 260px 260px 260px;
    width: 100%;
  }

  .text-item {
    width: 600px;
  }

  .heading-3-tite {
    justify-content: flex-start;
    display: block;
  }

  .collection-list-blog {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-link {
    padding-top: 0;
  }

  .footer-home-page.white {
    background-position: 50% 71%;
  }

  .title-heading-1 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-image-1 {
    justify-content: center;
    align-items: stretch;
    min-height: 520px;
  }

  .wrapper-image-2 {
    justify-content: center;
  }

  .wrapper-image-3 {
    min-height: 630px;
  }

  .wrapper-image-4 {
    min-height: 520px;
  }

  .wrapper-image-5 {
    min-height: 712px;
  }

  .image-1 {
    transform: scale(1.4);
  }

  .photo._1, .photo._2, .photo._3, .photo._4 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .photo-item-wrap {
    z-index: 1;
    position: relative;
  }

  .grid-2 {
    grid-template-rows: 460px auto;
    grid-template-columns: 700px 700px;
  }

  .faq-wrapper {
    padding-bottom: 0;
  }

  .link-image-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .gray-section.big {
    margin-top: -300px;
    padding-top: 500px;
  }

  .incomplete-section.with-line {
    background-position: 0 206px;
  }

  .header-wrapper {
    padding-top: 255px;
    padding-bottom: 150px;
  }

  .base-center-container.large-size {
    max-width: 1440px;
  }

  .pricing-parallax {
    padding-left: 325px;
    padding-right: 325px;
  }

  .all-links-collection {
    display: flex;
  }

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

  .image-links {
    min-width: 507px;
  }

  .faq-pages-wrapper {
    padding-bottom: 0;
  }

  .collection-list-blog-faq {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contacts-link {
    padding-top: 0;
  }

  .socials {
    padding-top: 8px;
  }

  .footer-portfolio {
    background-position: 50% 38%;
  }

  .full-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .item-10-wrapper {
    justify-content: space-around;
    width: 595px;
    max-height: 415px;
  }

  .minimal-image {
    min-height: 595px;
  }

  .grid-12 {
    grid-template-rows: 670px 670px 670px;
    grid-template-columns: 625px 625px 625px;
  }

  .item-grid-12-vertical {
    padding-left: 100px;
    padding-right: 100px;
  }

  .item-10-wrapper-vertical {
    max-height: 595px;
  }

  .grid-13 {
    grid-template-rows: 650px;
    grid-template-columns: 925px 925px;
  }

  .grid-lightbox {
    grid-template-rows: 650px 650px;
    grid-template-columns: 925px 925px;
  }

  .gray-links {
    padding-top: 0;
  }

  .background-for-image._5, .background-for-image._6, .background-for-image._7, .background-for-image._8, .background-for-image._9, .background-for-image._10, .background-for-image._11, .background-for-image._12 {
    width: 230px;
    min-height: 180px;
  }

  .filter-wrap {
    min-height: 180px;
  }

  .gallery-wrap {
    min-height: 450px;
  }

  .gallery-wrap.beauty {
    min-height: 675px;
    max-height: 675px;
  }

  .gallery-wrap.inspiration {
    min-height: 530px;
    max-height: 530px;
  }

  .gallery-wrap-item {
    max-height: 875px;
  }

  .gallery-wrap-item.make-art {
    min-height: 445px;
    max-height: 445px;
  }

  .gallery-wrap-item.abstraction {
    min-height: 730px;
    max-height: 730px;
  }

  .lightbox-link-art {
    min-height: 450px;
  }

  .lightbox-link-beauty {
    max-height: 675px;
  }

  .art-img {
    min-height: 450px;
  }

  .beauty {
    min-height: 675px;
  }

  .inspiration {
    max-height: 530px;
  }

  .lightbox-link-inspiration {
    min-height: 530px;
    max-height: 530px;
  }

  .lightbox-link-focus {
    max-height: 875px;
  }

  .lightbox-link-focus.abstraction {
    min-height: 730px;
  }

  .focus-img {
    max-height: 875px;
  }

  .lightbox-link-make-art, .make-art-img {
    min-height: 445px;
    max-height: 445px;
  }

  .abstraction-img {
    min-height: 730px;
  }

  .grid-16 {
    grid-template-rows: 385px;
  }

  .minimal-iii-container {
    max-width: 1200px;
  }

  .collection-wrap-minimal-i {
    flex: 1;
    column-gap: 100px;
  }

  .link-image-wrap-minimal {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 540px;
  }

  .production-content {
    padding-left: 360px;
    padding-right: 360px;
  }

  .footer-icons {
    padding-top: 8px;
  }

  .footer-link-128-digital {
    padding-top: 0;
  }
}

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

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  .arrow.previous {
    left: 50px;
  }

  .arrow.next {
    left: 105px;
  }

  .arrow.previous-home-2, .arrow.next-home-2 {
    margin-right: 0;
  }

  .title-text-container {
    padding-left: 50px;
    padding-right: 50px;
    left: 0;
    right: 200px;
  }

  .column-right {
    width: 100%;
  }

  .two-columns {
    border-top-style: solid;
    display: flex;
    position: static;
    top: 85px;
  }

  .section-2 {
    padding-bottom: 150px;
  }

  .base-container {
    display: block;
  }

  .base-container.center, .base-container.big {
    display: flex;
  }

  .column-left {
    margin-bottom: 40px;
  }

  .image-container {
    flex: none;
    justify-content: flex-start;
    width: 345px;
    min-height: 505px;
  }

  .two-pictures {
    margin-bottom: 60px;
  }

  .container-wide {
    margin-top: 0;
  }

  .picture-left._2 {
    padding-top: 120px;
  }

  .section-3 {
    margin-top: 0;
    top: 200px;
  }

  .name {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .right-arrow {
    display: none;
  }

  .div-reviews {
    font-size: 40px;
    line-height: 1.25em;
  }

  .slider-with-reviews {
    height: auto;
  }

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

  .heading-slider {
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .reviews-wrapper {
    width: 526px;
  }

  .left-arrow {
    display: none;
  }

  .grid-iamge {
    max-width: 70%;
  }

  .full-section.our-team {
    padding-top: 50px;
  }

  .grid-item {
    grid-template-rows: minmax(auto, 180px) minmax(auto, 180px);
    grid-template-columns: 170px 170px 170px 170px;
  }

  .grid-item.black {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    grid-template-rows: repeat(auto-fit, 90px) 90px;
    grid-template-columns: 227px 227px 227px;
  }

  .grid-item.instagram {
    grid-template-rows: 194px 194px;
    grid-template-columns: 194px 194px 194px;
  }

  .grid-item.contact-us {
    grid-template-rows: 194px 194px;
    grid-template-columns: 194px 194px 194px;
    justify-content: space-between;
  }

  .text-item {
    width: 345px;
  }

  .text-item.black {
    width: 460px;
  }

  .paragraph-item.black {
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .heading-3-tite {
    font-size: 30px;
    line-height: 1.3em;
  }

  .collection-list-blog {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template: "Area" 380px
                   "." 380px
                   "." 380px
                   / 320px 320px;
    grid-auto-rows: 350px;
  }

  .image-19 {
    height: 40px;
  }

  .close-menu-button {
    cursor: pointer;
    height: 20px;
    display: block;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: absolute;
    inset: 36px 15px auto auto;
  }

  .dropdown-wrapper {
    height: 40px;
  }

  .list-item-3 {
    line-height: 28px;
  }

  .dropdown-menu {
    background-color: #fff;
    width: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: hidden;
  }

  .dropdown-header {
    background-color: #fff;
    flex-direction: row;
    display: block;
  }

  .burger-menu {
    display: none;
  }

  .list-contact {
    padding-left: 0;
    display: block;
  }

  .list-contact.burger-menu {
    display: block;
  }

  .menu-wrapper {
    justify-content: space-between;
    display: inline;
  }

  .menu-button {
    padding: 20px 0;
    display: block;
  }

  .menu-button.w--open {
    cursor: pointer;
    background-color: #0000;
  }

  .navigation-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tablet-link {
    display: block;
    position: absolute;
    inset: 30px auto auto 20px;
  }

  .follow-our-socials {
    padding-left: 20px;
  }

  .follow-our-socials.mobile {
    margin-left: -44px;
    padding-left: 0;
  }

  .dropdown-link {
    color: #000;
    display: block;
  }

  .dropdown-link:hover {
    color: #000;
    text-decoration: none;
  }

  .brand-link {
    display: block;
  }

  .icon {
    color: #000;
    margin-right: 20px;
    font-size: 12px;
  }

  .dropdown {
    background-color: #fff;
    border: 1px #0000;
    border-top-color: #55555540;
    border-bottom: 1px solid #55555540;
    width: 100%;
    margin-bottom: 0;
  }

  .dropdown-list {
    display: none;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    border-left-style: none;
    border-right-style: none;
    width: 320px;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown-list.pages {
    border-top-style: solid;
    border-left-style: none;
    border-right-style: none;
    max-height: none;
    padding-top: 10px;
  }

  .dropdown-list.blog {
    border-left-style: none;
    border-right-style: none;
    padding-top: 10px;
  }

  .socials-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 320px;
    margin-top: 50px;
    padding-left: 20px;
    display: flex;
    overflow: hidden;
  }

  .contact-information-1 {
    flex-wrap: wrap;
    place-content: space-between flex-start;
    align-items: stretch;
    width: 345px;
    display: flex;
  }

  .footer-flex-container {
    flex-wrap: wrap;
    place-content: center space-between;
    margin-bottom: 50px;
    display: flex;
  }

  .footer-link {
    padding-bottom: 0;
  }

  .contact-information-2 {
    justify-content: flex-start;
    align-items: baseline;
    width: 345px;
    margin-top: 30px;
    display: flex;
  }

  .social-networks {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 345px;
    margin-top: 40px;
  }

  .wrapper-footer-link {
    margin-top: 145px;
  }

  .brand-container {
    width: 345px;
    padding-right: 0;
  }

  .bold-link {
    font-size: 40px;
  }

  .footer-text-item {
    width: 688px;
    font-size: 40px;
    line-height: 1.3em;
  }

  .footer-home-page {
    background-position: 50%;
    background-size: auto;
  }

  .list-item-4 {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 28px;
    display: flex;
  }

  .spacing-image-container {
    width: 250px;
    margin-top: 40px;
  }

  .spacing-image-container.last-item {
    margin-top: 40px;
  }

  .style-guide-spacing {
    flex-wrap: wrap;
  }

  .style-guide-title {
    margin-bottom: 60px;
  }

  .spacing-system {
    width: 47%;
    margin-bottom: 40px;
  }

  .content-table-bottom-row-item.last-item.content-table-row-item-resolution {
    border-bottom-style: none;
    border-right-style: solid;
    width: 100%;
  }

  .content-table-bottom-row-item.content-table-row-item-title {
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    width: 190px;
    font-size: 18px;
  }

  .content-table-bottom-row-item.content-table-row-item-resolution {
    border-bottom: 1px solid #0000001a;
    width: 100%;
    height: 100%;
  }

  .content-table-bottom-row-item.content-table-row-item-title {
    text-align: center;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    width: 100%;
    height: 66px;
    font-size: 24px;
  }

  .content-table-top-row-item.content-table-row-item-resolution {
    height: 65px;
  }

  .content-table-top-row-item.content-table-row-item-title {
    text-align: center;
    width: 245px;
    height: 67px;
  }

  .content-table-top-row-item.content-table-row-item-resolution {
    width: 245px;
    height: 67px;
  }

  .grid-system-content-top {
    flex-direction: column;
  }

  .typography-content {
    width: 80%;
    margin-top: 50px;
    margin-right: 10px;
  }

  .typography-content.last-item {
    width: 80%;
    margin-top: 50px;
  }

  .typography-content.last-item.mobile {
    margin-top: 50px;
  }

  .heading-3-tablet {
    margin-top: 16px;
  }

  .title-heading-1.white {
    padding-right: 0;
  }

  .heading-4-tablet {
    margin-top: 5px;
  }

  .heading-2-tablet {
    margin-top: 10px;
  }

  .title-paragraph-2 {
    font-weight: 500;
  }

  .grid-system-content-bottom-2 {
    flex-direction: column;
    width: 100%;
    max-height: 30%;
  }

  .grid-system-container-2 {
    justify-content: flex-start;
    display: flex;
  }

  .style-guide-typography-heading-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .link-heading-4 {
    font-size: 24px;
  }

  .wrapper-intro {
    height: 300px;
  }

  .wrapper-image-1 {
    min-height: 230px;
  }

  .wrapper-image-2 {
    min-height: 200px;
  }

  .wrapper-image-3 {
    min-height: 285px;
  }

  .wrapper-image-4 {
    min-height: 230px;
  }

  .wrapper-image-5 {
    min-height: 330px;
  }

  .image-1 {
    min-height: 270px;
  }

  .image-2 {
    min-height: 200px;
  }

  .wide-container {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .underline-menu.line-2.portfolio-bottom.black, .underline-menu.portfolio-top.black {
    display: none;
  }

  .portfolio-dropdown {
    border-bottom: 1px solid #55555540;
    width: 100%;
  }

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

  .photo._1, .photo._2, .photo._3, .photo._4 {
    min-width: 400px;
    margin-left: 56px;
    margin-right: 56px;
  }

  .photo-item-wrap {
    min-height: 600px;
  }

  .grid-2 {
    grid-template-rows: 450px auto auto 727px;
    grid-template-columns: 690px;
    grid-auto-rows: auto;
    grid-auto-columns: minmax(200px, 1fr);
  }

  .dropdown-toggle-faq {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-3 {
    grid-template-columns: 230px 230px 230px;
  }

  .collection-list-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 335px 335px;
  }

  .link-black.vertical:hover {
    opacity: 1;
  }

  .link-black.size {
    font-size: 16px;
  }

  .collection-list-wrapper-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-columns: 335px 335px;
  }

  .link-image-wrap {
    max-height: 220px;
  }

  .gray-section.big {
    margin-top: -300px;
    padding-top: 450px;
  }

  .gray-section.lines {
    background-position: 28% -284%;
  }

  .grid-5, .grid-5._02 {
    grid-template-rows: 509px auto;
    grid-template-columns: 700px;
  }

  .parallax-section {
    min-height: 345px;
  }

  .grid-6 {
    grid-template-rows: 310px 310px 310px;
    grid-template-columns: 317px 317px;
  }

  .black-section.home-page {
    padding-bottom: 150px;
  }

  .loop-link-item {
    height: 374px;
  }

  .photo-link._1, .photo-link._2, .photo-link._3, .photo-link._4, .photo-link._5 {
    width: 374px;
  }

  .grid-7 {
    grid-template-columns: 350px 350px;
  }

  .grid-8 {
    grid-template-rows: 485px auto;
    grid-template-columns: 324px 324px;
  }

  .pricing-parallax {
    background-position: 50%;
    min-height: 470px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .services-text-wrap {
    padding-right: 40px;
  }

  .services-subtitle {
    padding-right: 20px;
  }

  .item-wrapper {
    width: 374px;
    max-height: 374px;
  }

  .image-links {
    min-width: 500px;
    min-height: 374px;
  }

  .hover-text {
    min-width: 120px;
  }

  .grid-9 {
    grid-template-rows: 460px 460px;
    grid-template-columns: 690px;
    place-content: center;
  }

  .name-wrap {
    width: 100%;
    display: block;
  }

  .list-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
  }

  .services-image {
    left: -7%;
  }

  .services-list {
    margin-top: 0;
  }

  .graphic-design {
    margin-top: 20px;
  }

  .background-color {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 460px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .collection-list-wrapper-6 {
    justify-content: center;
    align-items: center;
  }

  .collection-list-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "." 305px
                   "." 305px
                   "." 305px
                   / 670px;
    place-content: center;
  }

  .blog-post-item {
    width: 670px;
    height: 305px;
    min-height: 305px;
  }

  .image-38 {
    min-width: 100%;
    min-height: 305px;
  }

  .blog-text-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 100%;
    min-height: 305px;
    inset: auto auto 0% 0%;
  }

  .description {
    margin-bottom: 30px;
  }

  .grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 345px 345px;
    justify-content: space-between;
    justify-items: center;
  }

  .offer-wrap {
    padding-right: 30px;
  }

  .video-background {
    min-height: 810px;
  }

  .offer-image {
    height: 15px;
    left: -15%;
  }

  .name-wrap-black {
    width: 100%;
    display: block;
  }

  .custom-package {
    margin-top: 20px;
  }

  .video-wrapper {
    flex-direction: column;
  }

  .youtube {
    width: 100%;
    min-height: 455px;
    margin-bottom: 35px;
  }

  .price-item {
    padding-left: 35px;
  }

  .custom-package-wrap {
    margin-bottom: 15px;
  }

  .links-wrapper {
    width: 120px;
  }

  .collection-list-blog-faq {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "Area" 300px
                   "." 300px
                   "." 300px
                   / 100%;
    grid-auto-rows: 380px;
  }

  .blog-wrapper-intro {
    height: 380px;
  }

  .grid-contacts {
    grid-template-columns: 246px 246px 246px;
  }

  .contacts-link {
    padding-bottom: 0;
  }

  .number {
    line-height: 28px;
  }

  .email {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
    line-height: 28px;
    display: flex;
  }

  .contacts-wrap {
    padding-left: 0;
    display: block;
  }

  .socials {
    line-height: 28px;
  }

  .base-portfolio-container {
    height: 66vh;
  }

  .collection-item-9-wrap {
    box-shadow: 0 1px 13px -10px var(--dim-grey);
  }

  .white-wrap {
    background-color: #ffffffd4;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 80px;
    padding: 10px 10px 0;
    display: flex;
    transform: none;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-5 {
    padding-left: 15px;
  }

  .footer-portfolio {
    background-position: 50%;
    background-size: auto;
  }

  .full-wrap {
    align-items: center;
  }

  .item-10-wrapper {
    max-height: 230px;
  }

  .grid-12 {
    grid-template-rows: 400px 400px 400px;
    grid-template-columns: 360px 360px;
  }

  .item-grid-12-vertical {
    padding-left: 115px;
    padding-right: 15px;
  }

  .grid-13 {
    grid-template-rows: 225px;
    grid-template-columns: 354px 354px;
  }

  .grid-lightbox {
    grid-template-rows: 225px 225px;
    grid-template-columns: 354px 354px;
  }

  .blog-masonry-collection {
    column-rule-width: 0px;
    column-gap: 70px;
  }

  .link-item-wrap {
    margin-top: 0;
  }

  .collection-list-wrapper-11 {
    column-count: 2;
    flex-direction: column;
    column-gap: 100px;
  }

  .link-image-wrapper {
    width: 230px;
  }

  .gray-links {
    padding-bottom: 0;
  }

  .collection-list-wrapper-12 {
    column-count: 3;
    column-gap: 20px;
  }

  .collection-list-wrap-loop {
    max-height: 374px;
  }

  .blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 350px 350px;
  }

  .blog-image {
    min-height: 349px;
  }

  .blog-image-wrapp {
    max-height: 349px;
  }

  .image-wrapper {
    max-height: 410px;
  }

  .content-wrap {
    min-height: 240px;
  }

  .content-intro {
    justify-content: space-around;
  }

  .blog-image-wrapper {
    max-height: 415px;
  }

  .border-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-reviews {
    padding-right: 20px;
  }

  .title-home-2-container {
    padding-left: 50px;
    padding-right: 50px;
    bottom: 10%;
    left: 0;
    right: 100px;
  }

  .footer-home-page-two {
    background-position: 50%;
    background-size: auto;
  }

  .central-subtext {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-for-image._5, .background-for-image._6, .background-for-image._7, .background-for-image._8, .background-for-image._9, .background-for-image._10, .background-for-image._11, .background-for-image._12 {
    width: 25%;
    min-height: auto;
  }

  .gallery-wrap {
    min-height: 210px;
    max-height: 210px;
  }

  .gallery-wrap.beauty {
    min-height: 314px;
    margin-top: 60px;
  }

  .gallery-wrap.inspiration {
    margin-top: 60px;
  }

  .gallery-wrap-item {
    min-height: 410px;
    max-height: 410px;
    margin-top: 60px;
  }

  .gallery-wrap-item.make-art {
    min-height: 210px;
    max-height: 210px;
  }

  .gallery-wrap-item.abstraction {
    min-height: 340px;
    max-height: 340px;
  }

  .lightbox-link-art {
    max-height: 210px;
  }

  .gallery-name {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lightbox-link-beauty {
    max-height: 314px;
  }

  .lightbox-link-focus {
    min-height: 410px;
    max-height: 410px;
  }

  .lightbox-link-focus.abstraction {
    min-height: 340px;
    max-height: 340px;
  }

  .lightbox-link-make-art {
    max-height: 210px;
  }

  .grid-16 {
    grid-template-rows: 155px;
  }

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

  .section-style-guide {
    padding-top: 50px;
  }

  .section-black {
    background-position: 50% 97%;
    background-size: auto;
  }

  .grid-minimal {
    grid-template-columns: 738px;
  }

  .image-mini {
    max-width: 160%;
  }

  .collection-list-all-projects, .collection-list-light {
    grid-template-columns: 1fr 1fr;
  }

  .footer-home-4 {
    width: 688px;
    font-size: 40px;
    line-height: 1.3em;
  }

  .collection-wrap-minimal-i {
    column-count: 2;
    column-rule-style: none;
    flex-direction: column;
    column-gap: 100px;
    margin-top: 20px;
  }

  .link-image-wrap-minimal {
    width: 230px;
  }

  .link-item-minimal-i {
    margin-top: 0;
  }

  .footer-home-minimal-i {
    background-position: 50%;
    background-size: auto;
    padding-top: 100px;
  }

  .base-container-home-4 {
    display: block;
  }

  .title-wrap-home-4 {
    margin-top: 120px;
  }

  .grid-studio {
    grid-template-rows: 175px 175px;
  }

  .grid-production-studio {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .link-production {
    min-height: 390px;
  }

  .production-image {
    width: 100%;
    min-height: 390px;
    max-height: 390px;
  }

  .awards-item-row {
    border-right-style: none;
  }

  .award-item.last-item {
    border-right-style: solid;
  }

  .testimonials-grid {
    grid-template-rows: 165px 230px;
  }

  ._404-span {
    font-size: 120px;
  }

  .info-content {
    margin-bottom: 30px;
  }

  .oops {
    font-size: 200px;
  }

  .header-social-networks {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 345px;
    margin-top: 40px;
    display: none;
  }

  .licensing-grid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .image-58 {
    min-width: 130%;
  }

  .collection-list-all-items {
    grid-template-rows: 170px 170px 170px;
    grid-template-columns: 220px 220px 220px;
  }

  .collection-list-category, .collection-portfolio-category {
    grid-template-rows: 170px;
    grid-template-columns: 220px 220px 220px;
  }

  .portfolio-category-wrap {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .blog-collection-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 350px 350px;
  }

  .footer-icons {
    line-height: 28px;
  }

  .footer-link-128-digital {
    padding-bottom: 0;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .black-background.landing-page {
    background-position: 122% 51%, 1% 47%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-title-wrapper-2 {
    max-width: 560px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .pre-built-wrapp {
    width: 80%;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }
}

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

  h2 {
    font-size: 34px;
  }

  .arrow.previous {
    left: 52px;
  }

  .arrow.next {
    left: 105px;
  }

  .arrow.previous-home-2 {
    inset: auto 32% 4% auto;
  }

  .arrow.next-home-2 {
    inset: auto auto 4% 32%;
  }

  .title-text-container {
    right: 110px;
  }

  .text-wrapper {
    padding-right: 0;
  }

  .two-columns {
    border: 1px #000;
    border-top: 1px solid #0000002e;
    padding-top: 35px;
    top: 0;
  }

  .two-columns.black {
    flex-direction: column;
    padding-top: 40px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .base-container.center {
    text-align: left;
  }

  .image-container {
    justify-content: center;
    align-items: center;
    width: 355px;
    min-height: 520px;
  }

  .picture-right {
    margin-top: -60px;
  }

  .picture-right._2 {
    margin-top: 0;
  }

  .two-pictures {
    margin-bottom: 40px;
  }

  .two-pictures._2 {
    margin-top: 20px;
  }

  .container-wide {
    position: relative;
  }

  .container-wide._2 {
    top: -350px;
  }

  .picture-left._2 {
    padding-top: 0;
  }

  .central-picture {
    width: 100%;
  }

  .section-3 {
    padding-bottom: 40px;
    top: 150px;
  }

  .reviews-navigations {
    margin-top: -240px;
    padding-top: 0;
  }

  .reviews-navigations.testimonials {
    margin-top: 0;
  }

  .div-reviews {
    font-size: 30px;
    display: block;
  }

  .slider-with-reviews {
    margin-top: -220px;
  }

  .reviews-wrapper {
    width: 406px;
    font-size: 30px;
  }

  .item._4 {
    border-top-style: none;
    border-left-color: #0000002e;
    border-right-style: none;
  }

  .item._5 {
    border-top-style: none;
    border-left-color: #0000002e;
  }

  .item.mobile {
    border-left-color: #0000002e;
  }

  .full-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 170px) minmax(auto, 170px) 170px 170px;
    grid-template-columns: 270px 270px;
    grid-auto-columns: 1fr;
  }

  .grid-item.black {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: repeat(auto-fit, 70px) 70px 70px;
    grid-template-columns: 270px 270px;
  }

  .grid-item.instagram {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 254px 254px 254px;
    grid-template-columns: 254px 254px;
    margin-top: 100px;
  }

  .grid-item.contact-us {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 254px 254px 254px;
    grid-template-columns: 254px 254px;
    margin-top: 25px;
  }

  .section-gray {
    margin-bottom: 100px;
  }

  .list-item-price {
    width: 100%;
    padding-bottom: 10px;
    display: block;
  }

  .button {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -25px;
  }

  .text-item {
    width: 540px;
  }

  .text-item.black {
    width: 500px;
  }

  .pricing-list.black {
    padding-left: 0;
  }

  .basic-container.minimal-page {
    padding-top: 100px;
  }

  .heading-4.left {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
  }

  .collection-list-blog {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 100%;
    grid-auto-rows: 250px;
  }

  .dropdown-menu {
    overflow: hidden;
  }

  .tablet-link {
    left: 10px;
  }

  .contact-information-1 {
    width: 100%;
    margin-top: 30px;
  }

  .footer-link.black {
    padding-bottom: 0;
  }

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

  .wrapper-footer {
    margin-bottom: 100px;
  }

  .contact-information-2, .social-networks {
    width: 100%;
    margin-top: 40px;
  }

  .wrapper-footer-link {
    margin-top: 100px;
  }

  .brand-container {
    width: 100%;
  }

  .bold-link {
    font-size: 30px;
  }

  .footer-text-item {
    width: 538px;
    padding-bottom: 15px;
    font-size: 30px;
  }

  .footer-home-page {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
  }

  .spacing-image-container, .spacing-image-container.last-item {
    margin-top: 20px;
  }

  .style-guide-spacing {
    flex-wrap: wrap;
  }

  .section-title {
    margin-top: 0;
  }

  .spacing-description {
    margin-top: 20px;
  }

  .spacing-system, .content-table-bottom-row-item.last-item.content-table-row-item-resolution {
    width: 100%;
  }

  .content-table-bottom-row-item.content-table-row-item-title {
    font-size: 24px;
  }

  .content-table-top-row-item.content-table-row-item-resolution {
    width: 245px;
  }

  .style-guide-palette {
    flex-wrap: wrap;
  }

  .typography-content, .typography-content.last-item {
    width: 100%;
    margin-top: 30px;
  }

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

  .style-guide-paragraphs {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .headings-container {
    margin-top: 10px;
    display: block;
  }

  .title-heading-1 {
    font-size: 44px;
    line-height: 1.3em;
  }

  .heading-1-tablet {
    font-size: 50px;
  }

  .heading-2-tablet {
    font-size: 34px;
  }

  .buttons-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .style-guide-typography-heading-2 {
    flex-direction: column;
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .pharagraph-border {
    padding-top: 5px;
  }

  .link-heading-4 {
    max-width: 540px;
  }

  .category {
    margin-right: 15px;
    display: inline;
  }

  .wrapper-intro {
    width: 100%;
  }

  .wrapper-image-1 {
    min-height: 180px;
    max-height: 180px;
  }

  .wrapper-image-2 {
    min-height: 180px;
  }

  .wrapper-image-3 {
    min-height: 370px;
  }

  .wrapper-image-4 {
    min-height: 180px;
  }

  .wrapper-image-5 {
    min-height: 300px;
  }

  .image-1, .image-2 {
    min-height: 180px;
  }

  .wide-container {
    height: 33vh;
  }

  .banner-container {
    height: 33vh;
    display: flex;
  }

  .with-padding {
    padding-bottom: 45px;
  }

  .title.contact-us {
    text-align: left;
  }

  .left {
    justify-content: flex-end;
    display: flex;
  }

  .left.pricing-plans {
    border-bottom: 1px solid #55555540;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .left.pricing-plans-3 {
    border-bottom: 1px #55555540;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .dark {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .instagram-text {
    padding-right: 10px;
  }

  .wrapper-instagram {
    flex-direction: row;
  }

  .about-us-2 {
    height: 40vh;
    margin-top: 0;
  }

  .white.case-study {
    display: none;
  }

  .photo._1, .photo._2, .photo._3, .photo._4 {
    min-width: 300px;
    margin-left: 92px;
    margin-right: 92px;
  }

  .photo-item-wrap {
    min-height: 450px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: 355px auto auto 560px;
    grid-template-columns: 540px;
  }

  .image-wrap {
    min-width: 538px;
  }

  .main-button {
    margin-top: 10px;
  }

  .main-button.buy-now, .main-button.buy-now-two {
    width: 101%;
  }

  .button-wrap.contact-us {
    margin-bottom: -40px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .button-wrap.pricing-plans, .button-wrap.pricing-plans-2 {
    position: absolute;
    inset: auto auto -15px 0%;
  }

  .faq-wrapper {
    padding-top: 0;
  }

  .grid-3 {
    flex: 1;
    grid-template-rows: 135px 135px 135px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
  }

  .grid-3.contact-us {
    margin-top: 100px;
  }

  .grid-3.home-rage-2 {
    margin-bottom: 100px;
  }

  .column.borders {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000002e;
    border-bottom-width: 1px;
    border-bottom-color: #0000002e;
  }

  .collection-list-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .link-block {
    margin-top: 20px;
    padding-left: 15px;
  }

  .link-block-2 {
    padding-top: 10px;
    padding-left: 15px;
  }

  .link-black.vertical {
    white-space: normal;
  }

  .collection-list-wrapper-4 {
    grid-template-rows: auto;
    grid-template-columns: 100%;
  }

  .link-image-wrap {
    max-height: 355px;
  }

  .gray-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gray-section.big {
    margin-top: -225px;
    padding-top: 375px;
  }

  .gray-section.about-us-two {
    margin-top: -260px;
    padding-top: 360px;
  }

  .gray-section.lines {
    background-position: 25% -643%;
  }

  .logo-container.white {
    padding-top: 80px;
  }

  .incomplete-section {
    padding-top: 100px;
  }

  .header-wrapper {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .grid-5 {
    text-align: left;
    grid-template-rows: 400px auto;
    grid-template-columns: 100%;
  }

  .grid-5._02 {
    grid-template-rows: 400px auto;
    grid-template-columns: 100%;
  }

  .wrapper-item {
    padding-top: 25px;
  }

  .parallax-section {
    min-height: 240px;
    padding-top: 10px;
  }

  .center {
    text-align: center;
  }

  .grid-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 0 auto;
    grid-template-rows: 265px 265px 265px;
    grid-template-columns: 100%;
  }

  .black-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .black-section.home-page {
    margin-top: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .loop-link-wrap {
    padding-top: 100px;
  }

  .loop-link-item {
    height: 538px;
  }

  .photo-link._1, .photo-link._2, .photo-link._3, .photo-link._4, .photo-link._5 {
    width: 538px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .grid-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 310px 310px 310px 310px;
    grid-template-columns: 260px 260px;
  }

  .gradient-background._2 {
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .icons-wrap {
    margin-top: 10px;
    padding-left: 20px;
  }

  .grid-8 {
    grid-column-gap: 14px;
    grid-row-gap: 50px;
    grid-template-rows: 390px auto;
    grid-template-columns: 260px 260px;
  }

  .price-wrap {
    border-bottom-style: none;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .pricing-parallax {
    background-position: 50%;
    min-height: 340px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-text-wrap, .services-subtitle {
    padding-right: 0;
  }

  .item-wrapper {
    width: 538px;
    max-height: 538px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .image-links {
    min-width: 665px;
    min-height: 538px;
  }

  .collection-wrapper {
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .grid-9 {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-rows: 380px 380px;
    grid-template-columns: 100%;
    margin-top: 20px;
  }

  .white.list {
    line-height: 1.9em;
  }

  .services-image {
    left: -9%;
  }

  .graphic-design {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .background-color {
    min-height: 380px;
    padding: 40px 20px;
  }

  .collection-list-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 305px 305px 305px;
    grid-template-columns: 470px;
  }

  .blog-post-item {
    width: 470px;
    height: 305px;
    min-height: 305px;
  }

  .image-38 {
    min-height: 305px;
  }

  .blog-text-wrap {
    height: 305px;
    min-height: 305px;
    inset: 0%;
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
  }

  .offer-pharagraph {
    margin-top: 10px;
  }

  .video-background {
    min-height: 675px;
    margin-top: 100px;
    padding-bottom: 15px;
  }

  .services-list-black {
    margin-top: 20px;
  }

  .custom-package {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .youtube {
    min-height: 380px;
  }

  .custom-package-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .faq-pages-wrapper {
    padding-top: 0;
  }

  .faq-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-list-blog-faq {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template: "." 300px
                   "." 300px
                   "." 300px
                   / 540px;
    grid-auto-rows: 250px;
  }

  .blog-wrapper-intro {
    width: 100%;
    height: 280px;
    padding: 20px;
  }

  .grid-contacts {
    flex: 1;
    grid-template-rows: 200px 200px 200px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    margin-bottom: 100px;
  }

  .grid-items {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .grid-items.borders {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000002e;
    border-bottom-width: 1px;
    border-bottom-color: #0000002e;
  }

  .pharagraph {
    margin-top: 0;
  }

  .field-label {
    margin-bottom: 50px;
  }

  .portfolio-collection-list-wrapper {
    margin-top: 30px;
  }

  .tab-link-tab-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-2.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-image {
    max-width: 100%;
  }

  .tab-link-tab-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-5, .tab-link-tab-5.w--current {
    padding-left: 10px;
  }

  .collection-classic-wrap {
    margin-bottom: 0;
  }

  .all-progects-section {
    padding-top: 50px;
  }

  .footer-portfolio {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .transparent-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
  }

  .item-10-wrapper {
    width: 538px;
    max-height: 380px;
  }

  .minimal-image {
    min-height: 538px;
  }

  .grid-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .item-grid-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .item-grid-12-vertical {
    padding-left: 80px;
    padding-right: 80px;
  }

  .item-10-wrapper-vertical {
    max-height: 538px;
  }

  .collection-list-wrapper-10 {
    column-count: 1;
    margin-bottom: 0;
  }

  .top-background {
    max-height: 325px;
  }

  .paragraph-one.clean {
    margin-bottom: 30px;
  }

  .publication-wrapper {
    flex-direction: column;
  }

  .publication-item {
    margin-bottom: 20px;
  }

  .grid-13 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 375px 375px;
    grid-template-columns: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .text-portfolio-wrap {
    display: block;
  }

  .item-wrap-2 {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .item-wrap-1 {
    width: 100%;
    padding-right: 0;
  }

  .heading-6 {
    padding-right: 0;
  }

  .grid-lightbox {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 375px 375px 375px 375px;
    grid-template-columns: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .section-with-border {
    margin-bottom: 30px;
  }

  .full-section-for-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-masonry-collection {
    column-count: 1;
  }

  .collection-list-wrapper-11 {
    column-count: 1;
    margin-top: 20px;
  }

  .link-image-wrapper {
    width: 100%;
  }

  .link-masontry-wrap {
    margin-bottom: 30px;
  }

  .collection-list-wrapper-12 {
    column-count: 1;
    margin-top: 30px;
  }

  .image-52 {
    width: 100%;
  }

  .collection-list-wrap-loop {
    max-height: 538px;
  }

  .blog-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 100%;
  }

  .blog-image {
    min-height: 538px;
  }

  .blog-image-wrapp {
    max-height: 538px;
  }

  .image-wrapper {
    max-height: 320px;
  }

  .collection-list-wrapper-blog-classic {
    margin-bottom: 0;
  }

  .content-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 25px;
  }

  .content-intro {
    min-height: auto;
  }

  .blog-image-wrapper {
    max-height: 300px;
  }

  .blog-reviews {
    font-size: 22px;
  }

  .line-nav {
    width: 85px;
    height: 1px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .title-home-2-container {
    justify-content: center;
    right: 40px;
  }

  .grid-contact-us {
    margin-bottom: 30px;
  }

  .footer-home-page-two {
    background-position: 50% -26%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 100px;
  }

  .central-subtext {
    padding-left: 0;
    padding-right: 0;
  }

  .rows-item {
    display: block;
  }

  .background-for-image._3, .background-for-image._2, .background-for-image._1, .background-for-image._4 {
    width: 25%;
  }

  .background-for-image._5, .background-for-image._6, .background-for-image._7, .background-for-image._8, .background-for-image._9, .background-for-image._10, .background-for-image._11, .background-for-image._12 {
    width: 25%;
    min-height: 110px;
  }

  .center-info-wrap {
    justify-content: flex-start;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .filter-wrap {
    width: 100%;
    min-height: 110px;
  }

  .grid-15 {
    grid-template-columns: 100%;
    margin-top: 20px;
  }

  .gallery-wrap {
    min-height: auto;
    max-height: none;
  }

  .gallery-wrap.beauty {
    min-height: auto;
    margin-top: 15px;
  }

  .gallery-wrap.inspiration {
    max-height: none;
    margin-top: 15px;
  }

  .gallery-wrap-item {
    min-height: auto;
    max-height: none;
    margin-top: 0;
  }

  .gallery-wrap-item.make-art, .gallery-wrap-item.abstraction {
    min-height: auto;
    max-height: none;
    margin-top: 15px;
  }

  .lightbox-link-art, .lightbox-link-beauty, .lightbox-link-inspiration {
    max-height: none;
  }

  .lightbox-link-focus, .lightbox-link-focus.abstraction {
    min-height: auto;
    max-height: none;
  }

  .lightbox-link-make-art {
    max-height: none;
  }

  .grid-16 {
    grid-template: ". ." 284px
                   ". ." 284px
                   "Area Area" 568px
                   / 50% 50%;
  }

  .title-minimal-iii-wrap {
    padding-left: 0;
    padding-right: 0%;
  }

  .text-minimal-iii-wrap {
    margin-top: 35px;
    padding-left: 0%;
    padding-right: 0;
  }

  .banner-navigation-home-2 {
    width: 100%;
    inset: auto 0% 0%;
  }

  .portfolio-collection-minimal-iii {
    margin-top: 30px;
  }

  .grid-minimal {
    grid-template-columns: 538px;
  }

  .collection-minimal-iii {
    margin-top: 20px;
  }

  .first-minimal-item {
    flex-direction: row;
    justify-content: space-between;
  }

  .image-mini {
    max-width: 100%;
  }

  .collection-minimal-iii-light {
    margin-top: 20px;
  }

  .collection-list-all-projects {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .collection-list-light {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 520px 520px;
    grid-template-columns: 1fr;
  }

  .footer-home-4 {
    width: 538px;
    padding-bottom: 15px;
    font-size: 30px;
  }

  .collection-wrap-minimal-i {
    column-count: 1;
    margin-top: 50px;
  }

  .link-image-wrap-minimal {
    width: 100%;
  }

  .link-item-minimal-i {
    margin-bottom: 40px;
  }

  .footer-home-minimal-i {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 60px;
  }

  .portfolio-collection-minimal-iii-copy {
    margin-top: 30px;
  }

  .big-minimal-item, .first-minimal-collection {
    flex-direction: row;
    justify-content: space-between;
  }

  .text-studio-wrap {
    width: 100%;
    padding-right: 10px;
  }

  .socials-studio {
    flex-flow: wrap;
    display: flex;
  }

  .studio-item-left {
    width: 50%;
    min-height: 50%;
  }

  .studio-item-right {
    align-items: flex-start;
    width: 50%;
    min-height: 50%;
    padding-left: 20px;
  }

  .studio-item-right.fb-social {
    padding-left: 0;
  }

  .grid-studio {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 215px 217px 215px;
    grid-template-columns: 100%;
  }

  .info-item-about-us {
    padding-bottom: 10px;
  }

  .text-about-us-wrapper {
    padding-right: 0;
  }

  .grid-production-studio {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .production-studio-item {
    margin-top: 0;
  }

  .link-production {
    min-height: 640px;
  }

  .production-image {
    width: auto;
    min-height: 640px;
    max-height: 640px;
  }

  .awards-item-row {
    border-right-style: none;
    flex-flow: wrap;
  }

  .award-item {
    width: 50%;
    min-height: 50%;
  }

  .grid-awards {
    grid-template-rows: auto 300px;
  }

  .open-button {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .video-content {
    flex-direction: column;
  }

  .inform-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }

  .main-button-white {
    margin-top: 10px;
  }

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

  .review-item {
    width: 100%;
  }

  .testimonials-spacing {
    margin-top: 10px;
  }

  .questions-wrapper {
    margin-top: 100px;
  }

  .grid-our-pages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 200px 360px;
    grid-template-columns: 1fr;
  }

  ._404-span {
    font-size: 60px;
  }

  .info-content {
    margin-bottom: 20px;
  }

  .oops {
    font-size: 90px;
    bottom: 39%;
  }

  .header-social-networks {
    width: 100%;
    margin-top: 40px;
  }

  .password {
    margin-bottom: 20px;
  }

  .password-input {
    margin-bottom: 10px;
  }

  .licensing-image {
    min-width: 568px;
  }

  .licensing-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-image-link {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .base-fonts-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .licensing-image-collection {
    min-width: 568px;
  }

  .image-58 {
    min-width: 180%;
  }

  .collection-list-all-items {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 380px 380px 380px 380px 380px 380px 380px 380px 380px;
    grid-template-columns: 100%;
  }

  .collection-list-category {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 380px 380px 380px;
    grid-template-columns: 100%;
  }

  .collection-list-category._2-item {
    grid-template-rows: 380px 380px;
  }

  .collection-list-category._1-item {
    grid-template-rows: 380px;
  }

  .collection-portfolio-category {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 380px 380px 380px;
    grid-template-columns: 100%;
  }

  .portfolio-category-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .blog-collection-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 100%;
  }

  .image-59 {
    min-height: 380px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
    padding-top: 40px;
  }

  .black-background.landing-page {
    background-position: 151% 64%, -21% 62%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .incomplete-section-landing-page {
    padding-top: 50px;
  }

  .full-section-landing-page, .black-section-landing-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .arrow.previous {
    left: 27px;
  }

  .arrow.next {
    left: 80px;
    right: auto;
  }

  .arrow.previous-home-2 {
    right: 22%;
  }

  .arrow.next-home-2 {
    left: 22%;
  }

  .title-container {
    padding-top: 0;
  }

  .title-container.mobile {
    padding-top: 39px;
  }

  .title-text-container {
    width: 340px;
    padding-left: 0;
    padding-right: 0;
    bottom: 25%;
    left: auto;
    right: auto;
  }

  .subtitle-container.mobile {
    margin-top: 117px;
  }

  .column-right {
    margin-bottom: 20px;
  }

  .two-columns {
    display: block;
  }

  .image-container {
    width: 330px;
    min-width: 330px;
    min-height: 485px;
  }

  .picture-right {
    margin-top: -60px;
  }

  .two-pictures._2 {
    margin-bottom: 0;
  }

  .container-wide._2 {
    top: -200px;
  }

  .reviews-navigations {
    margin-top: 0;
    padding-bottom: 0;
    display: none;
    bottom: -2450px;
  }

  .slider-with-reviews {
    margin-top: -50px;
  }

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

  .reviews-wrapper {
    width: 280px;
    font-size: 30px;
  }

  .reviews {
    padding-top: 10px;
  }

  .grid-item {
    grid-template-columns: 164px 164px;
  }

  .grid-item.black {
    grid-template-rows: repeat(auto-fit, 70px) 70px 70px;
    grid-template-columns: 165px 165px;
  }

  .grid-item.instagram, .grid-item.contact-us {
    grid-template-rows: 150px 150px 150px;
    grid-template-columns: 150px 150px;
  }

  .text-item {
    width: 100%;
  }

  .text-item.black {
    width: 330px;
  }

  .basic-container.minimal-page {
    padding-top: 80px;
  }

  .collection-list-blog {
    grid-template-rows: 380px 380px 380px 380px 380px 380px;
    grid-template-columns: 100%;
  }

  .image-15.logo.mobile {
    max-width: 180px;
  }

  .dropdown-menu {
    background-color: #fff;
  }

  .burger-menu {
    display: none;
  }

  .menu-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-link {
    overflow: hidden;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-link {
    opacity: 1;
  }

  .footer-link:hover {
    opacity: .5;
  }

  .footer-image {
    margin-left: -17px;
  }

  .footer-logo-link {
    height: 60px;
  }

  .brand-container {
    overflow: hidden;
  }

  .footer-text-item {
    width: 330px;
  }

  .footer-home-page {
    text-align: left;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .section-title {
    line-height: 1.2em;
  }

  .style-guide-title {
    margin-bottom: 30px;
  }

  .content-table-bottom-row-item.last-item.content-table-row-item-resolution {
    border-bottom-style: none;
  }

  .content-table-bottom-row-item.content-table-row-item-resolution {
    border-bottom: 1px solid #0000001a;
    border-right-style: solid;
    width: 100%;
  }

  .content-table-bottom-row-item.content-table-row-item-title {
    text-align: center;
    border-bottom: 1px solid #0000001a;
    border-right-style: solid;
    width: 100%;
    height: 80px;
    font-size: 18px;
  }

  .content-table-top-row-item.last-item.content-table-row-item-resolution {
    border-bottom-style: none;
  }

  .content-table-top-row-item.content-table-row-item-resolution {
    width: 130px;
    height: 68px;
  }

  .content-table-top-row-item.content-table-row-item-title {
    width: 130px;
    height: 80px;
  }

  .content-table-top-row-item.content-table-row-item-resolution {
    width: 130px;
  }

  .grid-system-content-top {
    flex-direction: column;
  }

  .colors-palette {
    width: 100%;
  }

  .color-item {
    margin-right: 0;
  }

  .colors-container {
    justify-content: space-between;
    align-items: center;
  }

  .typography-content.last-item {
    width: 100%;
  }

  .item-content-font-family.link-typography {
    margin-bottom: 20px;
  }

  .title-heading-1.white {
    margin-top: 0;
  }

  .title-heading-1.white.home {
    margin-top: -36px;
    padding-top: 36px;
    line-height: 1.2em;
  }

  .heading-1-tablet {
    font-size: 50px;
  }

  .buttons-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .grid-system-content-bottom-2 {
    flex-direction: column;
  }

  .grid-system-container-2 {
    justify-content: space-between;
    display: flex;
  }

  .dash {
    padding-left: 0;
  }

  .wrapper-intro {
    height: 380px;
  }

  .collection-container {
    margin-top: -30px;
  }

  .wrapper-image-1 {
    min-height: 105px;
    max-height: 105px;
  }

  .link-light {
    line-height: 1.3em;
  }

  .wrapper-image-2 {
    min-height: 105px;
    max-height: 105px;
  }

  .wrapper-image-3 {
    min-height: 230px;
  }

  .wrapper-image-4 {
    min-height: 105px;
  }

  .link-gray {
    line-height: 1.3em;
  }

  .wrapper-image-5 {
    min-height: 175px;
  }

  .image-1 {
    min-height: 100px;
  }

  .image-2 {
    max-width: 114%;
    min-height: 105px;
  }

  .wide-container {
    padding-bottom: 50px;
  }

  .banner-container {
    height: 40vh;
    display: flex;
  }

  .section-image.eerstemaanden.mobile {
    height: 630px;
  }

  .section-image.zwangerworden.mobile, .section-image.balansenergie.mobile {
    height: 810px;
  }

  .section-image.balansenergie.mobile.nudgeright {
    margin-right: -318px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-image.mobile {
    height: 810px;
  }

  .title-banner.mobile {
    margin-top: 27px;
    line-height: 1.2em;
  }

  .left.pricing-plans, .left.pricing-plans-3 {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .instagram-text {
    padding-right: 0;
  }

  .wrapper-instagram {
    flex-direction: column;
  }

  .white.homepage {
    margin-bottom: 0;
  }

  .photo._1, .photo._2, .photo._3, .photo._4 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template: "Area" 217px
                   "Area-2"
                   "Area-3"
                   "Area-4" 340px
                   / 330px;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }

  .grid-2._2-lowest {
    padding-top: 260px;
  }

  .image-wrap {
    min-width: 330px;
  }

  .main-button.buy-now, .main-button.buy-now-two {
    width: 100%;
  }

  .button-wrap.pricing-plans, .button-wrap.pricing-plans-2 {
    bottom: -20px;
  }

  .dropdown-faq {
    flex-flow: column wrap;
  }

  .dropdown-toggle-faq {
    min-width: auto;
    padding-right: 10px;
  }

  .dropdown-wrap {
    flex-wrap: wrap;
  }

  .grid-3 {
    grid-template-columns: 100%;
  }

  .grid-3.logos {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .grid-3.logos.mobile {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .link-black {
    line-height: 1.4em;
  }

  .collection-list-wrapper-4 {
    grid-template-rows: auto;
  }

  .link-image-wrap {
    max-height: 220px;
  }

  .gray-section.big.mobile2 {
    padding-top: 180px;
  }

  .gray-section.about-us-two {
    margin-top: -7px;
  }

  .gray-section.lines {
    background-position: 28% -512%;
  }

  .grid-5, .grid-5._02 {
    grid-template-rows: 245px auto;
  }

  .image-banner._03 {
    background-position: 50%;
    background-size: cover;
  }

  .parallax-section {
    min-height: 280px;
  }

  .grid-6 {
    grid-template-rows: 310px 310px 310px;
  }

  .black-section.home-page {
    margin-top: 230px;
  }

  .loop-link-item {
    height: 330px;
  }

  .photo-link._1, .photo-link._2, .photo-link._3, .photo-link._4, .photo-link._5 {
    width: 330px;
  }

  .grid-7 {
    flex: 1;
    grid-template-rows: 380px 380px 380px 380px 380px 380px 380px 380px;
    grid-template-columns: 100%;
  }

  .grid-8 {
    grid-template-rows: 235px auto;
    grid-template-columns: 160px 160px;
  }

  .pricing-parallax {
    background-position: 50% 56%;
    background-size: auto;
    min-height: 375px;
  }

  .item-wrapper {
    width: 330px;
    max-height: 330px;
  }

  .image-links {
    min-width: 457px;
    min-height: 330px;
  }

  .hover-text {
    min-width: 100px;
  }

  .grid-9 {
    grid-template-rows: 435px 435px;
  }

  .list-wrap {
    padding-right: 0;
  }

  .services-list {
    background-color: #0000;
    margin-top: 10px;
    padding-left: 20px;
  }

  .services-list.gray-bg {
    background-color: #0000;
  }

  .graphic-design {
    margin-bottom: 0;
  }

  .background-color {
    min-height: 435px;
    padding: 40px 10px;
  }

  .collection-list-7 {
    grid-template-rows: 360px 360px 360px;
    grid-template-columns: 100%;
  }

  .blog-post-item {
    width: 100%;
    height: 0;
    min-height: 360px;
  }

  .image-38 {
    min-width: 390px;
    min-height: 360px;
  }

  .blog-text-wrap {
    min-height: 360px;
    padding-left: 40px;
    padding-right: 40px;
    left: auto;
    right: auto;
  }

  .video-background {
    min-height: 520px;
  }

  .services-list-black {
    margin-top: 10px;
  }

  .custom-package {
    margin-bottom: 0;
  }

  .youtube {
    min-height: 225px;
  }

  .price-item {
    padding-left: 15px;
  }

  .links-wrapper {
    width: 100px;
  }

  .border, .button-play {
    width: 60px;
    height: 60px;
  }

  .dropdown-wrap-faq {
    flex-wrap: wrap;
  }

  .faq-item {
    flex-flow: column wrap;
    padding-right: 0;
  }

  .faq-toggle {
    min-width: auto;
    padding-right: 0;
  }

  .collection-list-blog-faq {
    grid-template-rows: 380px 380px 380px;
    grid-template-columns: 100%;
    justify-content: space-between;
  }

  .blog-wrapper-intro {
    height: 380px;
  }

  .grid-contacts {
    grid-template-columns: 100%;
  }

  .contacts-link {
    opacity: 1;
  }

  .contacts-link:hover {
    opacity: .5;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .collection-item-9-wrap {
    width: 330px;
  }

  .white-wrap {
    min-height: 60px;
  }

  .tab-link-tab-2 {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .tab-link-tab-2.w--current {
    padding-left: 0;
  }

  .tab-link-tab-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .project-image {
    min-width: 400px;
  }

  .tab-link-tab-4, .tab-link-tab-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .tab-link-tab-5.w--current {
    padding-left: 0;
  }

  .footer-portfolio {
    text-align: left;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .item-10-wrapper {
    width: 330px;
    max-height: 230px;
  }

  .collection-list-11 {
    grid-template-rows: 370px;
  }

  .minimal-image {
    min-height: 330px;
  }

  .grid-12 {
    grid-template-columns: 100%;
  }

  .item-grid-12-vertical {
    padding-left: 50px;
    padding-right: 50px;
  }

  .item-10-wrapper-vertical {
    max-height: 330px;
  }

  .grid-13 {
    grid-template-rows: 230px 230px;
  }

  .grid-lightbox {
    grid-template-rows: 230px 230px 230px 230px;
    margin-top: 20px;
  }

  .gray-links {
    opacity: 1;
  }

  .gray-links:hover {
    opacity: .5;
  }

  .collection-list-wrap-loop {
    max-height: 330px;
  }

  .blog-image {
    min-height: 330px;
  }

  .blog-image-wrapp {
    max-height: 330px;
  }

  .collection-list-blog-classic {
    grid-template-columns: 100%;
  }

  .image-wrapper {
    max-height: 200px;
  }

  .content-wrap {
    width: auto;
    min-height: 260px;
  }

  .blog-image-wrapper {
    max-height: 185px;
  }

  .project-image-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-view-project {
    margin-top: 90px;
  }

  .title-home-2-container {
    width: 340px;
    padding-left: 0;
    padding-right: 0;
    bottom: 25%;
    left: auto;
    right: auto;
  }

  .footer-home-page-two {
    text-align: left;
  }

  .background-for-image._5, .background-for-image._6, .background-for-image._7, .background-for-image._8, .background-for-image._9, .background-for-image._10, .background-for-image._11, .background-for-image._12, .filter-wrap {
    min-height: 65px;
  }

  .paragraph-follow-our-instagram {
    display: block;
  }

  .follow-our-instagram {
    padding-left: 0;
  }

  .grid-16 {
    grid-template-rows: 180px 180px 360px;
  }

  .tab-main-link.w--current {
    padding-top: 0;
  }

  .minimal-iii-image {
    min-width: 600px;
    min-height: 430px;
  }

  .image-mini {
    max-width: 180%;
  }

  .footer-home-4 {
    width: 330px;
  }

  .footer-home-minimal-i {
    text-align: left;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .text-studio-wrap {
    padding-right: 0;
  }

  .title-wrap-home-4 {
    margin-top: 60px;
  }

  .link-production {
    min-height: 390px;
  }

  .production-image {
    min-height: 390px;
    max-height: 390px;
  }

  .lightbox-link-video {
    justify-content: space-around;
  }

  .licensing-image {
    min-width: 360px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 0;
  }

  .license-link {
    margin-right: 15px;
  }

  .licensing-image-collection {
    min-width: 360px;
  }

  .image-58 {
    min-width: 300%;
  }

  .collection-list-all-items {
    grid-template-rows: 235px 235px 235px 235px 235px 235px 235px 235px 235px;
  }

  .collection-list-category, .collection-portfolio-category {
    grid-template-rows: 235px 235px 235px;
  }

  .copyright {
    text-align: center;
  }

  .footer-link-128-digital {
    opacity: 1;
  }

  .footer-link-128-digital:hover {
    opacity: .5;
  }

  .image-59 {
    min-height: 225px;
  }

  .black-background.landing-page {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .pre-built-wrapp {
    width: 100%;
  }

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .image-60 {
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    min-width: auto;
    max-width: none;
    max-height: none;
    padding-right: 111px;
  }

  .image-60.mobile {
    padding-right: 542px;
  }
}

#w-node-_3518a84d-c516-fa79-5c98-c9718941e8b4-86b38cd8, #w-node-_3518a84d-c516-fa79-5c98-c9718941e8bc-86b38cd8, #w-node-_0608f736-1e9f-dd09-154b-8cde25fcbe9d-86b38cd8, #w-node-_4148d118-cb8d-8786-5ec7-ffafbba74dd2-86b38cd8, #w-node-_0b033004-ffd7-22a6-271c-754af92a71fa-86b38ce2, #over-praktijk.w-node-_3a1ca727-a584-c271-8e5b-4747d7a59299-86b38ce2, #over-mij.w-node-_38d56237-169e-dca8-f6fb-c37858f1b859-86b38ce2, #w-node-_3c02f223-bf4d-ac42-7849-abaeab1f8b15-86b38ce2, #w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab007-86b38ce2, #over-praktijk.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab008-86b38ce2, #over-mij.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab01f-86b38ce2, #w-node-bc506763-ceaa-76fb-ad28-d414614ead92-86b38ce2, #w-node-bc506763-ceaa-76fb-ad28-d414614ead28-86b38ce2, #over-praktijk.w-node-bc506763-ceaa-76fb-ad28-d414614ead29-86b38ce2, #over-mij.w-node-bc506763-ceaa-76fb-ad28-d414614ead40-86b38ce2, #w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7ae-86b38ce2, #over-praktijk.w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7af-86b38ce2, #w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7c0-86b38ce2, #over-mij.w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7c1-86b38ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bbccb3-4957-67e4-f125-8668a49e945f-86b38ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_111da3c2-4756-e42f-fdaa-24a2845fcc50-86b38ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d0a24dff-e7cc-f9f7-daa2-4def41d4cb55-86b38ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_97e7f555-9639-3758-8450-f5ae5723aa6a-86b38ce7, #w-node-_7dacc420-b846-b789-2f0c-540ae89dbbbb-86b38ce7, #w-node-a4eead45-9be3-0ffe-add2-600aef1e32a1-86b38ce7, #w-node-_5876a0c5-657a-7660-30bb-f7397f76ddfc-86b38ce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_50730582-5ff8-a1cf-a0c0-26512dd6054c-86b38ce7, #w-node-_85063013-88f1-894c-18b4-6a8af042a270-86b38ce7, #w-node-_3c900d23-3c1e-26ae-aa68-429016eadaf9-86b38ceb, #w-node-_7238dadf-5c9f-bcb4-6f96-b886d52a58d0-86b38ceb, #w-node-f98b923a-4f29-e4f3-472c-b2b19dec9820-86b38ceb, #w-node-a9c5b536-f67c-f952-405e-c741c4d8a843-86b38ceb, #w-node-add44483-97a9-58d0-d458-676e03200ab5-86b38ceb, #w-node-_513bad9d-a717-a0f4-3a02-5954c4ab2793-86b38ceb, #w-node-_834791a5-a5ed-f540-1019-67f2b6755990-86b38ceb, #w-node-_834791a5-a5ed-f540-1019-67f2b6755994-86b38ceb, #w-node-_1fb84fcc-6e39-6240-31ec-29ffb2a06eda-86b38ceb, #w-node-_7e44c275-7470-1a7d-e807-1e3d74b0c232-86b38ceb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d96fb06-a9ce-2b2f-238e-2eb5b452e1bc-86b38cec, #w-node-_8cfab93e-04a6-cc14-942a-3267d1ffe687-86b38cec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_87a2ce83-e0f2-bda7-8c69-510c6fc073cc-86b38cee, #w-node-c43db973-4fd5-6ddf-ef88-eb9fa0363741-86b38cee, #w-node-_047be399-e30e-2f61-35d2-f262be53a2f6-86b38cee, #w-node-e4b475b2-29e6-6ed5-e797-5fbe918c7ded-86b38cee, #w-node-a32f97cc-22c7-61c9-b85d-d14b994f7da6-86b38cee, #w-node-f6670e30-e655-6905-5648-dd95d40f86da-86b38cee, #w-node-b60e19c1-78a7-d6cc-6149-83e02c91cb0e-86b38cee, #w-node-_8fec19e1-3c7c-5ab4-eefe-6db8df1da2aa-86b38cee, #w-node-_9ccfb617-a7e4-161d-1716-550fcdbcd227-86b38cee, #w-node-de8b271c-dcab-c06a-acae-8a51684dea9d-86b38cee, #w-node-_59ed2936-a339-4f3b-9bb0-8ac98e2be452-86b38cee, #w-node-aa1c3501-7c6f-1a4b-9c58-7a19c6d51e9a-86b38cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e28926f2-2895-a406-3fd2-aeb166a292f3-86b38cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e28926f2-2895-a406-3fd2-aeb166a292fb-86b38cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-e28926f2-2895-a406-3fd2-aeb166a29303-86b38cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1248c2fe-9e74-5c7a-24a2-43cfad9b6db1-86b38cee, #w-node-_1248c2fe-9e74-5c7a-24a2-43cfad9b6db8-86b38cee, #w-node-_1248c2fe-9e74-5c7a-24a2-43cfad9b6dba-86b38cee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7afdba9b-d2d3-e845-7670-b7e9d2b9182c-86b38cef, #w-node-_66fddbdf-c39a-e334-9cf1-481e1ea4c69f-86b38cef, #w-node-bd718820-8a74-4f28-0731-d623640e2e2e-86b38cef, #w-node-da51c6d8-7cb1-0e22-9032-16ebb4b03235-86b38cef, #w-node-_9cb81dbc-efd6-bce1-8d1e-6fa39ba1caf5-86b38cef, #w-node-dd75b631-d83d-02d1-e0fe-46ea82a0455b-86b38cef, #w-node-a84bc3b6-703d-eebc-14d7-87bc5ce0ee53-86b38cef, #w-node-a84bc3b6-703d-eebc-14d7-87bc5ce0ee5f-86b38cef, #w-node-a84bc3b6-703d-eebc-14d7-87bc5ce0ee6b-86b38cef, #w-node-a84bc3b6-703d-eebc-14d7-87bc5ce0ee77-86b38cef, #w-node-b9a15392-58d2-d796-1b0f-a6038768d8a4-86b38cef, #w-node-b9a15392-58d2-d796-1b0f-a6038768d8b0-86b38cef, #w-node-b9a15392-58d2-d796-1b0f-a6038768d8bc-86b38cef, #w-node-b9a15392-58d2-d796-1b0f-a6038768d8c8-86b38cef, #w-node-_48f4d496-efb5-75b2-dc99-ac8292abf881-86b38cef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_458a9c32-fdef-2031-c7c7-7aac0b1f720e-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37ef0408-a452-fcdf-062f-a774b388e118-86b38cf1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_74bad821-add0-69d0-3fab-fcb2a5a405bd-86b38cf1, #w-node-f5977d6c-a4e2-66b7-dfa4-48cbc8880e27-86b38cf1, #w-node-_42d062e1-c108-caaf-dc26-05b2b367b85c-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f29d8efa-e628-f9b1-8dbe-7600ccfa6b08-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bf72c04b-831f-59da-12db-2e5f94c95293-86b38cf1, #w-node-_587e618b-b82b-a07c-4abc-3cff4269d140-86b38cf1, #w-node-_72e870e2-3b96-8432-711d-ec6793136987-86b38cf1, #w-node-_72e870e2-3b96-8432-711d-ec6793136988-86b38cf1, #w-node-c8de928b-1a08-00a3-b29b-25818a8b2adb-86b38cf1, #w-node-c8de928b-1a08-00a3-b29b-25818a8b2adc-86b38cf1, #w-node-_5c02e65d-d50a-6aaa-b4e9-c57fe97fedc2-86b38cf1, #w-node-_5c02e65d-d50a-6aaa-b4e9-c57fe97fedc3-86b38cf1, #w-node-_625f7543-2036-7e2f-d489-66ceda29ee93-86b38cf1, #w-node-_625f7543-2036-7e2f-d489-66ceda29ee96-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f3d3ae0-4e9e-6334-1254-f258bcba35ad-86b38cf1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_1f7241cd-eb22-cafe-778a-4094b118920c-86b38cf1, #w-node-_61aadd6a-4c90-2cb3-427a-6073bb12aceb-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c5583e1d-0508-b07e-50f5-49c2ffd6ebe4-86b38cf1, #w-node-_8ab5e102-7528-4d4e-554b-1c43c2cf07bf-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_411bab1b-f474-bd56-cdb9-0796c32077fa-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bb235e45-e2d0-4c48-0eb1-e2a785fa8cd0-86b38cf1 {
  justify-self: start;
}

#w-node-b1adeb3d-66ce-88d2-168f-2fa0147b9674-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b1adeb3d-66ce-88d2-168f-2fa0147b9675-86b38cf1 {
  justify-self: start;
}

#w-node-_390ec4fb-f26a-72e8-ae60-83d914f38798-86b38cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_390ec4fb-f26a-72e8-ae60-83d914f38799-86b38cf1 {
  justify-self: start;
}

#w-node-_7dfd566c-9b8c-7c7a-1b89-d8275581d4e2-86b38cf2, #w-node-_850be17c-9a59-4a6b-7f2a-e64790b43ba5-86b38cf2, #w-node-_7cfd97fd-c079-ec74-3600-34049d9e42ad-86b38cf2, #w-node-_7e8792f8-ba04-61fd-e1e9-e1f21ab7f179-86b38cf2, #w-node-_5fea098b-53da-ff56-7eec-72235a8a5bd2-86b38cf2, #w-node-c5ebaaac-fbf7-389e-3703-bacc6a50d4b9-86b38cf2, #w-node-_2766d18c-7b51-bd82-2409-ce1a322b4a8b-86b38cf2, #w-node-_3d0e1044-63e4-11e0-f74d-bfcbe52d5cbd-86b38cf2, #w-node-_1fd7b06b-91b3-e067-f405-a3091faded22-86b38cf2, #w-node-_9a23c684-3f51-fd81-866c-4070af734fdc-86b38cf2, #w-node-_15cbe94a-3e65-1ad3-e145-a3d5d48a00df-86b38cf2, #w-node-_2b56b4c5-03e3-9915-bd82-782f6a522235-86b38cf2, #w-node-eb075a7a-8e29-8f22-c39d-1b8b6800647c-86b38cf2, #w-node-f9454a88-3a5b-7c93-2772-5ad449445890-86b38cf2, #w-node-bcbb743e-b523-59d7-05d0-21a211d77244-86b38cf2, #w-node-_27535ae7-2c84-291d-97fd-cf6327ffae3c-86b38cf2, #w-node-c23df61f-3e0f-5532-a497-8b3df802de87-86b38cf2, #w-node-_2c83ece6-f199-80af-a5a9-460b7bf7aec0-86b38cf2, #w-node-c4c3483b-c5c9-0049-0d61-33f715125d96-86b38cf2, #w-node-ea010bc9-8df3-3ae3-8ccd-f1836649ba00-86b38cf2, #w-node-_7cf5b540-c29d-afb0-ea9e-ecd59346e8b0-86b38cf2, #w-node-_9840d877-3299-f400-d071-2e018af0ff1c-86b38cf2, #w-node-e914ec75-54b9-e42c-1826-43352f1f631c-86b38cf2, #w-node-_7ff0e7e7-3825-33ab-5c2d-b20912a66fdc-86b38cf2, #w-node-d05a1e25-8da9-3ee7-0950-7065bd5e9eaf-86b38cf2, #w-node-_5ed0fce6-d7dd-f558-c979-54db5ddfd096-86b38cf2, #w-node-_7dfd566c-9b8c-7c7a-1b89-d8275581d506-86b38cf2, #w-node-_4bb5d3f9-6570-eab6-59cb-3451a6531205-86b38cf2, #w-node-a8d5ce26-ff18-ce70-6b23-340cb3ebcfa5-86b38cf2, #w-node-_93b5c35b-796d-b122-3060-27cd21523e4d-86b38cf2, #w-node-_07778c5b-f494-1ba7-70f0-a3b680e735e7-86b38cf2, #w-node-_7b0e7d26-a1ba-0e44-7586-5d1d78408c95-86b38cf2, #w-node-bbec049e-e64f-5d5c-e3f5-4b8e0d9e3977-86b38cf2, #w-node-f30af039-c577-f834-c954-7a12b4b4db1f-86b38cf2, #w-node-_7404a847-3d36-04c4-fbf0-e6038b510966-86b38cf2, #w-node-_14a88337-2f7d-a7a3-0293-b60941b7c18d-86b38cf2, #w-node-b18cd74f-b011-bf28-bd1e-de1eece9269d-86b38cf2, #w-node-d7a7035a-d213-d4bc-106a-9eea0653022b-86b38cf2, #w-node-_54f8dc92-986b-e469-180d-b7e8421bf245-86b38cf7, #w-node-_290dbe98-c032-abd0-32a0-c703f0b74934-86b38cf7, #w-node-_4c44d8a7-17e6-3c18-1415-8911a5659da0-86b38cf7, #w-node-_4c44d8a7-17e6-3c18-1415-8911a5659da1-86b38cf7, #w-node-d7bff0ec-364d-524b-4662-9dd76cbdb407-86b38cf7, #w-node-d7bff0ec-364d-524b-4662-9dd76cbdb408-86b38cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682e113d-7ece-c305-46ef-260d1adc82e3-86b38cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_682e113d-7ece-c305-46ef-260d1adc82eb-86b38cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_682e113d-7ece-c305-46ef-260d1adc82f3-86b38cf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_137af720-424f-cc4c-26f1-597a5e60c8e3-86b38cf8, #w-node-_96c9266f-acdb-bcd7-19f3-1e9a4a5fdc1d-86b38cf8, #w-node-bccf4c91-5fe3-4eaa-26c6-0ec91a65912c-86b38cf8, #w-node-_82e16f46-d9c4-807b-ed30-0408031a2fa6-86b38cf8, #w-node-_146f3a78-0aee-51db-dda6-42006d1e1f2e-86b38cf8, #w-node-_9c1d639c-f1a3-d1a9-c4ae-76eebd052bf0-86b38cf8, #w-node-e7507c5a-5f89-52a2-9581-332351551d4f-86b38cf8, #w-node-adf94679-770d-bf33-55d0-9bdb80b27221-86b38cf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cb267b0-d7a1-9102-e22b-76c5f16f19e7-86b38d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9cb267b0-d7a1-9102-e22b-76c5f16f19ef-86b38d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9cb267b0-d7a1-9102-e22b-76c5f16f19f7-86b38d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_95dcfd44-6add-be16-f626-cc5976bfdc3d-86b38d19, #w-node-_1e5243f6-f85a-9f13-ae86-c91d68f6d05a-86b38d19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4112b021-90fe-0eb7-f611-15ea026ef84a-86b38d19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-abf0e401-54b6-26d6-bc1f-122362790ee4-86b38d1a, #w-node-d24da2e7-f4c4-5225-c481-42422becaff4-86b38d1a, #w-node-c623ed76-7054-10a6-bd94-b7bf29cfc41a-86b38d1a, #w-node-_7203209b-7cc1-578d-9223-c77f14e85824-86b38d1a, #w-node-_39a7a2a0-9d85-471d-f5f5-c4e9ad18a10b-86b38d31, #w-node-a58da718-02e3-a548-e9ee-61bb26436e0f-86b38d31, #w-node-_6b29c1ec-6f4f-f63d-3d5b-5d6f361b8c8f-86b38d31, #w-node-_5790ed20-0e34-630b-134a-871bbc4eefc8-86b38d31, #w-node-a4e863ff-b152-e3db-578b-e9c720ebdafa-86b38d31, #w-node-_60c8f24b-3756-d7bf-261b-199e464d755e-86b38d31, #w-node-_0b033004-ffd7-22a6-271c-754af92a71fa-07349126, #over-praktijk.w-node-_3a1ca727-a584-c271-8e5b-4747d7a59299-07349126, #over-mij.w-node-_38d56237-169e-dca8-f6fb-c37858f1b859-07349126, #w-node-_3c02f223-bf4d-ac42-7849-abaeab1f8b15-07349126, #w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab007-07349126, #over-praktijk.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab008-07349126, #over-mij.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab01f-07349126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bbccb3-4957-67e4-f125-8668a49e945f-07349126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_111da3c2-4756-e42f-fdaa-24a2845fcc50-07349126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d0a24dff-e7cc-f9f7-daa2-4def41d4cb55-07349126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #over-praktijk.w-node-_3a1ca727-a584-c271-8e5b-4747d7a59299-86b38ce2, #over-mij.w-node-_38d56237-169e-dca8-f6fb-c37858f1b859-86b38ce2, #over-praktijk.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab008-86b38ce2, #over-mij.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab01f-86b38ce2, #over-praktijk.w-node-bc506763-ceaa-76fb-ad28-d414614ead29-86b38ce2, #over-mij.w-node-bc506763-ceaa-76fb-ad28-d414614ead40-86b38ce2, #over-praktijk.w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7af-86b38ce2, #over-mij.w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7c1-86b38ce2, #w-node-_4112b021-90fe-0eb7-f611-15ea026ef84a-86b38d19, #over-praktijk.w-node-_3a1ca727-a584-c271-8e5b-4747d7a59299-07349126, #over-mij.w-node-_38d56237-169e-dca8-f6fb-c37858f1b859-07349126, #over-praktijk.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab008-07349126, #over-mij.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab01f-07349126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #over-praktijk.w-node-_3a1ca727-a584-c271-8e5b-4747d7a59299-86b38ce2, #over-mij.w-node-_38d56237-169e-dca8-f6fb-c37858f1b859-86b38ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c02f223-bf4d-ac42-7849-abaeab1f8b15-86b38ce2 {
    grid-area: Area-4;
  }

  #over-praktijk.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab008-86b38ce2, #over-mij.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab01f-86b38ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc506763-ceaa-76fb-ad28-d414614ead92-86b38ce2 {
    grid-area: Area-4;
  }

  #over-praktijk.w-node-bc506763-ceaa-76fb-ad28-d414614ead29-86b38ce2, #over-mij.w-node-bc506763-ceaa-76fb-ad28-d414614ead40-86b38ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7ae-86b38ce2 {
    grid-area: Area-2;
  }

  #over-praktijk.w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7af-86b38ce2 {
    grid-area: Area;
  }

  #w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7c0-86b38ce2 {
    grid-area: Area-2;
  }

  #over-mij.w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7c1-86b38ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebc310a2-dbd8-efac-50bb-ca24be05ce61-86b38ce2, #w-node-ebc310a2-dbd8-efac-50bb-ca24be05ce63-86b38ce2, #w-node-ebc310a2-dbd8-efac-50bb-ca24be05ce65-86b38ce2 {
    place-self: center;
  }

  #w-node-a4eead45-9be3-0ffe-add2-600aef1e32a1-86b38ce7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_6162ea1a-d300-26b5-4e1a-8e4c2b97694f-86b38ce7, #w-node-_6162ea1a-d300-26b5-4e1a-8e4c2b976951-86b38ce7, #w-node-_6162ea1a-d300-26b5-4e1a-8e4c2b976953-86b38ce7 {
    place-self: center;
  }

  #w-node-aa1c3501-7c6f-1a4b-9c58-7a19c6d51e9a-86b38cee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0a389e7-490d-de0e-b329-3b715ab501de-86b38cee, #w-node-e0a389e7-490d-de0e-b329-3b715ab501da-86b38cee, #w-node-e0a389e7-490d-de0e-b329-3b715ab501dc-86b38cee {
    place-self: center;
  }

  #w-node-_66fddbdf-c39a-e334-9cf1-481e1ea4c69f-86b38cef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd718820-8a74-4f28-0731-d623640e2e2e-86b38cef {
    grid-column: span 3 / span 3;
  }

  #w-node-da51c6d8-7cb1-0e22-9032-16ebb4b03235-86b38cef, #w-node-_9cb81dbc-efd6-bce1-8d1e-6fa39ba1caf5-86b38cef, #w-node-dd75b631-d83d-02d1-e0fe-46ea82a0455b-86b38cef {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a84bc3b6-703d-eebc-14d7-87bc5ce0ee53-86b38cef {
    grid-column: span 3 / span 3;
  }

  #w-node-a84bc3b6-703d-eebc-14d7-87bc5ce0ee5f-86b38cef, #w-node-a84bc3b6-703d-eebc-14d7-87bc5ce0ee6b-86b38cef, #w-node-a84bc3b6-703d-eebc-14d7-87bc5ce0ee77-86b38cef {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b9a15392-58d2-d796-1b0f-a6038768d8a4-86b38cef {
    grid-column: span 3 / span 3;
  }

  #w-node-b9a15392-58d2-d796-1b0f-a6038768d8b0-86b38cef, #w-node-b9a15392-58d2-d796-1b0f-a6038768d8bc-86b38cef, #w-node-b9a15392-58d2-d796-1b0f-a6038768d8c8-86b38cef {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48f4d496-efb5-75b2-dc99-ac8292abf881-86b38cef {
    grid-column: span 1 / span 1;
  }

  #w-node-f29d8efa-e628-f9b1-8dbe-7600ccfa6b08-86b38cf1, #w-node-_625f7543-2036-7e2f-d489-66ceda29ee93-86b38cf1 {
    justify-self: start;
  }

  #w-node-_3f3d3ae0-4e9e-6334-1254-f258bcba35ad-86b38cf1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ab5e102-7528-4d4e-554b-1c43c2cf07bf-86b38cf1 {
    align-self: stretch;
  }

  #w-node-_4c44d8a7-17e6-3c18-1415-8911a5659da1-86b38cf7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8ba4575-5698-32cd-caf9-452e6040af52-86b38cf7, #w-node-e8ba4575-5698-32cd-caf9-452e6040af54-86b38cf7, #w-node-e8ba4575-5698-32cd-caf9-452e6040af56-86b38cf7 {
    place-self: center;
  }

  #w-node-_4112b021-90fe-0eb7-f611-15ea026ef84a-86b38d19 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_28286895-0d76-458e-e852-7d11efee49c4-86b38d1a, #w-node-_28286895-0d76-458e-e852-7d11efee49c6-86b38d1a, #w-node-_28286895-0d76-458e-e852-7d11efee49c8-86b38d1a {
    place-self: center;
  }

  #over-praktijk.w-node-_3a1ca727-a584-c271-8e5b-4747d7a59299-07349126, #over-mij.w-node-_38d56237-169e-dca8-f6fb-c37858f1b859-07349126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c02f223-bf4d-ac42-7849-abaeab1f8b15-07349126 {
    grid-area: Area-4;
  }

  #over-praktijk.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab008-07349126, #over-mij.w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab01f-07349126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2020b53-44ed-c807-cb46-6968e8eeb701-07349126, #w-node-d2020b53-44ed-c807-cb46-6968e8eeb703-07349126, #w-node-d2020b53-44ed-c807-cb46-6968e8eeb705-07349126 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0b033004-ffd7-22a6-271c-754af92a71fa-86b38ce2, #w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab007-86b38ce2, #w-node-bc506763-ceaa-76fb-ad28-d414614ead28-86b38ce2, #w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7ae-86b38ce2 {
    grid-row: span 1 / span 1;
  }

  #w-node-_4c44d8a7-17e6-3c18-1415-8911a5659da0-86b38cf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b033004-ffd7-22a6-271c-754af92a71fa-07349126, #w-node-f3ff9724-6cbb-fb6a-402a-974cc32ab007-07349126 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8bbccb3-4957-67e4-f125-8668a49e945f-86b38ce2, #w-node-_97e7f555-9639-3758-8450-f5ae5723aa6a-86b38ce7, #w-node-_7dacc420-b846-b789-2f0c-540ae89dbbbb-86b38ce7, #w-node-a4eead45-9be3-0ffe-add2-600aef1e32a1-86b38ce7, #w-node-_5876a0c5-657a-7660-30bb-f7397f76ddfc-86b38ce7, #w-node-e28926f2-2895-a406-3fd2-aeb166a292f3-86b38cee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1bdc3c81-5a15-dd77-5043-fa57aeccd937-86b38cee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37ef0408-a452-fcdf-062f-a774b388e118-86b38cf1 {
    order: 9999;
    grid-row: span 1 / span 1;
  }

  #w-node-_1f7241cd-eb22-cafe-778a-4094b118920c-86b38cf1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_61aadd6a-4c90-2cb3-427a-6073bb12aceb-86b38cf1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_682e113d-7ece-c305-46ef-260d1adc82e3-86b38cf7, #w-node-_9cb267b0-d7a1-9102-e22b-76c5f16f19e7-86b38d19, #w-node-f8bbccb3-4957-67e4-f125-8668a49e945f-07349126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c02f223-bf4d-ac42-7849-abaeab1f8b15-86b38ce2, #w-node-bc506763-ceaa-76fb-ad28-d414614ead92-86b38ce2, #w-node-_8ed85542-3b62-d2b4-106c-9248f89dc7c0-86b38ce2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7dfd566c-9b8c-7c7a-1b89-d8275581d4e2-86b38cf2, #w-node-_850be17c-9a59-4a6b-7f2a-e64790b43ba5-86b38cf2, #w-node-_7cfd97fd-c079-ec74-3600-34049d9e42ad-86b38cf2, #w-node-_7e8792f8-ba04-61fd-e1e9-e1f21ab7f179-86b38cf2, #w-node-_5fea098b-53da-ff56-7eec-72235a8a5bd2-86b38cf2, #w-node-b15dbb07-e24e-5b9b-149d-c3b57813a6b5-86b38cf2, #w-node-_7d8a2bfb-1d62-e2ac-fe1c-d099a4bf1ab7-86b38cf2, #w-node-_765f0851-34fd-0c5e-efb2-b1ac4829243e-86b38cf2, #w-node-_72ba7866-bb42-0bbd-61e1-7d02d1676c63-86b38cf2, #w-node-c5ebaaac-fbf7-389e-3703-bacc6a50d4b9-86b38cf2, #w-node-_2766d18c-7b51-bd82-2409-ce1a322b4a8b-86b38cf2, #w-node-e20ebb48-f23d-e11e-3257-c7bfceadef20-86b38cf2, #w-node-_8d61a196-8b22-cffd-993f-ba85dc1fad07-86b38cf2, #w-node-dd59a500-8807-e29b-1173-e79bb9f5032a-86b38cf2, #w-node-f442c665-332a-d4a1-9f5e-0a1f9a83088a-86b38cf2, #w-node-_65a96c86-aa96-7ed2-6d46-4a4143a37874-86b38cf2, #w-node-a28e03af-d000-6c80-c0fb-cbaf718a856f-86b38cf2, #w-node-_62207694-1d8f-eb7c-9aec-8dacefb3eb9c-86b38cf2, #w-node-d6c4ee6f-e539-21ae-259d-98fa2deffd64-86b38cf2, #w-node-_3d0e1044-63e4-11e0-f74d-bfcbe52d5cbd-86b38cf2, #w-node-_1fd7b06b-91b3-e067-f405-a3091faded22-86b38cf2, #w-node-_9a23c684-3f51-fd81-866c-4070af734fdc-86b38cf2, #w-node-_15cbe94a-3e65-1ad3-e145-a3d5d48a00df-86b38cf2, #w-node-_169d0e16-cc92-76a2-f43e-b2d775a4f657-86b38cf2, #w-node-_2b56b4c5-03e3-9915-bd82-782f6a522235-86b38cf2, #w-node-eb075a7a-8e29-8f22-c39d-1b8b6800647c-86b38cf2, #w-node-_4df044e5-ab72-1ad3-43f7-cdeb6dd134fd-86b38cf2, #w-node-f9454a88-3a5b-7c93-2772-5ad449445890-86b38cf2, #w-node-bcbb743e-b523-59d7-05d0-21a211d77244-86b38cf2, #w-node-_27535ae7-2c84-291d-97fd-cf6327ffae3c-86b38cf2, #w-node-c23df61f-3e0f-5532-a497-8b3df802de87-86b38cf2, #w-node-_2c83ece6-f199-80af-a5a9-460b7bf7aec0-86b38cf2, #w-node-c4c3483b-c5c9-0049-0d61-33f715125d96-86b38cf2, #w-node-ea010bc9-8df3-3ae3-8ccd-f1836649ba00-86b38cf2, #w-node-_7cf5b540-c29d-afb0-ea9e-ecd59346e8b0-86b38cf2, #w-node-_9840d877-3299-f400-d071-2e018af0ff1c-86b38cf2, #w-node-e914ec75-54b9-e42c-1826-43352f1f631c-86b38cf2, #w-node-_7ff0e7e7-3825-33ab-5c2d-b20912a66fdc-86b38cf2, #w-node-d05a1e25-8da9-3ee7-0950-7065bd5e9eaf-86b38cf2, #w-node-_5ed0fce6-d7dd-f558-c979-54db5ddfd096-86b38cf2, #w-node-_5ed0fce6-d7dd-f558-c979-54db5ddfd098-86b38cf2, #w-node-c1bca39f-f0b9-a5e0-5c8a-d1ad60139c42-86b38cf2, #w-node-_7dfd566c-9b8c-7c7a-1b89-d8275581d506-86b38cf2, #w-node-_6c2bfd8e-5df2-a1fc-152a-31c1f88586d7-86b38cf2, #w-node-c27ba0c3-7fff-bdc7-442e-d296492f6ef8-86b38cf2, #w-node-_4bb5d3f9-6570-eab6-59cb-3451a6531205-86b38cf2, #w-node-_93b43699-f6ef-947b-9b5e-7a95d2868599-86b38cf2, #w-node-a8d5ce26-ff18-ce70-6b23-340cb3ebcfa5-86b38cf2, #w-node-_93b5c35b-796d-b122-3060-27cd21523e4d-86b38cf2, #w-node-_07778c5b-f494-1ba7-70f0-a3b680e735e7-86b38cf2, #w-node-_7b0e7d26-a1ba-0e44-7586-5d1d78408c95-86b38cf2, #w-node-_7b6a31ee-9c54-7213-aa88-33fc69351298-86b38cf2, #w-node-bbec049e-e64f-5d5c-e3f5-4b8e0d9e3977-86b38cf2, #w-node-f30af039-c577-f834-c954-7a12b4b4db1f-86b38cf2, #w-node-_7404a847-3d36-04c4-fbf0-e6038b510966-86b38cf2, #w-node-_14a88337-2f7d-a7a3-0293-b60941b7c18d-86b38cf2, #w-node-b18cd74f-b011-bf28-bd1e-de1eece9269d-86b38cf2, #w-node-d7a7035a-d213-d4bc-106a-9eea0653022b-86b38cf2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c02f223-bf4d-ac42-7849-abaeab1f8b15-07349126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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 brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}