:root {
  --18181d: #18181d;
  --white: white;
  --rosy-brown: #af9387;
  --white-smoke: #ebedee;
  --black: black;
  --royal-blue: #255f93;
  --indian-red: #db4b68;
  --sea-green: #12b878;
  --alice-blue: #294257;
  --black-2: #18181d;
  --grey: #000000de;
  --silver: var(--grey);
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #18181d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: var(--18181d);
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

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

li {
  margin-bottom: 10px;
}

label {
  color: #18181db3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #18181db3;
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 26px;
}

figcaption {
  color: #18181d80;
  text-align: center;
  margin-top: 5px;
}

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

.hero1-image {
  background-image: url('../images/uma-mini--hero-dusk_download.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero1-image.lightbox-wrap {
  background-position: 50%;
  transition: opacity .2s;
}

.hero1-image.lightbox-wrap:hover {
  opacity: .8;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.size1-text.size1-top-clear {
  margin-top: 220px;
}

.size1-text.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-text.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.white-label {
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
}

.label.white-outline-label {
  background-color: #ffffff1a;
  border-color: #ffffff80;
}

.label.inside-label {
  z-index: 40;
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label {
  z-index: 40;
  background-color: var(--18181d);
  color: var(--white);
  border-style: none;
  border-width: 0;
}

.label.black-label.styleguide-section-label {
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label.sale-label {
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero1-content {
  padding-right: 36px;
}

.hero1-content.product-detail-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 36px;
  display: flex;
}

.button-large {
  background-color: var(--18181d);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.outline-button-large {
  color: #1f2121;
  background-color: #fff;
  border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
  border-color: #c9c9c9;
}

.button-large.hero2-button {
  background-color: #030303;
  width: 582px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-large.hero2-button:hover {
  background-color: #2f2f38;
}

.button-large.hero3-button {
  background-color: #3b3e45;
  position: static;
  inset: auto auto 0% 0%;
}

.button-large.hero3-button:hover {
  background-color: #363e52;
}

.button-large.uma-button {
  background-color: #758056;
  width: 582px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-large.uma-button:hover {
  background-color: #5f6736;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.hero1-product-name {
  background-color: #fff;
  border-top: 1px solid #ebedee;
  border-right: 1px solid #ebedee;
  width: 309px;
  padding: 36px 56px;
  position: absolute;
  inset: auto 0% 86px auto;
}

.section {
  color: var(--rosy-brown);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 20vh;
  padding: 5px 36px 0;
  display: flex;
}

.section._2.mobile {
  overflow: hidden;
}

.section.top {
  height: 5vh;
}

.size2-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

.size2-text.size2-top-clear {
  margin-top: 0;
}

.size2-text.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-text.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.size5-text.size5-top-clear {
  margin-top: 0;
}

.size5-text.size5-bottom-clear {
  margin-bottom: 0;
}

.size5-text.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.size4-text.size4-top-clear {
  margin-top: 0;
}

.size4-text.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text.size4-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.size6-text.size6-top-clear {
  margin-top: 0;
}

.size6-text.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size6-text.size6-bottom-clear {
  margin-bottom: 0;
}

.product-image {
  background-image: url('../images/circa-chandelier_hires_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  height: 480px;
  display: flex;
}

.product-image.product-image-size-s {
  height: 240px;
}

.product-image.product-image-size-m {
  height: 360px;
}

.product-image.product-image-size-l {
  height: 480px;
}

.product-image.product-image-size-xl {
  height: 600px;
}

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

.button-small {
  background-color: var(--18181d);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.button-small.form-centered-button {
  justify-content: center;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-label.spaced-word-label {
  opacity: 1;
  letter-spacing: 2px;
}

.content23-item {
  margin-bottom: 25px;
}

.button-text {
  color: var(--18181d);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.content24-image {
  background-image: url('../images/bel-occhio-chandelier_r3_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 360px;
  margin-top: 67px;
}

.content24-quote {
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.deco-dot {
  background-color: var(--rosy-brown);
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.content24-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content8-grey-background {
  background-color: #fafafa;
  align-items: center;
  width: 100vw;
  height: 714px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content8-image {
  z-index: 1;
  background-image: url('../images/solis_fabric_72_300.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.content8-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.content4-headline-wrap {
  width: 479px;
  position: relative;
}

.content4-image {
  background-image: url('../images/belmont-22in-group-environment-high_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 700px;
}

.content4-image2 {
  background-image: url('../images/belmont_essence_1_low_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 520px;
}

.content4-product-name-wrap {
  width: 273px;
  margin-top: 15px;
}

.content10-content-wrap {
  position: relative;
}

.content10-image2 {
  background-image: url('../images/bola-pendant-chandelier-environmental-stairway-3k_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 376px;
  min-height: 480px;
}

.content10-image {
  background-image: url('../images/contourenviro1_300_download.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content33-items-wrap {
  color: #fff;
  background-color: #18181d;
  padding: 45px 50px 35px;
}

.content33-divider {
  background-color: #292931;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content33-image {
  background-image: url('../images/bola-disc_environment_1_download.jpg');
  background-position: 50% 10%;
  background-size: cover;
  height: 230px;
  margin-bottom: 45px;
}

.content34-item-wrap {
  margin-top: -38px;
  display: flex;
}

.footer1 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline;
}

.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.paragraph-small {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.content9-content-wrap {
  padding-right: 36px;
  position: relative;
}

.content9-text {
  margin-bottom: 30px;
}

.content9-image1 {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 460px;
}

.content9-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.content9-image2 {
  background-image: url('../images/bel_occhio_whiteblackback_72_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 320px;
}

.content9-grey-section {
  background-color: #fafafa;
  min-height: 140px;
}

.content8-category-image {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 460px;
  display: flex;
}

.product8-headline-wrap {
  padding-right: 40px;
}

.hero3-image {
  background-image: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero2-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 900px;
  position: absolute;
  inset: 0%;
}

.hero2-image {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-with-background-wrap {
  border-bottom: 1px solid var(--white-smoke);
  position: relative;
}

.hero-with-background-wrap.hero2-wrap {
  border-bottom: 1px solid var(--white-smoke);
}

.hero2-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.hero2-product {
  background-color: var(--white);
  color: var(--18181d);
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero2-product-name {
  opacity: .7;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero2-product-name:hover {
  opacity: 1;
}

.hero2-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero2-title {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 36px;
  padding-right: 123px;
  display: flex;
}

.hero2-latest {
  color: #fff;
  background-color: #18181d;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.hero2-latest:hover {
  background-color: var(--black);
}

.hero2-image-collection {
  background-image: url('../images/contourenviro1_300_download.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 180px;
  height: 180px;
  margin-right: 36px;
}

.hero2-product-price {
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content23-image {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.content10-bottom-section {
  margin-top: 100px;
}

.hero3-content {
  padding-right: 36px;
}

.content32-quote {
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.content32-image {
  background-image: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 103px;
}

.content35-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content35-feed-image:hover {
  opacity: .8;
}

.content35-feed-image.content35-image2 {
  background-image: url('../images/circatable_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content35-feed-image.content35-image3 {
  background-image: url('../images/bel-occhio-chandelier_r3_download.jpg');
  background-position: 50%;
}

.content35-feed-image.content35-image4 {
  background-image: url('../images/bel_occhio_whiteblackback_72_download.jpg');
}

.content35-feed-image.content35-image5 {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-office-wall-3k_download.jpg');
  background-position: 50%;
}

.content35-feed-image.content35-image6 {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
}

.content35-feed-image.content35-image1 {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
}

.content35-pictures-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 273px;
  margin-bottom: 56px;
  display: grid;
}

.content35-headline-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.content35-item-label {
  opacity: .7;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.content11-image {
  background-image: url('../images/belmont-22in-group-environment-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 600px;
}

.content11-headline-wrap {
  margin-bottom: 80px;
}

.top-notification {
  text-align: center;
  background-color: #255f93;
}

.notification-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.notification-content.mobile {
  justify-content: center;
  align-items: center;
  width: 95vw;
}

.other4-text {
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
  display: flex;
}

.notification-link-wrap {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.notification-link-wrap:hover {
  opacity: .9;
}

.content29-qa-item {
  padding-right: 103px;
}

.content29-qa-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.content7-image {
  background-image: url('../images/uma-mini--hero-dusk_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 460px;
}

.content7-content-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.product2-content-wrap {
  z-index: 5;
  color: var(--white-smoke);
  background-color: #fff;
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 582px;
  padding: 36px;
  display: flex;
}

.product2-name-wrap {
  margin-bottom: 10px;
}

.nav1-menu-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav1-menu-wrap.bott {
  justify-content: center;
  align-items: center;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-quantity {
  color: var(--18181d);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link {
  color: var(--royal-blue);
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

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

.nav-link.w--current {
  opacity: .7;
  color: #255f93;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.nav-link.bottom {
  color: var(--white);
  margin-left: 30px;
  margin-right: 30px;
}

.nav-link.eng {
  text-transform: uppercase;
  font-size: 12px;
}

.cart {
  margin-left: 15px;
}

.content33-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav1-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content6-image2 {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 460px;
}

.content6-image3 {
  background-image: url('../images/circafloor_pedestal_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
}

.hero6 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#18181d73, #18181d73), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.hero6.mobile {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3ban.webp');
  background-repeat: repeat, no-repeat;
  height: 600px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.hero6-content {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 300;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-top-clear {
  margin-top: 0;
}

.sizejumbo-text.sizejumbo-bottom-clear {
  margin-bottom: 0;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

.content16-left-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content22-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content22-text-wrap {
  margin-bottom: 36px;
}

.blog1-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog1-image:hover {
  opacity: .8;
}

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.blog3-image {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 460px;
  padding: 36px;
  display: flex;
  position: relative;
}

.blog3-headline-wrap, .content17-headline-wrap {
  max-width: 582px;
}

.content17-author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
}

.content17-author-pic.content17-image2 {
  background-image: url('../images/Avatar-2.jpg');
}

.content17-author-pic.content17-image1 {
  background-image: url('../images/Avatar-1.jpg');
}

.content17-author-pic.content17-image3 {
  background-image: url('../images/Avatar-3.jpg');
}

.content17-author-pic.content17-image4 {
  background-image: url('../images/Avatar-4.jpg');
}

.content17-author-pic.content17-image8 {
  background-image: url('../images/Avatar-8.jpg');
}

.content17-author-pic.content17-image7 {
  background-image: url('../images/Avatar-7.jpg');
}

.content17-author-pic.content17-image6 {
  background-image: url('../images/Avatar-6.jpg');
}

.content17-author-pic.content17-image5 {
  background-image: url('../images/Avatar-5.jpg');
}

.product2-content-card-wrap {
  color: var(--18181d);
  background-color: #fff;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 36px 30px;
  display: flex;
}

.text-field {
  color: var(--18181d);
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: var(--18181d);
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.cart-input {
  color: var(--white);
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta8-form {
  grid-column-gap: 36px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

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

.content14-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 460px;
  transition: opacity .2s;
}

.content14-image:hover {
  opacity: .8;
}

.content14-image.content14-image1 {
  background-image: url('../images/uma-mini-part-mode-1_download.jpg');
  background-position: 50% 0;
}

.content14-image.content14-image2 {
  background-image: url('../images/uma-mini-top-view-updated-grill_download.jpg');
  background-position: 50%;
}

.content14-image.content14-image3 {
  background-image: url('../images/uma-mini--v7-copy_download.jpg');
  background-position: 50%;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta7-map {
  height: 100%;
  line-height: 20px;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

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

.menu-icon {
  display: inline-block;
  position: relative;
}

.nav1-menu {
  margin-bottom: 0;
}

.nav1-menu.bottom {
  margin-bottom: 50px;
}

.cta7-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content6-image1 {
  background-image: url('../images/belmont-22in-group-environment-high_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.product5-category-link {
  color: var(--18181d);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.product5-nav-wrap {
  position: sticky;
  top: 130px;
}

.navbar1 {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--white-smoke);
  text-transform: uppercase;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 100;
  position: relative;
  top: 0;
  overflow: hidden;
}

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

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

.hero6-text {
  flex: 1;
  margin-bottom: 30px;
}

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

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

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

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

.content9-grid, .content10-grid, .content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content23-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content24-grid, .content25-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content28-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content29-grid, .content32-grid, .content33-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-contacts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content34-grid {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content35-section-headline {
  margin-bottom: 36px;
}

.content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.product5-feed-grid, .product8-categories-grid, .product8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-button-wrap {
  margin-top: 36px;
  display: flex;
}

.blog2-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog2-image:hover {
  opacity: .8;
}

.blog2-headline-wrap {
  max-width: 582px;
}

.blog2-grid, .blog3-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-form {
  align-self: center;
  margin-top: 50px;
  margin-bottom: 0;
}

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

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

.cta8-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 582px;
  display: flex;
}

.footer1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.other4-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template: "Area Area"
  / .25fr .5fr .5fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  width: 95vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 36px;
  display: grid;
}

.other4-grid.mobile {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.footer1-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph {
  margin-bottom: 10px;
}

.cart-wrap {
  color: #fff;
  background-color: #18181d4d;
}

.content6-headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-close-icon {
  opacity: .5;
}

.cart-container {
  background-color: var(--18181d);
  min-width: 440px;
  box-shadow: 0 2px 6px #18181d1a;
}

.web-payment-button {
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-product-image {
  width: 80px;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-remove-link {
  color: var(--white);
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.cart-line-item {
  text-transform: none;
}

.close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state {
  color: var(--18181d);
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.option-list {
  margin-bottom: 5px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.styleguide-grid-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper.m100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.m80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.m50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper.m100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wrapper.m50-100 {
  background-color: #255f93;
  padding-top: 50px;
  padding-bottom: 100px;
}

.wrapper.m50-100._1 {
  background-color: var(--royal-blue);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.wrapper.m50-100._2 {
  background-color: var(--white);
}

.wrapper.m80-100 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.wrapper.m100-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wrapper.m20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.m80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper.m0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper.m20-100 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.wrapper.m0-50 {
  padding-bottom: 50px;
}

.wrapper.m0-80 {
  padding-bottom: 80px;
}

.wrapper.m0-20 {
  padding-top: 0;
  padding-bottom: 20px;
}

.wrapper.m100-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.wrapper.m100-0 {
  padding-top: 100px;
}

.wrapper.first-wrap {
  margin-bottom: 100px;
}

.styleguide-products-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.grey-body {
  background-color: #f4f6f6;
}

.hero2-product-name-link-wrap {
  color: #000;
  text-decoration: none;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.size6-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

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

.size6-link.size6-top-clear {
  margin-top: 0;
}

.size6-link.size6-bottom-clear {
  margin-bottom: 0;
}

.size6-link.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.size3-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

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

.size3-link.size3-top-clear {
  margin-top: 0;
}

.size3-link.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-link.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.product3-content-wrap, .product4-content-wrap {
  margin-top: 26px;
}

.blog2-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.size4-link {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

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

.size4-link.size4-bottom-clear {
  margin-bottom: 0;
}

.size4-link.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-link.size4-top-clear {
  margin-top: 0;
}

.blog2-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog1-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.blog3-link {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

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

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

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

.size5-link.size5-top-clear {
  margin-top: 0;
}

.size5-link.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-link.size5-bottom-clear {
  margin-bottom: 0;
}

.cta11-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -103px;
  position: relative;
}

.cta11-map {
  z-index: 1;
  line-height: 20px;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.cta11-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-smoke);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 67px;
  display: grid;
  position: relative;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.footer1-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-link:hover, .footer1-link.w--current {
  opacity: 1;
}

.footer1-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer1-bottom-link {
  opacity: .7;
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-bottom-link:hover {
  opacity: 1;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.hero1-product-name-wrap {
  margin-bottom: 10px;
}

.add-to-cart-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  margin-top: 30px;
}

.lightbox-product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 173px;
  height: 173px;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image:hover {
  opacity: .8;
}

.lightbox-link {
  display: block;
}

.option {
  margin-bottom: 24px;
}

.headline-wrap-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-detail-wrap {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.category-detail-wrap.all-products-header {
  background-image: linear-gradient(#18181d73, #18181d73), url('../images/belmont_essence_1_low_download.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content36-author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 360px;
  margin-bottom: 26px;
}

.content36-author-pic.content36-pic1 {
  background-image: url('../images/Avatar-6.jpg');
}

.content36-author-pic.content36-pic2 {
  background-image: url('../images/Avatar-2.jpg');
}

.content36-author-pic.content36-pic3 {
  background-image: url('../images/Avatar-7.jpg');
}

.content36-headline-wrap {
  max-width: 582px;
}

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

.home1-deco-part {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-office-wall-3k_download.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.content28-logo {
  opacity: .3;
  max-width: 103px;
  max-height: 103px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog3-image-dark-overlay {
  background-color: #18181d80;
  position: absolute;
  inset: 0%;
}

.blog3-content-wrap {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home2-deco-part {
  background-image: url('../images/circafloor_pedestal_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.blog1-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  color: #18181db3;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.rich-text-block ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.rich-text-block li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block em {
  opacity: .7;
}

.rich-text-block a {
  text-decoration: none;
}

.rich-text-block a:hover {
  text-decoration: underline;
}

.rich-text-block blockquote {
  border-left-width: 4px;
  border-left-color: #d7d7d7;
}

.rich-text-block figcaption {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product-description-wrap {
  margin-top: 26px;
}

.styleguide-text-combo-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.styleguide-note-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.wrapper-content-preview {
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50px;
  height: 100px;
}

.checkout-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-form {
  padding: 80px 40px;
}

.order-summary-wrap {
  top: 100px;
}

.checkout-section-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.block-header {
  padding-top: 18px;
  padding-bottom: 18px;
}

.payment-details-wrap {
  margin-right: 30px;
}

.order-price {
  font-weight: 500;
}

.item-image {
  width: 80px;
}

.items-in-order-content-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

.order-item {
  margin-bottom: 30px;
}

.quantity-wrap-items {
  opacity: .7;
}

.order-confirmation-container {
  padding: 80px 40px;
}

.total-line-item {
  margin-bottom: 0;
}

.blog-detail-post-cover-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
}

.blog-detail-author-wrap {
  align-items: flex-start;
  display: flex;
}

.blog-detail-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.blog-detail-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.blog-detail-author-pic {
  background-image: url('../images/Avatar-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 57px;
  height: 57px;
  margin-right: 24px;
}

.blog-detail-name-wrap {
  margin-bottom: -10px;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.styleguide-section-wrap {
  background-color: var(--white);
  padding: 90px 130px;
  position: relative;
}

.paragraph-small-70 {
  opacity: .7;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.styleguide-background-wrap {
  background-color: var(--18181d);
  color: var(--white);
  text-align: center;
  padding: 30px 20px 20px;
}

.styleguide-background-wrap.styleguide-color-wrap {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-1 {
  background-color: var(--white-smoke);
  color: var(--18181d);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-3 {
  background-color: var(--black);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-2 {
  background-color: var(--18181d);
  color: var(--white);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-4 {
  background-color: var(--rosy-brown);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-5 {
  background-color: var(--indian-red);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-6 {
  background-color: var(--sea-green);
}

.styleguide-button-wrap {
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 50px;
  padding: 20px;
}

.item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.styleguide-grid-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.styleguide-form-wrap, .styleguide-form {
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  margin-top: 20px;
}

.size1-link {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  display: block;
}

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

.size1-link.size1-top-clear {
  margin-top: 0;
}

.size1-link.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-link.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-wrap {
  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;
  padding: 60px;
  display: flex;
}

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

.utility-page-form-wrap {
  flex-direction: column;
  width: 360px;
  display: flex;
}

._404-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-message-wrap {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.size2-link {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  display: block;
}

.size2-link.size2-top-clear {
  margin-top: 0;
}

.size2-link.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-link.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.licence-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.licence-buttons-grid {
  grid-template-rows: auto;
  margin-top: 30px;
}

.licence-image {
  background-image: url('../images/circatable_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.licence-image.unsplash {
  background-image: url('../images/Avatar-1.jpg');
}

.content4-product-description-wrap {
  margin-top: 15px;
}

.promopage-deco-part {
  background-image: url('../images/Uma-Mini--26_300.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.image {
  margin-top: 15px;
}

.div-block {
  align-self: flex-start;
}

.licence-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.paypal {
  margin-bottom: 15px;
}

.text-block {
  padding-top: 2px;
}

.div-block-2 {
  align-items: center;
  width: 150px;
  display: flex;
}

.div-block-3 {
  width: 150px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  place-items: center;
  width: 1100px;
  margin-bottom: 19px;
}

.heading {
  color: var(--white);
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.section-title-wrapper {
  text-align: center;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  text-align: left;
  flex-direction: row;
  width: 100%;
  margin-bottom: 35px;
}

.section-title-wrapper.full.below-video {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.overflow-none {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-2.overflow-none._2 {
  background-color: var(--alice-blue);
}

.section-2.feature-section {
  background-color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section-2.feature-section.odd {
  background-color: #fafafa;
  border-top: 1px solid #ececec;
}

.section-2.feature-section.odd._2 {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section-2.feature-section._3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.section-2.dark {
  color: #fff;
  background-color: #3b3f46;
  border: 0 solid #000;
  overflow: hidden;
}

.section-title {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 39px;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  display: block;
  position: relative;
}

.container.footer-container {
  border: 1px solid #0000001a;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 13px;
}

.container.bottom-footer {
  background-color: #313438;
  border-radius: 4px;
  padding: 21px 21px 18px;
}

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

.container._2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container.empresa {
  flex-direction: column;
  max-width: 50vw;
  display: flex;
}

.container.mobile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start;
  place-items: center;
  max-width: 90vw;
  height: auto;
  display: grid;
  position: static;
}

.container.mobile2, .container.mobile3, .container.mobile4 {
  max-width: 90vw;
}

.left-feature-icon {
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.long-feature-block._3 {
  margin-top: 15px;
}

.long-feature-block._3._2 {
  margin-top: 5px;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
  padding-right: 0;
}

.long-feature-title {
  color: var(--black-2);
  margin-bottom: 14px;
  font-size: 19px;
}

.home-mockup {
  z-index: 3;
  width: 715px;
  position: absolute;
  top: 3px;
  left: -290px;
}

.home-mockup.ipad {
  z-index: 4;
  width: 251px;
  top: 59px;
  left: 85px;
}

.home-mockup.iphone {
  z-index: 5;
  width: 130px;
  top: 180px;
  left: 270px;
}

.description-paragraph {
  color: var(--black-2);
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  line-height: 22px;
}

.description-paragraph._2 {
  padding-top: 5px;
}

.description-paragraph._3 {
  margin-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto;
}

.feature-info-title {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 19px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.section-title-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 39px;
  display: flex;
}

.section-title-2._2 {
  color: var(--white);
  margin-top: 0;
  font-size: 3em;
}

.feature-info-paragraph {
  opacity: .7;
  text-align: left;
  font-size: 14px;
}

.feature-info-column {
  padding-right: 20px;
}

.section-description {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.section-description.small {
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.feature-info-block {
  text-align: justify;
  width: 90%;
  position: relative;
}

.feature-info-block._2 {
  margin-top: 25px;
}

.image-section-overlay {
  color: #fff;
  background-color: #2c2e31b3;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.color {
  background-color: var(--royal-blue);
  padding-top: 75px;
  padding-bottom: 100px;
  overflow: hidden;
}

.image-section-overlay.dark-gradient {
  background-color: #202124b3;
  background-image: linear-gradient(180deg, #2a2d3000, var(--royal-blue) 100%, var(--royal-blue));
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 150px;
  padding-bottom: 75px;
  display: flex;
}

.image-section-overlay.dark-gradient._2 {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-section-overlay.dark {
  background-color: #1f6fffe6;
  padding-top: 115px;
  padding-bottom: 185px;
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.feature-info-icon {
  float: left;
  height: 35px;
  margin-right: 15px;
}

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 0;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-intro-title {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.browser-mockup-right {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 770px;
  margin-top: 223px;
  position: absolute;
  top: -185px;
  right: -320px;
  box-shadow: 3px 3px 33px #0000001a;
}

.browser-mockup-right.small {
  width: 560px;
  top: -15px;
  right: -165px;
}

.browser-mockup-right._1 {
  margin-top: 216px;
  position: absolute;
}

.browser-mockup-right._3 {
  margin-top: 87px;
}

.main-feature-title {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.main-feature-title.contact {
  color: var(--white);
  text-transform: none;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.long-feature-icon {
  height: 25px;
}

.long-feature-title-2 {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title-2.uppercase {
  float: none;
  color: var(--royal-blue);
  text-transform: none;
  margin-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
}

.small-paragraph {
  color: var(--grey);
  margin-bottom: 0;
  padding-left: 9px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.small-features-wrapper {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-left: 0;
}

.small-features-wrapper._1 {
  margin-left: 75px;
}

.feature-text-block {
  float: left;
  width: 440px;
}

.feature-text-block.right {
  float: right;
}

.feature-text-block.right.mobile {
  width: auto;
  height: auto;
  margin-left: 75px;
  margin-right: 100px;
  padding-right: 0;
  display: block;
}

.feature-text-block.mobile {
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: 75px;
  display: block;
}

.feature-text-block.mobile.dis {
  margin-left: 75px;
}

.browser-mockup-left {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  width: 790px;
  position: absolute;
  top: -25px;
  left: -370px;
  box-shadow: 4px 4px 33px #0000001a;
}

.browser-mockup-left.small {
  width: 800px;
  margin-top: -8px;
  top: -41px;
  left: -352px;
}

.footer-link {
  color: #949494;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.social {
  background-image: url('../images/Icon-facebook.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
}

.footer-link.social.youtube {
  background-image: url('../images/Icon-play-white.png');
}

.footer-link.social.twitter {
  background-image: url('../images/Icon-twitter.png');
}

.footer-link.social.google {
  background-image: url('../images/Icon-google.png');
}

.footer-paragraph {
  margin-bottom: 0;
}

.bottom-footer-paragraph {
  float: left;
  color: var(--silver);
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-paragraph.right.footermobile {
  color: var(--white-smoke);
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.footer-column {
  padding-right: 30px;
}

.footer {
  color: #a0a0a0;
  background-color: #3e4346;
  padding-top: 65px;
  padding-bottom: 65px;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.logos-row {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.client-logo {
  opacity: 1;
  height: 50px;
  transition: opacity .2s;
}

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

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

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

.image-section.clients {
  background-image: url('../images/bott.webp');
  background-position: 50% 89%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-section.clients._2 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30vh;
  display: flex;
}

.image-section.clients._2.mobile {
  background-image: url('../images/ban2.webp');
  height: 250px;
  overflow: hidden;
}

.image-section.avatars {
  background-image: url('../images/Job-seeker-image.jpg');
  background-position: 50% 67%;
  background-size: contain;
}

.dark-bottom-footer {
  background-color: var(--royal-blue);
  color: #6d7077;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.footer-row-bottom {
  margin-bottom: 50px;
}

.small-footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
}

.dark-footer-link {
  color: var(--silver);
  margin-bottom: 7px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.dark-footer-link:hover {
  color: #fff;
}

.portfolio-row {
  margin-bottom: 20px;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
}

.empty-state-2 {
  text-align: center;
  background-color: #00000014;
  border-radius: 3px;
}

.video-lightbox-icon {
  height: 25px;
}

.video-lightbox-block {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 400px;
  overflow: hidden;
}

.video-lightbox-block.large {
  background-image: url('../images/Photo-6.jpg');
}

.video-lightbox-block.about-us {
  background-image: url('../images/Photo-8.jpg');
}

.video-lightbox-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-lightbox-button {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.video-lightbox-button.line {
  background-color: #0000;
  border: 2px solid #fff;
  padding-top: 16px;
  padding-left: 3px;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 23px #0000004d;
}

.video-lightbox.large {
  margin-top: -180px;
}

.image-section-overlay-block {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-section-overlay-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
}

.image-section-overlay-title.subtitle {
  width: 70%;
  margin: 30px auto 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button._2 {
  background-color: #0009;
  margin-left: 10px;
}

.button._2:hover {
  color: #1f6fff;
  background-color: #fff;
}

.button._2.green {
  background-color: #5ec045;
}

.button._2.green:hover {
  color: #fff;
  background-color: #73d859;
}

.button.icon-button {
  background-image: url('../images/Icon-download.png');
  background-position: 21px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 10px;
  padding-left: 51px;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.full-submit {
  background-color: var(--royal-blue);
  width: 100%;
  margin-top: 15px;
  display: block;
}

.paragraph-71 {
  color: var(--grey);
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.paragraph-71.texto-secciones {
  color: var(--white);
}

.paragraph-71.texto-secciones._2 {
  color: var(--grey);
}

.section-title-wrapper-2 {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper-2.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.section-title-wrapper-2.full.info {
  margin-bottom: 30px;
}

.section-title-3 {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.section-title-3.large {
  line-height: 47px;
}

.info-block-right {
  float: right;
  width: 50%;
}

.info-block-right.download-info {
  margin-top: 35px;
  margin-bottom: 40px;
}

.info-block-right.download-info.mobile {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 75px;
}

.section-description-2 {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.small-section-title {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

.download-image-left {
  width: 640px;
  position: absolute;
  top: 70px;
  left: -200px;
}

.section-3 {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-3.mobilecontact {
  overflow: hidden;
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  max-height: 70vh;
  display: flex;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 80vw;
  max-width: 100vw;
  min-height: 65vh;
  max-height: 75vh;
  display: flex;
}

.video-lightbox-image-block {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-lightbox-image-block.small-hero {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-left-block {
  float: left;
  width: 480px;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #ffffffb3;
}

.hero-title-large {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 54px;
}

.overall-video-lightbox {
  border-radius: 4px;
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.overall-video-lightbox.hero-small {
  width: 250px;
  height: 161px;
  margin-top: 38px;
}

.hero-description {
  color: #a3aab8;
}

.hero-description.light {
  color: var(--grey);
  font-family: Roboto Condensed, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.hero-download-form {
  float: right;
  border: 2px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 16px;
  width: 350px;
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 24px;
}

.field-label {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.checkbox {
  color: #979eac;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.checkbox:hover {
  color: #1f6fff;
}

.success-message-2 {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  margin-top: 20px;
  display: flex;
}

.column {
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.right-arrow, .left-arrow {
  color: var(--white);
}

.outline-social-icon {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 11px;
  transition: background-color .2s;
}

.outline-social-icon:hover {
  background-color: #fff3;
}

.contact-map {
  background-color: #0000;
  height: 100%;
  padding-right: 320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.contact-section {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.footer-small-social-icon {
  height: 15px;
}

.contact-section-overlay {
  z-index: 10;
  color: #fff;
  background-color: #1f6fffdb;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  position: relative;
}

.tabs-content {
  background-color: var(--royal-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 65vw;
  display: flex;
}

.tabs-content.mobile1 {
  width: auto;
  padding: 40px;
}

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

.tab-link-tab-1 {
  border-top-left-radius: 20px;
}

.tab-link-tab-1.w--current {
  background-color: var(--royal-blue);
}

.tab-link-tab-1._2 {
  background-color: var(--grey);
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
}

.tab-link-tab-1._2.mobile {
  background-color: var(--alice-blue);
}

.tab-link-tab-1._2.mobile.w--current {
  background-color: var(--royal-blue);
}

.tab-link-tab-1._2.mobile.left {
  border-radius: 25px 0 0;
}

.tab-link-tab-1.mobile:hover, .tab-link-tab-1.mobile:active, .tab-link-tab-1.mobile:focus {
  background-color: var(--grey);
}

.tab-link-tab-1.mobile.w--current:hover {
  background-color: #284d6e;
}

.tab-link-tab-1.mobile.w--current:active, .tab-link-tab-1.mobile.w--current:focus {
  background-color: var(--royal-blue);
}

.tab-link-tab-1.mobile.w--current:visited {
  background-color: var(--grey);
}

.tab-link-tab-2 {
  border-top-right-radius: 20px;
  font-size: 16px;
}

.tab-link-tab-2.w--current {
  border-top-right-radius: 20px;
}

.text-block-2 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.text-block-2.tab {
  color: var(--white);
  padding: 5px 80px;
}

.text-block-3 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.paragraph-72, .paragraph-73 {
  color: var(--silver);
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.section-title-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 62px;
  display: flex;
}

.section-title-group.gallery {
  margin-top: 85px;
  margin-bottom: 0;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading.center {
  color: #737373bd;
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.grid-fours {
  float: left;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 200px;
  max-width: none;
  height: 200px;
}

.image-3 {
  object-fit: cover;
  width: 200px;
  height: 200px;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 200px;
  height: 200px;
  position: static;
}

.image-5, .image-6, .image-7 {
  object-fit: cover;
  width: 200px;
  height: 200px;
}

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

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
  object-fit: cover;
  width: 200px;
  height: 200px;
}

.body {
  max-width: 100vw;
  overflow: visible;
}

.list-item {
  height: 15px;
}

.list-item-2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.list-item-3, .list-item-4 {
  color: var(--white);
  margin-bottom: 5px;
}

.list-item-5 {
  color: var(--white);
  margin-bottom: 5px;
  line-height: 18px;
}

.list-item-6 {
  color: var(--white);
  margin-bottom: 5px;
}

.list, .list-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.grid-5 {
  grid-template-rows: auto;
}

.grid-5._2 {
  grid-template-columns: 1fr;
}

.grid-5.mobile {
  grid-column-gap: 0px;
  grid-template-columns: 1fr .25fr 1fr;
}

.paragraph-74 {
  text-align: left;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.text-span {
  font-weight: 700;
}

.paragraph-75 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.paragraph-75.mobile {
  text-align: left;
}

.text-span-2 {
  font-weight: 700;
}

.slider-2 {
  width: 770px;
  max-width: 100%;
  min-height: 100%;
  max-height: none;
  margin-top: 24px;
  margin-left: 489px;
  display: inline-block;
  position: absolute;
}

.slider-2._2 {
  margin-top: 0;
  margin-left: -323px;
}

.slider-2._3 {
  min-height: 170%;
  margin-top: -97px;
}

.slider-2._4 {
  background-color: #0000;
  min-height: 100%;
  margin-top: 3px;
  margin-left: 468px;
}

.slider-2._5 {
  min-height: 130%;
  margin-top: -34px;
  margin-left: -310px;
}

.slider-2._5.peritaje {
  background-color: #0000;
}

.slider-2.mobile-1 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  width: 50vw;
  max-width: none;
  height: 50vh;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide {
  background-image: url('../images/diseño-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.photo1 {
  background-image: url('../images/const-2.webp');
}

.slide.photo1.peritaje {
  background-image: url('../images/certificado.jpg');
  background-size: contain;
}

.slide._1-2 {
  background-image: url('../images/diseño-22.webp');
}

.slide._1-3 {
  background-image: url('../images/diseño-32.webp');
}

.slide._3-1 {
  background-image: url('../images/mant-1.webp');
}

.slide._3-2 {
  background-image: url('../images/mant-2.webp');
}

.slide._3-3 {
  background-image: url('../images/mant-3.webp');
}

.icon {
  opacity: 0;
}

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

.slide-2.photo2 {
  background-image: url('../images/const-3.webp');
}

.slide-2.photo3 {
  background-image: url('../images/const-1.webp');
}

.slide-2.photo4 {
  background-image: url('../images/mant-1.webp');
}

.slide-2.photo4.repse {
  background-image: url('../images/muestra.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2.photo5 {
  background-image: url('../images/mant-2.webp');
}

.icon-2 {
  opacity: 0;
}

.navbar {
  background-color: #0000;
}

.container-4 {
  background-color: var(--royal-blue);
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  padding-bottom: 5px;
  display: flex;
  overflow: hidden;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-top: 10px;
  display: flex;
}

.link-2 {
  color: var(--white);
  padding-left: 10px;
  font-weight: 500;
}

.navbar-2 {
  padding: 22px 36px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

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

.gallery-image {
  width: 100%;
}

.container-6 {
  aspect-ratio: auto;
}

.grid-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  margin-top: 20px;
}

.div-block-5 {
  background-image: url('../images/kansas.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
}

.div-block-5._2 {
  background-image: url('../images/sip.webp');
}

.div-block-5._3 {
  background-image: url('../images/ferrsub.webp');
}

.div-block-5._4 {
  background-image: url('../images/logis2.webp');
}

.div-block-5._5 {
  background-image: url('../images/howa.webp');
}

.div-block-5._6 {
  background-image: url('../images/watco.webp');
}

.div-block-5._7 {
  background-image: url('../images/FUCHS-copy.webp');
}

.div-block-5._8 {
  background-image: url('../images/Lyondellbasell-copy.webp');
}

.div-block-5._9 {
  background-image: url('../images/Schulman-copy.webp');
}

.div-block-5._10 {
  background-image: url('../images/Ternium-copy.webp');
}

.div-block-5._11 {
  background-image: url('../images/TKMM-copy.webp');
}

.div-block-5._12 {
  background-image: url('../images/Universal-copy.webp');
}

.grid-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.section-4 {
  margin-top: 70px;
  margin-bottom: 70px;
  overflow: hidden;
}

.container-7 {
  max-width: 80vw;
}

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

.slide-nav {
  color: #fff;
  background-color: #0000;
  margin-bottom: 20px;
  inset: auto 0% 0%;
}

.slide-nav._2 {
  margin-bottom: 0;
  position: relative;
}

.right-arrow-7 {
  position: relative;
}

.slide-3 {
  background-image: url('../images/diseño-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.slide-3._2 {
  background-image: url('../images/const-3.webp');
  background-position: 50%;
}

.slide-3._3 {
  background-image: url('../images/mant-1.webp');
}

.slide-3._4 {
  background-color: #fff;
  background-image: url('../images/cert2.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3._5 {
  background-color: #fff;
  background-image: url('../images/muestra.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3._5.repse {
  background-image: url('../images/info2.webp');
}

.slide-3._6 {
  background-color: #fff;
  background-image: url('../images/map2.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/diseño-22.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4._2 {
  background-image: url('../images/diseño-22.webp');
}

.slide-4._2._2 {
  background-image: url('../images/const-2.webp');
}

.slide-4._3 {
  background-image: url('../images/mant-2.webp');
}

.slide-5 {
  background-image: url('../images/diseño-32.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5._2 {
  background-image: url('../images/const-1.webp');
}

.slide-5._3 {
  background-image: url('../images/mant-3.webp');
}

.container-8 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.container-8.per {
  padding-top: 60px;
  padding-bottom: 60px;
}

.left-arrow-7 {
  position: relative;
}

.container-9 {
  background-color: #f3f3f3;
  max-width: 80vw;
  height: 2px;
}

.lightbox-link-2 {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.image-16 {
  width: 100%;
  max-width: none;
  max-height: none;
  overflow: hidden;
}

.container-10 {
  background-color: #a5a5a5;
  width: 1px;
  margin-left: 0;
  margin-right: 0;
}

.container-11 {
  background-color: #a5a5a5;
  width: 1px;
  margin-left: 0;
}

.bold-text, .bold-text-2 {
  color: var(--white-smoke);
}

.section-5, .section-6, .section-7, .section-8 {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero1-image {
    min-height: 640px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -6px;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    margin-bottom: 40px;
    position: static;
    inset: 0% 0% auto;
  }

  .hero1-content {
    margin-top: 0;
  }

  .hero1-content.product-detail-wrap {
    margin-top: 30px;
    padding-right: 0;
  }

  .button-large {
    width: 100%;
  }

  .button-large.outline-button-large {
    margin-top: 0;
  }

  .button-large.uma-button {
    width: auto;
    position: static;
  }

  .hero1-product-name {
    background-color: #fff;
    border-top-style: none;
    border-right-style: none;
    width: auto;
    padding: 0;
    position: static;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section._2.mobile {
    height: auto;
  }

  .product-image {
    background-position: 50%;
  }

  .content24-image {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .content24-quote {
    width: auto;
    position: static;
  }

  .content8-grey-background {
    display: none;
    position: static;
  }

  .content8-image {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content4-headline-wrap {
    width: auto;
  }

  .content4-image {
    height: 640px;
  }

  .content4-image2 {
    height: 460px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    width: 100%;
    max-width: 738px;
    height: 640px;
  }

  .content34-item-wrap {
    margin-top: 0;
  }

  .content9-image-grid {
    margin-top: 36px;
  }

  .content8-category-image {
    background-position: 50%;
  }

  .product8-headline-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero3-image {
    min-height: 640px;
  }

  .hero2-background {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-image {
    height: 480px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero-with-background-wrap {
    flex-direction: column;
    display: flex;
  }

  .hero-with-background-wrap.hero2-wrap {
    flex-direction: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero2-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-product {
    color: var(--white);
    background-color: #18181d;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }

  .hero2-product-name {
    color: #fff;
  }

  .hero2-content {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2-title {
    padding: 47px 0 67px;
  }

  .hero2-latest {
    padding: 26px;
  }

  .content {
    max-width: 738px;
  }

  .content33-content {
    margin-bottom: 20px;
  }

  .content10-bottom-section {
    margin-top: 60px;
  }

  .content32-quote {
    width: auto;
    position: static;
  }

  .content32-image {
    margin-top: 0;
  }

  .content35-pictures-feed {
    min-height: 170px;
  }

  .content11-image {
    background-position: 50%;
    min-height: 460px;
    margin-left: 0;
  }

  .content11-headline-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-image {
    height: auto;
    min-height: 460px;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .content33-content-wrap {
    padding-left: 0;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .hero1 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-image3 {
    height: 260px;
  }

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

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content22-content-wrap {
    margin-top: -25px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .blog3-image {
    min-height: 400px;
  }

  .blog3-headline-wrap, .content17-headline-wrap {
    max-width: none;
  }

  .cta8-form-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta8-headline-wrap {
    text-align: left;
  }

  .content14-image {
    height: 376px;
  }

  .cta7-map {
    height: auto;
  }

  .menu-button {
    margin-left: 24px;
  }

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

  .nav1-menu {
    z-index: 15;
    border-bottom: 1px solid var(--white-smoke);
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cta7-map-wrap {
    flex-direction: row;
    min-height: 360px;
    display: flex;
  }

  .content6-image1 {
    background-position: 50% 0;
    height: 260px;
  }

  .product5-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero3, .hero6-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero6-grid.mobile {
    grid-template-columns: 1fr;
  }

  .content4-grid, .content6-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content8-grid, .content9-grid, .content10-grid, .content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid, .content25-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content28-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content29-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content32-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-contacts-grid {
    grid-column-gap: 24px;
    width: 100%;
    max-width: 738px;
    margin-bottom: 30px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .blog2-headline-wrap {
    max-width: none;
  }

  .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .footer1-grid, .other4-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .other4-grid.mobile {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer1-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .empty-state, .success-message, .error-message {
    max-width: 738px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrapper.first-wrap {
    margin-top: 50px;
  }

  .blog2-button-wrap {
    margin-bottom: 30px;
  }

  .cta11-map-wrap {
    flex-direction: row;
    min-height: 360px;
    margin-top: 0;
    display: flex;
  }

  .cta11-map {
    height: auto;
  }

  .cta11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .add-to-cart {
    width: 479px;
  }

  .lightbox-product-image {
    width: auto;
    height: 173px;
    margin-top: 0;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content36-author-pic {
    height: 260px;
  }

  .content36-headline-wrap {
    max-width: none;
  }

  .content36-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .home1-deco-part {
    height: 260px;
  }

  .content28-logo {
    max-width: 70%;
  }

  .home2-deco-part {
    height: 260px;
  }

  .rich-text-block {
    width: 100%;
  }

  .checkout-form {
    background-color: #0000;
    padding: 0;
  }

  .order-summary-wrap {
    position: static;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .order-confirmation-container {
    background-color: #0000;
    padding: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

  .licence-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .promopage-deco-part {
    height: 260px;
  }

  .grid-2.mobile {
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 0;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .info-column-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
  }

  .section-2 {
    padding: 45px;
  }

  .section-2.feature-section, .section-2.feature-section._3.mobile {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .container {
    text-align: center;
  }

  .container.footer-container {
    font-size: 12px;
    line-height: 20px;
  }

  .container.mobile {
    text-align: center;
    display: block;
    overflow: visible;
  }

  .long-feature-block.title-only {
    text-align: left;
  }

  .home-mockup {
    top: -27px;
    left: -350px;
  }

  .home-mockup.ipad {
    top: 19px;
    left: 25px;
  }

  .home-mockup.iphone {
    top: 140px;
    left: 170px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title-2._2.mobile {
    line-height: 40px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description.small {
    text-align: center;
    width: auto;
  }

  .feature-info-block {
    width: 100%;
  }

  .image-section-overlay, .image-section-overlay.color {
    padding: 90px 45px;
  }

  .image-section-overlay.dark-gradient {
    padding: 70px 45px;
  }

  .image-section-overlay.dark {
    padding-top: 80px;
    padding-bottom: 190px;
  }

  .feature-intro-title {
    text-align: center;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .browser-mockup-right.small {
    right: -316px;
  }

  .main-feature-title {
    text-align: center;
  }

  .small-features-wrapper._1 {
    margin-left: 0;
  }

  .feature-text-block {
    width: 400px;
  }

  .feature-text-block.right.mobile {
    text-align: center;
    margin-left: 0;
  }

  .feature-text-block.mobile {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .feature-text-block.mobile.dis {
    margin-left: 0;
  }

  .browser-mockup-left {
    width: 580px;
    top: 4px;
    left: -360px;
  }

  .browser-mockup-left.small {
    top: 1px;
    left: -336px;
  }

  .footer {
    padding: 45px;
  }

  .client-logo {
    height: 40px;
  }

  .dark-bottom-footer {
    padding-bottom: 0;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .portfolio-col-left {
    padding-right: 0;
  }

  .portfolio-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .video-lightbox-block.large {
    height: 270px;
  }

  .video-lightbox-block.about-us {
    height: 250px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .paragraph-71.texto-secciones, .paragraph-71.texto-secciones._2 {
    text-align: center;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title-wrapper-2.full.info {
    margin-bottom: 20px;
  }

  .section-title-3 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title-3.large {
    line-height: 37px;
  }

  .info-block-right.download-info.mobile {
    width: 100%;
  }

  .section-description-2 {
    margin-top: 20px;
    font-size: 19px;
  }

  .download-image-left {
    width: 560px;
    top: -23px;
  }

  .download-image-left.mobile {
    text-align: center;
    width: 90%;
    position: relative;
    left: 0;
  }

  .container-2.mobilecontact {
    max-width: 95vw;
  }

  .hero-left-block {
    width: 390px;
  }

  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-download-form {
    width: 260px;
  }

  .columns.mobile1, .columns.mobile2 {
    max-width: none;
  }

  .contact-map {
    height: 100%;
    padding-right: 240px;
  }

  .contact-section {
    height: 340px;
  }

  .contact-section-overlay {
    padding-top: 50px;
  }

  .tabs-content.mobile1 {
    width: 100%;
  }

  .tab-link-tab-1._2.mobile, .tab-link-tab-1._2.mobile.left.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2._2.mobile2 {
    min-height: 50vh;
    margin-left: 0;
    position: relative;
  }

  .slider-2._4.mobile {
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .slider-2._5.peritaje {
    width: 90%;
    margin-left: 0;
    position: relative;
  }

  .slider-2.mobile-1 {
    box-sizing: border-box;
    width: auto;
    min-width: 90vw;
    max-width: none;
    min-height: 50vh;
    margin-left: 0;
    position: relative;
    overflow: visible;
  }

  .slide {
    float: none;
  }

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

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

  .tabs-menu {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tab-pane-tab-1, .tab-pane-tab-2 {
    width: 95%;
  }

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

  .div-block-5 {
    width: 90px;
    height: 90px;
  }

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

  .slider-3 {
    height: 50vh;
  }

  .slide-3._5 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .lightbox-link-2 {
    height: auto;
  }

  .container-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  ol {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero1-image {
    min-height: 460px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -10px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

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

  .size2-text {
    font-size: 32px;
    line-height: 40px;
  }

  .content23-item {
    margin-bottom: 10px;
  }

  .content24-image {
    background-position: 50%;
  }

  .content24-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content8-image {
    background-position: 50%;
    min-height: 400px;
    margin-bottom: 18px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image {
    height: 460px;
  }

  .content4-product-name-wrap {
    width: 100%;
    margin-bottom: -30px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    height: 460px;
  }

  .content9-image1 {
    margin-bottom: 20px;
  }

  .content9-grey-section {
    display: none;
  }

  .hero3-image {
    min-height: 460px;
  }

  .hero2-image {
    height: 480px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero2-product {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero2-title {
    padding-top: 37px;
    padding-bottom: 47px;
  }

  .hero2-latest {
    flex-direction: column;
  }

  .hero2-image-collection {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content23-image {
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content10-bottom-section {
    margin-top: 40px;
  }

  .content32-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content32-image {
    height: auto;
    min-height: 360px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 360px;
  }

  .content11-image {
    min-height: 360px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .product2-content-wrap {
    padding: 26px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .hero1 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content6-image3 {
    display: none;
  }

  .hero6 {
    min-height: 600px;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .content25-item {
    padding-right: 0;
  }

  .blog3-image {
    padding: 26px;
  }

  .menu-button {
    margin-left: 20px;
  }

  .product5-nav-wrap {
    position: static;
  }

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

  .hero3, .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content23-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content24-grid, .content25-grid, .content28-grid, .content29-grid, .content32-grid, .content33-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content33-contacts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .footer1-grid, .other4-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .other4-grid.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer1-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content6-headline-grid, .headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .cart-container {
    min-width: 360px;
    max-width: 420px;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .empty-state, .success-message, .error-message {
    width: 100%;
    max-width: none;
  }

  .styleguide-grid-wrap, .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .content23-item-wrap {
    margin-bottom: 20px;
  }

  .cta11-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .add-to-cart {
    width: auto;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-detail-wrap {
    min-height: 300px;
  }

  .content36-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content28-logo {
    max-width: 100%;
    max-height: none;
  }

  .styleguide-note-wrap {
    padding-bottom: 30px;
  }

  .checkout-form {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    width: 100%;
    padding: 50px;
  }

  .utility-page-form-wrap {
    width: auto;
  }

  ._404-message-wrap {
    width: 100%;
    padding: 50px;
  }

  .size2-link {
    font-size: 32px;
    line-height: 40px;
  }

  .grid-2.mobile {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 0;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper.full.below-video {
    margin-bottom: 0;
    padding-right: 0;
  }

  .info-column-right, .info-column-right.responsive {
    padding-left: 0;
  }

  .home-mockup-column {
    height: 290px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-2.feature-section.odd._2.mobile {
    padding-bottom: 100px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .container.footer-container {
    border-width: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .container.bottom-footer {
    border-radius: 0;
  }

  .container._2 {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-bottom: 0;
  }

  .container.empresa {
    max-width: 85vw;
  }

  .home-mockup {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: -350px;
    right: -350px;
  }

  .home-mockup.ipad {
    width: auto;
    height: 210px;
    top: 59px;
    right: -200px;
  }

  .home-mockup.iphone {
    width: auto;
    height: 170px;
    top: 102px;
    right: -220px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title-2._2.mobile2 {
    line-height: 40px;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color {
    padding: 25px 25px 50px;
  }

  .image-section-overlay.dark-gradient {
    padding: 45px 25px;
  }

  .image-section-overlay.dark-gradient._2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-section-overlay.dark {
    padding-top: 60px;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .browser-mockup-right.small {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .small-features-wrapper._1 {
    margin-left: 0;
  }

  .feature-text-block {
    width: 100%;
  }

  .feature-text-block.right.mobile, .feature-text-block.mobile, .feature-text-block.mobile.dis {
    margin-left: 0;
  }

  .browser-mockup-left {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
  }

  .browser-mockup-left.small {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.right {
    float: none;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .footer {
    padding: 0;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-row.block {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .dark-bottom-footer {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row-bottom {
    margin-bottom: 20px;
  }

  .portfolio-row {
    margin-bottom: 0;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .portfolio-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-col-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-item {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-lightbox-block {
    height: 260px;
  }

  .video-lightbox-block.large {
    height: 250px;
  }

  .image-section-overlay-block {
    width: 90%;
  }

  .image-section-overlay-title {
    font-size: 30px;
    line-height: 36px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 20px;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 30px;
  }

  .section-title-wrapper-2.full.info {
    text-align: center;
  }

  .section-title-3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title-3.large {
    line-height: 37px;
  }

  .info-block-right {
    width: 100%;
  }

  .info-block-right.download-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .download-image-left {
    width: 100%;
    margin-top: -80px;
    position: relative;
    left: 0;
    right: 0;
  }

  .download-image-left.mobile {
    margin-top: 20px;
  }

  .hero-left-block {
    width: 100%;
  }

  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }

  .overall-video-lightbox.hero-small {
    width: 100%;
    height: 190px;
    margin-top: 30px;
  }

  .hero-download-form {
    width: 100%;
    margin-top: 30px;
  }

  .contact-section {
    height: 310px;
  }

  .text-block-2.tab {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-fours {
    width: 33.333%;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .div-block-5 {
    width: 70px;
    height: 70px;
  }

  .lightbox-link-2 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -18px;
  }

  .label.white-label, .label.inside-label {
    text-align: center;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section._2.mobile {
    flex-direction: row;
    align-items: center;
    height: auto;
  }

  .section.top {
    height: auto;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
  }

  .content24-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image, .content4-image2 {
    height: 400px;
  }

  .content10-image {
    height: 360px;
  }

  .content33-items-wrap {
    padding: 25px 30px 15px;
  }

  .content9-content-wrap {
    padding-right: 0;
  }

  .content9-image1 {
    height: 320px;
    margin-bottom: 16px;
  }

  .hero2-image {
    height: 360px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .hero2-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero2-product-name {
    margin-bottom: 0;
  }

  .hero2-latest {
    flex-direction: column;
    padding: 20px;
  }

  .content32-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .notification-content.mobile {
    flex-direction: column;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .other4-text {
    padding-left: 5px;
    font-size: 10px;
    line-height: 15px;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .product2-content-wrap {
    padding: 16px;
  }

  .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1.5fr .5fr;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .hero6.mobile {
    height: 400px;
    min-height: auto;
  }

  .sizejumbo-text.sizejumbo-full-clear.mobile {
    font-size: 2em;
  }

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

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .content14-image {
    height: 260px;
  }

  .menu-button {
    margin-left: 16px;
  }

  .content6-image1 {
    margin-bottom: 0;
  }

  .product5-nav-wrap {
    display: block;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero3, .hero6-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero6-grid.mobile {
    grid-template-columns: 1fr;
  }

  .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content14-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid, .content25-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content28-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content29-grid, .content32-grid, .content33-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid, .footer1-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .other4-grid {
    flex-direction: row;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .other4-grid.mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: .25fr 1fr .75fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
    width: auto;
    padding-top: 0;
    display: grid;
  }

  .footer1-bottom-grid, .content6-headline-grid, .headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cart-container {
    min-width: 240px;
    max-width: 320px;
  }

  .cart-product-image {
    width: 56px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m50-100._1 {
    width: 100vw;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .lightbox-product-image {
    height: 70px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .category-detail-wrap {
    min-height: 260px;
  }

  .content36-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part, .home2-deco-part {
    height: 200px;
  }

  .checkout-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .item-image {
    width: 60px;
  }

  .items-in-order-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    padding: 30px;
  }

  ._404-message-wrap {
    padding: 31px;
  }

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

  .licence-image {
    height: 300px;
  }

  .promopage-deco-part {
    height: 200px;
  }

  .div-block-2 {
    justify-content: flex-start;
    width: auto;
    height: 15px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 15px;
  }

  .grid-2.mobile {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .home-mockup-column {
    height: 180px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-2.feature-section.odd {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .section-2.feature-section.odd._2.mobile {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .section-2.feature-section._3.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .section-2.feature-section._5.mobile {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .section-2.feature-section.dise-o.mobile {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .container {
    max-width: none;
  }

  .container.mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container.mobile2 {
    flex-direction: column;
    display: flex;
  }

  .container.mobile3 {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .container.mobile4 {
    flex-direction: column;
    display: flex;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-block.title-only {
    padding-top: 0;
    padding-left: 65px;
    padding-right: 0;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    height: 120px;
    top: 30px;
    right: -115px;
  }

  .home-mockup.iphone {
    height: 100px;
    top: 52px;
    right: -61px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .section-title-2._2 {
    line-height: 1em;
  }

  .section-title-2._2.mobile {
    margin-top: 35px;
  }

  .section-title-2._2.mobile2 {
    text-align: center;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    height: auto;
    padding: 20px 20px 50px;
  }

  .image-section-overlay.dark {
    padding-top: 30px;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .main-feature-title.contact.mobile1, .main-feature-title.contact.mobile2 {
    text-align: center;
    font-size: 29px;
  }

  .long-feature-title-2 {
    margin-bottom: 7px;
  }

  .long-feature-title-2.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .small-features-wrapper, .small-features-wrapper._1 {
    margin-left: 0;
  }

  .feature-text-block.right.mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .feature-text-block.mobile {
    margin-top: 25px;
    margin-left: 0;
  }

  .feature-text-block.mobile.dis {
    margin-left: 0;
  }

  .bottom-footer-paragraph.footermobile {
    text-align: center;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-logo {
    height: 28px;
  }

  .logo-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-section.clients._2.mobile {
    height: 250px;
    overflow: hidden;
  }

  .dark-bottom-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bottom-paragraph {
    margin-top: 10px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .video-lightbox-block {
    height: 170px;
  }

  .video-lightbox-block.large {
    height: 180px;
  }

  .video-lightbox-block.about-us {
    height: 140px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-button.line {
    padding-top: 12px;
  }

  .image-section-overlay-block {
    width: 100%;
  }

  .image-section-overlay-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .image-section-overlay-title.subtitle {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button._2 {
    margin-left: 4px;
  }

  .paragraph-71.texto-secciones {
    text-align: center;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-wrapper-2.full.info {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title-3 {
    font-size: 25px;
    line-height: 26px;
  }

  .section-title-3.large {
    line-height: 30px;
  }

  .info-block-right.download-info.mobile {
    margin-bottom: 30px;
  }

  .section-description-2 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }

  .download-image-left {
    margin-top: -40px;
    margin-bottom: -20px;
  }

  .download-image-left.mobile {
    margin-top: 30px;
  }

  .section-3.mobilecontact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-2.mobilecontact {
    max-height: none;
  }

  .hero-left-block.contact1 {
    width: 100vw;
  }

  .hero-title-large {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .overall-video-lightbox, .overall-video-lightbox.hero-small {
    height: 140px;
  }

  .hero-description {
    font-size: 13px;
    line-height: 19px;
  }

  .columns.mobile1, .columns.mobile2 {
    flex-direction: column;
    max-width: 100vw;
  }

  .contact-map {
    padding-right: 110px;
  }

  .tabs-content.mobile1 {
    border-radius: 10px;
    width: 100vw;
  }

  .tabs.mobilecontact {
    width: auto;
  }

  .tab-link-tab-1._2.mobile {
    border-radius: 0 10px 0 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .tab-link-tab-1._2.mobile.w--current {
    border-radius: 0 25px 0 0;
  }

  .tab-link-tab-1._2.mobile.left.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    display: block;
  }

  .tab-link-tab-1.mobile.w--current {
    border-radius: 0;
  }

  .text-block-2.tab {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1.1em;
  }

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

  .section-title-group.gallery {
    margin-top: 25px;
    margin-bottom: 0;
  }

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

  .image-5.mobile, .image-6.mobile {
    width: 75px;
    height: 75px;
  }

  .grid-4.mobile {
    grid-row-gap: 14px;
    grid-template-rows: .25fr .25fr 1fr 1fr auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .image-8.mobile, .image-9.mobile, .image-10.mobile, .image-11.mobile, .image-12.mobile, .image-13.mobile {
    width: 75px;
    height: 75px;
  }

  .list {
    width: auto;
    padding-left: 10px;
  }

  .list-2 {
    width: auto;
    padding-left: 0;
  }

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

  .paragraph-74.mobile, .paragraph-75.mobile {
    text-align: left;
  }

  .slider-2._2.mobile2 {
    background-color: #0000;
    width: 100vw;
    max-width: none;
    min-height: auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .slider-2._3.mobile {
    background-color: #0000;
    width: 100vw;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .slider-2._4.mobile {
    width: 100vw;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .slider-2._5.peritaje {
    background-color: #0000;
    width: 100vw;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: static;
  }

  .slider-2.mobile-1 {
    background-color: #0000;
    width: 100vw;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .navbar.bottomobile {
    opacity: 0;
    height: 20px;
  }

  .mobile-60 {
    max-width: none;
  }

  .container-4 {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .link-2 {
    padding-left: 5px;
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-4 {
    height: auto;
  }

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

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

  .tabs-menu {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .image-14 {
    max-width: none;
    overflow: visible;
  }

  .image-15 {
    max-width: none;
  }

  .left-arrow-2, .right-arrow-2, .left-arrow-3, .right-arrow-3, .left-arrow-4, .right-arrow-4, .left-arrow-5, .right-arrow-5, .left-arrow-6, .right-arrow-6 {
    position: relative;
  }

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

  .div-block-5 {
    background-position: 50%;
    background-size: contain;
    width: 100%;
  }

  .grid-7, .grid-7._2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .section-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-3 {
    height: 50vh;
  }

  .slider-3.repse, .slider-3.map {
    height: 30vh;
  }

  .slide-nav._2 {
    height: 1px;
    top: 0;
  }

  .slide-3 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-8, .container-8.per {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-9 {
    background-color: #9abad8;
  }

  .lightbox-link-2 {
    height: auto;
  }
}

#w-node-_18a6a2bd-eb87-ce4c-8142-63515a34a50e-caf3c2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e66864bb-0dce-0aa6-e426-691161249a2b-caf3c2d7 {
  justify-self: end;
}

#w-node-edc42309-ca12-5289-1825-46c3b631db72-caf3c2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01d610bd-99c7-2faa-f00b-bb126e99c4f9-caf3c2d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edbf9f-a9cb-75bf-921a-c2ae5951be35-caf3c2d7, #w-node-_64e285f2-ddd5-b755-3d13-80be89196a38-caf3c2d7 {
  place-self: center;
}

#w-node-_64e285f2-ddd5-b755-3d13-80be89196a15-caf3c2d7 {
  place-self: auto;
}

#w-node-_5c91a324-8d1f-3aab-c34f-9c0cf2f5dd96-caf3c2d7, #w-node-_72ecbfdb-e3df-9bc8-f955-9616e70e1be5-caf3c2d7 {
  place-self: center;
}

#w-node-_72ecbfdb-e3df-9bc8-f955-9616e70e1bef-caf3c2d7 {
  place-self: auto;
}

#w-node-_422588b4-a366-b465-4baf-99717ced3215-caf3c2d7 {
  place-self: center;
}

#w-node-_954e8cbe-2cf1-9b82-937c-819d67642c5b-caf3c2d7 {
  justify-self: auto;
}

#w-node-_809491cb-e55c-10f6-4108-96f852dc9d40-caf3c2d7 {
  place-self: center;
}

#w-node-_809491cb-e55c-10f6-4108-96f852dc9d48-caf3c2d7 {
  place-self: auto;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_18a6a2bd-eb87-ce4c-8142-63515a34a50e-f4d72210 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e66864bb-0dce-0aa6-e426-691161249a2b-f4d72210 {
  justify-self: end;
}

#w-node-edc42309-ca12-5289-1825-46c3b631db72-f4d72210 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01d610bd-99c7-2faa-f00b-bb126e99c4f9-f4d72210 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edbf9f-a9cb-75bf-921a-c2ae5951be35-f4d72210, #w-node-_64e285f2-ddd5-b755-3d13-80be89196a38-f4d72210 {
  place-self: center;
}

#w-node-_64e285f2-ddd5-b755-3d13-80be89196a15-f4d72210 {
  place-self: auto;
}

#w-node-_5c91a324-8d1f-3aab-c34f-9c0cf2f5dd96-f4d72210, #w-node-_72ecbfdb-e3df-9bc8-f955-9616e70e1be5-f4d72210 {
  place-self: center;
}

#w-node-_72ecbfdb-e3df-9bc8-f955-9616e70e1bef-f4d72210 {
  place-self: auto;
}

#w-node-_422588b4-a366-b465-4baf-99717ced3215-f4d72210, #w-node-_809491cb-e55c-10f6-4108-96f852dc9d40-f4d72210 {
  place-self: center;
}

#w-node-_809491cb-e55c-10f6-4108-96f852dc9d48-f4d72210 {
  place-self: auto;
}

#w-node-_7bf79a19-5d13-2c5f-1900-3f67f102d383-f102d381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7bf79a19-5d13-2c5f-1900-3f67f102d385-f102d381 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-e66864bb-0dce-0aa6-e426-691161249a2b-caf3c2d7, #w-node-e66864bb-0dce-0aa6-e426-691161249a2f-caf3c2d7 {
    place-self: center;
  }

  #w-node-edc42309-ca12-5289-1825-46c3b631db72-caf3c2d7 {
    justify-self: center;
  }

  #w-node-e66864bb-0dce-0aa6-e426-691161249a2b-f4d72210, #w-node-e66864bb-0dce-0aa6-e426-691161249a2f-f4d72210 {
    place-self: center;
  }

  #w-node-edc42309-ca12-5289-1825-46c3b631db72-f4d72210 {
    justify-self: center;
  }
}


