:root {
  --black: #25272a;
  --white-smoke: #f8f8f8;
  --black-2: #12141d;
  --black-3: #1c1d20;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary600: #7f56d9;
  --grey: #888;
}

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

body {
  color: var(--black);
  font-family: Inter;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Abril Fatface, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

p {
  max-width: 900px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: var(--black);
  font-size: 18px;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

form {
  font-size: 18px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 20px;
}

.button-secondary {
  color: #fff;
  letter-spacing: -.8px;
  background-color: #9c9c9c;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-secondary:hover {
  color: #fff;
  background-color: #949494;
}

.button-secondary:active {
  color: #fff;
}

.button-secondary.small {
  letter-spacing: -.2px;
  background-color: #9c9c9c;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

._3-col-grid {
  grid-column-gap: 49px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._2-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  align-self: stretch;
  max-width: 1280px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

._2-col-grid.footer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

._4-col-grid {
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

._4-col-grid.vertical {
  grid-row-gap: 49px;
  grid-template-columns: 1fr;
  max-width: 1280px;
  margin-top: 0;
  position: relative;
  top: 50px;
}

._4-col-grid.products {
  grid-column-gap: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.container {
  z-index: 5;
  flex: 1;
  align-self: stretch;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.sg {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.centered {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  padding: 15px 0%;
  display: flex;
}

.container.header {
  padding-top: 120px;
}

.container.best-sellers {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.fooer {
  margin-top: 50px;
}

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

.container.best-sellers-v2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.newletter {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 340px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section {
  padding: 120px 3%;
}

.section.style-hero {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.section.header {
  height: auto;
  padding: 120px 3%;
  position: relative;
}

.section.productsa {
  position: static;
}

.section.best-sellers {
  color: var(--black);
  background-color: #fa0004;
  display: none;
  position: relative;
}

.section.testomonial {
  display: none;
  position: relative;
}

.section.cta {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  transition-property: none;
  display: block;
  position: static;
}

.section.cta:hover {
  background-color: rgba(255, 255, 255, 0);
  transform: none;
}

.section.footer {
  background-color: #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.changelog {
  background-color: var(--black-2);
  color: var(--white-smoke);
}

.section.products {
  background-color: var(--black-3);
  color: #fff;
}

.section.cta-v2 {
  background-color: var(--black-3);
  color: var(--white-smoke);
}

.grid-block.img-header {
  position: relative;
}

.grid-block.left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.grid-block.product_1 {
  width: 100%;
  height: 600px;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.sg-sticky-nav {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.button-item {
  width: 180px;
  margin-right: 48px;
}

.button-item.style-guide-spacer {
  margin-bottom: 0;
}

.margin-bottom-large {
  margin-bottom: 80px;
}

.input {
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.style-guide-wrapper {
  margin-top: 50px;
}

.content-wrapper.sg-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.margin-bottom-xxl {
  margin-bottom: 120px;
}

.max-width-large {
  max-width: 800px;
}

.checkbox {
  background-color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.checkbox:hover {
  border-color: #9a9ea5;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  background-image: url('../images/check-16px.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #5853ec;
}

.checkbox.w--redirected-focus {
  border-color: #5853ec;
}

.max-width-medium {
  max-width: 500px;
}

.max-width-medium.margin-top-medium.grey {
  color: #888;
  margin-top: 30px;
}

.max-width-small {
  max-width: 400px;
}

.bold {
  margin-bottom: 10px;
  font-weight: 600;
}

.style-guide-block {
  align-self: stretch;
}

.style-guide-block.icons, .style-guide-block.structure, .style-guide-block.buttons, .style-guide-block.rich-text, .style-guide-block.forms {
  margin-top: 128px;
}

.style-guide-block.global-classes {
  margin-top: 99px;
}

.style-guide-block.typography {
  object-fit: fill;
  margin-top: 128px;
}

.color-item {
  border: 1px solid #e6e7e8;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.paragraph-small {
  letter-spacing: 0;
  max-width: 900px;
  font-size: 14px;
  line-height: 24px;
}

.max-width-ml {
  max-width: 600px;
}

.hidden {
  display: none;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-top-large {
  margin-top: 80px;
}

.max-width-xxl {
  max-width: 1000px;
}

.margin-top-small {
  margin-top: 20px;
}

.style-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.text-area {
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  min-height: 200px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.text-area:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.margin-top-ml {
  margin-top: 50px;
}

.grid-style-guide {
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.radio-button {
  border-style: solid;
  border-color: #25272a;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.radio-button:hover {
  border-color: #9a9ea5;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  border: 5px #25272a;
  border-radius: 50%;
}

.radio-button.w--redirected-focus {
  border-color: #5853ec;
}

.max-width-xl {
  max-width: 900px;
}

.margin-top-medium {
  margin-top: 40px;
}

.max-width-tiny {
  max-width: 300px;
}

.icon-grid {
  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;
}

.color-item-fill {
  height: 150px;
}

.color-item-fill.green {
  background-color: var(--black-2);
}

.margin-top-xxl {
  margin-top: 120px;
}

.paragraph-large {
  letter-spacing: 0;
  font-size: 22px;
  line-height: 32px;
}

.margin-bottom-ml {
  margin-bottom: 50px;
}

.success-message {
  color: #fff;
  background-color: #5853ec;
}

.style-guide-button-wrapper {
  align-items: flex-end;
  display: flex;
}

.style-guide-button-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}

.sg-description {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.sg-description.no-margin {
  background-color: #fff;
  margin-top: 0;
}

.menu-block {
  background-color: #020c1b;
  width: 300px;
  padding: 50px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.light-text {
  color: #25272a;
}

.style-guide-display {
  margin-bottom: 50px;
  padding: 25px;
}

.button-tertiary {
  color: #25272a;
  letter-spacing: -.8px;
  background-color: #fff;
  border: 1px solid #ccced2;
  align-self: flex-start;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-tertiary:hover {
  color: #25272a;
  background-color: #e6e7e8;
}

.button-tertiary:active {
  color: #25272a;
}

.button-tertiary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-tertiary.sg {
  margin-top: 20px;
}

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

.select-field {
  color: #9a9ea5;
  letter-spacing: 0;
  background-color: #fff;
  height: 52px;
  margin-bottom: 24px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.select-field:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.margin-bottom-tiny {
  margin-bottom: 10px;
}

.radio-button-field {
  display: flex;
}

.block-quote {
  color: #080808;
  max-width: 900px;
}

.margin-top-tiny {
  margin-top: 10px;
}

.visual-sg-block {
  background-color: rgba(0, 0, 0, 0);
  padding: 25px;
  box-shadow: 4px 4px 18px -6px rgba(0, 0, 0, .2);
}

.visual-sg-block.dark {
  background-color: #25272a;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.margin-bottom-xl {
  margin-bottom: 100px;
}

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

.sg-nav-link {
  color: #dadada;
  align-self: flex-start;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .3s;
}

.sg-nav-link:hover {
  color: #fff;
  transform: translate(5px);
}

.sg-nav-link.w--current, .sg-nav-link.w--current:hover {
  color: #fff;
}

.box-shadow-block {
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  height: auto;
  min-height: 50px;
  box-shadow: 0 5px 18px -6px rgba(0, 0, 0, .32);
}

.sg-content-block {
  margin-top: 64px;
}

.margin-top-xl {
  margin-top: 100px;
}

.checkbox-field {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.field-buttons-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: -.8px;
  background-color: #25272a;
  padding: 12px 32px;
  font-family: Abril Fatface, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

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

.button-primary:active {
  color: #fff;
}

.button-primary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.button-primary.nav {
  background-color: #e93e3e;
  margin-left: 30px;
  font-family: Abril Fatface, sans-serif;
}

.button-primary.nav.w--current {
  font-family: Oswald, sans-serif;
}

.button-primary.social {
  letter-spacing: 1px;
  border-radius: 100px;
  padding: 26px 36px;
  display: none;
}

.button-primary.social.is-border {
  border: 1px solid var(--black-2);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
}

.button-primary.nav-v2 {
  border-radius: 10px;
  margin-left: 30px;
  font-family: Abril Fatface, sans-serif;
}

.button-primary.is-white-social {
  background-color: var(--white-smoke);
  color: var(--black-3);
  letter-spacing: 0;
  border-radius: 40px;
  transition: padding .3s, background-color .3s ease-in-out;
}

.button-primary.is-white-social:hover {
  padding-right: 36px;
}

.button-primary.is-border {
  border: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 28px;
  transition: padding .3s, background-color .3s ease-in-out;
}

.button-primary.is-border:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  padding-right: 36px;
}

.button-primary.is-round {
  border-radius: 8px;
}

.wrapper-sg {
  margin-top: 50px;
}

.error-message {
  color: #25272a;
  background-color: #fdcfce;
  margin-top: 32px;
  padding: 24px;
}

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

.guide-dark {
  background-color: #000;
  height: 50px;
}

.flowlibrary-logo {
  object-fit: contain;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.h1-style {
  color: var(--black-2);
  margin-left: 5px;
  margin-right: 200px;
  font-family: Vollkorn, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
}

.h1-style.max-width-large {
  font-size: 200px;
}

.h2-style {
  font-size: 56px;
  line-height: 64px;
}

.h3-style {
  font-size: 40px;
  line-height: 48px;
}

.h4-style {
  font-size: 32px;
  line-height: 40px;
}

.h5-style {
  font-size: 24px;
  line-height: 32px;
}

.h6-style {
  font-size: 20px;
  line-height: 28px;
}

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

.heading {
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
}

.build-by-link {
  color: #fff;
  background-color: #111204;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: none;
  position: fixed;
  top: auto;
  bottom: 2em;
  left: auto;
  right: 2em;
}

.made_by_text {
  font-size: 17px;
}

.page-wrapper {
  display: block;
  overflow: hidden;
}

.page-wrapper.curtain {
  display: none;
}

.main-wrapper {
  padding-top: 60px;
}

.main-nav {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fa0004;
  background-image: repeating-linear-gradient(9deg, #e78282 3%, red 4%, #e78282 5%);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-nav.v2 {
  position: static;
}

.nav_link {
  color: var(--white-smoke);
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.nav_link.w--current {
  color: var(--white-smoke);
}

.nav_link.footer {
  text-align: right;
}

.nav_link.grey {
  color: var(--white-smoke);
  background-color: rgba(233, 62, 62, 0);
  margin-left: 30px;
  padding: 12px;
}

.nav_link.grey.con {
  text-align: center;
  background-color: #e93e3e;
  padding: 12px 40px;
  font-family: Abril Fatface, sans-serif;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.body {
  font-family: Poppins, sans-serif;
  overflow: visible;
}

.header-wrapper {
  grid-column-gap: 0px;
  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;
  max-width: 100vw;
  padding-top: 0;
  padding-left: 0;
  display: grid;
}

.header-content-wrapper {
  max-width: 1280px;
  padding-left: 3%;
  padding-right: 3%;
}

.image-header {
  object-fit: cover;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 600px;
  position: relative;
  left: 0;
}

.is-white {
  color: var(--white-smoke);
  font-family: Abril Fatface, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 1.2;
}

.is-white-text {
  color: var(--white-smoke);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.is-white-text.max-width-medium {
  font-size: 16px;
}

.grid-block_best-seller.latest-episode {
  height: 500px;
  position: relative;
}

.product-content-wrapper {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  -webkit-backdrop-filter: saturate(200%);
  backdrop-filter: saturate(200%);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-icon {
  width: 60px;
}

.image-wrapper-latest {
  border-radius: 52px;
  width: 100%;
  height: 500px;
  position: static;
}

.play_icon {
  width: 70px;
}

.product-tittle {
  color: var(--white-smoke);
  font-size: 60px;
  line-height: 1.2;
  text-decoration: underline;
}

.podcast-author {
  text-align: center;
  margin-top: 20px;
}

.image_wrapper-p {
  object-fit: cover;
  border-radius: 52px;
  width: 100%;
  height: 500px;
  position: relative;
  top: 0;
}

.margin-bottom-small-2 {
  margin-bottom: 1.25rem;
}

.image_wrapper-client {
  clear: none;
  border-radius: 50%;
}

.text_wrapper-details {
  color: rgba(18, 20, 29, .7);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.testimonials_paragraph {
  text-align: center;
  width: 90%;
  min-width: auto;
  font-size: 1.1rem;
}

.text_wrapper-client {
  margin-bottom: .625rem;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

.testimonials_wrapper {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 400px;
  padding: 3rem 3.125rem;
  display: flex;
  box-shadow: 0 0 .125rem rgba(196, 196, 196, .7);
}

.margin-bottom-medium-2 {
  margin-bottom: 2.5rem;
}

.section-testi {
  padding: 0;
}

.testimonial_client_detail {
  text-align: left;
}

.image_wrapper {
  border-radius: 0;
  width: 3.125rem;
}

._2-col-grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: start;
  max-width: 80rem;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.testimonials_text {
  color: #253a34;
  margin-bottom: .9375rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.testimonials_client-wrapper {
  grid-column-gap: .9375rem;
  align-items: center;
  margin-top: 1.875rem;
  display: flex;
}

.testomial_cover {
  text-align: center;
  border-radius: .6875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.container-testomonial {
  flex: 1;
  align-self: stretch;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-testomonial.testimonials {
  color: #12141d;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-align-center {
  text-align: center;
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
}

.social-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  align-items: center;
  margin-top: 40px;
  padding: 60px;
  display: flex;
}

.social-wrapper.margin-top-medium {
  margin-top: 100px;
}

.right-header {
  object-fit: cover;
  width: 39vw;
  height: 90vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image {
  border-bottom-left-radius: 50px;
  width: 100vw;
  height: 75vh;
}

.header-img {
  object-fit: fill;
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.button-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper.margin-top-large {
  margin-top: 60px;
}

.button-wrapper.v2 {
  margin-top: 50px;
}

.button-link-wrapper.button-primary {
  background-color: #e93e3e;
}

.button-link-wrapper.button-primary.v2 {
  border-radius: 16px;
  padding-left: 22px;
  padding-right: 22px;
  transition: padding .3s, background-color .3s ease-in-out;
}

.button-link-wrapper.button-primary.v2:hover {
  background-color: #b96501;
  padding-right: 32px;
}

.text-block {
  display: inline-block;
}

.button-icon {
  width: 25px;
  margin-left: 24px;
}

.button-text {
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  display: inline-block;
}

.button-icon_play {
  width: 25px;
  margin-left: 0;
  margin-right: 24px;
}

.heading-2 {
  font-size: 65px;
}

.header-right-icon {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: -9%;
  right: 0;
}

.image-2 {
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-wrapper-cta {
  position: relative;
}

.image_illustration {
  margin-top: -60px;
  margin-right: -50px;
  padding-top: 0;
  position: absolute;
  top: 134px;
  bottom: -13%;
  left: auto;
  right: 4%;
}

.logo-footer {
  width: 100%;
}

.bold-text {
  text-align: right;
  font-weight: 500;
}

.footer-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-2 {
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
}

.header-right {
  position: relative;
}

.header-img-v2 {
  border-radius: 16px;
}

.img-wrapper_header._2, .img-wrapper_header._3 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lightbox-v2 {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.img-2 {
  width: 100%;
}

.img-wrapper_header_2 {
  background-color: #fff;
  border-radius: 16px;
  padding: 9px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.lightbox-link {
  border-radius: 0;
  padding: 0;
}

.image-wrapper_header_3 {
  background-color: #fff;
  border-radius: 16px;
  padding: 9px;
  position: absolute;
  top: 47%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.img-header-left {
  position: absolute;
  top: auto;
  bottom: -9%;
  left: -11%;
  right: auto;
}

.img_l1 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 600px;
}

.img_l2 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 300px;
}

.img_l3 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.social-wrapper-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 60px;
  display: flex;
}

.social-wrapper-v2.margin-top-medium {
  margin-top: 100px;
}

.newletter-bg-1 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.newletter-bg-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.form {
  background-color: var(--white-smoke);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 397px;
  padding: 12px;
  display: flex;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
}

.form-block {
  background-color: rgba(0, 0, 0, 0);
}

.icon-3 {
  color: #888;
  margin-right: 0;
  padding-top: 1px;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #909090;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.dropdown-list {
  background-color: #f8f9fc;
  height: 400px;
  top: 82px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown-icon {
  width: 60px;
  height: 60px;
}

.nav-link {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 33px 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link:hover {
  color: #de5000;
}

.nav-link.w--current {
  color: #de5000;
  border-bottom: 3px solid #de5000;
}

.dropdown-item-wrapper {
  z-index: 1;
  box-shadow: none;
  background-color: #f7f9fc;
  height: 100%;
  display: flex;
}

.dropdown-toggle {
  padding: 0 18px 0 0;
}

.dropdown-item {
  text-align: center;
  background-color: #f7f9fc;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: #eff1f5;
}

.dropdown-link {
  color: #de5000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.products_image {
  z-index: 0;
  height: 100%;
  position: relative;
}

.products_image.image-2 {
  background-image: url('../images/Product-5_1Product 5.webp');
  background-position: 0 0;
  background-size: cover;
}

.products_image.image-4 {
  background-image: url('../images/Product-7_1Product 7.webp');
  background-position: 0 0;
  background-size: cover;
}

.products_image.image-1 {
  background-image: url('../images/Product-1_1Product 1.webp');
  background-position: 0 0;
  background-size: cover;
}

.products_image.image-3 {
  background-image: url('../images/Product-6_1Product 6.webp');
  background-position: 0 0;
  background-size: cover;
}

.icon-4 {
  width: 40px;
  height: 40px;
}

.products_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.main-wrapper-2 {
  min-height: 100vh;
}

.product_item-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.top-information {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.card {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  padding: 2rem;
  text-decoration: none;
}

.product_background-layer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header_images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1.25rem 1rem;
  font-weight: 600;
  display: flex;
}

.button:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.button.order {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 0;
  padding-top: 1.3rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-left: 0;
}

.header_content-left {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-right: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 3px;
  margin-right: 1rem;
}

.icon-1x1-xsmall.order {
  filter: invert();
  width: 3rem;
  height: 2rem;
}

.header_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-header {
  color: #fff;
  background-color: #070707;
  height: 1000px;
  padding-bottom: 0;
}

.header_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.header_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 1000px;
  padding-right: 5vw;
  overflow: hidden;
}

.button-secondary-2 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid rgba(255, 255, 255, .5);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-secondary-2:hover {
  border-color: rgba(255, 255, 255, .75);
  text-decoration: none;
}

.riseverse-badge {
  z-index: 10000;
  color: #fff;
  background-color: #4353ff;
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: fixed;
  top: auto;
  bottom: 1.25%;
  left: auto;
  right: 1.25rem;
}

.riseverse-badge:hover {
  color: #fff;
  background-color: rgba(236, 64, 103, .9);
  text-decoration: none;
  transform: scale(1.05);
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 40px 0;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 182px;
}

.logo-img._50-r-m.cemenquim {
  background-color: #06c;
  border-radius: 10px;
}

.section-3 {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: -105px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.d-13-icons-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: rgba(228, 221, 221, .28);
  border-radius: 20px;
  width: 70%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: -108px;
  margin-left: -32px;
  padding: 22px 0 22px 5px;
  display: flex;
  position: static;
  right: 26px;
}

.d-13-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.d-13-icon-bg {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-23-icon {
  color: #fff;
  font-size: 2rem;
}

.d-13-border {
  border: 5px solid red;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  position: absolute;
}

.slider-background {
  background-image: linear-gradient(rgba(0, 0, 0, .1) 81%, rgba(0, 0, 0, .6)), url('../images/WhatsApp-Image-2024-04-29-at-4.03.23-PM.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(rgba(0, 0, 0, .1) 87%, rgba(0, 0, 0, .6)), url('../images/FOAMULAR.jpeg');
}

.slider-background.background-03 {
  background-image: linear-gradient(rgba(0, 0, 0, .1) 74%, rgba(0, 0, 0, .6)), url('../images/OWENS_CORNING.jpeg');
}

.slider-background.background-04 {
  background-image: linear-gradient(rgba(0, 0, 0, .1) 81%, rgba(0, 0, 0, .6)), url('../images/Elevador_de_Tijera.png');
  background-size: auto, auto 70%;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-block-2 {
  font-size: 20px;
}

.tabs-content {
  overflow: visible;
}

.tab-image {
  filter: invert();
  width: 34px;
  margin-right: 12px;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 60px;
  line-height: 68px;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: 23%;
}

.slider-heading.elevator {
  color: var(--black);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 25%;
  right: -10%;
}

.tabs {
  width: 100%;
}

.load-bar-base {
  background-color: rgba(255, 255, 255, .2);
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-span-2 {
  color: rgba(255, 255, 255, .6);
}

.standard-tab {
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.designer-image {
  background-image: url('../images/Entrega_domicilio.jpg');
  background-position: 10%;
  background-repeat: repeat;
  background-size: cover;
  width: 70%;
  padding-top: 22%;
  padding-bottom: 21%;
}

.upper-head {
  color: #bcbcbc;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.designer-description {
  background-color: #222;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.expert-section {
  padding: 20px 10% 100px;
}

.section-header-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.section-header-2.light {
  color: #fff;
  margin-bottom: 20px;
}

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.cta.white {
  color: #0f0f0f;
  background-color: #fff;
  border-radius: 200px;
  margin-bottom: 135px;
}

.body-paragraph {
  color: #363636;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.body-paragraph.light {
  color: #cecece;
  margin-top: 36px;
  font-size: 18px;
  font-weight: 400;
}

.bottom-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.split-div {
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  font-size: 55px;
}

.heading-4 {
  text-align: center;
  margin-left: -44px;
  font-family: Vollkorn, serif;
}

.heading-5 {
  font-family: Vollkorn, serif;
}

.youtube {
  bottom: -23px;
}

.background-video {
  aspect-ratio: 3 / 2;
  width: 100%;
  margin-right: 40px;
}

.image-5, .image-6 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-icon-featured-outline-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-contact11_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.uui-contact11_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  background-color: rgba(112, 74, 218, 0);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-image: url('../images/MAFRON_entrada.jpeg');
  background-position: 50% 40%;
  background-repeat: repeat;
  background-size: cover;
  padding-left: 2rem;
  padding-right: 2rem;
}

.body-3 {
  overflow: hidden;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-7 {
  filter: invert();
}

.text-block-3 {
  padding-right: 11px;
}

.text-block-4 {
  -webkit-text-stroke-color: #fff;
  margin-bottom: 3px;
  padding-bottom: 0;
}

.text-block-4.order {
  color: var(--white-smoke);
}

.brand {
  background-color: #aa8080;
}

.brand.w--current {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}

.brand-2 {
  background-color: #fff;
  border-radius: 11px;
  padding: 5px;
}

.brand-2.w--current {
  background-color: var(--white-smoke);
  border-radius: 11px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-button---brix {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px rgba(14, 13, 106, .14);
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px rgba(17, 45, 45, .14);
}

.live-chat-avatar-wrapper---brix {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(23, 15, 73, .1);
}

.live-chat-bubble-title---brix {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title---brix.whatsapp {
  color: #142b26;
}

.live-chat-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  z-index: 9999;
  position: fixed;
}

.live-chat-wrapper---brix.preview-page.products {
  bottom: 107px;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px rgba(74, 58, 255, .08);
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px rgba(18, 140, 96, .2);
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px rgba(23, 15, 73, .07);
}

.live-chat-message-bubble---brix.whatsapp {
  box-shadow: 0 4px 16px rgba(20, 40, 43, .08);
}

.live-chat-content---brix {
  align-items: flex-end;
  display: flex;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.text-block-5, .text-block-6 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  ._3-col-grid {
    grid-column-gap: 25px;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
  }

  ._4-col-grid {
    grid-column-gap: 26px;
  }

  .container.nav {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container.header {
    padding-top: 0;
  }

  .container.best-sellers, .container.best-sellers-v2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .max-width-medium.margin-top-medium.grey {
    text-align: center;
    margin-left: 125px;
    padding-left: 0;
  }

  .color-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-style-guide {
    grid-template-columns: 1fr;
  }

  .menu-block {
    display: none;
  }

  .button-primary.nav, .button-primary.nav-v2 {
    margin-left: 0;
    display: none;
  }

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

  .h1-style {
    font-size: 64px;
    line-height: 72px;
  }

  .h2-style {
    font-size: 48px;
    line-height: 56px;
  }

  .h3-style {
    font-size: 36px;
    line-height: 44px;
  }

  .h4-style {
    font-size: 28px;
    line-height: 36px;
  }

  .h5-style {
    font-size: 24px;
    line-height: 32px;
  }

  .nav_link {
    background-color: #e93e3e;
    margin-left: -29px;
    margin-right: -26px;
    font-size: 36px;
  }

  .nav_link.grey {
    background-color: #e93e3e;
    margin-left: -22px;
    margin-right: -44px;
  }

  .nav_link.grey.con {
    margin-left: -35px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 40px;
    font-family: Oswald, sans-serif;
    font-size: 28px;
  }

  .nav_link.mobil {
    color: var(--white-smoke);
    background-color: #e93e3e;
    margin-left: -22px;
    margin-right: -71px;
    padding-left: 27px;
    font-size: 30px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .product-tittle {
    font-size: 48px;
  }

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

  .testimonials_paragraph {
    font-size: 1rem;
    line-height: 1.4;
  }

  ._2-col-grid-2 {
    grid-column-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials_text {
    font-size: 3rem;
    line-height: 1.3;
  }

  .header-right-icon {
    top: auto;
    bottom: 2%;
    left: 2%;
    right: auto;
  }

  .image_illustration {
    overflow: hidden;
  }

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

  .menu-button.w--open {
    background-color: var(--black);
    color: var(--white-smoke);
  }

  .icon-2 {
    color: var(--white-smoke);
  }

  .lightbox-v2 {
    top: auto;
    bottom: -6%;
    left: 15%;
    right: auto;
  }

  .img-wrapper_header_2 {
    top: auto;
    bottom: -6%;
    left: 36%;
    right: auto;
  }

  .image-wrapper_header_3 {
    top: auto;
    bottom: -6%;
    left: 57%;
    right: auto;
  }

  .img-header-left {
    width: 15%;
    top: -4%;
    bottom: auto;
    left: auto;
    right: -2%;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .nav-link.w--current {
    padding-bottom: 2px;
  }

  .products_image.image-1 {
    background-position: 0 0;
  }

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

  .overlay {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-header {
    height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header_content-right {
    height: 40rem;
    padding-left: 5vw;
  }

  .d-13-icons-wrapper {
    flex-direction: column;
    width: 60%;
    height: 400px;
    position: relative;
    right: -146px;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .d-13-icon-wrapper.mobilr {
    bottom: 355px;
    right: -179px;
  }

  .slider-background {
    background-size: auto, 110% 100%;
  }

  .slider-background.background-02 {
    background-position: 0 0, 50%;
    background-size: auto, 100% 100%;
  }

  .slider-background.background-04 {
    background-image: linear-gradient(rgba(0, 0, 0, .1) 72%, rgba(0, 0, 0, .6)), url('../images/Elevador_de_Tijera.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 70%;
  }

  .slider-heading {
    margin-bottom: auto;
    top: 15%;
  }

  .slider-heading.elevator {
    margin-top: 156px;
    margin-bottom: auto;
    top: 10px;
    left: 0;
  }

  .designer-image {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }

  .designer-description {
    width: 100%;
    padding: 45px 50px;
  }

  .expert-section {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-header-2, .section-header-2.light {
    font-size: 46px;
    line-height: 54px;
  }

  .split-div {
    flex-flow: column-reverse wrap;
  }

  .heading-4 {
    margin-left: -56px;
    margin-right: 10px;
  }

  .background-video.mobil-tab {
    aspect-ratio: 3 / 2;
    left: -44px;
  }

  .uui-contact11_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-8, .image-9, .image-10 {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  ._3-col-grid {
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container.best-sellers {
    align-items: flex-start;
  }

  .container.footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .container.best-sellers-v2 {
    align-items: flex-start;
  }

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

  .section.cta {
    padding-top: 12px;
    padding-bottom: 11px;
  }

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

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

  .mobile-landscape-centered {
    text-align: center;
  }

  .max-width-medium.margin-top-medium.grey {
    margin-left: 26px;
  }

  .sg-content-block.colour {
    margin-top: 40px;
  }

  .h1-style {
    text-align: center;
    margin-bottom: -55px;
    margin-right: 200px;
    font-size: 50px;
    line-height: 64px;
  }

  .h2-style {
    font-size: 40px;
    line-height: 48px;
  }

  .h3-style {
    font-size: 32px;
    line-height: 40px;
  }

  .h5-style {
    font-size: 24px;
    line-height: 32px;
  }

  .product-tittle {
    font-size: 36px;
  }

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

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

  ._2-col-grid-2 {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    grid-template-columns: 1fr;
  }

  .testimonials_text {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .social-wrapper.margin-top-medium {
    flex-direction: column;
    align-items: flex-start;
  }

  .lightbox-v2 {
    left: 6%;
  }

  .img-wrapper_header_2 {
    left: 35%;
  }

  .image-wrapper_header_3 {
    left: 63%;
  }

  .social-wrapper-v2.margin-top-medium {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    font-size: 6vw;
  }

  .product_item-wrapper {
    min-height: 16rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_component {
    padding-top: 4rem;
  }

  .header_content-right {
    height: 30rem;
  }

  .riseverse-badge {
    font-size: .75rem;
  }

  .d-13-icons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -61px;
    position: relative;
    right: -11px;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    bottom: -164px;
    left: -86px;
  }

  .d-13-icon-wrapper.mobilr {
    bottom: 194px;
    left: 80px;
  }

  .slider-background {
    background-size: auto, 110% 110%;
  }

  .slider-background.background-02 {
    background-size: auto, 120% 100%;
  }

  .slider-background.background-04 {
    background-image: linear-gradient(rgba(0, 0, 0, .1) 63%, rgba(0, 0, 0, .6)), url('../images/Elevador_de_Tijera.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 70%;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .slider-heading {
    margin-bottom: auto;
  }

  .slider-heading.elevator {
    margin-top: auto;
    margin-bottom: auto;
    top: -500px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .designer-image {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .designer-description {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-header-2, .section-header-2.light {
    line-height: 50px;
  }

  .heading-4 {
    margin-left: -125px;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact11_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding, .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }
}

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

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .container.footer {
    flex-direction: column;
  }

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

  .button-item.style-guide-spacer {
    margin-bottom: 24px;
  }

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

  .max-width-medium.margin-top-medium.grey {
    text-align: center;
    margin-top: 29px;
    margin-bottom: -28px;
    margin-left: -13px;
    padding-left: 0;
    padding-right: 12px;
  }

  .style-guide-block.icons, .style-guide-block.buttons, .style-guide-block.rich-text, .style-guide-block.forms, .style-guide-block.typography {
    margin-top: 72px;
  }

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

  .icon-grid, .style-guide-button-wrapper, .style-guide-button-wrapper.margin-bottom-32 {
    flex-wrap: wrap;
  }

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

  .h1-style {
    width: 300px;
    font-size: 48px;
    line-height: 56px;
  }

  .h2-style {
    font-size: 36px;
    line-height: 40px;
  }

  .h3-style {
    font-size: 28px;
    line-height: 36px;
  }

  .h4-style {
    font-size: 24px;
    line-height: 32px;
  }

  .h5-style {
    font-size: 20px;
    line-height: 28px;
  }

  .h6-style {
    font-size: 16px;
    line-height: 28px;
  }

  .main-wrapper {
    margin-top: auto;
    padding-top: 0;
    position: static;
  }

  .nav_link.grey.con {
    margin-right: -41px;
    padding-right: 0;
  }

  .grid-block_best-seller {
    text-align: center;
  }

  .product-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
  }

  .product-tittle {
    font-size: 27px;
  }

  .text_wrapper-details {
    font-size: 1rem;
  }

  .testimonials_paragraph {
    width: 100%;
    font-size: .8rem;
  }

  .margin-bottom-medium-2 {
    font-size: 1.3rem;
  }

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

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

  .testimonials_text {
    font-size: 1.8rem;
  }

  .header-right-icon {
    left: 3%;
  }

  .text-wrapper-cta {
    position: static;
  }

  .image_illustration.cell {
    position: relative;
    top: 112px;
    bottom: -8%;
    right: -22%;
  }

  .footer-links {
    flex-direction: column;
  }

  .lightbox-v2, .img-wrapper_header_2, .image-wrapper_header_3 {
    width: 70px;
  }

  .nav-link {
    font-size: 7vw;
  }

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

  .product_item-wrapper {
    min-height: 30rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .d-13-icons-wrapper {
    width: 200%;
    margin-left: -34px;
    padding-left: 0;
    left: -53px;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
  }

  .slider-background {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/WhatsApp-Image-2024-04-29-at-4.03.23-PM.jpeg');
    background-size: auto, 110% 108%;
  }

  .slider-background.background-02 {
    background-size: auto, 300% 100%;
  }

  .slider-background.background-03 {
    background-size: auto, 150% 100%;
  }

  .slider-background.background-04 {
    background-size: auto, 150% 50%;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .slider-heading {
    margin-bottom: auto;
    font-family: Open Sans, sans-serif;
    position: absolute;
    top: 14%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .slider-heading.elevator {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 44px;
    position: absolute;
    top: 8%;
    left: 0%;
    right: 0%;
  }

  .designer-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .designer-description {
    padding: 35px 28px;
  }

  .expert-section {
    padding-bottom: 30px;
  }

  .section-header-2, .section-header-2.light {
    font-size: 38px;
    line-height: 44px;
  }

  .heading-4 {
    margin-left: -26px;
  }

  .background-video.mobil-tab.celll {
    aspect-ratio: 2 / 3;
    left: -11px;
  }

  .uui-text-style-link-02 {
    padding-left: 0;
  }

  .uui-text-style-link-02.emsil {
    margin-left: -29px;
  }

  .uui-contact11_item {
    width: 40%;
    position: absolute;
  }

  .uui-contact11_item.whats {
    padding-top: 0;
    position: relative;
    top: 44px;
    left: -119px;
  }

  .uui-contact11_item.cellular {
    position: relative;
    top: -179px;
    bottom: 220px;
    right: -77px;
  }

  .uui-contact11_item.location {
    position: relative;
    bottom: 73%;
    left: -116px;
  }

  .uui-contact11_item.email {
    position: relative;
    top: auto;
    bottom: 448px;
    right: -25%;
  }

  .uui-contact11_component {
    margin-top: -13px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding {
    background-position: 90%;
  }

  .body-3 {
    overflow: visible;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-wrapper---brix.preview-page.products {
    bottom: 35px;
    left: 200px;
    right: 0;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }
}

#w-node-_96826647-9486-32b8-7e74-ada7eb232db2-e5789f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_254ebabd-26da-d647-910c-6bb164af602f-e5789f73, #w-node-_96826647-9486-32b8-7e74-ada7eb232db3-e5789f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a25-e5789f73 {
  justify-self: end;
}

#w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a3d-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a3e-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a3f-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a40-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a41-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a42-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a43-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a44-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a45-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a46-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a47-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a48-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a49-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a4a-e5789f73, #w-node-f0f29a9f-25c0-4ccc-c9db-eab5fd72cf07-e5789f73, #w-node-f0f29a9f-25c0-4ccc-c9db-eab5fd72cf08-e5789f73, #w-node-f0f29a9f-25c0-4ccc-c9db-eab5fd72cf09-e5789f73, #w-node-f0f29a9f-25c0-4ccc-c9db-eab5fd72cf0a-e5789f73, #w-node-f0f29a9f-25c0-4ccc-c9db-eab5fd72cf0b-e5789f73, #w-node-f0f29a9f-25c0-4ccc-c9db-eab5fd72cf0c-e5789f73, #w-node-f0f29a9f-25c0-4ccc-c9db-eab5fd72cf0d-e5789f73, #w-node-e48ae11f-6744-0089-077c-8e1e5133de9c-e5789f73, #w-node-e48ae11f-6744-0089-077c-8e1e5133de9d-e5789f73, #w-node-e48ae11f-6744-0089-077c-8e1e5133de9e-e5789f73, #w-node-e48ae11f-6744-0089-077c-8e1e5133de9f-e5789f73, #w-node-e48ae11f-6744-0089-077c-8e1e5133dea0-e5789f73, #w-node-e48ae11f-6744-0089-077c-8e1e5133dea1-e5789f73, #w-node-e48ae11f-6744-0089-077c-8e1e5133dea2-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a4c-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a4d-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a4e-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a4f-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a50-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a51-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a52-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a53-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a54-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a55-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a56-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a57-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a58-e5789f73, #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a59-e5789f73, #w-node-_0ec9ae7a-c463-1b24-9f6b-63ae8d0e1fcb-e5789f73, #w-node-_0ec9ae7a-c463-1b24-9f6b-63ae8d0e1fcc-e5789f73, #w-node-_0ec9ae7a-c463-1b24-9f6b-63ae8d0e1fcd-e5789f73, #w-node-_0ec9ae7a-c463-1b24-9f6b-63ae8d0e1fce-e5789f73, #w-node-_0ec9ae7a-c463-1b24-9f6b-63ae8d0e1fcf-e5789f73, #w-node-_0ec9ae7a-c463-1b24-9f6b-63ae8d0e1fd0-e5789f73, #w-node-_0ec9ae7a-c463-1b24-9f6b-63ae8d0e1fd1-e5789f73, #w-node-_0ddb3b44-29be-9caa-f951-1c44bda85980-e5789f73, #w-node-_0ddb3b44-29be-9caa-f951-1c44bda85981-e5789f73, #w-node-_0ddb3b44-29be-9caa-f951-1c44bda85982-e5789f73, #w-node-_0ddb3b44-29be-9caa-f951-1c44bda85983-e5789f73, #w-node-_0ddb3b44-29be-9caa-f951-1c44bda85984-e5789f73, #w-node-_0ddb3b44-29be-9caa-f951-1c44bda85985-e5789f73, #w-node-_0ddb3b44-29be-9caa-f951-1c44bda85986-e5789f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0796c73-bf9e-f6f3-865d-56920834a91b-e5789f78 {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a7bbaa87-d478-03b7-ba25-33c0e9982a25-e5789f73 {
    justify-self: start;
  }
}


