@font-face {
  font-family: "Font awesome 6 free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 free solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gill sans;
  src: url('../fonts/Gill-Sans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gill sans;
  src: url('../fonts/Gill-Sans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --dark-grey: #beb2a6;
  --light-grey: #dad6cb;
  --peru: #ab7f66;
  --white: white;
  --dark-olive-green: #5a6f5e;
  --dim-grey: #5a4e47;
  --tan: #cea98d;
}

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

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

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

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

a {
  color: var(--black);
  text-transform: uppercase;
  font-family: Gill sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.nav-menu {
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 200;
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-link {
  color: var(--light-grey);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 20px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
  color: var(--peru);
  letter-spacing: 2px;
}

.nav-link:focus {
  color: #2c2623;
}

.nav-link:visited {
  color: var(--light-grey);
}

.nav-link.w--current {
  color: #fff;
  letter-spacing: 3px;
  background-color: #9b735c;
  align-self: stretch;
  font-weight: 700;
  transition-property: none;
}

.nav-link.border {
  border: 3px solid var(--light-grey);
  opacity: 1;
  color: var(--light-grey);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 3px;
  transition: background-color .2s;
}

.nav-link.border:hover {
  background-color: var(--dark-grey);
  color: var(--light-grey);
}

.nav-link.mobile {
  display: none;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: row;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.wrapper.reviews {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.wrapper.flex {
  flex-direction: row;
  display: flex;
}

.logo-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
}

.top-bar {
  background-color: var(--dark-grey);
  border-bottom: 2px #9a725c;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  display: flex;
}

.top-bar-link {
  color: var(--light-grey);
  text-transform: none;
  margin-right: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.top-bar-icon {
  color: var(--white);
  font-family: "Font awesome 6 free solid 900", sans-serif;
}

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

.margin-bottom h3 {
  font-weight: 300;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.full-screen {
  z-index: 2;
  align-items: center;
  min-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.footer {
  z-index: 2;
  background-color: #1c293f;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-hero {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  align-items: center;
  height: 20vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.hero-articulo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  min-height: 30vh;
  display: flex;
}

.section.hero-contacto {
  background-color: var(--peru);
  align-items: center;
  height: 40vh;
  display: flex;
  overflow: visible;
}

.section.mapa {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-studio {
  background-color: var(--dark-grey);
  justify-content: flex-start;
  align-items: center;
  height: 20vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.section.mision {
  background-color: var(--dark-olive-green);
}

.section.hero-servicios {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  justify-content: flex-start;
  align-items: center;
  height: 20vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.reviews {
  z-index: 2;
  background-image: url('../images/REVIEWS.png'), linear-gradient(#5a6f5e, #5a6f5e);
  background-position: 98% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 400px, auto;
  background-attachment: fixed, scroll;
}

.section.blog {
  z-index: 2;
  background-color: var(--white);
  background-image: url('../images/BLOG.png');
  background-position: 98% 90%;
  background-repeat: no-repeat;
  background-size: auto 250px;
  background-attachment: fixed;
}

.section.faq {
  background-color: #fff;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
}

.section.hero-project {
  background-image: url('../images/IMG_3520.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 30vh;
  display: flex;
}

.section.intro {
  z-index: 2;
  background-color: var(--light-grey);
}

.section.workflow {
  background-color: var(--dark-olive-green);
}

.section.color-light-grey {
  background-color: var(--light-grey);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.color-green {
  background-color: var(--dark-olive-green);
}

.section.terms {
  background-image: linear-gradient(to bottom, var(--dark-grey), var(--dark-grey)), url('../images/IMG_3580.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 20vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section.services-cta {
  background-color: var(--light-grey);
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.section.pieces {
  background-color: var(--dark-olive-green);
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

.row.align-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.row.align-left._90 {
  width: 90%;
  display: inline-block;
}

.row.align-middle {
  align-items: center;
  display: flex;
}

.row.instagram {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: -55px;
  display: flex;
  position: relative;
}

.row.contact {
  justify-content: space-between;
  align-items: center;
}

.row.blog {
  width: 90%;
}

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

.footer-column {
  margin-left: 25px;
  margin-right: 25px;
}

.heading {
  color: var(--white);
  letter-spacing: 2px;
  font-weight: 500;
}

.heading.margin-bottom {
  font-weight: 300;
}

.color-white {
  color: var(--white);
  font-family: Gill sans, sans-serif;
}

.color-white.faq-heading {
  letter-spacing: 2px;
  align-self: flex-start;
  width: 450px;
  margin-bottom: 48px;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.color-white.align-center {
  text-align: center;
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: 500;
}

.filter_tag {
  background-color: var(--peru);
  color: #fff;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Gill sans, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.filter_sort-by {
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem 4rem .5rem 1.2rem;
  font-family: Gill sans, sans-serif;
  display: flex;
}

.filter_header {
  background-color: #fff;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: none;
}

.sort_field {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem .7rem 1rem .8rem;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.filter_options {
  max-height: 15rem;
  padding-bottom: 1.5rem;
  padding-left: .7rem;
  padding-right: .8rem;
  position: relative;
  overflow: auto;
}

.hide {
  display: none;
}

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_reset-all {
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_reset-all.text-color-green {
  border-bottom-color: var(--peru);
  color: var(--peru);
  font-size: 12px;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filter_wrapper {
  background-color: #0000;
}

.filter_select {
  border: 1px solid var(--dark-olive-green);
  background-color: var(--light-grey);
  cursor: pointer;
  min-height: 2.7rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Gill sans, sans-serif;
  font-size: 1rem;
}

.filter_search-field {
  background-image: url('../images/search-10-128.png');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border: 1px #000;
  min-height: 4.4rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-family: Gill sans, sans-serif;
  font-size: 1rem;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.filter_column {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom-style: none;
  display: none;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #3c7c43;
}

.filter_results-text {
  color: var(--dim-grey);
  font-family: Gill sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-color-orange {
  color: var(--peru);
}

.heading-small-2 {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4;
}

.filter_empty-icon {
  width: 5rem;
  margin-bottom: .5rem;
}

.filter_grid {
  grid-column-gap: .75rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2.65fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filter_grid.blog, .filter_grid.projects {
  grid-template-columns: 2.65fr;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.filter_tags-text {
  color: var(--dim-grey);
  margin-right: 1rem;
  font-family: Gill sans, sans-serif;
  font-weight: 500;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

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

.filter_reset {
  border-bottom: 1px solid var(--peru);
  color: var(--peru);
  padding-bottom: .2rem;
  font-size: 12px;
  text-decoration: none;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.content_collection-list.item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content_card {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border: 1px #dae4d8;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.content_card.service {
  width: 60%;
}

.content_card-titles {
  color: var(--dim-grey);
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 34px;
}

.content_card-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem .75rem;
  display: block;
  position: relative;
}

.content_card-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content_card-dates {
  color: var(--dim-grey);
  letter-spacing: 2px;
  font-size: .7rem;
}

.link-block {
  text-decoration: none;
}

.green-overlay {
  background-color: #5e7461b3;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-heading {
  color: var(--dark-grey);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-link {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.copyright {
  border-top: 1px solid #b6a999;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.copyright-text {
  color: var(--white);
  font-size: 17px;
}

.full-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.full-grid.project {
  grid-template-columns: 3.5fr 1fr;
  align-self: auto;
  place-items: start center;
}

.submit-button {
  background-color: var(--peru);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-field {
  border: 2px solid var(--peru);
  color: var(--light-grey);
  text-transform: uppercase;
  height: 60px;
  font-family: Gill sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.contact-link {
  color: var(--peru);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.button {
  background-color: #b6a999;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button:hover {
  background-color: var(--light-grey);
}

.button.hero {
  border: 3px solid var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 12px 14px;
  font-family: Gill sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.button.hero:hover {
  border-color: var(--peru);
  background-color: var(--white);
  color: var(--peru);
}

.button.utility {
  margin-right: 0;
}

.button.privacy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.subheading {
  color: var(--black);
  letter-spacing: 2px;
  font-weight: 300;
}

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

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

.logo-alt {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.description {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

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

.instagram-feed {
  background-color: var(--light-grey);
  background-image: url('../images/INSTAGRAM-1.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  background-attachment: scroll;
  align-items: center;
  min-height: 559px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.top-bar-social {
  margin-left: 11px;
  margin-right: 20px;
  text-decoration: none;
}

.fa-icon {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 80vh;
  position: relative;
}

.slide {
  background-color: var(--dark-grey);
  position: relative;
}

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

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

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

.gray-overlay {
  background-image: linear-gradient(13deg, #38261cb0, #cda78800);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
  position: absolute;
  inset: auto auto 10%;
}

.slider-block._2, .slider-block._3 {
  text-align: center;
  align-items: center;
  inset: auto auto 10%;
}

.heading-grey {
  color: var(--light-grey);
}

.vertical-text {
  transform-origin: 50%;
  color: #d6d2c4;
  letter-spacing: 5px;
  font-size: 92px;
  font-weight: 300;
  position: absolute;
  inset: auto -10% 30% auto;
  transform: rotate(-90deg);
}

.vertical-text.ig {
  color: #b6a999;
  top: auto;
  bottom: 13%;
  right: auto;
  margin-bottom: 39px;
  font-size: 70px;
  font-weight: 500;
  inset: auto auto 32% -15%;
}

.vertical-text.service {
  color: var(--peru);
  text-align: center;
  letter-spacing: 5px;
  font-size: 52px;
  font-weight: 300;
  inset: 30% -15% auto auto;
}

.vertical-text.service.alt {
  color: var(--peru);
  top: 25%;
  left: -15%;
  right: auto;
}

.vertical-text._2 {
  z-index: 0;
  color: var(--light-grey);
  position: fixed;
  inset: auto -15% 30% auto;
}

.review-card {
  border: 1px solid var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.previous {
  background-color: #0000;
  background-image: url('../images/deco-arrow-left.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: none;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.next {
  background-color: #0000;
  background-image: url('../images/deco-arrow-right.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: none;
  font-family: Gill sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.reviews-wrapper {
  padding-left: 40px;
  padding-right: 50px;
  position: relative;
}

.review-image {
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.quotes {
  width: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quotes.abso {
  opacity: 1;
  width: 70px;
  position: absolute;
  inset: -1% auto 0% 0%;
}

.review-text {
  color: var(--black);
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.review-person {
  color: var(--tan);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.link {
  padding-top: 5px;
  font-size: 16px;
  line-height: 16px;
}

.link.dark {
  color: var(--dark-olive-green);
}

.line {
  border-bottom: 2px solid var(--peru);
  width: 150px;
  margin-right: 10px;
}

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

.html-embed {
  width: 80%;
  margin-bottom: 40px;
}

.link-2 {
  color: var(--peru);
  margin-bottom: 20px;
  margin-right: 29px;
  font-size: 18px;
}

.footer-section {
  background-color: var(--dark-olive-green);
  border-top: 3px #324134;
  padding-top: 80px;
  padding-bottom: 40px;
}

.faq-body-cont {
  background-color: var(--light-grey);
  color: #152338;
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-body {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq {
  background-color: var(--dark-grey);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq.alt {
  background-color: var(--dark-grey);
}

.toggle-text {
  z-index: 2;
  color: var(--black);
  font-family: Gill sans, sans-serif;
  font-size: 19px;
  font-weight: 500;
  position: relative;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.answer {
  font-family: Gill sans, sans-serif;
}

.answer h3 {
  color: var(--black);
}

.heading-blog-item {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
}

.hero-heading {
  color: var(--white);
}

.hero-heading.align-center {
  text-align: center;
  letter-spacing: 3px;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.top-bar-menu {
  align-self: auto;
  align-items: center;
  display: flex;
  position: static;
}

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

.team-image {
  border-radius: 100px;
  width: auto;
  height: 300px;
}

.text-block {
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.secondary-image {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
}

.lightbox-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.imagenes-proyecto {
  margin-top: 40px;
}

.page-heading {
  border: 3px none var(--white);
  color: var(--white);
  letter-spacing: 7px;
  margin-top: 10px;
  padding: 10px 30px;
  font-weight: 500;
}

.grid-workflow {
  grid-template-columns: 1fr;
  place-content: start;
  place-items: start;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.workflow-item {
  height: auto;
  max-height: none;
}

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

.service-packages-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  align-content: center;
  align-items: start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.service-package {
  background-color: #0000;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
}

.package-image {
  border-radius: 0;
  width: 125px;
}

.heading-alt-2 {
  color: var(--dark-olive-green);
}

.heading-alt-2.margin-bottom {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

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

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

.utility-page-wrap {
  background-image: linear-gradient(#5a6f5e99, #5a6f5e99), url('../images/IMG_3613.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 500px;
  padding: 20px;
  display: flex;
}

.project-status {
  color: #fff;
  background-color: #5a6f5ead;
  padding: 5px;
  font-size: 11px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block {
  position: relative;
}

.blog-category {
  background-color: var(--dark-olive-green);
  color: var(--white);
  letter-spacing: 2px;
  padding: 5px 14px;
  font-weight: 300;
  position: absolute;
  inset: 0% 0% auto auto;
}

.left-arrow {
  background-image: url('../images/deco-arrow-left.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.right-arrow {
  background-image: url('../images/deco-arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.pre-footer-pattern {
  background-image: url('../images/Screen-Shot-2023-02-07-at-4.34.00-PM.png');
  background-position: 50%;
  background-size: 50px;
  height: 50px;
}

.div-block-3 {
  text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.gallery-scroll {
  background-image: url('../images/PROJECTS.png');
  background-position: 99% 90%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-grid {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.gallery-image-wrapper {
  margin-top: 17px;
  margin-bottom: 20px;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.status {
  letter-spacing: 1px;
  font-weight: 300;
}

.hero-without-image {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  padding: 45px 30px;
  display: flex;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.dark {
  color: var(--peru);
}

.cream {
  color: var(--dark-grey);
  font-size: 16px;
}

.pattern {
  background-image: url('../images/Screen-Shot-2023-02-07-at-4.34.00-PM.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 20px;
  height: 19px;
}

.contact-form {
  z-index: 4;
  background-color: var(--white);
  width: 500px;
  margin-top: 0;
  margin-bottom: -170px;
  margin-right: 41px;
  padding: 26px;
  display: block;
  position: relative;
}

.testimonial-image-left {
  background-color: var(--light-grey);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial-left {
  width: 10%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 300px;
  height: 300px;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.heading-small-3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small-3.margin-bottom-32px {
  color: var(--white);
  font-family: Gill sans, sans-serif;
}

.testimonial-author-name-three {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.testimonial-title {
  color: #b6a999;
}

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

.project-details {
  padding: 20px;
}

.div-price {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.price-text {
  color: var(--dim-grey);
  margin-left: 10px;
  margin-right: 10px;
  font-family: Gill sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.price-paragraph {
  color: var(--peru);
  margin-bottom: 0;
  font-size: 20px;
}

.color-green {
  color: var(--dark-olive-green);
}

.page-subheading {
  border: 3px none var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  width: 600px;
  padding: 10px 30px;
  font-weight: 300;
}

.service-step, .service-step h3 {
  color: var(--white);
}

.service-step p {
  font-size: 22px;
  line-height: 26px;
}

.button-2 {
  background-color: var(--dark-olive-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-2:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

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

.line-2 {
  border-bottom: 2px solid var(--dark-olive-green);
  width: 150px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.success-message {
  background-color: var(--dark-olive-green);
}

.text-block-2 {
  font-family: Gill sans, sans-serif;
}

.grid-help {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
  position: relative;
}

.card-help {
  text-align: center;
  border: 1px solid #0000;
}

.card-help:hover {
  border: 1px none var(--peru);
  background-color: #0000;
}

.help-image {
  width: auto;
  height: 100px;
}

.spacer {
  height: 100px;
}

.text-center {
  text-align: center;
  margin-bottom: 30px;
}

.line-3 {
  border-bottom: 2px solid var(--dark-olive-green);
  width: 100%;
  margin-bottom: 20px;
  margin-right: 10px;
}

.package-item {
  background-image: url('../images/life-and-deco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
}

.package-list {
  padding-left: 0;
  list-style-type: none;
}

.servicios-tabs {
  border: 3px none var(--peru);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.service-tab-link {
  border: 3px none var(--peru);
  background-color: var(--dark-olive-green);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 0 15px 10px;
  display: flex;
  position: relative;
}

.service-tab-link.w--current {
  border: 3px solid var(--peru);
  background-color: #beb2a633;
  flex-direction: column;
  display: inline-block;
}

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

.service-tab-pane {
  border: 3px none var(--peru);
  background-color: #dad6cb1a;
  padding: 1em 1.5em;
  display: block;
  position: relative;
}

.fa-icon-2 {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Font awesome 6 free solid 900", sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.referral-list {
  flex-flow: column wrap;
  align-content: stretch;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

.referral-list.align-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.referral-list.align-left._80 {
  width: 80%;
  display: inline-block;
}

.referral-list.align-middle {
  align-items: center;
  display: flex;
}

.referral-list.instagram {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: -55px;
  display: flex;
  position: relative;
}

.referral-list.contact {
  justify-content: space-between;
  align-items: center;
}

.referral-image {
  width: auto;
  height: 150px;
  display: block;
}

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

.slider {
  background-color: #0000;
  width: 100%;
}

.icon {
  color: var(--dark-olive-green);
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.icon-2 {
  color: var(--dark-olive-green);
}

.to-top-button {
  background-color: var(--peru);
  border-radius: 100px;
  width: 75px;
  padding: 20px;
  position: fixed;
  inset: auto auto 2% 2%;
}

.step-image {
  height: 180px;
}

.step-image.last {
  width: 60px;
  height: auto;
}

.empty-state {
  background-color: var(--peru);
  color: var(--white);
  font-family: Gill sans, sans-serif;
  font-size: 16px;
}

.blog-item {
  border: 1px none var(--dark-olive-green);
  min-height: 320px;
}

.pieces-info {
  width: 100%;
}

.project-images {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.project-image {
  margin-bottom: -30px;
}

.description-text {
  color: var(--black);
  text-align: left;
  font-family: Gill sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 20px;
}

.description-text p {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

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

.link-blog {
  color: var(--peru);
  margin-bottom: 40px;
  margin-left: 10px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 16px;
}

.link-blog.dark {
  color: var(--dark-olive-green);
}

.vertical-text-blog {
  z-index: -1;
  transform-origin: 50%;
  color: #d6d2c4;
  letter-spacing: 5px;
  font-size: 92px;
  font-weight: 300;
  position: absolute;
  inset: auto -5% 25% auto;
  transform: rotate(-90deg);
}

.vertical-text-blog.ig {
  color: #b6a999;
  inset: auto auto 32% -15%;
  margin-bottom: 39px;
  font-size: 70px;
  font-weight: 500;
  inset: auto auto 32% -15%;
}

.vertical-text-blog.service {
  color: var(--peru);
  text-align: center;
  letter-spacing: 5px;
  font-size: 52px;
  font-weight: 300;
  inset: 30% -15% auto auto;
}

.vertical-text-blog.service.alt {
  color: var(--peru);
  top: 25%;
  left: -15%;
  right: auto;
}

.vertical-text-blog._2 {
  z-index: 0;
  position: fixed;
  inset: auto -15% 30% auto;
}

.sample-image {
  width: auto;
  height: auto;
}

.lightbox-sample {
  margin-right: 10px;
}

.message-field {
  border: 2px solid var(--peru);
  color: var(--light-grey);
  text-transform: uppercase;
  height: auto;
  min-height: 110px;
  font-family: Gill sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.vertical-text-ig {
  transform-origin: 50%;
  color: var(--dark-grey);
  letter-spacing: 5px;
  font-size: 70px;
  font-weight: 300;
  position: absolute;
  inset: auto auto 71% -10%;
  transform: rotate(-90deg);
}

.vertical-text-ig.ig {
  color: #b6a999;
  top: auto;
  bottom: 13%;
  right: auto;
  margin-bottom: 39px;
  font-size: 70px;
  font-weight: 500;
  inset: auto auto 32% -15%;
}

.vertical-text-ig.service {
  color: var(--peru);
  text-align: center;
  letter-spacing: 5px;
  font-size: 52px;
  font-weight: 300;
  inset: 30% -15% auto auto;
}

.vertical-text-ig.service.alt {
  color: var(--peru);
  top: 25%;
  left: -15%;
  right: auto;
}

.vertical-text-ig._2 {
  z-index: 0;
  position: fixed;
  inset: auto -15% 30% auto;
}

.package-icon {
  z-index: 2;
  width: 100px;
  height: 100px;
  margin-right: 16px;
  position: absolute;
  inset: auto 0% 30% auto;
}

.review-text-copy {
  color: var(--black);
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.review-text-alt {
  color: var(--white);
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.services-accordion {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_message {
  color: #9b9b9b;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-2_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.services-item {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.fs_accordion-2_arrow-wrapper-2 {
  color: var(--white);
  height: 50px;
  transition: transform .2s;
  position: absolute;
  inset: 40% 5% auto auto;
}

.fs_accordion-2_arrow-wrapper-2.is-active-accordion {
  color: var(--white);
  height: 50px;
  position: absolute;
  inset: 40% 5% auto auto;
  transform: rotate(180deg);
}

.fs_accordion-2_icon-2 {
  margin-right: 0;
  font-size: 3rem;
  position: relative;
}

.text-block-3 {
  margin-bottom: 20px;
  font-family: Gill sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.privacy-text a {
  color: var(--black);
  text-decoration: underline;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: 0;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #219fa3;
  width: 100%;
  height: .3em;
  position: relative;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-item-q {
  display: flex;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #219fa3;
  width: .3em;
  height: 100%;
  position: absolute;
}

.accordion-item-q-text {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.c-accordion-list {
  margin-bottom: 100px;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #219fa3bf;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
  position: absolute;
  inset: 30% 2% 0% auto;
}

.js-accordion-icon.active {
  position: absolute;
  inset: 30% 2% 0% auto;
  transform: rotate(180deg);
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  background-color: var(--dark-olive-green);
  cursor: pointer;
  flex-direction: column;
  padding: 20px;
  position: relative;
}

.accordion_item-image {
  width: 40px;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.question-text {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.faq-video {
  margin-top: 40px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding: 0;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  border-radius: 4px;
  padding: 0;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  background-color: #dad6cb1a;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

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

.service-popup {
  z-index: 99;
  background-color: var(--light-grey);
  background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  border-radius: 0 5px 5px 0;
  width: 300px;
  padding: 20px;
  position: fixed;
  inset: auto auto 5% 0%;
  box-shadow: 0 2px 5px #0003;
}

.close-button {
  position: absolute;
  inset: 3% 3% auto auto;
}

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

.blog-heading {
  border: 3px none var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 10px;
  padding: 10px 30px;
  font-weight: 500;
}

.blog-content h2, .blog-content h1 {
  text-transform: none;
}

@media screen and (min-width: 1440px) {
  .top-bar-social {
    margin-right: 20px;
  }

  .vertical-text.service {
    right: -21%;
  }

  .vertical-text._2 {
    bottom: 25%;
    left: auto;
    right: -10%;
  }

  .vertical-text-blog.service {
    right: -21%;
  }

  .vertical-text-blog._2 {
    bottom: 25%;
    left: auto;
    right: -10%;
  }

  .vertical-text-ig.service {
    right: -21%;
  }

  .vertical-text-ig._2 {
    bottom: 25%;
    left: auto;
    right: -10%;
  }
}

@media screen and (min-width: 1920px) {
  .section.bg {
    background-size: 700px;
  }

  .vertical-text.service {
    right: -16%;
  }

  .vertical-text._2 {
    bottom: 20%;
    left: auto;
    right: -5%;
  }

  .vertical-text-blog.service {
    right: -16%;
  }

  .vertical-text-blog._2 {
    bottom: 20%;
    left: auto;
    right: -5%;
  }

  .vertical-text-ig.service {
    right: -16%;
  }

  .vertical-text-ig._2 {
    bottom: 20%;
    left: auto;
    right: -5%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #b6a999;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .burger-icon {
    color: #b6a999;
    font-size: 42px;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button {
    color: var(--peru);
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .nav-link {
    text-align: center;
    background-color: #b6a999;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link:hover {
    background-color: var(--peru);
    color: var(--dark-grey);
  }

  .nav-link.border {
    flex: 0 auto;
  }

  .nav-link.mobile {
    display: block;
  }

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

  .wrapper.navbar {
    background-color: var(--light-grey);
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    flex: 1;
  }

  .top-bar {
    justify-content: center;
  }

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

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

  .section.full-screen {
    min-height: 100%;
  }

  .section.hero-articulo {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-contacto {
    height: 50vh;
  }

  .section.reviews {
    background-image: url('../images/REVIEWS.png'), linear-gradient(to bottom, null, null);
    background-size: auto 300px, auto;
  }

  .section.blog {
    background-size: auto 200px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.instagram {
    margin-right: -15px;
  }

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

  .filter_header {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: .5em;
    padding-left: 1em;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

  .filter_grid {
    grid-template-columns: 2.16fr 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_tags-wrapper {
    margin-top: 0;
    margin-left: 20px;
  }

  .content_collection-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .content_card-block {
    padding: 20px 24px 24px;
  }

  .slider-block {
    width: auto;
  }

  .vertical-text.ig {
    left: -20%;
  }

  .vertical-text.service {
    top: 55%;
    right: -40%;
  }

  .vertical-text._2 {
    font-size: 40px;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

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

  .gallery-scroll {
    background-size: auto 300px;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .contact-form {
    margin-top: 20px;
    margin-bottom: -270px;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 10%;
    margin-right: 40px;
  }

  .review-item {
    grid-template-columns: 1fr 1fr;
  }

  .page-subheading {
    width: auto;
  }

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

  .help-image {
    height: 100px;
  }

  .referral-list {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .referral-list.instagram {
    margin-right: -15px;
  }

  .vertical-text-blog.ig {
    left: -20%;
  }

  .vertical-text-blog.service {
    top: 55%;
    right: -40%;
  }

  .vertical-text-blog._2 {
    font-size: 40px;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }

  .vertical-text-ig.ig {
    left: -20%;
  }

  .vertical-text-ig.service {
    top: 55%;
    right: -40%;
  }

  .vertical-text-ig._2 {
    font-size: 40px;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }

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

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-popup {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 0;
    padding: 0;
  }

  .nav-link.border:hover {
    letter-spacing: 1.6px;
  }

  .wrapper.align-center {
    align-items: center;
    display: flex;
  }

  .wrapper.flex {
    display: block;
  }

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

  .section.full-screen {
    min-height: 600px;
  }

  .section.hero-articulo {
    min-height: 40vh;
  }

  .row {
    flex-wrap: wrap;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .filter_column {
    width: 100%;
  }

  .heading-small-2 {
    font-size: 1rem;
  }

  .filter_grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_tags-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .top-bar-social {
    margin-right: 10px;
  }

  .hero-slider {
    height: 600px;
  }

  .slide._1, .slide._2, .slide._3 {
    background-position: 50%;
  }

  .slider-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider-block._3 {
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .vertical-text.ig {
    left: -35%;
  }

  .vertical-text.service {
    top: 71%;
    right: -55%;
  }

  .vertical-text._2 {
    font-size: 40px;
    left: auto;
  }

  .quotes.abso {
    left: 0%;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .imagenes-proyecto {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: block;
  }

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

  .gallery-scroll, .hero-without-image, .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    width: auto;
    height: auto;
  }

  .heading-small-3 {
    font-size: 28px;
    line-height: 36px;
  }

  .review-item {
    grid-template-columns: 1fr;
  }

  .referral-list {
    flex-wrap: wrap;
  }

  .step-image {
    width: 50px;
  }

  .vertical-text-blog.ig {
    left: -35%;
  }

  .vertical-text-blog.service {
    top: 71%;
    right: -55%;
  }

  .vertical-text-blog._2 {
    font-size: 40px;
    left: auto;
  }

  .vertical-text-ig.ig {
    left: -35%;
  }

  .vertical-text-ig.service {
    top: 71%;
    right: -55%;
  }

  .vertical-text-ig._2 {
    font-size: 40px;
    left: auto;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: var(--dark-grey);
  }

  .nav-bar {
    position: relative;
  }

  .menu-button {
    flex: 0 auto;
    margin-right: 0;
  }

  .nav-link {
    background-color: var(--dark-grey);
  }

  .nav-link.border.cta {
    display: none;
  }

  .wrapper.reviews {
    justify-content: center;
  }

  .logo-container {
    width: 250px;
  }

  .top-bar {
    height: 40px;
  }

  .top-bar-link {
    display: none;
  }

  .section.full-screen {
    min-height: 450px;
  }

  .section.hero-contacto {
    height: 60vh;
  }

  .section.hero-studio {
    padding-left: 0;
  }

  .section.faq {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .section.terms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.align-left._90 {
    width: 100%;
  }

  .row.blog {
    width: auto;
  }

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

  .footer-column {
    margin-left: 0;
    margin-right: 0;
  }

  .color-white.faq-heading {
    width: auto;
  }

  .filter_sort-by {
    padding-right: 1.2rem;
  }

  .filter_header {
    flex-direction: column-reverse;
    display: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .filter_tags-wrapper {
    margin-right: 20px;
  }

  .content_collection-list, .content_collection-list.item {
    grid-template-columns: 1fr;
  }

  .content_card-header {
    align-items: flex-start;
  }

  .content_card-dates {
    font-size: 16px;
  }

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

  .button.hero {
    margin-right: 0;
  }

  .column-middle {
    display: block;
  }

  .hero-slider {
    height: 450px;
  }

  .slider-block._2 {
    left: auto;
  }

  .vertical-text {
    font-size: 80px;
    bottom: -34%;
    right: -49%;
  }

  .vertical-text.ig {
    z-index: 0;
    left: -216px;
  }

  .vertical-text.service {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    position: static;
    transform: none;
  }

  .vertical-text._2 {
    font-size: 40px;
    position: static;
    transform: none;
  }

  .reviews-wrapper {
    z-index: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .quotes.abso {
    width: 50px;
    top: -10%;
  }

  .line {
    width: 200px;
  }

  .faq-body-cont {
    padding: 10px 20px;
  }

  .faq-img {
    display: none;
  }

  .hero-heading.align-center {
    font-size: 28px;
    line-height: 36px;
  }

  .top-bar-menu {
    display: flex;
  }

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

  .page-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .grid-workflow {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .heading-alt-2.margin-bottom {
    text-align: center;
    white-space: normal;
    font-size: 22px;
  }

  .left-arrow, .right-arrow {
    width: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .contact-form {
    width: 100%;
    margin-right: 0;
  }

  .container-4 {
    max-width: none;
  }

  .heading-small-3 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .collection-list-wrapper-2 {
    width: auto;
  }

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

  .price-paragraph {
    margin-bottom: 20px;
  }

  .page-subheading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .line-2 {
    width: 200px;
  }

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

  .help-image {
    height: 75px;
  }

  .line-3 {
    width: 200px;
  }

  .referral-list.align-left._80 {
    width: 100%;
  }

  .step-image {
    width: auto;
    height: 150px;
  }

  .step-image.last {
    width: auto;
    height: 45px;
  }

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

  .vertical-text-blog {
    font-size: 80px;
    bottom: -34%;
    right: -49%;
  }

  .vertical-text-blog.ig {
    z-index: 0;
    left: -216px;
  }

  .vertical-text-blog.service {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    position: static;
    transform: none;
  }

  .vertical-text-blog._2 {
    font-size: 40px;
    position: static;
    transform: none;
  }

  .vertical-text-ig {
    font-size: 80px;
    bottom: -34%;
    right: -49%;
  }

  .vertical-text-ig.ig {
    z-index: 0;
    left: -216px;
  }

  .vertical-text-ig.service {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    position: static;
    transform: none;
  }

  .vertical-text-ig._2 {
    font-size: 40px;
    position: static;
    transform: none;
  }

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

  .sample-grid {
    height: 100%;
  }

  .services-accordion {
    height: auto;
  }

  .fs_accordion-2_arrow-wrapper-2, .fs_accordion-2_arrow-wrapper-2.is-active-accordion {
    top: 20%;
  }

  .privacy-text {
    width: 280px;
    margin-left: 0;
    position: relative;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .faq-image {
    margin-top: 20px;
  }

  .accordion-header.js-accordion-header {
    text-align: center;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-popup {
    width: 200px;
  }

  .blog-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 38px;
  }
}

#w-node-a9460a5f-2031-cc47-f704-5f0c73f88cfe-b236d87b, #w-node-b5b1ec44-43fa-ec89-25a2-ce823c351e08-b236d87b, #w-node-bc4c7ee9-7bc6-847f-3290-db38be9f0a1e-b236d87b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dae3a60d-da9e-97fe-26e4-8ceb43e6a56a-43e6a567 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dae3a60d-da9e-97fe-26e4-8ceb43e6a56f-43e6a567, #w-node-dae3a60d-da9e-97fe-26e4-8ceb43e6a56c-43e6a567, #w-node-dae3a60d-da9e-97fe-26e4-8ceb43e6a570-43e6a567 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ad32d05e-031f-56b4-bbe4-a0fb7d16ceea-ff469784, #w-node-a8ed26dd-8a6c-ce3d-be81-618be73361d7-60d0054e, #w-node-_269f33ec-bf0d-b422-bc66-6e739a22d90c-60d0054e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb4097fb-6328-323c-595d-ef8b6f9ecbf7-b02180b1, #w-node-f8d41f32-ef2a-bfec-a13b-47e2987b3eeb-b02180b1, #w-node-ff9ca1c1-9cf5-1c26-5400-2c1d92da0d93-b02180b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_62ff106b-d130-f8e6-cd36-989f7c37a2d7-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_62ff106b-d130-f8e6-cd36-989f7c37a2d8-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ff106b-d130-f8e6-cd36-989f7c37a2dc-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_62ff106b-d130-f8e6-cd36-989f7c37a2dd-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ff106b-d130-f8e6-cd36-989f7c37a2e0-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_62ff106b-d130-f8e6-cd36-989f7c37a2e1-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ff106b-d130-f8e6-cd36-989f7c37a2e7-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfc0708b-7b63-ae94-8bab-ac5f6cbc080d-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dfc0708b-7b63-ae94-8bab-ac5f6cbc080e-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dfc0708b-7b63-ae94-8bab-ac5f6cbc0812-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dfc0708b-7b63-ae94-8bab-ac5f6cbc0813-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfc0708b-7b63-ae94-8bab-ac5f6cbc0816-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dfc0708b-7b63-ae94-8bab-ac5f6cbc0817-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfc0708b-7b63-ae94-8bab-ac5f6cbc081d-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025bd-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025be-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025c2-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025c3-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025c6-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025c7-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025ca-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025cb-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00135cd1-b106-d99f-f094-a42ef55025d1-7259e7cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_828376aa-5ca3-da36-5cfd-4e5fa6fe9b99-7259e7cf, #w-node-_31ec97a7-1671-390e-9fc9-62af3660b116-7259e7cf, #w-node-_017dc336-c7b5-b0fa-ca90-98ddb9db2236-7259e7cf, #w-node-_44a36512-b33e-931e-c406-d9c9792bc113-7259e7cf, #w-node-c6d99259-4063-d82a-5902-f1bd0b9c3aae-7259e7cf, #w-node-_351d236e-8f13-bab5-7b96-4267d2bf41f8-7259e7cf, #w-node-_194dbbfa-dde5-a316-fdd8-002bf77e858a-f45f6e8e, #w-node-_927a7ad8-cf6d-1c9d-ab38-dc88c38e950a-f45f6e8e, #w-node-aefd0224-5bfe-5d4f-700d-8a3568703d88-e58ac994, #w-node-_4f01193e-8a38-7ae5-18cd-b256efe14382-e58ac994, #w-node-_1f00d2ec-2b25-31c1-3785-df9c055028b2-e58ac994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_120b476b-d1d2-e78b-8d70-b9b32843dbc3-e58ac994 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_29a245db-d577-de98-e356-9ba9d47fc9a0-e58ac994 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-bc4c7ee9-7bc6-847f-3290-db38be9f0a1e-b236d87b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc4c7ee9-7bc6-847f-3290-db38be9f0a1e-b236d87b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}